@charset "UTF-8";.huge-icon{flex:0 0 auto;display:inline-block;vertical-align:middle;background-color:currentColor;pointer-events:none;-webkit-mask-size:cover;mask-size:cover}.huge-icon.block{display:block}.huge-icon.is-xxsmall{width:var(--icon-size-xxs);height:var(--icon-size-xxs);-webkit-mask-size:var(--icon-size-xxs);mask-size:var(--icon-size-xxs)}.huge-icon.is-xsmall{width:var(--icon-size-xs);height:var(--icon-size-xs);-webkit-mask-size:var(--icon-size-xs);mask-size:var(--icon-size-xs)}.huge-icon.is-small{width:var(--icon-size-s);height:var(--icon-size-s);-webkit-mask-size:var(--icon-size-s);mask-size:var(--icon-size-s)}.huge-icon.is-medium{width:var(--icon-size-m);height:var(--icon-size-m);-webkit-mask-size:var(--icon-size-m);mask-size:var(--icon-size-m)}.huge-icon.is-large{width:var(--icon-size-l);height:var(--icon-size-l);-webkit-mask-size:var(--icon-size-l);mask-size:var(--icon-size-l)}.huge-icon.is-xlarge{width:var(--icon-size-xl);height:var(--icon-size-xl);-webkit-mask-size:var(--icon-size-xl);mask-size:var(--icon-size-xl)}.huge-spin{animation-name:huge-spin;animation-delay:0s;animation-direction:normal;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear}.default-logo{display:block;flex:0 0 auto;width:30px;height:30px;background-size:auto 100%;background-position:center center;background-image:url("data:image/svg+xml,%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2032%2032'%20style='enable-background:new%200%200%2032%2032;'%20xml:space='preserve'%3e%3cg%3e%3cg%20id='Group'%20transform='translate(8.004,%203.02)'%3e%3cpath%20id='Path'%20fill='%23303030'%20d='M1.8,19.7c0-0.3-0.1-0.6-0.1-0.9c0-3.7,3-6.7,6.6-6.7c3.7,0,6.6,3,6.6,6.7c0,0.3,0,0.6-0.1,0.9h3.7%20c0-0.3,0-0.6,0-0.9c0-2.8-1.1-5.3-3.1-7.3c-1.9-1.9-4.5-3-7.3-3c-2.5,0-4.8,1.2-6.6,2.7V-3h-3.7v22.7L1.8,19.7L1.8,19.7z'/%3e%3cpath%20fill='%233C78EE'%20d='M8.1,25.5c-1.6,0-3.1-0.8-4.1-2.1l-3,1.9%20c0.2,0.2,0.4,0.4,0.6,0.7c1.7,1.9,4.1,3,6.7,3c1.9-0.1,3.7-0.6,5.2-1.5c1-0.6,1.9-1.3,2.6-2.2l-3.1-1.9%20C11.6,24.7,9.8,25.4,8.1,25.5L8.1,25.5z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat}@keyframes huge-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.card{padding:var(--space-l);border-radius:var(--border-radius-l);border:1px solid var(--card-border-color-default);background-color:var(--card-bg-color-default)}.card+.card-header{margin-top:-8px}.card.has-footer{border-bottom-left-radius:0;border-bottom-right-radius:0;margin-bottom:0}.card.is-xsmall{padding:var(--space-s)}.card.is-small{padding:var(--space-m)}.card.is-big{padding:var(--space-xl)}.is-fullscreen .card{width:100vw;margin:0}.card.has-shadow,.card.has-shadow-s{box-shadow:var(--box-shadow-s)}.card.has-shadow-l{box-shadow:var(--box-shadow-l)}.card.has-shadow-m{box-shadow:var(--box-shadow-m)}.card.has-hover:hover:not(.is-disabled){background-color:var(--card-bg-color-default-hover)}.card.is-selected,.card.is-highlight{background-color:var(--card-bg-color-selected)}.card.is-disabled{background-color:var(--card-bg-color-default-disabled)}.card.has-alternate-bg{background-color:var(--card-bg-color-alternate)}.card.has-alternate-bg.is-disabled{background-color:var(--card-bg-color-alternate-disabled)}.card.has-alternate-bg.has-hover:hover:not(.is-disabled){background-color:var(--card-bg-color-alternate-hover)}@media only screen and (max-width: 1024px){.card{padding:var(--space-m)}}@media only screen and (max-width: 767px){.card{padding:calc(var(--space-l) / 2)}}.card{margin-bottom:var(--space-l)}.card:not(.notification-list)>.notification-item:first-child{margin:0 0 var(--space-l) 0}.card-header{padding:var(--space-l);border-radius:var(--border-radius-l);border:1px solid transparent;background-color:var(--card-bg-color-selected)}.card-header+.card-header{margin-top:-8px}.card-header.has-footer{border-bottom-left-radius:0;border-bottom-right-radius:0;margin-bottom:0}.card-header.is-xsmall{padding:var(--space-s)}.card-header.is-small{padding:var(--space-m)}.card-header.is-big{padding:var(--space-xl)}.is-fullscreen .card-header{width:100vw;margin:0}.card-header.has-shadow,.card-header.has-shadow-s{box-shadow:var(--box-shadow-s)}.card-header.has-shadow-l{box-shadow:var(--box-shadow-l)}.card-header.has-shadow-m{box-shadow:var(--box-shadow-m)}.card-header.has-hover:hover:not(.is-disabled){background-color:var(--card-bg-color-default-hover)}.card-header.is-selected,.card-header.is-highlight{background-color:var(--card-bg-color-selected)}.card-header.is-disabled{background-color:var(--card-bg-color-default-disabled)}.card-header.has-alternate-bg{background-color:var(--card-bg-color-alternate)}.card-header.has-alternate-bg.is-disabled{background-color:var(--card-bg-color-alternate-disabled)}.card-header.has-alternate-bg.has-hover:hover:not(.is-disabled){background-color:var(--card-bg-color-alternate-hover)}@media only screen and (max-width: 1024px){.card-header{padding:var(--space-m)}}@media only screen and (max-width: 767px){.card-header{padding:calc(var(--space-l) / 2)}}.card-header{border-bottom:1px solid var(--color-semantic-dark-blue);border-bottom-left-radius:0;border-bottom-right-radius:0}.card-header p{margin:0}.card-header .row{align-items:center}.card-header .huge-icon{border:2px solid #fff;border-radius:50%}.card-header>*:last-child{margin-bottom:0}.card-header+.card{border-top-left-radius:0;border-top-right-radius:0}.card-footer{padding:var(--space-l);border-radius:var(--border-radius-l);border:1px solid var(--card-border-color-default);background-color:var(--card-bg-color-default)}.card-footer+.card-header{margin-top:-8px}.card-footer.has-footer{border-bottom-left-radius:0;border-bottom-right-radius:0;margin-bottom:0}.card-footer.is-xsmall{padding:var(--space-s)}.card-footer.is-small{padding:var(--space-m)}.card-footer.is-big{padding:var(--space-xl)}.is-fullscreen .card-footer{width:100vw;margin:0}.card-footer.has-shadow,.card-footer.has-shadow-s{box-shadow:var(--box-shadow-s)}.card-footer.has-shadow-l{box-shadow:var(--box-shadow-l)}.card-footer.has-shadow-m{box-shadow:var(--box-shadow-m)}.card-footer.has-hover:hover:not(.is-disabled){background-color:var(--card-bg-color-default-hover)}.card-footer.is-selected,.card-footer.is-highlight{background-color:var(--card-bg-color-selected)}.card-footer.is-disabled{background-color:var(--card-bg-color-default-disabled)}.card-footer.has-alternate-bg{background-color:var(--card-bg-color-alternate)}.card-footer.has-alternate-bg.is-disabled{background-color:var(--card-bg-color-alternate-disabled)}.card-footer.has-alternate-bg.has-hover:hover:not(.is-disabled){background-color:var(--card-bg-color-alternate-hover)}@media only screen and (max-width: 1024px){.card-footer{padding:var(--space-m)}}@media only screen and (max-width: 767px){.card-footer{padding:calc(var(--space-l) / 2)}}.card-footer{background-color:var(--color-beige-50);border-top-left-radius:0;border-top-right-radius:0;margin-bottom:var(--space-l)}.card-footer>*:last-child{margin-bottom:0}.card-footer+.card,.card-footer+.card-header{margin-top:-8px}@media only screen and (max-width: 1024px){.card{margin-bottom:var(--space-m)}.card+.card,.card+.card-header{margin-top:0}.card.is-small{padding:var(--space-m)}.card.is-big{padding:var(--space-l)}.card-header,.card-footer{padding:var(--space-m)}}@media only screen and (max-width: 767px){.card.expand-in-mobile{margin-left:calc(var(--space-m) * -1);margin-right:calc(var(--space-m) * -1);border-radius:0}}.floating-card{padding:var(--space-l);border-radius:var(--border-radius-l);border:1px solid transparent;background-color:var(--card-bg-color-default)}.floating-card+.card-header{margin-top:-8px}.floating-card.has-footer{border-bottom-left-radius:0;border-bottom-right-radius:0;margin-bottom:0}.floating-card.is-xsmall{padding:var(--space-s)}.floating-card.is-small{padding:var(--space-m)}.floating-card.is-big{padding:var(--space-xl)}.is-fullscreen .floating-card{width:100vw;margin:0}.floating-card.has-shadow,.floating-card.has-shadow-s{box-shadow:var(--box-shadow-s)}.floating-card.has-shadow-l{box-shadow:var(--box-shadow-l)}.floating-card.has-shadow-m{box-shadow:var(--box-shadow-m)}.floating-card.has-hover:hover:not(.is-disabled){background-color:var(--card-bg-color-default-hover)}.floating-card.is-selected,.floating-card.is-highlight{background-color:var(--card-bg-color-selected)}.floating-card.is-disabled{background-color:var(--card-bg-color-default-disabled)}.floating-card.has-alternate-bg{background-color:var(--card-bg-color-alternate)}.floating-card.has-alternate-bg.is-disabled{background-color:var(--card-bg-color-alternate-disabled)}.floating-card.has-alternate-bg.has-hover:hover:not(.is-disabled){background-color:var(--card-bg-color-alternate-hover)}@media only screen and (max-width: 1024px){.floating-card{padding:var(--space-m)}}@media only screen and (max-width: 767px){.floating-card{padding:calc(var(--space-l) / 2)}}.floating-card{box-shadow:var(--box-shadow-l);border-radius:var(--border-radius-m);color:var(--text-color-default);z-index:10}button{background:none transparent;border:0}button,button:focus,button:active{outline:0}.button{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;min-height:var(--input-internal-height);padding:var(--space-s) var(--space-m);border:1px solid;border-radius:var(--input-btn-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;font-weight:600;text-align:center;text-decoration:none;transition:color var(--speed-fast),border var(--speed-fast),background var(--speed-fast)}.button .huge-icon{flex:0 0 auto;margin:0 var(--space-s) 0 0;transition:all var(--speed-fast)}.button .huge-icon.right{margin:0 0 0 var(--space-s)}.button .huge-icon.alone{margin:0}.button.is-square{height:var(--input-height);width:var(--input-height);padding-left:var(--space-xs);padding-right:var(--space-xs)}.button.is-square .huge-icon{margin:0!important}.button.is-square.is-small{height:var(--button-small-height);width:var(--button-small-height)}.button.is-small{font-size:var(--font-size-m);min-height:var(--button-small-height);padding:var(--space-xs) 12px;border-radius:var(--border-radius-l)}.button.is-link{color:var(--text-color-default);background-color:transparent;border-color:transparent}.button.is-link:after,.button.is-link .huge-icon{color:var(--text-color-default)}.button.is-link:hover,.button.is-link:focus{color:var(--site-color-link-hover);background-color:transparent;border-color:transparent}.button.is-link:hover,.button.is-link:hover:after,.button.is-link:hover .huge-icon,.button.is-link:focus,.button.is-link:focus:after,.button.is-link:focus .huge-icon{color:var(--site-color-link-hover)}.button.is-link:active{color:var(--site-color-link-hover);background-color:transparent;border-color:transparent}.button.is-link:active,.button.is-link:active:after,.button.is-link:active .huge-icon{color:var(--site-color-link-hover)}.button.is-link[disabled],.button.is-link.is-disabled,.button.is-link:disabled{opacity:.6;cursor:not-allowed;color:initial;background-color:initial;border-color:initial}.button.is-link[disabled] .huge-icon,.button.is-link.is-disabled .huge-icon,.button.is-link:disabled .huge-icon{color:initial}.button.is-link[disabled]:hover,.button.is-link.is-disabled:hover,.button.is-link:disabled:hover{color:initial;background-color:initial;border-color:initial}.button.is-link[disabled]:hover,.button.is-link[disabled]:hover:after,.button.is-link[disabled]:hover .huge-icon,.button.is-link.is-disabled:hover,.button.is-link.is-disabled:hover:after,.button.is-link.is-disabled:hover .huge-icon,.button.is-link:disabled:hover,.button.is-link:disabled:hover:after,.button.is-link:disabled:hover .huge-icon{color:initial}.button.is-link{padding:0;min-height:0;border:none;font-weight:400;line-height:normal}.button.is-link-like-button{color:var(--text-color-default);background-color:transparent;border-color:transparent}.button.is-link-like-button:after,.button.is-link-like-button .huge-icon{color:var(--text-color-default)}.button.is-link-like-button:hover,.button.is-link-like-button:focus{color:var(--text-color-default);background-color:var(--color-beige-200);border-color:transparent}.button.is-link-like-button:hover,.button.is-link-like-button:hover:after,.button.is-link-like-button:hover .huge-icon,.button.is-link-like-button:focus,.button.is-link-like-button:focus:after,.button.is-link-like-button:focus .huge-icon{color:var(--text-color-default)}.button.is-link-like-button:active{color:var(--text-color-default);background-color:transparent;border-color:transparent}.button.is-link-like-button:active,.button.is-link-like-button:active:after,.button.is-link-like-button:active .huge-icon{color:var(--text-color-default)}.button.is-link-like-button[disabled],.button.is-link-like-button.is-disabled,.button.is-link-like-button:disabled{opacity:.6;cursor:not-allowed;color:initial;background-color:initial;border-color:initial}.button.is-link-like-button[disabled] .huge-icon,.button.is-link-like-button.is-disabled .huge-icon,.button.is-link-like-button:disabled .huge-icon{color:initial}.button.is-link-like-button[disabled]:hover,.button.is-link-like-button.is-disabled:hover,.button.is-link-like-button:disabled:hover{color:initial;background-color:initial;border-color:initial}.button.is-link-like-button[disabled]:hover,.button.is-link-like-button[disabled]:hover:after,.button.is-link-like-button[disabled]:hover .huge-icon,.button.is-link-like-button.is-disabled:hover,.button.is-link-like-button.is-disabled:hover:after,.button.is-link-like-button.is-disabled:hover .huge-icon,.button.is-link-like-button:disabled:hover,.button.is-link-like-button:disabled:hover:after,.button.is-link-like-button:disabled:hover .huge-icon{color:initial}.button.is-link-like-button{padding:0 4px 0 8px;min-height:0;border:none;font-weight:400;line-height:24px}.button.is-link-like-button.is-active{color:var(--text-color-default);background-color:var(--color-dark-blue-300);border-color:transparent}.button.is-link-like-button.is-active:after,.button.is-link-like-button.is-active .huge-icon{color:var(--text-color-default)}.button.is-link-like-button.is-active:hover,.button.is-link-like-button.is-active:focus{color:var(--text-color-default);background-color:var(--color-dark-blue-300);border-color:transparent}.button.is-link-like-button.is-active:hover,.button.is-link-like-button.is-active:hover:after,.button.is-link-like-button.is-active:hover .huge-icon,.button.is-link-like-button.is-active:focus,.button.is-link-like-button.is-active:focus:after,.button.is-link-like-button.is-active:focus .huge-icon{color:var(--text-color-default)}.button.is-link-like-button.is-active:active{color:var(--text-color-default);background-color:var(--color-dark-blue-300);border-color:transparent}.button.is-link-like-button.is-active:active,.button.is-link-like-button.is-active:active:after,.button.is-link-like-button.is-active:active .huge-icon{color:var(--text-color-default)}.button.is-link-like-button.is-active[disabled],.button.is-link-like-button.is-active.is-disabled,.button.is-link-like-button.is-active:disabled{opacity:.6;cursor:not-allowed;color:initial;background-color:initial;border-color:initial}.button.is-link-like-button.is-active[disabled] .huge-icon,.button.is-link-like-button.is-active.is-disabled .huge-icon,.button.is-link-like-button.is-active:disabled .huge-icon{color:initial}.button.is-link-like-button.is-active[disabled]:hover,.button.is-link-like-button.is-active.is-disabled:hover,.button.is-link-like-button.is-active:disabled:hover{color:initial;background-color:initial;border-color:initial}.button.is-link-like-button.is-active[disabled]:hover,.button.is-link-like-button.is-active[disabled]:hover:after,.button.is-link-like-button.is-active[disabled]:hover .huge-icon,.button.is-link-like-button.is-active.is-disabled:hover,.button.is-link-like-button.is-active.is-disabled:hover:after,.button.is-link-like-button.is-active.is-disabled:hover .huge-icon,.button.is-link-like-button.is-active:disabled:hover,.button.is-link-like-button.is-active:disabled:hover:after,.button.is-link-like-button.is-active:disabled:hover .huge-icon{color:initial}.button,.button.primary{color:#fff;background-color:var(--color-dark-blue-950);border-color:var(--color-dark-blue-950)}.button:after,.button .huge-icon,.button.primary:after,.button.primary .huge-icon{color:#fff}.button:hover,.button:focus,.button.primary:hover,.button.primary:focus{color:#fff;background-color:var(--color-grey-500);border-color:var(--color-grey-500)}.button:hover,.button:hover:after,.button:hover .huge-icon,.button:focus,.button:focus:after,.button:focus .huge-icon,.button.primary:hover,.button.primary:hover:after,.button.primary:hover .huge-icon,.button.primary:focus,.button.primary:focus:after,.button.primary:focus .huge-icon{color:#fff}.button:active,.button.primary:active{color:#fff;background-color:var(--color-grey-700);border-color:var(--color-grey-700)}.button:active,.button:active:after,.button:active .huge-icon,.button.primary:active,.button.primary:active:after,.button.primary:active .huge-icon{color:#fff}.button[disabled],.button.is-disabled,.button:disabled,.button.primary[disabled],.button.primary.is-disabled,.button.primary:disabled{opacity:.6;cursor:not-allowed;color:#fff;background-color:var(--color-dark-blue-950);border-color:var(--color-dark-blue-950)}.button[disabled] .huge-icon,.button.is-disabled .huge-icon,.button:disabled .huge-icon,.button.primary[disabled] .huge-icon,.button.primary.is-disabled .huge-icon,.button.primary:disabled .huge-icon{color:#fff}.button[disabled]:hover,.button.is-disabled:hover,.button:disabled:hover,.button.primary[disabled]:hover,.button.primary.is-disabled:hover,.button.primary:disabled:hover{color:#fff;background-color:var(--color-dark-blue-950);border-color:var(--color-dark-blue-950)}.button[disabled]:hover,.button[disabled]:hover:after,.button[disabled]:hover .huge-icon,.button.is-disabled:hover,.button.is-disabled:hover:after,.button.is-disabled:hover .huge-icon,.button:disabled:hover,.button:disabled:hover:after,.button:disabled:hover .huge-icon,.button.primary[disabled]:hover,.button.primary[disabled]:hover:after,.button.primary[disabled]:hover .huge-icon,.button.primary.is-disabled:hover,.button.primary.is-disabled:hover:after,.button.primary.is-disabled:hover .huge-icon,.button.primary:disabled:hover,.button.primary:disabled:hover:after,.button.primary:disabled:hover .huge-icon{color:#fff}.button.secondary{color:var(--text-color-default);background-color:#fff;border-color:var(--input-border-color)}.button.secondary:after,.button.secondary .huge-icon{color:var(--text-color-default)}.button.secondary:hover,.button.secondary:focus{color:var(--text-color-default);background-color:var(--color-beige-100);border-color:var(--color-grey-100)}.button.secondary:hover,.button.secondary:hover:after,.button.secondary:hover .huge-icon,.button.secondary:focus,.button.secondary:focus:after,.button.secondary:focus .huge-icon{color:var(--text-color-default)}.button.secondary:active{color:var(--text-color-default);background-color:var(--color-grey-200);border-color:var(--color-grey-200)}.button.secondary:active,.button.secondary:active:after,.button.secondary:active .huge-icon{color:var(--text-color-default)}.button.secondary[disabled],.button.secondary.is-disabled,.button.secondary:disabled{opacity:.6;cursor:not-allowed;color:var(--text-color-default);background-color:#fff;border-color:var(--input-border-color)}.button.secondary[disabled] .huge-icon,.button.secondary.is-disabled .huge-icon,.button.secondary:disabled .huge-icon{color:var(--text-color-default)}.button.secondary[disabled]:hover,.button.secondary.is-disabled:hover,.button.secondary:disabled:hover{color:var(--text-color-default);background-color:#fff;border-color:var(--input-border-color)}.button.secondary[disabled]:hover,.button.secondary[disabled]:hover:after,.button.secondary[disabled]:hover .huge-icon,.button.secondary.is-disabled:hover,.button.secondary.is-disabled:hover:after,.button.secondary.is-disabled:hover .huge-icon,.button.secondary:disabled:hover,.button.secondary:disabled:hover:after,.button.secondary:disabled:hover .huge-icon{color:var(--text-color-default)}.button.danger{color:#fff;background-color:var(--color-red-600);border-color:var(--color-red-600)}.button.danger:after,.button.danger .huge-icon{color:#fff}.button.danger:hover,.button.danger:focus{color:#fff;background-color:var(--color-red-600);border-color:var(--color-red-600)}.button.danger:hover,.button.danger:hover:after,.button.danger:hover .huge-icon,.button.danger:focus,.button.danger:focus:after,.button.danger:focus .huge-icon{color:#fff}.button.danger:active{color:#fff;background-color:var(--color-red-700);border-color:var(--color-red-700)}.button.danger:active,.button.danger:active:after,.button.danger:active .huge-icon{color:#fff}.button.danger[disabled],.button.danger.is-disabled,.button.danger:disabled{opacity:.6;cursor:not-allowed;color:#fff;background-color:var(--color-red-600);border-color:var(--color-red-600)}.button.danger[disabled] .huge-icon,.button.danger.is-disabled .huge-icon,.button.danger:disabled .huge-icon{color:#fff}.button.danger[disabled]:hover,.button.danger.is-disabled:hover,.button.danger:disabled:hover{color:#fff;background-color:var(--color-red-600);border-color:var(--color-red-600)}.button.danger[disabled]:hover,.button.danger[disabled]:hover:after,.button.danger[disabled]:hover .huge-icon,.button.danger.is-disabled:hover,.button.danger.is-disabled:hover:after,.button.danger.is-disabled:hover .huge-icon,.button.danger:disabled:hover,.button.danger:disabled:hover:after,.button.danger:disabled:hover .huge-icon{color:#fff}.button.danger-outline{color:var(--color-red-600);background-color:#fff;border-color:var(--input-border-color)}.button.danger-outline:after,.button.danger-outline .huge-icon{color:var(--color-red-600)}.button.danger-outline:hover,.button.danger-outline:focus{color:#fff;background-color:var(--color-red-600);border-color:var(--color-red-600)}.button.danger-outline:hover,.button.danger-outline:hover:after,.button.danger-outline:hover .huge-icon,.button.danger-outline:focus,.button.danger-outline:focus:after,.button.danger-outline:focus .huge-icon{color:#fff}.button.danger-outline:active{color:#fff;background-color:var(--color-red-400);border-color:var(--color-red-400)}.button.danger-outline:active,.button.danger-outline:active:after,.button.danger-outline:active .huge-icon{color:#fff}.button.danger-outline[disabled],.button.danger-outline.is-disabled,.button.danger-outline:disabled{opacity:.6;cursor:not-allowed;color:var(--color-red-600);background-color:#fff;border-color:var(--input-border-color)}.button.danger-outline[disabled] .huge-icon,.button.danger-outline.is-disabled .huge-icon,.button.danger-outline:disabled .huge-icon{color:var(--color-red-600)}.button.danger-outline[disabled]:hover,.button.danger-outline.is-disabled:hover,.button.danger-outline:disabled:hover{color:var(--color-red-600);background-color:#fff;border-color:var(--input-border-color)}.button.danger-outline[disabled]:hover,.button.danger-outline[disabled]:hover:after,.button.danger-outline[disabled]:hover .huge-icon,.button.danger-outline.is-disabled:hover,.button.danger-outline.is-disabled:hover:after,.button.danger-outline.is-disabled:hover .huge-icon,.button.danger-outline:disabled:hover,.button.danger-outline:disabled:hover:after,.button.danger-outline:disabled:hover .huge-icon{color:var(--color-red-600)}.button.outline{color:var(--text-color-default);background-color:transparent;border-color:var(--text-color-default)}.button.outline:after,.button.outline .huge-icon{color:var(--text-color-default)}.button.outline:hover,.button.outline:focus{color:var(--color-grey-700);background-color:transparent;border-color:var(--color-grey-700)}.button.outline:hover,.button.outline:hover:after,.button.outline:hover .huge-icon,.button.outline:focus,.button.outline:focus:after,.button.outline:focus .huge-icon{color:var(--color-grey-700)}.button.outline:active{color:var(--color-grey-500);background-color:transparent;border-color:var(--color-grey-500)}.button.outline:active,.button.outline:active:after,.button.outline:active .huge-icon{color:var(--color-grey-500)}.button.outline[disabled],.button.outline.is-disabled,.button.outline:disabled{opacity:.6;cursor:not-allowed;color:var(--text-color-default);background-color:transparent;border-color:var(--text-color-default)}.button.outline[disabled] .huge-icon,.button.outline.is-disabled .huge-icon,.button.outline:disabled .huge-icon{color:var(--text-color-default)}.button.outline[disabled]:hover,.button.outline.is-disabled:hover,.button.outline:disabled:hover{color:var(--text-color-default);background-color:transparent;border-color:var(--text-color-default)}.button.outline[disabled]:hover,.button.outline[disabled]:hover:after,.button.outline[disabled]:hover .huge-icon,.button.outline.is-disabled:hover,.button.outline.is-disabled:hover:after,.button.outline.is-disabled:hover .huge-icon,.button.outline:disabled:hover,.button.outline:disabled:hover:after,.button.outline:disabled:hover .huge-icon{color:var(--text-color-default)}.button.link{color:var(--text-color-default);background-color:transparent;border-color:transparent}.button.link:after,.button.link .huge-icon{color:var(--text-color-default)}.button.link:hover,.button.link:focus{color:var(--site-color-link-hover);background-color:transparent;border-color:transparent}.button.link:hover,.button.link:hover:after,.button.link:hover .huge-icon,.button.link:focus,.button.link:focus:after,.button.link:focus .huge-icon{color:var(--site-color-link-hover)}.button.link:active{color:var(--site-color-link-hover);background-color:transparent;border-color:transparent}.button.link:active,.button.link:active:after,.button.link:active .huge-icon{color:var(--site-color-link-hover)}.button.link[disabled],.button.link.is-disabled,.button.link:disabled{opacity:.6;cursor:not-allowed;color:var(--text-color-default);background-color:transparent;border-color:transparent}.button.link[disabled] .huge-icon,.button.link.is-disabled .huge-icon,.button.link:disabled .huge-icon{color:var(--text-color-default)}.button.link[disabled]:hover,.button.link.is-disabled:hover,.button.link:disabled:hover{color:var(--text-color-default);background-color:transparent;border-color:transparent}.button.link[disabled]:hover,.button.link[disabled]:hover:after,.button.link[disabled]:hover .huge-icon,.button.link.is-disabled:hover,.button.link.is-disabled:hover:after,.button.link.is-disabled:hover .huge-icon,.button.link:disabled:hover,.button.link:disabled:hover:after,.button.link:disabled:hover .huge-icon{color:var(--text-color-default)}.button.ghost{color:var(--text-color-default);background-color:transparent;border-color:transparent}.button.ghost:after,.button.ghost .huge-icon{color:var(--text-color-default)}.button.ghost:hover,.button.ghost:focus{color:var(--text-color-default);background-color:var(--color-beige-100);border-color:transparent}.button.ghost:hover,.button.ghost:hover:after,.button.ghost:hover .huge-icon,.button.ghost:focus,.button.ghost:focus:after,.button.ghost:focus .huge-icon{color:var(--text-color-default)}.button.ghost:active{color:var(--text-color-default);background-color:var(--color-beige-200);border-color:transparent}.button.ghost:active,.button.ghost:active:after,.button.ghost:active .huge-icon{color:var(--text-color-default)}.button.ghost[disabled],.button.ghost.is-disabled,.button.ghost:disabled{opacity:.6;cursor:not-allowed;color:var(--text-color-default);background-color:#fff;border-color:var(--input-border-color)}.button.ghost[disabled] .huge-icon,.button.ghost.is-disabled .huge-icon,.button.ghost:disabled .huge-icon{color:var(--text-color-default)}.button.ghost[disabled]:hover,.button.ghost.is-disabled:hover,.button.ghost:disabled:hover{color:var(--text-color-default);background-color:#fff;border-color:var(--input-border-color)}.button.ghost[disabled]:hover,.button.ghost[disabled]:hover:after,.button.ghost[disabled]:hover .huge-icon,.button.ghost.is-disabled:hover,.button.ghost.is-disabled:hover:after,.button.ghost.is-disabled:hover .huge-icon,.button.ghost:disabled:hover,.button.ghost:disabled:hover:after,.button.ghost:disabled:hover .huge-icon{color:var(--text-color-default)}@media only screen and (max-width: 767px){.button.mobile-no-text{height:var(--input-height);width:var(--input-height);padding-left:var(--space-xs);padding-right:var(--space-xs)}.button.mobile-no-text .huge-icon{margin:0!important}.button.mobile-no-text.is-small{height:var(--button-small-height);width:var(--button-small-height)}.button.mobile-no-text{font-size:0}}/**
 * Trumbowyg v2.31.0 - A lightweight WYSIWYG editor
 * Default stylesheet for Trumbowyg editor
 * ------------------------
 * @link https://alex-d.github.io/Trumbowyg/
 * @license MIT
 * @author Alexandre Demode (Alex-D)
 *         Twitter : @AlexandreDemode
 *         Website : alex-d.fr
 */#trumbowyg-icons,.trumbowyg-icons{overflow:hidden;visibility:hidden;height:0;width:0}.trumbowyg-box *,.trumbowyg-box *:before,.trumbowyg-box *:after,.trumbowyg-modal *,.trumbowyg-modal *:before,.trumbowyg-modal *:after{box-sizing:border-box}.trumbowyg-box svg,.trumbowyg-modal svg{width:17px;height:100%;color:#222;fill:#222}.trumbowyg-box{display:flex;flex-direction:column;min-height:300px}.trumbowyg-editor-box{display:block;flex:1}.trumbowyg-box,.trumbowyg-editor-box{position:relative;width:100%;border:1px solid #d7e0e2}.trumbowyg-box .trumbowyg-editor{min-height:100%;margin:0 auto}.trumbowyg-box.trumbowyg-fullscreen{background:#fefefe;border:none!important}.trumbowyg-editor-box,.trumbowyg-textarea{position:relative;box-sizing:border-box;padding:20px;width:100%;border-style:none;resize:none;outline:none;overflow:auto;-webkit-user-select:text;-moz-user-select:text;user-select:text}.trumbowyg-editor-box.trumbowyg-autogrow-on-enter,.trumbowyg-textarea.trumbowyg-autogrow-on-enter{transition:height .3s ease-out}.trumbowyg-editor-box{padding:0}.trumbowyg-editor{outline:none;padding:20px}.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-box-blur .trumbowyg-editor:before{color:transparent!important;text-shadow:0 0 7px #333}.trumbowyg-box-blur .trumbowyg-editor img,.trumbowyg-box-blur .trumbowyg-editor hr{opacity:.2}.trumbowyg-textarea{position:relative;display:block;overflow:auto;border:none;font-size:14px;font-family:Consolas,Courier,Courier New,monospace;line-height:18px}.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea{height:1px!important;width:25%;min-height:0!important;padding:0!important;background:none;opacity:0!important}.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea{display:block;flex:1;margin-bottom:1px}.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor-box{display:none}.trumbowyg-box.trumbowyg-disabled .trumbowyg-textarea{opacity:.8;background:none}.trumbowyg-editor-box[contenteditable=true]:empty:not(:focus):before{content:attr(placeholder);color:#999;pointer-events:none;white-space:break-spaces}.trumbowyg-button-pane{display:flex;flex-wrap:wrap;width:100%;min-height:36px;background:#ecf0f1;border-bottom:1px solid #d7e0e2;margin:0;padding:0 5px;position:relative;list-style-type:none;line-height:10px;backface-visibility:hidden;overflow:hidden;z-index:11}.trumbowyg-button-pane:before,.trumbowyg-button-pane:after{content:" ";display:block;position:absolute;top:35px;left:0;right:0;width:100%;height:1px;background:#d7e0e2}.trumbowyg-button-pane:after{top:71px}.trumbowyg-button-pane .trumbowyg-button-group{display:flex;flex-wrap:wrap}.trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button svg{color:transparent}.trumbowyg-button-pane .trumbowyg-button-group:after{content:" ";display:block;width:1px;background:#d7e0e2;margin:0 5px;height:35px;vertical-align:top}.trumbowyg-button-pane .trumbowyg-button-group:last-child:after{content:none}.trumbowyg-button-pane button{display:block;position:relative;width:35px;height:35px;padding:1px 6px!important;margin-bottom:1px;overflow:hidden;border:none;cursor:pointer;background:none;vertical-align:middle;transition:background-color .15s,opacity .15s}.trumbowyg-button-pane button.trumbowyg-textual-button{width:auto;line-height:35px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.trumbowyg-button-pane.trumbowyg-disable button:not(.trumbowyg-not-disable):not(.trumbowyg-active),.trumbowyg-button-pane button.trumbowyg-disable,.trumbowyg-disabled .trumbowyg-button-pane button:not(.trumbowyg-not-disable):not(.trumbowyg-viewHTML-button){opacity:.2;cursor:default;pointer-events:none}.trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group:before,.trumbowyg-disabled .trumbowyg-button-pane .trumbowyg-button-group:before{background:#e3e9eb}.trumbowyg-button-pane button:not(.trumbowyg-disable):hover,.trumbowyg-button-pane button:not(.trumbowyg-disable):focus,.trumbowyg-button-pane button.trumbowyg-active{background-color:#fff;outline:none}.trumbowyg-button-pane .trumbowyg-open-dropdown:after{display:block;content:" ";position:absolute;top:27px;right:3px;height:0;width:0;border:3px solid transparent;border-top-color:#555}.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button{padding-left:10px!important;padding-right:18px!important}.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button:after{top:17px;right:7px}.trumbowyg-button-pane .trumbowyg-right{margin-left:auto}.trumbowyg-dropdown{max-width:300px;max-height:250px;overflow-y:auto;overflow-x:hidden;white-space:nowrap;border:1px solid #d7e0e2;padding:5px 0;border-top:none;background:#fff;color:#222;margin-left:-1px;box-shadow:#0000001a 0 2px 3px;z-index:12}.trumbowyg-dropdown button{display:block;width:100%;height:35px;line-height:35px;text-decoration:none;background:#fff;padding:0 20px 0 10px;color:#222;border:none;cursor:pointer;text-align:left;font-size:15px;transition:all .15s}.trumbowyg-dropdown button:hover,.trumbowyg-dropdown button:focus{background:#ecf0f1}.trumbowyg-dropdown button svg{float:left;margin-right:14px}.trumbowyg-modal{position:absolute;top:0;left:50%;transform:translate(-50%);max-width:520px;width:100%;height:350px;z-index:12;overflow:hidden;backface-visibility:hidden}.trumbowyg-modal-box{position:absolute;top:0;left:50%;transform:translate(-50%);max-width:500px;width:calc(100% - 20px);padding-bottom:45px;z-index:1;background-color:#fff;text-align:center;font-size:14px;font-family:Trebuchet MS,Helvetica,Verdana,sans-serif;box-shadow:#0003 0 2px 3px;backface-visibility:hidden}.trumbowyg-modal-box .trumbowyg-modal-title{font-size:24px;font-weight:700;margin:0 0 20px;padding:15px 0 13px;display:block;border-bottom:1px solid #d7e0e2}.trumbowyg-modal-box .trumbowyg-progress{width:100%;height:3px;position:absolute;top:58px}.trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar{background:#2bc06a;width:0;height:100%;transition:width .15s linear}.trumbowyg-modal-box .trumbowyg-input-row{position:relative;margin:15px 12px;border:1px solid #dedede;overflow:hidden}.trumbowyg-modal-box .trumbowyg-input-infos{text-align:left;transition:all .15s;width:150px;border-right:1px solid #dedede;padding:0 7px;background-color:#fbfcfc;position:absolute;left:0;top:0;bottom:0}.trumbowyg-modal-box .trumbowyg-input-infos label{color:#69878f;overflow:hidden;height:27px;line-height:27px}.trumbowyg-modal-box .trumbowyg-input-infos label,.trumbowyg-modal-box .trumbowyg-input-infos label span{display:block;height:27px;line-height:27px;transition:all .15s}.trumbowyg-modal-box .trumbowyg-input-infos .trumbowyg-msg-error{color:#e74c3c}.trumbowyg-modal-box .trumbowyg-input-html{padding:1px 1px 1px 152px}.trumbowyg-modal-box .trumbowyg-input-html,.trumbowyg-modal-box .trumbowyg-input-html input,.trumbowyg-modal-box .trumbowyg-input-html textarea,.trumbowyg-modal-box .trumbowyg-input-html select{font-size:14px}.trumbowyg-modal-box .trumbowyg-input-html input,.trumbowyg-modal-box .trumbowyg-input-html textarea,.trumbowyg-modal-box .trumbowyg-input-html select{transition:all .15s;height:27px;line-height:27px;border:0;width:100%;padding:0 7px}.trumbowyg-modal-box .trumbowyg-input-html input:hover,.trumbowyg-modal-box .trumbowyg-input-html input:focus,.trumbowyg-modal-box .trumbowyg-input-html textarea:hover,.trumbowyg-modal-box .trumbowyg-input-html textarea:focus,.trumbowyg-modal-box .trumbowyg-input-html select:hover,.trumbowyg-modal-box .trumbowyg-input-html select:focus{outline:1px solid #95a5a6}.trumbowyg-modal-box .trumbowyg-input-html input:focus,.trumbowyg-modal-box .trumbowyg-input-html textarea:focus,.trumbowyg-modal-box .trumbowyg-input-html select:focus{background:#fbfcfc}.trumbowyg-modal-box .trumbowyg-input-html input[type=checkbox]{width:16px;height:16px;padding:0}.trumbowyg-modal-box .trumbowyg-input-html-with-checkbox{text-align:left;padding:3px 1px 1px 3px}.trumbowyg-modal-box .trumbowyg-input-error input,.trumbowyg-modal-box .trumbowyg-input-error select,.trumbowyg-modal-box .trumbowyg-input-error textarea{outline:1px solid #e74c3c}.trumbowyg-modal-box .trumbowyg-input-error .trumbowyg-input-infos label span:first-child{margin-top:-27px}.trumbowyg-modal-box .error{margin-top:25px;display:block;color:red}.trumbowyg-modal-box .trumbowyg-modal-button{position:absolute;bottom:10px;right:0;text-decoration:none;color:#fff;display:block;width:100px;height:35px;line-height:33px;margin:0 10px;background-color:#333;border:none;cursor:pointer;font-family:Trebuchet MS,Helvetica,Verdana,sans-serif;font-size:16px;transition:all .15s}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit{right:110px;background:#2bc06a}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover,.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus{background:#40d47e;outline:none}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active{background:#25a25a}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset{color:#555;background:#e6e6e6}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover,.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus{background:#fbfbfb;outline:none}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active{background:#d5d5d5}.trumbowyg-overlay{position:absolute;background-color:#ffffff80;height:100%;width:100%;left:0;display:none;top:0;z-index:10}body.trumbowyg-body-fullscreen{overflow:hidden}.trumbowyg-fullscreen{position:fixed;top:0;left:0;width:100%;height:100%;margin:0;padding:0;z-index:99999}.trumbowyg-fullscreen.trumbowyg-box,.trumbowyg-fullscreen .trumbowyg-editor-box{border:none}.trumbowyg-fullscreen .trumbowyg-editor-box,.trumbowyg-fullscreen .trumbowyg-textarea{height:auto!important;overflow:auto}.trumbowyg-fullscreen .trumbowyg-overlay{height:100%!important}.trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg{color:#222;fill:transparent}.trumbowyg-editor object,.trumbowyg-editor embed,.trumbowyg-editor video,.trumbowyg-editor img{max-width:100%}.trumbowyg-editor video,.trumbowyg-editor img{height:auto}.trumbowyg-editor img{cursor:move}.trumbowyg-editor canvas:focus{outline:none}.trumbowyg-editor.trumbowyg-reset-css{background:#fefefe!important;font-family:Trebuchet MS,Helvetica,Verdana,sans-serif!important;font-size:14px!important;line-height:1.45em!important;color:#333!important;font-weight:400!important}.trumbowyg-editor.trumbowyg-reset-css a{color:#15c!important;text-decoration:underline!important}.trumbowyg-editor.trumbowyg-reset-css div,.trumbowyg-editor.trumbowyg-reset-css p,.trumbowyg-editor.trumbowyg-reset-css ul,.trumbowyg-editor.trumbowyg-reset-css ol,.trumbowyg-editor.trumbowyg-reset-css blockquote{box-shadow:none!important;background:none!important;margin:0 0 15px!important;line-height:1.4em!important;font-family:Trebuchet MS,Helvetica,Verdana,sans-serif!important;font-size:14px!important;border:none!important}.trumbowyg-editor.trumbowyg-reset-css iframe,.trumbowyg-editor.trumbowyg-reset-css object,.trumbowyg-editor.trumbowyg-reset-css hr{margin-bottom:15px!important}.trumbowyg-editor.trumbowyg-reset-css blockquote{margin-left:32px!important;font-style:italic!important;color:#555!important}.trumbowyg-editor.trumbowyg-reset-css ul{list-style:disc!important}.trumbowyg-editor.trumbowyg-reset-css ol{list-style:decimal!important}.trumbowyg-editor.trumbowyg-reset-css ul,.trumbowyg-editor.trumbowyg-reset-css ol{padding-left:20px!important}.trumbowyg-editor.trumbowyg-reset-css ul ul,.trumbowyg-editor.trumbowyg-reset-css ol ol,.trumbowyg-editor.trumbowyg-reset-css ul ol,.trumbowyg-editor.trumbowyg-reset-css ol ul{border:none!important;margin:2px!important;padding:0 0 0 24px!important}.trumbowyg-editor.trumbowyg-reset-css hr{display:block!important;height:1px!important;border:none!important;border-top:1px solid #CCC!important}.trumbowyg-editor.trumbowyg-reset-css h1,.trumbowyg-editor.trumbowyg-reset-css h2,.trumbowyg-editor.trumbowyg-reset-css h3,.trumbowyg-editor.trumbowyg-reset-css h4{color:#111!important;background:none!important;margin:0!important;padding:0!important;font-weight:700!important}.trumbowyg-editor.trumbowyg-reset-css h1{font-size:32px!important;line-height:38px!important;margin-bottom:20px!important}.trumbowyg-editor.trumbowyg-reset-css h2{font-size:26px!important;line-height:34px!important;margin-bottom:15px!important}.trumbowyg-editor.trumbowyg-reset-css h3{font-size:22px!important;line-height:28px!important;margin-bottom:7px!important}.trumbowyg-editor.trumbowyg-reset-css h4{font-size:16px!important;line-height:22px!important;margin-bottom:7px!important}.trumbowyg-dark .trumbowyg-textarea{background:#222;color:#fff;border-color:#343434}.trumbowyg-dark .trumbowyg-box{border:1px solid rgb(51.85,51.85,51.85)}.trumbowyg-dark .trumbowyg-box.trumbowyg-fullscreen{background:#111}.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor:before{text-shadow:0 0 7px #ccc}.trumbowyg-dark .trumbowyg-box svg{fill:#fff;color:#fff}.trumbowyg-dark .trumbowyg-button-pane{background-color:#222;border-bottom-color:#343434}.trumbowyg-dark .trumbowyg-button-pane:before,.trumbowyg-dark .trumbowyg-button-pane:after{background:#343434}.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty):after{background-color:#343434}.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg{color:transparent}.trumbowyg-dark .trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group:after{background-color:#2a2a2a}.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):hover,.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,.trumbowyg-dark .trumbowyg-button-pane button.trumbowyg-active{background-color:#333}.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-open-dropdown:after{border-top-color:#fff}.trumbowyg-dark .trumbowyg-fullscreen .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg{color:#ecf0f1;fill:transparent}.trumbowyg-dark .trumbowyg-dropdown{border-color:#343434;background:#333;box-shadow:#0000004d 0 2px 3px}.trumbowyg-dark .trumbowyg-dropdown button{background:#333;color:#fff}.trumbowyg-dark .trumbowyg-dropdown button:hover,.trumbowyg-dark .trumbowyg-dropdown button:focus{background:#222}.trumbowyg-dark .trumbowyg-modal-box{background-color:#333;color:#fff}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-title{border-bottom:1px solid #555;color:#fff;background:#3c3c3c}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-input-row{border-color:#222}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-input-infos{color:#eee;background-color:#2f2f2f;border-right-color:#222}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-input-infos span{color:#eee;background-color:#2f2f2f;border-color:#343434}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-input-infos span.trumbowyg-msg-error{color:#e74c3c}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-input-row.trumbowyg-input-error input,.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-input-row.trumbowyg-input-error select,.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-input-row.trumbowyg-input-error textarea{border-color:#e74c3c}.trumbowyg-dark .trumbowyg-modal-box input,.trumbowyg-dark .trumbowyg-modal-box select,.trumbowyg-dark .trumbowyg-modal-box textarea{border-color:#343434;color:#fff;background:#222}.trumbowyg-dark .trumbowyg-modal-box input:hover,.trumbowyg-dark .trumbowyg-modal-box input:focus,.trumbowyg-dark .trumbowyg-modal-box select:hover,.trumbowyg-dark .trumbowyg-modal-box select:focus,.trumbowyg-dark .trumbowyg-modal-box textarea:hover,.trumbowyg-dark .trumbowyg-modal-box textarea:focus{border-color:#626262}.trumbowyg-dark .trumbowyg-modal-box input:focus,.trumbowyg-dark .trumbowyg-modal-box select:focus,.trumbowyg-dark .trumbowyg-modal-box textarea:focus{background-color:#2f2f2f}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit{background:#1b7943}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover,.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus{background:#25a25a}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active{background:#176437}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset{background:#333;color:#ccc}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover,.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus{background:#444}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active{background:#111}.trumbowyg-dark .trumbowyg-overlay{background-color:#0f0f0f99}.trumbowyg-dropdown-emoji{width:265px;padding:7px 0 7px 5px}.trumbowyg-dropdown-emoji svg{display:none!important}.trumbowyg-dropdown-emoji button{display:block;position:relative;float:left;height:26px;width:26px;padding:0;margin:2px;line-height:24px;text-align:center}.trumbowyg-dropdown-emoji button:hover:after,.trumbowyg-dropdown-emoji button:focus:after{display:block;position:absolute;top:-5px;left:-5px;height:27px;width:27px;background:inherit;box-shadow:#000 0 0 2px;z-index:10;background-color:transparent}.trumbowyg .emoji{width:22px;height:22px;display:inline-block}.hub-grid{display:flex;flex-wrap:wrap;justify-content:flex-start}@media (max-width: 767px){.hub-grid{margin-top:0}}.hub-grid *,.hub-grid :after,.hub-grid :before{box-sizing:border-box}.hub-grid:before,.hub-grid:after{content:"";display:block;flex:0 1 calc((100% - 216px)*1 + 216px);order:1000}@media (min-width: 480px){.hub-grid:before,.hub-grid:after{flex:0 1 calc((100% - 216px)/2 + 96px)}}@media (min-width: 992px){.hub-grid:before,.hub-grid:after{flex:0 1 calc((100% - 216px) / 10 * 3 + 48px)}}@media (min-width: 1023px){.hub-grid:before,.hub-grid:after{flex:0 1 calc((100% - 216px)/5 + 24px)}}.hub-grid .hub-item{padding:0;border-radius:var(--border-radius-l);border:1px solid var(--card-border-color-default);background-color:var(--card-bg-color-default)}.hub-grid .hub-item+.card-header{margin-top:-8px}.hub-grid .hub-item.has-footer{border-bottom-left-radius:0;border-bottom-right-radius:0;margin-bottom:0}.hub-grid .hub-item.is-xsmall{padding:var(--space-s)}.hub-grid .hub-item.is-small{padding:var(--space-m)}.hub-grid .hub-item.is-big{padding:var(--space-xl)}.is-fullscreen .hub-grid .hub-item{width:100vw;margin:0}.hub-grid .hub-item.has-shadow,.hub-grid .hub-item.has-shadow-s{box-shadow:var(--box-shadow-s)}.hub-grid .hub-item.has-shadow-l{box-shadow:var(--box-shadow-l)}.hub-grid .hub-item.has-shadow-m{box-shadow:var(--box-shadow-m)}.hub-grid .hub-item.has-hover:hover:not(.is-disabled){background-color:var(--card-bg-color-default-hover)}.hub-grid .hub-item.is-selected,.hub-grid .hub-item.is-highlight{background-color:var(--card-bg-color-selected)}.hub-grid .hub-item.is-disabled{background-color:var(--card-bg-color-default-disabled)}.hub-grid .hub-item.has-alternate-bg{background-color:var(--card-bg-color-alternate)}.hub-grid .hub-item.has-alternate-bg.is-disabled{background-color:var(--card-bg-color-alternate-disabled)}.hub-grid .hub-item.has-alternate-bg.has-hover:hover:not(.is-disabled){background-color:var(--card-bg-color-alternate-hover)}@media only screen and (max-width: 1024px){.hub-grid .hub-item{padding:var(--space-m)}}@media only screen and (max-width: 767px){.hub-grid .hub-item{padding:0}}.hub-grid .hub-item{flex:0 1 auto;width:calc((100% - 216px)*1 + 216px);margin-bottom:var(--space-l);margin-right:var(--space-l);text-align:center;transition:all .2s ease;transform:scale(.999);padding:var(--space-m)}.hub-grid .hub-item:nth-child(5n){margin-right:0}@media (min-width: 480px){.hub-grid .hub-item{width:calc((100% - 216px)/2 + 96px)}}@media (min-width: 992px){.hub-grid .hub-item{width:calc((100% - 216px) / 10 * 3 + 48px)}}@media (min-width: 1023px){.hub-grid .hub-item{flex:0 1 calc((100% - 216px)/5 + 24px);margin-bottom:var(--space-l)}}.hub-grid .hub-item:hover{transform:scale(1.1);box-shadow:var(--box-shadow-l)}@media (max-width: 992px){.hub-grid .hub-item:hover{transform:none}}.hub-grid .hub-item:hover .h3{color:var(--color-dark-blue-600)}.hub-grid .hub-item .h3{color:var(--color-dark-blue-700);transition:color .2s ease}.hub-grid .hub-item p{margin-bottom:var(--space-s);color:var(--text-color-default)}.hub-grid .hub-item .wrapper-icon{margin:var(--space-l) auto}.hub-grid .hub-item .wrapper-icon .avatar{margin:0 auto}.hub-grid .hub-item .large{width:40px;height:40px;padding:0;stroke:var(--color-dark-blue-700)}.hub-grid .hub-item path{stroke-width:.8}.hub-grid .hub-item g{fill:var(--color-white)}.h1 p,.h1 span,.h2 p,.h2 span{font-size:inherit;line-height:inherit}p{font:400 var(--font-size-m)/--line-height-m var(--default-font-family)}p [data-tooltip]{display:inline-block}.h3 p{margin-bottom:0;font-size:inherit;line-height:inherit}.is-sub-title{color:var(--color-grey-800)}.text .h3 p{font-size:inherit;line-height:inherit}.text ul,.text ol{margin:14px 0;padding-left:40px}.text ul .h5,.text ol .h5{margin-left:-18px;margin-bottom:10px}.text ul li,.text ol li{margin-bottom:8px}.text ol,.text ol li{list-style:decimal}.text ul,.text ul li{list-style:disc}.hint.with-padding{padding-left:24px;padding-top:8px}.text-semantic-dark-blue{color:var(--color-dark-blue-400)}/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{box-sizing:border-box}.hide-remove .search-choice-close{display:none!important}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px #00000026;clip:rect(0,0,0,0);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px #0000001a;color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:10px;right:26px;display:block;width:12px;height:12px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23A0A0A0" d="M13.41,12l4.3-4.29a1,1,0,1,0-1.42-1.42L12,10.59,7.71,6.29A1,1,0,0,0,6.29,7.71L10.59,12l-4.3,4.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L12,13.41l4.29,4.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z"/></svg>') no-repeat;font-size:1px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:27px;height:100%;padding-right:7px}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23A0A0A0" d="M17,9.17a1,1,0,0,0-1.41,0L12,12.71,8.46,9.17a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l4.24,4.24a1,1,0,0,0,1.42,0L17,10.59A1,1,0,0,0,17,9.17Z"/></svg>') no-repeat;background-position:center}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices:after{content:"";position:absolute;top:0;right:0;display:block;width:27px;height:100%;padding-right:7px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23A0A0A0" d="M17,9.17a1,1,0,0,0-1.41,0L12,12.71,8.46,9.17a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l4.24,4.24a1,1,0,0,0,1.42,0L17,10.59A1,1,0,0,0,17,9.17Z"/></svg>') no-repeat;background-position:center left;background-size:20px}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px #0000000d;color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.41,12l4.3-4.29a1,1,0,1,0-1.42-1.42L12,10.59,7.71,6.29A1,1,0,0,0,6.29,7.71L10.59,12l-4.3,4.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L12,13.41l4.29,4.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z"/></svg>') no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px #0000004d}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:0;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px #0000004d}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single,.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:0}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}.formError{position:absolute;top:300px;left:300px;display:block;cursor:pointer;z-index:100}.ajaxSubmit{padding:20px;background:#55ea55;border:1px solid #999;display:none}.formError .formErrorContent{width:100%;background:#ee0101;position:relative;color:#fff;width:170px;font-size:14px;line-height:20px;border:2px solid #ddd;box-shadow:0 0 6px #000;padding:4px 10px;border-radius:6px}.formError .formErrorArrow{width:15px;margin:-2px 0 0 13px;position:relative}.formError .formErrorArrowBottom{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;margin:0 0 0 12px;top:0}.formError .formErrorArrow div{border-left:2px solid #ddd;border-right:2px solid #ddd;box-shadow:0 2px 3px #444;-moz-box-shadow:0 2px 3px #444;-webkit-box-shadow:0 2px 3px #444;font-size:0px;height:1px;background:#ee0101;margin:0 auto;line-height:0;font-size:0;display:block}.formError .formErrorArrowBottom div{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.greenPopup .formErrorArrow div{background:#33be40}.blackPopup .formErrorArrow div{background:#393939;color:#fff}.formError .formErrorArrow .line10{width:15px;border:0}.formError .formErrorArrow .line9{width:13px;border:0}.formError .formErrorArrow .line8{width:11px}.formError .formErrorArrow .line7{width:9px}.formError .formErrorArrow .line6{width:7px}.formError .formErrorArrow .line5{width:5px}.formError .formErrorArrow .line4{width:3px}.formError .formErrorArrow .line3{width:1px;border-left:2px solid #ddd;border-right:2px solid #ddd;border-bottom:0 solid #ddd}.formError .formErrorArrow .line2{width:3px;border:0;background:#ddd}.formError .formErrorArrow .line1{width:1px;border:0;background:#ddd}.tribute-container{border-radius:var(--border-radius-m);box-shadow:var(--box-shadow-m);position:absolute;top:0;left:0;height:auto;max-height:300px;max-width:500px;overflow:auto;display:block;z-index:999999}.tribute-container ul{margin:0;padding:0;list-style:none;background:var(--color-white)}.tribute-container li{padding:var(--space-s);cursor:pointer}.tribute-container li.highlight,.tribute-container li:hover{background-color:var(--color-dark-blue-100)}.tribute-container li span{font-weight:700}.tribute-container li.no-match{cursor:default}.tribute-container .menu-highlighted{font-weight:700}.Select{position:relative}.with-z-index .Select{z-index:3}.Select,.Select div,.Select input,.Select span{box-sizing:border-box}.Select.Select--multi .Select-clear-zone,.Select.Select--multi .Select-loading-zone,.Select.Select--single .Select-clear-zone,.Select.Select--single .Select-loading-zone{position:absolute;height:42px;display:flex;align-items:center;top:0;right:25px}.Select.Select--multi .Select-arrow-zone,.Select.Select--single .Select-arrow-zone{right:0;top:17px;position:absolute}.Select.Select--multi .Select-arrow-zone .Select-arrow,.Select.Select--single .Select-arrow-zone .Select-arrow{display:block;margin:0 auto;background-image:url("data:image/svg+xml,%3Csvg aria-hidden='true' stroke='%23A0A0A0' focusable='false' data-prefix='fas' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23A0A0A0' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'%3E%3C/path%3E%3C/svg%3E");border:0;width:11px;height:7px;background-size:11px;background-position:0 -3px;background-repeat:no-repeat}.Select.Select--multi .Select-placeholder{line-height:40px}.Select.Select--multi .Select-control{padding:0;white-space:normal}.Select.Select--multi .Select-control .Select-input{height:40px}.Select-control{padding-right:30px;height:auto;min-height:40px;display:block;width:100%;height:var(--input-height);padding:0 var(--input-btn-padding-x);border:1px solid var(--input-border-color);border-radius:var(--input-btn-border-radius);background-color:#fff;font-size:var(--font-base-size);line-height:var(--input-internal-height);color:var(--input-text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:border-color var(--speed-fast);-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.Select-control::-webkit-search-cancel-button{-webkit-appearance:none}.Select-control::-webkit-inner-spin-button,.Select-control::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.Select-control::-ms-expand{background-color:transparent;border:0}.Select-control.focus,.Select-control:focus{color:var(--input-focus-text-color);background-color:var(--input-bg-color);border-color:var(--input-focus-border-color);outline:none}.Select-control.disabled,.Select-control:disabled{background:var(--input-disabled-bg-color);border-color:var(--input-disabled-border-color);color:var(--input-disabled-text-color);cursor:inherit}.Select-control.disabled:hover,.Select-control:disabled:hover{border-color:var(--input-disabled-border-color)}.Select-control::-moz-placeholder{color:var(--input-placeholder-color);line-height:var(--input-internal-height);opacity:1}.Select-control::placeholder{color:var(--input-placeholder-color);line-height:var(--input-internal-height);opacity:1}.Select-control.hover,.Select-control:hover{border-color:var(--input-hover-border-color);opacity:1}.Select-control .Select-input{width:100%!important;height:42px;padding:0}.Select-placeholder,.Select--single>.Select-control .Select-value{padding:0 12px;line-height:42px}.Select-loading-zone{cursor:pointer;display:table-cell;position:relative;text-align:center;vertical-align:middle;width:16px}.Select-loading{animation:Select-animation-spin .4s infinite linear;width:16px;height:16px;box-sizing:border-box;border-radius:50%;border:2px solid #ccc;border-right-color:#333;display:inline-block;position:relative;vertical-align:middle}[class*=-multiValue]{display:flex;flex:0 0 auto;margin:6px 8px 6px 0!important;overflow:hidden;font-size:12px;max-width:100%;font-weight:600;border-radius:4px!important}.main-filters [class*=-multiValue]{border-radius:var(--input-btn-border-radius)!important;border:1px solid var(--color-grey-200)}[class*=-multiValue]>div:not([role=button],.Select-value){display:block;padding:5px 8px 4px;background:var(--color-dark-blue-100);white-space:pre-wrap;color:var(--color-grey-600);font-size:100%}.main-filters [class*=-multiValue]>div:not([role=button],.Select-value){background:var(--color-white)}.disable [class*=-multiValue]>div:not([role=button],.Select-value){background:#e3e3e3;color:var(--input-disabled-text-color)}[class*=-multiValue] [role=button]{cursor:pointer;display:flex;float:left;width:17px;height:auto;padding:6px 8px 6px 0;background:var(--color-dark-blue-100);position:relative}.main-filters [class*=-multiValue] [role=button]{background:var(--color-white)}[class*=-multiValue] [role=button]:after{position:absolute;right:6px;top:9px;margin-top:0!important;content:"";--huge-cancel-01-stroke-rounded: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 5L5 19M5 5L19 19" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');-webkit-mask:var(--huge-cancel-01-stroke-rounded);mask:var(--huge-cancel-01-stroke-rounded)}.main-filters .search__filter [class*=-multiValue] [role=button]:after{margin-top:-10px}[class*=-multiValue] [role=button]:after{display:inline-block;width:var(--icon-size-xxs);height:var(--icon-size-xxs);background:currentColor;-webkit-mask-size:contain;mask-size:contain;vertical-align:middle;flex:0 0 auto}[class*=-multiValue] [role=button] svg{display:none}[class*=-multiValue] [role=button]:hover{background:var(--color-dark-blue-100);color:var(--color-red-800)}.main-filters [class*=-multiValue] [role=button]:hover{background:var(--color-white)}.disable [class*=-multiValue] [role=button]{background:#e3e3e3;color:var(--input-disabled-text-color)}.copy-selector [data-value],.scorecard [data-value],.normal-select [data-value],.date-selects [data-value],.job-filters [data-value]{margin:0!important;padding:0!important}.copy-selector [class*=-control],.scorecard [class*=-control],.normal-select [class*=-control],.date-selects [class*=-control],.job-filters [class*=-control]{box-shadow:0 0!important}.copy-selector [class*=-control]>div:first-child,.scorecard [class*=-control]>div:first-child,.normal-select [class*=-control]>div:first-child,.date-selects [class*=-control]>div:first-child,.job-filters [class*=-control]>div:first-child{padding-top:0!important;padding-bottom:0!important}.copy-selector [class*=-control]>div:first-child input,.scorecard [class*=-control]>div:first-child input,.normal-select [class*=-control]>div:first-child input,.date-selects [class*=-control]>div:first-child input,.job-filters [class*=-control]>div:first-child input{height:42px}.select-with-depth .level-0{position:relative;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-left:32px!important}.select-with-depth .level-0:after{content:" ";position:absolute;left:16px;top:50%;display:block;color:var(--text-color-default);width:6px;height:6px;margin-top:-3px;margin-left:-4px;background:var(--color-grey-100);border-radius:50%}.select-with-depth .level-0.has-child:after{content:"";--huge-arrow-right-01-stroke-standard: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.00005 6L15 12L9 18" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="16" stroke-linecap="round" stroke-linejoin="round"/></svg>');-webkit-mask:var(--huge-arrow-right-01-stroke-standard);mask:var(--huge-arrow-right-01-stroke-standard);display:inline-block;width:var(--icon-size-xs);height:var(--icon-size-xs);background:currentColor;-webkit-mask-size:contain;mask-size:contain;vertical-align:middle;flex:0 0 auto;margin-top:-10px;margin-left:-8px;border-radius:0;background:var(--color-grey-200);transition:all var(--speed-fast)}.select-with-depth .level-0:before{content:" ";position:absolute;left:0;top:4px;bottom:4px;width:16px;display:block;background:url('data:image/svg+xml;utf-8,<svg width="242" height="1" xmlns="http://www.w3.org/2000/svg"><g fill="%23E3E3E3" fill-rule="evenodd"><rect x="24" width="2" height="1" rx=".5"/><rect width="2" height="1" rx=".5"/><rect x="120" width="2" height="1" rx=".5"/><rect x="72" width="2" height="1" rx=".5"/><rect x="168" width="2" height="1" rx=".5"/><rect x="216" width="2" height="1" rx=".5"/><rect x="48" width="2" height="1" rx=".5"/><rect x="144" width="2" height="1" rx=".5"/><rect x="96" width="2" height="1" rx=".5"/><rect x="192" width="2" height="1" rx=".5"/></g></svg>') repeat-y right center}.select-with-depth .level-1{position:relative;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-left:56px!important}.select-with-depth .level-1:after{content:" ";position:absolute;left:40px;top:50%;display:block;color:var(--text-color-default);width:6px;height:6px;margin-top:-3px;margin-left:-4px;background:var(--color-grey-100);border-radius:50%}.select-with-depth .level-1.has-child:after{content:"";--huge-arrow-right-01-stroke-standard: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.00005 6L15 12L9 18" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="16" stroke-linecap="round" stroke-linejoin="round"/></svg>');-webkit-mask:var(--huge-arrow-right-01-stroke-standard);mask:var(--huge-arrow-right-01-stroke-standard);display:inline-block;width:var(--icon-size-xs);height:var(--icon-size-xs);background:currentColor;-webkit-mask-size:contain;mask-size:contain;vertical-align:middle;flex:0 0 auto;margin-top:-10px;margin-left:-8px;border-radius:0;background:var(--color-grey-200);transition:all var(--speed-fast)}.select-with-depth .level-1:before{content:" ";position:absolute;left:0;top:4px;bottom:4px;width:40px;display:block;background:url('data:image/svg+xml;utf-8,<svg width="242" height="1" xmlns="http://www.w3.org/2000/svg"><g fill="%23E3E3E3" fill-rule="evenodd"><rect x="24" width="2" height="1" rx=".5"/><rect width="2" height="1" rx=".5"/><rect x="120" width="2" height="1" rx=".5"/><rect x="72" width="2" height="1" rx=".5"/><rect x="168" width="2" height="1" rx=".5"/><rect x="216" width="2" height="1" rx=".5"/><rect x="48" width="2" height="1" rx=".5"/><rect x="144" width="2" height="1" rx=".5"/><rect x="96" width="2" height="1" rx=".5"/><rect x="192" width="2" height="1" rx=".5"/></g></svg>') repeat-y right center}.select-with-depth .level-2{position:relative;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-left:80px!important}.select-with-depth .level-2:after{content:" ";position:absolute;left:64px;top:50%;display:block;color:var(--text-color-default);width:6px;height:6px;margin-top:-3px;margin-left:-4px;background:var(--color-grey-100);border-radius:50%}.select-with-depth .level-2.has-child:after{content:"";--huge-arrow-right-01-stroke-standard: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.00005 6L15 12L9 18" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="16" stroke-linecap="round" stroke-linejoin="round"/></svg>');-webkit-mask:var(--huge-arrow-right-01-stroke-standard);mask:var(--huge-arrow-right-01-stroke-standard);display:inline-block;width:var(--icon-size-xs);height:var(--icon-size-xs);background:currentColor;-webkit-mask-size:contain;mask-size:contain;vertical-align:middle;flex:0 0 auto;margin-top:-10px;margin-left:-8px;border-radius:0;background:var(--color-grey-200);transition:all var(--speed-fast)}.select-with-depth .level-2:before{content:" ";position:absolute;left:0;top:4px;bottom:4px;width:64px;display:block;background:url('data:image/svg+xml;utf-8,<svg width="242" height="1" xmlns="http://www.w3.org/2000/svg"><g fill="%23E3E3E3" fill-rule="evenodd"><rect x="24" width="2" height="1" rx=".5"/><rect width="2" height="1" rx=".5"/><rect x="120" width="2" height="1" rx=".5"/><rect x="72" width="2" height="1" rx=".5"/><rect x="168" width="2" height="1" rx=".5"/><rect x="216" width="2" height="1" rx=".5"/><rect x="48" width="2" height="1" rx=".5"/><rect x="144" width="2" height="1" rx=".5"/><rect x="96" width="2" height="1" rx=".5"/><rect x="192" width="2" height="1" rx=".5"/></g></svg>') repeat-y right center}.select-with-depth .level-3{position:relative;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-left:104px!important}.select-with-depth .level-3:after{content:" ";position:absolute;left:88px;top:50%;display:block;color:var(--text-color-default);width:6px;height:6px;margin-top:-3px;margin-left:-4px;background:var(--color-grey-100);border-radius:50%}.select-with-depth .level-3.has-child:after{content:"";--huge-arrow-right-01-stroke-standard: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.00005 6L15 12L9 18" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="16" stroke-linecap="round" stroke-linejoin="round"/></svg>');-webkit-mask:var(--huge-arrow-right-01-stroke-standard);mask:var(--huge-arrow-right-01-stroke-standard);display:inline-block;width:var(--icon-size-xs);height:var(--icon-size-xs);background:currentColor;-webkit-mask-size:contain;mask-size:contain;vertical-align:middle;flex:0 0 auto;margin-top:-10px;margin-left:-8px;border-radius:0;background:var(--color-grey-200);transition:all var(--speed-fast)}.select-with-depth .level-3:before{content:" ";position:absolute;left:0;top:4px;bottom:4px;width:88px;display:block;background:url('data:image/svg+xml;utf-8,<svg width="242" height="1" xmlns="http://www.w3.org/2000/svg"><g fill="%23E3E3E3" fill-rule="evenodd"><rect x="24" width="2" height="1" rx=".5"/><rect width="2" height="1" rx=".5"/><rect x="120" width="2" height="1" rx=".5"/><rect x="72" width="2" height="1" rx=".5"/><rect x="168" width="2" height="1" rx=".5"/><rect x="216" width="2" height="1" rx=".5"/><rect x="48" width="2" height="1" rx=".5"/><rect x="144" width="2" height="1" rx=".5"/><rect x="96" width="2" height="1" rx=".5"/><rect x="192" width="2" height="1" rx=".5"/></g></svg>') repeat-y right center}.select-with-depth .level-4{position:relative;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-left:128px!important}.select-with-depth .level-4:after{content:" ";position:absolute;left:112px;top:50%;display:block;color:var(--text-color-default);width:6px;height:6px;margin-top:-3px;margin-left:-4px;background:var(--color-grey-100);border-radius:50%}.select-with-depth .level-4.has-child:after{content:"";--huge-arrow-right-01-stroke-standard: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.00005 6L15 12L9 18" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="16" stroke-linecap="round" stroke-linejoin="round"/></svg>');-webkit-mask:var(--huge-arrow-right-01-stroke-standard);mask:var(--huge-arrow-right-01-stroke-standard);display:inline-block;width:var(--icon-size-xs);height:var(--icon-size-xs);background:currentColor;-webkit-mask-size:contain;mask-size:contain;vertical-align:middle;flex:0 0 auto;margin-top:-10px;margin-left:-8px;border-radius:0;background:var(--color-grey-200);transition:all var(--speed-fast)}.select-with-depth .level-4:before{content:" ";position:absolute;left:0;top:4px;bottom:4px;width:112px;display:block;background:url('data:image/svg+xml;utf-8,<svg width="242" height="1" xmlns="http://www.w3.org/2000/svg"><g fill="%23E3E3E3" fill-rule="evenodd"><rect x="24" width="2" height="1" rx=".5"/><rect width="2" height="1" rx=".5"/><rect x="120" width="2" height="1" rx=".5"/><rect x="72" width="2" height="1" rx=".5"/><rect x="168" width="2" height="1" rx=".5"/><rect x="216" width="2" height="1" rx=".5"/><rect x="48" width="2" height="1" rx=".5"/><rect x="144" width="2" height="1" rx=".5"/><rect x="96" width="2" height="1" rx=".5"/><rect x="192" width="2" height="1" rx=".5"/></g></svg>') repeat-y right center}.select-with-depth .level-5{position:relative;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-left:152px!important}.select-with-depth .level-5:after{content:" ";position:absolute;left:136px;top:50%;display:block;color:var(--text-color-default);width:6px;height:6px;margin-top:-3px;margin-left:-4px;background:var(--color-grey-100);border-radius:50%}.select-with-depth .level-5.has-child:after{content:"";--huge-arrow-right-01-stroke-standard: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.00005 6L15 12L9 18" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="16" stroke-linecap="round" stroke-linejoin="round"/></svg>');-webkit-mask:var(--huge-arrow-right-01-stroke-standard);mask:var(--huge-arrow-right-01-stroke-standard);display:inline-block;width:var(--icon-size-xs);height:var(--icon-size-xs);background:currentColor;-webkit-mask-size:contain;mask-size:contain;vertical-align:middle;flex:0 0 auto;margin-top:-10px;margin-left:-8px;border-radius:0;background:var(--color-grey-200);transition:all var(--speed-fast)}.select-with-depth .level-5:before{content:" ";position:absolute;left:0;top:4px;bottom:4px;width:136px;display:block;background:url('data:image/svg+xml;utf-8,<svg width="242" height="1" xmlns="http://www.w3.org/2000/svg"><g fill="%23E3E3E3" fill-rule="evenodd"><rect x="24" width="2" height="1" rx=".5"/><rect width="2" height="1" rx=".5"/><rect x="120" width="2" height="1" rx=".5"/><rect x="72" width="2" height="1" rx=".5"/><rect x="168" width="2" height="1" rx=".5"/><rect x="216" width="2" height="1" rx=".5"/><rect x="48" width="2" height="1" rx=".5"/><rect x="144" width="2" height="1" rx=".5"/><rect x="96" width="2" height="1" rx=".5"/><rect x="192" width="2" height="1" rx=".5"/></g></svg>') repeat-y right center}.select-with-depth .level-6{position:relative;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-left:176px!important}.select-with-depth .level-6:after{content:" ";position:absolute;left:160px;top:50%;display:block;color:var(--text-color-default);width:6px;height:6px;margin-top:-3px;margin-left:-4px;background:var(--color-grey-100);border-radius:50%}.select-with-depth .level-6.has-child:after{content:"";--huge-arrow-right-01-stroke-standard: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.00005 6L15 12L9 18" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="16" stroke-linecap="round" stroke-linejoin="round"/></svg>');-webkit-mask:var(--huge-arrow-right-01-stroke-standard);mask:var(--huge-arrow-right-01-stroke-standard);display:inline-block;width:var(--icon-size-xs);height:var(--icon-size-xs);background:currentColor;-webkit-mask-size:contain;mask-size:contain;vertical-align:middle;flex:0 0 auto;margin-top:-10px;margin-left:-8px;border-radius:0;background:var(--color-grey-200);transition:all var(--speed-fast)}.select-with-depth .level-6:before{content:" ";position:absolute;left:0;top:4px;bottom:4px;width:160px;display:block;background:url('data:image/svg+xml;utf-8,<svg width="242" height="1" xmlns="http://www.w3.org/2000/svg"><g fill="%23E3E3E3" fill-rule="evenodd"><rect x="24" width="2" height="1" rx=".5"/><rect width="2" height="1" rx=".5"/><rect x="120" width="2" height="1" rx=".5"/><rect x="72" width="2" height="1" rx=".5"/><rect x="168" width="2" height="1" rx=".5"/><rect x="216" width="2" height="1" rx=".5"/><rect x="48" width="2" height="1" rx=".5"/><rect x="144" width="2" height="1" rx=".5"/><rect x="96" width="2" height="1" rx=".5"/><rect x="192" width="2" height="1" rx=".5"/></g></svg>') repeat-y right center}.select-with-depth .level-7{position:relative;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-left:200px!important}.select-with-depth .level-7:after{content:" ";position:absolute;left:184px;top:50%;display:block;color:var(--text-color-default);width:6px;height:6px;margin-top:-3px;margin-left:-4px;background:var(--color-grey-100);border-radius:50%}.select-with-depth .level-7.has-child:after{content:"";--huge-arrow-right-01-stroke-standard: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.00005 6L15 12L9 18" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="16" stroke-linecap="round" stroke-linejoin="round"/></svg>');-webkit-mask:var(--huge-arrow-right-01-stroke-standard);mask:var(--huge-arrow-right-01-stroke-standard);display:inline-block;width:var(--icon-size-xs);height:var(--icon-size-xs);background:currentColor;-webkit-mask-size:contain;mask-size:contain;vertical-align:middle;flex:0 0 auto;margin-top:-10px;margin-left:-8px;border-radius:0;background:var(--color-grey-200);transition:all var(--speed-fast)}.select-with-depth .level-7:before{content:" ";position:absolute;left:0;top:4px;bottom:4px;width:184px;display:block;background:url('data:image/svg+xml;utf-8,<svg width="242" height="1" xmlns="http://www.w3.org/2000/svg"><g fill="%23E3E3E3" fill-rule="evenodd"><rect x="24" width="2" height="1" rx=".5"/><rect width="2" height="1" rx=".5"/><rect x="120" width="2" height="1" rx=".5"/><rect x="72" width="2" height="1" rx=".5"/><rect x="168" width="2" height="1" rx=".5"/><rect x="216" width="2" height="1" rx=".5"/><rect x="48" width="2" height="1" rx=".5"/><rect x="144" width="2" height="1" rx=".5"/><rect x="96" width="2" height="1" rx=".5"/><rect x="192" width="2" height="1" rx=".5"/></g></svg>') repeat-y right center}.select-with-depth .level-8{position:relative;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-left:224px!important}.select-with-depth .level-8:after{content:" ";position:absolute;left:208px;top:50%;display:block;color:var(--text-color-default);width:6px;height:6px;margin-top:-3px;margin-left:-4px;background:var(--color-grey-100);border-radius:50%}.select-with-depth .level-8.has-child:after{content:"";--huge-arrow-right-01-stroke-standard: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.00005 6L15 12L9 18" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="16" stroke-linecap="round" stroke-linejoin="round"/></svg>');-webkit-mask:var(--huge-arrow-right-01-stroke-standard);mask:var(--huge-arrow-right-01-stroke-standard);display:inline-block;width:var(--icon-size-xs);height:var(--icon-size-xs);background:currentColor;-webkit-mask-size:contain;mask-size:contain;vertical-align:middle;flex:0 0 auto;margin-top:-10px;margin-left:-8px;border-radius:0;background:var(--color-grey-200);transition:all var(--speed-fast)}.select-with-depth .level-8:before{content:" ";position:absolute;left:0;top:4px;bottom:4px;width:208px;display:block;background:url('data:image/svg+xml;utf-8,<svg width="242" height="1" xmlns="http://www.w3.org/2000/svg"><g fill="%23E3E3E3" fill-rule="evenodd"><rect x="24" width="2" height="1" rx=".5"/><rect width="2" height="1" rx=".5"/><rect x="120" width="2" height="1" rx=".5"/><rect x="72" width="2" height="1" rx=".5"/><rect x="168" width="2" height="1" rx=".5"/><rect x="216" width="2" height="1" rx=".5"/><rect x="48" width="2" height="1" rx=".5"/><rect x="144" width="2" height="1" rx=".5"/><rect x="96" width="2" height="1" rx=".5"/><rect x="192" width="2" height="1" rx=".5"/></g></svg>') repeat-y right center}.select-with-depth .level-9{position:relative;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-left:248px!important}.select-with-depth .level-9:after{content:" ";position:absolute;left:232px;top:50%;display:block;color:var(--text-color-default);width:6px;height:6px;margin-top:-3px;margin-left:-4px;background:var(--color-grey-100);border-radius:50%}.select-with-depth .level-9.has-child:after{content:"";--huge-arrow-right-01-stroke-standard: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.00005 6L15 12L9 18" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="16" stroke-linecap="round" stroke-linejoin="round"/></svg>');-webkit-mask:var(--huge-arrow-right-01-stroke-standard);mask:var(--huge-arrow-right-01-stroke-standard);display:inline-block;width:var(--icon-size-xs);height:var(--icon-size-xs);background:currentColor;-webkit-mask-size:contain;mask-size:contain;vertical-align:middle;flex:0 0 auto;margin-top:-10px;margin-left:-8px;border-radius:0;background:var(--color-grey-200);transition:all var(--speed-fast)}.select-with-depth .level-9:before{content:" ";position:absolute;left:0;top:4px;bottom:4px;width:232px;display:block;background:url('data:image/svg+xml;utf-8,<svg width="242" height="1" xmlns="http://www.w3.org/2000/svg"><g fill="%23E3E3E3" fill-rule="evenodd"><rect x="24" width="2" height="1" rx=".5"/><rect width="2" height="1" rx=".5"/><rect x="120" width="2" height="1" rx=".5"/><rect x="72" width="2" height="1" rx=".5"/><rect x="168" width="2" height="1" rx=".5"/><rect x="216" width="2" height="1" rx=".5"/><rect x="48" width="2" height="1" rx=".5"/><rect x="144" width="2" height="1" rx=".5"/><rect x="96" width="2" height="1" rx=".5"/><rect x="192" width="2" height="1" rx=".5"/></g></svg>') repeat-y right center}.select-with-depth .level-10{position:relative;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-left:272px!important}.select-with-depth .level-10:after{content:" ";position:absolute;left:256px;top:50%;display:block;color:var(--text-color-default);width:6px;height:6px;margin-top:-3px;margin-left:-4px;background:var(--color-grey-100);border-radius:50%}.select-with-depth .level-10.has-child:after{content:"";--huge-arrow-right-01-stroke-standard: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.00005 6L15 12L9 18" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="16" stroke-linecap="round" stroke-linejoin="round"/></svg>');-webkit-mask:var(--huge-arrow-right-01-stroke-standard);mask:var(--huge-arrow-right-01-stroke-standard);display:inline-block;width:var(--icon-size-xs);height:var(--icon-size-xs);background:currentColor;-webkit-mask-size:contain;mask-size:contain;vertical-align:middle;flex:0 0 auto;margin-top:-10px;margin-left:-8px;border-radius:0;background:var(--color-grey-200);transition:all var(--speed-fast)}.select-with-depth .level-10:before{content:" ";position:absolute;left:0;top:4px;bottom:4px;width:256px;display:block;background:url('data:image/svg+xml;utf-8,<svg width="242" height="1" xmlns="http://www.w3.org/2000/svg"><g fill="%23E3E3E3" fill-rule="evenodd"><rect x="24" width="2" height="1" rx=".5"/><rect width="2" height="1" rx=".5"/><rect x="120" width="2" height="1" rx=".5"/><rect x="72" width="2" height="1" rx=".5"/><rect x="168" width="2" height="1" rx=".5"/><rect x="216" width="2" height="1" rx=".5"/><rect x="48" width="2" height="1" rx=".5"/><rect x="144" width="2" height="1" rx=".5"/><rect x="96" width="2" height="1" rx=".5"/><rect x="192" width="2" height="1" rx=".5"/></g></svg>') repeat-y right center}.select-with-depth .level-11{position:relative;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-left:296px!important}.select-with-depth .level-11:after{content:" ";position:absolute;left:280px;top:50%;display:block;color:var(--text-color-default);width:6px;height:6px;margin-top:-3px;margin-left:-4px;background:var(--color-grey-100);border-radius:50%}.select-with-depth .level-11.has-child:after{content:"";--huge-arrow-right-01-stroke-standard: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.00005 6L15 12L9 18" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="16" stroke-linecap="round" stroke-linejoin="round"/></svg>');-webkit-mask:var(--huge-arrow-right-01-stroke-standard);mask:var(--huge-arrow-right-01-stroke-standard);display:inline-block;width:var(--icon-size-xs);height:var(--icon-size-xs);background:currentColor;-webkit-mask-size:contain;mask-size:contain;vertical-align:middle;flex:0 0 auto;margin-top:-10px;margin-left:-8px;border-radius:0;background:var(--color-grey-200);transition:all var(--speed-fast)}.select-with-depth .level-11:before{content:" ";position:absolute;left:0;top:4px;bottom:4px;width:280px;display:block;background:url('data:image/svg+xml;utf-8,<svg width="242" height="1" xmlns="http://www.w3.org/2000/svg"><g fill="%23E3E3E3" fill-rule="evenodd"><rect x="24" width="2" height="1" rx=".5"/><rect width="2" height="1" rx=".5"/><rect x="120" width="2" height="1" rx=".5"/><rect x="72" width="2" height="1" rx=".5"/><rect x="168" width="2" height="1" rx=".5"/><rect x="216" width="2" height="1" rx=".5"/><rect x="48" width="2" height="1" rx=".5"/><rect x="144" width="2" height="1" rx=".5"/><rect x="96" width="2" height="1" rx=".5"/><rect x="192" width="2" height="1" rx=".5"/></g></svg>') repeat-y right center}.select-with-depth .level-12{position:relative;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-left:320px!important}.select-with-depth .level-12:after{content:" ";position:absolute;left:304px;top:50%;display:block;color:var(--text-color-default);width:6px;height:6px;margin-top:-3px;margin-left:-4px;background:var(--color-grey-100);border-radius:50%}.select-with-depth .level-12.has-child:after{content:"";--huge-arrow-right-01-stroke-standard: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.00005 6L15 12L9 18" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="16" stroke-linecap="round" stroke-linejoin="round"/></svg>');-webkit-mask:var(--huge-arrow-right-01-stroke-standard);mask:var(--huge-arrow-right-01-stroke-standard);display:inline-block;width:var(--icon-size-xs);height:var(--icon-size-xs);background:currentColor;-webkit-mask-size:contain;mask-size:contain;vertical-align:middle;flex:0 0 auto;margin-top:-10px;margin-left:-8px;border-radius:0;background:var(--color-grey-200);transition:all var(--speed-fast)}.select-with-depth .level-12:before{content:" ";position:absolute;left:0;top:4px;bottom:4px;width:304px;display:block;background:url('data:image/svg+xml;utf-8,<svg width="242" height="1" xmlns="http://www.w3.org/2000/svg"><g fill="%23E3E3E3" fill-rule="evenodd"><rect x="24" width="2" height="1" rx=".5"/><rect width="2" height="1" rx=".5"/><rect x="120" width="2" height="1" rx=".5"/><rect x="72" width="2" height="1" rx=".5"/><rect x="168" width="2" height="1" rx=".5"/><rect x="216" width="2" height="1" rx=".5"/><rect x="48" width="2" height="1" rx=".5"/><rect x="144" width="2" height="1" rx=".5"/><rect x="96" width="2" height="1" rx=".5"/><rect x="192" width="2" height="1" rx=".5"/></g></svg>') repeat-y right center}[class*=-indicatorSeparator]{display:none!important}[class*=-indicatorContainer] svg{display:none}[class*=-indicatorContainer]:after{display:inline-block;content:"";--huge-cancel-01-stroke-rounded: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 5L5 19M5 5L19 19" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');-webkit-mask:var(--huge-cancel-01-stroke-rounded);mask:var(--huge-cancel-01-stroke-rounded)}.main-filters .search__filter [class*=-indicatorContainer]:after{margin-top:-10px}[class*=-indicatorContainer]:after{display:inline-block;width:var(--icon-size-xxs);height:var(--icon-size-xxs);background:currentColor;-webkit-mask-size:contain;mask-size:contain;vertical-align:middle;flex:0 0 auto;border:0;color:var(--color-grey-300)}[class*=-indicatorContainer]:hover{color:var(--color-red-800)}[class*=-indicatorSeparator]+[class*=-indicatorContainer]:after{content:"";--huge-arrow-down-01-stroke-standard: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9.00005L12 15L18 9" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="16" stroke-linecap="round" stroke-linejoin="round"/></svg>');-webkit-mask:var(--huge-arrow-down-01-stroke-standard);mask:var(--huge-arrow-down-01-stroke-standard)}.historical-editions .list-item .show-more[class*=-indicatorSeparator]+[class*=-indicatorContainer]:after:before,.historical-editions .list-item .show-less[class*=-indicatorSeparator]+[class*=-indicatorContainer]:after:before{display:none}[class*=-indicatorSeparator]+[class*=-indicatorContainer]:after{display:inline-block;width:var(--icon-size-xs);height:var(--icon-size-xs);background:currentColor;-webkit-mask-size:contain;mask-size:contain;vertical-align:middle;flex:0 0 auto;color:var(--color-grey-500)}.main-filters .search__filter [class*=-indicatorContainer]:after{margin-top:0}.modal [class*=-menu]{max-height:115px!important}.modal [class*=-menu]>div{max-height:115px!important}[class*=-menu]:not(.contextual-menu){z-index:12!important}.Select--single>.Select-control .Select-value{bottom:0;color:#aaa;left:0;line-height:42px;padding-left:12px;padding-right:26px;position:absolute;right:0;top:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.disable .Select--single>.Select-control .Select-value{background:var(--color-grey-200)}.Select--single>.Select-control .special-label{display:flex;align-items:center}.Select--single>.Select-control .special-label .text{display:flex}.Select--single>.Select-control .special-label .text>*{align-self:center}.Select--single>.Select-control .special-label .title,.Select--single>.Select-control .special-label .location{font-size:14px;line-height:19px;color:var(--color-grey-700)}.Select--single>.Select-control .special-label .date{font-size:14px;line-height:19px;color:var(--color-grey-300)}.Select--single>.Select-control .special-label .info{padding-left:5px}.Select--single>.Select-control .special-label .info>*{align-self:center}.Select--single>.Select-control .special-label.status .color{margin-top:0;width:12px;height:12px}.disable .Select--single>.Select-control .Select-placeholder{background:var(--color-grey-200)}.disable .Select--single>.Select-control .Select-arrow-zone{display:none}.select-dropdown{display:flex;align-items:center;margin-left:var(--space-m)}.select-dropdown .label{margin-bottom:0!important;text-transform:none}.select-dropdown .Select{margin:0 0 0 var(--space-s);color:var(--color-dark-blue-700)}.select-dropdown .Select .Select-placeholder,.select-dropdown .Select .Select-arrow-zone{color:var(--color-dark-blue-700);transition:color var(--speed-fast)}.select-dropdown .Select:hover .Select-placeholder,.select-dropdown .Select:hover .Select-arrow-zone{color:var(--color-dark-blue-600)}.select-dropdown .Select .Select-menu-outer{padding:0;border-radius:var(--border-radius-l);border:1px solid var(--card-border-color-default);background-color:var(--card-bg-color-default)}.select-dropdown .Select .Select-menu-outer+.card-header{margin-top:-8px}.select-dropdown .Select .Select-menu-outer.has-footer{border-bottom-left-radius:0;border-bottom-right-radius:0;margin-bottom:0}.select-dropdown .Select .Select-menu-outer.is-xsmall{padding:var(--space-s)}.select-dropdown .Select .Select-menu-outer.is-small{padding:var(--space-m)}.select-dropdown .Select .Select-menu-outer.is-big{padding:var(--space-xl)}.is-fullscreen .select-dropdown .Select .Select-menu-outer{width:100vw;margin:0}.select-dropdown .Select .Select-menu-outer.has-shadow,.select-dropdown .Select .Select-menu-outer.has-shadow-s{box-shadow:var(--box-shadow-s)}.select-dropdown .Select .Select-menu-outer.has-shadow-l{box-shadow:var(--box-shadow-l)}.select-dropdown .Select .Select-menu-outer.has-shadow-m{box-shadow:var(--box-shadow-m)}.select-dropdown .Select .Select-menu-outer.has-hover:hover:not(.is-disabled){background-color:var(--card-bg-color-default-hover)}.select-dropdown .Select .Select-menu-outer.is-selected,.select-dropdown .Select .Select-menu-outer.is-highlight{background-color:var(--card-bg-color-selected)}.select-dropdown .Select .Select-menu-outer.is-disabled{background-color:var(--card-bg-color-default-disabled)}.select-dropdown .Select .Select-menu-outer.has-alternate-bg{background-color:var(--card-bg-color-alternate)}.select-dropdown .Select .Select-menu-outer.has-alternate-bg.is-disabled{background-color:var(--card-bg-color-alternate-disabled)}.select-dropdown .Select .Select-menu-outer.has-alternate-bg.has-hover:hover:not(.is-disabled){background-color:var(--card-bg-color-alternate-hover)}@media only screen and (max-width: 1024px){.select-dropdown .Select .Select-menu-outer{padding:var(--space-m)}}@media only screen and (max-width: 767px){.select-dropdown .Select .Select-menu-outer{padding:0}}.select-dropdown .Select .Select-menu-outer{width:auto;padding:var(--space-s);border:0}.select-dropdown .Select .Select-option{padding:0;white-space:nowrap;background:none;color:var(--color-grey-300);transition:color var(--speed-slow)}.select-dropdown .Select .Select-option:hover{color:var(--color-black)}.select-dropdown .Select .Select-option:not(:last-child){margin-bottom:var(--space-s)}.select-dropdown .Select .Select-control,.select-dropdown .Select .Select-control:hover{min-height:0;height:auto;border:0;background:none;box-shadow:none;cursor:pointer;padding:0;line-height:20px}.label .select-dropdown .Select .Select-control,.label .select-dropdown .Select .Select-control:hover{font-size:12px}.label .select-dropdown .Select .Select-control .Select-arrow,.label .select-dropdown .Select .Select-control:hover .Select-arrow{display:none}.select-dropdown .Select .Select-placeholder{position:relative;padding:0;line-height:inherit;cursor:pointer;transition:color var(--speed-fast)}.select-dropdown .Select .Select-value{position:relative;max-width:none;padding:0;white-space:nowrap;text-overflow:clip;overflow:auto;line-height:inherit}.select-dropdown .Select .Select-value-label{color:var(--color-dark-blue-700)!important}.select-dropdown .Select .Select-input{position:absolute;top:0;left:0;width:0!important;padding:0;line-height:inherit}.select-dropdown .Select .Select-arrow-zone{padding:0 var(--space-xs)}.select-dropdown .Select.has-value.is-clearable.Select--single>.Select-control .Select-value{padding-right:0}.tagify.form-control{line-height:38px;height:auto}.tagify__input{flex-grow:1;display:inline-block;min-width:110px;position:relative;white-space:pre-wrap;box-sizing:inherit;height:38px}.tagify__input:focus-visible{outline:none}.email-chips-field .tag-item.tagify--notAllowed{color:var(--color-red-800);background:var(--color-red-200)}.tagify+input,.tagify+textarea{position:absolute!important;left:-9999em!important;transform:scale(0)!important}.trumbowyg-box{container:trumbobox;container-type:inline-size;max-height:300px}@container trumbobox (width < 450px){.trumbowyg-button-pane .trumbowyg-button-group:after{margin:0 2.5px}}.trumbowyg-editor-box{display:flex}.trumbowyg-box,.trumbowyg-editor-box{border-color:var(--input-border-color)}.trumbowyg-counter{background:var(--card-bg-color-alternate);text-align:right;border:1px solid var(--input-border-color);border-top:0;font-size:var(--font-size-s);line-height:var(--line-height-xs);padding:5px 10px}.mention-popup{z-index:99999;position:absolute;width:60%;max-height:300px;overflow:auto;padding:0;margin:0;background:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;border-radius:3px;font-size:12px}.mention-popup .mentionli{display:flex;align-items:center;padding:5px;cursor:pointer}.mention-popup .mentionli .avatar{margin-right:10px;height:30px;width:30px}.trumbowyg-button-pane{background:var(--card-bg-color-alternate);border-color:var(--input-border-color);z-index:4}.trumbowyg-editor{width:100%;overflow:auto;flex:0 1 100%;background-color:#fff;font-size:16px}.trumbowyg-editor p{margin-bottom:8px}.trumbowyg-editor img{max-width:100%}.trumbowyg-editor ul,.trumbowyg-editor ol{margin:14px 0;padding-left:40px}.trumbowyg-editor ul li,.trumbowyg-editor ol li{margin-bottom:8px}.trumbowyg-editor ol,.trumbowyg-editor ol li{list-style:decimal}.trumbowyg-editor ul,.trumbowyg-editor ul li{list-style:disc}.trumbowyg-editor[contenteditable=true]:empty:before{content:attr(placeholder);color:#999}.trumbowyg-body-fullscreen .main-header{visibility:hidden}.trumbowyg-body-fullscreen .trumbowyg-box.trumbowyg-fullscreen{height:100dvh;max-height:unset;z-index:1000}.vjs-marker{position:absolute;left:0;bottom:0;opacity:1;height:100%;transition:opacity .2s ease;-webkit-transition:opacity .2s ease;-moz-transition:opacity .2s ease;z-index:100}.vjs-marker:hover{cursor:pointer;transform:scale(1.3)}.vjs-tip{visibility:hidden;display:block;opacity:.8;padding:5px;font-size:10px;position:absolute;bottom:14px;z-index:100000}.vjs-tip .vjs-tip-arrow{background:url(data:image/gif;base64,R0lGODlhCQAJAIABAAAAAAAAACH5BAEAAAEALAAAAAAJAAkAAAIRjAOnwIrcDJxvwkplPtchVQAAOw==) no-repeat top left;bottom:0;left:50%;margin-left:-4px;background-position:bottom left;position:absolute;width:9px;height:5px}.vjs-tip .vjs-tip-inner{border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;padding:5px 8px 4px;background-color:#000;color:#fff;max-width:200px;text-align:center}.vjs-break-overlay{visibility:hidden;position:absolute;z-index:9999;top:0}.vjs-break-overlay .vjs-break-overlay-text{padding:9px;text-align:center}.login{align-items:center;background-color:var(--color-beige-100);background-image:url(https://assets.bizneo.com/vite/assets/login-backg-Com9qZPg.svg);background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;padding:var(--space-l) 0;height:100vh}.login.sec-backg{background-color:var(--color-dark-blue-200)}.login .alert{margin-top:var(--space-s)}.login .main-content-center{width:100%;max-width:360px}.login .login-card{padding:0;border-radius:var(--border-radius-l);border:1px solid var(--card-border-color-default);background-color:var(--card-bg-color-default)}.login .login-card+.card-header{margin-top:-8px}.login .login-card.has-footer{border-bottom-left-radius:0;border-bottom-right-radius:0;margin-bottom:0}.login .login-card.is-xsmall{padding:var(--space-s)}.login .login-card.is-small{padding:var(--space-m)}.login .login-card.is-big{padding:var(--space-xl)}.is-fullscreen .login .login-card{width:100vw;margin:0}.login .login-card.has-shadow,.login .login-card.has-shadow-s{box-shadow:var(--box-shadow-s)}.login .login-card.has-shadow-l{box-shadow:var(--box-shadow-l)}.login .login-card.has-shadow-m{box-shadow:var(--box-shadow-m)}.login .login-card.has-hover:hover:not(.is-disabled){background-color:var(--card-bg-color-default-hover)}.login .login-card.is-selected,.login .login-card.is-highlight{background-color:var(--card-bg-color-selected)}.login .login-card.is-disabled{background-color:var(--card-bg-color-default-disabled)}.login .login-card.has-alternate-bg{background-color:var(--card-bg-color-alternate)}.login .login-card.has-alternate-bg.is-disabled{background-color:var(--card-bg-color-alternate-disabled)}.login .login-card.has-alternate-bg.has-hover:hover:not(.is-disabled){background-color:var(--card-bg-color-alternate-hover)}@media only screen and (max-width: 1024px){.login .login-card{padding:var(--space-m)}}@media only screen and (max-width: 767px){.login .login-card{padding:0}}.login .login-card{border:0;border-radius:12px;display:flex;flex-direction:column;padding:var(--space-xl)}.login .login-card *:last-child{margin-bottom:0}.login .logo{margin-bottom:42px}.login .logo img{display:block;width:96px;height:auto}.login .custom-logo{margin-bottom:var(--space-m)}.login .auth-form{margin-bottom:var(--space-l)}.login .auth-form .form-group:last-of-type{margin-bottom:0}.login .form-inline .company-domain{margin-right:var(--space-xs)}.login .form-inline .company-domain input{text-align:right}.login .social-login{display:flex;gap:var(--space-s)}@media only screen and (max-width: 1366px){.login .main-content-center{width:calc((100% - 264px) / 12 * 10 + 216px)}}@media only screen and (max-width: 1024px){.login .main-content-center{width:calc((100% - 264px) / 12 * 11 + 240px)}.login .form{padding:var(--space-l) var(--space-xl)}}@media only screen and (max-width: 767px){.login{padding:0;padding-top:var(--space-l);background-size:200%;background-position:20% 0%}.login .main-content-center{height:100%;width:100%;padding:0;display:flex;flex-direction:column;margin:0;max-width:unset}.login .login-card{margin-top:auto;padding:var(--space-xl) var(--space-l) var(--space-l)}.login .form{width:100%;padding:var(--space-l);border-radius:0}.login .logo{margin-top:auto;margin-bottom:42px}.login .logo img{display:block;width:172px;height:auto}}.contextual-menu.active .btn,.contextual-menu.active .btn .huge-icon{color:var(--color-dark-blue-400)!important}.contextual-menu{margin:0 8px;display:flex;justify-content:center}.contextual-menu .btn{display:flex;justify-content:center;align-items:center;background:transparent;padding:8px;border-radius:var(--border-radius-l);transition:all var(--speed-fast);cursor:pointer}.contextual-menu .btn .huge-icon{text-align:center;color:var(--text-color-default);border:0}.contextual-menu .btn:hover{background-color:var(--color-dark-blue-100)}.contextual-menu .btn:hover .huge-icon{color:var(--color-icon-link)}.contextual-menu.active .btn{opacity:1}.floating-menu{position:fixed;min-width:130px;right:40px;opacity:0;visibility:hidden;transition:opacity var(--speed-fast);padding:var(--space-s);border-radius:var(--border-radius-l);border:1px solid var(--card-border-color-default);background-color:var(--card-bg-color-default)}.floating-menu+.card-header{margin-top:-8px}.floating-menu.has-footer{border-bottom-left-radius:0;border-bottom-right-radius:0;margin-bottom:0}.floating-menu.is-xsmall{padding:var(--space-s)}.floating-menu.is-small{padding:var(--space-m)}.floating-menu.is-big{padding:var(--space-xl)}.is-fullscreen .floating-menu{width:100vw;margin:0}.floating-menu.has-shadow,.floating-menu.has-shadow-s{box-shadow:var(--box-shadow-s)}.floating-menu.has-shadow-l{box-shadow:var(--box-shadow-l)}.floating-menu.has-shadow-m{box-shadow:var(--box-shadow-m)}.floating-menu.has-hover:hover:not(.is-disabled){background-color:var(--card-bg-color-default-hover)}.floating-menu.is-selected,.floating-menu.is-highlight{background-color:var(--card-bg-color-selected)}.floating-menu.is-disabled{background-color:var(--card-bg-color-default-disabled)}.floating-menu.has-alternate-bg{background-color:var(--card-bg-color-alternate)}.floating-menu.has-alternate-bg.is-disabled{background-color:var(--card-bg-color-alternate-disabled)}.floating-menu.has-alternate-bg.has-hover:hover:not(.is-disabled){background-color:var(--card-bg-color-alternate-hover)}@media only screen and (max-width: 1024px){.floating-menu{padding:var(--space-m)}}@media only screen and (max-width: 767px){.floating-menu{padding:calc(var(--space-s) / 2)}}.floating-menu{box-shadow:var(--box-shadow-l);z-index:1;text-align:left}.floating-menu>*+*{margin-top:var(--space-xs)}.floating-menu a,.floating-menu button,.floating-menu button.is-link{display:block;width:100%;background:transparent;padding:var(--space-xs) var(--space-s);color:var(--text-color-default);border:0;border-radius:var(--border-radius-m);transition:all var(--speed-fast);white-space:nowrap;text-align:left;cursor:pointer}.floating-menu a .huge-icon,.floating-menu button .huge-icon,.floating-menu button.is-link .huge-icon{margin-bottom:2px;margin-right:var(--space-xs);color:var(--text-color-default);border:0}.floating-menu a:hover,.floating-menu button:hover,.floating-menu button.is-link:hover{color:var(--text-color-default)!important;background:var(--color-dark-blue-100)}.floating-menu a.is-red,.floating-menu button.is-red,.floating-menu button.is-link.is-red{font-weight:500;color:var(--input-error-text-color)}.floating-menu a.is-red:hover,.floating-menu button.is-red:hover,.floating-menu button.is-link.is-red:hover{background:var(--input-error-text-color);color:#fff}.floating-menu.is-visible{opacity:1;visibility:visible}.floating-menu.big{padding:var(--space-m)}.floating-menu .chart-btn-icon{width:auto;padding:6px;border:1px solid transparent;border-radius:var(--border-radius-m);opacity:.5;color:var(--text-color-default);transition:all var(--speed-fast)}.floating-menu .chart-btn-icon:hover,.floating-menu .chart-btn-icon.current{background:var(--color-dark-blue-100);opacity:1}.floating-menu .chart-btn-icon.current{border-color:var(--color-blue-400)}.floating-menu .chart-btn-icon .icon{width:auto;height:auto;margin:0;text-align:center}.floating-menu .label{margin-bottom:var(--space-s)}.floating-menu .row>*+*{margin-left:var(--space-m)}#floating-menu-container{z-index:100000}@media (hover: none){.contextual-menu .btn{opacity:1!important}}@media only screen and (max-width: 767px){.floating-menu{transition:none!important}}.gu-hide{display:none!important}.gu-unselectable{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";filter:alpha(opacity=20)}.gu-mirror{display:none!important}.email-chips-field{display:inline-flex;flex-wrap:wrap;padding:2px 4px;cursor:text}.email-chips-field .tag-item{background:var(--color-dark-blue-200);border-radius:8px;font-size:12px;line-height:15px;color:var(--color-grey-700);align-self:center;padding:5px 5px 6px;margin:4px;display:flex;align-items:center}.email-chips-field .tag-item button{font-size:18px;padding:0 6px}.email-chips-field .tag-item+div.input{margin:0}.email-chips-field div.input{position:relative;margin:2px 4px 3px;width:100%;flex:1 1 180px}.email-chips-field div.input .placeholder{position:relative;z-index:1;line-height:34px;color:#aaa;padding:0 4px}.email-chips-field div.input input:not([type]){border:0;padding:5px 4px;height:100%;z-index:2}.controls .chosen-container-active .chosen-choices{color:var(--input-focus-color);border-color:var(--input-focus-border-color);box-shadow:none}.controls .chosen-container.chosen-container-multi .chosen-choices{display:block;width:100%;height:var(--input-height);padding:0 var(--input-btn-padding-x);border:1px solid var(--input-border-color);border-radius:var(--input-btn-border-radius);background-color:#fff;background-image:none;font-size:var(--font-base-size);line-height:var(--input-internal-height);color:var(--input-text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:30px;height:auto;transition:border-color var(--speed-fast);-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.controls .chosen-container.chosen-container-multi .chosen-choices::-webkit-search-cancel-button{-webkit-appearance:none}.controls .chosen-container.chosen-container-multi .chosen-choices::-webkit-inner-spin-button,.controls .chosen-container.chosen-container-multi .chosen-choices::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.controls .chosen-container.chosen-container-multi .chosen-choices::-ms-expand{background-color:transparent;border:0}.controls .chosen-container.chosen-container-multi .chosen-choices.focus,.controls .chosen-container.chosen-container-multi .chosen-choices:focus{color:var(--input-focus-text-color);background-color:var(--input-bg-color);border-color:var(--input-focus-border-color);outline:none}.controls .chosen-container.chosen-container-multi .chosen-choices.disabled,.controls .chosen-container.chosen-container-multi .chosen-choices:disabled{background:var(--input-disabled-bg-color);border-color:var(--input-disabled-border-color);color:var(--input-disabled-text-color);cursor:inherit}.controls .chosen-container.chosen-container-multi .chosen-choices.disabled:hover,.controls .chosen-container.chosen-container-multi .chosen-choices:disabled:hover{border-color:var(--input-disabled-border-color)}.controls .chosen-container.chosen-container-multi .chosen-choices::-moz-placeholder{color:var(--input-placeholder-color);line-height:var(--input-internal-height);opacity:1}.controls .chosen-container.chosen-container-multi .chosen-choices::placeholder{color:var(--input-placeholder-color);line-height:var(--input-internal-height);opacity:1}.controls .chosen-container.chosen-container-multi .chosen-choices.hover,.controls .chosen-container.chosen-container-multi .chosen-choices:hover{border-color:var(--input-hover-border-color);opacity:1}.controls .chosen-container.chosen-container-multi .chosen-choices .search-field{min-height:42px;font-size:14px}.controls .chosen-container.chosen-container-multi .chosen-choices .search-field>input{min-height:42px;margin:0}.controls .chosen-container.chosen-container-multi .chosen-choices .search-choice{margin:5px 4px 4px;color:var(--color-blue-900);background-color:var(--color-dark-blue-100);background-image:none;border:var(--color-dark-blue-100);padding-top:9px;padding-left:6px;padding-bottom:9px;white-space:break-spaces}.controls .chosen-container.chosen-container-multi .chosen-choices .search-choice .search-choice-close{margin-top:6px}.controls .chosen-container.chosen-container-multi .chosen-choices .search-choice:first-child{margin-left:0}.controls .chosen-container.chosen-container-multi.chosen-disabled{opacity:1!important}.controls .chosen-container.chosen-container-multi.chosen-disabled .chosen-choices{background:var(--input-disabled-bg-color);border-color:var(--input-disabled-border-color);color:var(--input-disabled-text-color);cursor:inherit;pointer-events:none}.controls .chosen-container.chosen-container-multi.chosen-disabled .chosen-choices *{pointer-events:none}.controls .chosen-container.chosen-container-multi.chosen-disabled .chosen-choices .search-choice{background-color:#fff}.controls .chosen-container.chosen-container-multi.chosen-disabled .chosen-choices:hover{border-color:var(--input-disabled-border-color)}.form-check .help-block.big-hint{padding-left:24px}.select2-selection__clear{position:relative;top:1px;right:-28px;overflow:hidden}.form-radio label.label-flex{display:flex;margin-top:1px}.form-radio label.label-flex>span{margin-top:-2px}.hide-input input{display:none}.chosen-container{width:100%!important}.simple_form .label{font-family:var(--default-font-family)}.simple_form .label.flex{display:flex;align-items:center}.simple_form .label.flex [data-tooltip]{order:1}.simple_form .label.flex:after{order:0}.simple_form .label abbr{display:none}.simple_form .date-row.row>*{margin-left:35px}.simple_form .date-row.row>*:not(.pull-right):first-child{margin-left:0}.simple_form .date-selects .month{width:110px}.theme-list{display:flex;flex-wrap:wrap;padding:0 12px}.theme-list span{flex:0 0 33.3%;padding:0 13px 45px}.theme-list span img{width:100%;margin-bottom:10px}.label.big{font-size:var(--font-size-m);line-height:var(--line-height-l);margin-bottom:5px}.wrapper-status .form-check label b,.wrapper-status .form-radio label b{display:inline}.custom-form-check .single-label{display:block;position:relative;height:18px}.custom-form-check.form-check.checked label:before,.custom-form-check.form-radio.checked label:before{border-color:var(--input-focus-border-color);background:var(--input-focus-border-color)}.custom-form-check.form-check.checked label:after,.custom-form-check.form-radio.checked label:after{opacity:1;transform:scaleZ(1)}.chosen-container-single .chosen-single{display:block;width:100%;height:var(--input-height);padding:0 var(--input-btn-padding-x);border:1px solid var(--input-border-color);border-radius:var(--input-btn-border-radius);background-color:#fff;background-image:none;font-size:var(--font-base-size);line-height:var(--input-internal-height);color:var(--input-text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:0;box-shadow:0 0;transition:border-color var(--speed-fast);-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.chosen-container-single .chosen-single::-webkit-search-cancel-button{-webkit-appearance:none}.chosen-container-single .chosen-single::-webkit-inner-spin-button,.chosen-container-single .chosen-single::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.chosen-container-single .chosen-single::-ms-expand{background-color:transparent;border:0}.chosen-container-single .chosen-single.focus,.chosen-container-single .chosen-single:focus{color:var(--input-focus-text-color);background-color:var(--input-bg-color);border-color:var(--input-focus-border-color);outline:none}.chosen-container-single .chosen-single.disabled,.chosen-container-single .chosen-single:disabled{background:var(--input-disabled-bg-color);border-color:var(--input-disabled-border-color);color:var(--input-disabled-text-color);cursor:inherit}.chosen-container-single .chosen-single.disabled:hover,.chosen-container-single .chosen-single:disabled:hover{border-color:var(--input-disabled-border-color)}.chosen-container-single .chosen-single::-moz-placeholder{color:var(--input-text-color);line-height:var(--input-internal-height);opacity:1}.chosen-container-single .chosen-single::placeholder{color:var(--input-text-color);line-height:var(--input-internal-height);opacity:1}.chosen-container-single .chosen-single.hover,.chosen-container-single .chosen-single:hover{border-color:var(--input-hover-border-color);opacity:1}.chosen-container-single .chosen-single.chosen-default{color:var(--input-text-color)}.chosen-container-single .chosen-single abbr{top:15px}.chosen-container-single .chosen-single.alternate-bg-form-components,.alternate-bg-form-components .chosen-container-single .chosen-single{background-color:var(--color-beige-100)}.chosen-container-single.chosen-disabled{opacity:1!important}.chosen-container-single.chosen-disabled .chosen-single{background:var(--input-disabled-bg-color);border-color:var(--input-disabled-border-color);color:var(--input-disabled-text-color);cursor:inherit;pointer-events:none}.chosen-container-single.chosen-disabled .chosen-single *{pointer-events:none}.chosen-container-single.chosen-disabled .chosen-single .search-choice{background-color:#fff}.chosen-container-single.chosen-disabled .chosen-single:hover{border-color:var(--input-disabled-border-color)}.chosen-container-active .chosen-single{color:var(--input-focus-color);border-color:var(--input-focus-border-color);box-shadow:none;background-image:none}.chosen-container-active.chosen-with-drop .chosen-single{background-image:none}.checks-wrapper.form-group .form-check{display:block}.form-check .label{font-weight:400;font-size:var(--font-size-s);line-height:var(--line-height-l);color:var(--color-grey-700);letter-spacing:.52px}.Select-input{height:32px;display:block!important}.Select-input>input{box-sizing:border-box!important}.Select.is-focused:not(.is-open)>.Select-control{border-color:var(--input-focus-border-color);box-shadow:none}.is-max-length .Select>.Select-control{background-color:#f9f9f9}.is-max-length .Select-input,.is-max-length .Select-clear-zone{display:none!important}.with-max-lendth{position:relative}.with-max-lendth .hint{display:none;position:absolute;top:0;left:0;padding:10px 50px 10px 10px;width:100%}.with-max-lendth.with-label .hint{top:18px}.with-max-lendth.is-max-length .hint{display:block}.settings .help-inline{display:block;margin-bottom:8px;color:var(--color-red-600)}.flatpickr-disabled{pointer-events:none;color:#3939394d}.field-container .attach{display:block;width:100%;position:relative;height:var(--input-height);padding:0 var(--input-btn-padding-x);text-align:left;border:1px solid var(--input-border-color);border-radius:var(--input-btn-border-radius);background-color:#fff;background-image:none;font-size:var(--font-base-size);line-height:var(--input-internal-height);color:var(--input-text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;flex:0 1 100%;cursor:pointer;transition:border-color var(--speed-fast);-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.field-container .attach input[type=file],.field-container .attach .control-group.file,.field-container .attach .control-group.file .controls{opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.field-container .attach .file-name{flex:0 1 100%}.field-container .attach::-webkit-search-cancel-button{-webkit-appearance:none}.field-container .attach::-webkit-inner-spin-button,.field-container .attach::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.field-container .attach::-ms-expand{background-color:transparent;border:0}.field-container .attach.focus,.field-container .attach:focus{color:var(--input-focus-text-color);background-color:var(--input-bg-color);border-color:var(--input-focus-border-color);outline:none}.field-container .attach.disabled,.field-container .attach:disabled{background:var(--input-disabled-bg-color);border-color:var(--input-disabled-border-color);color:var(--input-disabled-text-color);cursor:inherit}.field-container .attach.disabled:hover,.field-container .attach:disabled:hover{border-color:var(--input-disabled-border-color)}.field-container .attach::-moz-placeholder{color:var(--input-placeholder-color);line-height:var(--input-internal-height);opacity:1}.field-container .attach::placeholder{color:var(--input-placeholder-color);line-height:var(--input-internal-height);opacity:1}.field-container .attach.hover,.field-container .attach:hover{border-color:var(--input-hover-border-color);opacity:1}.disable .field-container .attach{background-color:var(--color-grey-200);cursor:default}.field-container .attach .upload{color:var(--color-dark-blue-700);background-color:transparent;border-color:transparent}.field-container .attach .upload:after,.field-container .attach .upload .huge-icon{color:var(--color-dark-blue-700)}.field-container .attach .upload:hover,.field-container .attach .upload:focus{color:var(--color-dark-blue-600);background-color:transparent;border-color:transparent}.field-container .attach .upload:hover,.field-container .attach .upload:hover:after,.field-container .attach .upload:hover .huge-icon,.field-container .attach .upload:focus,.field-container .attach .upload:focus:after,.field-container .attach .upload:focus .huge-icon{color:var(--color-dark-blue-600)}.field-container .attach .upload:active{color:var(--color-dark-blue-600);background-color:transparent;border-color:transparent}.field-container .attach .upload:active,.field-container .attach .upload:active:after,.field-container .attach .upload:active .huge-icon{color:var(--color-dark-blue-600)}.field-container .attach .upload[disabled],.field-container .attach .upload.is-disabled,.field-container .attach .upload:disabled{opacity:.6;cursor:not-allowed;color:initial;background-color:initial;border-color:initial}.field-container .attach .upload[disabled] .huge-icon,.field-container .attach .upload.is-disabled .huge-icon,.field-container .attach .upload:disabled .huge-icon{color:initial}.field-container .attach .upload[disabled]:hover,.field-container .attach .upload.is-disabled:hover,.field-container .attach .upload:disabled:hover{color:initial;background-color:initial;border-color:initial}.field-container .attach .upload[disabled]:hover,.field-container .attach .upload[disabled]:hover:after,.field-container .attach .upload[disabled]:hover .huge-icon,.field-container .attach .upload.is-disabled:hover,.field-container .attach .upload.is-disabled:hover:after,.field-container .attach .upload.is-disabled:hover .huge-icon,.field-container .attach .upload:disabled:hover,.field-container .attach .upload:disabled:hover:after,.field-container .attach .upload:disabled:hover .huge-icon{color:initial}.field-container img{max-width:100%;margin:10px 0}.field-container .row .action-icons{text-align:right;align-self:center}.disabled .field-container .row .action-icons{display:none}.field-container .row .action-icons i{color:var(--color-dark-blue-700);cursor:pointer}.field-container .warn{padding-top:5px;font-size:12px;line-height:17px;color:var(--color-grey-500);display:block}.field-container.error-max-length .cke_wordcount .cke_path_item{color:var(--color-red-800)}.action-icons button{position:relative;z-index:10}.img-polaroid{max-width:227px;margin-top:16px}textarea.disabled,textarea:disabled{background:var(--input-disabled-bg-color);color:var(--input-disabled-text-color)}.img-preview{max-width:100px;max-height:40px}.recruitment_group_source_ids .chosen-container.chosen-container-multi .chosen-choices .search-choice.search-choice-disabled{display:none}.form-check label [data-tooltip]{display:inline-block}.row.trigger-filter .float-right{margin-left:auto}.icon.rotate-90{transform:rotate(90deg)}.icon.aquamarine,.icon.violet{border-radius:8px;padding:15px 17px}.icon.aquamarine{color:var(--color-aquamarine-600);background:var(--color-aquamarine-50)}.icon.violet{color:var(--color-violet-600);background:var(--color-violet-50)}.avatar.with-icon{position:relative;font-size:20px}.avatar.with-icon.is-large{font-size:30px}.avatar.with-icon i:first-child{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1;color:#fff}.avatar.with-icon i:last-child{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);color:var(--color-dark-blue-700)}.avatar.with-icon.question{font-size:38px;width:56px;height:56px;border-radius:50%;background:var(--color-dark-blue-200);position:relative}.huge-icon.events{pointer-events:initial}.ai-chatbot{width:48px;height:48px;display:block;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC40IiBkPSJNMjYuMTA5OCAxNC41QzI4Ljg0NSAxNC41IDMxLjA0OTYgMTQuNDk5OSAzMi43ODM2IDE0LjczM0MzNC41ODM4IDE0Ljk3NTEgMzYuMDk5NCAxNS40OTI5IDM3LjMwMzQgMTYuNjk2N0MzOC41MDcyIDE3LjkwMDUgMzkuMDI1IDE5LjQxNjMgMzkuMjY3IDIxLjIxNjZDMzkuNSAyMi45NTA0IDM5LjUgMjUuMzc0NiAzOS41IDI4LjEwOThDMzkuNSAzMC44NDUgMzkuNSAzMy4wNDk2IDM5LjI2NyAzNC43ODM2QzM5LjAyNSAzNi41ODM4IDM4LjUwNzIgMzguMDk5NCAzNy4zMDM0IDM5LjMwMzJDMzYuMDk5NCA0MC41MDcyIDM0LjU4MzggNDEuMDI1IDMyLjc4MzYgNDEuMjY3QzMxLjA0OTYgNDEuNSAyOC44NDUgNDEuNSAyNi4xMDk4IDQxLjVIMjQuOTYzQzI0LjY4MzQgNDEuOTc5NCAyNC4yNTc2IDQyLjU1NTYgMjMuNjIxNiA0My4xMjEyQzIyLjE3OCA0NC40MDQyIDE5LjgwMzkgNDUuNSAxNiA0NS41QzE1LjM5NDUgNDUuNSAxNC44NDg0IDQ1LjEzNiAxNC42MTU0IDQ0LjU3N0MxNC4zODI2IDQ0LjAxODQgMTQuNTA4NCA0My4zNzQ0IDE0LjkzNDIgNDIuOTQ0NEMxNS4wOTI5IDQyLjc1NzggMTUuNTM5NCA0Mi4yMjg2IDE1Ljc0ODYgNDEuOTEyQzE1Ljg2OTMgNDEuNzI5NCAxNS45NzkzIDQxLjU0NTIgMTYuMDc1NiA0MS4zNjI2QzEzLjg2NzcgNDEuMTY5NCAxMi4wNjk3IDQwLjY3NjQgMTAuNjk2NyAzOS4zMDM0QzkuNDkyODYgMzguMDk5NCA4Ljk3NTA4IDM2LjU4MzggOC43MzMwNCAzNC43ODM2QzguNDk5OTIgMzMuMDQ5NiA4LjQ5OTk2IDMwLjg0NSA4LjUgMjguMTA5OEM4LjQ5OTk2IDI1LjM3NDYgOC40OTk5MiAyMi45NTA0IDguNzMzMDQgMjEuMjE2NEM4Ljk3NTA4IDE5LjQxNjMgOS40OTI4NiAxNy45MDA1IDEwLjY5NjcgMTYuNjk2N0MxMS45MDA1IDE1LjQ5MjkgMTMuNDE2MyAxNC45NzUxIDE1LjIxNjUgMTQuNzMzQzE2Ljk1MDQgMTQuNDk5OSAxOS4xNTUxIDE0LjUgMjEuODkwMiAxNC41SDI2LjEwOThaIiBmaWxsPSIjNEMyRkQzIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTggMjIuNUMxOC44Mjg0IDIyLjUgMTkuNSAyMy4xNzE2IDE5LjUgMjRWMjZDMTkuNSAyNi44Mjg0IDE4LjgyODQgMjcuNSAxOCAyNy41QzE3LjE3MTYgMjcuNSAxNi41IDI2LjgyODQgMTYuNSAyNlYyNEMxNi41IDIzLjE3MTYgMTcuMTcxNiAyMi41IDE4IDIyLjVaTTMwIDIyLjVDMzAuODI4NCAyMi41IDMxLjUgMjMuMTcxNiAzMS41IDI0VjI2QzMxLjUgMjYuODI4NCAzMC44Mjg0IDI3LjUgMzAgMjcuNUMyOS4xNzE2IDI3LjUgMjguNSAyNi44Mjg0IDI4LjUgMjZWMjRDMjguNSAyMy4xNzE2IDI5LjE3MTYgMjIuNSAzMCAyMi41WiIgZmlsbD0iIzRDMkZEMyIvPgo8cGF0aCBkPSJNMTguODAwMSAzMi4xQzE5LjI5MjIgMzEuNDQ0IDIwLjIxODYgMzEuMzA1OCAyMC44ODAyIDMxLjc4NTRDMjAuOTg0OCAzMS44NDQyIDIxLjI3MDQgMzEuOTk5NCAyMS41MjY4IDMyLjA5NTZDMjIuMDM2NiAzMi4yODY4IDIyLjg1ODYgMzIuNSAyNCAzMi41QzI1LjE0MTYgMzIuNSAyNS45NjM2IDMyLjI4NjggMjYuNDczNCAzMi4wOTU2QzI2LjcyOTYgMzEuOTk5NCAyNy4wMTU0IDMxLjg0NDIgMjcuMTIgMzEuNzg1NEMyNy43ODE0IDMxLjMwNTggMjguNzA4IDMxLjQ0NCAyOS4yIDMyLjFDMjkuNjk3MiAzMi43NjI4IDI5LjU2MjggMzMuNzAzIDI4LjkgMzQuMkMyOC44MzEgMzQuMjQ1NCAyOC41OTk4IDM0LjM5OTQgMjguNDg1NCAzNC40NjM4QzI4LjI1NjggMzQuNTkyNCAyNy45MzcyIDM0Ljc1MDYgMjcuNTI2OCAzNC45MDQ2QzI2LjcwMzIgMzUuMjEzNCAyNS41MjUyIDM1LjUgMjQgMzUuNUMyMi40NzUgMzUuNSAyMS4yOTcgMzUuMjEzNCAyMC40NzM0IDM0LjkwNDZDMjAuMDYzIDM0Ljc1MDYgMTkuNzQzNCAzNC41OTI0IDE5LjUxNDcgMzQuNDYzOEMxOS40MDAzIDM0LjM5OTQgMTkuMTY5MSAzNC4yNDU0IDE5LjEwMDEgMzQuMkMxOC40MzczIDMzLjcwMyAxOC4zMDMgMzIuNzYyOCAxOC44MDAxIDMyLjFaIiBmaWxsPSIjNEMyRkQzIi8+CjxwYXRoIGQ9Ik02LjE3MjkgMjEuNjE3MkM1LjY4NjM0IDIxLjY5NjQgNS4yMDc3OCAyMS44MzcyIDQuNzUgMjIuMTAxNEM0LjA2NTkyIDIyLjQ5NjQgMy40OTc4NCAyMy4wNjQ0IDMuMTAyOSAyMy43NDg2QzIuNzQ4MTYgMjQuMzYzIDIuNjE2MDQgMjUuMDE1IDIuNTU2MzYgMjUuNjczMkMyLjQ5OTk0IDI2LjI5NTggMi40OTk5OCAyNy4xODM0IDIuNSAyOC4wNjNDMi40OTk5OCAyOC45NDI2IDIuNDk5OTQgMjkuNzAxNCAyLjU1NjM2IDMwLjMyMzhDMi42MTYwNCAzMC45ODIyIDIuNzQ4MTYgMzEuNjM0MiAzLjEwMjkgMzIuMjQ4NkMzLjQ5Nzg0IDMyLjkzMjYgNC4wNjU5MiAzMy41MDA4IDQuNzUgMzMuODk1NkM1LjIwNzEgMzQuMTU5NiA1LjY4NDk2IDM0LjMwMDIgNi4xNzA3OCAzNC4zNzk2QzUuOTk5NzggMzIuNjIyIDUuOTk5OSAzMC41NDIyIDYuMDAwMDIgMjguMjYwMkM1Ljk5OTg4IDI1Ljk2ODggNS45OTk3NiAyMy40Nzc4IDYuMTcyOSAyMS42MTcyWiIgZmlsbD0iIzRDMkZEMyIvPgo8cGF0aCBkPSJNNDEuODMwMiAzNC4zNzk2QzQyLjMxNiAzNC4zMDAyIDQyLjc5MzggMzQuMTU5NiA0My4yNTEgMzMuODk1NkM0My45MzUgMzMuNTAwOCA0NC41MDMyIDMyLjkzMjYgNDQuODk4MiAzMi4yNDg2QzQ1LjI1MjggMzEuNjM0MiA0NS4zODUgMzAuOTgyMiA0NS40NDQ2IDMwLjMyMzhDNDUuNTAxIDI5LjcwMTIgNDUuNTAxIDI4Ljk0MjYgNDUuNTAxIDI4LjA2M0M0NS41MDEgMjcuMTgzNCA0NS41MDEgMjYuMjk1OCA0NS40NDQ2IDI1LjY3MzJDNDUuMzg1IDI1LjAxNDggNDUuMjUyOCAyNC4zNjMgNDQuODk4MiAyMy43NDg2QzQ0LjUwMzIgMjMuMDY0NCA0My45MzUgMjIuNDk2NCA0My4yNTEgMjIuMTAxNEM0Mi43OTMyIDIxLjgzNzIgNDIuMzE0NiAyMS42OTY0IDQxLjgyODIgMjEuNjE3MkM0Mi4wMDEyIDIzLjQ3NzggNDIuMDAxMiAyNS45Njg2IDQyLjAwMSAyOC4yNjAyQzQyLjAwMTIgMzAuNTQyMiA0Mi4wMDEyIDMyLjYyMiA0MS44MzAyIDM0LjM3OTZaIiBmaWxsPSIjNEMyRkQzIi8+CjxwYXRoIGQ9Ik0yNS41IDEwQzI1LjUgOS4xNzE1OCAyNC44Mjg0IDguNSAyNCA4LjVDMjMuMTcxNiA4LjUgMjIuNSA5LjE3MTU4IDIyLjUgMTBWMTQuNUgyNS41VjEwWiIgZmlsbD0iIzRDMkZEMyIvPgo8cGF0aCBkPSJNMjUuOTA2OCAzLjM3OTQ0TDI2Ljg0NDcgMy4wMzI0M0wyNy4zNjA1IDQuNDI2NDhDMjcuMzYwNSA0LjQyNjQ5IDI3LjM2MDUgNC40MjY0OSAyNy4zNjA1IDQuNDI2NDlDMjcuNzI1NCA1LjQxMjY5IDI3Ljk1MDggNS45OTcwOCAyOC4xMjc0IDYuMzgwNTlDMjguMjk1NSA2Ljc0NTU3IDI4LjM4ODcgNi44NTg3NSAyOC40NjQ4IDYuOTM0OTJDMjguNTQxIDcuMDExMTIgMjguNjU0MSA3LjEwNDMyIDI5LjAxOTQgNy4yNzI1NkMyOS40MDI5IDcuNDQ5MjIgMjkuOTg3MyA3LjY3NDU5IDMwLjk3MzYgOC4wMzk1MkwzMC45NzM2IDguMDM5NTNMMzIuMzY3NiA4LjU1NTM3TDMyLjM2NzcgOC41NTUzOEMzMy4zNDg3IDguOTE4NDIgMzQgOS44NTM5MSAzNCAxMC45QzM0IDExLjk0NjEgMzMuMzQ4NyAxMi44ODE2IDMyLjM2NzcgMTMuMjQ0NkwzMi4zNjc2IDEzLjI0NDZMMzAuOTczNiAxMy43NjA1TDMwLjk3MzYgMTMuNzYwNUMyOS45ODczIDE0LjEyNTQgMjkuNDAyOSAxNC4zNTA4IDI5LjAxOTQgMTQuNTI3NEMyOC42NTQxIDE0LjY5NTcgMjguNTQxIDE0Ljc4ODkgMjguNDY0OCAxNC44NjUxQzI4LjM4ODcgMTQuOTQxMyAyOC4yOTU1IDE1LjA1NDQgMjguMTI3NCAxNS40MTk0QzI3Ljk1MDggMTUuODAyOSAyNy43MjU0IDE2LjM4NzMgMjcuMzYwNSAxNy4zNzM1QzI3LjM2MDUgMTcuMzczNSAyNy4zNjA1IDE3LjM3MzUgMjcuMzYwNSAxNy4zNzM1TDI2Ljg0NDcgMTguNzY3NkwyNS45MDY4IDE4LjQyMDZMMjYuODQ0NyAxOC43Njc2QzI2LjQ4MTYgMTkuNzQ4NyAyNS41NDYgMjAuNCAyNC41IDIwLjRDMjMuNDU0IDIwLjQgMjIuNTE4NCAxOS43NDg3IDIyLjE1NTMgMTguNzY3NkwyMy4wOTMyIDE4LjQyMDZMMjIuMTU1MyAxOC43Njc2TDIxLjYzOTUgMTcuMzczNUMyMS42Mzk1IDE3LjM3MzUgMjEuNjM5NSAxNy4zNzM1IDIxLjYzOTUgMTcuMzczNUMyMS4yNzQ2IDE2LjM4NzMgMjEuMDQ5MiAxNS44MDI5IDIwLjg3MjYgMTUuNDE5NEMyMC43MDQzIDE1LjA1NDEgMjAuNjExMiAxNC45NDExIDIwLjUzNSAxNC44NjQ5QzIwLjQ1ODggMTQuNzg4NyAyMC4zNDU2IDE0LjY5NTUgMTkuOTgwNiAxNC41Mjc0QzE5LjU5NzEgMTQuMzUwOCAxOS4wMTI3IDE0LjEyNTQgMTguMDI2NCAxMy43NjA1TDE4LjAyNjQgMTMuNzYwNUwxNi42MzI0IDEzLjI0NDZMMTYuNjMyMyAxMy4yNDQ2QzE1LjY1MTMgMTIuODgxNiAxNSAxMS45NDYxIDE1IDEwLjlDMTUgOS44NTM5MSAxNS42NTEzIDguOTE4NDIgMTYuNjMyMyA4LjU1NTM4TDE2LjYzMjQgOC41NTUzN0wxOC4wMjY0IDguMDM5NTNMMTguMDI2NCA4LjAzOTUyQzE5LjAxMjcgNy42NzQ1OSAxOS41OTcxIDcuNDQ5MjIgMTkuOTgwNiA3LjI3MjU2QzIwLjM0NTYgNy4xMDQ0NiAyMC40NTg4IDcuMDExMjcgMjAuNTM1IDYuOTM1MTFDMjAuNTM1MSA2LjkzNTA1IDIwLjUzNTEgNi45MzQ5OCAyMC41MzUyIDYuOTM0OTJNMjUuOTA2OCAzLjM3OTQ0TDIxLjI0MjIgNy42NDIxMkwyMC41MzUyIDYuOTM0OTJNMjUuOTA2OCAzLjM3OTQ0TDI2Ljg0NDcgMy4wMzI0M0MyNi40ODE2IDIuMDUxMjggMjUuNTQ2IDEuNCAyNC41IDEuNEMyMy40NTQgMS40IDIyLjUxODQgMi4wNTEyOCAyMi4xNTUzIDMuMDMyNDNMMjIuMTU1MyAzLjAzMjQzTDIxLjYzOTUgNC40MjY0OEMyMS42Mzk1IDQuNDI2NDkgMjEuNjM5NSA0LjQyNjQ5IDIxLjYzOTUgNC40MjY0OUMyMS4yNzQ2IDUuNDEyNjkgMjEuMDQ5MiA1Ljk5NzA4IDIwLjg3MjYgNi4zODA1OUMyMC43MDQ1IDYuNzQ1NTcgMjAuNjExMyA2Ljg1ODc1IDIwLjUzNTIgNi45MzQ5Mk0yNS45MDY4IDMuMzc5NDRMMjAuNTM1MiA2LjkzNDkyIiBmaWxsPSIjNEMyRkQzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==);background-repeat:no-repeat;background-position:center}.ai-chatbot.with-border{border:1px solid var(--color-grey-200);border-radius:16px;width:60px;height:60px}.icon-chatbot{width:48px;height:48px;display:block;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjUgN0MxOS41IDQuNTE0NzIgMjEuNTE0OCAyLjUgMjQgMi41QzI2LjQ4NTIgMi41IDI4LjUgNC41MTQ3MiAyOC41IDdDMjguNSA5LjQ4NTI4IDI2LjQ4NTIgMTEuNSAyNCAxMS41QzIxLjUxNDggMTEuNSAxOS41IDkuNDg1MjggMTkuNSA3WiIgZmlsbD0iIzcxOEFFMyIvPgo8cGF0aCBvcGFjaXR5PSIwLjQiIGQ9Ik0yNi4xMDk4IDE0LjVDMjguODQ1IDE0LjUgMzEuMDQ5NiAxNC40OTk5IDMyLjc4MzYgMTQuNzMzQzM0LjU4MzggMTQuOTc1MSAzNi4wOTk0IDE1LjQ5MjkgMzcuMzAzNCAxNi42OTY3QzM4LjUwNzIgMTcuOTAwNSAzOS4wMjUgMTkuNDE2MyAzOS4yNjcgMjEuMjE2NkMzOS41IDIyLjk1MDQgMzkuNSAyNS4zNzQ2IDM5LjUgMjguMTA5OEMzOS41IDMwLjg0NSAzOS41IDMzLjA0OTYgMzkuMjY3IDM0Ljc4MzZDMzkuMDI1IDM2LjU4MzggMzguNTA3MiAzOC4wOTk0IDM3LjMwMzQgMzkuMzAzMkMzNi4wOTk0IDQwLjUwNzIgMzQuNTgzOCA0MS4wMjUgMzIuNzgzNiA0MS4yNjdDMzEuMDQ5NiA0MS41IDI4Ljg0NSA0MS41IDI2LjEwOTggNDEuNUgyNC45NjNDMjQuNjgzNCA0MS45Nzk0IDI0LjI1NzYgNDIuNTU1NiAyMy42MjE2IDQzLjEyMTJDMjIuMTc4IDQ0LjQwNDIgMTkuODAzOSA0NS41IDE2IDQ1LjVDMTUuMzk0NSA0NS41IDE0Ljg0ODQgNDUuMTM2IDE0LjYxNTQgNDQuNTc3QzE0LjM4MjYgNDQuMDE4NCAxNC41MDg0IDQzLjM3NDQgMTQuOTM0MiA0Mi45NDQ0QzE1LjA5MjkgNDIuNzU3OCAxNS41Mzk0IDQyLjIyODYgMTUuNzQ4NiA0MS45MTJDMTUuODY5MyA0MS43Mjk0IDE1Ljk3OTMgNDEuNTQ1MiAxNi4wNzU2IDQxLjM2MjZDMTMuODY3NyA0MS4xNjk0IDEyLjA2OTcgNDAuNjc2NCAxMC42OTY3IDM5LjMwMzRDOS40OTI4NiAzOC4wOTk0IDguOTc1MDggMzYuNTgzOCA4LjczMzA0IDM0Ljc4MzZDOC40OTk5MiAzMy4wNDk2IDguNDk5OTYgMzAuODQ1IDguNSAyOC4xMDk4QzguNDk5OTYgMjUuMzc0NiA4LjQ5OTkyIDIyLjk1MDQgOC43MzMwNCAyMS4yMTY0QzguOTc1MDggMTkuNDE2MyA5LjQ5Mjg2IDE3LjkwMDUgMTAuNjk2NyAxNi42OTY3QzExLjkwMDUgMTUuNDkyOSAxMy40MTYzIDE0Ljk3NTEgMTUuMjE2NSAxNC43MzNDMTYuOTUwNCAxNC40OTk5IDE5LjE1NTEgMTQuNSAyMS44OTAyIDE0LjVIMjYuMTA5OFoiIGZpbGw9IiM3MThBRTMiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOCAyMi41QzE4LjgyODQgMjIuNSAxOS41IDIzLjE3MTYgMTkuNSAyNFYyNkMxOS41IDI2LjgyODQgMTguODI4NCAyNy41IDE4IDI3LjVDMTcuMTcxNiAyNy41IDE2LjUgMjYuODI4NCAxNi41IDI2VjI0QzE2LjUgMjMuMTcxNiAxNy4xNzE2IDIyLjUgMTggMjIuNVpNMzAgMjIuNUMzMC44Mjg0IDIyLjUgMzEuNSAyMy4xNzE2IDMxLjUgMjRWMjZDMzEuNSAyNi44Mjg0IDMwLjgyODQgMjcuNSAzMCAyNy41QzI5LjE3MTYgMjcuNSAyOC41IDI2LjgyODQgMjguNSAyNlYyNEMyOC41IDIzLjE3MTYgMjkuMTcxNiAyMi41IDMwIDIyLjVaIiBmaWxsPSIjNzE4QUUzIi8+CjxwYXRoIGQ9Ik0xOC44MDAxIDMyLjFDMTkuMjkyMiAzMS40NDQgMjAuMjE4NiAzMS4zMDU4IDIwLjg4MDIgMzEuNzg1NEMyMC45ODQ4IDMxLjg0NDIgMjEuMjcwNCAzMS45OTk0IDIxLjUyNjggMzIuMDk1NkMyMi4wMzY2IDMyLjI4NjggMjIuODU4NiAzMi41IDI0IDMyLjVDMjUuMTQxNiAzMi41IDI1Ljk2MzYgMzIuMjg2OCAyNi40NzM0IDMyLjA5NTZDMjYuNzI5NiAzMS45OTk0IDI3LjAxNTQgMzEuODQ0MiAyNy4xMiAzMS43ODU0QzI3Ljc4MTQgMzEuMzA1OCAyOC43MDggMzEuNDQ0IDI5LjIgMzIuMUMyOS42OTcyIDMyLjc2MjggMjkuNTYyOCAzMy43MDMgMjguOSAzNC4yQzI4LjgzMSAzNC4yNDU0IDI4LjU5OTggMzQuMzk5NCAyOC40ODU0IDM0LjQ2MzhDMjguMjU2OCAzNC41OTI0IDI3LjkzNzIgMzQuNzUwNiAyNy41MjY4IDM0LjkwNDZDMjYuNzAzMiAzNS4yMTM0IDI1LjUyNTIgMzUuNSAyNCAzNS41QzIyLjQ3NSAzNS41IDIxLjI5NyAzNS4yMTM0IDIwLjQ3MzQgMzQuOTA0NkMyMC4wNjMgMzQuNzUwNiAxOS43NDM0IDM0LjU5MjQgMTkuNTE0NyAzNC40NjM4QzE5LjQwMDMgMzQuMzk5NCAxOS4xNjkxIDM0LjI0NTQgMTkuMTAwMSAzNC4yQzE4LjQzNzMgMzMuNzAzIDE4LjMwMyAzMi43NjI4IDE4LjgwMDEgMzIuMVoiIGZpbGw9IiM3MThBRTMiLz4KPHBhdGggZD0iTTYuMTcyOSAyMS42MTcyQzUuNjg2MzQgMjEuNjk2NCA1LjIwNzc4IDIxLjgzNzIgNC43NSAyMi4xMDE0QzQuMDY1OTIgMjIuNDk2NCAzLjQ5Nzg0IDIzLjA2NDQgMy4xMDI5IDIzLjc0ODZDMi43NDgxNiAyNC4zNjMgMi42MTYwNCAyNS4wMTUgMi41NTYzNiAyNS42NzMyQzIuNDk5OTQgMjYuMjk1OCAyLjQ5OTk4IDI3LjE4MzQgMi41IDI4LjA2M0MyLjQ5OTk4IDI4Ljk0MjYgMi40OTk5NCAyOS43MDE0IDIuNTU2MzYgMzAuMzIzOEMyLjYxNjA0IDMwLjk4MjIgMi43NDgxNiAzMS42MzQyIDMuMTAyOSAzMi4yNDg2QzMuNDk3ODQgMzIuOTMyNiA0LjA2NTkyIDMzLjUwMDggNC43NSAzMy44OTU2QzUuMjA3MSAzNC4xNTk2IDUuNjg0OTYgMzQuMzAwMiA2LjE3MDc4IDM0LjM3OTZDNS45OTk3OCAzMi42MjIgNS45OTk5IDMwLjU0MjIgNi4wMDAwMiAyOC4yNjAyQzUuOTk5ODggMjUuOTY4OCA1Ljk5OTc2IDIzLjQ3NzggNi4xNzI5IDIxLjYxNzJaIiBmaWxsPSIjNzE4QUUzIi8+CjxwYXRoIGQ9Ik00MS44MzAxIDM0LjM3OTZDNDIuMzE1OSAzNC4zMDAyIDQyLjc5MzcgMzQuMTU5NiA0My4yNTA5IDMzLjg5NTZDNDMuOTM0OSAzMy41MDA4IDQ0LjUwMzEgMzIuOTMyNiA0NC44OTgxIDMyLjI0ODZDNDUuMjUyNyAzMS42MzQyIDQ1LjM4NDkgMzAuOTgyMiA0NS40NDQ1IDMwLjMyMzhDNDUuNTAwOSAyOS43MDEyIDQ1LjUwMDkgMjguOTQyNiA0NS41MDA5IDI4LjA2M0M0NS41MDA5IDI3LjE4MzQgNDUuNTAwOSAyNi4yOTU4IDQ1LjQ0NDUgMjUuNjczMkM0NS4zODQ5IDI1LjAxNDggNDUuMjUyNyAyNC4zNjMgNDQuODk4MSAyMy43NDg2QzQ0LjUwMzEgMjMuMDY0NCA0My45MzQ5IDIyLjQ5NjQgNDMuMjUwOSAyMi4xMDE0QzQyLjc5MzEgMjEuODM3MiA0Mi4zMTQ1IDIxLjY5NjQgNDEuODI4MSAyMS42MTcyQzQyLjAwMTEgMjMuNDc3OCA0Mi4wMDExIDI1Ljk2ODYgNDIuMDAwOSAyOC4yNjAyQzQyLjAwMTEgMzAuNTQyMiA0Mi4wMDExIDMyLjYyMiA0MS44MzAxIDM0LjM3OTZaIiBmaWxsPSIjNzE4QUUzIi8+CjxwYXRoIGQ9Ik0yNS41IDEwQzI1LjUgOS4xNzE1OCAyNC44Mjg0IDguNSAyNCA4LjVDMjMuMTcxNiA4LjUgMjIuNSA5LjE3MTU4IDIyLjUgMTBWMTQuNUgyNS41VjEwWiIgZmlsbD0iIzcxOEFFMyIvPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:center}.icon-videointerview{width:48px;height:48px;display:block;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM1Ljk4NjUgMTguNzY2N0MzNS45NjUxIDE2Ljk1NDYgMzUuOTAyOSAxNS4zODg0IDM1LjcyMzcgMTQuMDU1NUMzNS43MTQ1IDEzLjk4NzMgMzUuNzA1MSAxMy45MTk0IDM1LjY5NTMgMTMuODUxOEMzNi42MTE3IDEzLjEzMTMgMzcuNDQwNyAxMi41MjQxIDM4LjE4ODcgMTIuMDcyMkMzOS41ODkzIDExLjIyNiA0MS4zNjQzIDEwLjUxNzUgNDMuMTg1NyAxMS40MjA0QzQ0Ljk3ODkgMTIuMzA5MyA0NS41MzQ1IDE0LjEzMTEgNDUuNzY1NyAxNS43NjU2QzQ1Ljk5ODEgMTcuNDA4OSA0NS45OTgxIDE5LjYyMDIgNDUuOTk3OSAyMi4yNzY0VjI1LjcyOUM0NS45OTgxIDI4LjM4NTIgNDUuOTk4MSAzMC41OTY0IDQ1Ljc2NTcgMzIuMjM5NkM0NS41MzQ1IDMzLjg3NDIgNDQuOTc4OSAzNS42OTYgNDMuMTg1NyAzNi41ODVDNDEuMzY0MyAzNy40ODc4IDM5LjU4OTMgMzYuNzc5MiAzOC4xODg3IDM1LjkzMzJDMzcuNDQwNyAzNS40ODEyIDM2LjYxMTcgMzQuODc0IDM1LjY5NTMgMzQuMTUzNkMzNS43MDUxIDM0LjA4NjIgMzUuNzE0NyAzNC4wMTg0IDM1LjcyMzcgMzMuOTUwNEMzNS45MDI5IDMyLjYxNzQgMzUuOTY1MSAzMS4wNTEgMzUuOTg2NSAyOS4yMzg2QzM3LjkwMTkgMzAuODE3IDM5LjIyNDcgMzEuODg1OCA0MC4yNTY5IDMyLjUwOTRDNDAuNzk5NyAzMi44MzcyIDQxLjEyNzMgMzIuOTU1NiA0MS4zMDYxIDMyLjk5MUM0MS4zNDU1IDMyLjk5ODggNDEuMzcyNSAzMy4wMDE0IDQxLjM4ODMgMzMuMDAyNEw0MS4zOTg3IDMzLjAwMjZINDEuNDA1M0w0MS40MDkzIDMzLjAwMUM0MS40MTc5IDMyLjk5NjggNDEuNDIxNSAzMi45OTMyIDQxLjQyMTUgMzIuOTkzMkM0MS40MjcxIDMyLjk4NzIgNDEuNDU3MSAzMi45NTQ4IDQxLjQ5OTcgMzIuODcxNkM0MS41OTUzIDMyLjY4NDQgNDEuNzEzMyAzMi4zMjgyIDQxLjgwNTEgMzEuNjc5NEM0MS45OTMxIDMwLjM1MDggNDEuOTk3OSAyOC40MjcgNDEuOTk3OSAyNS41NjY0VjIyLjQzODhDNDEuOTk3OSAxOS41NzgzIDQxLjk5MzEgMTcuNjU0NSA0MS44MDUxIDE2LjMyNTlDNDEuNzEzMyAxNS42NzcxIDQxLjU5NTMgMTUuMzIwOSA0MS40OTk3IDE1LjEzMzhDNDEuNDU3MSAxNS4wNTA0IDQxLjQyNzkgMTUuMDE5IDQxLjQyMjMgMTUuMDEzMUM0MS40MjIzIDE1LjAxMzEgNDEuNDE3OSAxNS4wMDg1IDQxLjQwOTMgMTUuMDA0Mkw0MS40MDYzIDE1LjAwMjhDNDEuNDA2MyAxNS4wMDI4IDQxLjM5NjMgMTUuMDAyNiA0MS4zODgzIDE1LjAwM0M0MS4zNzI1IDE1LjAwMzggNDEuMzQ1NSAxNS4wMDY0IDQxLjMwNjEgMTUuMDE0M0M0MS4xMjczIDE1LjA0OTcgNDAuNzk5NyAxNS4xNjggNDAuMjU2OSAxNS40OTU5QzM5LjIyNDcgMTYuMTE5NSAzNy45MDE5IDE3LjE4ODMgMzUuOTg2NSAxOC43NjY3WiIgZmlsbD0iIzcxOEFFMyIvPgo8cGF0aCBvcGFjaXR5PSIwLjQiIGQ9Ik0yMC4xNDQgNkgxNy44NTU5QzE0LjY3ODcgNS45OTk5NCAxMi4wOTIzIDUuOTk5OSAxMC4wNTI2IDYuMjc0MTJDNy45MjQ2NCA2LjU2MDIyIDYuMDk0NyA3LjE3NzM4IDQuNjM2MDQgOC42MzYwNEMzLjE3NzM4IDEwLjA5NDcgMi41NjAyMiAxMS45MjQ2IDIuMjc0MTIgMTQuMDUyNkMxLjk5OTg5IDE2LjA5MjMgMS45OTk5NCAxOC42Nzg2IDIgMjEuODU1OFYyNi4xNDRDMS45OTk5NCAyOS4zMjE0IDEuOTk5ODkgMzEuOTA3OCAyLjI3NDEyIDMzLjk0NzRDMi41NjAyMiAzNi4wNzU0IDMuMTc3MzggMzcuOTA1NCA0LjYzNjA0IDM5LjM2NEM2LjA5NDcgNDAuODIyNiA3LjkyNDY0IDQxLjQzOTggMTAuMDUyNiA0MS43MjU4QzEyLjA5MjMgNDIuMDAwMiAxNC42Nzg3IDQyIDE3Ljg1NiA0MkgyMC4xNDRDMjMuMzIxNCA0MiAyNS45MDc2IDQyLjAwMDIgMjcuOTQ3NCA0MS43MjU4QzMwLjA3NTQgNDEuNDM5OCAzMS45MDU0IDQwLjgyMjYgMzMuMzY0IDM5LjM2NEMzNC44MjI2IDM3LjkwNTQgMzUuNDM5OCAzNi4wNzU0IDM1LjcyNTggMzMuOTQ3NEMzNi4wMDAyIDMxLjkwNzYgMzYgMjkuMzIxNCAzNiAyNi4xNDRWMjEuODU2QzM2IDE4LjY3ODcgMzYuMDAwMiAxNi4wOTIzIDM1LjcyNTggMTQuMDUyNkMzNS40Mzk4IDExLjkyNDYgMzQuODIyNiAxMC4wOTQ3IDMzLjM2NCA4LjYzNjA0QzMxLjkwNTQgNy4xNzczOCAzMC4wNzU0IDYuNTYwMjIgMjcuOTQ3NCA2LjI3NDEyQzI1LjkwNzggNS45OTk5IDIzLjMyMTQgNS45OTk5NCAyMC4xNDQgNloiIGZpbGw9IiM3MThBRTMiLz4KPHBhdGggZD0iTTIzIDIyQzI0LjY1NjkgMjIgMjYgMjAuNjU2OSAyNiAxOUMyNiAxNy4zNDMxIDI0LjY1NjkgMTYgMjMgMTZDMjEuMzQzMSAxNiAyMCAxNy4zNDMxIDIwIDE5QzIwIDIwLjY1NjkgMjEuMzQzMSAyMiAyMyAyMloiIGZpbGw9IiM3MThBRTMiLz4KPC9zdmc+Cg==);background-repeat:no-repeat;background-position:center}.ai-user{width:48px;height:48px;display:block;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OSA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC40IiBkPSJNMzIuNzg3NSA0Ljc0NDk2QzMwLjMyNzUgNC40OTk5NiAyNy4yNjQxIDQuNDk5OTggMjMuNDM1OSA0LjVDMTkuMDU0NSA0LjQ5OTk4IDE1LjM5NjIgNC40OTk5NiAxMi43MDk0IDQuODYxMThDOS45NTYwOCA1LjIzMTM2IDcuNzcxNTYgNi4wMDU0NCA2LjA1NTE2IDcuNzIxODJDNC4zMzg3OCA5LjQzODIyIDMuNTY0NyAxMS42MjI3IDMuMTk0NTIgMTQuMzc2QzIuODMzMyAxNy4wNjI5IDIuODMzMzIgMjAuNzMzIDIuODMzMzQgMjUuMTE0NEMyLjgzMzMyIDI5LjQ5NTggMi44MzMzIDMyLjkzNzIgMy4xOTQ1MiAzNS42MjRDMy41NjQ3IDM4LjM3NzIgNC4zMzg3OCA0MC41NjE4IDYuMDU1MTYgNDIuMjc4MkM3Ljc3MTU2IDQzLjk5NDYgOS45NTYwOCA0NC43Njg2IDEyLjcwOTQgNDUuMTM4OEMxNS4zOTYyIDQ1LjUgMTkuMDY2MyA0NS41IDIzLjQ0NzcgNDUuNUMyNy44MjkxIDQ1LjUgMzEuMjcwNSA0NS41IDMzLjk1NzMgNDUuMTM4OEMzNi43MTA1IDQ0Ljc2ODYgMzguODk1MSA0My45OTQ2IDQwLjYxMTUgNDIuMjc4MkM0Mi4zMjc5IDQwLjU2MTggNDMuMTAxOSAzOC4zNzcyIDQzLjQ3MjEgMzUuNjI0QzQzLjgzMzMgMzIuOTM3MiA0My44MzMzIDI5LjQ5NTggNDMuODMzMyAyNS4xMTQ0QzQzLjgzMzMgMjEuMjgyOCA0My44MzMzIDE4LjAzMiA0My41ODc3IDE1LjU0MzFDNDMuMDAxNSAxNS43NjQxIDQyLjU5NzkgMTUuOTIzNyA0Mi4zNjQ1IDE2LjAzMTJDNDIuMjE2NSAxNi4zNTI1IDQxLjk2OTkgMTYuOTk2MSA0MS42MDA1IDE3Ljk5NDFMNDEuMDg0NyAxOS4zODgxQzQwLjUwMzkgMjAuOTU3OCAzOS4wMDcxIDIyIDM3LjMzMzMgMjJDMzUuNjU5NSAyMiAzNC4xNjI3IDIwLjk1NzggMzMuNTgxOSAxOS4zODgxTDMzLjA2NjEgMTcuOTk0MUMzMi42OTY3IDE2Ljk5NjEgMzIuNDQyMyAxNi4zNTI1IDMyLjI5NDMgMTYuMDMxM0MzMS45NzI5IDE1Ljg4MzMgMzEuMzM3MyAxNS42MzY2IDMwLjMzOTMgMTUuMjY3M0wyOC45NDUxIDE0Ljc1MTRDMjcuMzc1NSAxNC4xNzA2IDI2LjMzMzMgMTIuNjczOCAyNi4zMzMzIDExQzI2LjMzMzMgOS4zMjYyNCAyNy4zNzU1IDcuODI5NDYgMjguOTQ1MSA3LjI0ODZMMzAuMzM5MyA2LjczMjc0QzMxLjMzNzMgNi4zNjM0NCAzMS45NjUxIDYuMTE2NzIgMzIuMjg2NSA1Ljk2ODc2QzMyLjM5MzkgNS43MzUyMiAzMi41NjE5IDUuMzMxNDIgMzIuNzg3NSA0Ljc0NDk2WiIgZmlsbD0iIzRDMkZEMyIvPgo8cGF0aCBkPSJNMTMuMDMxIDMzLjc1NThDMTcuNjA2OCAyNS43NDggMjkuMDU5OSAyNS43NDggMzMuNjM1NyAzMy43NTU4QzMzLjkwMDkgMzQuMjIgMzMuODk5MSAzNC43OTA0IDMzLjYzMDcgMzUuMjUyOEMzMy4zNjIzIDM1LjcxNTQgMzIuODY4MSAzNiAzMi4zMzMzIDM2SDE0LjMzMzNDMTMuNzk4NiAzNiAxMy4zMDQ0IDM1LjcxNTQgMTMuMDM2IDM1LjI1MjhDMTIuNzY3NiAzNC43OTA0IDEyLjc2NTcgMzQuMjIgMTMuMDMxIDMzLjc1NThaIiBmaWxsPSIjNEMyRkQzIi8+CjxwYXRoIGQ9Ik0yMy4zMTYzIDI1QzI2LjA4MTcgMjUgMjguMzIzNSAyMi43NjE0IDI4LjMyMzUgMjBDMjguMzIzNSAxNy4yMzg2IDI2LjA4MTcgMTUgMjMuMzE2MyAxNUMyMC41NTExIDE1IDE4LjMwOTMgMTcuMjM4NiAxOC4zMDkzIDIwQzE4LjMwOTMgMjIuNzYxNCAyMC41NTExIDI1IDIzLjMxNjMgMjVaIiBmaWxsPSIjNEMyRkQzIi8+CjxwYXRoIGQ9Ik0zNy4zMzMzIDIuNUMzNy45NjA5IDIuNSAzOC41MjIzIDIuODkwOCAzOC43NDAxIDMuNDc5NDRMMzkuMjU1OSA0Ljg3MzVDMzkuOTc5OSA2LjgzMDIgNDAuMjEwOSA3LjM2MTgyIDQwLjU5MTEgNy43NDIxMkM0MC45NzE1IDguMTIyNDIgNDEuNTAzMSA4LjM1MzM0IDQzLjQ1OTkgOS4wNzczOEw0NC44NTM5IDkuNTkzMjJDNDUuNDQyNSA5LjgxMTA0IDQ1LjgzMzMgMTAuMzcyMyA0NS44MzMzIDExQzQ1LjgzMzMgMTEuNjI3NyA0NS40NDI1IDEyLjE4OSA0NC44NTM5IDEyLjQwNjhMNDMuNDU5OSAxMi45MjI2QzQxLjUwMzEgMTMuNjQ2NyA0MC45NzE1IDEzLjg3NzYgNDAuNTkxMSAxNC4yNTc5QzQwLjIxMDkgMTQuNjM4MiAzOS45Nzk5IDE1LjE2OTggMzkuMjU1OSAxNy4xMjY1TDM4Ljc0MDEgMTguNTIwNkMzOC41MjIzIDE5LjEwOTIgMzcuOTYwOSAxOS41IDM3LjMzMzMgMTkuNUMzNi43MDU3IDE5LjUgMzYuMTQ0MyAxOS4xMDkyIDM1LjkyNjUgMTguNTIwNkwzNS40MTA3IDE3LjEyNjVDMzQuNjg2NyAxNS4xNjk4IDM0LjQ1NTcgMTQuNjM4MiAzNC4wNzU1IDE0LjI1NzlDMzMuNjk1MSAxMy44Nzc2IDMzLjE2MzUgMTMuNjQ2NyAzMS4yMDY3IDEyLjkyMjZMMjkuODEyNyAxMi40MDY4QzI5LjIyNDEgMTIuMTg5IDI4LjgzMzMgMTEuNjI3NyAyOC44MzMzIDExQzI4LjgzMzMgMTAuMzcyMyAyOS4yMjQxIDkuODExMDQgMjkuODEyNyA5LjU5MzIyTDMxLjIwNjcgOS4wNzczOEMzMy4xNjM1IDguMzUzMzQgMzMuNjk1MSA4LjEyMjQyIDM0LjA3NTUgNy43NDIxMkMzNC40NTU3IDcuMzYxODIgMzQuNjg2NyA2LjgzMDIgMzUuNDEwNyA0Ljg3MzVMMzUuOTI2NSAzLjQ3OTQ0QzM2LjE0NDMgMi44OTA4IDM2LjcwNTcgMi41IDM3LjMzMzMgMi41WiIgZmlsbD0iIzRDMkZEMyIvPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:center}.ai-user.with-border{border:1px solid var(--color-grey-200);border-radius:16px;width:60px;height:60px}.ai-doc{width:48px;height:48px;display:block;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OSA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC40IiBkPSJNNDIuMDUzNSAxMC40ODM1QzQxLjk4NzggNi4xNjM2IDM4LjUwMjEgMi42Nzc5MiAzNC4xODIyIDIuNjEyMThDMzAuNDI5IDIuNTU1MDYgMjYuNjI4OSAyLjQ5OTAyIDI2LjE2NjYgMi40OTkwMkgyMC41NTY5QzE3LjgyMTcgMi40OTg5OCAxNS42MTcgMi40OTg5NiAxMy44ODMxIDIuNzMyMDhDMTIuMDgyOSAyLjk3NDEgMTAuNTY3MiAzLjQ5MTkgOS4zNjMzMyA0LjY5NTcyQzguMTU5NTEgNS44OTk1NiA3LjY0MTcxIDcuNDE1MyA3LjM5OTY5IDkuMjE1NTJDNy4xNjY1NyAxMC45NDk0IDcuMTY2NTkgMTMuMTU0MSA3LjE2NjYzIDE1Ljg4OTJWMzIuMTA4OEM3LjE2NjU5IDM0Ljg0NCA3LjE2NjU3IDM3LjA0ODYgNy4zOTk2OSAzOC43ODI2QzcuNjQxNzEgNDAuNTgyOCA4LjE1OTQ5IDQyLjA5ODQgOS4zNjMzMyA0My4zMDI0QzEwLjU2NzIgNDQuNTA2MiAxMi4wODI5IDQ1LjAyNCAxMy44ODMxIDQ1LjI2NkMxNS42MTcxIDQ1LjQ5OTIgMTcuODIxNyA0NS40OTkgMjAuNTU2OSA0NS40OTlIMjguNzc2NEMzMS41MTE2IDQ1LjQ5OSAzMy43MTYyIDQ1LjQ5OTIgMzUuNDUwMiA0NS4yNjZDMzcuMjUwNCA0NS4wMjQgMzguNzY2IDQ0LjUwNjIgMzkuOTcgNDMuMzAyNEM0MS4xNzM4IDQyLjA5ODQgNDEuNjkxNiA0MC41ODI4IDQxLjkzMzYgMzguNzgyNkM0Mi4xNjY2IDM3LjA0ODYgNDIuMTY2NiAzNC44NDQgNDIuMTY2NiAzMi4xMDg4VjE4LjQ5OTRDNDIuMTY2NiAxOC4wMzcxIDQyLjExMDYgMTQuMjM2OSA0Mi4wNTM1IDEwLjQ4MzVaIiBmaWxsPSIjNEMyRkQzIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTUuMTY2NiAyMy45OTk2QzE1LjE2NjYgMjMuMTcxIDE1LjgzODIgMjIuNDk5NiAxNi42NjY2IDIyLjQ5OTZIMzIuNjY2NkMzMy40OTUgMjIuNDk5NiAzNC4xNjY2IDIzLjE3MSAzNC4xNjY2IDIzLjk5OTZDMzQuMTY2NiAyNC44MjggMzMuNDk1IDI1LjQ5OTYgMzIuNjY2NiAyNS40OTk2SDE2LjY2NjZDMTUuODM4MiAyNS40OTk2IDE1LjE2NjYgMjQuODI4IDE1LjE2NjYgMjMuOTk5NlpNMTUuMTY2NiAyOS45OTk2QzE1LjE2NjYgMjkuMTcxIDE1LjgzODIgMjguNDk5NiAxNi42NjY2IDI4LjQ5OTZIMzIuNjY2NkMzMy40OTUgMjguNDk5NiAzNC4xNjY2IDI5LjE3MSAzNC4xNjY2IDI5Ljk5OTZDMzQuMTY2NiAzMC44MjggMzMuNDk1IDMxLjQ5OTYgMzIuNjY2NiAzMS40OTk2SDE2LjY2NjZDMTUuODM4MiAzMS40OTk2IDE1LjE2NjYgMzAuODI4IDE1LjE2NjYgMjkuOTk5NlpNMTUuMTY2NiAzNS45OTk2QzE1LjE2NjYgMzUuMTcxIDE1LjgzODIgMzQuNDk5NiAxNi42NjY2IDM0LjQ5OTZIMjkuNjY2NkMzMC40OTUgMzQuNDk5NiAzMS4xNjY2IDM1LjE3MSAzMS4xNjY2IDM1Ljk5OTZDMzEuMTY2NiAzNi44MjggMzAuNDk1IDM3LjQ5OTYgMjkuNjY2NiAzNy40OTk2SDE2LjY2NjZDMTUuODM4MiAzNy40OTk2IDE1LjE2NjYgMzYuODI4IDE1LjE2NjYgMzUuOTk5NloiIGZpbGw9IiM0QzJGRDMiLz4KPHBhdGggZD0iTTM4LjU3MzQgMi45Nzk0NEwzOS41MTEzIDIuNjMyNDNMNDAuMDI3MSA0LjAyNjQ4QzQwLjAyNzEgNC4wMjY0OSA0MC4wMjcxIDQuMDI2NDkgNDAuMDI3MSA0LjAyNjQ5QzQwLjM5MiA1LjAxMjY5IDQwLjYxNzQgNS41OTcwOCA0MC43OTQgNS45ODA1OUM0MC45NjIxIDYuMzQ1NTcgNDEuMDU1MyA2LjQ1ODc1IDQxLjEzMTQgNi41MzQ5MkM0MS4yMDc3IDYuNjExMTIgNDEuMzIwNyA2LjcwNDMyIDQxLjY4NiA2Ljg3MjU2QzQyLjA2OTYgNy4wNDkyMSA0Mi42NTQgNy4yNzQ1OSA0My42NDAyIDcuNjM5NTJMNDMuNjQwMyA3LjYzOTUzTDQ1LjAzNDMgOC4xNTUzN0w0NS4wMzQzIDguMTU1MzhDNDYuMDE1MyA4LjUxODQyIDQ2LjY2NjYgOS40NTM5MSA0Ni42NjY2IDEwLjVDNDYuNjY2NiAxMS41NDYxIDQ2LjAxNTMgMTIuNDgxNiA0NS4wMzQzIDEyLjg0NDZMNDUuMDM0MyAxMi44NDQ2TDQzLjY0MDMgMTMuMzYwNUw0My42NDAyIDEzLjM2MDVDNDIuNjU0IDEzLjcyNTQgNDIuMDY5NiAxMy45NTA4IDQxLjY4NiAxNC4xMjc0QzQxLjMyMDcgMTQuMjk1NyA0MS4yMDc3IDE0LjM4ODkgNDEuMTMxNCAxNC40NjUxQzQxLjA1NTMgMTQuNTQxMyA0MC45NjIxIDE0LjY1NDQgNDAuNzk0IDE1LjAxOTRDNDAuNjE3NCAxNS40MDI5IDQwLjM5MiAxNS45ODczIDQwLjAyNzEgMTYuOTczNUM0MC4wMjcxIDE2Ljk3MzUgNDAuMDI3MSAxNi45NzM1IDQwLjAyNzEgMTYuOTczNUwzOS41MTEzIDE4LjM2NzZMMzguNTczNCAxOC4wMjA2TDM5LjUxMTMgMTguMzY3NkMzOS4xNDgzIDE5LjM0ODcgMzguMjEyNiAyMCAzNy4xNjY2IDIwQzM2LjEyMDYgMjAgMzUuMTg1IDE5LjM0ODcgMzQuODIyIDE4LjM2NzZMMzUuNzU5OCAxOC4wMjA2TDM0LjgyMiAxOC4zNjc2TDM0LjMwNjIgMTYuOTczNUMzNC4zMDYyIDE2Ljk3MzUgMzQuMzA2MiAxNi45NzM1IDM0LjMwNjIgMTYuOTczNUMzMy45NDEzIDE1Ljk4NzMgMzMuNzE1OSAxNS40MDI5IDMzLjUzOTIgMTUuMDE5NEMzMy4zNzEgMTQuNjU0MSAzMy4yNzc4IDE0LjU0MTEgMzMuMjAxNiAxNC40NjQ5QzMzLjEyNTQgMTQuMzg4NyAzMy4wMTIyIDE0LjI5NTUgMzIuNjQ3MiAxNC4xMjc0QzMyLjI2MzcgMTMuOTUwOCAzMS42NzkzIDEzLjcyNTQgMzAuNjkzIDEzLjM2MDVMMzAuNjkzIDEzLjM2MDVMMjkuMjk5IDEyLjg0NDZMMjkuMjk5IDEyLjg0NDZDMjguMzE3OSAxMi40ODE2IDI3LjY2NjYgMTEuNTQ2MSAyNy42NjY2IDEwLjVDMjcuNjY2NiA5LjQ1MzkxIDI4LjMxNzkgOC41MTg0MiAyOS4yOTkgOC4xNTUzOEwyOS4yOTkgOC4xNTUzN0wzMC42OTMgNy42Mzk1M0wzMC42OTMgNy42Mzk1MkMzMS42NzkzIDcuMjc0NTkgMzIuMjYzNyA3LjA0OTIxIDMyLjY0NzIgNi44NzI1NkMzMy4wMTIyIDYuNzA0NDUgMzMuMTI1NCA2LjYxMTI3IDMzLjIwMTYgNi41MzUxMUMzMy4yMDE3IDYuNTM1MDQgMzMuMjAxNyA2LjUzNDk4IDMzLjIwMTggNi41MzQ5Mk0zOC41NzM0IDIuOTc5NDRMMzMuOTA4OCA3LjI0MjEyTDMzLjIwMTggNi41MzQ5Mk0zOC41NzM0IDIuOTc5NDRMMzkuNTExMyAyLjYzMjQzQzM5LjE0ODMgMS42NTEyOCAzOC4yMTI2IDEgMzcuMTY2NiAxQzM2LjEyMDYgMSAzNS4xODUgMS42NTEyOCAzNC44MjIgMi42MzI0M0wzNC44MjIgMi42MzI0M0wzNC4zMDYyIDQuMDI2NDhDMzQuMzA2MiA0LjAyNjQ5IDM0LjMwNjIgNC4wMjY0OSAzNC4zMDYyIDQuMDI2NDlDMzMuOTQxMyA1LjAxMjY5IDMzLjcxNTkgNS41OTcwOCAzMy41MzkyIDUuOTgwNTlDMzMuMzcxMSA2LjM0NTU3IDMzLjI3NzkgNi40NTg3NSAzMy4yMDE4IDYuNTM0OTJNMzguNTczNCAyLjk3OTQ0TDMzLjIwMTggNi41MzQ5MiIgZmlsbD0iIzRDMkZEMyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-position:center}.ai-doc.with-border{border:1px solid var(--color-grey-200);border-radius:16px;width:60px;height:60px}.icon-rocket{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgb3BhY2l0eT0iMC44Ij4KPHBhdGggZD0iTTAgMTZDMCA3LjE2MzQ0IDcuMTYzNDQgMCAxNiAwSDQ4QzU2LjgzNjYgMCA2NCA3LjE2MzQ0IDY0IDE2VjQ4QzY0IDU2LjgzNjYgNTYuODM2NiA2NCA0OCA2NEgxNkM3LjE2MzQ0IDY0IDAgNTYuODM2NiAwIDQ4VjE2WiIgZmlsbD0iI0UzRUVGQyIvPgo8cGF0aCBvcGFjaXR5PSIwLjQiIGQ9Ik00Ni4zNjcyIDE0Ljk1NzRDNDcuMDMxMiAxNS4wNDEyIDQ3LjY0NzUgMTUuMjc1OCA0OC4xODUgMTUuODEzMkM0OC43MjIzIDE2LjM1MDYgNDguOTU2OCAxNi45NjY5IDQ5LjA0MDcgMTcuNjMxQzQ5LjExMTcgMTguMTkyMyA0OS4wNzUgMTguOTM2MiA0OS4wNDE3IDE5LjYxNDJDNDguODQyNyAyMy42ODI0IDQ3LjYxNTMgMjcuNjY1OSA0NC41NDM4IDMwLjczNzRMNDIuMDY3OCAzMy4yMTM0QzQwLjk4NzMgMzQuMjkzOSA0MC41MTEyIDM0Ljc5MDYgNDAuMjc2MiAzNS4yNDk2QzQwLjExMzIgMzUuNTY4MSA0MC4wMzMzIDM1LjkzNzQgNDAuMjE0NSAzNi44OTA0QzQwLjQxMzIgMzcuNjg0NCA0MC42NjIyIDM4LjY3OTEgNDAuNjYzOCAzOS42MDc0QzQwLjY2NTggNDAuNjMwMSA0MC4zODIzIDQxLjY5NTYgMzkuNDggNDIuNTk3OUMzOC42MTkyIDQzLjQ1ODcgMzcuNjA3IDQ0LjA4MTYgMzYuNDI2MyA0NC4wODE2QzM1LjI0NTggNDQuMDgxNiAzNC4yMzM1IDQzLjQ1ODcgMzMuMzcyNyA0Mi41OTc5TDIxLjQwMDMgMzAuNjI1NEMyMC41Mzk0IDI5Ljc2NDYgMTkuOTE2NSAyOC43NTIzIDE5LjkxNjUgMjcuNTcxOEMxOS45MTY1IDI2LjM5MTIgMjAuNTM5MyAyNS4zNzg5IDIxLjQwMDMgMjQuNTE4QzIyLjMwMjYgMjMuNjE1NyAyMy4zNjggMjMuMzMyMyAyNC4zOTA2IDIzLjMzNDNDMjUuMzE5MSAyMy4zMzYgMjYuMzEzNyAyMy41ODUgMjcuMTA3OCAyMy43ODM3QzI4LjA2MDYgMjMuOTY0OCAyOC40MyAyMy44ODUgMjguNzQ4NSAyMy43MjJDMjkuMjA3NSAyMy40ODY5IDI5LjcwNDIgMjMuMDEwOCAzMC43ODQ4IDIxLjkzMDJMMzMuMjYwNyAxOS40NTQzQzM2LjMzMjIgMTYuMzgyNyA0MC4zMTU3IDE1LjE1NTQgNDQuMzg0IDE0Ljk1NjRDNDUuMDYyIDE0LjkyMzEgNDUuODA1OCAxNC44ODY1IDQ2LjM2NzIgMTQuOTU3NFoiIGZpbGw9IiMxNDFCMzQiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zOC42NjAyIDIzLjY2NjdDMzguNjYwMiAyMi43NDYyIDM5LjQwNjMgMjIgNDAuMzI2OCAyMkg0MC4zNDE4QzQxLjI2MjMgMjIgNDIuMDA4NSAyMi43NDYyIDQyLjAwODUgMjMuNjY2N0M0Mi4wMDg1IDI0LjU4NzEgNDEuMjYyMyAyNS4zMzMzIDQwLjM0MTggMjUuMzMzM0g0MC4zMjY4QzM5LjQwNjMgMjUuMzMzMyAzOC42NjAyIDI0LjU4NzEgMzguNjYwMiAyMy42NjY3WiIgZmlsbD0iIzE0MUIzNCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIwLjc4NjEgMzMuNzEwNkMyMS40MDQ0IDM0LjMyODkgMjEuNDA0NCAzNS4zMzE0IDIwLjc4NjEgMzUuOTQ5N0wxNy42MTk0IDM5LjExNjRDMTcuMDAxMSAzOS43MzQ3IDE1Ljk5ODYgMzkuNzM0NyAxNS4zODAzIDM5LjExNjRDMTQuNzYxOSAzOC40OTgxIDE0Ljc2MTkgMzcuNDk1NiAxNS4zODAzIDM2Ljg3NzJMMTguNTQ2OSAzMy43MTA2QzE5LjE2NTMgMzMuMDkyMiAyMC4xNjc4IDMzLjA5MjIgMjAuNzg2MSAzMy43MTA2Wk0yMy4yOTY5IDM4LjQ2MDZDMjMuOTE1MyAzNy44NDIyIDI0LjkxNzggMzcuODQyMiAyNS41MzYxIDM4LjQ2MDZDMjYuMTU0NCAzOS4wNzg5IDI2LjE1NDQgNDAuMDgxNCAyNS41MzYxIDQwLjY5OTdMMTcuNjE5NCA0OC42MTY0QzE3LjAwMTEgNDkuMjM0NyAxNS45OTg2IDQ5LjIzNDcgMTUuMzgwMyA0OC42MTY0QzE0Ljc2MTkgNDcuOTk4MSAxNC43NjE5IDQ2Ljk5NTYgMTUuMzgwMyA0Ni4zNzcyTDIzLjI5NjkgMzguNDYwNlpNMzAuMjg2MiA0My4yMTA2QzMwLjkwNDMgNDMuODI4OSAzMC45MDQzIDQ0LjgzMTQgMzAuMjg2MiA0NS40NDk3TDI3LjExOTQgNDguNjE2NEMyNi41MDExIDQ5LjIzNDcgMjUuNDk4NiA0OS4yMzQ3IDI0Ljg4MDMgNDguNjE2NEMyNC4yNjE5IDQ3Ljk5ODEgMjQuMjYxOSA0Ni45OTU2IDI0Ljg4MDMgNDYuMzc3MkwyOC4wNDY5IDQzLjIxMDZDMjguNjY1MyA0Mi41OTIyIDI5LjY2NzggNDIuNTkyMiAzMC4yODYyIDQzLjIxMDZaIiBmaWxsPSIjMTQxQjM0Ii8+CjwvZz4KPC9zdmc+Cg==);background-repeat:no-repeat;background-position:center;width:64px;height:64px;display:block}.icon-job{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgb3BhY2l0eT0iMC44Ij4KPHBhdGggZD0iTTAgMTZDMCA3LjE2MzQ0IDcuMTYzNDQgMCAxNiAwSDQ4QzU2LjgzNjYgMCA2NCA3LjE2MzQ0IDY0IDE2VjQ4QzY0IDU2LjgzNjYgNTYuODM2NiA2NCA0OCA2NEgxNkM3LjE2MzQ0IDY0IDAgNTYuODM2NiAwIDQ4VjE2WiIgZmlsbD0iI0VERUVGMSIvPgo8cGF0aCBvcGFjaXR5PSIwLjQiIGQ9Ik0zNy4wNjkzIDIyLjQxNjdDMzkuMzUxMyAyMi40MTY2IDQxLjE1OTUgMjIuNDE2NiA0Mi42MDM1IDIyLjU2MzVDNDQuMDgyOCAyMi43MTQgNDUuMzE3OCAyMy4wMjkgNDYuMzk4MyAyMy43NTA5QzQ3LjI2MjcgMjQuMzI4NCA0OC4wMDQ4IDI1LjA3MDYgNDguNTgyNSAyNS45MzUxQzQ5LjMwNDMgMjcuMDE1NCA0OS42MTkzIDI4LjI1MDUgNDkuNzY5OCAyOS43Mjk4QzQ5LjkxNjcgMzEuMTczOCA0OS45MTY3IDMzLjEyMDUgNDkuOTE2NyAzNS40MDI3QzQ5LjkxNjcgMzcuNjg0NyA0OS45MTY3IDM5LjQ5MjggNDkuNzY5OCA0MC45MzY4QzQ5LjYxOTMgNDIuNDE2MiA0OS4zMDQzIDQzLjY1MTIgNDguNTgyNSA0NC43MzE3QzQ4LjAwNDggNDUuNTk2IDQ3LjI2MjcgNDYuMzM4MiA0Ni4zOTgzIDQ2LjkxNThDNDUuMzE3OCA0Ny42Mzc3IDQ0LjA4MjggNDcuOTUyNyA0Mi42MDM1IDQ4LjEwMzJDNDEuMTU5NSA0OC4yNSAzOS4zNTEzIDQ4LjI1IDM3LjA2OTMgNDguMjVIMjYuOTMwN0MyNC42NDg3IDQ4LjI1IDIyLjg0MDUgNDguMjUgMjEuMzk2NiA0OC4xMDMyQzE5LjkxNzIgNDcuOTUyNyAxOC42ODIxIDQ3LjYzNzcgMTcuNjAxNyA0Ni45MTU4QzE2LjczNzMgNDYuMzM4MiAxNS45OTUxIDQ1LjU5NiAxNS40MTc1IDQ0LjczMTdDMTQuNjk1NyA0My42NTEyIDE0LjM4MDcgNDIuNDE2MiAxNC4yMzAyIDQwLjkzNjhDMTQuMDgzMyAzOS40OTI4IDE0LjA4MzMgMzcuNjg0NyAxNC4wODMzIDM1LjQwMjdDMTQuMDgzMyAzMy4xMjA3IDE0LjA4MzMgMzEuMTczOCAxNC4yMzAyIDI5LjcyOThDMTQuMzgwNyAyOC4yNTA1IDE0LjY5NTcgMjcuMDE1NCAxNS40MTc1IDI1LjkzNTFDMTUuOTk1MSAyNS4wNzA2IDE2LjczNzMgMjQuMzI4NCAxNy42MDE3IDIzLjc1MDlDMTguNjgyMSAyMy4wMjkgMTkuOTE3MiAyMi43MTQgMjEuMzk2NiAyMi41NjM1QzIyLjg0MDUgMjIuNDE2NiAyNC42NDg3IDIyLjQxNjYgMjYuOTMwNyAyMi40MTY3SDM3LjA2OTNaIiBmaWxsPSIjMTQxQjM0Ii8+CjxwYXRoIGQ9Ik0zMi4wODczIDE1Ljc1SDMxLjkxNEMzMC40MTY3IDE1Ljc1IDI5LjE2NzggMTUuNzQ5OSAyOC4xNzY2IDE1Ljg4MzJDMjcuMTMwMyAxNi4wMjM5IDI2LjE4NTYgMTYuMzMzMyAyNS40MjY1IDE3LjA5MjRDMjQuNjY3NCAxNy44NTE2IDI0LjM1NzkgMTguNzk2MiAyNC4yMTcyIDE5Ljg0MjVDMjQuMTE5NyAyMC41Njg0IDI0LjA5MzUgMjEuNDMyMyAyNC4wODY2IDIyLjQzMDdDMjQuODQ3NiAyMi40MTgyIDI1LjY3ODYgMjIuNDE2OCAyNi41ODcxIDIyLjQxNjdDMjYuNTk0MSAyMS40Njc2IDI2LjYxNzUgMjAuNzUxNSAyNi42OTUgMjAuMTc1N0MyNi43OTg0IDE5LjQwNjYgMjYuOTc3MSAxOS4wNzc0IDI3LjE5NDMgMTguODYwMkMyNy40MTE0IDE4LjY0MyAyNy43NDA2IDE4LjQ2NDMgMjguNTA5NyAxOC4zNjA5QzI5LjMxNDggMTguMjUyNyAzMC4zOTQgMTguMjUgMzIuMDAwNyAxOC4yNUMzMy42MDc1IDE4LjI1IDM0LjY4NjcgMTguMjUyNyAzNS40OTE3IDE4LjM2MDlDMzYuMjYwOCAxOC40NjQzIDM2LjU5IDE4LjY0MyAzNi44MDcyIDE4Ljg2MDJDMzcuMDI0MyAxOS4wNzc0IDM3LjIwMzIgMTkuNDA2NiAzNy4zMDY1IDIwLjE3NTdDMzcuMzg0IDIwLjc1MTUgMzcuNDA3MyAyMS40Njc2IDM3LjQxNDMgMjIuNDE2N0MzOC4zMjI4IDIyLjQxNjggMzkuMTUzOCAyMi40MTgyIDM5LjkxNDggMjIuNDMwN0MzOS45MDc4IDIxLjQzMjMgMzkuODgxOCAyMC41Njg0IDM5Ljc4NDIgMTkuODQyNUMzOS42NDM1IDE4Ljc5NjIgMzkuMzM0MiAxNy44NTE2IDM4LjU3NSAxNy4wOTI0QzM3LjgxNTggMTYuMzMzMyAzNi44NzEyIDE2LjAyMzkgMzUuODI0OCAxNS44ODMyQzM0LjgzMzUgMTUuNzQ5OSAzMy41ODQ4IDE1Ljc1IDMyLjA4NzMgMTUuNzVaIiBmaWxsPSIjMTQxQjM0Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuODA2NCAyOS45NjM3QzIxLjAxMDcgMjkuMzA0MiAyMS43MTA5IDI4LjkzNTQgMjIuMzcwNCAyOS4xMzk3TDIzLjQ1NyAyOS40NzY1QzI4LjkzNzggMzEuMTc1IDM1LjA2MjggMzEuMTc1IDQwLjU0MzcgMjkuNDc2NUw0MS42MzAzIDI5LjEzOTdDNDIuMjg5NyAyOC45MzU0IDQyLjk5IDI5LjMwNDIgNDMuMTk0MyAyOS45NjM3QzQzLjM5ODcgMzAuNjIzIDQzLjAyOTggMzEuMzIzNCA0Mi4zNzAzIDMxLjUyNzdMNDEuMjgzNyAzMS44NjQ0QzM4LjY5NjcgMzIuNjY2MiAzNS45ODIgMzMuMTIgMzMuMjUwMyAzMy4yMjYyVjM1LjMzMzdDMzMuMjUwMyAzNi4wMjQgMzIuNjkwNyAzNi41ODM3IDMyLjAwMDMgMzYuNTgzN0MzMS4zMSAzNi41ODM3IDMwLjc1MDMgMzYuMDI0IDMwLjc1MDMgMzUuMzMzN1YzMy4yMjYyQzI4LjAxODcgMzMuMTIgMjUuMzA0IDMyLjY2NjIgMjIuNzE2OSAzMS44NjQ0TDIxLjYzMDMgMzEuNTI3N0MyMC45NzA5IDMxLjMyMzQgMjAuNjAyIDMwLjYyMyAyMC44MDY0IDI5Ljk2MzdaIiBmaWxsPSIjMTQxQjM0Ii8+CjwvZz4KPC9zdmc+Cg==);background-repeat:no-repeat;background-position:center;width:64px;height:64px;display:block}body{padding-left:0}.inner-main-wrapper{max-width:878px;padding:0 16px;margin:auto}#news-panel{z-index:100}.w-full{width:100%}.svg-100{width:100%;overflow:hidden}.cleaned-body{background-color:#f3f5f6;overflow:visible}.cleaned-body .triangle{margin-top:0!important}#launcher{left:0}.main-header .logo{font-size:0}.main-header .tabs .tab-item .tag{margin:0}.main-header--public{border-bottom:1px solid var(--color-grey-200);margin-bottom:24px}.main-header--public .logo{width:90px;height:23px}.small-sidebar{min-width:290px}.align-items-center{align-items:center}.user-menu .position{color:var(--color-grey-500);font-weight:400}.user-menu .logout-button .menu-element{width:calc(100% + 16px);cursor:pointer;text-align:left}.pre-line{white-space:pre-line}.inner-body>div{display:flex;height:100%;height:100vh;overflow:hidden;padding-bottom:40px}.container.overflow{overflow:hidden}.max-100{max-width:100%}.col-full-auto{flex:0 1 100%}.row .new-qualifier{margin-left:0}.row.color .controls{width:105px}.row.color .controls [type=color]{padding:0 2px;border-radius:8px;border:1px solid var(--color-grey-400)}.row .actions.v-center{align-self:center}.row .actions.v-top{align-self:flex-start;padding-top:8px}.row .actions.v-top.pt-0{padding-top:0}.row .actions.v-bottom{align-self:flex-end}.row .actions .clickable{cursor:pointer;font-size:16px;color:var(--color-dark-blue-700)}.row .tag-form{padding:10px;margin-top:10px;margin-left:0;margin-bottom:0}.row .error:not(.alert):not(.assessments-box):not(.text){align-self:center;color:var(--color-red-600);display:block}.row .error.text .help-inline{align-self:center;color:var(--color-red-600);display:block}.row .align-bottom{align-self:flex-end}.row.is-horizontal-centered{justify-content:center}.row.is-vertical-centered{align-items:center}.row.is-all-centered{align-items:center;justify-content:center}.row .relative{position:relative}.row .link-right{align-self:center}.row .link-right.top{align-self:flex-start;margin-top:24px}.disable .row .link-right.top{display:none}.row.row-with-action .action-icons{text-align:right;align-self:center}.row.row-with-action .action-icons.left{text-align:left}.row.row-with-action .action-icons a{margin-left:10px}.row.row-with-action .action-icons>i,.row.row-with-action .action-icons span.fa,.row.row-with-action .action-icons .collapse-text{margin-left:10px;cursor:pointer;color:var(--site-color-link);display:inline-block}.row .col-full-auto{flex:0 1 100%}.grid.no-row-gap>*{margin-bottom:0}.hide{display:none}.button.min-width{min-width:180px}.block.is-medium{padding:var(--space-m) 0}.secondary-text{color:var(--color-grey-300)}.ellipsis{text-overflow:ellipsis;overflow:hidden}.big-sidebar{border-right:1px solid var(--color-grey-200)}.big-sidebar.closed{min-width:0;width:auto}.big-sidebar.folding{display:flex;padding:0}.big-sidebar.folding .main-filters{flex:0 1 100%;padding-top:16px}.big-sidebar.folding .main-filters .search__filter:last-child{border-bottom:0}.big-sidebar .toggle-sidebar{cursor:pointer;padding:20px 17px;flex:0 0 42px}.big-sidebar .status-content{display:flex}.big-sidebar .status-content .status-desc{padding-left:12px}.big-sidebar .status-content.completed .avatar{background:var(--color-emerald-100)}.big-sidebar .status-content.completed .avatar i:last-child{color:var(--color-emerald-800)}.big-sidebar .status-content.sent .avatar,.big-sidebar .status-content.uncomplete .avatar{background:var(--color-dark-blue-100)}.big-sidebar .status-content.sent .avatar i:last-child,.big-sidebar .status-content.uncomplete .avatar i:last-child{color:var(--color-dark-blue-600)}.big-sidebar .status-content.expired .avatar{background:var(--color-red-100)}.big-sidebar .status-content.expired .avatar i:last-child{color:var(--color-red-600)}.big-sidebar .status-content.blocked .avatar{background:var(--color-grey-100)}.big-sidebar .status-content.blocked .avatar i:last-child{color:var(--color-grey-500)}.big-sidebar .controls .chosen-container.chosen-container-multi .chosen-choices .search-field{width:100%}.big-sidebar .controls .chosen-container.chosen-container-multi .chosen-choices .search-field>input{width:100%!important}.big-sidebar .profile-notes .user-card-name{position:relative;padding:0 0 var(--space-m);border-bottom:1px solid var(--color-grey-200);margin-bottom:var(--space-m)}.big-sidebar .profile-notes .user-card-name:last-child{border-bottom:0;margin-bottom:0}.big-sidebar .profile-notes .user-card-name ul,.big-sidebar .profile-notes .user-card-name ol{padding-left:20px}.big-sidebar .profile-notes .user-card-name ul li{list-style:disc}.big-sidebar .profile-notes .user-card-name ol li{list-style:decimal}.big-sidebar .profile-notes .hint,.big-sidebar .profile-notes .error{display:block;padding-top:var(--space-xs)}.big-sidebar .profile-notes__note .form-group{margin-bottom:0;display:none}.big-sidebar .profile-notes__note .author{margin-bottom:var(--space-xs)}.big-sidebar .profile-notes__note .date,.big-sidebar .profile-notes__note .job{font-size:var(--font-size-s);color:var(--color-grey-300)}.big-sidebar .profile-notes__note .editing-actions{display:none;text-align:right}.big-sidebar .profile-notes__note .editing-actions .button{margin-left:var(--space-s)}.big-sidebar .profile-notes__note.editing .panel{display:none}.big-sidebar .profile-notes__note.editing .form-group{display:block;margin-bottom:var(--space-xs);overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;word-break:break-word}.big-sidebar .profile-notes__note.editing .editing-actions{display:block}.big-sidebar .profile-notes__note .hover-actions{position:absolute;top:0;right:0;display:inline-flex;opacity:0;transition:opacity var(--speed-fast)}.big-sidebar .profile-notes__note .hover-actions .far,.big-sidebar .profile-notes__note .hover-actions .fas,.big-sidebar .profile-notes__note .hover-actions .fal{margin-right:var(--space-xs);cursor:pointer}.big-sidebar .profile-notes__note:hover .hover-actions{opacity:1}.main-filters.card.big-mb{margin-bottom:110px}.errors.errors-new{color:var(--color-red-800)}.settings-candidacies-statuses .errors p{padding-left:8px;font-size:12px;position:relative;top:-14px;margin-bottom:0}.settings-recruiter-notifications .errors{color:var(--color-red-800);margin-top:4px;font-size:12px}.link-return-to{margin-bottom:10px;display:inline-block}.link-return-to:before{font-size:12px;margin-right:5px}body.page-pages-privacy_policy{background:var(--site-background-color);color:var(--text-color-default);font:400 var(--font-size-l)/var(--line-height-l) var(--default-font-family)}.privacy-policy{padding-top:48px;padding-bottom:80px;background:var(--site-background-color)}.wrapper{width:100%;max-width:1440px;padding-left:80px;padding-right:80px;margin:0 auto}.legal .first-title,.privacy-policy .first-title{font-family:var(--default-font-family);font-weight:900}.legal .body,.privacy-policy .body{color:var(--text-color-default)}.legal h1,.legal h2,.legal .title,.privacy-policy h1,.privacy-policy h2,.privacy-policy .title{padding-bottom:var(--space-m);font-weight:500;font-size:var(--font-size-xxl);line-height:1.45}.legal .question,.privacy-policy .question{padding-bottom:var(--space-s);font-weight:600}.legal .section,.privacy-policy .section{margin-bottom:var(--space-l)}.legal h3,.legal h4,.legal .subtitle,.privacy-policy h3,.privacy-policy h4,.privacy-policy .subtitle{margin-bottom:var(--space-s);margin-top:var(--space-s);text-transform:uppercase;font-weight:600}.legal p,.privacy-policy p{margin-bottom:20px}.legal ul,.privacy-policy ul{list-style:disc;padding-left:20px}.legal ul li,.privacy-policy ul li{list-style:disc}.legal ol,.privacy-policy ol{padding-left:15px}.legal li,.privacy-policy li{margin-bottom:var(--space-s);list-style:auto}.new-error-page .common-box{padding:48px 64px;margin:64px 0;text-align:center}.new-error-page .common-box .h3{margin-bottom:var(--space-m)}.status-icon i{font-size:24px}.status-icon.success i,.status-icon.published i{color:var(--color-green-400)}.status-icon.pending i,.status-icon.closed i{color:var(--color-grey-300)}.status-icon.warning i,.status-icon.expired i,.status-icon.in-process i,.status-icon.needs-review i{color:var(--color-orange-700)}.status-icon.primary i{color:var(--color-blue-500)}.status-icon.danger i,.status-icon.error i{color:var(--color-red-500)}.status-icon.scheduled i,.status-icon.on-review i{color:var(--color-blue-700)}.status-icon.cancelled i{color:var(--color-red-600)}.status-icon.completed i{color:var(--color-green-400)}.status-icon.confirmed i{color:var(--color-dark-blue-600)}i.icon,svg.icon{display:block;font-size:var(--icon-size-m);text-align:center}i.icon.xsmall,svg.icon.xsmall{font-size:10px;width:10px;height:10px}i.icon.small,svg.icon.small{font-size:16px;width:16px;height:16px}i.icon.large,svg.icon.large{font-size:var(--icon-size-l);width:var(--icon-size-l);height:var(--icon-size-l)}i.icon.reflect,svg.icon.reflect{transform:rotate(180deg)}i.icon.rotate-right,svg.icon.rotate-right{transform:rotate(90deg)}i.icon.rotate-left,svg.icon.rotate-left{transform:rotate(270deg)}i.icon.illustration,svg.icon.illustration{width:144px;height:144px;margin:0 auto var(--space-l);stroke:none;fill:none}img.illustration{width:144px;height:144px;margin:0 auto var(--space-l);stroke:none;fill:none}.far.xsmall,.fas.xsmall,.fal.xsmall{font-size:10px}.far.small,.fas.small,.fal.small{font-size:16px}.far.medium,.fas.medium,.fal.medium{font-size:20px}.far.large,.fas.large,.fal.large{font-size:var(--icon-size-l)}.far.reflect,.fas.reflect,.fal.reflect{transform:rotate(180deg)}.far.rotate-right,.fas.rotate-right,.fal.rotate-right{transform:rotate(90deg)}.far.rotate-left,.fas.rotate-left,.fal.rotate-left{transform:rotate(270deg)}svg.icon{stroke:currentColor;fill:currentColor;stroke-width:1.2;transition:stroke .2s ease;backface-visibility:hidden;overflow:visible}svg.icon.small{stroke-width:1.6}svg.icon.large{stroke-width:.8}.tag.is-white.with-custom-color:before{background-color:var(--custom-tag-color)}.tag.is-white.with-custom-color:hover{background-color:inherit}.tag.is-white.with-custom-color:hover:before{background-color:var(--custom-tag-color)}.tag.is-white.with-custom-color.allow-select:hover .arrow{background:var(--custom-tag-color) url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjQ0MTQ2IDQuODE3NzVDMy40MTMyOCA0LjgyNjQ1IDMuMzg0NjUgNC44MzM2NSAzLjM1NTcxIDQuODM5MzNDMy4yNzQ2MyA0Ljg1NzQyIDMuMTU3OTYgNC45NTY1OCAzLjExMDEzIDUuMDQ4NzVDMy4wNjExMyA1LjE0MjY3IDMuMDYxMTMgNS4zNTY3NSAzLjEwOTU0IDUuNDQ4MzNDMy4xMjk5NiA1LjQ4NjgzIDMuOTYzNTQgNi4zMzM4MyA0Ljk2MjIxIDcuMzMxMzNDNi4yNzU4OCA4LjY0MjA4IDYuNzk3MzggOS4xNDkgNi44NDgxMyA5LjE2MTgzQzYuOTQ4MDIgOS4xODQwMSA3LjA1MTU2IDkuMTg0MDEgNy4xNTE0NiA5LjE2MTgzQzcuMjAyMjEgOS4xNDkgNy43MjM3MSA4LjY0MjA4IDkuMDM3MzggNy4zMzEzM0MxMC4wMzYgNi4zMzM4MyAxMC44Njk2IDUuNDg2ODMgMTAuODkgNS40NDgzM0MxMC45Mzc5IDUuMzU4NSAxMC45Mzg1IDUuMTQyNjcgMTAuODkwNiA1LjA1MTY3QzEwLjg0NDIgNC45Njc1OSAxMC43NzQzIDQuODk4ODcgMTAuNjg5NCA0Ljg1MzkyQzEwLjYyNCA0LjgyMDA4IDEwLjQ0NzkgNC44MTE5MiAxMC4zNDgxIDQuODM3NThDMTAuMjk4IDQuODUxIDkuODEyMDQgNS4zMjE3NSA4LjYzODk2IDYuNDkzNjdMNi45OTk3OSA4LjEzMTY3TDUuMzcyMjkgNi41MDY1QzQuNDc2ODggNS42MTI4MyAzLjcyMzc5IDQuODcxNDIgMy42OTgxMyA0Ljg1ODU5QzMuNjQ0NDYgNC44MzIzNCAzLjQ3NjQ2IDQuODA1NSAzLjQ0MTQ2IDQuODE3NzVaIiBmaWxsPSIjMUUyOTQxIi8+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-position:center}.team-permission-icon{display:inline-block;width:22px;height:22px;line-height:22px;border-radius:8px;font-weight:700;font-size:8px;color:var(--color-white);text-align:center;margin-right:5px}.timepicker-range{align-items:flex-start}.timepicker-range .timepicker{overflow:visible;flex-wrap:wrap;width:calc(50% - 50px)}.timepicker-range .timepicker>input{display:none}.timepicker-range .timepicker .error{flex:0 0 auto}.timepicker-range>*+*:after{top:17px}.timepicker-range .timepicker-interval{min-width:84px;width:84px}.top-navigation{padding:18px 0 0;position:relative}.top-navigation:not(.col-8){width:calc(100% - 460px)}.top-navigation .is-vertical-centered>.return-link{margin-bottom:0}.top-navigation .return-link{display:flex}.top-navigation .return-link i{flex:0 0 auto;align-self:center;font-size:12px;margin-right:6px;margin-top:1px}.top-navigation .prev-next-navigation{position:absolute;left:50%;transform:translate(-50%)}.top-navigation .prev-next-navigation .page{padding:0 12px;font-size:14px;line-height:19px;color:var(--color-grey-700)}.top-navigation .prev-next-navigation .prev,.top-navigation .prev-next-navigation .next{position:relative}.top-navigation .prev-next-navigation .prev i,.top-navigation .prev-next-navigation .next i{position:absolute;top:50%;transform:translateY(-50%);font-size:12px;margin-top:1px}.top-navigation .prev-next-navigation .prev{padding-left:16px}.top-navigation .prev-next-navigation .prev i{left:0}.top-navigation .prev-next-navigation .next{padding-right:16px}.top-navigation .prev-next-navigation .next i{right:0}.alert.notice,.alert.note{background-color:var(--color-dark-blue-100);border-color:var(--color-dark-blue-500)}.alert.notice .msg-icon,.alert.note .msg-icon{color:var(--color-dark-blue-500)}.alert.danger,.alert.alert-error{background-color:var(--color-red-100);border-color:var(--color-red-500)}.alert.danger .msg-icon,.alert.alert-error .msg-icon{color:var(--color-red-500)}.alert .message ul li:before{content:"•"}.assessments-box{margin:0;background:transparent;transition:background var(--speed-fast);padding:16px 0;border-bottom:1px solid rgba(var(--color-grey-400),.4)}.assessments-box:last-child{border-bottom:0}.assessments-box.sending .avatar,.assessments-box.pending .avatar,.assessments-box.resend .avatar,.assessments-box.in_progress .avatar{background:var(--color-dark-blue-100)}.assessments-box.sending .avatar i:last-child,.assessments-box.pending .avatar i:last-child,.assessments-box.resend .avatar i:last-child,.assessments-box.in_progress .avatar i:last-child{color:var(--color-dark-blue-600)}.assessments-box.completed .avatar{background:var(--color-emerald-100)}.assessments-box.completed .avatar i:last-child{color:var(--color-emerald-800)}.assessments-box.expired .avatar{background:var(--color-grey-100)}.assessments-box.expired .avatar i:last-child{color:var(--color-grey-500)}.assessments-box.error .avatar{background:var(--color-red-100)}.assessments-box.error .avatar i:last-child{color:var(--color-red-600)}.assessments-box .user-card-name{align-self:flex-start;align-items:flex-start;padding-bottom:0}.profile-content .card .assessments-box .user-card-name{margin-bottom:0}.assessments-box .name-cnt{flex:0 0 35%}.assessments-box .date-cnt,.assessments-box .type{padding-bottom:3px}.assessments-box .date-cnt,.assessments-box .date,.assessments-box .send-by,.assessments-box .type{font-size:14px;line-height:19px;color:var(--color-grey-300)}.assessments-box .status{font-size:12px;line-height:17px;text-transform:uppercase;margin-right:10px}.assessments-box .name{font-size:14px;line-height:19px;font-weight:600;color:var(--color-grey-800);margin-bottom:3px}.assessments-box .assessments-data{display:flex}.assessments-box .assessments-data,.assessments-box .score-cnt{flex:0 1 100%}.assessments-box .profiles-cnt .profile-elem{padding-bottom:16px;border-bottom:1px solid var(--card-border-color-default)}.assessments-box .profiles-cnt .profile-elem:last-of-type{padding:0;border:none}.avatar.with-icon{background:var(--color-dark-blue-100);background-image:none}.avatar .remove-btn{position:absolute;left:0;top:0;width:100%;height:100%;background:transparent;cursor:pointer;z-index:1;display:flex;color:var(--text-color-default);flex-wrap:wrap;text-align:center;align-items:center;justify-content:center;padding:0}.avatar .remove-btn i{opacity:0;font-size:16px;transition:opacity .3s ease-out 0s;z-index:2}.avatar .remove-btn:hover i{opacity:1}.avatar .remove-btn img{display:block;width:100%;height:auto;margin:0;border-radius:50%;-o-object-fit:cover;object-fit:cover;position:absolute;z-index:0}.avatar.with-remove:after{transition:all var(--speed-fast)}.avatar.with-remove:hover{border-color:#fff}.avatar.with-remove:hover:after{background-color:var(--site-background-color);opacity:1}.avatar.completed{background:var(--color-emerald-100)}.avatar.completed i:last-child{color:var(--color-emerald-800)}.avatar.cancelled{background:var(--color-red-100)}.avatar.cancelled i:last-child{color:var(--color-red-600)}.avatar.confirmed{background:var(--color-dark-blue-100)}.avatar.confirmed i:last-child{color:var(--color-dark-blue-600)}.avatar.pending{background:var(--color-grey-100)}.avatar.pending i:last-child{color:var(--color-grey-700)}.avatar.is-small i{font-size:16px}.banner.banner--suggested-candidates{background:linear-gradient(90deg,#eeeafd,#e3eefc);gap:var(--space-s);height:auto;margin-bottom:var(--space-m);justify-content:start;padding:var(--space-m)}.banner.banner--suggested-candidates .icon-bg{align-self:start;background-color:#fff}.banner.banner--suggested-candidates .info{gap:var(--space-xs);padding:0}.banner.banner--suggested-candidates .info a{height:34px;min-height:34px;align-self:start;margin-top:var(--space-xs);font-size:14px;line-height:20px}.banner.banner--suggested-candidates .info p{font-size:14px;line-height:20px}.banner.banner--suggested-candidates img{bottom:0;height:calc(100% - 20px);right:calc(var(--space-l) * 2);top:unset}.banner.banner--suggested-candidates .icon.close-button{position:absolute;top:var(--space-m);right:var(--space-m)}.breadcrumbs{display:flex;width:100%;min-height:var(--space-xl);flex-wrap:wrap;margin:0 0 var(--space-m);align-items:center}.breadcrumbs .bread-filters{width:auto;padding:0}.breadcrumbs .search-filters-form{width:100%;padding:var(--space-m) 0 0}.breadcrumbs .actions{position:relative;display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;margin-left:auto;z-index:11}.breadcrumbs .actions>*{flex:0 0 auto}.breadcrumbs .actions>*+*{vertical-align:middle;margin-left:var(--space-s);justify-content:flex-end;align-items:center}.breadcrumbs .actions .actions-block+.actions-block{margin-left:var(--space-l)}.breadcrumbs .actions .actions-block>*+*{margin-left:var(--space-s)}.button{font-size:16px}.button.pulse-effect{transform:perspective(1px) translateZ(0);animation-iteration-count:infinite;animation-timing-function:linear;animation-duration:1.5s;animation-name:hvr-pulse}.button .spinner-small{width:18px;height:18px;color:var(--color-white)}.button .spinner-small.spinner-black{color:var(--color-black)}.button .spinner-small.color-inherit{color:inherit}.button.ai-button .tag{color:var(--color-white)!important}.link:not(.button){color:var(--site-color-link);text-decoration:none;cursor:pointer;transition:color .2s ease}.link:not(.button):hover,.link:not(.button):active{color:var(--site-color-link-hover)}.link:not(.button).inline-block{display:inline-block}.link:not(.button).inline-block i{margin-left:8px}.link:not(.button).return{display:inline-block;margin-bottom:20px}.link:not(.button).return i{font-size:10px;margin-right:6px}@keyframes hvr-pulse{25%{transform:scale(1.05)}75%{transform:scale(.95)}}.return-link:not(.tab-item),.field-form-return-link{display:inline-flex;font-size:14px;line-height:26px;align-items:center;margin-bottom:8px}.return-link:not(.tab-item) i,.field-form-return-link i{margin-right:8px;margin-top:1px;font-size:12px}.candidacies.with-selected{margin-top:24px}.candidacies .candidacy{position:relative;z-index:4}.candidacies .candidacy.card{padding:var(--space-m)}.big-sidebar .candidacies .candidacy{padding-left:27px}.big-sidebar .candidacies .candidacy:first-child:not(.selected){padding-top:0}.big-sidebar .candidacies .candidacy:first-child:not(.selected) .status-dot{top:0}.big-sidebar .candidacies .candidacy:last-child:not(.selected){padding-bottom:0!important}.candidacies .candidacy .chatbot-status,.candidacies .candidacy .videointerview-status,.candidacies .candidacy .assessment-status{display:inline-block}.candidacies .candidacy .chatbot-status .tooltip-wrap,.candidacies .candidacy .videointerview-status .tooltip-wrap,.candidacies .candidacy .assessment-status .tooltip-wrap{bottom:calc(100% + 12px);margin-left:-3px}.candidacies .candidacy .chatbot-status i,.candidacies .candidacy .videointerview-status i,.candidacies .candidacy .assessment-status i{position:relative;top:1px;font-size:16px;color:var(--color-dark-blue-600)}.candidacies .candidacy .chatbot-status.sending i,.candidacies .candidacy .videointerview-status.sending i,.candidacies .candidacy .assessment-status.sending i{color:var(--color-grey-400)}.candidacies .candidacy .chatbot-status.completed i,.candidacies .candidacy .videointerview-status.completed i,.candidacies .candidacy .assessment-status.completed i{color:var(--color-emerald-800)}.candidacies .candidacy .chatbot-status.expired i,.candidacies .candidacy .videointerview-status.expired i,.candidacies .candidacy .assessment-status.expired i{color:var(--color-red-600)}.candidacies .candidacy.selected{background-color:var(--color-dark-blue-100);border-color:var(--color-dark-blue-700)}.candidacies .candidacy .location:before{content:"⋅";margin:0 4px}.candidacies .candidacy.hired{background:#d4f7e580}.candidacies .candidacy.hired .tippy-box{opacity:0}.candidacies .candidacy.hired:hover{z-index:5}.candidacies .candidacy.hired:hover .tippy-box{opacity:1}.candidacies .candidacy .videointerview{position:absolute;width:24px;height:24px;right:70px;bottom:40px}.candidacies .candidacy .videointerview.expired{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23ee3c43' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'%3E%3Cpath d='M20.5 7.5h-7v-7h7V3l3-1.5v5l-3-1.5zM5 23.5h9m-4.5-2v2m-9-5h18'/%3E%3Cpath d='M18.5 9.5v10.4c0 .9-.7 1.6-1.5 1.6H2c-.8 0-1.5-.7-1.5-1.5V8.1c0-.9.7-1.6 1.5-1.6h9.5'/%3E%3Cpath d='M4.5 18.5V18c0-.5.4-1.1 1-1.3L8 16v-1.4m3 0V16l2.5.7c.5.2 1 .7 1 1.3v.5'/%3E%3Cellipse cx='9.5' cy='11.8' rx='3' ry='3.3'/%3E%3Cpath d='M12.5 11.2c-.5.5-1.9.5-2.5-.5-1 1-2.6 1-3.4.4'/%3E%3C/g%3E%3C/svg%3E") center;background-repeat:no-repeat;background-size:24px}.candidacies .candidacy .videointerview.pending{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23A0A0A0' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'%3E%3Cpath d='M20.5 7.5h-7v-7h7V3l3-1.5v5l-3-1.5zM5 23.5h9m-4.5-2v2m-9-5h18'/%3E%3Cpath d='M18.5 9.5v10.4c0 .9-.7 1.6-1.5 1.6H2c-.8 0-1.5-.7-1.5-1.5V8.1c0-.9.7-1.6 1.5-1.6h9.5'/%3E%3Cpath d='M4.5 18.5V18c0-.5.4-1.1 1-1.3L8 16v-1.4m3 0V16l2.5.7c.5.2 1 .7 1 1.3v.5'/%3E%3Cellipse cx='9.5' cy='11.8' rx='3' ry='3.3'/%3E%3Cpath d='M12.5 11.2c-.5.5-1.9.5-2.5-.5-1 1-2.6 1-3.4.4'/%3E%3C/g%3E%3C/svg%3E") center;background-repeat:no-repeat;background-size:24px}.candidacies .candidacy .videointerview.completed{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%231a9255' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'%3E%3Cpath d='M20.5 7.5h-7v-7h7V3l3-1.5v5l-3-1.5zM5 23.5h9m-4.5-2v2m-9-5h18'/%3E%3Cpath d='M18.5 9.5v10.4c0 .9-.7 1.6-1.5 1.6H2c-.8 0-1.5-.7-1.5-1.5V8.1c0-.9.7-1.6 1.5-1.6h9.5'/%3E%3Cpath d='M4.5 18.5V18c0-.5.4-1.1 1-1.3L8 16v-1.4m3 0V16l2.5.7c.5.2 1 .7 1 1.3v.5'/%3E%3Cellipse cx='9.5' cy='11.8' rx='3' ry='3.3'/%3E%3Cpath d='M12.5 11.2c-.5.5-1.9.5-2.5-.5-1 1-2.6 1-3.4.4'/%3E%3C/g%3E%3C/svg%3E") center;background-repeat:no-repeat;background-size:24px}.candidacies .candidacy .status-dot{position:absolute;left:10px;top:15px}.big-sidebar .candidacies .candidacy .status-dot{left:0}.profile-sidebar-wrap .candidacies .candidacy .status-dot{top:21px}.candidacies .candidacy .candidate-options.absolute{top:auto;bottom:24px}.candidacies .candidacy .candidate-options.absolute .dropdown-menu{display:none;margin-top:0}.candidacies .candidacy .candidate-options.absolute:hover .dropdown-menu,.candidacies .candidacy .candidate-options.absolute .dropdown-menu:hover{display:block}.candidacies .candidacy.discarded .status-dot{opacity:.4}.candidacies .candidacy.discarded .job-source{color:var(--color-grey-300);text-decoration:line-through}.candidacies .candidacy.discarded .status,.candidacies .candidacy.discarded .separator,.candidacies .candidacy.discarded .date{color:var(--color-grey-300)}.candidacies .candidacy .actions-block-cnt .dropdown .dropdown-menu{min-width:180px}.candidacies .candidacy .actions-block-cnt .dropdown .dropdown-menu .menu-item{padding:10px 8px}.candidacies .candidacy .actions-block-cnt .dropdown .menu-item{white-space:normal;overflow:hidden;max-width:410px}.profile-sidebar .candidacies .candidacy:not(.selected) .actions-block{justify-content:flex-end;flex-wrap:wrap;left:16px;flex-direction:row;align-items:end}.candidacies .candidacy:not(.selected) .actions-block{display:flex;position:absolute;right:8px;bottom:8px;opacity:0;transition:opacity .2s ease;background:var(--color-white);z-index:5}.candidacies .candidacy:not(.selected) .actions-block>li{margin-right:8px}.candidacies .candidacy:not(.selected) .actions-block>li:last-child{margin-right:0}.candidacies .candidacy.selected:not(.hired){z-index:inherit;padding-bottom:var(--space-m)}.candidacies .candidacy.selected:not(.hired) .candidate-options{display:none}.candidacies .candidacy.selected:not(.hired) .actions-block{position:relative;display:flex;padding-top:16px}.candidacies .candidacy.selected:not(.hired) .actions-block>li{margin-right:8px}.candidacies .candidacy.selected:not(.hired) .actions-block>li:last-child{margin-right:0}.candidacies .candidacy:hover:not(.not-hover):not(.selected):not(.hired){z-index:5}.candidacies .candidacy:hover:not(.not-hover):not(.selected):not(.hired) .candidate-options{display:none}.candidacies .candidacy:hover:not(.not-hover):not(.selected):not(.hired) .actions-block{opacity:1}.candidacies .candidacy:hover:not(.not-hover):not(.selected):not(.hired)+.candidacy .actions-block{z-index:4}.candidacies .candidacy:hover .candidacy-filter{opacity:1}.candidacies .candidacy-filter{position:absolute;border-radius:8px;top:16px;right:16px;opacity:0;width:22px!important;height:22px!important;min-height:unset!important;padding:4px!important}.candidacies .candidacy-filter:hover{z-index:7}.candidacies .candidacy.discarded .visual-advance-phases.active-phases-1>li:nth-child(-n+1):before{background:var(--color-grey-300)}.candidacies .candidacy.discarded .visual-advance-phases.active-phases-2>li:nth-child(-n+2):before{background:var(--color-grey-300)}.candidacies .candidacy.discarded .visual-advance-phases.active-phases-3>li:nth-child(-n+3):before{background:var(--color-grey-300)}.candidacies .candidacy.discarded .visual-advance-phases.active-phases-4>li:nth-child(-n+4):before{background:var(--color-grey-300)}.candidacies .candidacy.discarded .visual-advance-phases.active-phases-5>li:nth-child(-n+5):before{background:var(--color-grey-300)}.candidacies .candidacy.discarded .visual-advance-phases.active-phases-6>li:nth-child(-n+6):before{background:var(--color-grey-300)}.candidacies .candidacy.discarded .visual-advance-phases.active-phases-7>li:nth-child(-n+7):before{background:var(--color-grey-300)}.candidacies .candidacy.discarded .visual-advance-phases.active-phases-8>li:nth-child(-n+8):before{background:var(--color-grey-300)}.candidacies .candidacy.discarded .visual-advance-phases.active-phases-9>li:nth-child(-n+9):before{background:var(--color-grey-300)}.candidacies .candidacy.discarded .visual-advance-phases.active-phases-10>li:nth-child(-n+10):before{background:var(--color-grey-300)}.candidacies .candidacy.discarded .visual-advance-phases.active-phases-11>li:nth-child(-n+11):before{background:var(--color-grey-300)}.candidacies .candidacy.discarded .visual-advance-phases.active-phases-12>li:nth-child(-n+12):before{background:var(--color-grey-300)}.candidacies .candidacy.discarded .visual-advance-phases.active-phases-13>li:nth-child(-n+13):before{background:var(--color-grey-300)}.candidacies .candidacy.discarded .visual-advance-phases.active-phases-14>li:nth-child(-n+14):before{background:var(--color-grey-300)}.candidacies .candidacy.discarded .visual-advance-phases.active-phases-15>li:nth-child(-n+15):before{background:var(--color-grey-300)}.candidacies .candidacy.discarded .visual-advance-phases.active-phases-16>li:nth-child(-n+16):before{background:var(--color-grey-300)}.candidacies .candidacy.discarded .visual-advance-phases.active-phases-17>li:nth-child(-n+17):before{background:var(--color-grey-300)}.candidacies .candidacy.discarded .visual-advance-phases.active-phases-18>li:nth-child(-n+18):before{background:var(--color-grey-300)}.candidacies .candidacy.discarded .visual-advance-phases.active-phases-19>li:nth-child(-n+19):before{background:var(--color-grey-300)}.candidacies .candidacy.discarded .visual-advance-phases.active-phases-20>li:nth-child(-n+20):before{background:var(--color-grey-300)}.candidacies .candidacy+.link{margin-top:20px}.candidacies .qualifier{text-decoration-style:dotted;text-decoration-line:underline}.candidacies .date{display:block;color:var(--color-grey-700);font-size:var(--font-size-m);line-height:var(--line-height-l)}.candidacies .status{font-size:var(--font-size-m);line-height:var(--line-height-l);color:var(--color-grey-700)}.candidacies .info{display:inline-block;margin-right:var(--space-s)}.candidacies .applied-day,.candidacies .portal-name{font-size:14px;line-height:19px;color:var(--color-grey-300);padding-top:5px;padding-bottom:18px;display:inline-block}.big-sidebar .candidacies .applied-day{padding-top:10px;padding-bottom:5px}.candidacies .portal-name{padding-bottom:10px}.candidacies .job-name-cnt{display:flex;flex-wrap:wrap}.candidacies .job-name-cnt>*{flex:0 1 auto;align-self:center}.candidacies .killer-question-score{display:inline-block;margin-left:10px}.candidacies .bulk-moving-status{position:relative}.profile-sidebar .candidacies .bulk-moving-status{margin-top:10px;padding-right:66px}.profile-sidebar .candidacies .bulk-moving-status .spinner-small{right:24px;position:absolute;top:-14px}.candidacies .bulk-moving-status .spinner-small{top:6px}.candidacies .moving-status{position:absolute;left:calc(100% + 20px);top:35px}.candidacies .moving-status .is-moved{font-size:24px;color:var(--color-green-800)}.candidacies .visual-advance-phases{display:flex;width:100%;max-width:289px}.candidacies .visual-advance-phases.active-phases-1>li:nth-child(-n+1):before{background:var(--color-dark-blue-400)}.candidacies .visual-advance-phases.active-phases-2>li:nth-child(-n+2):before{background:var(--color-dark-blue-400)}.candidacies .visual-advance-phases.active-phases-3>li:nth-child(-n+3):before{background:var(--color-dark-blue-400)}.candidacies .visual-advance-phases.active-phases-4>li:nth-child(-n+4):before{background:var(--color-dark-blue-400)}.candidacies .visual-advance-phases.active-phases-5>li:nth-child(-n+5):before{background:var(--color-dark-blue-400)}.candidacies .visual-advance-phases.active-phases-6>li:nth-child(-n+6):before{background:var(--color-dark-blue-400)}.candidacies .visual-advance-phases.active-phases-7>li:nth-child(-n+7):before{background:var(--color-dark-blue-400)}.candidacies .visual-advance-phases.active-phases-8>li:nth-child(-n+8):before{background:var(--color-dark-blue-400)}.candidacies .visual-advance-phases.active-phases-9>li:nth-child(-n+9):before{background:var(--color-dark-blue-400)}.candidacies .visual-advance-phases.active-phases-10>li:nth-child(-n+10):before{background:var(--color-dark-blue-400)}.candidacies .visual-advance-phases.active-phases-11>li:nth-child(-n+11):before{background:var(--color-dark-blue-400)}.candidacies .visual-advance-phases.active-phases-12>li:nth-child(-n+12):before{background:var(--color-dark-blue-400)}.candidacies .visual-advance-phases.active-phases-13>li:nth-child(-n+13):before{background:var(--color-dark-blue-400)}.candidacies .visual-advance-phases.active-phases-14>li:nth-child(-n+14):before{background:var(--color-dark-blue-400)}.candidacies .visual-advance-phases.active-phases-15>li:nth-child(-n+15):before{background:var(--color-dark-blue-400)}.candidacies .visual-advance-phases.active-phases-16>li:nth-child(-n+16):before{background:var(--color-dark-blue-400)}.candidacies .visual-advance-phases.active-phases-17>li:nth-child(-n+17):before{background:var(--color-dark-blue-400)}.candidacies .visual-advance-phases.active-phases-18>li:nth-child(-n+18):before{background:var(--color-dark-blue-400)}.candidacies .visual-advance-phases.active-phases-19>li:nth-child(-n+19):before{background:var(--color-dark-blue-400)}.candidacies .visual-advance-phases.active-phases-20>li:nth-child(-n+20):before{background:var(--color-dark-blue-400)}.candidacies .visual-advance-phases>li{flex:1 0 auto;height:4px;padding-right:4px;display:flex}.candidacies .visual-advance-phases>li:before{content:"";display:block;flex:0 0 100%;background:var(--color-grey-200);border-radius:12px}.candidate-analysis .candidate-analysis-list .info .secondary{font-size:var(--font-size-m);line-height:var(--line-height-s)}.candidate-analysis .candidate-analysis-list .actions{float:right}.candidate-analysis-content .card .header .icon{width:32px;height:32px;border-radius:20%}.candidate-analysis-content .card .header.strengths .icon{background-color:var(--color-emerald-100)}.candidate-analysis-content .card .header.weaknesses .icon{background-color:var(--color-red-100)}.candidate-analysis-content .card .header.fit-for-role .icon{background-color:var(--color-beige-100)}.candidate-analysis-content .card .header.interview-recommendations .icon{background-color:var(--color-dark-blue-100)}.candidate-analysis-content .card .content ol.list{list-style:decimal;padding-left:20px}.compare-candidate-item{margin-bottom:var(--space-s)}.compare-candidate-item .user-card-name.is-comparison{border-color:var(--color-grey-200);padding:var(--space-s);border-radius:var(--border-radius-m)}.candidate-analysis-comparison-modal .candidate-item .form-group{margin-right:var(--space-s)}.candidate-analysis-comparison-modal .candidates-list .action-icon-container{margin-left:var(--space-s)}.candidate-analysis-comparison .section-container:not(.job-summary-container){margin-bottom:var(--space-m)}.candidate-analysis-comparison .section-container:not(.job-summary-container) ul{list-style:disc;margin:0 0 0 10px}.candidate-analysis-comparison .section-container:not(.job-summary-container) ul li{margin-bottom:var(--space-s)}.candidate-analysis-comparison .inner-card .content{padding:var(--space-m);text-align:center;width:450px;margin:auto}.candidate-analysis-comparison .empty-position{margin-right:28px}.candidate_form_sent_emails-listing .offer-tr a.name{font-weight:400;color:var(--color-grey-600)}.candidate_form_sent_emails-listing .offer-tr a.name:hover{color:var(--color-dark-blue-700)}.candidate-registration-form-fields .candidate-registration-form-item .inner-card,.candidate-registration-form-fields .candidate-form-item .inner-card,.candidate-registration-form-fields .shared-candidates-profile-item .inner-card,.candidate-registration-form-fields .chat-bot-item .inner-card,.candidate-form-fields .candidate-registration-form-item .inner-card,.candidate-form-fields .candidate-form-item .inner-card,.candidate-form-fields .shared-candidates-profile-item .inner-card,.candidate-form-fields .chat-bot-item .inner-card,.shared-candidates-profile-fields .candidate-registration-form-item .inner-card,.shared-candidates-profile-fields .candidate-form-item .inner-card,.shared-candidates-profile-fields .shared-candidates-profile-item .inner-card,.shared-candidates-profile-fields .chat-bot-item .inner-card,.chat-bot-fields .candidate-registration-form-item .inner-card,.chat-bot-fields .candidate-form-item .inner-card,.chat-bot-fields .shared-candidates-profile-item .inner-card,.chat-bot-fields .chat-bot-item .inner-card{align-items:center}.candidate-registration-form-fields .candidate-registration-form-item .inner-card .col-5,.candidate-registration-form-fields .candidate-form-item .inner-card .col-5,.candidate-registration-form-fields .shared-candidates-profile-item .inner-card .col-5,.candidate-registration-form-fields .chat-bot-item .inner-card .col-5,.candidate-form-fields .candidate-registration-form-item .inner-card .col-5,.candidate-form-fields .candidate-form-item .inner-card .col-5,.candidate-form-fields .shared-candidates-profile-item .inner-card .col-5,.candidate-form-fields .chat-bot-item .inner-card .col-5,.shared-candidates-profile-fields .candidate-registration-form-item .inner-card .col-5,.shared-candidates-profile-fields .candidate-form-item .inner-card .col-5,.shared-candidates-profile-fields .shared-candidates-profile-item .inner-card .col-5,.shared-candidates-profile-fields .chat-bot-item .inner-card .col-5,.chat-bot-fields .candidate-registration-form-item .inner-card .col-5,.chat-bot-fields .candidate-form-item .inner-card .col-5,.chat-bot-fields .shared-candidates-profile-item .inner-card .col-5,.chat-bot-fields .chat-bot-item .inner-card .col-5{display:flex;align-items:center}.candidate-registration-form-fields .candidate-registration-form-item .inner-card .col-5>*,.candidate-registration-form-fields .candidate-form-item .inner-card .col-5>*,.candidate-registration-form-fields .shared-candidates-profile-item .inner-card .col-5>*,.candidate-registration-form-fields .chat-bot-item .inner-card .col-5>*,.candidate-form-fields .candidate-registration-form-item .inner-card .col-5>*,.candidate-form-fields .candidate-form-item .inner-card .col-5>*,.candidate-form-fields .shared-candidates-profile-item .inner-card .col-5>*,.candidate-form-fields .chat-bot-item .inner-card .col-5>*,.shared-candidates-profile-fields .candidate-registration-form-item .inner-card .col-5>*,.shared-candidates-profile-fields .candidate-form-item .inner-card .col-5>*,.shared-candidates-profile-fields .shared-candidates-profile-item .inner-card .col-5>*,.shared-candidates-profile-fields .chat-bot-item .inner-card .col-5>*,.chat-bot-fields .candidate-registration-form-item .inner-card .col-5>*,.chat-bot-fields .candidate-form-item .inner-card .col-5>*,.chat-bot-fields .shared-candidates-profile-item .inner-card .col-5>*,.chat-bot-fields .chat-bot-item .inner-card .col-5>*{flex:0 1 auto;margin-right:10px}.candidate-registration-form-fields .candidate-registration-form-item .inner-card .col-5 .reorder,.candidate-registration-form-fields .candidate-form-item .inner-card .col-5 .reorder,.candidate-registration-form-fields .shared-candidates-profile-item .inner-card .col-5 .reorder,.candidate-registration-form-fields .chat-bot-item .inner-card .col-5 .reorder,.candidate-form-fields .candidate-registration-form-item .inner-card .col-5 .reorder,.candidate-form-fields .candidate-form-item .inner-card .col-5 .reorder,.candidate-form-fields .shared-candidates-profile-item .inner-card .col-5 .reorder,.candidate-form-fields .chat-bot-item .inner-card .col-5 .reorder,.shared-candidates-profile-fields .candidate-registration-form-item .inner-card .col-5 .reorder,.shared-candidates-profile-fields .candidate-form-item .inner-card .col-5 .reorder,.shared-candidates-profile-fields .shared-candidates-profile-item .inner-card .col-5 .reorder,.shared-candidates-profile-fields .chat-bot-item .inner-card .col-5 .reorder,.chat-bot-fields .candidate-registration-form-item .inner-card .col-5 .reorder,.chat-bot-fields .candidate-form-item .inner-card .col-5 .reorder,.chat-bot-fields .shared-candidates-profile-item .inner-card .col-5 .reorder,.chat-bot-fields .chat-bot-item .inner-card .col-5 .reorder{cursor:pointer}.candidate-registration-form-fields .col-full-auto,.candidate-form-fields .col-full-auto,.shared-candidates-profile-fields .col-full-auto,.chat-bot-fields .col-full-auto{flex:0 1 100%}.candidate-registration-form-fields .col-full-auto.flex,.candidate-form-fields .col-full-auto.flex,.shared-candidates-profile-fields .col-full-auto.flex,.chat-bot-fields .col-full-auto.flex{display:flex;align-items:center}.candidate-registration-form-fields .col-full-auto.flex>*,.candidate-form-fields .col-full-auto.flex>*,.shared-candidates-profile-fields .col-full-auto.flex>*,.chat-bot-fields .col-full-auto.flex>*{margin-left:10px}.candidate-registration-form-fields .col-full-auto.flex>*:first-child,.candidate-form-fields .col-full-auto.flex>*:first-child,.shared-candidates-profile-fields .col-full-auto.flex>*:first-child,.chat-bot-fields .col-full-auto.flex>*:first-child{margin-left:0}.candidate-registration-form-fields .col-full-auto.flex .default-text,.candidate-form-fields .col-full-auto.flex .default-text,.shared-candidates-profile-fields .col-full-auto.flex .default-text,.chat-bot-fields .col-full-auto.flex .default-text{flex:0 1 auto}.candidate-registration-form-fields .reorder,.candidate-form-fields .reorder,.shared-candidates-profile-fields .reorder,.chat-bot-fields .reorder{cursor:move}.page-candidates form select[aria-required=true]{display:inline-block!important;position:absolute;clip:rect(0,0,0,0)}.historical-edition-header.expand-button{display:flex;cursor:pointer}.historical-edition-header.expand-button .h1{flex:0 1 100%;margin-bottom:0}.historical-edition-header.expand-button .show-more-less{flex:0 0 auto;align-self:center;font-size:25px}.card.loading{background-color:var(--color-beige-100);box-shadow:0 0}.card.relative{position:relative}.card.center{text-align:center}.card.is-selected,.card.is-highlight{background-color:var(--color-dark-blue-50)}.card.is-selected .user-card-name .bubble .note,.card.is-highlight .user-card-name .bubble .note{background-color:var(--color-white)}.card .dropdown.special{display:flex;justify-content:flex-end}.card .floating-dropdown__button.special{display:flex;width:32px;height:32px;border:1px solid transparent;border-radius:var(--border-radius-m);transition:all .3s ease;justify-content:center;align-items:center;cursor:pointer}.card .floating-dropdown__button.special i.icon{flex:0 0 32px;height:32px;display:flex;align-items:center;justify-content:center}.card .floating-dropdown__button.special:hover{border-color:var(--color-blue-800)}.card .floating-dropdown__button.special:hover .icon,.card .floating-dropdown__button.special:hover .far,.card .floating-dropdown__button.special:hover .fas,.card .floating-dropdown__button.special:hover .fal{color:var(--color-blue-800)}.card.is-selected{box-shadow:0 0;border:1px solid var(--color-dark-blue-700)}.card .settings-connect-portals img{max-width:100%}.card.summary-card .b-info{margin-bottom:30px}.card.summary-card .summary-card-teams{display:flex}.card.summary-card .summary-card-teams .user-card-name .status-icon{margin-right:8px;display:flex}.card.summary-card .summary-card-teams .user-card-name .status-icon i{font-size:28px;padding:1px}.card.summary-card .summary-card-teams .user-name{font-size:var(--font-size-l);line-height:30px}.card.summary-card .summary-card-teams .teams-col-1{flex:0 0 15.5%}.card.summary-card .summary-card-teams .teams-col-2{flex:0 0 28.7%}.card.summary-card .summary-card-teams .teams-col-3{flex:0 1 100%}.card.summary-card .summary-card-teams .teams-col-2,.card.summary-card .summary-card-teams .teams-col-3{padding-left:20px}.card.summary-card .summary-card-teams .status{margin-top:12px}.card.summary-card .summary-card-teams .user-card-name .info{min-height:34px;display:flex}.card.summary-card .summary-card-teams .user-card-name .info>*{align-self:center}.card.summary-card .summary-card-actions{display:flex;align-items:center;align-self:flex-start}.card.summary-card .summary-card-actions>a{font-weight:600}.card.summary-card .summary-card-actions .dropdown{margin-left:12px}.card.files-documents .button.pulse-effect{display:none}.card.files-documents .asset .actions{align-self:center}.card.not-left-right-padding{padding:16px}.card.not-left-right-padding .item{border-bottom:1px solid var(--color-grey-400)}.card.not-left-right-padding .item:last-child{border-bottom:0;padding-bottom:0}.card.not-left-right-padding .item a{font-weight:600}.card .new-conversation .textarea-note,.card .conversations .textarea-note{height:40px;min-height:40px;padding:10px 12px}.card.is-blue{background:#f0f6ff;text-align:center}.card.is-blue .question{margin:0 auto 10px}.card.is-blue .check,.card.is-blue .times{font-size:40px;margin:0 auto 10px}.card.is-blue .check{color:var(--color-dark-blue-700)}.card.is-blue .times{color:var(--color-red-500)}.card.is-blue .is-title{font-size:16px;line-height:22px;margin-bottom:5px}.card.is-blue .status-name{text-align:left}.card.is-blue .actions{display:flex;justify-content:space-between;padding-top:16px}.card.is-blue .actions .button{flex:1 1 50%;margin-right:7px;white-space:nowrap}.card.is-blue .actions .button:last-child{margin-left:7px;margin-right:0}.card.is-blue .actions .button i{font-size:16px;margin-right:5px}.card.is-blue .comment-title{color:var(--color-grey-800);text-align:left;margin-bottom:10px}.card.is-blue .comment-title i.huge-checkmark-circle-02-stroke-rounded{font-size:16px;color:var(--color-dark-blue-700);margin-right:5px}.card.is-blue .comment-title i.huge-cancel-circle-stroke-rounded{font-size:16px;color:var(--color-red-500);margin-right:5px}.card.is-blue .comment-desc{text-align:left;margin-bottom:8px}.card.is-green,.card.is-red{text-align:center;padding:50px}.card.is-green i,.card.is-red i{font-size:40px;margin-bottom:16px}.card.is-green .message,.card.is-red .message{font-size:18px;line-height:24px;color:var(--color-grey-800)}.card.is-green{background:var(--color-green-100)}.card.is-green i{color:var(--color-green-400)}.card.is-red{background:var(--color-red-100)}.card.is-red i{color:var(--color-red-600)}.filtering-candidates{display:flex;align-items:center}.filtering-candidates .spinner-small{margin-right:11px}.charts .row{display:flex;margin:0 0 20px;justify-content:space-between;flex-wrap:wrap}@media (max-width: 767px){.charts .row{display:block}}.charts .row:before,.charts .row:after{content:"";display:block;flex:0 0 calc((100% - 264px)/4 + 48px);width:calc((100% - 264px)/4 + 48px);height:0;margin:0 0 20px;order:10000}.charts .chart{position:relative;padding:0;border-radius:var(--border-radius-l);border:1px solid var(--card-border-color-default);background-color:var(--card-bg-color-default)}.charts .chart+.card-header{margin-top:-8px}.charts .chart.has-footer{border-bottom-left-radius:0;border-bottom-right-radius:0;margin-bottom:0}.charts .chart.is-xsmall{padding:var(--space-s)}.charts .chart.is-small{padding:var(--space-m)}.charts .chart.is-big{padding:var(--space-xl)}.is-fullscreen .charts .chart{width:100vw;margin:0}.charts .chart.has-shadow,.charts .chart.has-shadow-s{box-shadow:var(--box-shadow-s)}.charts .chart.has-shadow-l{box-shadow:var(--box-shadow-l)}.charts .chart.has-shadow-m{box-shadow:var(--box-shadow-m)}.charts .chart.has-hover:hover:not(.is-disabled){background-color:var(--card-bg-color-default-hover)}.charts .chart.is-selected,.charts .chart.is-highlight{background-color:var(--card-bg-color-selected)}.charts .chart.is-disabled{background-color:var(--card-bg-color-default-disabled)}.charts .chart.has-alternate-bg{background-color:var(--card-bg-color-alternate)}.charts .chart.has-alternate-bg.is-disabled{background-color:var(--card-bg-color-alternate-disabled)}.charts .chart.has-alternate-bg.has-hover:hover:not(.is-disabled){background-color:var(--card-bg-color-alternate-hover)}@media only screen and (max-width: 1024px){.charts .chart{padding:var(--space-m)}}@media only screen and (max-width: 767px){.charts .chart{padding:0}}.charts .chart{box-sizing:border-box;flex:0 0 calc((100% - 264px)/4 + 48px);width:calc((100% - 264px)/4 + 48px);padding:var(--space-l);margin:0 0 20px;transition:all var(--speed-fast);-webkit-user-select:none;-moz-user-select:none;user-select:none}.charts .chart.size-2x1{width:calc((100% - 264px)/2 + 120px);flex-basis:calc((100% - 264px)/2 + 120px)}.charts .chart.size-4x1{width:calc((100% - 264px)*1 + 264px);flex-basis:calc((100% - 264px)*1 + 264px)}@media (max-width: 767px){.charts .chart{width:100%;margin-right:0}}.charts .chart+.chart{margin-right:0}.charts .chart .chart-content{margin:0 auto}.charts .chart-content:not([data-chart-type=funnel]) canvas{width:100%;height:auto;margin:0 auto}.charts .legend{text-align:center}.charts .legend li{display:inline-block;margin-top:var(--space-m);font-size:var(--font-size-s)}.charts .legend li+li{margin-left:var(--space-m)}.charts .legend .legend-color{display:inline-block;width:14px;height:14px;margin-right:var(--space-s);vertical-align:sub;border:1px solid;border-radius:var(--border-radius-m)}.charts .legend .fa{font-size:var(--font-size-xl)}.charts .numeric-data .data-block{padding:0 0 var(--space-m)}.charts .numeric-data .data-block+.data-block{padding-top:var(--space-l);border-top:1px solid var(--color-grey-400)}.charts .numeric-data .data-block:last-child{padding-bottom:0}.charts .period-options{position:absolute;top:-30px;right:0;display:flex;width:32px;height:32px;background:transparent;padding:0;border:1px solid transparent;border-radius:var(--border-radius-m);transition:all .3s ease;justify-content:center;align-items:center;cursor:pointer}.charts .period-options.dropdown-btn:after{display:none}.charts .period-options:hover i{color:var(--color-dark-blue-800)}.charts .period-options:focus{outline:0}.charts .period-options svg{transform:rotate(90deg)}.charts .period-options i{color:var(--color-grey-500)}.charts .menu-options{position:relative}.charts .menu-options.dropdown .dropdown-menu .close-button{display:none}.charts .chart:hover .period-options{border-color:var(--color-grey-400)}.charts .heatmap-chart{width:96%;margin:0}.charts .heatmap-chart .h2{display:inline-flex}.charts .heatmap-chart .range-dates{display:inline-flex;float:right}.charts .heatmap-chart .huge-circle-arrow-left-01-stroke-rounded{margin-right:var(--space-xs)}.charts .heatmap-chart .huge-circle-arrow-right-01-stroke-rounded{margin-left:var(--space-xs)}.charts .heatmap{position:relative;overflow:auto;margin:var(--space-l) 0;z-index:0}.charts .heatmap table{width:100%;border-collapse:separate}.charts .heatmap th{position:sticky;top:0;z-index:10;width:40px;height:25px;font-size:var(--font-size-s);font-weight:600;text-transform:capitalize;border-bottom:2px solid var(--color-dark-blue-800);padding:7px;text-align:left}.charts .heatmap th.highlighted{left:320px;background:var(--text-color-default);color:var(--color-white);z-index:11}.charts .heatmap td{padding:var(--space-s);text-align:center;background:var(--color-white)}.charts .heatmap td:first-child{position:sticky;left:0;text-align:left;z-index:5;font-size:var(--font-size-s);max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.charts .heatmap td:not(:first-child){color:var(--color-grey-800)}.charts .heatmap td.very-high{background-color:var(--color-red-300)}.charts .heatmap td.high{background-color:var(--color-red-400)}.charts .heatmap td.regular{background:var(--color-red-200)}.charts .heatmap td.low{background-color:var(--color-red-100)}.charts .heatmap td.very-low{background-color:var(--color-grey-100)}.charts .heatmap th:nth-child(2n){background:var(--color-dark-blue-100)}.charts .heatmap .table-group td{position:sticky;top:80px;background:var(--color-dark-blue-100)}.charts .heatmap .table-group td:first-child{z-index:10}.charts .heatmap .table-group td.highlighted{background:var(--text-color-default);z-index:10}.charts .heatmap .highlighted{position:sticky;left:320px;background:var(--text-color-default);color:var(--color-white)}.chatbot-listing .offer-tr a.name{font-weight:400;color:var(--color-grey-600)}.chatbot-listing .offer-tr a.name:hover{color:var(--color-dark-blue-700)}.company-question-response-set{margin-top:28px}.company-question-response-set .candidacy{margin-bottom:20px}.company-question-response-set .candidacy .text,.company-question-response-set .h5{font-weight:600;color:var(--color-grey-800)}.company-question-response-set .question{margin-bottom:16px}.company-question-response-set .tag.is-blue{background:var(--color-dark-blue-100);color:var(--color-dark-blue-700);margin:8px var(--space-s) var(--space-s) 0;border:0;text-align:left;text-transform:initial;font-size:var(--font-size-m);line-height:20px;padding:4px 8px}.company-question-response-set .tag.is-blue i{font-size:16px;color:var(--color-dark-blue-700);margin-right:7px;margin-top:2px}.collapse .company-question-response-set:last-child .questions .question:last-child{margin-bottom:0}.company-question-response-set-more{padding-top:20px;border-top:1px solid rgba(var(--color-grey-400),.4)}.requisition-field .inner-card .requisition-field-title,.requisition-field .inner-card .qualifier-item-field-title,.settings-qualifiers .inner-card .requisition-field-title,.settings-qualifiers .inner-card .qualifier-item-field-title{display:flex;align-self:center}.requisition-field .inner-card .requisition-field-title>*,.requisition-field .inner-card .qualifier-item-field-title>*,.settings-qualifiers .inner-card .requisition-field-title>*,.settings-qualifiers .inner-card .qualifier-item-field-title>*{flex:0 0 auto}.requisition-field .inner-card .requisition-field-title>*.reorder,.requisition-field .inner-card .qualifier-item-field-title>*.reorder,.settings-qualifiers .inner-card .requisition-field-title>*.reorder,.settings-qualifiers .inner-card .qualifier-item-field-title>*.reorder{margin-right:10px;cursor:move}.requisition-field .inner-card .requisition-field-title.col-full-auto,.requisition-field .inner-card .qualifier-item-field-title.col-full-auto,.settings-qualifiers .inner-card .requisition-field-title.col-full-auto,.settings-qualifiers .inner-card .qualifier-item-field-title.col-full-auto{flex:0 1 100%}.requisition-field .inner-card .requisition-fields-options,.settings-qualifiers .inner-card .requisition-fields-options{display:flex}.requisition-field .inner-card .requisition-fields-options>*,.settings-qualifiers .inner-card .requisition-fields-options>*{flex:0 0 auto;margin-left:10px}.settings .settings-option .table th{white-space:nowrap}.settings .settings-option .requisition-field-form a.remove_nested_fields{align-self:center}.settings .settings-option .requisition-field-form a.add-fields{margin:10px 0 0 26px;display:none;position:relative}.settings .settings-option .requisition-field-form a.add-fields:before{content:"";position:absolute;background-color:var(--color-dark-blue-700);width:1px;height:7px;top:5px;left:-7px}.settings .settings-option .requisition-field-form a.add-fields:after{content:"";position:absolute;background-color:var(--color-dark-blue-700);width:7px;height:1px;top:8px;left:-10px}.settings .settings-option .requisition-field-form .question-type .fields .row{margin-top:10px}.settings .settings-option .requisition-field-form .question-type .fields .row>*{margin-left:18px}.settings .settings-option .requisition-field-form .question-type .fields .row>*:first-child{margin-left:0}.requisition-fields-body .review-phases .inner-card .col-name{display:flex;flex:0 1 100%;align-self:center}.requisition-fields-body .review-phases .inner-card .col-name>*{flex:0 0 auto;margin-right:10px}.requisition-fields-body .review-phases .inner-card .col-name .reorder{cursor:pointer}.requisition-fields-body .review-phases .inner-card .col-initial-requisition{flex:0 0 27%;font-style:italic;align-self:center}.requisition-fields-body .review-phases .inner-card .col-requisition{flex:0 0 27%;align-self:center}.requisition-fields-body .review-phases .inner-card .col-1{align-self:center}.company-tags-body .tag-container .item-tag{display:flex}.company-tags-body .tag-container .reorder{margin-right:10px;cursor:move}.company-tags-body .tag-container .action-icons{margin-top:0}.company-tags-body .form-inline+.error{margin-top:-10px;margin-bottom:16px}.conversations .conversation{border-top:1px solid var(--color-grey-200);padding:8px 0;display:none}.conversations .conversation.conversation-expanded-info{display:block}.conversations .conversation:first-child{border-top:0}.conversations .conversation:last-child{margin-bottom:0;padding-bottom:0}.conversations .user-card-name{align-items:flex-start}.conversations .user-card-name .name{color:var(--color-grey-700);margin-bottom:5px}.conversations .user-card-name .position{color:var(--color-grey-300)}.conversations .user-card-name .avatar{margin-right:8px}.conversations .user-card-name .hover-actions{opacity:0;transition:opacity var(--speed-fast)}.conversations .user-card-name .hover-actions .far{margin-right:var(--space-xs)}.conversations .message-cnt{padding:10px 0 10px 40px;color:var(--color-grey-700)}.conversations .inner-card{width:calc(100% - 60px);margin:0 0 0 auto}.conversations .reply-message{padding-left:40px}.conversations .reply-button{font-weight:600}.conversations .reply-form,.conversations .message-form{display:none;margin:16px 0 8px}.conversations .buttons-row{margin:8px 0}.conversations .message.reply{padding-top:10px;padding-left:40px;display:none}.conversations .message.message-expanded-info{display:block}.conversations .message.o-media:hover .user-card-name .hover-actions{opacity:1}.custom-modal .date .field-container{position:relative}.custom-modal .date .field-container input{background:transparent;position:relative;z-index:1}.custom-modal .date .calendar{position:absolute;right:7px;top:9px;color:var(--color-grey-300);z-index:1}.custom-modal .date .clear{position:absolute;right:28px;top:11px;color:var(--color-grey-300);cursor:pointer;z-index:1}.custom-modal .country .Select{z-index:3}.custom-modal .table tbody tr.color{background:var(--color-dark-blue-100);border-width:0}.custom-modal .table tbody tr.color:last-child{border-width:1px}.custom-modal .table tbody tr.color:hover{box-shadow:0 0}.custom-modal .table tbody tr.color td{padding-top:10px;padding-bottom:10px}.custom-modal .table .vertical-top{vertical-align:top}.custom-modal .table .actions{vertical-align:middle}.custom-modal .table .actions:before{display:none}.custom-modal .table .actions.top{vertical-align:top;padding-top:18px;padding-right:35px}.custom-modal .table .link.disabled{pointer-events:none;opacity:.6}.custom-modal .table .save-info.color,.custom-modal .table .save-info.color td{padding-top:0}.custom-modal .table .save-info.color .alert{margin:0;justify-content:flex-start;padding:5px 16px}.custom-modal .table .save-info.color .alert .icon{width:16px;height:16px;font-size:16px}.custom-modal .attachments .file .form-attachment{flex:0 1 100%}.custom-modal .attachments .file .actions{flex:0 0 auto}.customField .modal-body{padding-left:0;padding-right:0;margin-right:0;margin-left:0}.customField .field-group{border-bottom:1px solid var(--card-border-color-default)}.customField .field-group:last-of-type{border-bottom:none}.tippy-box .is-title,.tippy-box .title{font-weight:600;color:var(--color-grey-800)}.tippy-box i{color:var(--color-grey-400)}.tippy-box .tooltip-title{border-bottom:1px solid var(--input-border-color)}.tippy-box .tippy-content ul li{padding:var(--space-xs) var(--space-s)}.tippy-box .tippy-content ul ul li{padding-left:var(--space-l)}.tippy-box .tooltip-with-image{display:flex}.tippy-box .tooltip-with-image>*{flex:0 0 50%}.tippy-box .tooltip-with-image .text{padding-right:10px}.tippy-box .tooltip-with-image .image{text-align:right}.tippy-box .tooltip-with-image .image img{margin-top:-5px;width:100%}.tippy-box[data-theme~=auto] .tooltip-with-image .text{flex:0 1 100%;max-width:180px}.tippy-box[data-theme~=auto] .tooltip-with-image .image{flex:0 0 auto}.tippy-box.react{position:absolute;top:100%;margin-top:4px;z-index:13;min-width:var(--popup-s)}.profile-sidebar-wrap .tippy-box.react{max-width:420px}.tippy-box.react .is-title.p-0{padding:0}.tippy-box.react .is-title.m-0{margin:0}.tippy-box.react .tippy-content{font-weight:initial}.tippy-box.react .tippy-content.p-0{padding:0}.tippy-box.react .tippy-content.center{text-align:center}.tippy-box.react .tippy-content.right{text-align:right}.tippy-box.react .tippy-content.left{text-align:left}.tippy-box.react .tippy-content .is-title-small{font-size:12px;line-height:17px;padding:0 var(--space-s) 0 var(--space-s);margin-bottom:var(--space-xs);font-weight:600;color:var(--color-grey-800)}.tippy-box.react .tippy-content .is-title-small.pt{padding-top:var(--space-s)}.tippy-box.react .tippy-content .text>p.row{padding:0 var(--space-s) var(--space-m);line-height:--line-height-xl;font-size:14px;line-height:19px;color:var(--color-grey-700)}.tippy-box.react .tippy-content .text ul{margin:0;padding-left:23px}.tippy-box.react .tippy-content .text ul li,.tippy-box.react .tippy-content .text ol li{margin-bottom:0}.tippy-box.react.left{left:0}.tippy-box.react[data-placement^=left]{right:calc(100% + 12px);top:-10px}.tippy-box.react[data-placement^=left] .tippy-arrow{top:4px}.tippy-box.react.right{right:0}.tippy-box.react.right .tippy-arrow{right:10px}.tippy-box.react[data-placement^=right]{left:calc(100% + 12px);top:-10px}.tippy-box.react[data-placement^=right] .tippy-arrow{top:0;transform:translateY(19px)}.tippy-box.react.center{left:50%;transform:translate(-50%)}.tippy-box.react .tippy-arrow{position:absolute}.tippy-box.react.top,.tippy-box.react[data-placement^=top]{top:auto;bottom:calc(100% + 10px);left:50%;transform:translate(-50%)}.tippy-box.react.top .tippy-arrow,.tippy-box.react[data-placement^=top] .tippy-arrow{transform:translate(-50%);left:50%}.tippy-box.react[data-placement^=bottom]{bottom:auto;top:calc(100% + 10px);left:50%;transform:translate(-50%)}.tippy-box.react[data-placement^=bottom]:before{content:"";width:100%;height:10px;bottom:100%;left:0;background:pink}.tippy-box.react[data-placement^=bottom] .tippy-arrow{transform:translate(-50%);left:50%}.tippy-box.react[data-theme~=xsmall]{width:155px;padding:10px}.tippy-box.react[data-theme~=xsmall] .tippy-content{padding:0}.tippy-box.react[data-placement=bottom-end-right]{left:auto;right:0;transform:translate(0)}.tippy-box .menu-item.is-disabled{opacity:.6;cursor:not-allowed}.tippy-box .menu-item.current{color:var(--color-grey-800);font-weight:700;pointer-events:none}.tippy-box .menu-item.not-action{cursor:default}.tippy-box .menu-item.not-action:hover{background:inherit;color:inherit}.tippy-box .menu-item .tag{display:inline-block;margin-left:15px}.tippy-box .menu-item.flex{display:flex;align-items:center;min-height:30px;padding:2px 4px}.tippy-box .submenu{padding-left:16px}.tippy-box.max{max-height:300px;overflow:auto}.member-teams .tippy-box,.requisition-resolution .tippy-box{max-width:100%!important}.dropdown.dropdown-tippy{display:inline-block}.dropdown.dropdown-tippy:not(.not-overflow) .tippy-arrow{display:none}.dropdown.dropdown-tippy.not-overflow .tippy-box{overflow:visible}.dropdown.dropdown-tippy.min-w-zero .tippy-box{min-width:0}.dropdown.nowrap .tippy-content{white-space:nowrap}.dropdown .avatar-group{display:inline-flex;min-width:0;cursor:pointer}.dropdown .avatar-group .plus-user:hover{padding:0}.dropdown.candidates-options.sticky{position:sticky;z-index:10;top:48px}.dropdown.whatsapp-dropdown .tippy-box{min-width:274px;padding:0 13px 13px}.dropdown.whatsapp-dropdown .tippy-box .menu-item{display:block;margin:0 -13px 8px;width:calc(100% + 26px);border-radius:0;padding:13px 13px 8px}.dropdown.whatsapp-dropdown .tippy-box .menu-item span>span{color:var(--color-dark-blue-700)}.dropdown.whatsapp-dropdown .tippy-box .menu-item:hover{background:var(--color-dark-blue-100);color:var(--color-grey-700)}.dropdown .dropdown-menu.max+[data-tippy-root] .tippy-content{max-height:300px;overflow:auto}.dropdown.bottom:hover:after,.dropdown.top:hover:after{content:"";position:absolute;height:calc(50% + 20px);transform:translate(-50%);left:50%}.dropdown.left:hover:after,.dropdown.right:hover:after{content:"";position:absolute;width:calc(50% + 20px);top:0}.dropdown.bottom:hover:after{top:50%}.dropdown.top:hover:after{bottom:50%}.dropdown.left:hover:after{right:50%}.dropdown.right:hover:after{left:50%}.dropdown.small.top:after,.dropdown.small.bottom:after{width:210px}.dropdown.medium.top:after,.dropdown.medium.bottom:after{width:325px}.dropdown.large.top:after,.dropdown.large.bottom:after,.dropdown.auto.top:after,.dropdown.auto.bottom:after{width:440px}.dropdown.auto .tippy-content,.dropdown.auto .tippy-content button{white-space:nowrap}.dropdown.left:after,.dropdown.right:after{height:100px}.dropdown .score-chatbot{font-size:14px;display:flex;margin-left:8px}.dropdown .score-chatbot>div{display:flex}.dropdown .score-chatbot>div>*{flex:0 0 auto}.dropdown .score-chatbot .score-tooltip{padding-right:8px}.dropdown .score-chatbot .separator{padding:0 7px}[data-tippy-root] .tippy-content{font-weight:initial}[data-tippy-root] .tippy-content.center{text-align:center}[data-tippy-root] .tippy-content.right{text-align:right}[data-tippy-root] .tippy-content.left{text-align:left}.filepicker .file-details .action-icons i{position:relative;z-index:1;cursor:pointer}.filepicker .file-size-cnt{min-height:18px}.filter-pagination-row{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:16px;color:var(--color-grey-700);min-height:35px}.filter-pagination-row .result-cnt{display:flex;flex-wrap:wrap;align-items:center}.filter-pagination-row>*{flex:0 0 auto}.filter-pagination-row .separator{color:var(--color-grey-400);margin-left:5px}.filter-pagination-row .results{margin-right:4px}.filter-pagination-row .showing{margin-right:14px}.filter-pagination-row .left-wrapper{display:flex;align-items:center;align-self:center}.filter-pagination-row .deselect{display:flex;margin-left:18px}.filter-pagination-row .deselect .link{margin-left:18px}.filter-pagination-row .chat-wrapper .tag{padding-right:25px;position:relative;cursor:pointer;text-transform:inherit}.filter-pagination-row .chat-wrapper .tag b{margin-left:4px}.filter-pagination-row .chat-wrapper .tag.show-delete:after{content:"×";display:block;width:var(--space-xl);height:22px;padding-left:var(--space-s);font-size:var(--font-size-xl);line-height:22px;font-weight:300;position:absolute;top:1px;right:1px}.filter-pagination-row .right-wrapper{display:flex;justify-content:flex-end;align-self:center;align-items:center}.filter-pagination-row .advanced-search-button{margin-left:16px;line-height:35px}.filter-pagination-row .Select-arrow{display:none}.filter-pagination-row .Select-control{display:flex;padding:0;line-height:20px}.filter-pagination-row .select-dropdown{margin-left:0}.filter-pagination-row .select-dropdown .label{font:inherit;line-height:35px;font-weight:400;letter-spacing:0}.filter-pagination-row .select-dropdown.link{padding-right:0}.filter-pagination-row .select-dropdown .Select .Select-arrow-zone{width:12px;height:18px;padding:0;margin-left:8px;display:flex;align-self:center;position:relative;top:0}.filter-pagination-row .select-dropdown [class*=-placeholder],.filter-pagination-row .select-dropdown [class*=-singleValue]{margin:0;color:var(--text-color-default)}.filter-pagination-row .select-dropdown [class*=-control]{min-height:0;border:0!important;background-color:transparent!important;cursor:pointer;padding-left:26px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjI0OTg3IDIuMjA0NUw4LjY0Nzc5IDUuNjAyMzZMNy44NTIzMSA2LjM5Nzg2TDUuODEyMzggNC4zNTc5OEw1LjgxMjQyIDE0Ljk5OTlMNC42ODc0MiAxNC45OTk5TDQuNjg3MzggNC4zNTgwM0wyLjY0NzgxIDYuMzk3NjlMMS44NTIyOSA1LjYwMjIxTDUuMjQ5ODcgMi4yMDQ1Wk0xMi4xODc2IDEzLjY0MjFMMTIuMTg3NyAyLjk5OTk5TDEzLjMxMjcgM0wxMy4zMTI2IDEzLjY0MjFMMTUuMzUyNSAxMS42MDIzTDE2LjE0NzkgMTIuMzk3N0wxMi43NTAxIDE1Ljc5NTZMOS4zNTIzIDEyLjM5NzdMMTAuMTQ3OCAxMS42MDIzTDEyLjE4NzYgMTMuNjQyMVoiIGZpbGw9IiMxRTI5NDEiLz4KPC9zdmc+Cg==);background-repeat:no-repeat;background-position:center left}.filter-pagination-row .select-dropdown [class*=-control] [class*=-ValueContainer]{display:flex;padding:0}.filter-pagination-row .select-dropdown [class*=-control] [class*=-IndicatorsContainer]{display:none}.filter-pagination-row .select-dropdown [class*=-indicatorContainer]{padding:0;color:var(--color-dark-blue-700)}.filter-pagination-row .select-dropdown [class*=-indicatorContainer]:after{line-height:14px;top:0;font-size:18px}.filter-pagination-row .select-dropdown input{line-height:0;position:absolute;top:0;left:0;width:100%;height:100%!important}.filter-pagination-row .select-dropdown [class*=-menu]{white-space:nowrap;width:auto;right:0}.flatpickr-current-month{display:flex;justify-content:center}.flatpickr-current-month>*{align-self:center}.flatpickr-current-month select{font-weight:700;-moz-text-align-last:right;text-align-last:right;display:inline;width:auto;border:0;height:auto;line-height:18px;padding:0;margin-left:-10px;align-self:center}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{top:50%;transform:translateY(-50%);height:12px;display:flex}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{flex:0 0 12px}.flatpickr-time{height:auto}.forms-box{border-bottom:1px solid rgba(var(--color-grey-400),.4);padding:16px 0;position:relative}.forms-box .full-dropdown{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.forms-box .full-dropdown .full-link{position:absolute;top:0;left:0;width:100%;height:100%}.forms-box .menu-item{position:relative;z-index:11}.forms-box .dropdown.absolute{z-index:11}.forms-box .actions-block-cnt{position:relative;right:-13px;top:5px;z-index:11}.forms-box .actions-block-cnt .tippy-box.react.right{right:13px;margin-top:15px}.forms-box .actions-block-cnt i{cursor:pointer}.forms-box:last-child{border-bottom:0}.forms-box.sent .avatar,.forms-box.uncomplete .avatar{background:var(--color-dark-blue-100)}.forms-box.sent .avatar i:last-child,.forms-box.uncomplete .avatar i:last-child{color:var(--color-dark-blue-600)}.forms-box.completed .avatar{background:var(--color-emerald-100)}.forms-box.completed .avatar i:last-child{color:var(--color-emerald-800)}.forms-box.warning .avatar{background:var(--color-orange-100)}.forms-box.warning .avatar i:last-child{color:var(--color-orange-700)}.forms-box.expired .avatar{background:var(--color-red-100)}.forms-box.expired .avatar i:last-child{color:var(--color-red-600)}.forms-box.blocked .avatar{background:var(--color-grey-100)}.forms-box.blocked .avatar i:last-child{color:var(--color-grey-500)}.forms-box .avatar{flex:0 0 auto}.forms-box .name-cnt{flex:0 0 35%}.forms-box .name-cnt .date-cnt{display:flex;align-items:flex-end;margin-bottom:5px}.forms-box .name-cnt .date-cnt .status{text-transform:uppercase;font-size:12px;line-height:17px;margin-right:10px}.forms-box .name-cnt .date-cnt .date{font-size:14px;line-height:19px}.forms-box .name-cnt .name{font-size:14px;line-height:19px;font-weight:600;color:var(--color-grey-800);margin-bottom:3px}.forms-box .name-cnt .type{font-size:14px;line-height:19px;margin-bottom:3px}.forms-box .name-cnt .channel .icon{text-align:left}.forms-box .offer-cnt{flex:0 1 100%}.forms-box .offer-cnt .offer-name{font-size:14px;line-height:19px;color:var(--color-grey-800);margin-bottom:5px}.forms-box .offer-cnt .offer-name a{font-weight:400;color:var(--color-grey-600)}.forms-box .offer-cnt .offer-name a:hover{color:var(--color-dark-blue-700)}.forms-box .offer-cnt .date,.forms-box .offer-cnt .send-by{font-size:14px;line-height:19px;color:var(--color-grey-300)}.forms-box .results .score .score-total{padding:var(--space-xs);font-weight:600}.forms-box .actions .link{padding:0}.headhunter-jobs__list .avatar-group .plus-user{z-index:0}.headhunter-jobs__list .status{cursor:pointer}.headhunter-jobs__list .offer-tr .full-dropdown{width:100%;height:100%;cursor:pointer}.headhunter-jobs__list .offer-tr>td{position:relative}.headhunter-jobs__list .offer-tr>td .full-dropdown,.headhunter-jobs__list .offer-tr>td .full-link{width:100%;height:100%;background:transparent;left:0;top:0;position:absolute;display:flex;z-index:0}.headhunter-jobs__list .offer-tr>td .full-link{font-size:0;cursor:pointer}.headhunter-jobs__list .offer-tr>td .full-dropdown>a,.headhunter-jobs__list .offer-tr>td .full-dropdown>span{flex:0 0 100%;font-size:0}.headhunter-jobs__list .offer-tr>td .dropdown.is-open:not(.full-dropdown),.headhunter-jobs__list .offer-tr>td .offer-td .offer{position:relative;z-index:10}.headhunter-jobs__list .offer-td{display:inline-flex}.headhunter-jobs__list .centered .job-portals{justify-content:center}.headhunter-jobs__list .valign-middle{vertical-align:middle}@keyframes ellipsis{to{width:1.25em}}.headhunter-jobs__list .location,.headhunter-jobs__list .owner{margin-right:8px}.headhunter-jobs__list .inscribed,.headhunter-jobs__list .date-td{width:0}.headhunter-jobs__list .requisition a{position:relative}.headhunter-jobs__list .vacancies{width:0}.headhunter-jobs__list .vacancies>*:not(.dropdown){text-transform:lowercase}.headhunter-jobs__list .publications{width:0}.headhunter-jobs__list .dropdown-container .status-dot .dot{margin-right:10px}.headhunter-jobs__list .actions-block>li:last-child:before{margin-right:0}.headhunter-jobs__list .actions-block .dropdown-container{top:2px;position:relative}.headhunter-jobs__list .actions-block .dropdown-container .icon{color:var(--color-dark-blue-700)}.headhunter-jobs__list .actions-block .floating-dropdown__button.special{width:18px;height:16px;border:0}.headhunter-jobs__list .actions-block .floating-dropdown__button.special .icon.is-small{height:16px;font-size:16px}.fa.highlighted-text{margin-top:5px}.headhunter-jobs__list span.span,.job-summary span.span{display:inline-block;margin-right:5px}.job-summary .status-cnt{display:flex;flex-wrap:wrap;margin-bottom:20px}.job-summary .status-cnt>*:not(.status-dot){margin-left:20px}.job-summary .see-offer{border-top:1px solid var(--color-grey-200);padding-top:19px;margin-top:20px}.job-summary .see-offer a{font-weight:600}.job-summary .see-offer i{margin-left:12px}.job-tag-list .show-all{border-top:1px solid var(--color-grey-200);padding-top:19px;margin-top:20px}.job-tag-list .show-all .link{font-weight:600}.headhunter-job-header .outline-primary{padding-left:10px}.headhunter-job-header .outline-primary .icon.is-small{font-size:16px;height:16px;width:16px}.headhunter-job-header .name{display:flex;align-items:center}.headhunter-job-header .name .site-name{font-size:18px;line-height:24px;color:var(--color-grey-700);margin-left:5px}.headhunter-pipeline{display:flex;margin-bottom:10px;width:266px}.headhunter-pipeline li{min-width:24px;text-align:center;padding:0 1px;font-size:var(--font-size-xs);line-height:var(--line-height-xs);color:var(--color-grey-500)}.headhunter-pipeline li.plus,.headhunter-pipeline li.plus-highlighted{padding:0 2px;font-size:var(--font-size-m);color:var(--color-dark-blue-950);font-weight:700}.headhunter-pipeline li.plus:after,.headhunter-pipeline li.plus-highlighted:after{display:none}.headhunter-pipeline li.plus .dots,.headhunter-pipeline li.plus-highlighted .dots{display:flex;margin-top:10px}.headhunter-pipeline li.plus .dots:before,.headhunter-pipeline li.plus .dots:after,.headhunter-pipeline li.plus-highlighted .dots:before,.headhunter-pipeline li.plus-highlighted .dots:after{content:"";flex:0 0 calc(25% - 2px);margin:0 1px;height:4px;border-radius:12px;background:var(--color-grey-200);display:block}.headhunter-pipeline li.plus .dots span,.headhunter-pipeline li.plus-highlighted .dots span{display:flex;flex:0 0 50%}.headhunter-pipeline li.plus .dots span:before,.headhunter-pipeline li.plus .dots span:after,.headhunter-pipeline li.plus-highlighted .dots span:before,.headhunter-pipeline li.plus-highlighted .dots span:after{content:"";flex:0 0 calc(50% - 2px);margin:0 1px;height:4px;border-radius:12px;background:var(--color-grey-200);display:block}.headhunter-pipeline li.plus .dots:before,.headhunter-pipeline li.plus .dots:after{background:var(--color-grey-200)}.headhunter-pipeline li.plus .dots span:before,.headhunter-pipeline li.plus .dots span:after{background:var(--color-grey-200)}.headhunter-pipeline li.plus-highlighted .dots:before,.headhunter-pipeline li.plus-highlighted .dots:after{background:var(--color-dark-blue-400)}.headhunter-pipeline li.plus-highlighted .dots span:before,.headhunter-pipeline li.plus-highlighted .dots span:after{background:var(--color-dark-blue-400)}.headhunter-pipeline li:after{content:"";width:100%;height:4px;border-radius:12px;background:var(--color-grey-200);display:block;margin-top:10px}.headhunter-pipeline li.highlighted:after{background:var(--color-dark-blue-400)}.headhunter-pipeline.width-1 li{width:100%}.headhunter-pipeline.width-2 li{width:50%}.headhunter-pipeline.width-3 li{width:33.3%}.headhunter-pipeline.width-4 li{width:25%}.headhunter-pipeline.width-5 li{width:20%}.headhunter-pipeline.width-6 li{width:16.6%}.headhunter-pipeline.width-7 li{width:14.28%}.headhunter-portals-index .portal-module .portal-image{height:45px;width:110px;display:flex}.headhunter-portals-index .portal-module .portal-image img{align-self:center;max-width:100%;max-height:100%}.headhunter-portals-index .channel_results .portal-module .portal-image{width:45px}.headhunter-portals-index .filter-cnt .label{line-height:17px;margin-bottom:8px}.headhunter-portals-index .portals-info-row .search-filters-form{margin-bottom:22px}.headhunter-portals-index .portal-module .button--default{float:right;border-color:transparent;cursor:default;background-color:transparent}.headhunter-portals-index .portal-module .huge-tick-02-stroke-rounded{color:var(--color-green-800);align-self:center;margin-right:16px;font-size:24px}.headhunter-portals-index .tab-content .counter{font-size:14px;line-height:19px;color:var(--color-grey-700);text-align:right;padding:0 0 15px}.headhunter-portals-index .update-wrapper{padding-top:20px}.headhunter-portals-index .add-account-wrapper{display:flex;justify-content:flex-start;flex-wrap:wrap}.headhunter-portals-index .add-account-wrapper .row .col-full-auto{flex:0 1 100%}.headhunter-portals-index .add-account-wrapper .row .col-full-auto.flex{display:flex}.headhunter-portals-index .add-account-wrapper .update-info>b{flex:0 0 388px}.headhunter-portals-index .add-account-wrapper>*{flex:0 0 100%}.headhunter-portals-index .add-account-wrapper>* .label{line-height:17px}.headhunter-portals-index .add-account-wrapper>*.portal-image-name-accounts{flex:0 0 56.851%;display:flex;padding-right:20px}.headhunter-portals-index .add-account-wrapper>*.portal-image-name-accounts .portal-image{flex:0 0 auto}.headhunter-portals-index .add-account-wrapper>*.portal-image-name-accounts .name{flex:0 1 100%;align-self:center;padding-left:16px}.headhunter-portals-index .add-account-wrapper>*.portal-image-name-accounts .accounts{flex:0 0 115px;padding-right:20px}.headhunter-portals-index .add-account-wrapper>*.portal-image{flex:0 0 auto;order:0}.headhunter-portals-index .add-account-wrapper>*.validation-info-container{margin-bottom:0;margin-top:12px}.headhunter-portals-index .add-account-wrapper>*.category{flex:0 1 270px;padding-right:20px;min-width:190px}.headhunter-portals-index .add-account-wrapper>*.tag{flex:0 0 auto;align-self:center;order:1;margin-left:auto}.headhunter-portals-index .add-account-wrapper>*.publication-options-box{order:0;flex:0 0 auto;align-self:center}.headhunter-portals-index .add-account-wrapper>*.publication-options-box .failed-account-login{color:var(--color-red-700)}.headhunter-portals-index .add-account-wrapper>*.account-form{order:2;flex:0 0 auto;align-self:center;margin-left:16px}.headhunter-portals-index .add-account-wrapper>*.button-wrapper{flex:auto;float:right;align-self:center}.portals-offer .headhunter-portals-index .add-account-wrapper>*.button-wrapper{display:flex;justify-content:flex-end}.portals-offer .headhunter-portals-index .add-account-wrapper>*.button-wrapper>*{flex:0 0 auto;margin-left:16px}.headhunter-portals-index .add-account-wrapper>*.button-wrapper .button{float:right}.headhunter-portals-index .add-account-wrapper>*.publication-options-list{flex-wrap:wrap;align-items:flex-end}.headhunter-portals-index .add-account-wrapper>*.publication-options-list>*{flex:0 0 calc(33.3% - 13px);max-width:calc(33.3% - 13px);margin-top:16px}.headhunter-portals-index .add-account-wrapper>*.publication-options-list>*:nth-child(4n){margin-left:0}.headhunter-portals-index .portal-title{margin-bottom:12px;padding-left:22px;color:var(--color-grey-800)}.headhunter-portals-index .account-options-list{padding-top:6px}.headhunter-portals-index .account-options-list .checks{flex:0 0 388px}.headhunter-portals-index .account-options-list .checks>div{margin-bottom:15px}.headhunter-portals-index .account-options-list .checks>div:last-child{margin-bottom:0}.headhunter-portals-index .account-options-list .other{flex:0 1 100%;display:flex;flex-wrap:wrap}.headhunter-portals-index .account-options-list .other .label{display:block}.headhunter-portals-index .account-options-list .other>*{flex:0 0 calc(50% - 10px);margin-right:20px;align-self:flex-end}.headhunter-portals-index .account-options-list .other>*:nth-child(2n){margin-right:0}.headhunter-portals-index .account-options-list .other:nth-child(5){margin-left:0}.headhunter-portals-index .aggregator-wrapper.form-check{margin-top:0}.headhunter-portals-index.portals-offer .add-account-wrapper{justify-content:space-between}.headhunter-portals-view [data-search-filters]{margin-bottom:16px}.headhunter-portals-view .offer-details .bottom-info{margin-bottom:24px}.headhunter-portals-view .offer-details .bottom-info p{margin-bottom:0;color:var(--color-grey-300)}.headhunter-portals-view .offer-details .bottom-info .programmed{display:flex;margin-top:20px}.headhunter-portals-view .offer-details .bottom-info .programmed .status-icon{flex:0 0 auto}.headhunter-portals-view .offer-details .bottom-info .programmed .desc{flex:0 1 100%;padding-left:7px;padding-top:3px}.headhunter-portals-view .offer-details .bottom-info .programmed .title{font-size:14px;line-height:19px;color:var(--color-grey-600)}.headhunter-portals-view .offer-details .bottom-info .programmed .date{font-size:14px;line-height:19px;color:var(--color-grey-300)}.headhunter-portals-view .offer-details .button{width:100%}.headhunter-portals-view .portal-module{display:flex;flex-wrap:wrap;transition:all var(--speed-slow);padding:24px 20px 20px;min-height:106px}.headhunter-portals-view .portal-module .top-wrapper{display:flex;align-items:center;flex:0 0 100%;margin-bottom:5px}.headhunter-portals-view .portal-module .top-wrapper p{margin-bottom:0}.headhunter-portals-view .portal-module .alert{width:100%;flex:0 0 100%;margin:5px 0 0;justify-content:flex-start}.headhunter-portals-view .portal-module .dropdown .dropdown-btn{font-size:17px;border:1px solid transparent;border-radius:8px;padding:8px 16px;color:var(--color-grey-300);margin-left:20px}.headhunter-portals-view .portal-module .dropdown .dropdown-btn:hover,.headhunter-portals-view .portal-module .dropdown.active .dropdown-btn{border-color:var(--color-grey-400)}.headhunter-portals-view .portal-module .bottom-wrapper{display:none;flex:0 0 100%;border:1px solid var(--color-grey-200);border-radius:var(--border-radius-m);padding:24px}.headhunter-portals-view .portal-module .bottom-wrapper .bottom-wrapper-header{display:flex;justify-content:space-between}.headhunter-portals-view .portal-module .bottom-wrapper .bottom-wrapper-header .card-actions{align-self:center}.headhunter-portals-view .portal-module .bottom-wrapper .form-check *:not(:checked)+label:before{background:#fff}.headhunter-portals-view .portal-module .infojobs-extra-info__slots{display:flex;gap:var(--space-s);margin-bottom:var(--space-xs)}.headhunter-portals-view .portal-module .infojobs-extra-info__slots-rem,.headhunter-portals-view .portal-module .infojobs-extra-info__last-update,.headhunter-portals-view .portal-module .infojobs-extra-info__body{color:var(--color-dark-blue-950);font-size:var(--font-size-m)}.headhunter-portals-view .portal-module .infojobs-extra-info__last-update{color:var(--text-color-secondary)}.headhunter-portals-view .portal-module .infojobs-extra-info__body{margin-bottom:0}.headhunter-portals-view .portal-module .portal-image{flex:0 0 110px;height:50px;order:0;display:flex;margin-right:10px}.headhunter-portals-view .portal-module .portal-image img{align-self:center;max-width:100%;max-height:100%}.headhunter-portals-view .portal-module .portal-name{flex:0 1 100%;min-width:213px;padding-right:20px}.headhunter-portals-view .portal-module .portal-name .name,.headhunter-portals-view .portal-module .portal-name .type{margin-bottom:0}.headhunter-portals-view .portal-module .portal-name .name [data-tooltip] sup{top:-2px;margin-left:6px}.headhunter-portals-view .portal-module .portal-name .type{color:var(--color-grey-300)}.headhunter-portals-view .portal-module .associated-account{flex:0 0 220px;max-width:220px;padding-right:20px}.headhunter-portals-view .portal-module .associated-account .label,.headhunter-portals-view .portal-module .associated-account .account{margin-bottom:0}.headhunter-portals-view .portal-module .associated-account .label{margin-bottom:3px}.headhunter-portals-view .portal-module .associated-account>a{font-size:12px;line-height:17px;display:inline-block;margin-top:5px}.headhunter-portals-view .portal-module .associated-account .link{padding:0}.headhunter-portals-view .portal-module .publication-preferences .others .form-group:last-child{margin-bottom:0}.headhunter-portals-view .portal-module.succeed .status-cnt{flex:0 0 150px}.headhunter-portals-view .portal-module .status-cnt{flex:0 1 220px}.headhunter-portals-view .portal-module .status-cnt .not-published{margin-bottom:0;font-size:14px;line-height:19px;font-style:italic;color:var(--color-grey-300);white-space:nowrap}.headhunter-portals-view .portal-module .status-cnt .message{padding-left:34px;color:var(--color-grey-300);margin-bottom:-10px}.headhunter-portals-view .portal-module .status-cnt .message [data-tooltip] sup{top:-2px;margin-left:5px;font-size:12px}.headhunter-portals-view .portal-module .status-cnt .published,.headhunter-portals-view .portal-module .status-cnt .question,.headhunter-portals-view .portal-module .status-cnt .publishing,.headhunter-portals-view .portal-module .status-cnt .scheduled,.headhunter-portals-view .portal-module .status-cnt .retry,.headhunter-portals-view .portal-module .status-cnt .warning{display:flex;width:220px}.headhunter-portals-view .portal-module .status-cnt .published i,.headhunter-portals-view .portal-module .status-cnt .question i,.headhunter-portals-view .portal-module .status-cnt .publishing i,.headhunter-portals-view .portal-module .status-cnt .scheduled i,.headhunter-portals-view .portal-module .status-cnt .retry i,.headhunter-portals-view .portal-module .status-cnt .warning i{margin-right:10px;margin-top:-3px}.headhunter-portals-view .portal-module .status-cnt .published .spinner-small,.headhunter-portals-view .portal-module .status-cnt .question .spinner-small,.headhunter-portals-view .portal-module .status-cnt .publishing .spinner-small,.headhunter-portals-view .portal-module .status-cnt .scheduled .spinner-small,.headhunter-portals-view .portal-module .status-cnt .retry .spinner-small,.headhunter-portals-view .portal-module .status-cnt .warning .spinner-small{margin-right:10px}.headhunter-portals-view .portal-module .status-cnt .published .cnt,.headhunter-portals-view .portal-module .status-cnt .question .cnt,.headhunter-portals-view .portal-module .status-cnt .publishing .cnt,.headhunter-portals-view .portal-module .status-cnt .scheduled .cnt,.headhunter-portals-view .portal-module .status-cnt .retry .cnt,.headhunter-portals-view .portal-module .status-cnt .warning .cnt{font-size:14px;line-height:19px;color:var(--color-grey-700)}.headhunter-portals-view .portal-module .status-cnt .published .cnt .date,.headhunter-portals-view .portal-module .status-cnt .question .cnt .date,.headhunter-portals-view .portal-module .status-cnt .publishing .cnt .date,.headhunter-portals-view .portal-module .status-cnt .scheduled .cnt .date,.headhunter-portals-view .portal-module .status-cnt .retry .cnt .date,.headhunter-portals-view .portal-module .status-cnt .warning .cnt .date{display:block;color:var(--color-grey-300)}.headhunter-portals-view .portal-module .status-cnt .published i,.headhunter-portals-view .portal-module .status-cnt .expired i,.headhunter-portals-view .portal-module .status-cnt .scheduled i{align-self:flex-start}.headhunter-portals-view .portal-module .status-cnt .scheduled i{color:var(--color-blue-700)}.headhunter-portals-view .portal-module .status-cnt .publishing>*{align-self:center}.headhunter-portals-view .portal-module .status-cnt .publishing .cnt:after{content:" .";margin-left:-3px;animation:dots 1.5s steps(5,end) infinite}.headhunter-portals-view .portal-module .status-cnt .question>*{align-self:center}.headhunter-portals-view .portal-module .status-cnt .question i{margin-top:0;color:var(--color-blue-700)}.headhunter-portals-view .portal-module .status-cnt .retry>*{align-self:center}.headhunter-portals-view .portal-module .status-cnt .retry i{margin-top:0;color:var(--color-red-700)}.headhunter-portals-view .portal-module .status-cnt .warning>*{align-self:center}.headhunter-portals-view .portal-module .status-cnt .warning i{margin-top:0;color:var(--color-orange-700)}.headhunter-portals-view .portal-module .action{flex:0 1 100%;display:flex;justify-content:flex-end;align-items:center}.headhunter-portals-view .portal-module .action>.button{opacity:0;visibility:hidden;transition:all var(--speed-slow);white-space:nowrap}.headhunter-portals-view .portal-module .action .accordion-head{margin-left:16px;color:var(--color-grey-300)}.headhunter-portals-view .portal-module .action .accordion-head[disabeld],.headhunter-portals-view .portal-module .action .accordion-head.is-disabled,.headhunter-portals-view .portal-module .action .accordion-head.disabled,.headhunter-portals-view .portal-module .action .accordion-head:disabled{opacity:.5;cursor:not-allowed}.headhunter-portals-view .portal-module.is-striped .action>.button,.headhunter-portals-view .portal-module.show-button .action>.button{opacity:1;visibility:visible}.headhunter-portals-view .portal-module.is-striped .action>.button[disabeld],.headhunter-portals-view .portal-module.is-striped .action>.button.is-disabled,.headhunter-portals-view .portal-module.is-striped .action>.button.disabled,.headhunter-portals-view .portal-module.is-striped .action>.button:disabled,.headhunter-portals-view .portal-module.show-button .action>.button[disabeld],.headhunter-portals-view .portal-module.show-button .action>.button.is-disabled,.headhunter-portals-view .portal-module.show-button .action>.button.disabled,.headhunter-portals-view .portal-module.show-button .action>.button:disabled{opacity:.5}.headhunter-portals-view .portal-module:hover:not(.is-striped){box-shadow:var(--box-shadow-m)}.headhunter-portals-view .portal-module:hover:not(.is-striped) .action>.button{opacity:1;visibility:visible}.headhunter-portals-view .portal-module:hover:not(.is-striped) .action>.button[disabeld],.headhunter-portals-view .portal-module:hover:not(.is-striped) .action>.button.is-disabled,.headhunter-portals-view .portal-module:hover:not(.is-striped) .action>.button.disabled,.headhunter-portals-view .portal-module:hover:not(.is-striped) .action>.button:disabled{opacity:.5}.headhunter-portals-view .portal-module.accordion .accordion-head:after{font-size:29px}@keyframes dots{0%,20%{color:#0000;text-shadow:.25em 0 0 rgba(0,0,0,0),.5em 0 0 rgba(0,0,0,0)}40%{color:var(--color-grey-700);text-shadow:.25em 0 0 rgba(0,0,0,0),.5em 0 0 rgba(0,0,0,0)}60%{text-shadow:.25em 0 0 var(--color-grey-700),.5em 0 0 rgba(0,0,0,0)}80%,to{text-shadow:.25em 0 0 var(--color-grey-700),.5em 0 0 var(--color-grey-700)}}.hired-state{display:inline;display:inline-flex;font-size:14px;line-height:18px;align-items:center;color:var(--color-grey-700)}.hired-state i{font-size:14px;color:var(--color-green-400);margin-right:5px}.hired-state.highlighted .hired-status i,.hired-state.highlighted .hired-status span,.hired-state.employable .hired-status i,.hired-state.employable .hired-status span{color:var(--color-green-400)}.hired-state.no-employable .desc,.hired-state.no-employable .hired-status i,.hired-state.no-employable .hired-status span{color:var(--color-red-600)}.hired-state.hired .hired-status i,.hired-state.hired .hired-status span{color:var(--color-dark-blue-700)}.hired-state .text-truncate{margin-left:5px;margin-top:5px}.historical-editions{margin-top:24px}.historical-editions .list-item{display:flex}.historical-editions .list-item .mark:before{content:"";position:relative;display:inline-block;background:var(--color-white);border-radius:50%}.historical-editions .list-item .left-side{flex-shrink:0;width:44px;margin:0 20px 0 0;text-align:center}.historical-editions .list-item .left-side:before{left:42px;top:18px;width:18px;height:18px}.historical-editions .list-item .left-side .avatar{position:relative;top:-19px}.historical-editions .list-item .right-side{width:100%;padding:0 0 var(--space-m) 21px;border-left:3px solid var(--color-grey-300)}.historical-editions .list-item .right-side:before{left:-28px;top:19px;width:10px;height:10px;border:1px solid var(--color-grey-300)}.historical-editions .list-item .date{color:var(--color-grey-300)}.historical-editions .list-item .recruiter{font-weight:700;color:var(--color-black)}.historical-editions .list-item .inline-text{display:flex;align-items:center;margin-bottom:var(--space-s)}.historical-editions .list-item .inline-text .icon{margin-right:var(--space-xs)}.historical-editions .list-item .response{margin-bottom:var(--space-l)}.historical-editions .list-item .response-value{padding:var(--space-s) var(--space-m)}.historical-editions .list-item .old-response-value{background-color:#f2001b1a}.historical-editions .list-item .new-response-value{background-color:#00ff001a}.historical-editions .list-item .show-more,.historical-editions .list-item .show-less{font-size:11px}.historical-editions .list-item .show-more.huge-arrow-up-01-stroke-standard:before,.historical-editions .list-item .show-more.huge-arrow-down-01-stroke-standard:before,.historical-editions .list-item .show-less.huge-arrow-up-01-stroke-standard:before,.historical-editions .list-item .show-less.huge-arrow-down-01-stroke-standard:before{display:none}.historical-editions .list-item .show-less{display:block}.historical-editions .list-item .show-more{display:none}.historical-editions .expand-button{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;cursor:pointer}.historical-editions .expand-button .link{color:var(--color-dark-blue-700);background-color:transparent;border-color:transparent}.historical-editions .expand-button .link:after,.historical-editions .expand-button .link .huge-icon{color:var(--color-dark-blue-700)}.historical-editions .expand-button .link:hover,.historical-editions .expand-button .link:focus{color:var(--color-dark-blue-600);background-color:transparent;border-color:transparent}.historical-editions .expand-button .link:hover,.historical-editions .expand-button .link:hover:after,.historical-editions .expand-button .link:hover .huge-icon,.historical-editions .expand-button .link:focus,.historical-editions .expand-button .link:focus:after,.historical-editions .expand-button .link:focus .huge-icon{color:var(--color-dark-blue-600)}.historical-editions .expand-button .link:active{color:var(--color-dark-blue-600);background-color:transparent;border-color:transparent}.historical-editions .expand-button .link:active,.historical-editions .expand-button .link:active:after,.historical-editions .expand-button .link:active .huge-icon{color:var(--color-dark-blue-600)}.historical-editions .expand-button .link[disabled],.historical-editions .expand-button .link.is-disabled,.historical-editions .expand-button .link:disabled{opacity:.6;cursor:not-allowed;color:initial;background-color:initial;border-color:initial}.historical-editions .expand-button .link[disabled] .huge-icon,.historical-editions .expand-button .link.is-disabled .huge-icon,.historical-editions .expand-button .link:disabled .huge-icon{color:initial}.historical-editions .expand-button .link[disabled]:hover,.historical-editions .expand-button .link.is-disabled:hover,.historical-editions .expand-button .link:disabled:hover{color:initial;background-color:initial;border-color:initial}.historical-editions .expand-button .link[disabled]:hover,.historical-editions .expand-button .link[disabled]:hover:after,.historical-editions .expand-button .link[disabled]:hover .huge-icon,.historical-editions .expand-button .link.is-disabled:hover,.historical-editions .expand-button .link.is-disabled:hover:after,.historical-editions .expand-button .link.is-disabled:hover .huge-icon,.historical-editions .expand-button .link:disabled:hover,.historical-editions .expand-button .link:disabled:hover:after,.historical-editions .expand-button .link:disabled:hover .huge-icon{color:initial}hr.is-spacing.small{margin:var(--space-s)}hr[data-text]{position:relative}hr[data-text]:after{content:attr(data-text);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:inline-block;background:#fff;padding:var(--space-xs) var(--space-s)}.inner-card .inner-card-label{font-size:14px;line-height:19px;font-weight:500;color:var(--color-grey-300);margin-bottom:8px}.inner-card .legend .swatch{margin-top:3px}.inner-card.is-centered{min-height:190px;display:flex;justify-content:center;align-items:center}.inner-card.is-big-centered{min-height:225px;display:flex;justify-content:center;align-items:center}.inner-card.empty-element{flex-direction:column;border:2px dashed var(--color-grey-400);color:var(--color-grey-300);background:var(--color-grey-100);margin-top:20px}.inner-card.empty-element i{color:var(--color-grey-300)}.inner-card.team-option-1 .huge-icon:not(.huge-delete-02-stroke-rounded):not(.huge-pencil-edit-01-stroke-rounded):not(.huge-menu-01-stroke-rounded){color:var(--color-emerald-800)}.inner-card.team-option-2 .huge-icon:not(.huge-delete-02-stroke-rounded):not(.huge-pencil-edit-01-stroke-rounded):not(.huge-menu-01-stroke-rounded){color:var(--color-red-800)}.inner-card .locale-col{text-transform:uppercase}.inner-card .action-icons{text-align:right;align-self:center;display:flex;justify-content:flex-end}.inner-card .action-icons a{margin-left:10px}.inner-card .action-icons>i,.inner-card .action-icons .collapse-text{margin-left:10px;cursor:pointer;color:var(--site-color-link);display:inline-block}.inner-card.wrap{flex-wrap:wrap}.inner-card.danger,.inner-card.destroy{background:var(--color-red-200)}.inner-card.accordion .accordion-cnt,.inner-card.accordion .button-wrapper{display:none}.inner-card .accordion-action.accordion-head{position:absolute;right:7px;top:6px;font-size:30px;width:40px;height:40px;text-align:center;cursor:pointer;color:var(--color-grey-300);display:flex;justify-content:center}.inner-card .accordion-action.accordion-head:after{font-size:30px;flex:0 0 100%;align-self:center}.inner-card.channel .col-full-auto{flex:0 1 100%}.inner-card.display-company-question-answers{padding-bottom:6px;margin-bottom:0}.inner-card.display-company-question-answers .raw-answer{font-size:14px;line-height:14px}.inner-card.display-company-question-answers .form-check,.inner-card.display-company-question-answers .form-radio{margin-top:0;margin-left:20px}.inner-card.display-company-question-answers .form-check label,.inner-card.display-company-question-answers .form-radio label{cursor:default}.inner-card .dni-selector-cnt{border-top:1px solid var(--color-grey-200);margin:16px -16px 0;padding:16px 16px 0}.interviews-box{display:flex;margin:0;background:transparent;transition:background var(--speed-fast);padding:16px 0 0;border-bottom:1px solid rgba(var(--color-grey-400),.4)}.interviews-box:last-child{border-bottom:0}.interviews-box .avatar.with-icon{transition:background var(--speed-fast),border-color var(--speed-fast)}.interviews-box:hover{background:var(--color-dark-blue-100)}.interviews-box:hover .avatar.with-icon{background:#fff;border-color:var(--color-dark-blue-100)}.interviews-box .title-interviews{flex:0 0 35%;display:flex;align-items:flex-start}.interviews-box .title-interviews .avatar{width:44px;height:44px}.interviews-box .title-interviews .status-dot{align-items:flex-start}.interviews-box .title-interviews .cnt{padding-top:5px}.interviews-box .title-interviews .cnt .category{color:var(--color-grey-300)}.interviews-box .subtitle-interview{font-size:12px;line-height:17px;color:var(--color-grey-300);text-transform:uppercase;padding-bottom:3px}.interviews-box .date-cnt{font-size:14px;line-height:19px;color:var(--color-grey-700);padding-bottom:20px}.interviews-box .date-cnt:last-child{padding-bottom:0}.interviews-box .date-cnt .date{font-weight:600;color:var(--color-grey-800);padding-bottom:3px}.interviews-box .date-cnt .time{color:#000;display:inline-block;padding-right:10px}.interviews-box .events-list{flex:0 1 100%}.interviews-box .events-list .interview-data{display:flex}.interviews-box .events-list .date-cnt{flex:0 1 100%}.interviews-box .events-list .details{padding-bottom:20px;flex:0 0 auto;white-space:nowrap;align-self:flex-end}.interview-status{display:flex;align-items:center}.interview-status .avatar{flex:0 0 40px;height:40px;border:0;margin-right:17px}.interview-status .status{font-size:12px;line-height:17px;text-transform:uppercase;color:var(--color-grey-500);margin:0 0 5px}.interview-status .date{font-size:14px;line-height:19px;font-weight:600;color:var(--color-grey-800);margin:0}.profile-content .card .interviews-box .user-card-name.title-interviews{flex-wrap:nowrap;align-self:flex-start;align-items:flex-start;padding-bottom:0;margin-bottom:0}.interviews-index th,.interviews-index td{font-size:14px}.interviews-index .job,.interviews-index .candidate,.interviews-index .date{padding-right:40px}.interviews-index .bulk-actions,.interviews-index .options.actions{vertical-align:middle}.interviews-index .participants{width:212px}.interviews-index .status-cnt{padding-right:18px;vertical-align:middle}.interviews-index .status-cnt .status-icon i{font-size:21px}.interviews-index .user-card-name .name{font-size:var(--font-size-m);font-weight:400;color:var(--text-color-default)}.interviews-index .table th.actions,.interviews-index .table td.actions{text-align:left}.interviews-index .date{font-size:14px;line-height:19px}.interviews-index .date b{display:block;color:var(--color-grey-800);margin-bottom:6px;white-space:nowrap}.job-detail .tabs{margin-bottom:0}.job-detail .inscribed>ul{display:flex;align-items:center}.job-detail .inscribed>ul .total{font-size:22px;color:var(--color-grey-800)}.job-detail .inscribed>ul .info{font-size:14px;color:var(--color-green-400);margin-right:40px}.job-detail .inscribed>ul .link{font-weight:600}.job-detail .text :last-child{margin-bottom:0}.job-detail .coverage-info{display:flex;justify-content:flex-end}.job-detail .coverage-info.center{justify-content:center}.job-detail .coverage-info.center>ul{flex:0 0 100%}.job-detail .coverage-info.center>ul>li{flex:0 0 50%;margin-left:0}.job-detail .coverage-info.center>ul>li:first-child{margin-left:0}.job-detail .coverage-info>ul{display:flex;font-size:22px;line-height:30px;color:var(--color-grey-800)}.job-detail .coverage-info>ul>li{text-align:center;margin-left:30px}.job-detail .coverage-info>ul>li:first-child{margin-left:30px}.job-detail .coverage-info>ul>li>span{display:block;font-size:12px}.job-detail .coverage-info .tippy-box.react{font-size:initial;line-height:initial}.job-detail .pipeline-detail-cnt{position:relative;padding-top:40px;padding-bottom:26px}.job-detail .pipeline-detail-cnt .scroll-cnt{position:relative}.job-detail .pipeline-detail-cnt .left-arrow,.job-detail .pipeline-detail-cnt .right-arrow{position:absolute;top:0;width:64px;background:#fff;height:100%;display:flex;justify-content:center;align-items:center;z-index:9;cursor:pointer}.job-detail .pipeline-detail-cnt .left-arrow i,.job-detail .pipeline-detail-cnt .right-arrow i{font-size:25px;color:var(--color-dark-blue-700)}.job-detail .pipeline-detail-cnt .left-arrow{left:-24px;padding-left:24px;border-right:1px dashed var(--color-grey-400)}.job-detail .pipeline-detail-cnt .right-arrow{right:-24px;padding-right:24px;border-left:1px dashed var(--color-grey-400)}.job-detail .pipeline-detail-cnt .right-arrow i{transform:rotate(180deg)}.job-detail .pipeline-detail{display:inline-flex}.job-detail .pipeline-detail .state-container{flex:0 0 90px;max-width:90px;text-align:center;margin-right:20px}.job-detail .pipeline-detail .state-container:last-child{margin-right:0}.job-detail .pipeline-detail .state-container .states{border:1px solid var(--color-grey-400);border-radius:8px}.job-detail .pipeline-detail .state-container .states .total{font-size:18px;font-weight:600;position:relative;display:block;display:flex}.job-detail .pipeline-detail .state-container .states .total .disable{width:100%;line-height:49px;background:var(--color-grey-100);color:var(--color-grey-300);border-top-left-radius:6px;border-top-right-radius:6px;border-bottom:1px solid var(--color-grey-400)}.job-detail .pipeline-detail .state-container .states .total .dropdown{width:100%;display:flex}.job-detail .pipeline-detail .state-container .states .total a,.job-detail .pipeline-detail .state-container .states .total .a{width:100%;line-height:51px;color:var(--color-grey-600);background:var(--color-dark-blue-100);border-top-left-radius:6px;border-top-right-radius:6px;position:relative}.job-detail .pipeline-detail .state-container .states .total a:after,.job-detail .pipeline-detail .state-container .states .total .a:after{content:"";width:100%;height:4px;position:absolute;bottom:0;left:0;background:var(--color-dark-blue-700)}.job-detail .pipeline-detail .state-container .states .total:before{content:"";width:20px;height:1px;background:var(--color-grey-400);position:absolute;top:50%;right:0;transform:translate(100%,-50%)}.job-detail .pipeline-detail .state-container .states .state{border-bottom:1px dashed var(--color-grey-300);display:flex}.job-detail .pipeline-detail .state-container .states .state .dropdown{display:flex;width:100%}.job-detail .pipeline-detail .state-container .states .state .disable,.job-detail .pipeline-detail .state-container .states .state .dropdown a,.job-detail .pipeline-detail .state-container .states .state .a{padding:12px 5px;width:100%;background-color:#fff}.job-detail .pipeline-detail .state-container .states .state .disable{color:var(--color-grey-300)}.job-detail .pipeline-detail .state-container .states .state .dropdown a,.job-detail .pipeline-detail .state-container .states .state .a{transition:background-color .4s ease}.job-detail .pipeline-detail .state-container .states .state .dropdown a:hover{background-color:var(--color-dark-blue-100)}.job-detail .pipeline-detail .state-container .states .state .dropdown a .state-name,.job-detail .pipeline-detail .state-container .states .state .dropdown a .state-num,.job-detail .pipeline-detail .state-container .states .state .a .state-name,.job-detail .pipeline-detail .state-container .states .state .a .state-num{color:var(--color-grey-600)}.job-detail .pipeline-detail .state-container .states .state:last-child{border-bottom:0}.job-detail .pipeline-detail .state-container .states .state:last-child .disable,.job-detail .pipeline-detail .state-container .states .state:last-child .dropdown a,.job-detail .pipeline-detail .state-container .states .state:last-child .a{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.job-detail .pipeline-detail .state-container .states .state-name{font-size:12px;line-height:17px;margin-bottom:6px;white-space:initial}.job-detail .pipeline-detail .state-container .states .state-num{margin-bottom:0;font-size:18px;line-height:18px}.job-detail .pipeline-detail .state-container:last-child .states .total:before{display:none}.job-detail .pipeline-detail .title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:90px;max-width:90px;margin-bottom:8px}.job-detail-reports{display:flex;justify-content:space-between}.job-detail-reports>li{flex:0 0 calc(33.4% - 35px);font-size:14px;line-height:17px;color:var(--color-grey-600)}.job-detail-reports>li p{margin-bottom:5px}.job-detail-reports>li>i{width:66px;height:66px;border-radius:50%;font-size:27px;line-height:66px;color:var(--color-dark-blue-700);text-align:center;margin-bottom:16px}.job-detail-reports>li .title{font-size:14px;line-height:17px;font-weight:600;color:var(--color-grey-800);margin-bottom:8px}.job-detail-reports>li .link{font-size:14px;line-height:27px;font-weight:600;color:var(--color-dark-blue-700)}.job-detail-reports>li .link i{font-size:11px;margin-left:6px}.legend .swatch.fa{border:0}.level-bar{position:relative;width:100%;height:14px;background-color:var(--color-grey-200);border-radius:var(--border-radius-s);overflow:hidden}.level-bar:before{position:absolute;content:"";height:100%;background-color:var(--color-dark-blue-700)}.level-bar.level-1:before{width:20%}.level-bar.level-2:before{width:40%}.level-bar.level-3:before{width:60%}.level-bar.level-4:before{width:80%}.level-bar.level-5:before{width:100%}.loader-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;opacity:.7;background-color:#000;overflow:hidden}.loader-fix{position:absolute;left:50%;top:50%}.loader-fix .message{top:60px;position:relative;right:144px;color:#fff;font-weight:700;width:250px;text-align:center;z-index:9999;font-size:20px;line-height:24px}.loader{display:block;position:absolute;width:100px;height:100px;margin:-75px 0 0 -75px;border-radius:50%;border-width:4px;border-style:solid;border-color:#19ab53 transparent transparent;z-index:1001;animation:1.5s linear 0s normal none infinite running spin;transition:all .3s ease-out 0s}.loader:before{content:"";position:absolute;top:10px;left:10px;right:10px;bottom:10px;border-radius:50%;border-width:4px;border-style:solid;border-color:#51C5BB transparent transparent;animation:3s linear 0s normal none infinite running spin}.logo-loader{z-index:1002;position:absolute;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44.3 40.4"><style>.cls-1{fill:%233cb6ee}<\/style><path class="cls-1" d="M41.43 7.19a3.65 3.65 0 00-2.68-1.12h-8.36V2.28A2.27 2.27 0 0028.13 0H14.44a2.27 2.27 0 00-2.28 2.26v3.8H3.8A3.66 3.66 0 001.12 7.2 3.66 3.66 0 000 9.87V19h12.21a9.43 9.43 0 0118.39 0h12V9.87a3.65 3.65 0 00-1.17-2.68zM27.36 6.08H15.2v-3h12.16z"/><path d="M30.84 20.75v.36a9.44 9.44 0 01-18.87 0v-.36H0v3.39a1.09 1.09 0 001.08 1.09h3.08a18.14 18.14 0 003.24 5.7l-1.56 2.65a1.09 1.09 0 00.39 1.48l8.68 5.07a1.08 1.08 0 001.48-.39l1.55-2.66a18.19 18.19 0 006.54 0L26 39.81a1.08 1.08 0 001.47.4l8.74-5a1.08 1.08 0 00.4-1.47l-1.51-2.66A18.44 18.44 0 0037 28.4a18.65 18.65 0 001.39-3h3.08a1.08 1.08 0 001.1-1v-3.63z" fill="%2382d0f4"/><path class="cls-1" d="M21.42 15.85a5.25 5.25 0 11-5.27 5.26 5 5 0 01.1-1 2.4 2.4 0 001.83.84 2.43 2.43 0 001.07-4.55 5.17 5.17 0 012.27-.55z"/></svg>') no-repeat 50% 50%;background-size:cover;left:38px;top:38px;width:36px;height:36px;margin:-75px 0 0 -75px}.loading-background-dark{width:100%;height:100%;background:transparent;position:fixed;z-index:10001;top:0;left:0;display:none}.loading-background-dark .loader-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;opacity:.7;background-color:#000;overflow:hidden}.loading-background-dark .loader-fix{position:absolute;top:6%;left:51%}.loading-background-dark .loader{display:block;position:absolute;width:100px;height:100px;margin:-75px 0 0 -75px;border-radius:50%;border-width:4px;border-style:solid;border-color:#19ab53 transparent transparent;z-index:1001;animation:1.5s linear 0s normal none infinite running spin;transition:all .3s ease-out 0s}.loading-background-dark .loader:before{content:"";position:absolute;top:10px;left:10px;right:10px;bottom:10px;border-radius:50%;border-width:4px;border-style:solid;border-color:#51c5bb transparent transparent;animation:3s linear 0s normal none infinite running spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.settings .loader-fix .loader,.settings .loader-fix .logo-loader{display:none}.main-filters.card{padding:16px 0 0}.main-filters [type=color],.main-filters [type=date],.main-filters [type=datetime],.main-filters [type=datetime-local],.main-filters [type=email],.main-filters [type=month],.main-filters [type=number],.main-filters [type=password],.main-filters [type=search],.main-filters [type=tel],.main-filters [type=text],.main-filters [type=time],.main-filters [type=url],.main-filters [type=week],.main-filters input:not([type]),.main-filters textarea,.main-filters select,.main-filters .form-control,.main-filters [class*=-control]{background-color:var(--color-beige-100)}.main-filters .counter-wrapper{padding:16px 16px 0;border-bottom:1px solid var(--color-grey-200)}.main-filters .search__filter{padding:16px 0 0 16px;margin-right:16px;border-bottom:1px solid var(--color-grey-200)}.main-filters .search__filter.pb-16{padding-bottom:16px}.main-filters .search__filter:first-child,.main-filters .search__filter.first{padding-top:0}.main-filters .search__filter .label .has-icon .far,.main-filters .search__filter .label .has-icon .fas,.main-filters .search__filter .label .has-icon .fal{display:inline-block;vertical-align:bottom}.main-filters .search__filter .huge-cancel-01-stroke-rounded{margin-top:-10px}.main-filters .question-wrapper{display:flex;align-items:center;margin-bottom:10px}.main-filters .question-wrapper .question-selects{width:94%}.main-filters .question-wrapper .question{margin-bottom:10px}.main-filters .tag{margin-top:10px}.main-filters .Select-menu-outer{z-index:1030}.main-filters .Select-menu-outer .Select-option:hover,.main-filters .Select-menu-outer .Select-option:focus{background:var(--color-dark-blue-100)}.main-filters .Select-option .status-option{display:flex}.main-filters .Select-option .status-option .icon{width:24px;height:24px}.main-filters .Select-option .status-option .info{align-self:center;padding-left:10px}.main-filters .hint-select{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.main-filters .hint-select .Select-control{display:flex}.main-filters .hint-select .normal-select .Select-arrow-zone{width:12px;height:12px;padding:0;margin-left:8px;display:flex;align-self:center;position:relative;top:0}.main-filters .hint-select .normal-select .Select-arrow-zone:before{color:var(--color-dark-blue-700);line-height:8px;height:8px;align-self:center}.main-filters .hint-select .select-dropdown,.main-filters .hint-select .select-dropdown .Select{margin-left:0}.main-filters .hint-select .select-dropdown .Select .Select-value{line-height:18px}.main-filters .hint-select .select-dropdown .Select .Select-value .Select-value-label{line-height:12px;display:block;overflow:hidden}.main-filters .hint-select .select-dropdown .Select .Select-clear-zone{position:relative;right:0;top:0;margin-right:-9px;line-height:12px;display:block;height:12px}.main-filters .hint-select .select-dropdown .Select .Select-clear-zone .Select-clear{line-height:12px}.with-cross .far,.with-cross .fas,.with-cross .fal,.question-wrapper .far,.question-wrapper .fas,.question-wrapper .fal{margin-left:10px;margin-top:-10px;cursor:pointer}.search__filter .form-group.mb-0{margin-bottom:0}.search__filter .form-group .range-container .reset-link{margin-top:30px;margin-left:0}.advanced-search .radios-container .form-radio{display:inline-block;margin-right:24px}.advanced-search-wrapper .tags{margin-top:10px}.reset-link-cnt{display:block}.reset-link-cnt .reset-link{margin-top:20px;display:inline-block;padding-left:22px;position:relative;cursor:pointer}.reset-link-cnt .reset-link i{position:absolute;left:0;top:50%;transform:translateY(-50%)}.radios-container{display:flex;flex-wrap:wrap}.radios-container .form-radio{flex:0 1 auto}.radios-container .form-radio label{margin-right:8px}.radios-container .reset-link-cnt{flex:0 0 100%}.main-menu{overflow:visible;z-index:999!important}.menu-toggled .main-menu .menu-element [data-tippy-root]{margin-left:8px}.main-menu .menu-element .dropdown{flex:0 0 100%;display:flex;align-items:center}.main-menu .dropdown.dropdown-tippy{display:flex}.modal:not(.drawer) [data-search-filters]{min-height:0}.modal:not(.drawer) [data-search-filters] .search-filters-wrapper{min-height:40px}.modal:not(.drawer) .modal-close.flex{display:flex;justify-content:center;align-items:center;color:#000}.modal:not(.drawer) .modal-close.flex.icon.is-xsmall{width:16px;height:16px;font-size:16px}.modal:not(.drawer) .chosen-container .chosen-results{max-height:130px}.modal:not(.drawer) .chosen-container.chosen-container-single .chosen-results{max-height:90px}.modal:not(.drawer) pre{height:200px;overflow-y:scroll;white-space:pre-wrap;border:1px solid #c9c9c9;border-radius:8px;padding:10px;background-color:#fafafa;font-size:12px;line-height:14px}.modal:not(.drawer) .modal-dialog{position:relative;margin:auto;z-index:13000;max-height:calc(100vh - var(--space-xl) * 2)}.modal:not(.drawer) .modal-content{overflow:auto;padding-bottom:106px;max-height:calc(100vh - var(--space-xl) * 2 - 106px)}.modal:not(.drawer) .modal-content.submitting{padding-bottom:0}.modal:not(.drawer) .modal-content.not-overflow{overflow:unset}.modal:not(.drawer) .modal-content>.spinner-small.center{left:50%;transform:translate(-50%)}.modal:not(.drawer) .modal-content.pb-0{padding-bottom:0}.modal:not(.drawer) .modal-content .modal-body{overflow:visible;max-height:initial}.modal:not(.drawer) .modal-content .modal-body .Select-menu-outer{z-index:2;max-height:130px}.modal:not(.drawer) .modal-content .modal-body .Select-menu{max-height:128px}.modal:not(.drawer) .modal-content .modal-footer{width:100%;position:absolute;z-index:11;bottom:52px;margin-bottom:-20px}.modal:not(.drawer) .preview iframe{width:100%;height:100%}.modal:not(.drawer).send-modal.send-modal--document .preview iframe{width:100%;height:100%;max-height:calc(100vh - var(--space-xl) * 8 - 106px - 30px);position:sticky;top:0}.modal-body.dms-bulk-upload .preview{display:flex}.modal-body.dms-bulk-upload .preview iframe{position:relative;height:100%;width:100%;max-height:calc(100vh - var(--space-xl) * 8 - 106px - 30px);position:sticky;top:0}.modal-body.dms-bulk-upload .preview iframe[type^=image]{height:auto;max-height:100%}.modal-body.dms-bulk-upload .document-template-vars-list li{margin-bottom:5px}.modal-body.dms-bulk-upload .preview+div{overflow-y:scroll}.modal-body p.errors{color:var(--color-red-800)}.modal-body.modal-personal-data .Select-menu-outer{max-height:97px}.modal-body.modal-personal-data .Select-menu{max-height:95px}.modal-body .add-social-network{border-bottom:1px solid var(--color-grey-200);padding:0 0 12px}.modal-body .add-social-network .link{position:relative;padding-left:20px}.modal-body .add-social-network .link i{position:absolute;left:0;top:50%;transform:translateY(-50%)}.modal-viewport.not-click{pointer-events:none}.confirm-content img{align-self:center}.confirm-content .alert-confirmation-square{width:64px;height:64px;border-radius:16px;background:var(--color-red-100);padding:12px;position:relative}.confirm-content .alert-confirmation-square:after{content:"";width:40px;height:40px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC40IiBkPSJNMTcuMjcgMy4zNTgzMkMxOS4wNDQgMi43Njk0NCAyMC45NTYgMi43Njk0NCAyMi43MyAzLjM1ODMyQzI0LjQ5NjggMy45NDQ3NyAyNS44ODQgNS4zMzU2NyAyNy4yNzc1IDcuMjg5OUMyOC42NjY1IDkuMjM3NjUgMzAuMjAxMyAxMS45NTM0IDMyLjE3OTYgMTUuNDU0MkwzMi4yNTczIDE1LjU5MTZDMzQuMjM2MSAxOS4wOTI4IDM1Ljc3MDggMjEuODA4NSAzNi43MjczIDI0LjAxMDhDMzcuNjg4MyAyNi4yMjM4IDM4LjE2NyAyOC4xMzQ1IDM3Ljc4NTEgMjkuOTcwMkMzNy40MDA1IDMxLjgxODUgMzYuNDUyMyAzMy40OTkyIDM1LjA3MTMgMzQuNzY5NUMzMy42OTM2IDM2LjAzNjcgMzEuODE3OCAzNi41NzEzIDI5LjQ1NiAzNi44MjhDMjcuMTA3NSAzNy4wODMzIDI0LjAzNTMgMzcuMDgzMyAyMC4wODEzIDM3LjA4MzNIMTkuOTE4OEMxNS45NjQ3IDM3LjA4MzMgMTIuODkyNSAzNy4wODMzIDEwLjU0NCAzNi44MjhDOC4xODIxIDM2LjU3MTMgNi4zMDYzIDM2LjAzNjcgNC45Mjg2OCAzNC43Njk1QzMuNTQ3NjggMzMuNDk5MiAyLjU5OTQ1IDMxLjgxODUgMi4yMTQ5IDI5Ljk3MDJDMS44MzI5OCAyOC4xMzQ1IDIuMzExNjUgMjYuMjIzOCAzLjI3MjczIDI0LjAxMDhDNC4yMjkxOCAyMS44MDg1IDUuNzYzOSAxOS4wOTI4IDcuNzQyNjEgMTUuNTkxNkw3LjgyMDI4IDE1LjQ1NDJDOS43OTg2NiAxMS45NTM0IDExLjMzMzQgOS4yMzc2NSAxMi43MjI0IDcuMjg5OUMxNC4xMTYgNS4zMzU2NyAxNS41MDMyIDMuOTQ0NzcgMTcuMjcgMy4zNTgzMloiIGZpbGw9IiNEMjJDNDIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC4zMzMzIDI4LjMzMzNDMTguMzMzMyAyNy40MTI4IDE5LjA3NjEgMjYuNjY2NyAxOS45OTI1IDI2LjY2NjdIMjAuMDA3NUMyMC45MjM4IDI2LjY2NjcgMjEuNjY2NiAyNy40MTI4IDIxLjY2NjYgMjguMzMzM0MyMS42NjY2IDI5LjI1MzggMjAuOTIzOCAzMCAyMC4wMDc1IDMwSDE5Ljk5MjVDMTkuMDc2MSAzMCAxOC4zMzMzIDI5LjI1MzggMTguMzMzMyAyOC4zMzMzWiIgZmlsbD0iI0QyMkM0MiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIwIDIzLjMzMzNDMTkuMDc5NSAyMy4zMzMzIDE4LjMzMzMgMjIuNTg3MiAxOC4zMzMzIDIxLjY2NjdWMTVDMTguMzMzMyAxNC4wNzk1IDE5LjA3OTUgMTMuMzMzMyAyMCAxMy4zMzMzQzIwLjkyMDUgMTMuMzMzMyAyMS42NjY2IDE0LjA3OTUgMjEuNjY2NiAxNVYyMS42NjY3QzIxLjY2NjYgMjIuNTg3MiAyMC45MjA1IDIzLjMzMzMgMjAgMjMuMzMzM1oiIGZpbGw9IiNEMjJDNDIiLz4KPC9zdmc+Cg==);background-repeat:no-repeat;background-position:center;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.confirm-content .alert-confirmation-square-wait{width:64px;height:64px;position:relative;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiByeD0iMTYiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl82NTg0XzI3MzQpIi8+CjxwYXRoIG9wYWNpdHk9IjAuNCIgZD0iTTMyIDE1Ljc1QzMyLjY5MDMgMTUuNzUgMzMuMjUgMTYuMzA5NyAzMy4yNSAxN0MzMy4yNSAyMC4zNDM1IDM0LjkzNDMgMjMuNzkxNiAzNy41NzEzIDI2LjQyODZDNDAuMjA4NSAyOS4wNjU3IDQzLjY1NjUgMzAuNzUgNDcgMzAuNzVDNDcuNjkwMyAzMC43NSA0OC4yNSAzMS4zMDk3IDQ4LjI1IDMyQzQ4LjI1IDMyLjY5MDMgNDcuNjkwMyAzMy4yNSA0NyAzMy4yNUM0My42NTY1IDMzLjI1IDQwLjIwODUgMzQuOTM0MyAzNy41NzEzIDM3LjU3MTNDMzQuOTM0MyA0MC4yMDg1IDMzLjI1IDQzLjY1NjUgMzMuMjUgNDdDMzMuMjUgNDcuNjkwMyAzMi42OTAzIDQ4LjI1IDMyIDQ4LjI1QzMxLjMwOTcgNDguMjUgMzAuNzUgNDcuNjkwMyAzMC43NSA0N0MzMC43NSA0My42NTY1IDI5LjA2NTcgNDAuMjA4NSAyNi40Mjg2IDM3LjU3MTNDMjMuNzkxNiAzNC45MzQzIDIwLjM0MzUgMzMuMjUgMTcgMzMuMjVDMTYuMzA5NyAzMy4yNSAxNS43NSAzMi42OTAzIDE1Ljc1IDMyQzE1Ljc1IDMxLjMwOTcgMTYuMzA5NyAzMC43NSAxNyAzMC43NUMyMC4zNDM1IDMwLjc1IDIzLjc5MTYgMjkuMDY1NyAyNi40Mjg2IDI2LjQyODZDMjkuMDY1NyAyMy43OTE2IDMwLjc1IDIwLjM0MzUgMzAuNzUgMTdDMzAuNzUgMTYuMzA5NyAzMS4zMDk3IDE1Ljc1IDMyIDE1Ljc1WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTQ0LjA4MzMgMTQuMDgzM0M0NC40MzkyIDE0LjA4MzMgNDQuNzQ3MyAxNC4zMjk5IDQ0LjgyNTcgMTQuNjc3TDQ1LjIxNiAxNi40MUM0NS40ODI1IDE3LjU5MzQgNDYuNDA2NyAxOC41MTc1IDQ3LjU5IDE4Ljc4NEw0OS4zMjMgMTkuMTc0NEM0OS42NzAyIDE5LjI1MjYgNDkuOTE2NyAxOS41NjA5IDQ5LjkxNjcgMTkuOTE2N0M0OS45MTY3IDIwLjI3MjUgNDkuNjcwMiAyMC41ODA4IDQ5LjMyMyAyMC42NTg5TDQ3LjU5IDIxLjA0OTNDNDYuNDA2NyAyMS4zMTU5IDQ1LjQ4MjUgMjIuMjQgNDUuMjE2IDIzLjQyMzNMNDQuODI1NyAyNS4xNTYzQzQ0Ljc0NzMgMjUuNTAzNCA0NC40MzkyIDI1Ljc1IDQ0LjA4MzMgMjUuNzVDNDMuNzI3NSAyNS43NSA0My40MTkzIDI1LjUwMzQgNDMuMzQxIDI1LjE1NjNMNDIuOTUwNyAyMy40MjMzQzQyLjY4NDIgMjIuMjQgNDEuNzYgMjEuMzE1OSA0MC41NzY3IDIxLjA0OTNMMzguODQzNyAyMC42NTg5QzM4LjQ5NjUgMjAuNTgwOCAzOC4yNSAyMC4yNzI1IDM4LjI1IDE5LjkxNjdDMzguMjUgMTkuNTYwOSAzOC40OTY1IDE5LjI1MjYgMzguODQzNyAxOS4xNzQ0TDQwLjU3NjcgMTguNzg0QzQxLjc2IDE4LjUxNzUgNDIuNjg0MiAxNy41OTM0IDQyLjk1MDcgMTYuNDFMNDMuMzQxIDE0LjY3N0M0My40MTkzIDE0LjMyOTkgNDMuNzI3NSAxNC4wODMzIDQ0LjA4MzMgMTQuMDgzM1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xOS45MTY2IDM4LjI1QzIwLjI3MjQgMzguMjUgMjAuNTgwNyAzOC40OTY1IDIwLjY1ODkgMzguODQzN0wyMS4wNDkyIDQwLjU3NjdDMjEuMzE1OCA0MS43NiAyMi4yMzk5IDQyLjY4NDIgMjMuNDIzMiA0Mi45NTA3TDI1LjE1NjMgNDMuMzQxQzI1LjUwMzQgNDMuNDE5MyAyNS43NDk5IDQzLjcyNzUgMjUuNzQ5OSA0NC4wODMzQzI1Ljc0OTkgNDQuNDM5MiAyNS41MDM0IDQ0Ljc0NzMgMjUuMTU2MyA0NC44MjU3TDIzLjQyMzIgNDUuMjE2QzIyLjIzOTkgNDUuNDgyNSAyMS4zMTU4IDQ2LjQwNjcgMjEuMDQ5MiA0Ny41OUwyMC42NTg5IDQ5LjMyM0MyMC41ODA3IDQ5LjY3MDIgMjAuMjcyNCA0OS45MTY3IDE5LjkxNjYgNDkuOTE2N0MxOS41NjA4IDQ5LjkxNjcgMTkuMjUyNSA0OS42NzAyIDE5LjE3NDMgNDkuMzIzTDE4Ljc4MzkgNDcuNTlDMTguNTE3NCA0Ni40MDY3IDE3LjU5MzMgNDUuNDgyNSAxNi40MDk5IDQ1LjIxNkwxNC42NzY5IDQ0LjgyNTdDMTQuMzI5OCA0NC43NDczIDE0LjA4MzMgNDQuNDM5MiAxNC4wODMzIDQ0LjA4MzNDMTQuMDgzMyA0My43Mjc1IDE0LjMyOTggNDMuNDE5MyAxNC42NzY5IDQzLjM0MUwxNi40MDk5IDQyLjk1MDdDMTcuNTkzMyA0Mi42ODQyIDE4LjUxNzQgNDEuNzYgMTguNzgzOSA0MC41NzY3TDE5LjE3NDMgMzguODQzN0MxOS4yNTI1IDM4LjQ5NjUgMTkuNTYwOCAzOC4yNSAxOS45MTY2IDM4LjI1WiIgZmlsbD0id2hpdGUiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl82NTg0XzI3MzQiIHgxPSIzLjU1NDczZS0wNyIgeTE9IjUwLjczMDUiIHgyPSI2NCIgeTI9IjEzLjI2OTUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzRDMkZEMyIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM3RDlERUEiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:center}.confirm-content .alert-confirmation-square-bye{width:64px;height:64px;position:relative;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiByeD0iMTYiIGZpbGw9IiM3RDlERUEiLz4KPHBhdGggb3BhY2l0eT0iMC40IiBkPSJNMjkuNjc2NyAyNi4zMDY5TDMyLjgxMzIgMTcuODM1NkwzMy43NDk1IDE1LjQ3MDRDMzQuMTU2NyAxNC40NDIxIDM1LjMxNTMgMTMuOTMyNiAzNi4zNDgzIDE0LjMyNzlDMzcuMzg3NyAxNC43MjU1IDM3LjkwOTMgMTUuODg5MSAzNy41MTQ3IDE2LjkyOTZMMzYuMzU5OCAxOS45NzQ3TDMyLjg4MTggMjkuMzY4N0MzMi43NDcgMjkuNzMyOSAzMi45MzcgMzAuMTM1OSAzMy4zMDYgMzAuMjY4OUMzMy42NzUyIDMwLjQwMTkgMzQuMDgzNyAzMC4yMTQ1IDM0LjIxODUgMjkuODUwNEwzNy43NTEgMjAuNDU5N0MzOC4xMzkzIDE5LjQyNzIgMzkuMjg3NSAxOC45MDA5IDQwLjMyMzIgMTkuMjgwN0M0MS4zNjczIDE5LjY2MzYgNDEuOTAxOCAyMC44MjE5IDQxLjUxNTUgMjEuODY0OEwzNy40MjQgMzIuOTEyNEMzNy4yODkyIDMzLjI3NjUgMzcuNDc5MiAzMy42Nzk1IDM3Ljg0ODMgMzMuODEyNEMzOC4yMTc1IDMzLjk0NTQgMzguNjI2IDMzLjc1OCAzOC43NjA4IDMzLjM5MzlMNDEuNTgzIDI1Ljc3MTJMNDEuNzU1MyAyNS4zMzA4QzQyLjE4MzggMjQuMjM1NSA0My40MDY1IDIzLjY4MDMgNDQuNTEzMyAyNC4wNzg0QzQ1LjY1MDggMjQuNDg3NiA0Ni4yMzU1IDI1Ljc0NjggNDUuODEzOCAyNi44Nzk4TDQ1LjMxNjggMjguMjE1NUw0MS45MDQ4IDM3LjU1NzlDNDEuMzE4OCAzOS4xNjI0IDQwLjg1ODMgNDAuNDIzMiA0MC40MjA4IDQxLjQxOTVDMzkuOTc1NSA0Mi40MzM5IDM5LjUyMTMgNDMuMjUzIDM4LjkxNDggNDMuOTQ5OUMzOC4xODE3IDQ0Ljc5MiAzNi44NyA0NS41NzMgMzYuMDE3OCA0Ni4wMzk3QzM1LjQ5NzggNDYuMzI0NCAzNS4xMTkzIDQ2Ljc1MDcgMzQuOTQzMyA0Ny4yMzI3TDM0LjMwMTggNDguOTg5NEMzNC4wNjUzIDQ5LjYzNjcgMzMuMzQ5MyA0OS45NzA1IDMyLjcwMTUgNDkuNzM1NUwxOC4zMjI4IDQ0LjUyQzE4LjAxMDcgNDQuNDA2OSAxNy43NTY0IDQ0LjE3NCAxNy42MTYxIDQzLjg3MzJDMTcuNDc1OCA0My41NzI0IDE3LjQ2MSA0My4yMjc5IDE3LjU3NDkgNDIuOTE2QzE4LjExNzEgNDEuNDMxMiAxOC4yNTEyIDM5LjQ3MzkgMTcuNzk5MyAzOC4wOTI0TDE0LjgwNTQgMjguMjk4MkMxNC43NTQ1IDI4LjEzMDUgMTQuNzIzNSAyNy45NjA2IDE0LjcxMTQgMjcuNzkxM0MxNC43MzY1IDI3LjMzMTggMTQuODQxNiAyNi44ODIzIDE1LjAxODggMjYuNDYyN0MxNS4yMTQzIDI2LjEyNDQgMTUuNDk2NSAyNS44MzA5IDE1Ljg1MTkgMjUuNjE3M0MxNy4wNjc0IDI0Ljg4NzIgMTguNjUxNiAyNS4zNjAxIDE5LjI0OTUgMjYuNjI1N0wyMS4wMjIxIDMwLjM3OEMyMS4xNDM2IDMwLjYzNTIgMjEuNDEwMiAzMC43OTQ5IDIxLjY5NzYgMzAuNzgyN0MyMS45ODUgMzAuNzcwNSAyMi4yMzY3IDMwLjU4ODkgMjIuMzM1NCAzMC4zMjI0TDI3LjcxMzYgMTYuMDQ5MkMyOC4xMDY2IDE1LjAwNjIgMjkuMjcyNSAxNC40ODE0IDMwLjMxMzggMTQuODc4OEMzMS4zNDgyIDE1LjI3MzUgMzEuODY5MyAxNi40Mjk4IDMxLjQ4IDE3LjQ2NjJMMjguMzQgMjUuODI1M0MyOC4yMDUxIDI2LjE4OTQgMjguMzk1MSAyNi41OTI0IDI4Ljc2NDIgMjYuNzI1NEMyOS4xMzMzIDI2Ljg1ODQgMjkuNTQxOCAyNi42NzEgMjkuNjc2NyAyNi4zMDY5WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00Ni44MTIzIDMxLjk4MjJDNDcuNjg1MyAzMS42OTA1IDQ4LjYyOTQgMzIuMTYxOCA0OC45MjExIDMzLjAzNDhDNTAuMDk4OCAzNi41NiA0OC4zNTkzIDQwLjUwNjUgNDQuODY1MyA0MS43OTM1QzQ0LjAwMTQgNDIuMTExNyA0My4wNDM0IDQxLjY2OTUgNDIuNzI1MyA0MC44MDU3QzQyLjQwNzEgMzkuOTQyIDQyLjg0OTMgMzguOTgzOCA0My43MTMxIDM4LjY2NTdDNDUuNDEwMyAzOC4wNDA1IDQ2LjQwMzEgMzYuMDE3MyA0NS43NTk2IDM0LjA5MUM0NS40Njc5IDMzLjIxOCA0NS45MzkzIDMyLjI3MzggNDYuODEyMyAzMS45ODIyWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);background-repeat:no-repeat;background-position:center}.confirm-content .alert-warning-square-wait{width:64px;height:64px;position:relative;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgb3BhY2l0eT0iMC44Ij4KPHJlY3Qgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiByeD0iMTYiIGZpbGw9IiNGREU2RTYiLz4KPHBhdGggb3BhY2l0eT0iMC40IiBkPSJNMjkuMjcgMTUuMzU4NEMzMS4wNDQgMTQuNzY5NSAzMi45NTYgMTQuNzY5NSAzNC43MyAxNS4zNTg0QzM2LjQ5NjggMTUuOTQ0OSAzNy44ODQgMTcuMzM1OCAzOS4yNzc1IDE5LjI5QzQwLjY2NjUgMjEuMjM3NyA0Mi4yMDEzIDIzLjk1MzUgNDQuMTc5NyAyNy40NTQyTDQ0LjI1NzMgMjcuNTkxN0M0Ni4yMzYyIDMxLjA5MjkgNDcuNzcwOCAzMy44MDg2IDQ4LjcyNzMgMzYuMDEwOUM0OS42ODgzIDM4LjIyMzkgNTAuMTY3IDQwLjEzNDYgNDkuNzg1MiA0MS45NzAyQzQ5LjQwMDUgNDMuODE4NiA0OC40NTIzIDQ1LjQ5OTIgNDcuMDcxMyA0Ni43Njk2QzQ1LjY5MzcgNDguMDM2NyA0My44MTc4IDQ4LjU3MTQgNDEuNDU2IDQ4LjgyODFDMzkuMTA3NSA0OS4wODM0IDM2LjAzNTMgNDkuMDgzNCAzMi4wODEzIDQ5LjA4MzRIMzEuOTE4OEMyNy45NjQ3IDQ5LjA4MzQgMjQuODkyNiA0OS4wODM0IDIyLjU0NCA0OC44MjgxQzIwLjE4MjEgNDguNTcxNCAxOC4zMDYzIDQ4LjAzNjcgMTYuOTI4NyA0Ni43Njk2QzE1LjU0NzcgNDUuNDk5MiAxNC41OTk1IDQzLjgxODYgMTQuMjE0OSA0MS45NzAyQzEzLjgzMyA0MC4xMzQ2IDE0LjMxMTcgMzguMjIzOSAxNS4yNzI4IDM2LjAxMDlDMTYuMjI5MiAzMy44MDg2IDE3Ljc2MzkgMzEuMDkyOSAxOS43NDI2IDI3LjU5MTdMMTkuODIwMyAyNy40NTQyQzIxLjc5ODcgMjMuOTUzNSAyMy4zMzM1IDIxLjIzNzcgMjQuNzIyNSAxOS4yOUMyNi4xMTYxIDE3LjMzNTggMjcuNTAzMiAxNS45NDQ5IDI5LjI3IDE1LjM1ODRaIiBmaWxsPSIjRDIyQzQyIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMzAuMzMzMyA0MC4zMzM0QzMwLjMzMzMgMzkuNDEyOSAzMS4wNzYyIDM4LjY2NjcgMzEuOTkyNSAzOC42NjY3SDMyLjAwNzVDMzIuOTIzOCAzOC42NjY3IDMzLjY2NjcgMzkuNDEyOSAzMy42NjY3IDQwLjMzMzRDMzMuNjY2NyA0MS4yNTM5IDMyLjkyMzggNDIuMDAwMSAzMi4wMDc1IDQyLjAwMDFIMzEuOTkyNUMzMS4wNzYyIDQyLjAwMDEgMzAuMzMzMyA0MS4yNTM5IDMwLjMzMzMgNDAuMzMzNFoiIGZpbGw9IiNEMjJDNDIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMiAzNS4zMzMzQzMxLjA3OTUgMzUuMzMzMyAzMC4zMzMzIDM0LjU4NzEgMzAuMzMzMyAzMy42NjY2VjI2Ljk5OTlDMzAuMzMzMyAyNi4wNzk1IDMxLjA3OTUgMjUuMzMzMyAzMiAyNS4zMzMzQzMyLjkyMDUgMjUuMzMzMyAzMy42NjY3IDI2LjA3OTUgMzMuNjY2NyAyNi45OTk5VjMzLjY2NjZDMzMuNjY2NyAzNC41ODcxIDMyLjkyMDUgMzUuMzMzMyAzMiAzNS4zMzMzWiIgZmlsbD0iI0QyMkM0MiIvPgo8L2c+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-position:center}.modal-config-bulk{overflow:auto}.modal-config-bulk.not-overflow{overflow:inherit}.modal-config-bulk .modal{padding:20px 24px 24px}.modal-config-bulk .modal-content{overflow:auto}.modal-config-bulk .modal-body{max-height:inherit}.modal-config-bulk .Select-menu-outer{max-height:110px}.modal-config-bulk .Select-menu-outer .Select-menu{max-height:108px}.modal-config-bulk .h2{font-size:22px;line-height:30px;color:var(--color-grey-800);margin-bottom:5px}.modal-config-bulk .sub-title{font-size:14px;line-height:19px;color:var(--color-grey-700);margin-bottom:18px}.modal-config-bulk .simple-label{margin-bottom:10px}.modal-config-bulk .row{display:flex;margin-bottom:25px}.modal-config-bulk .row .form-control.simulate{height:auto;border-color:var(--input-border-color);color:var(--input-color)}.modal-config-bulk .row .Select-control{display:block;width:100%;height:var(--input-height);padding:0 var(--input-btn-padding-x);border:1px solid var(--input-border-color);border-radius:var(--input-btn-border-radius);background-color:#fff;font-size:var(--font-base-size);line-height:var(--input-internal-height);color:var(--input-text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:border-color var(--speed-fast);-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.modal-config-bulk .row .Select-control::-webkit-search-cancel-button{-webkit-appearance:none}.modal-config-bulk .row .Select-control::-webkit-inner-spin-button,.modal-config-bulk .row .Select-control::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.modal-config-bulk .row .Select-control::-ms-expand{background-color:transparent;border:0}.modal-config-bulk .row .Select-control.focus,.modal-config-bulk .row .Select-control:focus{color:var(--input-focus-text-color);background-color:var(--input-bg-color);border-color:var(--input-focus-border-color);outline:none}.modal-config-bulk .row .Select-control.disabled,.modal-config-bulk .row .Select-control:disabled{background:var(--input-disabled-bg-color);border-color:var(--input-disabled-border-color);color:var(--input-disabled-text-color);cursor:inherit}.modal-config-bulk .row .Select-control.disabled:hover,.modal-config-bulk .row .Select-control:disabled:hover{border-color:var(--input-disabled-border-color)}.modal-config-bulk .row .Select-control::-moz-placeholder{color:var(--input-placeholder-color);line-height:var(--input-internal-height);opacity:1}.modal-config-bulk .row .Select-control::placeholder{color:var(--input-placeholder-color);line-height:var(--input-internal-height);opacity:1}.modal-config-bulk .row .Select-control.hover,.modal-config-bulk .row .Select-control:hover{border-color:var(--input-hover-border-color);opacity:1}.modal-config-bulk .row .form-group{flex:0 0 100%;margin-bottom:0}.modal-config-bulk .row.double.mb-0{margin-bottom:0}.modal-config-bulk .row.double .form-group{flex:0 0 50%;margin-left:0;border-bottom:1px solid var(--color-grey-200);padding-bottom:7px}.modal-config-bulk .row.double .form-group .label{display:block;border-bottom:1px solid var(--color-dark-blue-700);font-size:14px;line-height:19px;color:var(--color-dark-blue-700);padding-bottom:9px;margin-bottom:0;margin-left:0}.modal-config-bulk .row.double .form-group .normal-select{padding:8px 16px 0 8px}.modal-config-bulk .with-delete .row.double .form-group{flex:0 0 394px}.modal-config-bulk .with-delete .row.double .form-group.remove{flex:1 0 auto;display:flex;justify-content:center;padding:0}.modal-config-bulk .with-delete .row.double .form-group.remove span{align-self:center;cursor:pointer;font-size:14px;line-height:19px;color:var(--color-dark-blue-700)}.modal-config-bulk .with-delete .row.double:first-child .form-group:nth-child(2){flex:0 1 100%}.modal-config-bulk .with-delete .row.double:first-child .form-group:nth-child(2) .normal-select{max-width:394px}.modal-config-bulk .add-phase-and-status{border-bottom:1px solid var(--color-grey-200);padding:12px 0;margin-bottom:26px}.modal-config-bulk .add-phase-and-status .link{position:relative;padding-left:20px}.modal-config-bulk .add-phase-and-status .link i{position:absolute;left:0;top:50%;transform:translateY(-50%)}.modal-config-bulk .inner-title{font-size:16px;line-height:22px;color:var(--color-grey-800)}.modal-config-bulk .Select--multi .Select-value.special-label:first-child{margin-top:0}.modal-config-bulk .Select--multi .Select-value.special-label .text{display:flex;justify-content:space-between}.modal-config-bulk .Select--multi .Select-value.special-label .text .title,.modal-config-bulk .Select--multi .Select-value.special-label .text .info{flex:0 0 auto}.new-candidates-form .add-assets-button{margin-bottom:20px}.new-candidates-form .add-assets-button .fa{margin-right:5px}.new-candidates-form .list-assets .fields{padding:0 17px 12px 12px;border-bottom:1px solid var(--color-grey-200);margin-bottom:20px}.new-candidates-form .list-assets .fields .asset{display:flex;align-items:center;justify-content:space-between}.new-candidates-form .list-assets .fields .asset.margin-negative{margin:0 -17px 0 -12px}.new-candidates-form .list-assets .file{display:flex;align-items:center}.new-candidates-form .list-assets .type{margin-right:10px;color:var(--color-dark-blue-700);font-size:20px}.new-candidates-form .controls{position:relative}.new-candidates-form .control-group.radio_buttons .controls{display:flex;flex-wrap:wrap}.new-candidates-form .control-group.radio_buttons .controls>*:not(.inline){flex:0 0 100%}.new-candidates-form .control-group.radio_buttons .controls .inline{flex:0 0 auto;margin-right:40px}.new-candidates-form .control-group.radio_buttons .controls .inline:last-child{margin-right:0}.new-candidates-form .professional-experiences-container .row .flex-1,.new-candidates-form .professional-educations-container .row .flex-1,.new-candidates-form .complementary-educations-container .row .flex-1{flex:1 1 350px;margin-left:0}.new-request-page{padding-bottom:48px}.new-request-page .card+.card{margin-top:0}.new-request-page .col-full-auto{flex:0 1 100%}.new-request-page .control-label{display:flex;flex-wrap:wrap;align-items:flex-end}.new-request-page .control-label>*{order:0}.no-results .icon{color:var(--color-blue-600)}.offers-index{padding-top:20px}.offers-index .offers-index-header{display:flex;flex:0 0 55%}.offers-index .offers-index-header>*{flex:0 0 auto}.offers-index .offers-index-header>*.search-filters-form{flex:0 1 100%}.offers-index .alerts-container .alert{margin-top:0}.offers-index .main-content{margin-left:10px}.affiliated-body{width:392px}.new-channel .affiliated-body,.update-channel .affiliated-body{width:auto}.new-channel .affiliated-body .modal-body,.update-channel .affiliated-body .modal-body{overflow:inherit}.new-channel .affiliated-body .controls input,.update-channel .affiliated-body .controls input{margin:0 auto}.affiliated-body .h2{margin-bottom:16px}.affiliated-body .controls input{margin:0 auto 16px}.affiliated-body .modal-body{margin:0;padding-left:0;padding-right:0}.affiliated-body .own-account-modal{padding-right:20px}.affiliated-body .account-options-list{flex-wrap:wrap;margin:0 auto}.affiliated-body .account-options-list>*{flex:0 0 100%;margin-left:0;margin-bottom:16px}.pending-tasks .section-content{padding:0 8px!important}.pending-tasks .section-content .section-title{padding-left:15px}.pending-tasks .section-content .pending-tasks-list .forms-box{padding:10px;cursor:pointer}.pending-tasks .section-content .pending-tasks-list .forms-box:hover{background:var(--color-dark-blue-100)}.pending-tasks .section-content .pending-tasks-list .forms-box .secondary{font-size:var(--font-size-m);line-height:var(--line-height-s)}@keyframes fillOut{to{stroke-dasharray:var(--percentage) 100}}.percentage-graph{width:150px;height:150px;margin:0 auto 34px;position:relative}.percentage-graph .percentage-text{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:12px;letter-spacing:.57px;line-height:15px;font-weight:600;color:var(--color-grey-500);text-transform:uppercase;padding:10px}.percentage-graph .percentage-text .percentage{display:block;font-size:40px;line-height:55px;font-weight:700;letter-spacing:0}.percentage-graph circle{fill:none;stroke-width:10;transform:rotate(-90deg);transform-origin:50%;stroke-dasharray:100 100;stroke:var(--color-grey-200);stroke-linecap:round}.percentage-graph circle:nth-child(2){stroke:var(--color);stroke-dasharray:0 100;animation:fillOut .5s linear forwards}.points-block{border:1px solid var(--color-grey-400);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:12px;line-height:17px;width:auto;height:79px;padding:10px}.points-block .points{font-size:22px;line-height:30px;display:block}@media print{.page-compare{background-color:transparent;padding-top:0!important}.page-compare header.main-header{display:none}.page-compare .main-container{line-height:14px!important;font-size:10px!important}.page-compare .main-container #compare-candidates-export-to-pdf{display:none}.page-compare .main-container .compare-candidates-preheader p.text-l{margin-bottom:0}.page-compare .main-container .section-container{margin-bottom:12px!important}.page-compare .main-container .section-container .section-content .card{margin-bottom:0!important}.page-compare .main-container .section-container .section-content .card .item>p{margin-bottom:0!important}.page-compare .main-container .section-container thead tr{background-color:transparent!important}.page-compare .main-container .section-container thead th{font-size:11px!important;height:24px!important;line-height:14px!important;text-align:left}.page-compare .main-container tbody td:first-of-type{vertical-align:top;text-align:left}.page-compare .main-container tbody td .candidate-info .title{max-width:100px!important;overflow:hidden!important;text-overflow:ellipsis!important;text-wrap:nowrap}.page-compare .main-container .text-l{line-height:14px!important;font-size:10px!important}.page-compare .main-container .h1{font-size:16px!important}.page-compare .main-container .h3{font-size:11px!important}.page-compare i.huge-icon{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;font-display:block!important;visibility:visible!important;opacity:1!important}}.profile-show .language-level{display:flex;align-items:baseline;margin-bottom:var(--space-s)}.profile-show .language{width:190px;margin-right:var(--space-m);font-size:14px;line-height:19px;color:var(--color-dark-blue-950)}.profile-show .level{width:120px;margin-right:var(--space-m)}.profile-show .level-bar{height:8px;width:250px;margin-right:var(--space-l)}.profile-show .level-bar:before{background-color:var(--color-dark-blue-400)}.profile-show .language-note{width:230px}.profile-show{padding-top:16px}.profile-show .text-m-strong{color:var(--color-dark-blue-950);font-size:var(--font-size-m);font-weight:600;line-height:20px}.profile-show .main-content{width:calc(100% - 460px)}@media (max-width: 1120px){.profile-show .main-content{width:calc(100% - 400px)}.profile-show .profile-sidebar-wrap{width:380px}}.profile-show .section-block{position:relative;margin:0 -24px}.profile-show .section-block:last-child .inner-card{margin-bottom:0}.profile-show .section-block .section-content{padding:0 24px}.profile-show .section-block .inner-card{margin-top:16px}.profile-show .section-block .section-title{display:flex;justify-content:space-between;cursor:pointer;color:var(--color-grey-950)}.profile-show .section-block .section-title>*{align-self:center;flex:0 0 auto}.profile-show .section-block .collapse-toggle{transition:transform .2s}.profile-show .section-block.show .collapse-toggle{transform:rotate(180deg)}.profile-show .section-block .user-card-name.align-top{align-items:flex-start}.profile-show .section-block .user-card-name .custom-label{flex:0 0 100%;padding-left:60px;padding-bottom:8px}.profile-show .section-block .user-card-name .user-info{word-break:break-all;word-break:break-word;white-space:pre-line;flex:0 0 calc(100% - 64px);padding-top:5px}.profile-show .section-block .user-card-name .user-info .description{padding-top:8px}.profile-show .section-block .user-card-name .user-info .description ul,.profile-show .section-block .user-card-name .user-info .description ol{padding-left:20px;margin-bottom:20px}.profile-show .section-block .user-card-name .user-info .description ul li{list-style:disc}.profile-show .section-block .user-card-name .user-info .description ol li{list-style:decimal}.profile-show .section-block .user-card-name .name{color:currentColor}.profile-show .section-block .email-wrapper{border-bottom:1px solid rgba(var(--color-grey-400),.4)}.profile-show .section-block .email-wrapper:last-child{border-bottom:0}.profile-show .section-block .conversation-message-wrapper{margin:var(--space-m) 0}.profile-show .section-block .conversation-message-wrapper .user-card-name .label{text-transform:uppercase;color:var(--color-grey-300);font-size:12px;line-height:17px}.profile-show .section-block .conversation-message-wrapper .user-card-name .info{white-space:initial}.profile-show .section-block .conversation-message-wrapper .info-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.profile-show .section-block .conversation-message-wrapper .info-header .name{flex:0 1 100%}.profile-show .section-block .conversation-message-wrapper .info-header .date{font-size:14px;line-height:19px;color:var(--color-grey-300);flex:0 0 auto}.profile-show .section-block .conversation-message-wrapper .simple-format p{margin-bottom:16px}.profile-show .section-block .avatar.flex{display:flex;justify-content:center;margin-right:var(--space-m)}.profile-show .section-block .avatar.flex.certificate{margin:0 auto var(--space-m)}.profile-show .section-block .certification{display:inline-block;width:182px;margin:var(--space-m);vertical-align:top;text-align:center}.profile-show .section-block .historical-item .avatar.flex{margin-right:8px}.profile-show .section-block .historical-item .user-card-name{margin-top:5px}.profile-show .profile-sidebar-wrap.main-sidebar .section-block .section-title{font-size:var(--font-size-l)}.profile-show .main-sidebar .section-block{margin:0}.profile-show .main-sidebar .section-block .section-content{padding:0!important}.profile-show .main-sidebar .section-block .section-title{padding-left:0;margin-bottom:0}.profile-show .buttons-wrapper{text-align:right}.profile-content .card{position:relative;margin-bottom:18px}.profile-content .card.personal-data .user-card-name{gap:16px;flex-wrap:nowrap}.profile-content .card.personal-data .user-card-name .name{color:var(--color-dark-blue-950);font-size:var(--font-size-l);line-height:var(--line-height-l)}.profile-content .card.personal-data .avatar{margin-right:0;background:var(--color-dark-blue-100)}.profile-content .card.personal-data .avatar.completed{background:var(--color-emerald-100)}.profile-content .card.personal-data .avatar.completed i:last-child{color:var(--color-emerald-800)}.profile-content .card.personal-data .avatar.cancelled{background:var(--color-red-100)}.profile-content .card.personal-data .avatar.cancelled i:last-child{color:var(--color-red-600)}.profile-content .card.personal-data .avatar.confirmed{background:var(--color-dark-blue-100)}.profile-content .card.personal-data .avatar.confirmed i:last-child{color:var(--color-dark-blue-600)}.profile-content .card.personal-data .avatar.pending{background:var(--color-grey-100)}.profile-content .card.personal-data .avatar.pending i:last-child{color:var(--color-grey-700)}.profile-content .card.personal-data .avatar-status-overlay{position:absolute;top:0;left:0}.profile-content .card.personal-data .tags .tag{cursor:pointer}.profile-content .card.personal-data.highlighted{background:var(--color-emerald-50)}.profile-content .card.personal-data.no_employable{background:var(--color-red-50)}.profile-content .card .gdpr .gdpr-status{align-items:center;display:flex}.profile-content .card .gdpr .gdpr-status.indeterminate .gdpr-info span:nth-child(2):after{content:""}.profile-content .card .gdpr i{font-size:18px}.profile-content .card .gdpr .gdpr-info{align-items:center;display:flex;flex-wrap:wrap;flex:0 1 100%;gap:5px;padding-left:8px;font-size:var(--font-size-m);line-height:var(--line-height-m);color:var(--color-dark-blue-950)}.profile-content .card .gdpr .gdpr-info .tag{margin:0}.profile-content .card .gdpr .gdpr-addinfo>*{margin-right:5px}.profile-content .card .gdpr .gdpr-addinfo>*:last-child{margin-right:0}.profile-content .card .gdpr+.section-block{border-top:0}.profile-content .card .dynamic-fields.row{padding-top:24px}.profile-content .card .dynamic-fields.row .profile-field{height:70px;word-wrap:break-word;overflow-wrap:break-word}.profile-content .card .dynamic-fields.row input,.profile-content .card .dynamic-fields.row .Select{display:block}.profile-content .card .dynamic-fields.row input input,.profile-content .card .dynamic-fields.row .Select input{padding:0}.profile-content .card .profile-contact{display:flex;flex-wrap:wrap;-moz-column-gap:16px;column-gap:16px;row-gap:8px;color:var(--color-grey-500)}.profile-content .card .profile-contact a:not(:hover){color:var(--color-grey-500)}.profile-content .card .profile-contact>li{flex:0 0 auto;position:relative}.profile-content .card .profile-contact>li:after{content:"·";width:1px;position:absolute;right:-8px;top:50%;transform:translateY(-50%)}.profile-content .card .profile-contact>li:last-child{padding-left:0}.profile-content .card .profile-contact>li:last-child:after{display:none}.profile-content .card .profile-contact>li:last-child{padding-right:0}.profile-content .card .creation-info{display:inline-flex;align-items:center}.profile-content .card .creation-info .icon{margin-right:var(--space-xs);cursor:default}.profile-content .card .form-group .label:not(.attach),.profile-content .card .form-group label:not(.attach){display:block}.profile-content .card .attachments{margin-bottom:var(--space-s)}.profile-content .card .attachments .file{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-s)}.profile-content .card .attachments .form-attachment{width:93%}.profile-content .card .attachments .file-name{width:90%;margin-right:var(--space-s)}.profile-content .card .attachments .icon{cursor:pointer}.profile-content .card .attachments .actions{display:inline-flex;align-self:flex-start;padding-top:10px}.profile-content .card .attachments .attachment-link{display:initial;margin-bottom:var(--space-s);padding:0}.profile-content .card iframe{width:100%;height:1000px;margin-top:var(--space-s);border:1px solid var(--color-grey-200)}.profile-content .card .box-interviews{display:flex;align-items:flex-start;margin-bottom:var(--space-m)}.profile-content .card .box-interviews.wrap{flex-wrap:wrap}.profile-content .card .box-interviews.wrap>*{flex:0 0 100%}.profile-content .card .box-interviews.custom-box{justify-content:space-between;margin:0 -24px;padding:24px 24px 0;border-bottom:1px solid rgba(var(--color-grey-400),.4)}.profile-content .card .box-interviews.custom-box:last-child{border-bottom:0}.profile-content .card .box-interviews.custom-box:last-child .custom-fields .custom_field:last-child .form-group{margin-bottom:0}.profile-content .card .box-interviews:last-child{margin-bottom:0}.profile-content .card .box-interviews .hours-interview{margin:0 var(--space-xl) 0 var(--space-m);color:var(--color-black);white-space:nowrap}.profile-content .card .box-interviews .inner-card{width:100%}.profile-content .card .box-interviews.disabled .icon{color:var(--color-dark-blue-700)}.profile-content .card .box-interviews .title-interviews{width:248px;margin-left:var(--space-s)}.profile-content .card .box-interviews .date-interview{margin-bottom:0}.profile-content .card .box-interviews .hours-participants{display:flex;width:400px}.profile-content .card .box-interviews .hours-participants-cnt{display:flex;flex:0 1 100%;flex-wrap:wrap;padding-left:40px}.profile-content .card .box-interviews .hours-participants-cnt .hours-participants{flex:0 0 100%;width:100%;margin-bottom:5px}.profile-content .card .box-interviews .hours-participants-cnt .hours-participants:last-child{margin-bottom:0}.profile-content .card .box-interviews .hours-interview{margin:0 var(--space-xl) 0 var(--space-m);color:var(--color-black)}.profile-content .card .box-interviews .hours-interview .h5{color:var(--color-black)}.profile-content .card .box-interviews .hours-interview .default-text{color:var(--color-grey-700)}.profile-content .card .box-interviews .hours-interview .job-link-wrapper{font-size:var(--font-size-s)}.profile-content .card .custom-label{text-transform:uppercase;font-size:12px;line-height:17px;color:var(--color-grey-500);padding-bottom:16px}.profile-content .card .user-card-name{margin-bottom:24px;flex-wrap:wrap}.profile-content .card .user-card-name .header-info-row{display:flex;flex:0 1 100%;align-items:center}.profile-content .card .user-card-name .header-info-row .tag{margin:0}.profile-content .card .user-card-name .header-info-row .name-cnt{flex:0 1 100%;gap:8px}.profile-content .card .user-card-name .header-info-row .social-networks{padding-left:0;display:flex;gap:8px}.profile-content .card .user-card-name .header-info-row .social-networks .social-item .button.is-link:not(:hover) .huge-icon{color:var(--color-grey-500);cursor:pointer}.profile-content .card .user-card-name .header-info-row .social-networks>.social-item:not(.dropdown),.profile-content .card .user-card-name .header-info-row .social-networks>.dropdown-container{padding:0}.profile-content .card .user-card-name .header-info-row .social-networks:before{display:none}.profile-content .card .user-card-name .header-info-row .dropdown .menu-item .huge-icon{margin-right:var(--space-xs)!important}.profile-content .card .user-card-name.mb-0{margin-bottom:0}.profile-content .card .user-card-name:last-child{padding-bottom:0;margin-bottom:0;border:0}.profile-content .card .user-card-name.current~.current .custom-label,.profile-content .card .user-card-name.previous~.previous .custom-label{display:none}.candidate-event-card.collapsible.show .collapse-toggle{transform:rotate(180deg)}.candidate-event-card.collapsible.show .header{border-bottom:1px solid var(--color-grey-200);padding-bottom:16px;margin-bottom:16px}.candidate-event-card .card .show .collapse-toggle{transform:rotate(180deg)}.candidate-event-card .card .show.header{border-bottom:1px solid var(--color-grey-200);padding-bottom:16px;margin-bottom:16px}.profile-content.resume .card.user-card-name .user-info{padding:0;display:flex;flex-direction:column;gap:4px}.profile-content.resume .card.user-card-name .user-name{font-size:var(--font-size-m);line-height:24px}.profile-content.resume .card.user-card-name .user-position,.profile-content.resume .card.user-card-name .date{font-size:var(--font-size-m);line-height:20px}.profile-content.resume .card.user-card-name .date .tag{color:var(--text-color-secondary)!important}.profile-content.resume .card.user-card-name .with-actions{flex:1}.profile-content.resume .card.user-card-name .description,.profile-content.resume .card.user-card-name .description>p{color:var(--text-color-default);font-size:var(--font-size-m);line-height:20px}.profile-content.resume .section-block{margin-bottom:var(--space-m)}.profile-content.resume .section-block .card{margin-bottom:0;padding:var(--space-m)}.profile-content.resume .section-block.collapsible.show .card{margin-bottom:0}.profile-content.resume .section-block .section-title{font-size:var(--font-size-l);line-height:var(--line-height-l);margin-bottom:var(--space-s)}.profile-sidebar-wrap{width:440px;position:sticky;top:48px;align-self:flex-start;overflow-y:auto;max-height:calc(100vh - 70px);min-height:calc(100vh - 70px)}.profile-sidebar-wrap .candidacy .actions-block-cnt{min-width:212px}.profile-sidebar-wrap .candidacy .actions-block-cnt>li:first-child .dropdown .dropdown-menu.right,.profile-sidebar-wrap .candidacy .actions-block-cnt>li:nth-child(2) .dropdown .dropdown-menu.right{right:auto;left:0}.profile-sidebar-wrap .candidacy .actions-block-cnt .dropdown .tippy-box{max-width:212px}.profile-sidebar-wrap .candidacy .actions-block-cnt .dropdown .tippy-box .menu-item{white-space:inherit}.profile-sidebar-wrap .profile-sidebar{padding:var(--space-m)}.profile-sidebar-wrap .profile-sidebar .collapsible.show .section-title{padding-bottom:var(--space-m);border-bottom:1px solid var(--color-grey-200);margin-bottom:var(--space-m)}.profile-sidebar-wrap .pending-tasks-list .card{padding:var(--space-m);border-radius:var(--border-radius-l);border:1px solid var(--card-border-color-default);background-color:var(--card-bg-color-default)}.profile-sidebar-wrap .pending-tasks-list .card+.card-header{margin-top:-8px}.profile-sidebar-wrap .pending-tasks-list .card.has-footer{border-bottom-left-radius:0;border-bottom-right-radius:0;margin-bottom:0}.profile-sidebar-wrap .pending-tasks-list .card.is-xsmall{padding:var(--space-s)}.profile-sidebar-wrap .pending-tasks-list .card.is-small{padding:var(--space-m)}.profile-sidebar-wrap .pending-tasks-list .card.is-big{padding:var(--space-xl)}.is-fullscreen .profile-sidebar-wrap .pending-tasks-list .card{width:100vw;margin:0}.profile-sidebar-wrap .pending-tasks-list .card.has-shadow,.profile-sidebar-wrap .pending-tasks-list .card.has-shadow-s{box-shadow:var(--box-shadow-s)}.profile-sidebar-wrap .pending-tasks-list .card.has-shadow-l{box-shadow:var(--box-shadow-l)}.profile-sidebar-wrap .pending-tasks-list .card.has-shadow-m{box-shadow:var(--box-shadow-m)}.profile-sidebar-wrap .pending-tasks-list .card.has-hover:hover:not(.is-disabled){background-color:var(--card-bg-color-default-hover)}.profile-sidebar-wrap .pending-tasks-list .card.is-selected,.profile-sidebar-wrap .pending-tasks-list .card.is-highlight{background-color:var(--card-bg-color-selected)}.profile-sidebar-wrap .pending-tasks-list .card.is-disabled{background-color:var(--card-bg-color-default-disabled)}.profile-sidebar-wrap .pending-tasks-list .card.has-alternate-bg{background-color:var(--card-bg-color-alternate)}.profile-sidebar-wrap .pending-tasks-list .card.has-alternate-bg.is-disabled{background-color:var(--card-bg-color-alternate-disabled)}.profile-sidebar-wrap .pending-tasks-list .card.has-alternate-bg.has-hover:hover:not(.is-disabled){background-color:var(--card-bg-color-alternate-hover)}@media only screen and (max-width: 1024px){.profile-sidebar-wrap .pending-tasks-list .card{padding:var(--space-m)}}@media only screen and (max-width: 767px){.profile-sidebar-wrap .pending-tasks-list .card{padding:calc(var(--space-m) / 2)}}.profile-sidebar-wrap .pending-tasks-list .card{cursor:pointer}.profile-sidebar-wrap .pending-tasks-list .card .title,.profile-sidebar-wrap .pending-tasks-list .card .info{font-size:var(--font-size-m);line-height:20px}.profile-sidebar-wrap .pending-tasks-list .card .info{color:var(--color-dark-blue-950);font-weight:600}.profile-sidebar-wrap .pending-tasks-list .card .info .status-dot .dot{width:6px;height:6px}.profile-sidebar-wrap .profile-candidacies .is-small.link{padding:0 20px}.profile-sidebar-wrap .profile-sidebar-wrap.main-sidebar .section-block .section-title{font-size:var(--font-size-l)}.profile-sidebar-wrap .profile-candidacies .info-item{word-wrap:break-word;line-height:15px}.profile-sidebar-wrap .profile-candidacies .inner-card{border:0;padding:var(--space-m)}.profile-sidebar-wrap .profile-candidacies .date,.profile-sidebar-wrap .profile-candidacies .stop-translation{display:inline-block}.profile-sidebar-wrap .profile-candidacies .job-name-cnt>*:not(.tag,.killer-question-score){flex:0 0 100%}.profile-sidebar-wrap .profile-candidacies .job-name-cnt>a{margin-right:0}.profile-sidebar-wrap .profile-candidacies .date .separator:first-child{display:none}.profile-sidebar-wrap .profile-candidacies .stop-translation{margin-right:var(--space-xs)}.profile-sidebar-wrap .profile-candidacies .killer-question-score{margin-left:0}.profile-sidebar-wrap .profile-candidacies .info{width:95%}.profile-sidebar-wrap .profile-candidacies .portal-name .dropdown{position:static}.profile-sidebar-wrap .profile-candidacies .portal-name .dropdown .tippy-box.react[data-placement^=bottom]{top:auto}.profile-sidebar-wrap .profile-candidacies .candidacies .candidacy.selected .actions-block{flex-wrap:wrap;justify-content:end}.profile-sidebar-wrap .profile-candidacies .candidacies .candidacy .actions-block{bottom:0}.profile-sidebar-wrap .profile-candidacies .candidacies .candidacy .actions-block li{margin-top:4px;margin-bottom:4px}.profile-sidebar-wrap .profile-candidacies .candidacies .candidacy .actions-block .dropdown .dropdown-menu .menu-item{white-space:initial}.profile-sidebar-wrap .profile-notes-head .text{flex:1 1 auto;min-width:0;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.profile-sidebar-wrap .profile-notes .user-card-name{display:flex;position:relative;padding:var(--space-m);border:1px solid var(--color-grey-200);gap:8px}.profile-sidebar-wrap .profile-notes .user-card-name .avatar.flex{margin-right:0}.profile-sidebar-wrap .profile-notes .hint,.profile-sidebar-wrap .profile-notes .error{display:block;padding-top:var(--space-xs)}.profile-sidebar-wrap .profile-notes form.info{display:flex;flex-direction:column;gap:4px}.profile-sidebar-wrap .profile-notes .trumbowyg-box{border-radius:12px}.profile-sidebar-wrap .profile-notes__note .form-group{margin-bottom:0;display:none}.profile-sidebar-wrap .profile-notes__note .author{margin-bottom:var(--space-xs)}.profile-sidebar-wrap .profile-notes__note .date,.profile-sidebar-wrap .profile-notes__note .job{font-size:var(--font-size-s);color:var(--color-grey-300)}.profile-sidebar-wrap .profile-notes__note .editing-actions{display:none;text-align:right}.profile-sidebar-wrap .profile-notes__note .editing-actions .button{margin-left:var(--space-s)}.profile-sidebar-wrap .profile-notes__note.editing .panel{display:none}.profile-sidebar-wrap .profile-notes__note.editing .form-group{display:block;margin-left:-36px;margin-bottom:var(--space-xs);overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;word-break:break-word}.profile-sidebar-wrap .profile-notes__note.editing .editing-actions{display:block}.profile-sidebar-wrap .profile-notes__note .hover-actions{background-color:var(--color-white);display:flex;gap:4px;position:absolute;top:16px;right:16px;display:inline-flex;opacity:0;transition:opacity var(--speed-fast)}.profile-sidebar-wrap .profile-notes__note .hover-actions .far,.profile-sidebar-wrap .profile-notes__note .hover-actions .fas,.profile-sidebar-wrap .profile-notes__note .hover-actions .fal{margin-right:var(--space-xs);cursor:pointer}.profile-sidebar-wrap .profile-notes__note:hover .hover-actions,.section-block.collapsible:hover .massive-edition-button,.section-block.collapsible.show .massive-edition-button{opacity:1}.section-block.collapsible .massive-edition-button{opacity:0;transition:opacity .5s}.candidate-options .floating-dropdown__button{position:absolute;top:var(--space-m);right:var(--space-m);cursor:pointer}.candidate-options .floating-dropdown__button .icon.small{margin:auto;stroke-width:1.2;color:var(--color-grey-500)}.candidate-options.absolute{position:absolute;top:var(--space-m);right:var(--space-m);width:24px;height:24px}.candidate-options.absolute.last .dropdown-menu{top:auto;bottom:100%}.candidate-options.absolute .floating-dropdown__button{top:0;right:0}.bulk-container.dropdown .tippy-box .menu-item,.candidate-options.dropdown .tippy-box .menu-item,.candidates-options.dropdown .tippy-box .menu-item{align-items:center;cursor:pointer;display:flex;min-height:30px;padding:0 4px}.bulk-container.dropdown .tippy-box .menu-item:last-of-type,.candidate-options.dropdown .tippy-box .menu-item:last-of-type,.candidates-options.dropdown .tippy-box .menu-item:last-of-type{margin-bottom:0}.bulk-container.dropdown .tippy-box .menu-item .icon,.bulk-container.dropdown .tippy-box .menu-item .fa,.bulk-container.dropdown .tippy-box .menu-item .fas,.bulk-container.dropdown .tippy-box .menu-item .far,.bulk-container.dropdown .tippy-box .menu-item .fal,.candidate-options.dropdown .tippy-box .menu-item .icon,.candidate-options.dropdown .tippy-box .menu-item .fa,.candidate-options.dropdown .tippy-box .menu-item .fas,.candidate-options.dropdown .tippy-box .menu-item .far,.candidate-options.dropdown .tippy-box .menu-item .fal,.candidates-options.dropdown .tippy-box .menu-item .icon,.candidates-options.dropdown .tippy-box .menu-item .fa,.candidates-options.dropdown .tippy-box .menu-item .fas,.candidates-options.dropdown .tippy-box .menu-item .far,.candidates-options.dropdown .tippy-box .menu-item .fal{margin-bottom:0}.bulk-container.dropdown .tippy-box .menu-item:hover,.bulk-container.dropdown .tippy-box .menu-item:focus,.candidate-options.dropdown .tippy-box .menu-item:hover,.candidate-options.dropdown .tippy-box .menu-item:focus,.candidates-options.dropdown .tippy-box .menu-item:hover,.candidates-options.dropdown .tippy-box .menu-item:focus{background-color:var(--color-dark-blue-100)}.bulk-container .tippy-box,.candidate-options .tippy-box,.candidates-options .tippy-box{padding:4px 8px;min-width:300px}.profiles-list .profiles-list__item:last-child .actions-block .dropdown-menu,.profiles-list .profiles-list__item:nth-last-child(2) .actions-block .dropdown-menu{top:auto;bottom:100%}.profiles-list__item{position:relative;padding:var(--space-m)}.profiles-list__item .bubble.user-card-name .avatar{margin-right:20px}.profiles-list__item .bubble.user-card-name .note{border:0}.profiles-list__item .checkbox-input{display:none}.profiles-list__item .avatar:not(.is-small){width:61px;height:61px}.profiles-list__item .profile-checkbox{position:absolute;top:-4px;left:-4px;width:69px;height:69px;border-radius:50%;border:4px solid transparent;background-color:transparent;transition:border-color var(--speed-fast);cursor:pointer}.profiles-list__item .profile-checkbox:after{content:"";position:absolute;top:0;left:0;width:61px;height:61px;border:2px solid var(--color-white);border-radius:50%}.profiles-list__item .profile-checkbox:hover{border-color:var(--color-dark-blue-400)}.profiles-list__item .tick{opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:var(--space-xl);height:var(--space-xl);color:var(--color-white);stroke-width:2.9px}.profiles-list__item.is-selected .profile-checkbox{background-color:#7d9dea99}.profiles-list__item.is-selected .profile-checkbox .tick{opacity:1}.profiles-list__item.is-selected .tick:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--color-white);font-size:34px}.profiles-list__item.is-selected .candidacy{border-color:var(--color-dark-blue-700)}.profiles-list__item>input{display:none}.profiles-list__item .avatar-wrapper{position:relative}.profiles-list__item .avatar-wrapper .avatar{background:var(--color-dark-blue-100)}.profiles-list__item .avatar-wrapper .avatar-status-overlay{position:absolute;top:0;left:0}.profiles-list__item .avatar-wrapper .user-card-name .avatar{margin-right:20px}.profiles-list__item .avatar-wrapper .avatar:hover{border-color:var(--color-blue-500)}.profiles-list__item .avatar-wrapper .avatar:hover:after{opacity:.25}.profiles-list__item .salary.block{margin-top:8px;margin-bottom:0;color:var(--color-grey-700)}.profiles-list__item .salary.block i{font-size:14px;margin-right:10px}.profiles-list__item .salary.block .salary_range{display:inline-block;padding-left:5px}.profiles-list__item .salary.block .salary_range .desired{padding-left:11px;position:relative}.profiles-list__item .salary.block .salary_range .desired:before{content:"";width:2px;height:2px;position:absolute;left:4px;top:50%;transform:translateY(-50%);border-radius:50%;background:var(--color-grey-300)}.profiles-list__item.share-button-active{z-index:2}.profiles-list__item .main-data-header{display:flex;flex-direction:column;justify-content:center}.profiles-list__item .main-data-header+.candidacies{margin-top:-20px}.profiles-list__item .header-info-row{display:flex;justify-content:flex-end;flex:0 1 100%;align-self:flex-start}.profiles-list__item .header-info-row .avatar{border-color:transparent;box-shadow:none}.profiles-list__item .header-info-row .avatar .huge-icon{margin-right:0}.profiles-list__item .header-info-row .button .tippy-box.react[data-placement^=bottom]{left:auto;transform:translate(0);right:0}.profiles-list__item .header-data-info .tippy-box.react[data-placement^=bottom]{right:-17px}.profiles-list__item .chat-bot-score .tippy-box.react[data-placement^=bottom]{right:0}.profiles-list__item .chat-bot-score,.profiles-list__item .header-data-info{margin-left:20px;background:#fff;border:1px solid var(--color-grey-400);border-radius:8px;padding:10px 15px;min-width:200px;display:flex;position:relative;align-items:center}.profiles-list__item .chat-bot-score .dropdown,.profiles-list__item .header-data-info .dropdown{position:inherit}.profiles-list__item .chat-bot-score .dropdown>i,.profiles-list__item .header-data-info .dropdown>i{font-size:16px;top:-3px;position:relative;color:var(--color-dark-blue-700)}.profiles-list__item .chat-bot-score .tippy-box.react[data-placement^=bottom],.profiles-list__item .header-data-info .tippy-box.react[data-placement^=bottom]{left:auto;transform:translate(0)}.profiles-list__item .chat-bot-score .tippy-box.react[data-placement^=bottom] .avatar,.profiles-list__item .header-data-info .tippy-box.react[data-placement^=bottom] .avatar{border:0;margin-right:0}.profiles-list__item .chat-bot-score .tippy-box.react[data-placement^=bottom] .h3,.profiles-list__item .header-data-info .tippy-box.react[data-placement^=bottom] .h3{border-bottom:1px dotted var(--color-grey-300)}.profiles-list__item .chat-bot-score .status-icon,.profiles-list__item .header-data-info .status-icon{display:flex;align-items:center}.profiles-list__item .chat-bot-score .status-icon i,.profiles-list__item .header-data-info .status-icon i{font-size:28px}.profiles-list__item .chat-bot-score .desc-cnt,.profiles-list__item .header-data-info .desc-cnt{padding-left:8px}.profiles-list__item .chat-bot-score .desc-cnt a,.profiles-list__item .header-data-info .desc-cnt a{font-weight:400;color:var(--color-grey-600)}.profiles-list__item .chat-bot-score .desc-cnt a:hover,.profiles-list__item .header-data-info .desc-cnt a:hover{color:var(--color-dark-blue-700)}.profiles-list__item .chat-bot-score .desc-cnt .score,.profiles-list__item .header-data-info .desc-cnt .score{font-size:22px;line-height:30px}.profiles-list__item .chat-bot-score .desc-cnt .desc,.profiles-list__item .header-data-info .desc-cnt .desc{text-transform:uppercase;font-size:12px;line-height:17px;color:var(--color-grey-600)}.profiles-list__item .header-data-info{min-width:auto;padding:10px 15px}.profiles-list__item .header-data-info .desc-cnt{padding-left:0}.profiles-list__item .header-location:first-letter{text-transform:capitalize}.profiles-list__item .experience-label,.profiles-list__item .tags-label{flex:0 0 104px;width:104px;text-align:right;text-transform:uppercase;color:var(--text-color-disabled)}.profiles-list__item .tags-cnt,.profiles-list__item .experience{display:flex}.profiles-list__item .tags-cnt .experience-label,.profiles-list__item .experience .experience-label{padding-top:3px}.profiles-list__item .tags-cnt .tag{margin:0 var(--space-xs) var(--space-xs) 0}.profiles-list__item .professional-experience-list .experience.previous .experience-label,.profiles-list__item .professional-experience-list .experience.current .experience-label{opacity:1}.profiles-list__item .professional-experience-list .experience.previous~.experience.previous .experience-label,.profiles-list__item .professional-experience-list .experience.current~.experience.current .experience-label{opacity:0}.profiles-list__item .experience,.profiles-list__item .candidacy{word-break:break-all;word-break:break-word;white-space:pre-line;-webkit-hyphens:auto;hyphens:auto}.profiles-list__item .experience.current~.current .experience-label span,.profiles-list__item .candidacy.current~.current .experience-label span{display:none}.profiles-list__item .experience.previous~.previous .experience-label span,.profiles-list__item .candidacy.previous~.previous .experience-label span{display:none}.profiles-list__item .experience .title,.profiles-list__item .candidacy .title{text-transform:capitalize}.profiles-list__item .experience .company:before,.profiles-list__item .experience .date:before,.profiles-list__item .candidacy .company:before,.profiles-list__item .candidacy .date:before{content:"⋅";margin:0 4px}.profiles-list__item .experience .date,.profiles-list__item .candidacy .date{display:block}.profiles-list__item .notes{margin-left:66px}.profiles-list__item .notes .is-link{margin-left:54px}.profiles-list__item .candidate-header{border-radius:var(--border-radius-l);padding:8px 34px 8px 48px}.profiles-list__item .candidate-header.highlighted{background:var(--color-emerald-50)}.profiles-list__item .candidate-header.no_employable{background:var(--color-red-50)}.publications .publication{display:flex;padding:var(--space-m) 5px var(--space-m) 0;border-bottom:1px solid var(--color-grey-200);font-size:14px}.publications .publication div:first-child{flex:0 0 calc(100% - 18px)}.publications .publication:last-child{border:0}.publications .publication .status-icon{flex:0 0 18px;position:relative;padding-top:8px}.publications .publication .status-icon i{font-size:18px}.publications .dropdown .link{padding-left:5px;top:-2px;position:relative;font-size:11px;font-weight:600}.new-reports .breadcrumbs{margin-bottom:var(--space-m);display:inline-block}.new-reports .breadcrumbs .fa{margin-right:var(--space-xs);font-size:var(--font-size-s)}.new-reports .h1{margin-bottom:16px}.new-reports .h2{display:flex;align-items:center;margin-bottom:var(--space-s);font-weight:600}.new-reports .h2 .icon{margin-left:var(--space-xs)}.new-reports td .wrapper-candidates{display:flex}.new-reports td span{min-width:40px;text-align:right;overflow-wrap:break-word}.new-reports td span+span{margin-left:var(--space-xs);font-size:var(--font-size-s);color:var(--color-orange-800)}.new-reports td .right-arrow:after{content:" →"}.new-reports .actions-wrapper{display:flex;align-items:center}.new-reports .actions-wrapper .bread-filters .checklist input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.new-reports .actions-wrapper .filters{align-items:center}.new-reports .actions-wrapper .filters .filter-by-keyword{height:34px;margin-bottom:0}.new-reports .actions-wrapper .filters .filter-by-date,.new-reports .actions-wrapper .filters .filter_by_currency{height:34px;width:206px;margin:var(--space-s) var(--space-m);cursor:pointer}.new-reports .actions-wrapper .filters input[type=checkbox]{margin:0 var(--space-xs) 0 var(--space-m)}.new-reports .actions-wrapper .filters .chosen-container-single{width:206px!important;margin:var(--space-s) var(--space-m)}.new-reports .actions-wrapper .filters .chosen-container-single .chosen-single{width:100%}.new-reports .drop-btn .pill{margin:0 0 0 var(--space-xs)}.new-reports .chart svg,.new-reports .card svg{display:block;margin:auto}.new-reports .chart svg text,.new-reports .card svg text{font-size:11px;fill:#838fa4}.new-reports .chart svg .y,.new-reports .card svg .y{stroke:#f2f2f2}.new-reports .chart svg .y .domain,.new-reports .card svg .y .domain{display:none}.new-reports .chart svg .y text,.new-reports .card svg .y text{font-weight:600;stroke-width:0}.new-reports .chart svg .x text,.new-reports .card svg .x text{transform:rotate(-15deg)}.new-reports .chart path,.new-reports .card path{stroke-width:2;fill:none}.new-reports .title-chart{padding:var(--space-l) 0 0 var(--space-l)}.new-reports .pipeline-chart .unfilled-rect{fill:#f1f5fb}.new-reports .pipeline-chart text{fill:var(--color-grey-700)!important;font-size:var(--font-size-m)!important;text-transform:uppercase}.new-reports .pipeline-chart text.title{fill:#1a5892!important;text-transform:inherit;font-weight:600}.new-reports .pipeline-chart text.score{font-weight:600}.new-reports .pipeline-chart text.name{text-transform:capitalize}.new-reports .color-1{fill:#ebe0fe;stroke:#8453ad;stroke-width:"2"}.new-reports .color-2{fill:#ffecd6;stroke:#ffb8a6;stroke-width:"2"}.new-reports .color-3{fill:#e1eed9;stroke:#80d12e;stroke-width:"2"}.new-reports .color-4{fill:#fff5d1;stroke:#ffdd9a;stroke-width:"2"}.new-reports .color-5{fill:#ffe1ec;stroke:#ffbfe7;stroke-width:"2"}.new-reports .color-6{fill:#e3ecfb;stroke:#aac9fb;stroke-width:"2"}.new-reports .color-7{fill:#dff2f2;stroke:#5cc6c6;stroke-width:"2"}.new-reports .color-8{fill:#e5d2bc;stroke:#8c6239;stroke-width:"2"}.new-reports .color-9{fill:#ffd8d5;stroke:#c1272d;stroke-width:"2"}.new-reports .color-10{fill:#f2f2f2;stroke:#999;stroke-width:"2"}.new-reports .color-11{fill:#dff2f2;stroke:#5c7bc6;stroke-width:"2"}.new-reports .color-12{fill:#e3ece5;stroke:#8fc98e;stroke-width:"2"}.new-reports .color-13{fill:#ffe1c4;stroke:#e19fbc;stroke-width:"2"}.new-reports .color-14{fill:#dedef7;stroke:#bfacee;stroke-width:"2"}.new-reports .color-15{fill:#deffed;stroke:#5ad184;stroke-width:"2"}.new-reports .color-16{fill:#ffe698;stroke:#ffb878;stroke-width:"2"}.new-reports .color-17{fill:#e4e7bc;stroke:#c5cd9f;stroke-width:"2"}.new-reports .color-18{fill:#f4dbed;stroke:#c14b78;stroke-width:"2"}.new-reports .count{font-size:32px;color:var(--color-black)}.new-reports .recruiters-data .head-info{margin:var(--space-m) 0 var(--space-xl)}.new-reports .recruiters-data .head-info .wrapper{display:flex;flex-wrap:wrap}.new-reports .recruiters-data .numeric-data .average{display:none}.new-reports .recruiters-data .numeric-data .card{width:47%;margin:var(--space-s)}.new-reports .recruiters-data .leaderboard-info{padding-top:67px}.new-reports .recruiters-data .leaderboard-info .filters{margin-bottom:1px}.new-reports .recruiters-data .leaderboard-info .filters .drop-btn{font-size:var(--font-size-l)}.new-reports .recruiters-data .leaderboard-info .filters .filter-link{text-align:left}.new-reports .recruiters-data .leaderboard-info .filters .dropdown:not([data-orientation]) .dropdown-btn:after{margin-left:0}.new-reports .recruiters-data .leaderboard-info .filters .dropdown-menu .close-button{display:none}.new-reports .recruiters-data .leaderboard-info .title{display:flex;align-items:center;margin-bottom:var(--space-s);padding:16px 0}.new-reports .recruiters-data .leaderboard-info .h4{margin-right:var(--space-xs);font-size:var(--font-size-l)}.new-reports .recruiters-data .leaderboard-info .has-icon{display:flex}.new-reports .recruiters-data .leaderboard-info .has-icon.baseline{align-items:baseline}.new-reports .recruiters-data .leaderboard-info .has-icon .icon{margin-right:var(--space-s);width:16px;height:16px}.new-reports .recruiters-data .leaderboard-info .icon{margin-right:var(--space-s);stroke-width:1}.new-reports .recruiters-data .leaderboard-info .ranking-col{padding:0 var(--space-l)}.new-reports .recruiters-data .leaderboard-info .ranking-col:last-child{border-left:1px solid var(--color-grey-400)}.new-reports .recruiters-data .leaderboard-info .leaderboard-item{display:flex;justify-content:space-between;margin-bottom:var(--space-m)}.new-reports .recruiters-data .leaderboard-info .name{width:172px}.new-reports .productivity-table .table.is-compact td{vertical-align:inherit}.tab-custom-reports .no-results{position:relative;background:#fff;z-index:2}.tab-custom-reports .spinner-ds{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;width:60px;height:60px}.tab-custom-reports .spinner-ds:after{width:60px;height:60px}.tab-custom-reports iframe{position:relative;z-index:3}.requisitions .location,.requisitions .owner{margin-right:var(--space-s)}.requisitions .table td.centered{vertical-align:middle}.requisitions .job__members .icon{width:30px;height:30px}.requisitions .job__members .success{color:var(--color-green-400)}.requisitions .job__members .warning,.requisitions .job__members .in-process{color:var(--color-orange-700)}.requisitions .job__members .primary{color:var(--color-blue-500)}.requisitions .job__members .danger,.requisitions .job__members .error{color:var(--color-red-500)}.requisitions .status .status-dot{display:inherit;padding-left:20px;position:relative}.requisitions .status .status-dot .dot{display:inline-block;position:absolute;left:-5px;top:0}.requisitions .status .status-dot .text{display:inline;margin-left:0}.requisitions .status.dropdown:not([data-orientation]) .dropdown-btn:after,.requisitions .status.dropdown[data-orientation=down] .dropdown-btn:after{margin-left:4px;position:relative}.new-request-page select[aria-required=true]{display:inline-block!important;position:absolute;clip:rect(0,0,0,0)}.page-requisitions-show .text .field a{word-break:break-word}.requisitions-index,.candidate-form-sent-email-index,.chat-bots-index,.campaigns-index{padding-top:20px}.requisitions-index .chat-bots-index-header,.requisitions-index .requisitions-index-header,.requisitions-index .candidate-form-sent-email-index-header,.requisitions-index .campaigns-index-header,.candidate-form-sent-email-index .chat-bots-index-header,.candidate-form-sent-email-index .requisitions-index-header,.candidate-form-sent-email-index .candidate-form-sent-email-index-header,.candidate-form-sent-email-index .campaigns-index-header,.chat-bots-index .chat-bots-index-header,.chat-bots-index .requisitions-index-header,.chat-bots-index .candidate-form-sent-email-index-header,.chat-bots-index .campaigns-index-header,.campaigns-index .chat-bots-index-header,.campaigns-index .requisitions-index-header,.campaigns-index .candidate-form-sent-email-index-header,.campaigns-index .campaigns-index-header{display:flex;flex:0 0 55%}.requisitions-index .chat-bots-index-header>*,.requisitions-index .requisitions-index-header>*,.requisitions-index .candidate-form-sent-email-index-header>*,.requisitions-index .campaigns-index-header>*,.candidate-form-sent-email-index .chat-bots-index-header>*,.candidate-form-sent-email-index .requisitions-index-header>*,.candidate-form-sent-email-index .candidate-form-sent-email-index-header>*,.candidate-form-sent-email-index .campaigns-index-header>*,.chat-bots-index .chat-bots-index-header>*,.chat-bots-index .requisitions-index-header>*,.chat-bots-index .candidate-form-sent-email-index-header>*,.chat-bots-index .campaigns-index-header>*,.campaigns-index .chat-bots-index-header>*,.campaigns-index .requisitions-index-header>*,.campaigns-index .candidate-form-sent-email-index-header>*,.campaigns-index .campaigns-index-header>*{flex:0 0 auto}.requisitions-index .chat-bots-index-header>*.form-with-switcher,.requisitions-index .requisitions-index-header>*.form-with-switcher,.requisitions-index .candidate-form-sent-email-index-header>*.form-with-switcher,.requisitions-index .campaigns-index-header>*.form-with-switcher,.candidate-form-sent-email-index .chat-bots-index-header>*.form-with-switcher,.candidate-form-sent-email-index .requisitions-index-header>*.form-with-switcher,.candidate-form-sent-email-index .candidate-form-sent-email-index-header>*.form-with-switcher,.candidate-form-sent-email-index .campaigns-index-header>*.form-with-switcher,.chat-bots-index .chat-bots-index-header>*.form-with-switcher,.chat-bots-index .requisitions-index-header>*.form-with-switcher,.chat-bots-index .candidate-form-sent-email-index-header>*.form-with-switcher,.chat-bots-index .campaigns-index-header>*.form-with-switcher,.campaigns-index .chat-bots-index-header>*.form-with-switcher,.campaigns-index .requisitions-index-header>*.form-with-switcher,.campaigns-index .candidate-form-sent-email-index-header>*.form-with-switcher,.campaigns-index .campaigns-index-header>*.form-with-switcher{display:flex;flex:0 1 100%;flex-wrap:wrap}.requisitions-index .chat-bots-index-header>*.form,.requisitions-index .requisitions-index-header>*.form,.requisitions-index .candidate-form-sent-email-index-header>*.form,.requisitions-index .campaigns-index-header>*.form,.candidate-form-sent-email-index .chat-bots-index-header>*.form,.candidate-form-sent-email-index .requisitions-index-header>*.form,.candidate-form-sent-email-index .candidate-form-sent-email-index-header>*.form,.candidate-form-sent-email-index .campaigns-index-header>*.form,.chat-bots-index .chat-bots-index-header>*.form,.chat-bots-index .requisitions-index-header>*.form,.chat-bots-index .candidate-form-sent-email-index-header>*.form,.chat-bots-index .campaigns-index-header>*.form,.campaigns-index .chat-bots-index-header>*.form,.campaigns-index .requisitions-index-header>*.form,.campaigns-index .candidate-form-sent-email-index-header>*.form,.campaigns-index .campaigns-index-header>*.form{display:flex;flex:0 1 100%}.requisitions-index .chat-bots-index-header>* .search-filters-form,.requisitions-index .requisitions-index-header>* .search-filters-form,.requisitions-index .candidate-form-sent-email-index-header>* .search-filters-form,.requisitions-index .campaigns-index-header>* .search-filters-form,.candidate-form-sent-email-index .chat-bots-index-header>* .search-filters-form,.candidate-form-sent-email-index .requisitions-index-header>* .search-filters-form,.candidate-form-sent-email-index .candidate-form-sent-email-index-header>* .search-filters-form,.candidate-form-sent-email-index .campaigns-index-header>* .search-filters-form,.chat-bots-index .chat-bots-index-header>* .search-filters-form,.chat-bots-index .requisitions-index-header>* .search-filters-form,.chat-bots-index .candidate-form-sent-email-index-header>* .search-filters-form,.chat-bots-index .campaigns-index-header>* .search-filters-form,.campaigns-index .chat-bots-index-header>* .search-filters-form,.campaigns-index .requisitions-index-header>* .search-filters-form,.campaigns-index .candidate-form-sent-email-index-header>* .search-filters-form,.campaigns-index .campaigns-index-header>* .search-filters-form{flex:0 0 100%}.requisitions-index .chat-bots-index-header>* .search-filters-form .switcher,.requisitions-index .requisitions-index-header>* .search-filters-form .switcher,.requisitions-index .candidate-form-sent-email-index-header>* .search-filters-form .switcher,.requisitions-index .campaigns-index-header>* .search-filters-form .switcher,.candidate-form-sent-email-index .chat-bots-index-header>* .search-filters-form .switcher,.candidate-form-sent-email-index .requisitions-index-header>* .search-filters-form .switcher,.candidate-form-sent-email-index .candidate-form-sent-email-index-header>* .search-filters-form .switcher,.candidate-form-sent-email-index .campaigns-index-header>* .search-filters-form .switcher,.chat-bots-index .chat-bots-index-header>* .search-filters-form .switcher,.chat-bots-index .requisitions-index-header>* .search-filters-form .switcher,.chat-bots-index .candidate-form-sent-email-index-header>* .search-filters-form .switcher,.chat-bots-index .campaigns-index-header>* .search-filters-form .switcher,.campaigns-index .chat-bots-index-header>* .search-filters-form .switcher,.campaigns-index .requisitions-index-header>* .search-filters-form .switcher,.campaigns-index .candidate-form-sent-email-index-header>* .search-filters-form .switcher,.campaigns-index .campaigns-index-header>* .search-filters-form .switcher{display:inline-block}.requisitions-index .alerts-container .alert,.candidate-form-sent-email-index .alerts-container .alert,.chat-bots-index .alerts-container .alert,.campaigns-index .alerts-container .alert{margin-top:0}.requisitions-index .search-info-message .link,.candidate-form-sent-email-index .search-info-message .link,.chat-bots-index .search-info-message .link,.campaigns-index .search-info-message .link{margin-left:5px}.requisitions-index .main-content,.candidate-form-sent-email-index .main-content,.chat-bots-index .main-content,.campaigns-index .main-content{margin-left:10px}.response-status{display:flex;line-height:34px;align-items:center}.response-status i{font-size:19px;margin-right:9px}.response-status.declined i{color:var(--color-red-600)}.response-status.accepted i,.response-status.needsAction i{color:var(--color-grey-600)}.response-status.accepted i{color:var(--color-green-400)}.tippy-box.no-mh{max-height:unset!important}.section-menu{position:relative;padding:var(--space-s) 0 calc(var(--space-s) / 2);border-bottom:1px solid var(--input-border-color);text-align:left}.section-menu:last-of-type{border-bottom:0;padding-bottom:0}.section-menu .actions-list{display:flex;flex-direction:column;gap:4px}.section-menu .menu-item .huge-icon{margin-bottom:0}.section-title{color:var(--text-color-disabled);font-size:var(--font-size-m);font-weight:600;line-height:var(--line-height-m);margin-bottom:4px;padding:4px}.selected-job{background:var(--color-dark-blue-100);width:100%;padding:17px 9px}.selected-job .status-dot{flex:0 1 100%;justify-content:flex-start}.selected-job .status-dot .text{color:var(--color-grey-800)}.selected-job .location{flex:1 0 150px;color:var(--color-grey-300)}.selected-job .date{flex:0 0 auto;color:var(--color-grey-300)}.settings-candidacies-statuses .edit_phase,.registration-setting-item .edit_phase,.scorecard-form .edit_phase{display:none}.settings-candidacies-statuses .info-wrapper,.registration-setting-item .info-wrapper,.scorecard-form .info-wrapper{display:flex}.settings-candidacies-statuses .info-wrapper>*:not(.col-full-auto),.registration-setting-item .info-wrapper>*:not(.col-full-auto),.scorecard-form .info-wrapper>*:not(.col-full-auto){flex:0 0 auto}.settings-candidacies-statuses .info-wrapper .reorder,.registration-setting-item .info-wrapper .reorder,.scorecard-form .info-wrapper .reorder{margin-right:10px;cursor:move}.settings-candidacies-statuses p.errors,.registration-setting-item p.errors,.scorecard-form p.errors{margin:0}.settings-candidacies-statuses .default-text .controls [type=color],.settings-candidacies-statuses .default-text .controls [type=date],.settings-candidacies-statuses .default-text .controls [type=datetime],.settings-candidacies-statuses .default-text .controls [type=datetime-local],.settings-candidacies-statuses .default-text .controls [type=email],.settings-candidacies-statuses .default-text .controls [type=month],.settings-candidacies-statuses .default-text .controls [type=number],.settings-candidacies-statuses .default-text .controls [type=password],.settings-candidacies-statuses .default-text .controls [type=search],.settings-candidacies-statuses .default-text .controls [type=tel],.settings-candidacies-statuses .default-text .controls [type=text],.settings-candidacies-statuses .default-text .controls [type=time],.settings-candidacies-statuses .default-text .controls [type=url],.settings-candidacies-statuses .default-text .controls [type=week],.settings-candidacies-statuses .default-text .controls input:not([type]),.settings-candidacies-statuses .default-text .controls textarea,.settings-candidacies-statuses .default-text .controls select,.settings-candidacies-statuses .default-text .controls .form-control,.registration-setting-item .default-text .controls [type=color],.registration-setting-item .default-text .controls [type=date],.registration-setting-item .default-text .controls [type=datetime],.registration-setting-item .default-text .controls [type=datetime-local],.registration-setting-item .default-text .controls [type=email],.registration-setting-item .default-text .controls [type=month],.registration-setting-item .default-text .controls [type=number],.registration-setting-item .default-text .controls [type=password],.registration-setting-item .default-text .controls [type=search],.registration-setting-item .default-text .controls [type=tel],.registration-setting-item .default-text .controls [type=text],.registration-setting-item .default-text .controls [type=time],.registration-setting-item .default-text .controls [type=url],.registration-setting-item .default-text .controls [type=week],.registration-setting-item .default-text .controls input:not([type]),.registration-setting-item .default-text .controls textarea,.registration-setting-item .default-text .controls select,.registration-setting-item .default-text .controls .form-control,.scorecard-form .default-text .controls [type=color],.scorecard-form .default-text .controls [type=date],.scorecard-form .default-text .controls [type=datetime],.scorecard-form .default-text .controls [type=datetime-local],.scorecard-form .default-text .controls [type=email],.scorecard-form .default-text .controls [type=month],.scorecard-form .default-text .controls [type=number],.scorecard-form .default-text .controls [type=password],.scorecard-form .default-text .controls [type=search],.scorecard-form .default-text .controls [type=tel],.scorecard-form .default-text .controls [type=text],.scorecard-form .default-text .controls [type=time],.scorecard-form .default-text .controls [type=url],.scorecard-form .default-text .controls [type=week],.scorecard-form .default-text .controls input:not([type]),.scorecard-form .default-text .controls textarea,.scorecard-form .default-text .controls select,.scorecard-form .default-text .controls .form-control{padding:0;border:0;height:auto;line-height:24px}.candidate-form-email .list-assets .fields{padding:0 17px 12px 12px;border-bottom:1px solid varvar(--color-grey-200);margin-bottom:20px}.candidate-form-email .list-assets .fields .asset{display:flex;align-items:center;justify-content:space-between}.candidate-form-email .list-assets .fields .asset.margin-negative{margin:0 -17px 0 -12px}.candidate-form-email .list-assets .file{display:flex;align-items:center}.candidate-form-email .list-assets .type{margin-right:10px;color:var(--color-dark-blue-700);font-size:20px}.candidate-form-email .file-info{display:flex;align-items:center;color:var(--color-blue-600)}.candidate-form-email .file-info .fa{font-size:var(--font-size-xxl);margin-right:var(--space-m)}.candidate-form-email .file-info .file-title{font-weight:600}.chat-bots-table .absolute-link{position:absolute;top:0;left:0;width:100%;height:100%}.chat-bot-settings .avatar img{display:block;width:100%;height:100%;margin:0;-o-object-fit:cover;object-fit:cover}.chat-bot-settings .list-assets .fields{padding:0 17px 12px 12px;border-bottom:1px solid var(--color-grey-200);margin-bottom:20px}.chat-bot-settings .list-assets .fields .asset{display:flex;align-items:center;justify-content:space-between}.chat-bot-settings .list-assets .fields .asset.margin-negative{margin:0 -17px 0 -12px}.chat-bot-settings .list-assets .file{display:flex;align-items:center}.chat-bot-settings .list-assets .type{margin-right:10px;color:var(--color-dark-blue-700);font-size:20px}.chat-bot-settings .file-info{display:flex;align-items:center;color:var(--color-blue-600)}.chat-bot-settings .file-info .fa{font-size:var(--font-size-xxl);margin-right:var(--space-m)}.chat-bot-settings .file-info .file-title{font-weight:600}.chat-bot-settings .chat-bot-configuration .row.color .controls{width:150px}.new-killer-question .new-answer .inner-card{margin-top:10px;margin-bottom:0}.new-killer-question .new-answer a.add-fields{margin:10px 0 20px 26px;display:none;position:relative}.new-killer-question .new-answer a.add-fields:before{content:"";position:absolute;background-color:var(--color-dark-blue-700);width:1px;height:7px;top:5px;left:-7px}.new-killer-question .new-answer a.add-fields:after{content:"";position:absolute;background-color:var(--color-dark-blue-700);width:7px;height:1px;top:8px;left:-10px}.new-killer-question .buttons-row{margin-top:16px}.settings-legal .hints{padding:10px 0}.settings-legal .hints a{font-weight:400}.settings-pipeline .items-container{display:flex;flex-wrap:wrap;margin-bottom:var(--space-xl);border:1px solid transparent;border-radius:var(--border-radius-m)}.settings-pipeline .items-container .selected{opacity:.5}.settings-pipeline .items-container .selected .handle{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.settings-pipeline .tag{margin:var(--space-xs);background-color:var(--color-white);text-transform:unset}.settings-pipeline .tag .text .fa{cursor:pointer;margin-right:8px}.settings-pipeline .tag.quality{color:var(--color-emerald-800);border-color:var(--color-emerald-800);background-color:var(--color-emerald-100)}.settings-pipeline .tag.unselected{color:var(--color-blue-600);border-color:var(--color-blue-600);background-color:transparent;cursor:not-allowed}.settings-pipeline .tag.unselected .fa{color:inherit;cursor:inherit}.settings-pipeline .tag .handle:hover{cursor:move}.settings-pipeline .container-source .actions{display:none}.settings-pipeline .container-target{display:flex;padding:var(--space-m);margin-bottom:var(--space-l);background-color:var(--color-dark-blue-100);border:dotted var(--color-dark-blue-200);border-radius:var(--border-radius-m)}.settings-pipeline .container-target .actions{display:block;margin-left:var(--space-s);cursor:pointer}.settings-pipeline .container-target .actions .fa,.settings-pipeline .container-target .actions .fal{margin-right:7px}.settings-pipeline .container-target .actions .fa:last-child,.settings-pipeline .container-target .actions .fal:last-child{margin-right:0}.settings-pipeline .container-target .first-phase{flex-shrink:0}.settings-pipeline .container-target .second-phase{width:100%;margin-bottom:0;border:0}.settings-requisitions-form .hint,.new-custom-field-group .hint{padding-left:24px}.requisition-review-box.disabled{pointer-events:none;opacity:.5;background:#f3f5f6}.settings-scorecards .thumbs-wrapper{display:flex}.settings-scorecards .thumbs{display:flex;align-items:center;justify-content:center;background-color:var(--color-grey-200);color:var(--color-grey-300);width:28px;height:28px;padding:2px 12px;margin-right:4px;border-radius:8px}.settings-nested .config-options .danger,.step_translate .config-options .danger{white-space:nowrap}.settings-nested .config-options .danger:before,.step_translate .config-options .danger:before{font-size:16px;margin-right:8px}.settings-nested .config-options .col-full-auto,.step_translate .config-options .col-full-auto{flex:0 1 100%}.settings-nested .config-options .hint,.step_translate .config-options .hint{padding-left:22px}.simple-footer{display:flex;justify-content:space-between;padding:20px 0;flex:0 0 auto}.simple-footer>*{flex:0 0 auto;align-self:center}.simple-footer .text{font-size:14px;line-height:19px;color:#656565}.stars{display:flex}.stars .star{margin-right:8px;font-size:18px}.stars .star:last-child{margin-right:0}.status-dot .dot{background:var(--color-grey-200);border-color:var(--color-grey-400)}.status-dot .dot.completed,.status-dot .dot.activated{background:#d6ffe3;border-color:#31ed6f}.status-dot .dot.expired,.status-dot .dot.closed{background:#ffd6d8;border-color:#ffb8bb}.status-dot .text{overflow-wrap:initial}.status-dot .date{color:var(--color-grey-300);padding-left:10px}@media only screen and (min-width: 1366px){.sticky-table .table tr:hover td.sticky-col{background:var(--color-dark-blue-100);transition:background .2s ease}}.table .edit-icons{display:flex;justify-content:flex-end}.table .edit-icons a{margin:0 5px}.table th.nowrap,.table th .nowrap,.table td.nowrap,.table td .nowrap{white-space:nowrap}.table th .centered,.table td .centered{margin:0 auto;text-align:center;justify-content:center}.table th.check-status .form-check.hide-label label,.table td.check-status .form-check.hide-label label{font-size:0}.table .check-status{width:138px;text-align:right}.table tr.locked.destroy{background:#fff0f1}.table-wrap.not-overflow{overflow:visible}.table-with-scroll{position:relative}.table-with-scroll .table-wrap{scroll-behavior:smooth}.table-with-scroll .left-scroll,.table-with-scroll .right-scroll{display:none;z-index:100}.table-with-scroll.show-left-scroll .left-scroll,.table-with-scroll.show-right-scroll .right-scroll{display:block}.table-with-scroll .left-scroll,.table-with-scroll .right-scroll{position:absolute;top:50%;transform:translateY(-50%);width:200px;height:200px;background:#0003;border-radius:50%;transition:transform .3s ease,background .3s ease;cursor:pointer}.table-with-scroll .left-scroll i,.table-with-scroll .right-scroll i{font-size:50px;color:#fff;position:absolute;top:50%;transform:translateY(-50%)}.table-with-scroll .left-scroll{left:-180px}.table-with-scroll .left-scroll i{right:50px}.table-with-scroll .left-scroll:hover{transform:translate(28%,-50%);background:#00000080}.table-with-scroll .right-scroll{right:-180px}.table-with-scroll .right-scroll i{left:50px}.table-with-scroll .right-scroll:hover{transform:translate(-28%,-50%);background:#00000080}.user-card-name .avatar.is-small.color{background-image:none}.user-card-name .candidate{color:var(--color-grey-300)}.user-card-name{display:flex;align-items:center;width:100%;border:1px solid transparent}.user-card-name .avatar{flex:0 0 auto;margin-right:var(--space-s)}.user-card-name .info{flex:1 1 auto}.user-card-name .name{display:block;line-height:1.2;font-weight:600;color:var(--color-grey-800)}.user-card-name p{margin:0;line-height:19px}.user-card-name time{color:var(--color-grey-700)}.user-card-name .bubble{margin-bottom:var(--space-s)}.user-card-name .bubble:last-child{margin-bottom:0}.user-card-name .bubble .note{padding:var(--space-m);border:1px solid var(--color-grey-200);border-radius:var(--border-radius-m);background-color:var(--color-dark-blue-50)}.user-card-name .bubble .name{font-size:var(--font-size-m)}.user-card-name .bubble .portal{margin-top:var(--space-xs);font-size:var(--font-size-m);color:var(--color-grey-700)}.user-card-name .with-actions{flex:0 0 calc(100% - 60px);display:flex;justify-content:space-between}.user-card-name.is-selected{background-color:var(--color-dark-blue-100);border-color:var(--color-dark-blue-200)}.user-card-name.is-large{flex-direction:column;text-align:center}.user-card-name.is-large .avatar{margin:0 0 var(--space-s)}.user-card-name.is-large .name{font-size:18px}.user-card-name.is-small .avatar{margin-right:var(--space-s)}.user-card-name.is-small .position,.user-card-name.is-small time{display:none}.user-card-name.is-big,.user-card-name.is-small.inherit{align-items:inherit}.video-interview-row>.row{border-right:1px dashed var(--color-grey-300);padding-right:12px;padding-left:12px;margin-left:0}.video-interview-row>.row:first-child{padding-left:0}.video-interview-row>.row:last-child{border:0;padding-right:0}.video-interview-row .pending .avatar.with-icon{background:var(--color-grey-100)}.video-interview-row .pending .avatar i:last-child{color:var(--color-grey-500)}.video-interview-row .completed .avatar.with-icon{background:var(--color-emerald-100)}.video-interview-row .completed .avatar i:last-child{color:var(--color-emerald-800)}.video-interview-row .expired .avatar.with-icon{background:var(--color-red-100)}.video-interview-row .expired .avatar i:last-child{color:red}.video-interview-row .info{margin-left:5px;font-size:18px;line-height:18px;color:var(--color-grey-800)}.video-interview-row .info span{display:block;font-size:12px;color:var(--color-grey-600)}.video-interview-row .info a{color:var(--color-grey-800);border-bottom:1px dotted var(--color-grey-300)}.video-interview-row .info a:hover{color:var(--color-grey-800)}.video-interview-row.flex-end{justify-content:flex-end}.video-response-row{display:flex;margin-bottom:30px}.video-response-row .video{flex:0 0 404px;margin-right:24px}.modal-content .video-response-row .video{margin-right:0;height:323px}.modal-content .video-response-row .video .video-js{height:100%}.video-response-row .video .video-js{width:100%;border-radius:6px}.video-response-row .video .video-js .vjs-tech{border-radius:6px}.video-response-row .video .video-js .vjs-control-bar{border-radius:0 0 6px 6px}.video-response-row .video .video-js .vjs-break-overlay{border-radius:6px 6px 0 0}.video-response-row .video .video-js .vjs-progress-holder{height:.5em}.video-response-row .video .video-js .vjs-play-progress:before{font-size:1.1em}.video-response-row .video .video-js .vjs-tip .vjs-tip-inner{width:200px;max-height:60px}.video-response-row .video .video-markers{margin-top:10px;margin-bottom:0;padding:10px;height:95px}.video-response-row .video .video-markers .scroll-left,.video-response-row .video .video-markers .scroll-right{position:absolute;top:30%;z-index:100;cursor:pointer;background-color:#fff;height:30px;width:30px;border-radius:50%;box-shadow:0 4px 5px #0006;display:flex;justify-content:center;align-items:center}.video-response-row .video .video-markers .scroll-left{left:5px}.video-response-row .video .video-markers .scroll-right{right:5px}.video-response-row .video .video-markers .video-markers-content{width:384px;max-height:160px;display:-webkit-inline-box;overflow-x:hidden}.video-response-row .video .video-markers .video-markers-content .marker{padding:8px 4px;width:130px;position:relative}.video-response-row .video .video-markers .video-markers-content .marker:hover{border-radius:5px;background-color:#80808026;cursor:pointer}.video-response-row .video .video-markers .video-markers-content .marker .time{padding:2px;border-radius:5px;color:#fff;background-color:var(--color-dark-blue-500);width:40px;text-align:center;font-size:12px;display:inline-block}.video-response-row .video .video-markers .video-markers-content .marker .time:before{content:"";position:absolute;height:2px;background-color:var(--color-dark-blue-500);margin-left:35px;width:90px;top:17px;z-index:0}.video-response-row .video .video-markers .video-markers-content .marker .note{margin-top:10px}.video-response-row .video .video-markers .video-markers-content .marker:last-child .time:before{content:none}.video-response-row .video .video-markers .video-markers-content .marker .hover-actions{position:absolute;top:2px;right:0;display:inline-flex;opacity:0;transition:opacity var(--speed-fast)}.video-response-row .video .video-markers .video-markers-content .marker .hover-actions .far,.video-response-row .video .video-markers .video-markers-content .marker .hover-actions .fas,.video-response-row .video .video-markers .video-markers-content .marker .hover-actions .fal{margin-right:var(--space-xs);cursor:pointer}.video-response-row .video .video-markers .video-markers-content .marker:hover .hover-actions{opacity:1}.video-response-row .responce-cnt{flex:0 1 100%;position:relative}.video-response-row .responce-cnt .question{height:200px;overflow:auto}.video-response-row .responce-cnt .video-marker-form{width:100%;margin-top:30px}.video-response-row .pre-title{font-size:12px;font-weight:600;letter-spacing:.52px;line-height:17px;color:var(--color-grey-300)}.modal-content .video-response-row{width:480px;margin:0 auto}.response-wrapper{position:relative}.response-wrapper .next{position:absolute;right:15px;bottom:145px;color:var(--color-grey-500);cursor:pointer}.response-wrapper .prev{position:absolute;left:15px;bottom:145px;color:var(--color-grey-500);cursor:pointer}.video-js.full{width:100%;height:auto;padding-top:56.192%}.rc-slider{position:relative;width:100%;height:14px;padding:5px 0;border-radius:6px;touch-action:none;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-rail{position:absolute;width:100%;height:4px;background-color:#e9e9e9;border-radius:6px}.rc-slider-track,.rc-slider-tracks{position:absolute;height:4px;background-color:#abe2fb;border-radius:6px}.rc-slider-track-draggable{z-index:1;box-sizing:content-box;background-clip:content-box;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);transform:translateY(-5px)}.rc-slider-handle{position:absolute;z-index:1;width:14px;height:14px;margin-top:-5px;background-color:#fff;border:solid 2px #96dbfa;border-radius:50%;cursor:pointer;cursor:grab;opacity:.8;touch-action:pan-x}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa}.rc-slider-handle:focus{outline:none;box-shadow:none}.rc-slider-handle:focus-visible{border-color:#2db7f5;box-shadow:0 0 0 3px #96dbfa}.rc-slider-handle-click-focused:focus{border-color:#96dbfa;box-shadow:unset}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{border-color:#57c5f7;box-shadow:0 0 5px #57c5f7;cursor:grabbing}.rc-slider-mark{position:absolute;top:18px;left:0;width:100%;font-size:12px}.rc-slider-mark-text{position:absolute;display:inline-block;color:#999;text-align:center;vertical-align:middle;cursor:pointer}.rc-slider-mark-text-active{color:#666}.rc-slider-step{position:absolute;width:100%;height:4px;background:transparent}.rc-slider-dot{position:absolute;bottom:-2px;width:8px;height:8px;vertical-align:middle;background-color:#fff;border:2px solid #e9e9e9;border-radius:50%;cursor:pointer}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-handle,.rc-slider-disabled .rc-slider-dot{background-color:#fff;border-color:#ccc;box-shadow:none;cursor:not-allowed}.rc-slider-disabled .rc-slider-mark-text,.rc-slider-disabled .rc-slider-dot{cursor:not-allowed!important}.rc-slider-vertical{width:14px;height:100%;padding:0 5px}.rc-slider-vertical .rc-slider-rail{width:4px;height:100%}.rc-slider-vertical .rc-slider-track{bottom:0;left:5px;width:4px}.rc-slider-vertical .rc-slider-track-draggable{border-top:0;border-bottom:0;border-right:5px solid rgba(0,0,0,0);border-left:5px solid rgba(0,0,0,0);transform:translate(-5px)}.rc-slider-vertical .rc-slider-handle{position:absolute;z-index:1;margin-top:0;margin-left:-5px;touch-action:pan-y}.rc-slider-vertical .rc-slider-mark{top:0;left:18px;height:100%}.rc-slider-vertical .rc-slider-step{width:4px;height:100%}.rc-slider-vertical .rc-slider-dot{margin-left:-2px}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-leave{display:block!important;animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear{transform:scale(0);animation-timing-function:cubic-bezier(.23,1,.32,1)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes rcSliderTooltipZoomDownIn{0%{transform:scale(0);transform-origin:50% 100%;opacity:0}to{transform:scale(1);transform-origin:50% 100%}}@keyframes rcSliderTooltipZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}to{transform:scale(0);transform-origin:50% 100%;opacity:0}}.rc-slider-tooltip{position:absolute;top:-9999px;left:-9999px;visibility:visible;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{min-width:24px;height:24px;padding:6px 2px;color:#fff;font-size:12px;line-height:1;text-align:center;text-decoration:none;background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9}.rc-slider-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{bottom:4px;left:50%;margin-left:-4px;border-width:4px 4px 0;border-top-color:#6c6c6c}.vjs-modal-dialog .vjs-modal-dialog-content,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-button>.vjs-icon-placeholder:before,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{text-align:center}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");font-weight:400;font-style:normal}.vjs-icon-play,.video-js .vjs-play-control .vjs-icon-placeholder,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{content:""}.vjs-icon-play-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play-circle:before{content:""}.vjs-icon-pause,.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pause:before,.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before{content:""}.vjs-icon-volume-mute,.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-mute:before,.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before{content:""}.vjs-icon-volume-low,.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-low:before,.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before{content:""}.vjs-icon-volume-mid,.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-mid:before,.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before{content:""}.vjs-icon-volume-high,.video-js .vjs-mute-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-high:before,.video-js .vjs-mute-control .vjs-icon-placeholder:before{content:""}.vjs-icon-fullscreen-enter,.video-js .vjs-fullscreen-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-fullscreen-enter:before,.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before{content:""}.vjs-icon-fullscreen-exit,.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-fullscreen-exit:before,.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before{content:""}.vjs-icon-square{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-square:before{content:""}.vjs-icon-spinner{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-spinner:before{content:""}.vjs-icon-subtitles,.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-subtitles:before,.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before{content:""}.vjs-icon-captions,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-captions-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-captions:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-captions-button .vjs-icon-placeholder:before{content:""}.vjs-icon-chapters,.video-js .vjs-chapters-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-chapters:before,.video-js .vjs-chapters-button .vjs-icon-placeholder:before{content:""}.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-share:before{content:""}.vjs-icon-cog{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cog:before{content:""}.vjs-icon-circle,.vjs-seek-to-live-control .vjs-icon-placeholder,.video-js .vjs-volume-level,.video-js .vjs-play-progress{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle:before,.vjs-seek-to-live-control .vjs-icon-placeholder:before,.video-js .vjs-volume-level:before,.video-js .vjs-play-progress:before{content:""}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-outline:before{content:""}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-inner-circle:before{content:""}.vjs-icon-hd{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-hd:before{content:""}.vjs-icon-cancel,.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cancel:before,.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before{content:""}.vjs-icon-replay,.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-replay:before,.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before{content:""}.vjs-icon-facebook{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-facebook:before{content:""}.vjs-icon-gplus{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-gplus:before{content:""}.vjs-icon-linkedin{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-linkedin:before{content:""}.vjs-icon-twitter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-twitter:before{content:""}.vjs-icon-tumblr{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-tumblr:before{content:""}.vjs-icon-pinterest{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pinterest:before{content:""}.vjs-icon-audio-description,.video-js .vjs-descriptions-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-audio-description:before,.video-js .vjs-descriptions-button .vjs-icon-placeholder:before{content:""}.vjs-icon-audio,.video-js .vjs-audio-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-audio:before,.video-js .vjs-audio-button .vjs-icon-placeholder:before{content:""}.vjs-icon-next-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-next-item:before{content:""}.vjs-icon-previous-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-previous-item:before{content:""}.vjs-icon-picture-in-picture-enter,.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-picture-in-picture-enter:before,.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before{content:""}.vjs-icon-picture-in-picture-exit,.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-picture-in-picture-exit:before,.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before{content:""}.video-js{display:block;vertical-align:top;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif;word-break:initial}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js[tabindex="-1"]{outline:none}.video-js *,.video-js *:before,.video-js *:after{box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin:0}.video-js.vjs-fluid,.video-js.vjs-16-9,.video-js.vjs-4-3,.video-js.vjs-9-16,.video-js.vjs-1-1{width:100%;max-width:100%}.video-js.vjs-fluid:not(.vjs-audio-only-mode),.video-js.vjs-16-9:not(.vjs-audio-only-mode),.video-js.vjs-4-3:not(.vjs-audio-only-mode),.video-js.vjs-9-16:not(.vjs-audio-only-mode),.video-js.vjs-1-1:not(.vjs-audio-only-mode){height:0}.video-js.vjs-16-9:not(.vjs-audio-only-mode){padding-top:56.25%}.video-js.vjs-4-3:not(.vjs-audio-only-mode){padding-top:75%}.video-js.vjs-9-16:not(.vjs-audio-only-mode){padding-top:177.7777777778%}.video-js.vjs-1-1:not(.vjs-audio-only-mode){padding-top:100%}.video-js.vjs-fill:not(.vjs-audio-only-mode){width:100%;height:100%}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}.video-js.vjs-audio-only-mode .vjs-tech{display:none}body.vjs-full-window{padding:0;margin:0;height:100%}.vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.video-js.vjs-fullscreen:not(.vjs-ios-native-fs){width:100%!important;height:100%!important;padding-top:0!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-hidden{display:none!important}.vjs-disabled{opacity:.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1!important;visibility:visible!important}.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.63332em;width:3em;display:block;position:absolute;top:10px;left:10px;padding:0;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2b333f;background-color:#2b333fb3;border-radius:.3em;transition:all .4s}.vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-.81666em;margin-left:-1.5em}.video-js:hover .vjs-big-play-button,.video-js .vjs-big-play-button:focus{border-color:#fff;background-color:#73859f;background-color:#73859f80;transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button,.vjs-error .vjs-big-play-button{display:none}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button{display:block}.video-js button{background:none;border:none;color:inherit;display:inline-block;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vjs-control .vjs-button{width:100%;height:100%}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.video-js .vjs-modal-dialog{background:#000c;background:linear-gradient(180deg,#000c,#fff0);overflow:auto}.video-js .vjs-modal-dialog>*{box-sizing:border-box}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;overflow:auto}.vjs-menu .vjs-menu-content>*{box-sizing:border-box}.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover,.js-focus-visible .vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:#73859f80}.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover,.js-focus-visible .vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible){background:none}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em;font-weight:700;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0em;margin-bottom:1.5em;border-top-color:#2b333fb3}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:#2b333fb3;position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:5em}.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:10em}.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:14em}.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:25em}.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,.vjs-menu-button-popup .vjs-menu.vjs-lock-showing{display:block}.video-js .vjs-menu-button-inline{transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline:hover,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;transition:all .4s}.vjs-menu-button-inline:hover .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline.vjs-slider-active .vjs-menu{display:block;opacity:1}.vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu{width:auto}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2b333f;background-color:#2b333fb3}.vjs-has-started .vjs-control-bar,.vjs-audio-only-mode .vjs-control-bar{display:flex;visibility:visible;opacity:1;transition:visibility .1s,opacity .1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;pointer-events:none;transition:visibility 1s,opacity 1s}.vjs-controls-disabled .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar,.vjs-error .vjs-control-bar{display:none!important}.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible;pointer-events:auto}.vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}.video-js .vjs-control{position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;flex:none}.video-js .vjs-control.vjs-visible-text{width:auto;padding-left:1em;padding-right:1em}.vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}.vjs-button>.vjs-icon-placeholder{display:block}.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before,.video-js .vjs-control:focus{text-shadow:0em 0em 1em white}.video-js *:not(.vjs-visible-text)>.vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;flex:auto;display:flex;align-items:center;min-width:4em;touch-action:none}.video-js .vjs-progress-control.disabled{cursor:default}.vjs-live .vjs-progress-control{display:none}.vjs-liveui .vjs-progress-control{display:flex;align-items:center}.vjs-no-flex .vjs-progress-control{width:auto}.video-js .vjs-progress-holder{flex:auto;transition:all .2s;height:.3em}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.6666666667em}.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled{font-size:1em}.video-js .vjs-progress-holder .vjs-play-progress,.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div{position:absolute;display:block;height:100%;margin:0;padding:0;width:0}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-.5em;top:-.3333333333em;z-index:1}.video-js .vjs-load-progress{background:#73859f80}.video-js .vjs-load-progress div{background:#73859fbf}.video-js .vjs-time-tooltip{background-color:#fff;background-color:#fffc;border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-progress-control:hover .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip{font-size:1em}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.vjs-no-flex .vjs-progress-control .vjs-mouse-display{z-index:0}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:#000c}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#73859f;background-color:#73859f80}.video-js .vjs-slider.disabled{cursor:default}.video-js .vjs-slider:focus{text-shadow:0em 0em 1em white;box-shadow:0 0 1em #fff}.video-js .vjs-mute-control{cursor:pointer;flex:none}.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:flex}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.video-js .vjs-volume-panel{transition:width 1s}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active{visibility:visible;opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal{width:5em;height:3em;margin-right:0}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical{left:-3.5em;transition:left 0s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active{width:10em;transition:width .1s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only{width:4em}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3000em;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;visibility:visible;opacity:1;position:relative;transition:none}.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{position:absolute;bottom:3em;left:.5em}.video-js .vjs-volume-panel{display:flex}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:.9em;z-index:1}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em;z-index:1}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{top:-.3em;right:-.5em}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2b333f;background-color:#2b333fb3}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.video-js .vjs-volume-tooltip{background-color:#fff;background-color:#fffc;border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-volume-control:hover .vjs-volume-tooltip,.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip{display:block;font-size:1em;visibility:visible}.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip{left:1em;top:-12px}.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip{font-size:1em}.video-js .vjs-volume-control .vjs-mouse-display{display:none;position:absolute;width:100%;height:1px;background-color:#000;z-index:1}.video-js .vjs-volume-horizontal .vjs-mouse-display{width:1px;height:100%}.vjs-no-flex .vjs-volume-control .vjs-mouse-display{z-index:0}.video-js .vjs-volume-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-volume-tooltip{color:#fff;background-color:#000;background-color:#000c}.vjs-poster{display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000;cursor:pointer;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.vjs-has-started .vjs-poster,.vjs-using-native-controls .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster,.vjs-has-started.vjs-audio-poster-mode .vjs-poster{display:block}.video-js .vjs-live-control{display:flex;align-items:flex-start;flex:auto;font-size:1em;line-height:3em}.vjs-no-flex .vjs-live-control{display:table-cell;width:auto;text-align:left}.video-js:not(.vjs-live) .vjs-live-control,.video-js.vjs-liveui .vjs-live-control{display:none}.video-js .vjs-seek-to-live-control{align-items:center;cursor:pointer;flex:none;display:inline-flex;height:100%;padding-left:.5em;padding-right:.5em;font-size:1em;line-height:3em;width:auto;min-width:4em}.vjs-no-flex .vjs-seek-to-live-control{display:table-cell;width:auto;text-align:left}.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,.video-js:not(.vjs-live) .vjs-seek-to-live-control{display:none}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge{cursor:auto}.vjs-seek-to-live-control .vjs-icon-placeholder{margin-right:.5em;color:#888}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:red}.video-js .vjs-time-control{flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.vjs-live .vjs-time-control,.video-js .vjs-current-time,.vjs-no-flex .vjs-current-time,.video-js .vjs-duration,.vjs-no-flex .vjs-duration{display:none}.vjs-time-divider{display:none;line-height:3em}.vjs-live .vjs-time-divider{display:none}.video-js .vjs-play-control{cursor:pointer}.video-js .vjs-play-control .vjs-icon-placeholder{flex:none}.vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}.video-js.vjs-controls-disabled .vjs-text-track-display,.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{transform:translateY(-3em)}.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{transform:translateY(-1.5em)}.video-js .vjs-picture-in-picture-control{cursor:pointer;flex:none}.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control{display:none}.video-js .vjs-fullscreen-control{cursor:pointer;flex:none}.video-js.vjs-audio-only-mode .vjs-fullscreen-control{display:none}.vjs-playback-rate>.vjs-menu-button,.vjs-playback-rate .vjs-playback-rate-value{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-error .vjs-error-display:before{color:#fff;content:"X";font-family:Arial,Helvetica,sans-serif;font-size:4em;left:0;line-height:1;margin-top:-.5em;position:absolute;text-shadow:.05em .05em .1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:.85;text-align:left;border:6px solid rgba(43,51,63,.7);box-sizing:border-box;background-clip:padding-box;width:50px;height:50px;border-radius:25px;visibility:hidden}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:block;animation:vjs-spinner-show 0s linear .3s forwards}.vjs-loading-spinner:before,.vjs-loading-spinner:after{content:"";position:absolute;margin:-6px;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:transparent;border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:before,.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after{animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#fff;animation-delay:.44s}@keyframes vjs-spinner-show{to{visibility:visible}}@keyframes vjs-spinner-spin{to{transform:rotate(360deg)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}to{border-top-color:#73859f}}.video-js.vjs-audio-only-mode .vjs-captions-button{display:none}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js.vjs-audio-only-mode .vjs-descriptions-button{display:none}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"";font-size:1.5em;line-height:inherit}.video-js.vjs-audio-only-mode .vjs-subs-caps-button{display:none}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:" ";font-size:1.5em;line-height:inherit}.video-js.vjs-layout-small .vjs-current-time,.video-js.vjs-layout-small .vjs-time-divider,.video-js.vjs-layout-small .vjs-duration,.video-js.vjs-layout-small .vjs-remaining-time,.video-js.vjs-layout-small .vjs-playback-rate,.video-js.vjs-layout-small .vjs-volume-control,.video-js.vjs-layout-x-small .vjs-current-time,.video-js.vjs-layout-x-small .vjs-time-divider,.video-js.vjs-layout-x-small .vjs-duration,.video-js.vjs-layout-x-small .vjs-remaining-time,.video-js.vjs-layout-x-small .vjs-playback-rate,.video-js.vjs-layout-x-small .vjs-volume-control,.video-js.vjs-layout-tiny .vjs-current-time,.video-js.vjs-layout-tiny .vjs-time-divider,.video-js.vjs-layout-tiny .vjs-duration,.video-js.vjs-layout-tiny .vjs-remaining-time,.video-js.vjs-layout-tiny .vjs-playback-rate,.video-js.vjs-layout-tiny .vjs-volume-control{display:none}.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover{width:auto;width:initial}.video-js.vjs-layout-x-small .vjs-progress-control,.video-js.vjs-layout-tiny .vjs-progress-control{display:none}.video-js.vjs-layout-x-small .vjs-custom-control-spacer{flex:auto;display:block}.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer{width:auto}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2b333f;background-color:#2b333fbf;color:#fff;height:70%}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-font,.vjs-text-track-settings .vjs-track-settings-controls{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}@supports (display: grid){.vjs-text-track-settings .vjs-modal-dialog-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;padding:20px 24px 0}.vjs-track-settings-controls .vjs-default-button{margin-bottom:20px}.vjs-text-track-settings .vjs-track-settings-controls{grid-column:1/-1}.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content{grid-template-columns:1fr}}.vjs-track-setting>select{margin-right:1em;margin-bottom:.5em}.vjs-text-track-settings fieldset{margin:5px;padding:3px;border:none}.vjs-text-track-settings fieldset span{display:inline-block}.vjs-text-track-settings fieldset span>select{max-width:7.3em}.vjs-text-track-settings legend{color:#fff;margin:0 0 5px}.vjs-text-track-settings .vjs-label{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);display:block;margin:0 0 5px;padding:0;border:0;height:1px;width:1px;overflow:hidden}.vjs-track-settings-controls button:focus,.vjs-track-settings-controls button:active{outline-style:solid;outline-width:medium;background-image:linear-gradient(0deg,#fff 88%,#73859f)}.vjs-track-settings-controls button:hover{color:#2b333fbf}.vjs-track-settings-controls button{background-color:#fff;background-image:linear-gradient(-180deg,#fff 88%,#73859f);color:#2b333f;cursor:pointer;border-radius:2px}.vjs-track-settings-controls .vjs-default-button{margin-right:1em}@media print{.video-js>*:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.vjs-resize-manager{position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:-1000}.js-focus-visible .video-js *:focus:not(.focus-visible){outline:none}.video-js *:focus:not(:focus-visible){outline:none}.candidates-pipeline{background:var(--color-beige-100);border-bottom:1px solid var(--input-border-color);padding:17px 0 20px;margin-left:-24px;margin-right:-24px}.candidates-pipeline.hide-container{padding:0;border-top:0}.candidates-pipeline.hide-container .container{display:none}.candidates-pipeline .scroll-wrap{display:flex}.candidates-pipeline .scroll-wrap .phase-container{position:relative;padding-top:22px;margin-right:37px}.candidates-pipeline .scroll-wrap .phase-container:after{content:"";width:37px;height:1px;background:var(--input-border-color);position:absolute;left:100%;bottom:27px}.candidates-pipeline .scroll-wrap .phase-container:last-child{margin-right:4px}.candidates-pipeline .scroll-wrap .phase-container:last-child:after{display:none}.candidates-pipeline .scroll-wrap .phase-container .title{text-overflow:ellipsis;overflow:hidden;width:100%;position:absolute;top:0;font-size:12px;line-height:18px;white-space:nowrap;text-align:left;padding-left:11px}.candidates-pipeline .scroll-wrap .phase-container .total{font-size:18px;font-weight:700;line-height:54px;padding:0 5px;min-width:60px;text-align:center}.candidates-pipeline .scroll-wrap .phase-container .arrow-candidate-pipeline{font-size:20px;display:flex;justify-content:center;align-items:center;padding:0 10px;border-left:1px dashed var(--input-border-color);color:var(--color-grey-400);background-color:#fff;border-top-right-radius:8px;border-bottom-right-radius:8px;cursor:pointer}.candidates-pipeline .scroll-wrap .phase-container.active .state-container.active{background-color:var(--color-beige-200)}.candidates-pipeline .candidate-pipeline{display:flex;border:1px solid var(--input-border-color);border-radius:8px}.candidates-pipeline .candidate-pipeline .status{background-color:#fff;cursor:pointer;border-top-left-radius:8px;border-bottom-left-radius:8px}.candidates-pipeline .candidate-pipeline.opened .arrow-candidate-pipeline i{transform:rotate(180deg)}.candidates-pipeline .candidate-pipeline .state-container{border-left:1px dashed var(--input-border-color);display:flex;background-color:var(--color-beige-50)}.candidates-pipeline .candidate-pipeline .state-container .status-wrapper{display:flex;flex-direction:column;justify-content:center;padding:0 10px;cursor:pointer}.candidates-pipeline .candidate-pipeline .state-container .state-name{text-align:center;font-size:12px;line-height:18px;color:var(--color-dark-blue-950);white-space:nowrap;transition:color .4s ease}.candidates-pipeline .candidate-pipeline .state-container .state-counter{text-align:center;font-size:18px;line-height:18px;color:var(--color-dark-blue-950);transition:color .4s ease}.scrolls-container{position:relative}.scrolls-container .scroll-wrap{display:inline-flex}.scrolls-container .horizontal-scroll{padding:2px 0;overflow:hidden;z-index:6}.scrolls-container .arrow{position:absolute;top:0;display:flex;align-items:center;cursor:pointer;z-index:10;background:#fff;border-right:1px dashed var(--input-border-color);font-size:20px;color:var(--color-grey-400);padding-left:13px;padding-right:18px;margin-top:-26px;margin-bottom:-20px;height:calc(100% + 46px)}.scrolls-container .arrow.left-arrow{left:0}.scrolls-container .arrow.right-arrow{right:0;transform:rotate(180deg)}.special-label{display:flex;padding:var(--space-s) var(--space-s);background-color:transparent;color:var(--color-blue-900);border-radius:var(--border-radius-m)}.special-label.value,.special-label.killer-question-label{background-color:var(--color-dark-blue-100)}.main-filters .special-label.value,.main-filters .special-label.killer-question-label{background-color:var(--color-white)}.disable .special-label.value,.disable .special-label.killer-question-label{background:#e3e3e3;color:var(--input-disabled-text-color)}.disable .special-label.value .link,.disable .special-label.killer-question-label .link{display:none}.special-label.value.absolute,.special-label.killer-question-label.absolute{align-items:center;background-color:transparent;position:absolute;padding-right:42px;padding-left:12px;top:0;left:0;width:100%;height:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.special-label.value.absolute.status .color,.special-label.killer-question-label.absolute.status .color{margin-top:0}.special-label.value.absolute .text,.special-label.killer-question-label.absolute .text{display:flex}.special-label.value.absolute .info,.special-label.killer-question-label.absolute .info{padding-left:5px}.transparent .special-label.value,.transparent .special-label.killer-question-label{background-color:transparent}.special-label.option:hover{background-color:#f2f9fc}.special-label.killer-question-label .text{display:flex;justify-content:space-between}.special-label.killer-question-label .text .title{flex:0 1 100%;padding-right:20px;align-self:center}.special-label.killer-question-label .text .link{flex:0 0 auto;align-self:center}.special-label .Select-value-label{display:inline-flex}.special-label .color{flex-shrink:0}.special-label.tag{align-items:center;border:0;margin-left:0;text-align:left}.special-label.tag .color{width:22px;height:22px;margin-right:var(--space-s);border-radius:var(--border-radius-m);border:1px solid transparent}.special-label.tag .default{background-color:var(--color-dark-blue-100);border-color:var(--color-dark-blue-900)}.special-label.tag .green{background-color:var(--color-emerald-100);border-color:var(--color-emerald-800)}.special-label.tag .yellow{background-color:var(--color-yellow-100);border-color:var(--color-yellow-800)}.special-label.tag .red{background-color:var(--color-red-100);border-color:var(--color-red-800)}.special-label.status{align-items:flex-start}.special-label.status.center{align-items:center}.special-label.status.center .color{margin-top:0}.special-label.status .color{width:var(--space-s);height:var(--space-s);margin:6px var(--space-s) 0 0;border-radius:50%;background-color:transparent}.special-label.status .color.status-dot .dot{width:var(--space-s);height:var(--space-s);flex:0 0 8px}.special-label.status .activated{background-color:var(--color-blue-400)}.special-label.status .draft{background-color:var(--color-grey-300)}.special-label.status .closed{background-color:var(--color-red-300)}.special-label.status .internal{background-color:var(--color-yellow-400)}.special-label .text{width:100%;line-height:17px}.special-label .text.vertical-center{align-self:center}.special-label .title{color:var(--color-grey-800);line-height:18px}.special-label .info{display:flex;justify-content:space-between;align-items:baseline;margin-right:var(--space-xs)}.special-label .location{margin-right:var(--space-s);color:var(--color-grey-500)}.special-label .date{flex-shrink:0;font-size:var(--font-size-s);color:var(--color-grey-300)}.special-label:hover,.special-label.is-focused{background-color:#f2f9fc}.special-label.is-selected{background-color:#f5faff}[class*=-multiValue] .killer-question-label+[role=button]:after{top:6px}.Select-menu-outer .special-label.status{min-height:44px}.noUi-base{position:relative}.noUi-base .noUi-origin:last-child{margin-left:-16px}.noUi-origin{position:absolute;right:0}.noUi-handle{position:absolute;cursor:grab;border-radius:50%;border:2px solid #96dbfa;background-color:#fff;touch-action:pan-x}.rc-slider-handle,.noUi-handle{height:16px;width:16px;top:50%;margin-left:0;margin-top:0;transform:translateY(-50%)!important;border:2px solid white;background:#000;z-index:2}.rc-slider-handle:focus,.noUi-handle:focus{box-shadow:none}.rc-slider-handle:hover,.noUi-handle:hover{border-color:#fff}.rc-slider-handle:hover:after,.noUi-handle:hover:after{display:block}.rc-slider-handle:after{content:attr(aria-valuenow);position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);min-width:24px;height:24px;padding:6px 2px;color:#fff;font-size:12px;line-height:1;text-align:center;text-decoration:none;background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9;display:none}.rc-slider-handle-2{margin-left:-16px}.rc-slider-mark .rc-slider-mark-text{font-size:var(--font-size-s);color:var(--color-grey-300)}.rc-slider-mark .rc-slider-mark-text:first-child{transform:translate(2px)!important;margin-top:4px}.rc-slider-mark .rc-slider-mark-text:last-child{transform:translate(calc(-100% - 2px))!important;margin-top:4px}.rc-slider-dot{display:none}.noUi-target{border-radius:6px;position:relative}.rc-slider,.noUi-target{height:16px;padding:0}.rc-slider-rail,.noUi-base,.noUi-background{height:16px;background-color:var(--color-grey-400)}.noUi-base,.noUi-connect,.noUi-background,.rc-slider-track{border-radius:13px}.rc-slider-track,.noUi-connect{height:16px;background-color:var(--color-dark-blue-700)}.rc-slider-mark{line-height:17px}.rc-slider-mark-text-active{color:var(--color-grey-500)}.candidate-top-actions{display:flex;justify-content:space-between;padding-bottom:16px;align-items:center}.candidate-top-actions>.form-check{margin-top:0}.candidate-top-actions>.form-check strong{font-weight:400}.candidate-top-actions .button{min-height:0;line-height:18px}.candidate-top-actions .wrapper{display:flex}.spinner{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.spinner:after{content:" ";width:46px;height:46px;border-radius:50%;border:5px solid var(--color-grey-800);border-color:var(--color-grey-800) transparent var(--color-grey-800) transparent;animation:spinner 1.2s linear infinite}.spinner.full{height:90vh}.spinner-ds{width:40px;height:40px;position:relative;content:"";--huge-loading-03: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 3V6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><path d="M12 18V21" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><path d="M21 12H18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><path d="M6 12H3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><path d="M18.3635 5.63672L16.2422 7.75804" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><path d="M7.75804 16.2422L5.63672 18.3635" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><path d="M18.3635 18.3635L16.2422 16.2422" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><path d="M7.75804 7.75804L5.63672 5.63672" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>');-webkit-mask:var(--huge-loading-03);mask:var(--huge-loading-03);width:var(--icon-size-l);height:var(--icon-size-l);background:currentColor;-webkit-mask-size:contain;mask-size:contain;vertical-align:middle;flex:0 0 auto;animation-name:huge-spin;animation-delay:0s;animation-direction:normal;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear;color:var(--color-grey-400);margin-right:var(--space-xs);opacity:1;transition:opacity var(--speed-fast);display:inline-block;margin-left:auto;margin-right:auto}.spinner-small{width:24px;height:24px;position:relative;content:"";--huge-loading-03: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 3V6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><path d="M12 18V21" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><path d="M21 12H18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><path d="M6 12H3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><path d="M18.3635 5.63672L16.2422 7.75804" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><path d="M7.75804 16.2422L5.63672 18.3635" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><path d="M18.3635 18.3635L16.2422 16.2422" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><path d="M7.75804 7.75804L5.63672 5.63672" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>');-webkit-mask:var(--huge-loading-03);mask:var(--huge-loading-03);width:var(--icon-size-s);height:var(--icon-size-s);background:currentColor;-webkit-mask-size:contain;mask-size:contain;vertical-align:middle;flex:0 0 auto;animation-name:huge-spin;animation-delay:0s;animation-direction:normal;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear;color:var(--color-grey-400);display:inline-block}.spinner-small.center{margin-left:auto;margin-right:auto}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dynamic-form .field{overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;word-break:break-word;display:inline}.dynamic-form .editable-field{display:none;width:calc(100% - 22px)}.dynamic-form .edition-actions{display:none;max-width:22px}.dynamic-form .activate-edition{display:none}.dynamic-form:hover .activate-edition{display:inline-block}.dynamic-form input,.dynamic-form .Select{display:inline-block;margin:0;vertical-align:middle}.dynamic-form input{padding:var(--space-xs);border-radius:var(--border-radius-s)}.dynamic-form .icon:not(.msg-icon){margin:0 var(--space-xs);cursor:pointer}.dynamic-form .error:not(.alert){display:block}.dynamic-form.editing .field{display:none}.dynamic-form.editing .editable-field,.dynamic-form.editing .edition-actions{display:inline-block}.dynamic-form.editing .activate-edition{display:none}.nav-tabs-card .tabs-nav{padding:0;margin:0 0 var(--space-m);list-style:none}.nav-tabs-card .tab{display:inline-block;margin-right:var(--space-m)}.nav-tabs-card .tab:last-child{margin-right:0}.nav-tabs-card .tab-link{font-size:var(--font-size-m);font-weight:400;color:var(--color-grey-700);cursor:pointer}.nav-tabs-card .tab-link.active{font-weight:700;color:var(--color-grey-800);cursor:default}.nav-tabs-card .tabs-content{display:none}.nav-tabs-card .tabs-content.active{display:block}.profile-sidebar .nav-tabs-card .tags{margin-top:16px}.tabs.profile-tabs .tab-item,.tabs-secondary.profile-tabs .tab-item{align-items:center}.tabs.profile-tabs .tab-item .counter,.tabs-secondary.profile-tabs .tab-item .counter{border-radius:8px;background:var(--color-grey-200);display:inline-block;padding:1px 6px;margin-left:7px}.tabs.profile-tabs .tab-item .counter-total,.tabs-secondary.profile-tabs .tab-item .counter-total{padding:1px 0}.tabs.profile-tabs .tab-item .counter,.tabs.profile-tabs .tab-item .counter-total,.tabs-secondary.profile-tabs .tab-item .counter,.tabs-secondary.profile-tabs .tab-item .counter-total{line-height:20px;height:20px}.tabs.profile-tabs .prev,.tabs-secondary.profile-tabs .prev{background:linear-gradient(to right,var(--site-background-color),var(--site-background-color),rgba(255,255,255,0));z-index:1}.tabs.profile-tabs .next,.tabs-secondary.profile-tabs .next{background:linear-gradient(to left,var(--site-background-color),var(--site-background-color),rgba(255,255,255,0));z-index:1}.tabs .tab-item,.tabs-secondary .tab-item{cursor:pointer}.tabs .tab-item i,.tabs-secondary .tab-item i{display:none}.tabs .tab-item.default i,.tabs-secondary .tab-item.default i{display:inline-block;padding-left:2px}.tabs .tab-item .tag,.tabs-secondary .tab-item .tag{align-items:center}.tabs-cnt{display:flex}.tabs-cnt .tabs{flex:0 1 100%}.tabs-cnt .tabs .tab-item.disabled{color:var(--color-grey-700)}.tabs-cnt .translations-inputs{width:100%}.tabs-cnt .dropdown{flex:0 0 auto;margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid var(--color-grey-200)}.tabs-cnt .dropdown.right{text-align:right}.tabs-cnt .dropdown.right .button{position:relative;z-index:1}.tabs-cnt .dropdown .button{color:var(--color-dark-blue-700);background-color:#fff;border-color:var(--input-border-color)}.tabs-cnt .dropdown .button:after,.tabs-cnt .dropdown .button .huge-icon{color:var(--color-dark-blue-700)}.tabs-cnt .dropdown .button:hover,.tabs-cnt .dropdown .button:focus{color:#fff;background-color:var(--color-dark-blue-600);border-color:var(--color-dark-blue-600)}.tabs-cnt .dropdown .button:hover,.tabs-cnt .dropdown .button:hover:after,.tabs-cnt .dropdown .button:hover .huge-icon,.tabs-cnt .dropdown .button:focus,.tabs-cnt .dropdown .button:focus:after,.tabs-cnt .dropdown .button:focus .huge-icon{color:#fff}.tabs-cnt .dropdown .button:active{color:#fff;background-color:var(--color-dark-blue-600);border-color:var(--color-dark-blue-600)}.tabs-cnt .dropdown .button:active,.tabs-cnt .dropdown .button:active:after,.tabs-cnt .dropdown .button:active .huge-icon{color:#fff}.tabs-cnt .dropdown .button[disabled],.tabs-cnt .dropdown .button.is-disabled,.tabs-cnt .dropdown .button:disabled{opacity:.6;cursor:not-allowed;color:initial;background-color:initial;border-color:initial}.tabs-cnt .dropdown .button[disabled] .huge-icon,.tabs-cnt .dropdown .button.is-disabled .huge-icon,.tabs-cnt .dropdown .button:disabled .huge-icon{color:initial}.tabs-cnt .dropdown .button[disabled]:hover,.tabs-cnt .dropdown .button.is-disabled:hover,.tabs-cnt .dropdown .button:disabled:hover{color:initial;background-color:initial;border-color:initial}.tabs-cnt .dropdown .button[disabled]:hover,.tabs-cnt .dropdown .button[disabled]:hover:after,.tabs-cnt .dropdown .button[disabled]:hover .huge-icon,.tabs-cnt .dropdown .button.is-disabled:hover,.tabs-cnt .dropdown .button.is-disabled:hover:after,.tabs-cnt .dropdown .button.is-disabled:hover .huge-icon,.tabs-cnt .dropdown .button:disabled:hover,.tabs-cnt .dropdown .button:disabled:hover:after,.tabs-cnt .dropdown .button:disabled:hover .huge-icon{color:initial}.tabs-cnt .dropdown .button:before{font-size:16px;margin-right:8px}.tabs-cnt .dropdown .button:after{display:none}.tooltip-wrap .tooltip-with-image{display:flex}.tooltip-wrap .tooltip-with-image>*{flex:0 0 50%}.tooltip-wrap .tooltip-with-image .text{padding-right:10px}.tooltip-wrap .tooltip-with-image .image{text-align:right}.tooltip-wrap .tooltip-with-image .image img{margin-top:-5px;margin-bottom:0;width:100%}.tooltip-wrap .flex{display:flex;justify-content:space-between;padding:15px 0 0}.tooltip-wrap .flex:first-child{padding-top:0}.tooltip-wrap .right-arrow:after{content:" →"}.tooltip-wrap ul li{margin-bottom:5px;position:relative;padding-left:15px}.tooltip-wrap ul li:before{content:"-";position:absolute;left:0;top:0}.cursor-help,.cursor-help.link{cursor:help}[data-tooltip] span,[data-tooltip] sup{color:var(--color-dark-blue-700);margin-left:6px;display:inline-block;top:-1px;font-size:11px}.scorecard{padding-bottom:var(--space-l);margin-bottom:var(--space-l)}.scorecard .col-full-auto{flex:0 1 100%}.scorecard .scorecard-header .row.pull-right{flex:0 1 auto;padding-left:20px}.scorecard .scorecard-header .row.pull-right .name{flex:0 1 auto}.scorecard .inner-card{border:0}.scorecard .scorecard-title{color:var(--color-grey-700)}.scorecard .scorecard-title .h3{color:var(--color-grey-800)}.scorecard .author{margin-bottom:20px}.scorecard .name{font-size:14px;line-height:19px;color:var(--color-grey-700)}.scorecard .date{font-size:14px;line-height:19px;color:var(--color-grey-300);margin-left:20px}.scorecard .card-item{position:relative}.scorecard .card-item .question{margin-bottom:var(--space-m)}.scorecard .card-item .question:last-child{margin-bottom:0}.scorecard .card-item .scorecard-question{flex:0 0 185px;color:var(--color-grey-800)}.scorecard .card-item .note{flex:auto;overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word}.scorecard .card-item .note ul{padding-left:20px}.scorecard .card-item .note ul li{list-style:disc}.scorecard .card-item .note ol{padding-left:20px}.scorecard .card-item .note ol li{list-style:decimal}.scorecard .score-wrapper{display:inline-flex;justify-content:flex-end;align-items:baseline;flex-wrap:wrap}.scorecard .score{width:24px;height:24px;border-radius:var(--border-radius-m);color:var(--color-grey-300);background-color:var(--color-grey-200);margin-left:16px;font-size:14px;line-height:24px;text-align:center}.scorecard .score.color-0{width:auto;padding:0 8px;margin-left:0}.scorecard .score.selected{color:var(--color-white);background-color:var(--color-dark-blue-700)}.scorecard .score.selected.color-1{background-color:var(--color-red-700)}.scorecard .score.selected.color-2{background-color:var(--color-orange-500)}.scorecard .score.selected.color-3{background-color:var(--color-yellow-600)}.scorecard .score.selected.color-4,.scorecard .score.selected.color-5{background-color:var(--color-emerald-600)}.scorecard .score.edit{cursor:pointer}.scorecard .score.edit:hover{background-color:var(--color-dark-blue-700);color:var(--color-white)}.scorecard .score.edit:hover.color-1{background-color:var(--color-red-700)}.scorecard .score.edit:hover.color-2{background-color:var(--color-orange-500)}.scorecard .score.edit:hover.color-3{background-color:var(--color-yellow-600)}.scorecard .score.edit:hover.color-4,.scorecard .score.edit:hover.color-5{background-color:var(--color-emerald-600)}.scorecard .user-card-name .name{font-size:14px;line-height:19px;color:var(--color-grey-700);text-transform:capitalize}.scorecard .user-card-name .info{font-size:14px;line-height:19px;color:var(--color-grey-300)}.scorecard .info.row .h5{margin-bottom:4px}.scorecard+.company-question-response-set-more{border:0;padding-top:0}.scorecard .global-score{display:flex;align-items:center}.scorecard .global-score .score-num{margin-left:18px;border:1px solid var(--color-grey-400);border-radius:8px;font-size:22px;line-height:30px;color:var(--color-grey-800);display:flex;align-items:center;padding:8px 15px 7px}.scorecard .global-score .score-num i{font-size:22px;line-height:22px;margin-right:14px}.scorecard .global-score .score-num i.color-1{color:var(--color-red-700)}.scorecard .global-score .score-num i.color-2{color:var(--color-orange-500)}.scorecard .global-score .score-num i.color-3{color:var(--color-yellow-600)}.scorecard .global-score .score-num i.color-4,.scorecard .global-score .score-num i.color-5{color:var(--color-emerald-600)}.scorecard .global-score .score-num-tag.tag i{font-size:22px;line-height:22px;width:8px;height:8px;-webkit-mask-size:8px;mask-size:8px}.scorecard .global-score .score-num-tag.tag i.color-1{color:var(--color-red-700)!important}.scorecard .global-score .score-num-tag.tag i.color-2{color:var(--color-orange-500)!important}.scorecard .global-score .score-num-tag.tag i.color-3{color:var(--color-yellow-600)!important}.scorecard .global-score .score-num-tag.tag i.color-4,.scorecard .global-score .score-num-tag.tag i.color-5{color:var(--color-emerald-600)!important}.scorecard .info{cursor:pointer}.scorecard .collapse-toggle{transition:transform .2s}.scorecard .opened .collapse-toggle{transform:rotate(180deg)}.scorecard .note{color:var(--text-color-secondary)}.add-new-scorecard{justify-content:space-between;margin-bottom:0!important}.add-new-scorecard .Select{flex:0 1 100%}.historical-item{display:flex;margin:0 -10px;padding:10px}.historical-item.hired,.historical-item.hired .left-side .date,.historical-item.hired .left-side .month{background:var(--color-green-100)}.historical-item:last-child{margin:0 -10px -24px}.historical-item:last-child .left-side:after{display:none}.profile-show .section-block .historical-item .user-card-name{margin-top:16px}.profile-show .section-block .historical-item .user-card-name .info{padding-top:0;font-size:14px;line-height:19px;color:var(--color-grey-700)}.profile-show .section-block .historical-item .user-card-name .info .label{text-transform:inherit;font-size:14px;line-height:19px;color:var(--color-grey-300)}.profile-show .section-block .historical-item .user-card-name .info .portal{font-size:14px;line-height:19px;color:var(--color-grey-700);text-transform:capitalize}.profile-show .section-block .historical-item .user-card-name .info .portal span{color:var(--color-grey-300);display:block}.historical-item.year-mark{font-size:var(--font-size-l);font-weight:600;color:var(--color-grey-300)}.historical-item .user-card-name{align-items:center}.historical-item .left-side{flex-shrink:0;width:40px;margin:0 20px 0 0;text-align:center;position:relative}.historical-item .left-side:after{content:"";height:100%;width:2px;background:var(--color-grey-200);position:absolute;left:50%;transform:translate(-50%);top:0;z-index:1}.historical-item .left-side .avatar{position:relative;top:-19px}.historical-item .left-side .date{font-size:18px;line-height:24px;color:var(--color-grey-700);background:#fff;position:relative;z-index:2;padding-top:3px}.historical-item .left-side .month{text-transform:uppercase;font-size:12px;line-height:17px;color:var(--color-grey-700);background:#fff;position:relative;padding-bottom:20px;z-index:2}.historical-item .right-side{width:100%;padding:0 0 24px 21px}.historical-item .right-side .label{font-size:12px;line-height:17px;color:var(--color-grey-300);text-transform:uppercase;font-weight:400;letter-spacing:0;margin-bottom:5px}.historical-item .date{color:var(--color-grey-300)}.historical-item .recruiter{font-weight:700;color:var(--color-black)}.historical-item .inline-text{display:flex;align-items:center;margin-bottom:var(--space-s)}.historical-item .inline-text .icon{margin-right:var(--space-xs)}.historical-item .response{margin-bottom:var(--space-l)}.historical-item .response-value{padding:var(--space-s) var(--space-m)}.historical-item .old-response-value{background-color:#f2001b1a}.historical-item .new-response-value{background-color:#00ff001a}.historical-item .tags-wrapper{display:flex;margin-top:12px}.historical-item .tags-wrapper .tag{text-transform:inherit;font-size:14px;line-height:19px;border:0;padding:6px 9px 7px;text-overflow:ellipsis;overflow:hidden;max-width:410px;white-space:nowrap}.historical-item .tags-wrapper .status:before{content:": "}.historical-item .tags-wrapper i{font-size:10px;margin:var(--space-s);color:var(--color-grey-700);display:flex}.historical-item .tags-wrapper i:before{align-self:center}.historical-item .tags-wrapper .hired-state i{margin:0;font-size:18px;color:var(--color-green-400)}.pill{padding:var(--space-xs) var(--space-s);border-radius:var(--border-radius-m);background-color:var(--color-dark-blue-100);font-size:var(--font-size-s);font-weight:400;line-height:var(--line-height-m);color:var(--color-dark-blue-600)}.killer-question-score .pill{display:block}.pill.is-white{background-color:var(--color-white)}.bizneo-extension-card{box-shadow:var(--box-shadow-l);margin:var(--space-m) 0 0 var(--space-m);opacity:0;transition:opacity .2s ease}.bizneo-extension-card .head{align-items:center;display:flex;gap:var(--space-s);margin-bottom:var(--space-xs)}.bizneo-extension-card .dark-blue{border:0;background-color:var(--color-dark-blue-200)}.bizneo-extension-card .body-text{color:var(--color-grey-500);font-size:var(--font-size-m);margin-bottom:0}.bizneo-extension-card--show{opacity:1}.main-header{left:0}.huge-star-stroke-rounded.fas{color:var(--color-yellow-300)}.alert.full{width:100%}.is-hidden{display:none!important}.is-disabled{pointer-events:none}.hide-password{display:none}[aria-disabled=true]{background:var(--input-disabled-bg-color);color:var(--input-disabled-text-color)}.filepicker input[type=file]{z-index:10}.filepicker .file-preview .action-icons{position:relative;z-index:11}.buttons-group.inline-flex{display:inline-flex}.buttons-group .nowrap{white-space:nowrap}#job-center-question{min-height:352px;width:422px;background-color:#6f8392;border-radius:0;color:var(--color-white)}#job-center-question .header-question{text-align:center;font-size:20px;font-family:Open-sans;font-weight:700}#job-center-question .body-question{margin-left:60px}#job-center-question .body-question label{color:var(--color-white)}#job-center-question .footer-question{height:54px;position:absolute;bottom:0;background-color:#345268;left:0}.job-info{font-weight:300;color:var(--color-grey-700);font-size:13px}@media (min-width: 768px){.job-info{margin-bottom:var(--space-m)}}.job-info .job-icon{display:inline-block;margin-right:var(--space-xs);vertical-align:middle;color:#838fa4}.job-info .job-item{margin-right:var(--space-s)}.job-info .job-place{display:inline-block;max-width:30%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal}.job-info .job-date{display:inline-block;max-width:15%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal}.job-info .job-schedule{display:inline-block;max-width:20%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal}.job-info .job-schedule #job-workday{display:inline-block}.job-info .job-salary{display:inline-block;max-width:20%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal}.job-info .job-category,.job-info .job-sector{display:inline-block;max-width:14%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal}.job-info .job-vacancies{display:inline-block;max-width:15%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal}.job-info .job-vacancies .job-icon{vertical-align:bottom}.job-info .job-vacancies .job-text{display:inline-block;font-weight:300;color:var(--color-grey-500);font-size:13px;line-height:15.6px}.job-center-header .job-center-top{height:50px;width:100%}.job-center-header .menu{float:right;display:flex;justify-content:space-between;width:144px;margin:var(--space-s)}.job-center-header .menu .btn{height:var(--space-xl);line-height:33px}.job-center-header .menu .dropdown-menu:not(.ds){min-width:0;border-radius:0 0 2px 2px}.job-center-header .menu .dropdown-item{padding:3px 22px}.job-center-header .photo{display:block;height:250px;padding:0;margin-bottom:0;background-size:cover;background-repeat:no-repeat;background-position:center}@media (min-width: 1200px){.job-center-header .photo{height:0;padding-bottom:20.83%;margin-bottom:var(--space-xl);background-size:100%}}.job-center-header .logo-job-center{position:absolute;top:50px;left:0;height:160px;width:270px;background-color:var(--color-white)}@media (min-width: 1200px){.job-center-header .logo-job-center{top:0;left:75px}}.job-center-header .logo-job-center img{position:relative;top:50%;left:50%;max-width:100%;transform:translate(-50%,-50%)}.job-center-header .logo-job-center .logo-bar{position:absolute;bottom:-6px;display:block;height:6px;width:270px;content:" "}.job-center-body{padding:var(--space-xl) var(--space-l) 0;margin:0 auto 42px}@media (min-width: 1200px){.job-center-body{max-width:1152px;padding:0 var(--space-l)}}.job-center-body .pull-left,.job-center-body .pull-right{float:none}@media (min-width: 1200px){.job-center-body .pull-left{float:left}.job-center-body .pull-right{float:right}}.job-center-body .col{display:block;width:100%;margin:0}@media (min-width: 768px){.job-center-body .col{margin:0 0 var(--space-xl)}}@media (min-width: 992px){.job-center-body .col{display:inline-block;width:47%;vertical-align:top;margin-right:50px}.job-center-body .col:last-child{margin-right:0}}.job-center-body .description-module{width:100%}.job-center-body .description-title{margin-bottom:var(--space-m);text-align:center;font-weight:700;font-size:var(--font-size-l)}.job-center-body .description-text{margin-bottom:var(--space-xl);color:#333;font-size:var(--font-size-m);font-weight:400;text-align:left}@media (min-width: 1200px){.job-center-body .description-text{text-align:justify}}.file-success-mark .huge-icon{vertical-align:top}.send-cv-module{width:100%;height:auto;padding-top:var(--space-m);margin-bottom:42px;border-radius:var(--border-radius-m);background-color:var(--color-white)}.send-cv-module .alert.danger,.send-cv-module .alert.info{width:calc(100% - 34px);margin:0 auto 20px}.send-cv-module .alert.danger .fa.info,.send-cv-module .alert.info .fa.info{color:#76a7fa}.send-cv-module .alert.danger .fa.info:before,.send-cv-module .alert.info .fa.info:before{content:""}.send-cv-module .special-error{padding-left:20%;margin-top:-13px;margin-bottom:10px}@media (min-width: 1200px){.send-cv-module{margin-bottom:0}}.send-cv-module .title{padding-left:var(--space-m);margin-bottom:var(--space-s);font-size:var(--font-size-xl)}@media (min-width: 1200px){.send-cv-module .title{font-size:var(--font-size-m)}}.send-cv-module .sub-title{padding-left:var(--space-m);margin-bottom:var(--space-xl);font-size:var(--font-size-s);font-weight:300;color:#838fa4}.send-cv-module .form{padding:0 var(--space-m) var(--space-m);font-size:var(--font-size-m);font-weight:300;color:var(--color-grey-800)}.send-cv-module .form .employee-check{display:flex;align-items:center;margin:5px 5px 15px;font-weight:300;font-size:var(--font-size-m)}.send-cv-module .form .employee-check label{margin-left:5px;flex:0 1 100%;margin-top:0;padding-top:0;font-family:Open-sans;font-weight:300;font-size:var(--font-size-m);color:var(--color-grey-800)}.send-cv-module .form .employee-check input[type=checkbox]{margin:0}.send-cv-module .form .reset-link-cnt{display:block;margin-bottom:var(--space-m)}.send-cv-module .form .reset-link{color:var(--color-blue-600);margin-top:10px;display:inline-block;padding-left:22px;position:relative;cursor:pointer}.send-cv-module .form .reset-link i{display:none}.send-cv-module .form .reset-link:before{content:"";width:16px;height:16px;background:url('data:image/svg+xml;utf8,<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg"><path d="M8 .25A7.749 7.749 0 00.25 8 7.749 7.749 0 008 15.75 7.749 7.749 0 0015.75 8 7.749 7.749 0 008 .25zm3.8 9.784a.375.375 0 010 .532L10.562 11.8a.375.375 0 01-.53 0L8 9.75 5.966 11.8a.375.375 0 01-.532 0L4.2 10.563a.375.375 0 010-.532L6.25 8 4.2 5.966a.375.375 0 010-.532l1.237-1.237a.375.375 0 01.532 0L8 6.25l2.034-2.05a.375.375 0 01.532 0l1.237 1.238a.375.375 0 010 .53L9.75 8l2.05 2.034z" fill="%232688C9" fill-rule="nonzero"/></svg>') no-repeat center;position:absolute;left:0;top:50%;transform:translateY(-50%)}.send-cv-module .form-description{margin-bottom:var(--space-xl)}.send-cv-module form{width:100%;margin:0}.send-cv-module form .block{position:relative}.send-cv-module form .block .field-container,.send-cv-module form .block .Select-control{width:100%}.send-cv-module form .block textarea{height:50px}.send-cv-module form .block i{position:absolute;top:5px;right:-2px;cursor:pointer;color:var(--color-red-800)}.send-cv-module form .block .cross{color:var(--color-blue-600);margin-bottom:15px;width:80%;margin-left:auto;padding-left:22px;position:relative;cursor:pointer}.send-cv-module form .block .cross:before{content:"";width:16px;height:16px;background:url('data:image/svg+xml;utf8,<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg"><path d="M8 .25A7.749 7.749 0 00.25 8 7.749 7.749 0 008 15.75 7.749 7.749 0 0015.75 8 7.749 7.749 0 008 .25zm3.8 9.784a.375.375 0 010 .532L10.562 11.8a.375.375 0 01-.53 0L8 9.75 5.966 11.8a.375.375 0 01-.532 0L4.2 10.563a.375.375 0 010-.532L6.25 8 4.2 5.966a.375.375 0 010-.532l1.237-1.237a.375.375 0 01.532 0L8 6.25l2.034-2.05a.375.375 0 01.532 0l1.237 1.238a.375.375 0 010 .53L9.75 8l2.05 2.034z" fill="%232688C9" fill-rule="nonzero"/></svg>') no-repeat center;position:absolute;left:0;top:50%;transform:translateY(-50%)}.send-cv-module form .block .cross i{display:none}.send-cv-module form .block .cross div{display:inline}.send-cv-module form .conditions-rgpd{font-weight:300;color:var(--color-grey-500);font:14px/19px Open-sans;margin-top:var(--space-s)}.send-cv-module form .conditions-rgpd p{margin-bottom:10px}.send-cv-module form .conditions-rgpd span.title{font-weight:700;text-transform:uppercase;padding-right:var(--space-s)}.send-cv-module form .conditions-wrapper .inner-row{display:flex}.send-cv-module form .conditions-wrapper .inner-row>*{align-self:center}.send-cv-module form .conditions-wrapper .inner-row input{margin:0 5px 0 0}.send-cv-module form .conditions-wrapper .inner-row label{align-self:center;padding:0}.send-cv-module form .block-input{display:block;margin-bottom:10px}.send-cv-module form .block-input.required .label:before{content:"*"}.send-cv-module form .block-input.error:before{display:none}.send-cv-module form .block-input .availability{display:inline-block}.send-cv-module form .block-input label,.send-cv-module form .block-input .label,.send-cv-module form .block-input .field-container{display:block;width:100%;vertical-align:top;font-weight:300;font-size:var(--font-size-m);color:var(--color-grey-800)}.send-cv-module form .block-input .label+.double-row{display:inline-flex;justify-content:space-between;flex-wrap:wrap}@media (min-width: 768px){.send-cv-module form .block-input .label+.double-row{flex-wrap:nowrap}}.send-cv-module form .block-input .label+.double-row .field-container,.send-cv-module form .block-input .label+.double-row .normal-select{width:100%}.send-cv-module form .block-input .label+.double-row>div{flex:0 0 100%}@media (min-width: 768px){.send-cv-module form .block-input .label+.double-row>div{flex:0 1 100%;min-width:calc(50% - 10px)}}.send-cv-module form .block-input .label+.double-row>div input{border-radius:var(--border-radius-m);border:1px solid var(--color-grey-300);height:36px}.send-cv-module form .block-input .label+.double-row>div.first{margin-bottom:10px}@media (min-width: 768px){.send-cv-module form .block-input .label+.double-row>div.first{margin-bottom:0;margin-right:20px}}.send-cv-module form .block-input .label,.send-cv-module form .block-input label,.send-cv-module form .block-input .label-cnt{padding-top:10px;white-space:inherit;text-shadow:none;background:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal}@media (min-width: 768px){.send-cv-module form .block-input .label,.send-cv-module form .block-input label,.send-cv-module form .block-input .label-cnt{display:inline-block;width:20%}}@media (min-width: 992px){.send-cv-module form .block-input .label,.send-cv-module form .block-input label,.send-cv-module form .block-input .label-cnt{display:block;width:100%}}@media (min-width: 1200px){.send-cv-module form .block-input .label,.send-cv-module form .block-input label,.send-cv-module form .block-input .label-cnt{display:inline-block;width:20%}}.send-cv-module form .block-input .label .label,.send-cv-module form .block-input .label label,.send-cv-module form .block-input label .label,.send-cv-module form .block-input label label,.send-cv-module form .block-input .label-cnt .label,.send-cv-module form .block-input .label-cnt label{width:94%;padding-top:0}.send-cv-module form .block-input input[type=checkbox]+label,.send-cv-module form .block-input input[type=radio]+label{width:100%}.send-cv-module form .block-input .hint{display:block}@media (min-width: 768px){.send-cv-module form .block-input .hint{padding-left:20%}}@media (min-width: 1200px){.send-cv-module form .block-input .hint{display:inline-block;padding-left:20%}}.send-cv-module form .block-input .field-container,.send-cv-module form .block-input .radios-container,.send-cv-module form .block-input .normal-select{width:100%}@media (min-width: 768px){.send-cv-module form .block-input .field-container,.send-cv-module form .block-input .radios-container,.send-cv-module form .block-input .normal-select{display:inline-block;width:76%}}@media (min-width: 992px){.send-cv-module form .block-input .field-container,.send-cv-module form .block-input .radios-container,.send-cv-module form .block-input .normal-select{display:block;width:100%}}@media (min-width: 1200px){.send-cv-module form .block-input .field-container,.send-cv-module form .block-input .radios-container,.send-cv-module form .block-input .normal-select{display:inline-block;width:76%}}.send-cv-module form .block-input .field-container input,.send-cv-module form .block-input .radios-container input,.send-cv-module form .block-input .normal-select input{width:100%}.send-cv-module form .block-input .range-container{width:74%;text-align:center;margin-left:9px;display:inline-block;vertical-align:top;padding-top:10px}.send-cv-module form .block-input .range-container .reset-link-cnt{text-align:left;margin-top:15px;margin-left:-7px}.send-cv-module form .block-input label.attach{background-color:#e6e7e8;display:inline-block;position:relative;height:29px;width:95px;padding-left:10px;font-weight:700;text-transform:uppercase;color:gray}.send-cv-module form .block-input .file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;display:inline-block;padding-top:var(--space-s);margin-left:var(--space-xs);overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word}.send-cv-module form .block-input .date-selects{display:inline-flex;justify-content:flex-start;width:250px}@media (min-width: 768px){.send-cv-module form .block-input .date-selects{width:320px}}@media (min-width: 992px){.send-cv-module form .block-input .date-selects{width:412px}}@media (min-width: 1200px){.send-cv-module form .block-input .date-selects{width:387px}}.send-cv-module form .block-input .Select-control{width:76px;border-radius:var(--border-radius-m);border-color:var(--color-grey-300);box-shadow:none}.send-cv-module form .block-input label+div,.send-cv-module form .block-input .label+div{display:inline-block;width:76%}.send-cv-module form .block-input label+div .col-6,.send-cv-module form .block-input .label+div .col-6{width:auto}.send-cv-module form .block-input label+div>textarea,.send-cv-module form .block-input label+div>input,.send-cv-module form .block-input label+div .flatpickr-input,.send-cv-module form .block-input .label+div>textarea,.send-cv-module form .block-input .label+div>input,.send-cv-module form .block-input .label+div .flatpickr-input{border-radius:var(--border-radius-m);border:1px solid var(--color-grey-300);height:36px}.send-cv-module form .block-input .block-date .availability{width:78%}.send-cv-module form .block-input .block-date .availability .block-input{width:50%}.send-cv-module form .block-input .block-date .availability .field-container{width:97%}.send-cv-module form .block-input .Select-input input{border-color:transparent!important;color:var(--color-grey-600)}.send-cv-module form .block-input .has-value.Select--single>.Select-control .Select-value .Select-value-label,.send-cv-module form .block-input .has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label{color:var(--color-grey-600)!important;font-weight:500!important}@media (min-width: 1200px){.send-cv-module form .block-input .custom-date-selects{display:flex;justify-content:flex-start}.send-cv-module form .block-input .custom-date-selects>*{margin-right:20px}}.send-cv-module form .block-input .radios-container{display:inline-flex;flex-wrap:wrap;vertical-align:top;padding-top:10px}.send-cv-module form .block-input .radios-container label{width:auto;padding:3px 10px 0 1px}.send-cv-module form .block-input .radios-container label input{width:auto;margin-top:-5px;vertical-align:middle;margin-right:7px}.send-cv-module form .block-input .radios-container .form-radio{display:flex}.send-cv-module form .block-input .radios-container .form-radio input{width:auto;margin-right:5px}.send-cv-module form .block-input .radios-container .form-radio>*{align-self:center;flex:0 0 auto}.send-cv-module form .block-input .radios-container .reset-link-cnt{flex:0 0 100%}.send-cv-module form .block-input .radios-container .reset-link-cnt i{display:none}.send-cv-module form .e-icon-cross{cursor:pointer}.send-cv-module form .cv-wrapper-cnt{position:relative}.send-cv-module form .cv-wrapper-cnt .fa{cursor:pointer;position:absolute;font-size:16px;right:-3px;top:11px;color:var(--color-blue-600)}.send-cv-module form .cv-wrapper,.send-cv-module form .cv-wrapper .block-input{display:inline-block;width:100%}.send-cv-module form .cv-wrapper .block-input .label{display:inline-block;width:20%}.send-cv-module form .cv-wrapper .block-input .attach{width:95px}.send-cv-module form .cv-wrapper .block-input .label+div{display:inline-block}.send-cv-module form .cv-wrapper .block-input.form-attachment .label{width:100%}@media (min-width: 768px){.send-cv-module form .cv-wrapper .block-input.form-attachment .label{display:inline-block;width:20%}}@media (min-width: 992px){.send-cv-module form .cv-wrapper .block-input.form-attachment .label{display:block;width:100%}}@media (min-width: 1200px){.send-cv-module form .cv-wrapper .block-input.form-attachment .label{display:inline-block;width:20%}}.send-cv-module form .cv-wrapper .field-container{display:inline-block;width:76%}.send-cv-module form .cv-wrapper .field-container .attach{display:flex;justify-content:space-between;box-sizing:border-box;background-color:var(--color-white);width:100%;height:36px;color:var(--color-grey-300);border:1px solid var(--color-grey-300);border-radius:var(--border-radius-m);padding:0 5px 0 12px;font-size:16px;text-align:right}.send-cv-module form .cv-wrapper .field-container .attach .file-name{width:65%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;font-size:14px;line-height:19px;color:var(--color-grey-700)}.send-cv-module form .cv-wrapper .field-container .attach .upload{align-content:center;margin-top:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;line-height:19px;margin-right:12px;margin-bottom:11px;color:var(--color-grey-700);text-align:left;overflow:visible}.send-cv-module form .cv-wrapper .field-container .file-name{width:70%}@media (min-width: 768px){.send-cv-module form .cv-wrapper .field-container .file-name{width:60%}}.send-cv-module form .error,.send-cv-module form .info{display:block}.send-cv-module form .error:before,.send-cv-module form .info:before{font-family:"Font Awesome 6 Pro";margin-right:var(--space-xs)}.send-cv-module form .error{color:#f08885}.send-cv-module form .error:before{content:""}.send-cv-module form .info{color:#76a7fa}.send-cv-module form .info:before{content:""}.send-cv-module form .title{padding:0;margin-bottom:var(--space-s);font-weight:600;font-size:var(--font-size-l)}.send-cv-module form .add{margin-bottom:var(--space-m);text-align:left;color:var(--color-blue-600)}@media (min-width: 1200px){.send-cv-module form .add{text-align:right;cursor:pointer}}.send-cv-module form .add:before{margin-right:var(--space-xs);font-family:themify;font-size:10px;content:""}.send-cv-module form .register-btn{text-align:center}@media (min-width: 1200px){.send-cv-module form .register-btn{text-align:right}}.send-cv-module form .field-container,.send-cv-module form .normal-select{display:block;width:100%}@media (min-width: 768px){.send-cv-module form .field-container,.send-cv-module form .normal-select{width:76%}}@media (min-width: 992px){.send-cv-module form .field-container,.send-cv-module form .normal-select{width:100%}}@media (min-width: 1200px){.send-cv-module form .field-container,.send-cv-module form .normal-select{width:78%}}.send-cv-module form .field-container .Select-control,.send-cv-module form .field-container .Select-menu-outer,.send-cv-module form .normal-select .Select-control,.send-cv-module form .normal-select .Select-menu-outer,.send-cv-module form .field-container .is-clearable .Select-menu-outer,.send-cv-module form .field-container .is-clearable .Select-control,.send-cv-module form .normal-select .is-clearable .Select-menu-outer,.send-cv-module form .normal-select .is-clearable .Select-control{width:100%}.send-cv-module .form-description{margin-bottom:var(--space-m)}.send-cv-module .conditions-job-center{margin-top:var(--space-xl)}.send-cv-module .conditions-job-center .field-checkbox-container{display:flex;flex-wrap:wrap;width:100%}.send-cv-module .conditions-job-center .field-checkbox-container input,.send-cv-module .conditions-job-center .field-checkbox-container div{display:inline-block}.send-cv-module .conditions-job-center .field-checkbox-container input{width:3%}.send-cv-module .conditions-job-center .field-checkbox-container .register-message{width:97%;font-weight:100;color:#717171;font:14px/19px Open-sans}.send-cv-module .conditions-job-center .field-checkbox-container .error{display:block;width:100%}.send-cv-module .conditions-job-center .register-btn{text-align:right}.send-cv-module .conditions-job-center .register-btn button{background-color:#838fa4}.send-cv-module .conditions-job-center .info-recover-password{font-family:Open-sans;font-size:14px;background-color:#fdfdfd;color:#838fa4;margin:10px;padding:15px}.send-cv-module .conditions-job-center .login-form.unlock .form-submit,.send-cv-module .conditions-job-center .login-form.recover .form-submit{margin-top:20px}.send-cv-module .conditions-job-center .login-form.unlock .help-inline,.send-cv-module .conditions-job-center .login-form.recover .help-inline{display:block;color:#f08885;padding-left:0;font-size:11px;padding-top:3px}.send-cv-module .conditions-job-center .login-form.unlock .help-inline:before,.send-cv-module .conditions-job-center .login-form.recover .help-inline:before{content:"";font-family:"Font Awesome 6 Pro";margin-right:5px}.send-cv-module .block-question{margin-bottom:var(--space-m)}.send-cv-module .block-question .label,.send-cv-module .block-question label{display:inline-block;vertical-align:top;padding-top:10px;margin-bottom:var(--space-s);font-weight:400;font-size:13px;color:#838fa4;text-shadow:none;background:none}.send-cv-module .block-question .radios-container,.send-cv-module .block-question .checkboxes-container{padding-left:10px}.send-cv-module .block-question .normal-select{width:100%}.send-cv-module .block-question .radios-container input,.send-cv-module .block-question .checkboxes-container input{margin-top:-2px;margin-right:var(--space-xs)}.send-cv-module .block-question textarea{width:100%;resize:vertical}.send-cv-module .block-question .radios-container .form-radio>*{align-self:center}.send-cv-module .block-question .radios-container .form-radio label{margin-right:8px;vertical-align:middle}.send-cv-module .block-question .radios-container .reset-link-cnt{flex:0 0 100%}.send-cv-module .login-form form .links{margin-left:0;margin-bottom:var(--space-m)}@media (min-width: 1200px){.send-cv-module .login-form form .links{margin:0 0 var(--space-m) 100px}}.send-cv-module .login-form form .form-submit{text-align:right}.send-cv-module .login-form form .form-submit button{width:auto}.send-cv-module .login-form form .error-box{padding-left:0}@media (min-width: 768px){.send-cv-module .login-form form .error-box{padding-left:150px}}@media (min-width: 1200px){.send-cv-module .login-form form .error-box{padding-left:100px}}.send-cv-module .login-form form .error-box .error{padding-left:5px;font-size:11px}.send-cv-module .login-form form .error-box .error:before{content:"";font-family:"Font Awesome 6 Pro";margin-right:5px}.send-cv-module .login-form form .controls{width:100%}@media (min-width: 1200px){.send-cv-module .login-form form .controls{width:78%}}.send-cv-module .login-form form .controls input{width:98%}@media (min-width: 1200px){.send-cv-module .login-form form .controls input{width:100%}}.job-center_offers-module{max-width:1152px;padding:0 var(--space-l);margin:auto}.job-center_offers-module .offers-title{margin-bottom:20px;text-align:center;font-size:var(--font-size-xl);line-height:var(--line-height-l)}@media (min-width: 1200px){.job-center_offers-module .offers-title{font-size:24px}}.job-center_offers-module .job-module{display:block;width:100%;padding:0 0 var(--space-l);margin-bottom:var(--space-l);border-radius:var(--border-radius-m);border-bottom:1px solid #cccccc}@media (min-width: 992px){.job-center_offers-module .job-module{display:flex;align-items:center;margin-bottom:0;padding:0;border-bottom:0}}.job-center_offers-module .job-module:hover{background-color:transparent}@media (min-width: 1200px){.job-center_offers-module .job-module:hover{background-color:var(--color-white)}}.job-center_offers-module .filters{margin-left:14px}.job-center_offers-module .filters .chosen-container{width:220px!important}.job-center_offers-module .filters .sign-form{display:flex}.job-center_offers-module .filters .sign-form .control-group{margin-right:var(--space-s)}.job-center_offers-module .job-left-color{position:absolute;top:0;left:0;height:60px;width:7px}.job-center_offers-module .job-mini-module{display:inline-block;vertical-align:top}.job-center_offers-module .job-mini-module .job-title{color:#333;font-weight:600;margin-bottom:var(--space-xs)}.job-center_offers-module .job-mini-module .job-location{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;width:200px;margin-bottom:var(--space-xs);color:#999}.job-center_offers-module .job-mini-module .job-date{color:#999}.job-center_offers-module .big-module-job{width:100%}@media (min-width: 1200px){.job-center_offers-module .big-module-job{width:850px}}.job-center_offers-module .job-module-text{width:100%}@media (min-width: 992px){.job-center_offers-module .job-module-text{width:75%;padding:var(--space-m);margin-right:2%}}.job-center_offers-module .job-module-text .job-title{margin-bottom:var(--space-xs);font-weight:600;color:#838fa4;font-size:15px}.job-center_offers-module .job-module-text .job-description{margin:0 0 var(--space-l);color:var(--color-grey-700);font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal}.job-center_offers-module .job-module-button{display:block;width:70%;margin:0 auto}.job-center_offers-module .job-module-button a{width:100%}.job-center_offers-module .job-module-button a:hover{text-decoration:none}@media (min-width: 768px){.job-center_offers-module .job-module-button{width:25%}}@media (min-width: 992px){.job-center_offers-module .job-module-button{width:20%}}.job-center_offers-module .employment-center-register-btn{width:100%;height:35px;border-radius:var(--border-radius-m);font-size:13px;line-height:32px;text-align:center;background-color:#838fa4;color:var(--color-white)}@media (min-width: 1200px){.job-center_offers-module .employment-center-register-btn{width:204px}}.job-center_offers-module .horizontal-line{height:1px!important;width:100%;margin-top:var(--space-l);background-color:var(--color-grey-300)}.job-center_offers-module .job-description{margin:0 0 var(--space-m)}.job-center_offers-module .job-item{display:block;max-width:100%;margin:0 0 var(--space-s)}@media (min-width: 768px){.job-center_offers-module .job-item{display:inline-block;margin-right:var(--space-s)}}.job-center_offers-module .paginations{margin:10px 0}.job-center_offers-module .paginations ul,.job-center_offers-module .paginations ol{margin-left:0}.job-center_offers-module .paginations .prev a,.job-center_offers-module .paginations .previous_page a,.job-center_offers-module .paginations .next a,.job-center_offers-module .paginations .next_page a{color:#ccc}.job-center_offers-module .paginations .active a{background-color:var(--color-white);font-weight:700;color:#333}.job-center_offers-module .paginations li a{color:#ccc}.job-center_offers-module .footer{margin:24px 0 0;text-align:center;font-size:14px}.job-center-end{flex:0 0 var(--space-s);height:var(--space-s);margin-top:50px}.check-email-spam{font-size:15px;color:silver}.ReactModalPortal .form-wrapper span.error{color:#f08885;font-size:14px}.ReactModalPortal .form-wrapper span.error:before{content:"";font-family:"Font Awesome 6 Pro";margin-right:5px}.legal-message{width:1128px;min-height:calc(100% - 258px);padding-top:var(--space-m);margin:0 auto}.legal-message .legal-info{width:390px;margin:100px auto}.chatbot-detail-filelist a .huge-icon{color:currentColor}.select2-selection--clearable{padding-right:25px}.huge-icon.is-xxxxsmall{width:6px;height:6px;-webkit-mask-size:6px;mask-size:6px}.icon-bg.white{background-color:#fff}.card.user-card-name{border:1px solid var(--card-border-color-default)!important}.color-black{color:#000!important}.color-red{color:var(--color-red-600)!important}.color-secondary{color:var(--text-color-secondary)!important}.video_interviews .forms-box,.chat_bots .forms-box,.campaigns .forms-box,.assesments .forms-box{padding:0}.main-container.settings .new-custom-field-group .controls{position:relative}.main-container.settings .new-custom-field-group .controls select.select.required{display:block!important;opacity:0;position:absolute;bottom:0;height:0}.general-content p:first-of-type{margin-top:0}table.formatted tr td:first-of-type{font-size:var(--font-size-l);font-weight:700;line-height:var(--line-height-l)}.bg-beige{background-color:#efede9}.kpi .cell .main-label{font-weight:700;font-size:var(--font-size-l)}.kpi .cell .secondary-label{font-size:var(--font-size-m)}textarea.resizing{field-sizing:content}
