/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */.air-datepicker-cell.-day-.-other-month-,.air-datepicker-cell.-year-.-other-decade-{color:var(--adp-color-other-month)}.air-datepicker-cell.-day-.-other-month-:hover,.air-datepicker-cell.-year-.-other-decade-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-,.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-day-.-other-month-,.-selected-.air-datepicker-cell.-year-.-other-decade-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-,.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-day-.-other-month-,.-in-range-.air-datepicker-cell.-year-.-other-decade-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-,.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-day-.-other-month-:empty,.air-datepicker-cell.-year-.-other-decade-:empty{background:0 0;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7,var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7,var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3,1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4,1fr);grid-auto-rows:var(--adp-year-cell-height)}.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--action,.air-datepicker-nav--title{display:flex;cursor:pointer;align-items:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:0 0}.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:rgba(255,255,255,0)}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:0}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.air-datepicker-time{display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:'';background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,var(--adp-time-track-color),var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{background:0 0;cursor:pointer;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:0}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/ 2 * -1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:transparent;background:0 0}.air-datepicker-time--row input[type=range]::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:transparent;background:0 0}.air-datepicker-time--row input[type=range]::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:transparent;background:0 0}.air-datepicker-time--row input[type=range]::-ms-fill-lower{background:0 0}.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:0 0}.air-datepicker{--adp-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--adp-font-size:14px;--adp-width:246px;--adp-z-index:100;--adp-padding:4px;--adp-grid-areas:'nav' 'body' 'timepicker' 'buttons';--adp-transition-duration:.3s;--adp-transition-ease:ease-out;--adp-transition-offset:8px;--adp-background-color:#fff;--adp-background-color-hover:#f0f0f0;--adp-background-color-active:#eaeaea;--adp-background-color-in-range:rgba(92, 196, 239, .1);--adp-background-color-in-range-focused:rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused:#8ad5f4;--adp-background-color-selected-other-month:#a2ddf6;--adp-color:#4a4a4a;--adp-color-secondary:#9c9c9c;--adp-accent-color:#4eb5e6;--adp-color-current-date:var(--adp-accent-color);--adp-color-other-month:#dedede;--adp-color-disabled:#aeaeae;--adp-color-disabled-in-range:#939393;--adp-color-other-month-hover:#c5c5c5;--adp-border-color:#dbdbdb;--adp-border-color-inner:#efefef;--adp-border-radius:4px;--adp-border-color-inline:#d7d7d7;--adp-nav-height:32px;--adp-nav-arrow-color:var(--adp-color-secondary);--adp-nav-action-size:32px;--adp-nav-color-secondary:var(--adp-color-secondary);--adp-day-name-color:#ff9a19;--adp-day-name-color-hover:#8ad5f4;--adp-day-cell-width:1fr;--adp-day-cell-height:32px;--adp-month-cell-height:42px;--adp-year-cell-height:56px;--adp-pointer-size:10px;--adp-poiner-border-radius:2px;--adp-pointer-offset:14px;--adp-cell-border-radius:4px;--adp-cell-background-color-selected:#5cc4ef;--adp-cell-background-color-selected-hover:#45bced;--adp-cell-background-color-in-range:rgba(92, 196, 239, 0.1);--adp-cell-background-color-in-range-hover:rgba(92, 196, 239, 0.2);--adp-cell-border-color-in-range:var(--adp-cell-background-color-selected);--adp-btn-height:32px;--adp-btn-color:var(--adp-accent-color);--adp-btn-color-hover:var(--adp-color);--adp-btn-border-radius:var(--adp-border-radius);--adp-btn-background-color-hover:var(--adp-background-color-hover);--adp-btn-background-color-active:var(--adp-background-color-active);--adp-time-track-height:1px;--adp-time-track-color:#dedede;--adp-time-track-color-hover:#b1b1b1;--adp-time-thumb-size:12px;--adp-time-padding-inner:10px;--adp-time-day-period-color:var(--adp-color-secondary);--adp-mobile-font-size:16px;--adp-mobile-nav-height:40px;--adp-mobile-width:320px;--adp-mobile-day-cell-height:38px;--adp-mobile-month-cell-height:48px;--adp-mobile-year-cell-height:64px}.air-datepicker-overlay{--adp-overlay-background-color:rgba(0, 0, 0, .3);--adp-overlay-transition-duration:.3s;--adp-overlay-transition-ease:ease-out;--adp-overlay-z-index:99}.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4,-webkit-max-content);grid-template-rows:repeat(4,max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0,0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size:var(--adp-mobile-font-size);--adp-day-cell-height:var(--adp-mobile-day-cell-height);--adp-month-cell-height:var(--adp-mobile-month-cell-height);--adp-year-cell-height:var(--adp-mobile-year-cell-height);--adp-nav-height:var(--adp-mobile-nav-height);--adp-nav-action-size:var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:transparent}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%,calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%,-50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size:calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:'';position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-center- .air-datepicker--pointer,.-top-left- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-center- .air-datepicker--pointer:after,.-top-left- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-bottom- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-bottom- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-top- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-center- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-center- .air-datepicker--pointer:after,.-bottom-left- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-bottom- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-top- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-bottom- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-top- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-bottom-left- .air-datepicker--pointer,.-top-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-bottom-right- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-bottom-center- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/ 2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/ 2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font:1em monospace,monospace}a{background:0 0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font:1em monospace,monospace}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font:100%/1.15 inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--c1:#0d102b;--c2:#131956;--c3:#0094ea;--c4:#008ddf;--c5:#FFFFFF;--c6:#70728a;--c7:#92a2be;--c8:#f1f6ff;--c9:#ed2828;--c10:#e4ebf7;--c11:#0575b7;--c12:#d42727;--transition:0.15s ease-in-out}::-webkit-scrollbar{background:var(--c8);width:5px;height:0}::-webkit-scrollbar-thumb{background:var(--c7);border-radius:2px}::-moz-selection{background:var(--c3);color:var(--c5);-webkit-text-fill-color:var(--c5)}::selection{background:var(--c3);color:var(--c5);-webkit-text-fill-color:var(--c5)}*{box-sizing:border-box}:focus{outline:0}* ::after,* ::before{box-sizing:inherit}.tns-visually-hidden,.visually-hidden,[hidden],[type=hidden]{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;-webkit-clip-path:inset(100%);clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}body,html{height:100%;scrollbar-color:var(--c7) var(--c8);scrollbar-width:thin}html{--ff:'Montserrat',sans-serif;--fz:max(1vw, 15px);--fwB:bold;--fwSB:600;--fwM:500;--fwR:normal;--offset:max(calc(1.25 * 1vw), 15px);--menu-width:calc(var(--offset) * 4);--menu-full-width:calc(max((var(--offset) * 16), 300px))}@media screen and (max-width:1299px){html{--menu-width:90px}}body{font:var(--fwR) var(--fz)/1.6 var(--ff);background:var(--c8);color:var(--c1);min-width:360px;margin:0}body>div[data-v-app]{height:100%}p{margin-top:0}a{text-decoration:none}img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}button{background:0 0;margin:0;padding:0;font-family:var(--ff);border:none;cursor:pointer}a[data-opener]>*,button[data-opener]>*{pointer-events:none}.btn-wrap{display:flex;align-items:stretch}.btn-wrap>:not(:last-child){margin-right:calc(var(--offset) * .8)}@media screen and (max-width:1299px){.btn-wrap>:not(:last-child){margin-right:var(--offset)}}.btn{background:var(--c8);display:inline-flex;justify-content:center;align-items:center;padding:var(--offset);font-weight:var(--fwB);font-size:.95em;line-height:1;text-align:center;text-transform:uppercase;color:var(--c1);fill:var(--c1);border-radius:5px;transition:background-color var(--transition)}@media screen and (max-width:1299px){.btn{font-size:18px}}.btn svg{flex-shrink:0}.btn>:not(:last-child){margin-right:calc(var(--offset) * .4)}@media screen and (max-width:899px){.btn>:not(:last-child){margin-right:var(--offset)}}.btn--sm{padding:calc(var(--offset) * .8);font-size:.75em;border-radius:4px}@media screen and (max-width:1299px){.btn--sm{font-size:14px}}@media screen and (max-width:899px){.btn--sm{padding:calc(var(--offset) * 1.25) var(--offset)}}.btn--sm svg{width:calc(var(--offset) * .6);height:calc(var(--offset) * .6)}@media screen and (max-width:1299px){.btn--sm svg{width:14px;height:14px}}@media screen and (max-width:899px){.btn--sm svg{width:16px;height:16px}}.btn--xs{padding:calc(var(--offset) * .4);font-weight:var(--fwM);text-transform:none;font-size:.75em;border-radius:4px}@media screen and (max-width:1299px){.btn--xs{font-size:14px}}@media screen and (max-width:899px){.btn--xs{padding:calc(var(--offset) * 1.25) var(--offset);font-size:16px}}.btn--xs svg{width:calc(var(--offset) * .6);height:calc(var(--offset) * .6)}@media screen and (max-width:1299px){.btn--xs svg{width:14px;height:14px}}@media screen and (max-width:899px){.btn--xs svg{width:16px;height:16px}}.btn--darkblue{background:var(--c2);color:var(--c5);fill:var(--c5)}.btn--darkblue:focus,.btn--darkblue:focus-within,.btn--darkblue:hover{background:var(--c11)}.btn--blue{background:var(--c3);color:var(--c5);fill:var(--c5)}.btn--blue:focus,.btn--blue:focus-within,.btn--blue:hover{background:var(--c11)}.btn--red{background:var(--c9);color:var(--c5);fill:var(--c5)}.btn--red:focus,.btn--red:focus-within,.btn--red:hover{background:var(--c12)}.btn--gray{background:var(--c7);color:var(--c5);fill:var(--c5)}.btn--gray:focus,.btn--gray:focus-within,.btn--gray:hover{background:var(--c6)}.btn--lightgray{background:var(--c10);color:var(--c7);fill:var(--c7)}.btn--lightgray:focus,.btn--lightgray:focus-within,.btn--lightgray:hover{background:var(--c5)}.btn-icon{display:flex;justify-content:center;align-items:center}@media screen and (max-width:1299px){.btn-icon{margin:calc(0px - var(--offset));padding:var(--offset)}}.btn-icon svg{width:calc(var(--offset) * .8);height:calc(var(--offset) * .8);fill:var(--c7);transition:fill var(--transition)}@media screen and (max-width:1299px){.btn-icon svg{width:18px;height:18px}}.btn-icon:focus svg,.btn-icon:focus-within svg,.btn-icon:hover svg{fill:var(--c3)}.title{margin-top:0;margin-bottom:0;font-weight:var(--fwB);color:var(--c3)}.title--l{font-size:1.3em;line-height:1.2}@media screen and (max-width:1299px){.title--l{font-size:25px}}.title--m{font-size:1.05em;line-height:1.2}@media screen and (max-width:1299px){.title--m{font-size:20px}}.title--s{font-weight:var(--fwSB);font-size:.95em;line-height:1.2;color:var(--c2)}@media screen and (max-width:1299px){.title--s{font-size:18px}}.title--not_offset_b{margin-bottom:0!important}@media screen and (min-width:1300px){.mobile-only{display:none}}.text-blue{color:var(--c3)}.status{display:flex;align-items:center;white-space:nowrap;color:var(--c7)}.status::before{background:var(--c7);content:"";position:relative;flex-shrink:0;width:calc(var(--offset) * .5);height:calc(var(--offset) * .5);margin-right:calc(var(--offset) * .4);border-radius:50%}.status.working{color:var(--c3)}.status.working::before{background:var(--c3)}.status.closed{color:var(--c7)}.status.closed::before{background:var(--c7)}.status.frozen{color:var(--c9)}.status.frozen::before{background:var(--c9)}.main{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;min-height:100%}@media screen and (max-width:899px){.main{padding:20px}}.main-bg{background:var(--c3);position:fixed;top:0;left:55%;width:45%;height:100%;z-index:-1}@media screen and (max-width:899px){.main-bg{left:0;width:100%}}.main-bg img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:soft-light;opacity:.6}.main-wrap{display:flex;flex-direction:column;align-items:stretch;flex-grow:1}@media screen and (min-width:900px){.main-wrap{margin-left:var(--menu-width)}}@media screen and (max-width:899px){.main-wrap{margin-top:var(--menu-width);margin-bottom:var(--menu-width)}}.main-wrap--not_offset{margin-top:0;margin-left:0;margin-bottom:0}.main-inner{background:var(--c5);position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex-grow:1;width:55%}@media screen and (max-width:1099px){.main-inner{padding:calc(var(--offset) * 2)}}@media screen and (max-width:899px){.main-inner{align-self:center;flex-grow:0;width:360px;margin:auto;border-radius:7px}}@media screen and (max-width:399px){.main-inner{flex-grow:1;width:100%}}.main-inner .main-content,.main-inner .main-footer,.main-inner .main-header{width:calc(max(26vw,500px))}@media screen and (max-width:1099px){.main-inner .main-content,.main-inner .main-footer,.main-inner .main-header{width:100%}}.main-content,.main-footer,.main-header{display:flex;flex-direction:column;align-items:stretch}.main-header{padding-top:calc(var(--offset) * 4.5);padding-bottom:calc(var(--offset) * 3.5)}@media screen and (max-width:899px){.main-header{padding-top:0}}.main-header__logo{align-self:center;width:100%;height:calc(var(--offset) * 6.5)}.main-header__logo img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.main-content{flex-grow:1}.main-content.content{padding:calc(var(--offset) * 2) calc(var(--offset) * 2.5)}@media screen and (max-width:899px){.main-content.content{padding:0}}.main-footer{margin-top:auto;padding-top:calc(var(--offset) * 2.5);padding-bottom:calc(var(--offset) * 2.5);text-align:center}@media screen and (max-width:899px){.main-footer{padding-top:calc(var(--offset) * 3.5);padding-bottom:0}}.loader{background:rgba(0,148,234,.94);position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;z-index:5}.loader--white{background:rgba(241,246,255,.94)}.loader--white .loader-logo svg{fill:var(--c3)}.loader--gray{background:rgba(112,114,138,.94)}.loader--gray .loader-logo svg{fill:var(--c5)}.loader-logo{width:var(--menu-width);height:var(--menu-width)}.loader-logo svg{width:100%;height:100%;fill:var(--c5);overflow:visible}.loader-logo__square{transform-box:fill;transform-origin:50% 50%;-webkit-animation:square 2s ease-in-out infinite;animation:square 2s ease-in-out infinite}.loader-logo__elem{transform-box:fill;transform-origin:50% 50%;-webkit-animation:elem 2s ease-in-out infinite;animation:elem 2s ease-in-out infinite}@-webkit-keyframes square{25%,75%{transform:scale(1.2)}50%{transform:rotate(45deg)}}@keyframes square{25%,75%{transform:scale(1.2)}50%{transform:rotate(45deg)}}@-webkit-keyframes elem{25%,75%{transform:scale(1.2)}50%{transform:rotate(-45deg)}}@keyframes elem{25%,75%{transform:scale(1.2)}50%{transform:rotate(-45deg)}}@media screen and (min-width:900px){.language{position:absolute;top:calc(var(--offset) * 2);right:calc(var(--offset) * 2)}}@media screen and (max-width:899px){.language{align-self:center;margin-top:calc(var(--offset) * 2)}}.language-list{background:var(--c8);display:flex;justify-content:space-between;align-items:stretch;flex-wrap:wrap;list-style:none;margin:0;padding:2px;border-radius:5px;overflow:hidden}.language-item{border-radius:inherit}.language-link{background:var(--c8);display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:calc(var(--offset) * 3);padding:calc(var(--offset) * .65);font-weight:var(--fwB);font-size:.75em;line-height:1;color:var(--c7);border-radius:inherit;transition:var(--transition);transition-property:background-color,color}@media screen and (max-width:1299px){.language-link{font-size:14px}}@media screen and (max-width:899px){.language-link{padding:var(--offset)}}.language-link:focus,.language-link:focus-within,.language-link:hover{background:var(--c3);color:var(--c5)}.language-link.current{background:var(--c5);color:var(--c3)}.form{display:flex;flex-direction:column;align-items:stretch}.form-label{display:flex;flex-direction:column;flex-grow:1}.form-label--row{position:relative;flex-direction:row}.form-label--row label{flex-grow:1}.form-name{margin-bottom:calc(var(--offset) * .4);font-weight:var(--fwSB);font-size:.75em;color:var(--c2)}@media screen and (max-width:1299px){.form-name{font-size:14px}}.form-pass{background:var(--c8);display:flex;align-items:stretch;border-radius:5px;margin-top:var(--offset)}.form-pass__show{background:var(--c8);position:relative;display:flex;justify-content:center;align-items:center;flex-shrink:0;width:calc(var(--offset) * 1.3 + (var(--offset) * 2));border-radius:inherit;transition:background-color var(--transition)}.form-pass__show svg{position:absolute;width:calc(max((var(--offset) * 1.3),24px));height:100%;fill:var(--c6);transition:fill var(--transition)}.form-pass__show.show svg:first-child{display:none}.form-pass__show:not(.show) svg:last-child{display:none}.form-pass__show:focus,.form-pass__show:focus-within,.form-pass__show:hover{background:var(--c3)}.form-pass__show:focus svg,.form-pass__show:focus-within svg,.form-pass__show:hover svg{fill:var(--c5)}.form-generate{position:absolute;top:1px;right:0;bottom:1px;width:calc(var(--offset) * 2.25);border-left:1px solid var(--c10);transition:border var(--transition)}@media screen and (max-width:1299px){.form-generate{width:50px}}.form-generate svg{width:calc(max((var(--offset) * 1.3),24px));height:100%;fill:var(--c6);transition:fill var(--transition)}@media screen and (max-width:1299px){.form-generate svg{width:30px}}.form-generate:focus svg,.form-generate:focus-within svg,.form-generate:hover svg{fill:var(--c3)}.form-footer{margin-top:calc(var(--offset) * 2)}.form-footer .btn{width:100%}input,select,textarea{font:.85em/1 var(--ff);background:var(--c8);width:100%;padding:var(--offset);color:var(--c2);border:2px solid var(--c8);border-radius:5px;transition:border var(--transition)}@media screen and (max-width:1299px){input,select,textarea{font-size:16px}}input[disabled],select[disabled],textarea[disabled]{background:var(--c5);color:var(--c3);opacity:1}input.error,select.error,textarea.error{border-color:var(--c9)}input:not([disabled]):focus,input:not([disabled]):focus-within,input:not([disabled]):hover,select:not([disabled]):focus,select:not([disabled]):focus-within,select:not([disabled]):hover,textarea:not([disabled]):focus,textarea:not([disabled]):focus-within,textarea:not([disabled]):hover{border-color:var(--c3)}select{background:url(../img/dropdown.svg) no-repeat calc(100% - (var(--offset) * .8)) center/calc(max((var(--offset) * .35),7px)) auto;padding-right:calc(max((var(--offset) * .35),7px) + (var(--offset) * 2));font-weight:var(--fwSB);color:var(--c6);-webkit-appearance:none;-moz-appearance:none;appearance:none}@media screen and (max-width:899px){select{padding-right:calc(8px + ((var(--offset) * 1.25) * 2));background-position:calc(100% - (var(--offset) * 1.25)) center;background-size:8px}}option{font-weight:var(--fwSB);color:var(--c2)}.form-select{padding:calc(var(--offset) * .6) calc(max((var(--offset) * .35),7px) + ((var(--offset) * .6) * 2)) calc(var(--offset) * .6) calc(var(--offset) * .6);background-position:calc(100% - (var(--offset) * .6)) center;color:var(--c2);border-color:var(--c10);border-width:1px}@media screen and (max-width:1299px){.form-select{font-size:14px}}@media screen and (max-width:899px){.form-select{padding:calc(var(--offset) * 1.25) calc(8px + (calc(var(--offset) * 1.25) * 2)) calc(var(--offset) * 1.25) calc(var(--offset) * 1.25);background-position:calc(100% - calc(var(--offset) * 1.25)) center;background-size:8px}}.form-input{background:var(--c5);padding:calc(var(--offset) * .6);font-weight:var(--fwSB);border-color:var(--c10);border-width:1px}@media screen and (max-width:1299px){.form-input{font-size:14px}}@media screen and (max-width:899px){.form-input{padding:calc(var(--offset) * 1.25)}}.form-photo__img{overflow:hidden}.form-photo__img.has-photo .content-photo__icon{display:none}.form-photo__img:focus .form-photo__remove,.form-photo__img:focus-within .form-photo__remove,.form-photo__img:hover .form-photo__remove{transform:translateX(-50%) translateY(-10px);opacity:1}.form-photo__upload{margin-top:calc(var(--offset) * .4);padding-top:calc(var(--offset) * .6);padding-bottom:calc(var(--offset) * .6);cursor:pointer}@media screen and (max-width:599px){.form-photo__upload{padding:calc(var(--offset) * 1.25) var(--offset)}}.form-photo__remove{background:var(--c11);position:absolute;left:50%;bottom:5px;padding:calc(var(--offset) * .4);border-radius:5px;transform:translateX(-50%);opacity:0;transition:all var(--transition);z-index:1}@media screen and (max-width:1299px){.form-photo__remove{padding:12px 14px}}.form-photo__remove svg{width:calc(var(--offset) * .6);height:calc(var(--offset) * .6);fill:var(--c5)}@media screen and (max-width:1299px){.form-photo__remove svg{width:18px;height:18px}}.form-photo__remove.hide{display:none}.form-photo__remove:focus,.form-photo__remove:focus-within,.form-photo__remove:hover{background:var(--c9)}.form-checkbox{display:flex;align-items:center;flex-shrink:0;flex-grow:0;margin-right:var(--offset);cursor:pointer;border-radius:5px}@media screen and (max-width:1299px){.form-checkbox{width:auto;min-width:200px}}@media screen and (max-width:499px){.form-checkbox{margin-bottom:var(--offset)}}.form-checkbox input:checked~.form-checkbox__inner::after{opacity:1}.form-checkbox:focus,.form-checkbox:focus-within,.form-checkbox:hover{outline:1px solid var(--c8)}.form-checkbox__inner{position:relative;display:flex;align-items:center;flex-shrink:0;width:100%;padding-left:calc(max((var(--offset) * .8),20px) + (var(--offset) * .8))}@media screen and (max-width:599px){.form-checkbox__inner{flex-wrap:wrap;padding-left:calc(16px + (var(--offset) * .8))}}.form-checkbox__inner::before{background:var(--c8);content:"";position:absolute;left:0;width:calc(max((var(--offset) * .8),20px));height:calc(max((var(--offset) * .8),20px));border-radius:3px}@media screen and (max-width:599px){.form-checkbox__inner::before{top:3px;width:16px;height:16px}}.form-checkbox__inner::after{background:url(../img/checked.svg) no-repeat center center/70%;content:"";position:absolute;left:0;width:calc(max((var(--offset) * .8),20px));height:calc(max((var(--offset) * .8),20px));border-radius:3px;opacity:0;transition:opacity var(--transition)}@media screen and (max-width:599px){.form-checkbox__inner::after{top:3px;width:16px;height:16px}}.form-checkbox__name{margin-right:calc(var(--offset) * .8);font-weight:var(--fwSB);font-size:.75em;color:var(--c2)}@media screen and (max-width:1299px){.form-checkbox__name{font-size:14px}}.calendar{position:relative;height:100%;cursor:pointer}.calendar-input{width:100%;height:100%}.calendar-icon{display:flex;justify-content:center;align-items:center;height:100%;padding:calc(var(--offset) * .6) calc(var(--offset) * .8);fill:var(--c7);border:1px solid var(--c10);border-radius:4px}@media screen and (max-width:1299px){.calendar-icon{flex-shrink:0;width:50px}}.calendar-icon svg{width:calc(var(--offset) * .7);height:calc(var(--offset) * .7)}@media screen and (max-width:1299px){.calendar-icon svg{width:18px;height:18px}}.air-datepicker-global-container{z-index:2}@media screen and (max-width:899px){.air-datepicker-global-container{z-index:10}}.air-datepicker{--adp-background-color:var(--c5);--adp-border-color:var(--c10);--adp-border-radius:5px;--adp-font-family:var(--ff);--adp-font-size:0.75em;--adp-color:var(--c2);--adp-color-other-month:var(--c10);--adp-color-disabled:var(--c7);--adp-color-disabled-in-range:var(--c7);--adp-color-other-month-hover:var(--c7);--adp-nav-color-secondary:var(--c7);--adp-day-name-color:var(--c3);--adp-background-color-hover:var(--c8);--adp-background-color-active:var(--c8);--adp-cell-background-color-selected:var(--c3);--adp-cell-background-color-selected-hover:var(--c4)}@media screen and (max-width:1299px){.air-datepicker{--adp-font-size:14px}}.air-datepicker-body--day-name,.air-datepicker-cell,.air-datepicker-nav--title{font-weight:var(--fwSB)}.support{display:flex;justify-content:center;align-items:center;margin-bottom:calc(var(--offset) * 2.5);font-size:.85em;color:var(--c2);transition:color var(--transition)}@media screen and (max-width:1299px){.support{font-size:16px}}@media screen and (max-width:899px){.support{margin-bottom:calc(var(--offset) * 2)}}.support svg{flex-shrink:0;width:calc(var(--offset) * .8);height:calc(var(--offset) * .8);margin-right:calc(max((var(--offset) * .65),16px));fill:var(--c2);transition:fill var(--transition)}@media screen and (max-width:1299px){.support svg{width:20px;height:20px}}.support:focus,.support:focus-within,.support:hover{color:var(--c3)}.support:focus svg,.support:focus-within svg,.support:hover svg{fill:var(--c3)}.copyright{font-size:.75em;color:var(--c6)}@media screen and (max-width:1299px){.copyright{font-size:14px}}.menu{background:var(--c3);position:fixed;left:0;bottom:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;width:var(--menu-width);color:var(--c5);transition:width var(--transition);overflow:hidden;z-index:5}@media screen and (min-width:900px){.menu{top:0}.menu:focus,.menu:focus-within,.menu:hover{width:var(--menu-full-width);transition-delay:.5s}}@media screen and (max-width:899px){.menu{right:0;flex-direction:row;width:100%;height:var(--menu-width);padding-top:16px;background-color:transparent;background-image:linear-gradient(0deg,var(--c3) 74px,transparent 74px);scrollbar-width:thin;overflow:auto}}@media screen and (min-width:900px){.menu-content,.menu-footer,.menu-header{width:var(--menu-full-width)}}.menu-header{display:flex;align-items:center;margin-bottom:var(--offset)}@media screen and (max-width:899px){.menu-header{display:none}}.menu-header__logo{flex-shrink:0;width:var(--menu-width);height:var(--menu-width);margin-right:var(--offset)}.menu-header__logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.menu-header__date{display:flex;flex-direction:column;font-weight:var(--fwM);font-size:calc(max(.65em,12px));line-height:1.8}.menu-header__date span.js-time{font-weight:var(--fwSB);font-size:1.2em;line-height:1}.menu-content{flex-grow:1}@media screen and (min-width:900px){.menu-content{margin-bottom:var(--offset);scrollbar-color:var(--c11) var(--c3);scrollbar-width:thin;overflow:auto}}@media screen and (max-width:899px){.menu-content{flex-shrink:0}}.menu-content::-webkit-scrollbar{background:var(--c3)}.menu-content::-webkit-scrollbar-thumb{background:var(--c11);border-radius:10px}.menu-list{list-style:none;margin:0;padding:0}@media screen and (max-width:899px){.menu-list{display:flex;align-items:stretch;height:100%}}@media screen and (max-width:899px){.menu-list__link{border-right:2px solid var(--c4)}}.menu-link{display:flex;align-items:center;font-size:.85em;color:var(--c5)}@media screen and (max-width:1299px){.menu-link{font-size:16px}}@media screen and (max-width:899px){.menu-link{flex-direction:column;height:100%;padding-bottom:10px;font-size:10px}}@media screen and (min-width:900px){.menu-link:focus .menu-link__icon::before,.menu-link:focus-within .menu-link__icon::before,.menu-link:hover .menu-link__icon::before{transform:translate(-50%,-50%)}}.menu-link:focus .menu-link__icon svg:first-child,.menu-link:focus-within .menu-link__icon svg:first-child,.menu-link:hover .menu-link__icon svg:first-child{transform:translate(-50%,-50%)}.menu-link:focus .menu-link__icon svg:last-child,.menu-link:focus-within .menu-link__icon svg:last-child,.menu-link:hover .menu-link__icon svg:last-child{transform:translate(-50%,-5em)}@media screen and (max-width:899px){.menu-link.current{background-color:var(--c4)}.menu-link.current .menu-link__icon{margin-top:-15px;margin-bottom:auto}.menu-link.current .menu-link__icon::before{width:44px;height:44px;background-color:var(--c3);box-shadow:0 0 0 2px var(--c4)}}.menu-link.current .menu-link__icon::before{transform:translate(-50%,-50%)}.menu-link.current .menu-link__icon svg:first-child{transform:translate(-50%,-50%)}.menu-link.current .menu-link__icon svg:last-child{transform:translate(-50%,-5em)}.menu-link__icon{position:relative;display:flex;justify-content:center;align-items:center;flex-shrink:0;width:var(--menu-width);height:calc(var(--offset) * 3);border-radius:50%;overflow:hidden}@media screen and (max-width:1299px){.menu-link__icon{height:65px}}@media screen and (max-width:899px){.menu-link__icon{height:48px}}.menu-link__icon::before{background:var(--c4);content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:calc(var(--offset) * 2.5);height:calc(var(--offset) * 2.5);border-radius:inherit;transition:transform var(--transition)}@media screen and (max-width:1299px){.menu-link__icon::before{width:48px;height:48px}}.menu-link__icon svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:var(--offset);height:var(--offset);fill:var(--c5);transition:transform var(--transition)}@media screen and (max-width:1299px){.menu-link__icon svg{width:24px;height:24px}}.menu-link__icon svg:first-child{transform:translate(-50%,3em)}.menu-link__text{font-weight:var(--fwSB)}@media screen and (min-width:900px){.menu-footer{margin-top:auto}}.header{background:var(--c5);position:-webkit-sticky;position:sticky;top:0;display:flex;align-items:center;height:var(--menu-width);padding-left:calc(var(--offset) * 2.5);padding-right:calc(var(--offset) * 2.5);z-index:4}.header::before{background:var(--c5);content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-bottom:2px solid var(--c8);z-index:-1}@media screen and (max-width:1299px){.header .header-list{display:none}}@media screen and (max-width:899px){.header{position:fixed;top:0;left:0;right:0;padding-left:0;padding-right:var(--offset)}}.header-inner{flex-grow:1;height:100%}.header-list{display:flex;align-items:stretch;list-style:none;margin:0;padding:0;height:100%}@media screen and (max-width:1299px){.header-list{margin-bottom:calc(var(--offset) * 2);border-bottom:2px solid var(--c10)}}@media screen and (max-width:899px){.header-list{margin-bottom:calc(var(--offset) * 1.25);scrollbar-width:thin;overflow:auto}}.header-list__item{display:flex;align-items:stretch}@media screen and (max-width:899px){.header-list__item{flex-shrink:0}}.header-list__item:not(:last-child){margin-right:calc(var(--offset) * 2)}.header-list__link{display:flex;align-items:center;font-size:.85em;color:var(--c7);transition:color var(--transition)}@media screen and (max-width:1299px){.header-list__link{font-size:16px}}@media screen and (max-width:1299px){.header-list__link{padding-bottom:var(--offset)}}.header-list__link:focus,.header-list__link:focus-within,.header-list__link:hover{color:var(--c3)}.header-list__link:focus .header-list__icon svg:first-child,.header-list__link:focus-within .header-list__icon svg:first-child,.header-list__link:hover .header-list__icon svg:first-child{transform:translate(-50%,-50%)}.header-list__link:focus .header-list__icon svg:last-child,.header-list__link:focus-within .header-list__icon svg:last-child,.header-list__link:hover .header-list__icon svg:last-child{transform:translate(-50%,-50%) scale(0)}.header-list__link.current{position:relative;color:var(--c3)}.header-list__link.current::after{background:var(--c3);content:"";position:absolute;left:0;bottom:0;width:100%;height:3px}.header-list__link.current .header-list__icon svg{fill:var(--c3)}.header-list__link.current .header-list__icon svg:first-child{transform:translate(-50%,-50%)}.header-list__link.current .header-list__icon svg:last-child{transform:translate(-50%,-50%) scale(0)}.header-list__icon{position:relative;display:flex;justify-content:center;align-items:center;flex-shrink:0;width:var(--offset);height:100%;margin-right:calc(var(--offset) * .4);overflow:hidden}@media screen and (max-width:1299px){.header-list__icon{width:20px}}.header-list__icon svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:var(--offset);height:var(--offset);fill:var(--c7);transition:transform var(--transition)}@media screen and (max-width:1299px){.header-list__icon svg{width:20px;height:20px}}.header-list__icon svg:first-child{transform:translate(-50%,-50%) scale(0);fill:var(--c3)}.header-list__text{font-weight:var(--fwSB)}.header-search{display:flex;align-items:center;height:100%;margin-left:calc(var(--offset) * 2)}@media screen and (max-width:899px){.header-search{margin-left:0;transition:all var(--transition);z-index:-2}.header-search.hide{opacity:0;pointer-events:none}.header-search.hide .header-search__inner{transform:translateY(-100%)}}@media screen and (min-width:900px){.header-search{position:relative}.header-search:not(.open) .header-search__inner{visibility:hidden}.header-search.open .header-search__opener{visibility:hidden}}.header-search__opener{display:flex;justify-content:center;align-items:center;margin:calc(0px - (var(--offset) * .65));padding:calc(var(--offset) * .65);border-radius:50%;transition:background-color var(--transition)}@media screen and (max-width:899px){.header-search__opener{display:none}}.header-search__opener svg{width:var(--offset);height:var(--offset);fill:var(--c7);transition:fill var(--transition)}@media screen and (max-width:1299px){.header-search__opener svg{width:22px;height:22px}}.header-search__opener:focus svg,.header-search__opener:focus-within svg,.header-search__opener:hover svg{fill:var(--c3)}.header-search__opener:focus{background:var(--c8)}.header-search__inner{position:absolute;transition:all var(--transition)}@media screen and (min-width:900px){.header-search__inner{top:50%;right:calc(0px - (var(--offset) * .65));transform:translateY(-50%);width:calc(var(--offset) * 15)}}@media screen and (max-width:899px){.header-search__inner{top:100%;left:0;right:0}}.header-search__form,.search{display:flex;justify-content:space-between;align-items:stretch;flex-grow:1;border-radius:5px;border:2px solid var(--c8);overflow:hidden}.search{min-width:calc(var(--offset) * 15);border:1px solid var(--c10)}.header-search__label,.search__label{flex-grow:1;margin-top:-2px;margin-bottom:-2px}.header-search__label input,.search__label input{background:var(--c5);width:100%;height:100%;padding:calc(var(--offset) * .65);font-weight:var(--fwB);font-size:.75em;line-height:1;border:none}@media screen and (max-width:1299px){.header-search__label input,.search__label input{font-size:14px}}@media screen and (max-width:899px){.header-search__label input,.search__label input{padding:calc(var(--offset) * 1.25) var(--offset);font-size:16px}}.header-search__label input::-moz-placeholder,.search__label input::-moz-placeholder{font-weight:var(--fwM);color:var(--c7)}.header-search__label input:-ms-input-placeholder,.search__label input:-ms-input-placeholder{font-weight:var(--fwM);color:var(--c7)}.header-search__label input::placeholder,.search__label input::placeholder{font-weight:var(--fwM);color:var(--c7)}.header-search__btn,.search__btn{background:var(--c5);display:flex;justify-content:center;align-items:center;flex-shrink:0;padding-left:calc(var(--offset) * .65);padding-right:calc(var(--offset) * .65);border-left:2px solid var(--c8)}@media screen and (max-width:899px){.header-search__btn,.search__btn{padding-left:var(--offset);padding-right:var(--offset)}}.header-search__btn svg,.search__btn svg{width:calc(max((var(--offset) * .8),20px));height:calc(max((var(--offset) * .8),20px));fill:var(--c7);transition:fill var(--transition)}@media screen and (max-width:1299px){.header-search__btn svg,.search__btn svg{width:18px;height:18px}}.header-search__btn:focus svg,.header-search__btn:focus-within svg,.header-search__btn:hover svg,.search__btn:focus svg,.search__btn:focus-within svg,.search__btn:hover svg{fill:var(--c3)}.search__btn{border:none}.header-language{margin-left:calc(var(--offset) * 2)}@media screen and (max-width:899px){.header-language{margin-left:var(--offset)}}@media screen and (max-width:499px){.header-language .language-link.current{display:none}}.header-user{margin-left:calc(var(--offset) * 2)}@media screen and (max-width:1299px){.header-user{order:-1;margin-left:0}}@media screen and (max-width:899px){.header-user{margin-left:var(--offset)}}.user{position:relative;flex-shrink:0;min-width:calc(max((var(--offset) * 11),260px));align-self:stretch}@media screen and (max-width:899px){.user{width:auto;min-width:auto}}.user:not(.open)>:not(.user-opener){display:none}.user.open .user-opener>svg{transform:scaleY(-1)}.user-header,.user-opener{display:flex;align-items:center;height:100%;color:var(--c6);transition:color var(--transition)}.user-header>svg,.user-opener>svg{flex-shrink:0;width:calc(max((var(--offset) * .35),7px));height:calc(max((var(--offset) * .35),7px));margin-left:auto;fill:var(--c2);transition:var(--transition);transition-property:transform,fill}@media screen and (max-width:899px){.user-header>svg,.user-opener>svg{display:none}}.user-opener{cursor:pointer}.user-opener:focus,.user-opener:focus-within,.user-opener:hover{color:var(--c3)}.user-opener:focus-within>svg,.user-opener:focus>svg,.user-opener:hover>svg{fill:var(--c3)}.user-opener:focus .user-opener__content b,.user-opener:focus-within .user-opener__content b,.user-opener:hover .user-opener__content b{color:var(--c3)}.user-header{margin-bottom:calc(var(--offset) * .6)}@media screen and (min-width:900px){.user-header{display:none}}@media screen and (max-width:899px){.user-header{height:var(--menu-width);margin:-1px -2px;padding-left:var(--offset);padding-right:var(--offset);border-bottom:2px solid var(--c8)}}.user-header__avatar,.user-opener__avatar{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:calc(var(--offset) * 2);height:calc(var(--offset) * 2);margin-right:calc(var(--offset) * .8);border-radius:50%;overflow:hidden}@media screen and (max-width:1299px){.user-header__avatar,.user-opener__avatar{width:46px;height:46px}}.user-header__avatar img,.user-opener__avatar img{width:100%;height:100%;border-radius:inherit;-o-object-fit:cover;object-fit:cover}.user-header__content,.user-opener__content{display:flex;flex-direction:column;margin-right:calc(var(--offset) * .8)}.user-header__content b,.user-opener__content b{display:-webkit-box;max-width:calc(var(--offset) * 8);text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;font-weight:var(--fwSB);font-size:.85em;line-height:1.6;color:var(--c2);transition:color var(--transition);overflow:hidden}@media screen and (max-width:1299px){.user-header__content b,.user-opener__content b{font-size:16px}}.user-header__content span,.user-opener__content span{display:-webkit-box;max-width:calc(var(--offset) * 8);text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;font-weight:var(--fwM);font-size:.75em;line-height:1.4;overflow:hidden}@media screen and (max-width:1299px){.user-header__content span,.user-opener__content span{font-size:14px}}.user-overlay{position:fixed;top:0;left:0;right:0;bottom:0}.user-inner{background:var(--c5);position:absolute;top:100%;left:calc(0px - var(--offset));right:calc(0px - var(--offset));display:flex;flex-direction:column;margin-top:2px;padding:var(--offset);border:2px solid var(--c8);border-radius:5px;scrollbar-width:thin;overflow:auto}@media screen and (max-width:899px){.user-inner{position:fixed;top:0;left:0;right:0;bottom:calc(var(--menu-width) - 16px);margin-top:0;padding:0}}.user-closed{margin-left:auto;padding:calc(var(--offset) * .65)}@media screen and (min-width:900px){.user-closed{display:none}}.user-closed svg{width:var(--offset);height:var(--offset);fill:var(--c6);transition:fill var(--transition)}@media screen and (max-width:1299px){.user-closed svg{width:20px;height:20px}}.user-date{display:flex;flex-direction:column-reverse;padding-left:calc((var(--offset) * 2) + (var(--offset) * .8));padding-bottom:calc(var(--offset) * .6);color:var(--c6);font-weight:var(--fwR);font-size:calc(max(.65em,12px));line-height:1.8;border-bottom:2px solid var(--c8)}@media screen and (min-width:900px){.user-date{display:none}}@media screen and (max-width:899px){.user-date{flex-direction:column;margin-top:var(--offset);padding-left:var(--offset);padding-bottom:var(--offset);color:var(--c2)}}.user-date span.js-time{font-weight:var(--fwM);font-size:1.2em;line-height:1}.user-menu{list-style:none;margin:0;padding:0}@media screen and (min-width:900px){.user-menu{margin-top:calc(0px - var(--offset))}}.user-menu__item{margin-top:var(--offset)}.user-menu__link{display:flex;align-items:center;font-size:.85em;color:var(--c2);transition:color var(--transition)}@media screen and (max-width:1299px){.user-menu__link{font-size:16px}}@media screen and (max-width:899px){.user-menu__link{padding-left:var(--offset);padding-right:var(--offset)}}.user-menu__link:focus,.user-menu__link:focus-within,.user-menu__link:hover{color:var(--c3)}.user-menu__link:focus .user-menu__icon svg:first-child,.user-menu__link:focus-within .user-menu__icon svg:first-child,.user-menu__link:hover .user-menu__icon svg:first-child{transform:translate(-50%,-50%)}.user-menu__link:focus .user-menu__icon svg:last-child,.user-menu__link:focus-within .user-menu__icon svg:last-child,.user-menu__link:hover .user-menu__icon svg:last-child{transform:translate(-50%,-5rem)}.user-menu__icon{position:relative;display:flex;justify-content:center;align-items:center;width:calc(var(--offset) * 2);height:calc(var(--offset) * 2);margin-right:calc(var(--offset) * .8);border-radius:50%;overflow:hidden}@media screen and (max-width:1299px){.user-menu__icon{width:46px;height:46px}}@media screen and (max-width:899px){.user-menu__icon{height:60px}}.user-menu__icon::before{background:var(--c8);content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(var(--offset) * 2);height:calc(var(--offset) * 2);border-radius:inherit;transition:transform var(--transition)}@media screen and (max-width:1299px){.user-menu__icon::before{width:46px;height:46px}}.user-menu__icon svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(var(--offset) * .8);height:calc(var(--offset) * .8);fill:var(--c3);transition:transform var(--transition)}@media screen and (max-width:1299px){.user-menu__icon svg{width:18px;height:18px}}.user-menu__icon svg:first-child{transform:translate(-50%,3rem)}.user-menu__text{font-weight:var(--fwM)}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:calc(var(--offset) * 1.25)}@media screen and (max-width:1299px){.content-header{flex-direction:column;align-items:stretch}}@media screen and (min-width:1300px){.content-header.sticky{position:-webkit-sticky;position:sticky;top:calc(var(--menu-width) + (var(--offset) * .6));background-color:var(--c8);z-index:3}.content-header.sticky::before{content:"";position:absolute;top:calc(0px - (var(--offset) * .6));left:0;right:0;bottom:calc(0px - (var(--offset) * .6));background-color:inherit;z-index:-1}}.content-header__col{display:flex;flex-direction:column}@media screen and (max-width:1299px){.content-header__col:not(:last-child){margin-bottom:calc(var(--offset) * 1.25)}.content-header__col .search{min-width:auto}}.content-header__col--row{flex-direction:row}@media screen and (max-width:899px){.content-header__col--row{flex-direction:column;align-items:stretch}}.content-header__col--row>:not(:last-child){margin-right:calc(var(--offset) * .5)}@media screen and (max-width:899px){.content-header__col--row>:not(:last-child){margin-right:0;margin-bottom:calc(var(--offset) * .5)}}.content-header__col--col{flex-direction:column}@media screen and (min-width:900px){.content-header__col--col>:not(:last-child){margin-bottom:calc(var(--offset) * .5)}}@media screen and (min-width:1300px){.content-header__col--sm{width:35%;margin-right:calc(var(--offset) * .8)}}@media screen and (min-width:1300px){.content-header__col--lg{justify-content:flex-end;width:65%}.content-header__col--lg .search{flex-grow:0}.content-header__col--lg .search+*{margin-left:auto}}.content-inner{display:flex;flex-direction:column;align-items:stretch;flex-grow:1}.content-filter{background:var(--c5);flex-wrap:wrap;margin-bottom:calc(var(--offset) * .4);padding:calc(var(--offset) * .65);border-radius:5px}@media screen and (min-width:1300px){.content-filter{position:-webkit-sticky;position:sticky;top:calc(var(--menu-width) + (var(--offset) * 3.8));z-index:2}}@media screen and (max-width:1299px){.content-filter{margin-bottom:calc(var(--offset) * 1.25);padding:var(--offset)}}.content-info{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;flex-grow:1;padding:calc(var(--offset) * 1.6) calc(var(--offset) * 1.25)}.content-info__icon{flex-shrink:0;width:calc(var(--offset) * 3);height:calc(var(--offset) * 3);margin-bottom:calc(var(--offset) * 1.25)}.content-info__icon svg{width:100%;height:100%;fill:var(--c3)}.content-info__inner{font-weight:var(--fwM);color:var(--c3)}@media screen and (max-width:1299px){.content-info__inner{font-size:16px}}.content-box{background:var(--c5);flex-grow:1;padding:calc(var(--offset) * 2);border-radius:5px}@media screen and (max-width:899px){.content-box{padding:20px}}.content-box--offset_s{padding:calc(var(--offset) * 1.25)}.content-box+.table-wrap{margin-top:calc(var(--offset) * .4)}.content-box .title--m{font-weight:var(--fwSB)}.content-row,.row{display:flex;align-items:stretch}@media screen and (max-width:1299px){.content-row{flex-direction:column}}.row{align-items:center}@media screen and (max-width:599px){.row{flex-direction:column;align-items:stretch}}.row:not(:first-child){margin-top:calc(var(--offset) * .8)}@media screen and (max-width:599px){.row:not(:first-child){margin-top:calc(var(--offset) * 1.25)}}.row+.title{margin-top:calc(var(--offset) * 2.25)}.content-col{flex-grow:1;width:50%}@media screen and (max-width:1299px){.content-col{width:100%}}.content-col:not(:last-child){margin-right:calc(var(--offset) * 3)}@media screen and (max-width:1299px){.content-col:not(:last-child){margin-right:0;margin-bottom:calc(var(--offset) * 2)}}@media screen and (min-width:1300px){.content-col--lg{width:65%}}@media screen and (min-width:1300px){.content-col--md{width:35%}.content-col--md:not(:last-child){margin-right:calc(var(--offset) * .8)}.content-col--md>.content-box--offset_s{min-height:calc(100vh - (var(--menu-width) * 3))}}.content-col--sm{flex-grow:0;flex-shrink:0;width:calc(var(--offset) * 7)}@media screen and (max-width:1299px){.content-col--sm{width:170px}}@media screen and (max-width:599px){.content-col--sm{width:100%}}.content-col--sticky{align-self:flex-start}@media screen and (min-width:1300px){.content-col--sticky{position:-webkit-sticky;position:sticky;top:calc(var(--menu-width) * 2)}}.content-col .title{margin-bottom:calc(var(--offset) * 1.25)}.col{flex-grow:1;font-weight:var(--fwSB);font-size:.75em;color:var(--c2);word-break:break-word}@media screen and (max-width:1299px){.col{font-size:14px}}.col:first-child{flex-shrink:0;flex-grow:0;width:45%;max-width:calc(var(--offset) * 10);margin-right:var(--offset);font-weight:var(--fwM);color:var(--c7)}@media screen and (max-width:1299px){.col:first-child{max-width:200px}}@media screen and (max-width:599px){.col:first-child{width:100%;max-width:none;margin-right:0;margin-bottom:calc(var(--offset) * .4)}}.col .col{font-size:1em}.content-photo{display:flex;flex-direction:column;align-items:stretch;width:calc(var(--offset) * 7)}@media screen and (max-width:1299px){.content-photo{width:170px}}@media screen and (max-width:599px){.content-photo{width:100%}}.content-photo:not(:last-child){margin-bottom:calc(var(--offset) * 1.25)}.content-photo__img{position:relative;display:flex;width:calc(var(--offset) * 7);height:calc(var(--offset) * 7);padding:5px;border:1px solid var(--c8);border-radius:2px}@media screen and (max-width:1299px){.content-photo__img{width:170px;height:170px}}@media screen and (max-width:599px){.content-photo__img{width:100%}}.content-photo__img--gray{background:var(--c8)}.content-photo__img--gray .content-photo__icon{fill:var(--c5)}.content-photo__img.has-photo .content-photo__icon{display:none}.content-photo__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;z-index:1}.content-photo__img img[src="#"]{display:none}.content-photo__icon{position:absolute;top:50%;left:50%;width:50%;height:50%;transform:translate(-50%,-50%);fill:var(--c8)}.content-qr{padding:calc(var(--offset) * 2);border:2px solid var(--c10);border-radius:10px}@media screen and (max-width:899px){.content-qr{padding:20px}}.breadcrumbs{display:flex;align-content:center;align-items:center;flex-wrap:wrap;list-style:none;margin:0;padding:0}@media screen and (max-width:999px){.breadcrumbs{display:none}}.breadcrumbs-item{display:flex;align-items:center}.breadcrumbs-item:not(:last-child)::after{content:">";position:relative;margin-left:calc(var(--offset) * .5);margin-right:calc(var(--offset) * .5);font-size:.75em;color:var(--c7)}@media screen and (max-width:1299px){.breadcrumbs-item:not(:last-child)::after{font-size:14px}}.breadcrumbs-link{font-weight:var(--fwM);font-size:.75em;color:var(--c7)}@media screen and (max-width:1299px){.breadcrumbs-link{font-size:14px}}.breadcrumbs-link[href]{transition:color var(--transition)}.breadcrumbs-link[href]:focus,.breadcrumbs-link[href]:focus-within,.breadcrumbs-link[href]:hover{color:var(--c3)}.filter{display:flex;align-items:stretch}@media screen and (max-width:899px){.filter{flex-direction:column}}.filter--sm .filter-select{height:100%;min-width:calc(var(--offset) * 6.5);padding:calc(var(--offset) * .6) calc(max((var(--offset) * .35),7px) + ((var(--offset) * .6) * 2)) calc(var(--offset) * .6) calc(var(--offset) * .6);background-position:calc(100% - (var(--offset) * .6)) center;border-color:var(--c10)}@media screen and (max-width:899px){.filter--sm .filter-select{padding:calc(var(--offset) * 1.25) calc(8px + ((var(--offset) * 1.25) * 2)) calc(var(--offset) * 1.25) calc(var(--offset) * 1.25);background-position:calc(100% - (var(--offset) * 1.25)) center;background-size:8px}}.filter .btn:not(:last-child){margin-right:calc(var(--offset) * .8)}@media screen and (max-width:899px){.filter .btn:not(:last-child){margin-right:0;margin-bottom:calc(var(--offset) * .8)}}.filter .btn--xs{align-self:flex-start;padding:calc(var(--offset) * .8)}@media screen and (max-width:899px){.filter .btn--xs{width:100%;padding:calc(var(--offset) * 1.25)}}.filter-col{width:70%;margin-right:auto}@media screen and (max-width:1299px){.filter-col{width:100%;margin-bottom:var(--offset)}}.filter-col .filter-inner:not(:last-child){margin-bottom:0}.filter-inner{display:flex;align-items:stretch;flex-wrap:wrap;flex-grow:1;margin-right:calc(0px - (var(--offset) * 1.25));margin-bottom:calc(0px - (var(--offset) * .4))}@media screen and (max-width:1299px){.filter-inner{margin-bottom:calc(0px - var(--offset))}}.filter-inner--sm{flex-grow:0;margin-right:auto}@media screen and (max-width:1299px){.filter-inner--sm{margin-right:calc(0px - var(--offset))}}.filter-inner--sm .filter-item{flex-grow:0;width:calc(25% - (var(--offset) * .4));margin-right:calc(var(--offset) * .4)}@media screen and (max-width:1299px){.filter-inner--sm .filter-item{flex-grow:1;width:calc(50% - var(--offset));margin-right:var(--offset)}}@media screen and (max-width:899px){.filter-inner--sm .filter-item{width:calc(100% - var(--offset))}}.filter-item{display:flex;align-items:center;flex-grow:1;width:calc(25% - (var(--offset) * 1.25));margin-right:calc(var(--offset) * 1.25);margin-bottom:calc(var(--offset) * .4)}@media screen and (max-width:1299px){.filter-item{width:calc(50% - (var(--offset) * 1.25));margin-bottom:var(--offset)}}@media screen and (max-width:999px){.filter-item{width:calc(100% - (var(--offset) * 1.25))}}@media screen and (max-width:499px){.filter-item{flex-direction:column;align-items:stretch}}@media screen and (min-width:1300px){.filter-item--sm{width:15%}}@media screen and (max-width:1299px){.filter-item--sm{order:-1}}.filter-label{flex-grow:1;height:100%;min-height:calc(var(--offset) * 2.2)}.filter-label:not(:last-child){margin-right:calc(var(--offset) * .8)}@media screen and (max-width:899px){.filter-label:not(:last-child){margin-right:0;margin-bottom:var(--offset)}}.filter-select{padding:calc(var(--offset) * .8);padding-right:calc(max((var(--offset) * .35),7px) + ((var(--offset) * .8) * 2));font-weight:var(--fwM);font-size:.75em;color:var(--c7);border-radius:4px;border:1px solid var(--c7);cursor:pointer}.filter-select.selected{border-color:var(--c3);color:var(--c2)}@media screen and (max-width:1299px){.filter-select{font-size:14px}}@media screen and (max-width:899px){.filter-select{padding:calc(var(--offset) * 1.25) calc(8px + ((var(--offset) * 1.25) * 2)) calc(var(--offset) * 1.25) calc(var(--offset) * 1.25);font-size:16px}}.filter-select:focus,.filter-select:focus-within,.filter-select:hover{border-color:var(--c3)}.filter-input{background:var(--c5);height:100%;padding:calc(var(--offset) * .6);font-weight:var(--fwM);font-size:.75em;color:var(--c7);border-radius:4px;border:1px solid var(--c10)}@media screen and (max-width:1299px){.filter-input{font-size:14px}}@media screen and (max-width:899px){.filter-input{padding:calc(var(--offset) * 1.25);font-size:16px}}.filter-checkbox{display:flex;align-items:center;flex-shrink:0;width:calc(var(--offset) * 8);cursor:pointer;border-radius:5px}@media screen and (max-width:1299px){.filter-checkbox{width:auto;min-width:200px}}@media screen and (max-width:499px){.filter-checkbox{margin-bottom:var(--offset)}}.filter-checkbox input:checked~.filter-checkbox__inner::after{opacity:1}.filter-checkbox:focus,.filter-checkbox:focus-within,.filter-checkbox:hover{outline:1px solid var(--c8)}.filter-checkbox__inner{position:relative;display:flex;align-items:center;flex-shrink:0;width:100%;padding-left:calc(max((var(--offset) * .8),20px) + (var(--offset) * .8))}@media screen and (max-width:599px){.filter-checkbox__inner{flex-wrap:wrap;padding-left:calc(16px + (var(--offset) * .8))}}.filter-checkbox__inner::before{background:var(--c8);content:"";position:absolute;left:0;width:calc(max((var(--offset) * .8),20px));height:calc(max((var(--offset) * .8),20px));border-radius:3px}@media screen and (max-width:599px){.filter-checkbox__inner::before{top:3px;width:16px;height:16px}}.filter-checkbox__inner::after{background:url(../img/checked.svg) no-repeat center center/70%;content:"";position:absolute;left:0;width:calc(max((var(--offset) * .8),20px));height:calc(max((var(--offset) * .8),20px));border-radius:3px;opacity:0;transition:opacity var(--transition)}@media screen and (max-width:599px){.filter-checkbox__inner::after{top:3px;width:16px;height:16px}}.filter-checkbox__name{margin-right:calc(var(--offset) * .8);font-weight:var(--fwSB);font-size:.75em;color:var(--c2)}@media screen and (max-width:1299px){.filter-checkbox__name{font-size:14px}}@media screen and (max-width:499px){.filter-calendar{flex-direction:row}}.filter-calendar span.filter-label{flex-grow:0}.filter-calendar .filter-label:nth-child(2):not(:last-child){flex-grow:0}.filter-calendar .filter-label:not(:last-child){margin-right:calc(var(--offset) * .4);margin-bottom:0}@media screen and (max-width:899px){.filter-calendar .filter-label:not(:last-child){margin-right:var(--offset)}}.filter-calendar.selected .calendar-icon{fill:var(--c3)}.indicators{display:flex;align-items:stretch;margin-bottom:calc(var(--offset) * 1.25)}@media screen and (min-width:1300px){.indicators~.content-filter{position:-webkit-sticky;position:sticky;top:calc(var(--menu-width) + (var(--offset) * .6));z-index:2}.indicators~.content-filter::before{content:"";position:absolute;top:calc(0px - (var(--offset) * .6));left:0;right:0;height:calc(var(--offset) * .6);z-index:-1}}@media screen and (max-width:1299px){.indicators{flex-direction:column}}.indicators--column{flex-direction:column}.indicators-diagram{background:var(--c5);flex-shrink:0;width:calc(var(--offset) * 14);border-radius:5px}@media screen and (min-width:1300px){.indicators-diagram{order:1}}@media screen and (max-width:1299px){.indicators-diagram{width:100%;margin-bottom:calc(var(--offset) * .45)}}.indicators-diagram__info{background:var(--c3);display:flex;flex-direction:column;align-items:center;padding:calc(var(--offset) * 1.6) calc(var(--offset) * 1.25);text-align:center;font-size:.85em;font-weight:var(--fwSB);color:var(--c5);border-top-left-radius:inherit;border-top-right-radius:inherit}@media screen and (max-width:1299px){.indicators-diagram__info{font-size:16px}}.indicators-diagram__info b{font-size:1.5em;font-weight:var(--fwB)}.indicators-diagram__inner{display:flex;justify-content:center;align-items:center;padding:calc(var(--offset) * .8) calc(var(--offset) * 2.5)}@media screen and (max-width:1299px){.indicators-diagram__inner{max-width:320px;max-height:280px;margin-left:auto;margin-right:auto}}.indicators-list{display:flex;align-items:stretch;flex-grow:1;list-style:none;margin:0;padding:0}@media screen and (max-width:1299px){.indicators-list{margin-left:calc(0px - (var(--offset) * 2.5));margin-right:calc(0px - (var(--offset) * 2.5));padding-left:calc(var(--offset) * 2.5);-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;scroll-padding:calc(var(--offset) * 2.5);scrollbar-width:thin;overflow:auto}.indicators-list::after{content:"";position:relative;flex-shrink:0;width:calc(var(--offset) * 2.5)}}@media screen and (max-width:899px){.indicators-list{margin-left:-20px;margin-right:-20px;padding-left:20px;scroll-padding:20px}.indicators-list::after{width:20px}}.indicators-list--lg .indicators-list__item{flex-grow:1}.indicators-list--lg .indicators-list__item:first-child .indicators-list__header::after{background:var(--c7)}.indicators-list--lg .indicators-list__item:first-child .indicators-list__header b{color:var(--c7)}.indicators-list--lg .indicators-list__item:last-child{margin-right:0}.indicators-list.hover .indicators-list__item:not(.hover){transform:scale(.99);opacity:.3}@media screen and (max-width:399px){.indicators-list.hover .indicators-list__item:not(.hover){opacity:.5}}.indicators-list__item{background:var(--c5);width:20%;margin-right:calc(var(--offset) * .45);padding:calc(var(--offset) * 1.6) calc(var(--offset) * 1.25);border-radius:5px;transition:all var(--transition)}@media screen and (max-width:1299px){.indicators-list__item{flex-shrink:0;width:320px;scroll-snap-align:start;scroll-snap-stop:always}.indicators-list__item:last-child{margin-right:0}}@media screen and (max-width:899px){.indicators-list__item{width:calc(100% - 20px)}}.indicators-list__item:nth-child(1) .indicators-list__header::after{background:#31559f}.indicators-list__item:nth-child(2) .indicators-list__header::after{background:#0094ea}.indicators-list__item:nth-child(3) .indicators-list__header::after{background:#4b789f}.indicators-list__item:nth-child(4) .indicators-list__header::after{background:#92a2be}.indicators-list__item:nth-child(5) .indicators-list__header::after{background:#e4ebf7}@media screen and (min-width:1300px){.indicators-list__item.hover{transform:scale(1.02)}}.indicators-list__header{position:relative;display:flex;flex-direction:column;font-size:.85em;font-weight:var(--fwSB);color:var(--c2)}@media screen and (max-width:1299px){.indicators-list__header{font-size:16px}}.indicators-list__header span{margin-bottom:calc(var(--offset) * .4);padding-right:calc(max((var(--offset) * .6),14px));line-height:1.3}@media screen and (max-width:899px){.indicators-list__header span{margin-bottom:var(--offset)}}.indicators-list__header span:last-child{background:var(--c3);position:absolute;top:calc(var(--offset) * .15);right:0;width:calc(max((var(--offset) * .5),14px));height:calc(max((var(--offset) * .5),14px));border-radius:50%}.indicators-list__header b{font-size:1.25em;line-height:1;font-weight:var(--fwB);color:var(--c3)}.indicators-list__inner{display:flex;flex-direction:column;align-items:stretch;margin-top:calc(var(--offset) * 1.25);padding-top:calc(var(--offset) * 1.25);border-top:1px solid var(--c10)}.indicators-list__info{margin-bottom:calc(var(--offset) * .4);font-weight:var(--fwM);font-size:.75em;color:var(--c7)}@media screen and (max-width:1299px){.indicators-list__info{font-size:14px}}.indicators-list__table{font-size:.75em;border-spacing:0}@media screen and (max-width:1299px){.indicators-list__table{font-size:14px}}.indicators-list__table tr{vertical-align:top}.indicators-list__table th{padding-top:calc(var(--offset) * .6);font-weight:var(--fwM);text-align:left;color:var(--c2)}.indicators-list__table td{padding-top:calc(var(--offset) * .6);font-weight:var(--fwSB);text-align:right;color:var(--c3)}.indicators-bar{background:var(--c5);position:relative;margin-top:calc(var(--offset) * 1.25);padding:var(--offset);border-radius:30px}@media screen and (max-width:1299px){.indicators-bar{padding:22px}}.indicators-bar::before{background:var(--c7);content:"";position:absolute;top:calc(var(--offset) * .65);left:calc(var(--offset) * .65);right:calc(var(--offset) * .65);bottom:calc(var(--offset) * .65);border-radius:inherit}@media screen and (max-width:1299px){.indicators-bar::before{top:14px;left:14px;right:14px;bottom:14px}}.indicators-bar__progress{background:var(--c3);position:absolute;top:calc(var(--offset) * .65);left:calc(var(--offset) * .65);bottom:calc(var(--offset) * .65);border-radius:inherit}@media screen and (max-width:1299px){.indicators-bar__progress{top:14px;left:14px;bottom:14px}}.indicators-bar__inner{position:relative}.indicators-bar__percent{background:var(--c5);position:absolute;top:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;text-align:center;width:calc(var(--offset) * 2.25);height:calc(var(--offset) * 2.25);font-weight:var(--fwSB);font-size:.85em;line-height:1;color:var(--c3);box-shadow:0 1px 3px rgba(27,29,76,.35);border-radius:50%}@media screen and (max-width:1299px){.indicators-bar__percent{width:50px;height:50px;font-size:16px}}.diagrams .filter-label{height:auto;min-height:auto}.diagrams .filter .btn--xs{padding:calc(var(--offset) * .6)}@media screen and (max-width:899px){.diagrams .filter .btn--xs{width:100%;padding:calc(var(--offset) * 1.25) var(--offset)}}.diagrams-graph{margin-bottom:calc(var(--offset) * 1.25)}.diagrams-list{display:grid;grid-template-columns:1fr 1fr;gap:calc(var(--offset) * 1.25);list-style:none;margin:0;padding:0}@media screen and (max-width:999px){.diagrams-list{display:flex;gap:calc(var(--offset) * .45);margin-left:calc(0px - (var(--offset) * 2.5));margin-right:calc(0px - (var(--offset) * 2.5));padding-left:calc(var(--offset) * 2.5);-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;scroll-padding:calc(var(--offset) * 2.5);scrollbar-width:thin;overflow:auto}.diagrams-list::after{content:"";position:relative;flex-shrink:0;width:calc(var(--offset) * 2.5)}}@media screen and (max-width:899px){.diagrams-list{margin-left:-20px;margin-right:-20px;padding-left:20px;scroll-padding:20px}.diagrams-list::after{width:20px}}@media screen and (max-width:999px){.diagrams-list__item{flex-shrink:0;width:calc(100% - (var(--offset) * 2.5));scroll-snap-align:start;scroll-snap-stop:always}}@media screen and (max-width:899px){.diagrams-list__item{width:calc(100% - 20px)}}.diagrams-list__header{background:var(--c5);margin-bottom:5px;padding:calc(var(--offset) * 1.25);border-radius:5px}@media screen and (max-width:1299px){.diagrams-list__header .content-header__col:last-child{margin-bottom:0}}.diagrams-list__inner{background:var(--c5);padding:calc(var(--offset) * .4);border-radius:5px}.diagram{display:flex;align-items:stretch}@media screen and (max-width:1299px){.diagram{flex-direction:column;align-items:center}}@media screen and (max-width:899px){.diagram{max-height:300px;scrollbar-width:thin;overflow:auto}}.diagram-chart{position:relative;flex-shrink:0;width:calc(var(--offset) * 12.5);margin-right:calc(var(--offset) * 1.25);padding:calc(var(--offset) * .6)}@media screen and (max-width:1299px){.diagram-chart{width:100%;max-width:320px;max-height:280px;margin-right:0;padding:calc(var(--offset) * .8) calc(var(--offset) * 2.5)}}.diagram-chart canvas{width:100%!important;height:100%!important}.diagram-chart__info{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.diagram-chart__info span{font-weight:var(--fwSB);font-size:.75em;color:var(--c2)}@media screen and (max-width:1299px){.diagram-chart__info span{font-size:14px}}.diagram-chart__info b{font-weight:var(--fwB);line-height:1;font-size:.85em;color:var(--c3)}@media screen and (max-width:1299px){.diagram-chart__info b{font-size:16px}}.diagram-info{flex-grow:1;padding:calc(var(--offset) * 1.25)}@media screen and (min-width:900px){.diagram-info{height:calc(var(--offset) * 12);scrollbar-width:thin;overflow:auto}}@media screen and (max-width:1299px){.diagram-info{width:100%;padding-top:0}}.diagram-title{font-weight:var(--fwB);font-size:.85em;color:var(--c2)}@media screen and (max-width:1299px){.diagram-title{font-size:16px}}.diagram-organizations{list-style:none;margin:0;padding:0}.diagram-organization{display:flex;align-items:center;margin-top:calc(var(--offset) * .6)}@media screen and (max-width:499px){.diagram-organization{flex-wrap:wrap}}.diagram-organization__icon{flex-shrink:0;width:calc(max((var(--offset) * .5),14px));height:calc(max((var(--offset) * .5),14px));margin-right:calc(var(--offset) * .8);border-radius:50%}.diagram-organization__name{margin-right:calc(var(--offset) * .8);font-weight:var(--fwM);font-size:.85em;color:var(--c2)}@media screen and (max-width:1299px){.diagram-organization__name{font-size:16px}}@media screen and (max-width:499px){.diagram-organization__name{width:calc(100% - (14px + (var(--offset) * .8)));margin-right:0}}.diagram-organization__text{margin-left:auto;text-align:right;font-weight:var(--fwSB);font-size:.85em;color:var(--c3)}@media screen and (max-width:1299px){.diagram-organization__text{font-size:16px}}@media screen and (max-width:499px){.diagram-organization__text{text-align:left;margin-left:calc(14px + (var(--offset) * .8))}}.graph{background:var(--c5);display:flex;flex-direction:column;flex-wrap:wrap;height:calc(var(--offset) * 30);padding:calc(var(--offset) * 1.25);border-radius:5px;--sorted-width:calc(var(--offset) * 22)}@media screen and (max-width:1299px){.graph{flex-wrap:nowrap;height:auto;--sorted-width:100%}}@media screen and (min-width:1300px){.graph-header{width:calc(100% - (var(--sorted-width) + (var(--offset) * 2.8)))}}.graph-sorted{display:flex;flex-direction:column;justify-content:space-between;flex-shrink:0;order:1;width:var(--sorted-width);height:100%;margin-left:auto}.graph-sorted__item{display:flex;align-items:center;cursor:pointer;border-radius:5px}.graph-sorted__item:not(:first-child){margin-top:calc(var(--offset) * .6)}.graph-sorted__item input:checked~.graph-sorted__inner::after{opacity:1}.graph-sorted__item:focus,.graph-sorted__item:focus-within,.graph-sorted__item:hover{outline:1px solid var(--c8)}.graph-sorted__inner{position:relative;display:flex;align-items:center;flex-shrink:0;width:100%;padding-left:calc(max((var(--offset) * .8),20px) + (var(--offset) * .8))}@media screen and (max-width:599px){.graph-sorted__inner{flex-wrap:wrap;padding-left:calc(16px + (var(--offset) * .8))}}.graph-sorted__inner::before{background:var(--c8);content:"";position:absolute;left:0;width:calc(max((var(--offset) * .8),20px));height:calc(max((var(--offset) * .8),20px));border-radius:3px}@media screen and (max-width:599px){.graph-sorted__inner::before{top:3px;width:16px;height:16px}}.graph-sorted__inner::after{background:url(../img/checked.svg) no-repeat center center/70%;content:"";position:absolute;left:0;width:calc(max((var(--offset) * .8),20px));height:calc(max((var(--offset) * .8),20px));border-radius:3px;opacity:0;transition:opacity var(--transition)}@media screen and (max-width:599px){.graph-sorted__inner::after{top:3px;width:16px;height:16px}}.graph-sorted__icon{flex-shrink:0;width:calc(max((var(--offset) * .8),20px));height:calc(max((var(--offset) * .8),20px));margin-right:calc(var(--offset) * .8);border-radius:50%}@media screen and (max-width:599px){.graph-sorted__icon{width:16px;height:16px}}.graph-sorted__name{margin-right:calc(var(--offset) * .8);font-weight:var(--fwM);font-size:.85em;color:var(--c2)}@media screen and (max-width:1299px){.graph-sorted__name{font-size:16px}}@media screen and (max-width:599px){.graph-sorted__name{order:-1;width:100%}}.graph-sorted__text{margin-left:auto;font-weight:var(--fwSB);text-align:right;font-size:.85em;color:var(--c3)}@media screen and (max-width:1299px){.graph-sorted__text{font-size:16px}}@media screen and (max-width:599px){.graph-sorted__text{margin-left:0;text-align:left;font-size:14px}}.graph-chart{display:flex;align-items:flex-end;flex-grow:1}@media screen and (min-width:1300px){.graph-chart{width:calc(100% - (var(--sorted-width) + (var(--offset) * 2.8)));height:0}}@media screen and (max-width:1299px){.graph-chart{order:1;margin-top:calc(var(--offset) * 2)}}.graph-chart canvas{width:100%!important}.dropdown{position:relative}.dropdown-header{position:relative;width:100%;cursor:pointer;z-index:1}.dropdown-inner{background:var(--c5);position:absolute;top:100%;left:1px;right:1px;margin-top:-2px;padding:calc(var(--offset) * .8);border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow:0 0 4px rgba(27,29,76,.35)}.dropdown-btn{display:flex;justify-content:space-between;align-items:center;width:100%;padding-top:calc(var(--offset) * .4);padding-bottom:calc(var(--offset) * .4);font-weight:var(--fwSB);font-size:.75em;color:var(--c7);fill:var(--c7);transition:all var(--transition)}@media screen and (max-width:1299px){.dropdown-btn{font-size:14px}}@media screen and (max-width:899px){.dropdown-btn{padding:calc(var(--offset) * .6) calc(var(--offset) * .4)}}.dropdown-btn svg{flex-shrink:0;width:calc(var(--offset) * .6);height:calc(var(--offset) * .6)}@media screen and (max-width:1299px){.dropdown-btn svg{width:14px;height:14px}}.dropdown-btn:focus,.dropdown-btn:focus-within,.dropdown-btn:hover{color:var(--c3);fill:var(--c3)}.table-wrap{border-radius:5px}@media screen and (max-width:1299px){.table-wrap{scrollbar-width:thin;overflow:auto}}.table{width:100%;border-spacing:0;border-radius:5px;overflow:hidden}.table tr:nth-child(even){background:var(--c5)}.table tr:first-child{background:var(--c3);color:var(--c5)}.table td:first-child,.table th:first-child{padding-left:calc(var(--offset) * .8)}.table td:last-child,.table th:last-child{padding-right:calc(var(--offset) * .8)}.table th{padding:calc(var(--offset) * .8) calc(var(--offset) * .4);font-weight:var(--fwM);font-size:.7em;text-align:left;line-height:1}@media screen and (max-width:1299px){.table th{padding:var(--offset);font-size:13px}}@media screen and (max-width:899px){.table th{font-size:14px}}.table td{padding:var(--offset) calc(var(--offset) * .4);font-weight:var(--fwSB);font-size:.7em;line-height:1;color:var(--c2)}@media screen and (max-width:1299px){.table td{padding:var(--offset);font-size:13px}}@media screen and (max-width:899px){.table td{font-size:14px}}.table a:focus,.table a:focus-within,.table a:hover{color:var(--c11)}@media screen and (max-width:1299px){.td-lg{min-width:200px}}.td-md{width:20%}@media screen and (max-width:1299px){.td-md{min-width:200px}}.td-sm{width:var(--offset)}.td-nowrap{white-space:nowrap}.td-link{width:calc(100% + ((var(--offset) * .8) * 2));margin:calc(0px - var(--offset)) calc(0px - (var(--offset) * .8));padding:var(--offset) calc(var(--offset) * .8);font-weight:var(--fwSB);font-size:1.05em;color:var(--c7);transition:all var(--transition)}.td-link:focus,.td-link:focus-within,.td-link:hover{background:var(--c7);color:var(--c5)}.toggle{background:var(--c7);position:relative;display:flex;align-items:center;width:calc(var(--offset) * 1.6);padding:2px;border-radius:25px;cursor:pointer}@media screen and (max-width:1299px){.toggle{width:34px}}.toggle.active{background:var(--c3)}.toggle.active .toggle__icon{margin-left:auto}.toggle__icon{background:var(--c5);width:calc(var(--offset) * .8);height:calc(var(--offset) * .8);border-radius:50%}@media screen and (max-width:1299px){.toggle__icon{width:16px;height:16px}}.qr{width:80%;text-transform:uppercase;color:#000}@media screen and (max-width:999px){.qr{width:100%}}.qr-header{display:flex;flex-direction:column;margin-bottom:calc(var(--offset) * 2)}.qr-name{font-weight:var(--fwB);font-size:2.85rem;line-height:1}@media screen and (max-width:999px){.qr-name{font-size:28px;line-height:1.2}}.qr-region{font-weight:var(--fwSB);font-size:1.15em}@media screen and (max-width:999px){.qr-region{font-size:16px}}.qr-inner{display:flex;justify-content:space-between;align-items:flex-end}@media screen and (max-width:999px){.qr-inner{flex-direction:column}}.qr-content{flex-grow:1}@media screen and (max-width:999px){.qr-content{width:100%}}@media screen and (max-width:999px){.qr-row{flex-direction:row;justify-content:space-between}}.qr-col{font-weight:var(--fwB);font-size:1.15em;line-height:1;color:inherit}@media screen and (max-width:999px){.qr-col{flex-grow:0;width:auto;font-size:16px}}.qr-col:first-child{font-weight:var(--fwSB);color:inherit}@media screen and (max-width:999px){.qr-col:first-child{width:auto}}@media screen and (max-width:999px){.qr-col:last-child{text-align:right}}.qr-image{flex-shrink:0;width:calc(var(--offset) * 8.5);height:calc(var(--offset) * 8.5);margin-left:calc(var(--offset) * 3)}@media screen and (max-width:999px){.qr-image{margin-top:calc(var(--offset) * 2);margin-left:0;margin-right:auto}}.qr-image img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.modal-overlay{background:rgba(112,114,138,.94);position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;transition:.3s ease .3s;z-index:5}.modal-overlay--blue{background:rgba(0,148,234,.94)}.modal-overlay.open{transition-delay:0s}.modal-overlay:not(.open){visibility:hidden;transition-delay:0s;opacity:0}[data-modal]{background:var(--c5);display:flex;flex-direction:column;align-items:stretch;position:fixed;top:0;right:0;bottom:0;width:100%;height:100%;transition:.3s ease;scrollbar-width:thin;overflow:auto}[data-modal]:not(.open){transform:translateY(-100%)}[data-modal].modal--m{width:50%}@media screen and (max-width:899px){[data-modal].modal--m{width:100%}}[data-modal].modal--m:not(.open){transform:translateX(100%)}[data-modal].modal--s{top:50%;left:50%;right:auto;bottom:auto;width:calc(var(--offset) * 18);height:auto;min-height:calc(var(--offset) * 18);transform:translate(-50%,-50%);border-radius:5px}@media screen and (max-width:1299px){[data-modal].modal--s{width:360px}}@media screen and (max-width:499px){[data-modal].modal--s{width:100%;height:100%}}[data-modal].modal--s:not(.open){transform:translate(-50%,0)}.modal-header{flex-shrink:0;padding:calc(var(--offset) * 1.25);border-bottom:1px solid var(--c10)}.modal-title{color:var(--c2)}.modal-content{display:flex;flex-direction:column;align-items:stretch;padding:calc(var(--offset) * 1.25)}.modal-content::after{content:none}.modal-content .form-label:not(:last-child){margin-bottom:calc(var(--offset) * .8)}.modal-content input,.modal-content select{font-size:.75em;color:var(--c2)}@media screen and (max-width:1299px){.modal-content input,.modal-content select{font-size:14px}}.modal-footer{display:flex;align-items:stretch;margin-top:auto;padding:calc(var(--offset) * 1.25);border-top:1px solid var(--c10)}.modal-footer .btn{flex-grow:1}.modal-footer .btn:not(:last-child){margin-right:calc(var(--offset) * .4)}