@charset "UTF-8";/*!
 * mburger CSS v1.3.3
 * mmenujs.com/mburger
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */:root{--mb-button-size:60px;--mb-bar-width:0.6;--mb-bar-height:4px;--mb-bar-spacing:10px;--mb-animate-timeout:0.4s}.mburger{appearance:none;background:0 0;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;display:inline-block;height:var(--mb-button-size);line-height:var(--mb-button-size);margin:0;outline:0;padding:0 0 0 var(--mb-button-size);position:relative;vertical-align:middle}.mburger b{background:currentColor;border-radius:calc(var(--mb-bar-height)/2);color:inherit;display:block;height:var(--mb-bar-height);left:calc(var(--mb-button-size)*(1 - var(--mb-bar-width))/2);opacity:1;position:absolute;width:calc(var(--mb-button-size)*var(--mb-bar-width))}.mburger b:first-of-type{bottom:calc(50% + var(--mb-bar-spacing));transition:bottom .2s ease,transform .2s ease,width .2s ease}.mburger b:nth-of-type(2){top:calc(50% - var(--mb-bar-height)/2);transition:opacity .2s ease}.mburger b:nth-of-type(3){top:calc(50% + var(--mb-bar-spacing));transition:top .2s ease,transform .2s ease,width .2s ease}.mm-wrapper_opened .mburger b:first-of-type{bottom:calc(50% - var(--mb-bar-height)/2);transform:rotate(45deg)}.mm-wrapper_opened .mburger b:nth-of-type(2){opacity:0}.mm-wrapper_opened .mburger b:nth-of-type(3){top:calc(50% - var(--mb-bar-height)/2);transform:rotate(-45deg)}.mburger--collapse b:first-of-type{transition:bottom .2s ease,margin .2s ease,transform .2s ease;transition-delay:.2s,0s,0s}.mburger--collapse b:nth-of-type(2){transition:top .2s ease,opacity 0s ease;transition-delay:.3s,.3s}.mburger--collapse b:nth-of-type(3){transition:top .2s ease,transform .2s ease}.mm-wrapper_opened .mburger--collapse b:first-of-type{bottom:calc(50% - var(--mb-bar-spacing) - var(--mb-bar-height));margin-bottom:calc(var(--mb-bar-spacing) + var(--mb-bar-height)/2);transform:rotate(45deg);transition-delay:calc(var(--mb-animate-timeout) + .1s),calc(var(--mb-animate-timeout) + .3s),calc(var(--mb-animate-timeout) + .3s)}.mm-wrapper_opened .mburger--collapse b:nth-of-type(2){opacity:0;top:calc(50% + var(--mb-bar-spacing));transition-delay:calc(var(--mb-animate-timeout)),calc(var(--mb-animate-timeout) + .2s)}.mm-wrapper_opened .mburger--collapse b:nth-of-type(3){top:calc(50% - var(--mb-bar-height)/2);transform:rotate(-45deg);transition-delay:calc(var(--mb-animate-timeout) + .3s),calc(var(--mb-animate-timeout) + .3s)}.mburger--spin b:first-of-type{transition-delay:.2s,0s}.mburger--spin b:nth-of-type(2){transition-delay:.2s;transition-duration:0s}.mburger--spin b:nth-of-type(3){transition-delay:.2s,0s}.mm-wrapper_opened .mburger--spin b:first-of-type{transform:rotate(135deg);transition-delay:calc(var(--mb-animate-timeout)),calc(var(--mb-animate-timeout) + .2s)}.mm-wrapper_opened .mburger--spin b:nth-of-type(2){transition-delay:calc(var(--mb-animate-timeout))}.mm-wrapper_opened .mburger--spin b:nth-of-type(3){transform:rotate(225deg);transition-delay:calc(var(--mb-animate-timeout)),calc(var(--mb-animate-timeout) + .2s)}.mburger--squeeze b:first-of-type{transition-delay:.1s,0s}.mburger--squeeze b:nth-of-type(2){transition-delay:.1s}.mburger--squeeze b:nth-of-type(3){transition-delay:.1s,0s}.mm-wrapper_opened .mburger--squeeze b:first-of-type{transition-delay:calc(var(--mb-animate-timeout)),calc(var(--mb-animate-timeout) + .1s)}.mm-wrapper_opened .mburger--squeeze b:nth-of-type(2){transition-delay:calc(var(--mb-animate-timeout))}.mm-wrapper_opened .mburger--squeeze b:nth-of-type(3){transition-delay:calc(var(--mb-animate-timeout)),calc(var(--mb-animate-timeout) + .1s)}.mburger--tornado b:first-of-type{transition:bottom .2s ease,transform .2s ease;transition-delay:.2s}.mburger--tornado b:nth-of-type(2){transition:opacity 0s ease,transform .2s ease;transition-delay:.1s,.1s}.mburger--tornado b:nth-of-type(3){transition:top .2s ease,transform .2s ease;transition-delay:0s}.mm-wrapper_opened .mburger--tornado b:first-of-type{transform:rotate(-135deg);transition-delay:calc(var(--mb-animate-timeout))}.mm-wrapper_opened .mburger--tornado b:nth-of-type(2){opacity:0;transform:rotate(-135deg);transition-delay:calc(var(--mb-animate-timeout) + .4s),calc(var(--mb-animate-timeout) + .1s)}.mm-wrapper_opened .mburger--tornado b:nth-of-type(3){transform:rotate(-225deg);transition-delay:calc(var(--mb-animate-timeout) + .2s)}.shk{--color-primary:#0d6efd;--color-opac:hsla(0,0%,73%,.302);--color-theme:#fff;--color-secondary:#767676;--color-text:#333;--color-shadow:hsla(0,2%,72%,.502);--color-handle-shadow-mobile:#b9b6b6;--background-body:var(--color-theme);--color-title:var(--color-text);--color-artist:var(--color-secondary);--color-button:var(--color-primary);--color-button-disabled:var(--color-opac);--color-button-active-background:var(--color-opac);--color-handle:var(--color-primary);--color-handle-disabled:#b9b9b9;--color-bar-loaded:var(--color-opac);--color-bar-played:var(--color-primary);--color-time:var(--color-secondary);--color-spinner:var(--color-primary);--color-live-symbol:var(--color-primary);--color-live-text:var(--color-primary);--shadow-body:2px 2px 8px -2px var(--color-shadow);--shadow-body-mobile:0 -2px 6px -2px var(--color-shadow);--shadow-handle:0px 2px 10px 2px var(--color-shadow);--shadow-handle-mobile:2px 2px 8px -2px var(--color-handle-shadow-mobile)}.shk[data-theme=dark]{--color-theme:#333;--color-secondary:#b9b6b6;--color-text:#f8f9fa;--color-handle-shadow-mobile:#141414;--color-shadow:hsla(0,0%,8%,.502)}@media (prefers-color-scheme:dark){.shk[data-theme=auto]{--color-theme:#333;--color-secondary:#b9b6b6;--color-text:#fff;--color-handle-shadow-mobile:#141414;--color-shadow:hsla(0,0%,8%,.502)}}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes marquee{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes marquee{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.shk{border:none;color:var(--color-text);cursor:auto;font-family:inherit;font-size:16px;font-weight:400;line-height:1.42;position:relative}.js-focus-visible :focus:not(.focus-visible),.js-focus-visible:focus:not(.focus-visible){outline:none}.shk[data-fixed-type=fixed]{bottom:0;left:0;margin:0;position:fixed;width:100%}.shk[data-fixed-type=fixed][data-fixed-pos=top]{bottom:auto;top:0}.shk[data-seeking] .shk-player{cursor:-webkit-grabbing;cursor:grabbing}.shk button{font-family:inherit}.shk-player{background:var(--background-body);border-radius:2px;box-sizing:border-box;height:120px;position:relative;z-index:10}.shk-body{-webkit-align-items:stretch;align-items:stretch;display:-webkit-flex;display:flex;-webkit-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%}.shk-cover{background-repeat:no-repeat;background-size:cover;-webkit-flex:0 0 auto;flex:0 0 auto;height:80px;margin-right:16px;width:80px}.shk-main{display:-webkit-flex;display:flex;-webkit-flex-grow:1;flex-grow:1;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:flex-start;justify-content:flex-start;position:relative}.shk-text{overflow:hidden}.shk-artist,.shk-title{margin:auto;white-space:nowrap}.shk-artist{color:var(--color-artist);font-weight:500;text-overflow:clip}.shk-title_wrap[data-overflow]{-webkit-mask-image:linear-gradient(90deg,transparent,#202124 5%,#202124 95%,transparent);mask-image:linear-gradient(90deg,transparent,#202124 5%,#202124 95%,transparent)}.shk-title_inner{display:-webkit-inline-flex;display:inline-flex;overflow:visible}.shk-title_wrap[data-overflow] .shk-title_inner{-webkit-animation-duration:inherit;animation-duration:inherit;box-sizing:border-box;padding:0 3%;white-space:nowrap}.shk-title_wrap[data-overflow] .shk-title_inner:after{content:attr(data-title);display:inline-block}.shk-title,.shk-title_wrap[data-overflow] .shk-title_inner:after{color:var(--color-title);font-size:1.33em;font-weight:300}.shk-title_wrap[data-overflow] .shk-title,.shk-title_wrap[data-overflow] .shk-title_inner:after{-webkit-animation:marquee linear infinite;animation:marquee linear infinite;-webkit-animation-duration:inherit;animation-duration:inherit;padding-right:60px}.shk-btn{fill:currentColor;-webkit-appearance:none;appearance:none;background:transparent;border:none;box-sizing:content-box;color:var(--color-button);cursor:pointer;font-size:1em;line-height:normal;padding:10px;position:relative}.shk-btn:disabled{color:var(--color-button-disabled);cursor:not-allowed}.shk-btn:after{background:var(--color-button-active-background);border-radius:50%;content:"";height:100%;left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:opacity 1s cubic-bezier(0,0,.2,1),visibility 1s linear;visibility:hidden;width:100%;z-index:-1}.shk-btn:not(:disabled):active:after{opacity:1;visibility:visible}a.shk-btn:visited{color:var(--color-button)}.shk-btn svg{height:24px;vertical-align:middle;width:24px}.shk-controls{-webkit-flex:0 0 auto;flex:0 0 auto;margin:0 auto;position:relative;width:280px}.shk-controls .shk-btn{border-radius:100%}.shk-controls>div{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-flex-flow:row nowrap;flex-flow:row nowrap}.shk-controls_basic{-webkit-justify-content:space-between;justify-content:space-between}.shk-controls_extra{background:var(--background-body);bottom:0;height:100%;-webkit-justify-content:flex-end;justify-content:flex-end;margin-right:44px;opacity:0;overflow:hidden;padding-right:0 8px;position:absolute;right:0;transition:width .2s ease-in-out,opacity .1s linear .1s,visibility .2s;visibility:hidden;white-space:nowrap;width:0;z-index:10}.shk[data-extra] .shk-controls_extra{opacity:1;transition:width .2s ease-in-out,opacity .1s linear;visibility:visible;width:calc(100% - 44px)}.shk[data-extra] .shk-controls_extra .shk-btn{display:inline-block}.shk-btn_toggle svg{height:32px;width:32px}.shk[data-play=paused] .shk-btn_play,.shk[data-play=playing] .shk-btn_pause{display:inline}.shk[data-play=paused] .shk-btn_pause,.shk[data-play=playing] .shk-btn_play{display:none}.shk-btn_speed{font-size:.86em;font-weight:400;height:44px;padding:0;width:44px}.shk-btn_more{position:relative;-webkit-transform:none;transform:none;transition:-webkit-transform .2s .1s;transition:transform .2s .1s;transition:transform .2s .1s,-webkit-transform .2s .1s;z-index:11}.shk[data-extra] .shk-btn_more{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.shk[data-mute] svg.shk-btn_mute,svg.shk-btn_unmute{display:inline-block}.shk[data-mute] svg.shk-btn_unmute,svg.shk-btn_mute{display:none}.shk-bar_wrap{cursor:pointer;position:relative;z-index:1}.shk-bar{background:var(--background-body);box-sizing:border-box;height:4px;position:relative;width:100%}.shk-bar_loaded,.shk-bar_played{bottom:0;left:0;position:absolute;top:0;transition:width .1s ease-in;width:0}.shk-bar_loaded{background:var(--color-bar-loaded)}.shk-bar_played{background:var(--color-bar-played)}.shk[data-seeking] .shk-bar_played{transition:none}.shk-bar-handle{background:var(--color-handle);border:0;border-radius:20px;box-sizing:content-box;cursor:-webkit-grab;cursor:grab;height:20px;padding:0;position:absolute;right:-10px;width:20px}.shk-bar-handle:disabled{background-color:var(--color-handle-disabled);box-shadow:none;cursor:not-allowed}.shk-bar-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.shk-display{position:absolute}.shk-loader{color:var(--color-spinner);display:none;vertical-align:middle}.shk[data-loading] .shk-loader{display:inline-block}.shk-loader svg{-webkit-animation:rotate 1.4s linear infinite;animation:rotate 1.4s linear infinite;height:12px;position:relative;width:12px}.shk-visuallyhidden:not(:focus):not(:active){clip:rect(0 0 0 0);border:0;-webkit-clip-path:inset(100%);clip-path:inset(100%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.shk-time{color:var(--color-time);display:inline-block;font-size:.8em;font-weight:300;vertical-align:middle}.shk .shk-live{-webkit-align-items:center;align-items:center;color:var(--color-live-text);display:none;font-family:sans-serif;font-size:.8em;text-transform:uppercase}.shk .shk-live:before{background:var(--color-live-symbol);border-radius:50%;content:"";height:.5em;margin-right:2px;width:.5em}.shk-icons,.shk[data-live] .shk-bar,.shk[data-live] .shk-time{display:none}.shk[data-live] .shk-live{display:-webkit-inline-flex;display:inline-flex}@media (min-width:641px){.shk-player{box-shadow:var(--shadow-body);margin-top:4px;padding:20px 16px}.shk-main{-webkit-align-items:flex-end;align-items:flex-end;-webkit-flex-direction:row;flex-direction:row;max-width:calc(100% - 96px);padding:10px 0}.shk-text{-webkit-flex:2 1 auto;flex:2 1 auto}.shk-bar_wrap{left:0;padding:4px 0 16px;position:absolute;right:0;top:-4px}.shk-bar{transition:height .15s ease-in}.shk-bar_wrap:hover .shk-bar{height:10px}.shk-bar-handle{border:4px solid transparent;box-shadow:var(--shadow-handle);top:-9.5px;-webkit-transform:scale(.0001);transform:scale(.0001);transition:all .1s ease-in}.shk-bar-handle.focus-visible,.shk-bar_wrap:hover .shk-bar-handle:not(:disabled){border-color:#fff;-webkit-transform:scale(.8);transform:scale(.8)}.shk-display{right:8px;top:-6px}.shk-loader{margin-right:4px}.shk-time_duration:before{content:"/";margin:0 4px}}@media (max-width:640px){.shk-player{box-shadow:var(--shadow-body-mobile);padding:5px 16px}.shk[data-fixed-type=auto]{bottom:0;left:0;position:fixed;width:100%}.shk[data-fixed-type=auto][data-fixed-pos=top]{bottom:auto;top:0}.shk[data-live] .shk-bar_wrap{height:4px}.shk-cover{display:none}.shk-main{-webkit-align-items:center;align-items:center;-webkit-flex-direction:column;flex-direction:column;max-width:none;padding:0;width:100%}.shk-text{-webkit-flex:0 0 auto;flex:0 0 auto;text-align:center;width:100%}.shk-artist_wrap{font-size:.8em;line-height:1.1}.shk-artist{display:inline-block}.shk-title,.shk-title_wrap[data-overflow] .shk-title_inner:after{font-size:1em;line-height:1}.shk-bar_wrap{margin:0 60px;padding:8px 0}.shk-bar-handle{box-shadow:var(--shadow-handle-mobile);display:inline-block;top:-8px}.shk-bar{background:var(--color-opac);border-radius:2px}.shk-display{left:0;right:0;top:-16px}.shk-loader{left:-10px;position:absolute;top:-5px}.shk-time{display:-webkit-flex;display:flex;-webkit-flex-flow:row nowrap;flex-flow:row nowrap;font-size:.7em;-webkit-justify-content:space-between;justify-content:space-between;line-height:1;margin:0 5px}.shk-time_now{text-align:right;width:40px}.shk-time_duration{text-align:left;width:40px}.shk-live{position:absolute;right:0;top:0}}.nfy-embed{display:inline-block;position:relative;width:100%}.nfy-embed.ratio-16-9{padding-bottom:56.25%}.nfy-embed.nfy-embed-linkedin{padding-bottom:80%}.nfy-embed.ratio-16x9{padding-bottom:56.25%}.nfy-embed.ratio-9x16{padding-bottom:177.77778%}.nfy-embed.ratio-5x4{padding-bottom:80%}.nfy-embed.ratio-4x5{padding-bottom:125%}.nfy-embed.ratio-4x3{padding-bottom:75%}.nfy-embed.ratio-3x4{padding-bottom:133.33333%}.nfy-embed.ratio-3x2{padding-bottom:66.66667%}.nfy-embed.ratio-2x3{padding-bottom:150%}.nfy-embed.ratio-1x1{padding-bottom:100%}.nfy-embed.nfy-embed-itunes{padding-bottom:40%}@media (min-width:540px){.nfy-embed.nfy-embed-itunes{padding-bottom:32%}}@media (min-width:768px){.nfy-embed.nfy-embed-itunes{padding-bottom:26%}}@media (min-width:992px){.nfy-embed.nfy-embed-itunes{padding-bottom:22%}}.nfy-embed.nfy-embed-reddit{padding-bottom:20%}.nfy-embed.nfy-embed-soundcloud{padding-bottom:300px}.nfy-embed.nfy-embed-youtubeshorts{aspect-ratio:393/699;display:block;height:auto;margin:0 auto;max-width:393px;width:100%}.nfy-embed:not(.tiktok-embed)>iframe{border:none;bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.nfy-two-click{--bg-image:none;background-image:var(--bg-image);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#000;display:inline-block;font-size:1rem;padding:2rem;width:100%;z-index:1}.nfy-two-click .nfy-with-preview-image{bottom:0;left:0;opacity:80%;position:absolute;right:0;top:0;z-index:2}.nfy-two-click :not(.nfy-with-preview-image):not([id*=nfy-two-click-toggle-]){position:relative;z-index:3}.nfy-two-click button{border:1px solid #000;border-radius:.5rem;font-size:1rem;padding:.5rem 1rem}.nfy-two-click button:hover{background:#000;color:#fff}.nfy-two-click .nfy-two-click-header{font-size:1.5rem;font-weight:700;margin:0 0 1rem}.nfy-two-click hr,.nfy-two-click p{margin:0 0 1rem}.nfy-two-click .nfy-two-click-link{float:right}.nfy-two-click-toggle{cursor:pointer;font-size:.875rem;height:1.5rem;line-height:1.5rem;padding-left:3.5rem;position:relative}.nfy-two-click-toggle:before{background:hsla(0,0%,100%,.5);border:1px solid #000;border-radius:.75rem;content:"";height:1.5rem;left:0;position:absolute;top:0;width:3rem;z-index:1}.nfy-two-click-toggle:after{background:#000;border-radius:50%;content:"";height:1rem;left:.25rem;position:absolute;top:.25rem;transform:none;transition:all .5s ease-in-out;width:1rem;z-index:2}[id*=nfy-two-click-toggle-]{left:-9999px;position:absolute}[id*=nfy-two-click-toggle-]:checked~.nfy-two-click-toggle:after{background:#198754;transform:translateX(1.5rem)}[data-controller=nfy-lazy-embed]{margin:1rem 0 3rem}[data-controller=nfy-lazy-embed]>.nfy-embed.ratio-16-9{height:0;overflow:hidden;padding-bottom:56.25%;padding-top:0}[data-controller=nfy-lazy-embed] .nfy-embed.nfy-embed-linkedin,[data-controller=nfy-lazy-embed] .nfy-embed.ratio-5-4{height:0;overflow:hidden;padding-bottom:80%;padding-top:0}[data-controller=nfy-lazy-embed] .nfy-embed-universal,[data-controller=nfy-lazy-embed] .nfy-embed.nfy-embed-itunes,[data-controller=nfy-lazy-embed] .nfy-embed.nfy-embed-reddit,[data-controller=nfy-lazy-embed] .nfy-embed.nfy-embed-storytile{padding-bottom:unset}[data-controller=nfy-lazy-embed] .nfy-embed.nfy-embed-itunes>iframe,[data-controller=nfy-lazy-embed] .nfy-embed.nfy-embed-reddit>iframe,[data-controller=nfy-lazy-embed] .nfy-embed.nfy-embed-storytile>iframe{position:unset}[data-controller=nfy-lazy-embed] .nfy-embed-instagram>iframe,[data-controller=nfy-lazy-embed] .nfy-embed-tiktok>.tiktok-embed,[data-controller=nfy-lazy-embed] .nfy-embed-twitter>div{margin:0 auto!important}[data-controller=nfy-lazy-embed] .nfy-embed-tiktok{width:calc(100% + 10px)}[data-controller=nfy-lazy-embed] .nfy-embed-tiktok *{border:none!important;box-shadow:none;outline:0}@media (min-width:768px){[data-controller=nfy-lazy-embed] .nfy-embed-facebook{display:flex;justify-content:center}}[data-controller=nfy-lazy-embed]>[class^=nfy-embed]~.nfy-two-click{min-height:inherit!important}[data-controller=nfy-lazy-embed]>[class^=nfy-embed]~.nfy-two-click>.nfy-two-click-text{display:none}
/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */:root{--mm-line-height:20px;--mm-listitem-size:44px;--mm-navbar-size:44px;--mm-offset-top:0;--mm-offset-right:0;--mm-offset-bottom:0;--mm-offset-left:0;--mm-color-border:rgba(0,0,0,.1);--mm-color-button:rgba(0,0,0,.3);--mm-color-text:rgba(0,0,0,.75);--mm-color-text-dimmed:rgba(0,0,0,.3);--mm-color-background:#f3f3f3;--mm-color-background-highlight:rgba(0,0,0,.05);--mm-color-background-emphasis:hsla(0,0%,100%,.4);--mm-shadow:0 0 10px rgba(0,0,0,.3)}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu{-webkit-tap-highlight-color:var(--mm-color-background-emphasis);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f3f3f3;background:var(--mm-color-background);border-color:rgba(0,0,0,.1);border-color:var(--mm-color-border);bottom:0;bottom:var(--mm-offset-bottom);box-sizing:border-box;color:rgba(0,0,0,.75);color:var(--mm-color-text);display:flex;flex-direction:column;left:0;left:var(--mm-offset-left);line-height:20px;line-height:var(--mm-line-height);margin:0;overscroll-behavior:auto;padding:0;position:absolute;right:0;right:var(--mm-offset-right);top:0;top:var(--mm-offset-top);z-index:0}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{color:inherit;text-decoration:none}[dir=rtl] .mm-menu{direction:rtl}.mm-panel{-webkit-overflow-scrolling:touch;background:#f3f3f3;background:var(--mm-color-background);border-color:rgba(0,0,0,.1);border-color:var(--mm-color-border);box-sizing:border-box;color:rgba(0,0,0,.75);color:var(--mm-color-text);overflow:hidden;overflow-y:auto;transform:translate3d(100%,0,0);transition:transform .4s ease;width:100%;z-index:0}.mm-panel:after{height:44px}.mm-panel:not(.mm-hidden){display:block}.mm-panel:after{content:"";display:block;height:var(--mm-listitem-size)}.mm-panel_opened{transform:translateZ(0);z-index:1}.mm-panel_opened-parent{transform:translate3d(-30%,0,0)}.mm-panel_highest{z-index:2}.mm-panel_noanimation{transition:none!important}.mm-panel_noanimation.mm-panel_opened-parent{transform:translateZ(0)}.mm-panels>.mm-panel{bottom:0;left:0;position:absolute;right:0;top:0}.mm-panel__content{padding:20px 20px 0}.mm-panels{background:#f3f3f3;background:var(--mm-color-background);border-color:rgba(0,0,0,.1);border-color:var(--mm-color-border);color:rgba(0,0,0,.75);color:var(--mm-color-text);flex-grow:1;height:100%;overflow:hidden;position:relative}[dir=rtl] .mm-panel:not(.mm-panel_opened){transform:translate3d(-100%,0,0)}[dir=rtl] .mm-panel.mm-panel_opened-parent{transform:translate3d(30%,0,0)}.mm-listitem_vertical>.mm-panel{display:none;padding:10px 0 10px 10px;transform:none!important;width:100%}.mm-listitem_vertical>.mm-panel:after,.mm-listitem_vertical>.mm-panel:before{content:none;display:none}.mm-listitem_opened>.mm-panel{display:block}.mm-listitem_vertical>.mm-listitem__btn{bottom:auto;height:44px;height:var(--mm-listitem-size)}.mm-listitem_vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem_opened>.mm-listitem__btn:after{right:19px;transform:rotate(225deg)}.mm-btn{box-sizing:border-box;flex-grow:0;flex-shrink:0;padding:0;position:relative;width:50px}.mm-btn:after,.mm-btn:before{border:2px solid rgba(0,0,0,.3);border:2px solid var(--mm-color-button)}.mm-btn_next:after,.mm-btn_prev:before{border-bottom:none;border-right:none;bottom:0;box-sizing:content-box;content:"";display:block;height:8px;margin:auto;position:absolute;top:0;width:8px}.mm-btn_prev:before{left:23px;right:auto;transform:rotate(-45deg)}.mm-btn_next:after{left:auto;right:23px;transform:rotate(135deg)}.mm-btn_close:after,.mm-btn_close:before{bottom:0;box-sizing:content-box;content:"";display:block;height:5px;margin:auto;position:absolute;top:0;transform:rotate(-45deg);width:5px}.mm-btn_close:before{border-bottom:none;border-right:none;right:18px}.mm-btn_close:after{border-left:none;border-top:none;right:25px}[dir=rtl] .mm-btn_next:after{left:23px;right:auto;transform:rotate(-45deg)}[dir=rtl] .mm-btn_prev:before{left:auto;right:23px;transform:rotate(135deg)}[dir=rtl] .mm-btn_close:after,[dir=rtl] .mm-btn_close:before{right:auto}[dir=rtl] .mm-btn_close:before{left:25px}[dir=rtl] .mm-btn_close:after{left:18px}.mm-navbar{background:#f3f3f3;background:var(--mm-color-background);border-bottom:1px solid rgba(0,0,0,.1);border-bottom:1px solid var(--mm-color-border);color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);display:flex;min-height:44px;min-height:var(--mm-navbar-size);opacity:1;text-align:center;transition:opacity .4s ease}.mm-navbar>*{min-height:44px}@supports (position:sticky){.mm-navbar_sticky{position:sticky;top:0;z-index:1}}.mm-navbar>*{align-items:center;box-sizing:border-box;display:flex;flex-grow:1;justify-content:center}.mm-navbar__btn{flex-grow:0}.mm-navbar__title{display:flex;flex:1 1 50%;overflow:hidden;padding-left:20px;padding-right:20px}.mm-navbar__title:not(:last-child){padding-right:0}.mm-navbar__title>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title{padding-left:0}.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title:last-child{padding-right:50px}[dir=rtl] .mm-navbar{flex-direction:row-reverse}.mm-listitem,.mm-listview{display:block;list-style:none;margin:0;padding:0}.mm-listitem{border-color:rgba(0,0,0,.1);border-color:var(--mm-color-border);color:rgba(0,0,0,.75);color:var(--mm-color-text);display:flex;flex-wrap:wrap;position:relative}.mm-listitem:after{border-bottom-style:solid;border-bottom-width:1px;border-color:inherit;bottom:0;content:"";display:block;left:20px;position:absolute;right:0}.mm-listitem a,.mm-listitem a:hover{text-decoration:none}.mm-listitem__btn,.mm-listitem__text{color:inherit;display:block;padding:12px;padding:calc((var(--mm-listitem-size) - var(--mm-line-height))/2);padding-left:0;padding-right:0}.mm-listitem__text{flex-basis:10%;flex-grow:1;overflow:hidden;padding-left:20px;padding-right:10px;text-overflow:ellipsis;white-space:nowrap}.mm-listitem__btn{background:rgba(3,2,1,0);border-color:inherit;padding-right:50px;position:relative;width:auto}.mm-listitem__btn:not(.mm-listitem__text){border-left-style:solid;border-left-width:1px}.mm-listitem_selected>.mm-listitem__text{background:hsla(0,0%,100%,.4);background:var(--mm-color-background-emphasis)}.mm-listitem_opened>.mm-listitem__btn,.mm-listitem_opened>.mm-panel{background:rgba(0,0,0,.05);background:var(--mm-color-background-highlight)}[dir=rtl] .mm-listitem:after{left:0;right:20px}[dir=rtl] .mm-listitem__text{padding-left:10px;padding-right:20px}[dir=rtl] .mm-listitem__btn{border-left-style:none;border-left-width:0;padding-left:50px}[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text){border-right-style:solid;border-right-width:1px;padding-right:0}.mm-page{box-sizing:border-box;position:relative}.mm-slideout{transition:transform .4s ease;z-index:1}.mm-wrapper_opened{overflow-x:hidden;position:relative}.mm-wrapper_opened .mm-page{min-height:100vh}.mm-wrapper_background .mm-page{background:inherit}.mm-menu_offcanvas{position:fixed;right:auto;z-index:0}.mm-menu_offcanvas:not(.mm-menu_opened){display:none}.mm-menu_offcanvas{max-width:440px;min-width:240px;width:80%}.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{transform:translate3d(80vw,0,0)}@media (max-width:300px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{transform:translate3d(240px,0,0)}}@media (min-width:550px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{transform:translate3d(440px,0,0)}}.mm-wrapper__blocker{background:rgba(3,2,1,0);bottom:0;display:none;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:2}.mm-wrapper_blocking,.mm-wrapper_blocking body{overflow:hidden}.mm-wrapper_blocking .mm-wrapper__blocker{display:block}.mm-sronly{clip:rect(1px,1px,1px,1px)!important;border:0!important;clip-path:inset(50%)!important;height:1px!important;min-height:1px!important;min-width:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.mm-menu_autoheight:not(.mm-menu_offcanvas){position:relative}.mm-menu_autoheight.mm-menu_position-bottom,.mm-menu_autoheight.mm-menu_position-top{max-height:80%}.mm-menu_autoheight-measuring .mm-panel{display:block!important}.mm-menu_autoheight-measuring .mm-panels>.mm-panel{bottom:auto!important;height:auto!important}.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel{display:none!important}[class*=mm-menu_columns-]{transition-property:width}[class*=mm-menu_columns-] .mm-panels>.mm-panel{right:auto;transition-property:width,transform}[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened,[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened-parent{display:block!important}[class*=mm-panel_columns-]{border-right:1px solid;border-color:inherit}.mm-menu_columns-1 .mm-panel_columns-0,.mm-menu_columns-2 .mm-panel_columns-1,.mm-menu_columns-3 .mm-panel_columns-2,.mm-menu_columns-4 .mm-panel_columns-3{border-right:none}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-0{transform:translateZ(0)}.mm-menu_columns-0 .mm-panels>.mm-panel{z-index:0}.mm-menu_columns-0 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-0 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){transform:translate3d(100%,0,0)}.mm-menu_columns-0{max-width:0;min-width:240px;width:80%}.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout{transform:translate3d(80vw,0,0)}@media (max-width:300px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout{transform:translate3d(240px,0,0)}}@media (min-width:0px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout{transform:translateZ(0)}}.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{transform:translate3d(-80vw,0,0)}@media (max-width:300px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{transform:translate3d(-240px,0,0)}}@media (min-width:0px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{transform:translateZ(0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1{transform:translate3d(100%,0,0)}.mm-menu_columns-1 .mm-panels>.mm-panel{width:100%;z-index:1}.mm-menu_columns-1 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-1 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){transform:translate3d(200%,0,0)}.mm-menu_columns-1{max-width:440px;min-width:240px;width:80%}.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout{transform:translate3d(80vw,0,0)}@media (max-width:300px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout{transform:translate3d(240px,0,0)}}@media (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout{transform:translate3d(440px,0,0)}}.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{transform:translate3d(-80vw,0,0)}@media (max-width:300px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{transform:translate3d(-240px,0,0)}}@media (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{transform:translate3d(-440px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-2{transform:translate3d(200%,0,0)}.mm-menu_columns-2 .mm-panels>.mm-panel{width:50%;z-index:2}.mm-menu_columns-2 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-2 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){transform:translate3d(300%,0,0)}.mm-menu_columns-2{max-width:880px;min-width:240px;width:80%}.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout{transform:translate3d(80vw,0,0)}@media (max-width:300px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout{transform:translate3d(240px,0,0)}}@media (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout{transform:translate3d(880px,0,0)}}.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{transform:translate3d(-80vw,0,0)}@media (max-width:300px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{transform:translate3d(-240px,0,0)}}@media (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{transform:translate3d(-880px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-3{transform:translate3d(300%,0,0)}.mm-menu_columns-3 .mm-panels>.mm-panel{width:33.34%;z-index:3}.mm-menu_columns-3 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-3 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){transform:translate3d(400%,0,0)}.mm-menu_columns-3{max-width:1320px;min-width:240px;width:80%}.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout{transform:translate3d(80vw,0,0)}@media (max-width:300px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout{transform:translate3d(240px,0,0)}}@media (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout{transform:translate3d(1320px,0,0)}}.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{transform:translate3d(-80vw,0,0)}@media (max-width:300px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{transform:translate3d(-240px,0,0)}}@media (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{transform:translate3d(-1320px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-4{transform:translate3d(400%,0,0)}.mm-menu_columns-4 .mm-panels>.mm-panel{width:25%;z-index:4}.mm-menu_columns-4 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-4 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){transform:translate3d(500%,0,0)}.mm-menu_columns-4{max-width:1760px;min-width:240px;width:80%}.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout{transform:translate3d(80vw,0,0)}@media (max-width:300px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout{transform:translate3d(240px,0,0)}}@media (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout{transform:translate3d(1760px,0,0)}}.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{transform:translate3d(-80vw,0,0)}@media (max-width:300px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{transform:translate3d(-240px,0,0)}}@media (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{transform:translate3d(-1760px,0,0)}}[class*=mm-menu_columns-].mm-menu_position-bottom,[class*=mm-menu_columns-].mm-menu_position-top{max-width:100%;min-width:100%;width:100%}.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front{transition-property:width,min-width,max-width,transform}.mm-counter{color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);display:block;float:right;padding-left:20px;text-align:right}.mm-listitem_nosubitems>.mm-counter{display:none}[dir=rtl] .mm-counter{float:left;padding-left:0;padding-right:20px;text-align:left}.mm-divider{background:#f3f3f3;background:var(--mm-color-background);font-size:75%;min-height:20px;min-height:var(--mm-line-height);opacity:1;overflow:hidden;padding:4.3px;padding:calc(((var(--mm-listitem-size)*0.65) - var(--mm-line-height))*.5);padding-left:20px;padding-right:10px;position:relative;text-overflow:ellipsis;text-transform:uppercase;transition:opacity .4s ease;white-space:nowrap}.mm-divider:before{background:rgba(0,0,0,.05)}@supports (position:sticky){.mm-divider{position:sticky;top:0;z-index:2}.mm-navbar_sticky:not(.mm-hidden)~.mm-listview .mm-divider{top:var(--mm-navbar-size)}}.mm-divider:before{background:var(--mm-color-background-highlight);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.mm-wrapper_dragging .mm-menu,.mm-wrapper_dragging .mm-slideout{transition-duration:0s!important;user-select:none!important}.mm-wrapper_dragging .mm-menu{pointer-events:none!important}.mm-wrapper_dragging .mm-wrapper__blocker{display:none!important}.mm-menu_dropdown{box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%}.mm-wrapper_dropdown .mm-slideout{transform:none!important;z-index:0}.mm-wrapper_dropdown .mm-wrapper__blocker{transition-delay:0s!important;z-index:1}.mm-wrapper_dropdown .mm-menu_dropdown{z-index:2}.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown{display:none}.mm-menu_tip-bottom:before,.mm-menu_tip-left:before,.mm-menu_tip-right:before,.mm-menu_tip-top:before{background:inherit;box-shadow:0 2px 10px rgba(0,0,0,.3);content:"";display:block;height:15px;position:absolute;transform:rotate(45deg);width:15px;z-index:-1}.mm-menu_tip-left:before{left:22px}.mm-menu_tip-right:before{right:22px}.mm-menu_tip-top:before{top:-8px}.mm-menu_tip-bottom:before{bottom:-8px}:root{--mm-iconbar-size:50px}.mm-menu_iconbar-left .mm-navbars_bottom,.mm-menu_iconbar-left .mm-navbars_top,.mm-menu_iconbar-left .mm-panels{margin-left:50px;margin-left:var(--mm-iconbar-size)}.mm-menu_iconbar-right .mm-navbars_bottom,.mm-menu_iconbar-right .mm-navbars_top,.mm-menu_iconbar-right .mm-panels{margin-right:50px;margin-right:var(--mm-iconbar-size)}.mm-iconbar{background:#f3f3f3;background:var(--mm-color-background);border:0 solid;border-color:var(--mm-color-border);bottom:0;box-sizing:border-box;color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);display:none;overflow:hidden;position:absolute;text-align:center;top:0;width:50px;width:var(--mm-iconbar-size);z-index:2}.mm-menu_iconbar-left .mm-iconbar,.mm-menu_iconbar-right .mm-iconbar{display:flex;flex-direction:column;justify-content:space-between}.mm-menu_iconbar-left .mm-iconbar{border-right-width:1px;left:0}.mm-menu_iconbar-right .mm-iconbar{border-left-width:1px;right:0}.mm-iconbar__bottom,.mm-iconbar__top{-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;overscroll-behavior:contain;width:100%}.mm-iconbar__bottom>*,.mm-iconbar__top>*{box-sizing:border-box;display:block;padding:12.5px 0}.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{text-decoration:none}.mm-iconbar__tab_selected{background:hsla(0,0%,100%,.4);background:var(--mm-color-background-emphasis)}:root{--mm-iconpanel-size:50px}.mm-panel_iconpanel-1{width:calc(100% - 50px);width:calc(100% - var(--mm-iconpanel-size)*1)}.mm-panel_iconpanel-2{width:calc(100% - 100px);width:calc(100% - var(--mm-iconpanel-size)*2)}.mm-panel_iconpanel-3{width:calc(100% - 150px);width:calc(100% - var(--mm-iconpanel-size)*3)}.mm-panel_iconpanel-first~.mm-panel{width:calc(100% - 50px);width:calc(100% - var(--mm-iconpanel-size))}.mm-menu_iconpanel .mm-panels>.mm-panel{left:auto;transition-property:transform,width}.mm-menu_iconpanel .mm-panels>.mm-panel_opened,.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent{display:block!important}.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent{overflow-y:hidden;transform:unset}.mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0){border-left-style:solid;border-left-width:1px}.mm-menu_hidedivider .mm-panel_opened-parent .mm-divider,.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar{opacity:0}.mm-panel__blocker{background:inherit;display:block;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .4s ease;z-index:3}.mm-panel_opened-parent .mm-panel__blocker{bottom:-100000px;opacity:.6}[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel{left:0;right:auto;transition-property:transform,width}[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0){border-left:none;border-right:1px solid;border-color:inherit}.mm-menu_keyboardfocus a:focus,.mm-menu_keyboardfocus.mm-menu_opened~.mm-wrapper__blocker a:focus{background:hsla(0,0%,100%,.4);background:var(--mm-color-background-emphasis);outline:none}.mm-wrapper__blocker .mm-tabstart{cursor:default;display:block;height:100%;width:100%}.mm-wrapper__blocker .mm-tabend{bottom:0;opacity:0;position:absolute}.mm-navbars_top{flex-shrink:0}.mm-navbars_top .mm-navbar:not(:last-child){border-bottom:none}.mm-navbars_bottom{flex-shrink:0}.mm-navbars_bottom .mm-navbar{border-bottom:none}.mm-navbars_bottom .mm-navbar:first-child{border-top:1px solid rgba(0,0,0,.1);border-top:1px solid var(--mm-color-border)}.mm-btn:not(.mm-hidden)+.mm-navbar__searchfield .mm-searchfield__input{padding-left:0}.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input{padding-right:0}.mm-navbar__breadcrumbs{-webkit-overflow-scrolling:touch;display:flex;flex:1 1 50%;justify-content:flex-start;overflow:hidden;overflow-x:auto;padding:0 20px;text-overflow:ellipsis;white-space:nowrap}.mm-navbar__breadcrumbs>*{align-items:center;display:flex;justify-content:center;padding-right:6px}.mm-navbar__breadcrumbs>a{text-decoration:underline}.mm-navbar__breadcrumbs:not(:last-child){padding-right:0}.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{padding-left:0}.mm-navbar_tabs>*{border:1px solid transparent;padding:0 10px}.mm-navbar__tab_selected{background:#f3f3f3;background:var(--mm-color-background);color:rgba(0,0,0,.75);color:var(--mm-color-text)}.mm-navbar__tab_selected:not(:first-child){border-left-color:rgba(0,0,0,.1)}.mm-navbar__tab_selected:not(:last-child){border-right-color:rgba(0,0,0,.1)}.mm-navbar__tab_selected:not(:first-child){border-left-color:var(--mm-color-border)}.mm-navbar__tab_selected:not(:last-child){border-right-color:var(--mm-color-border)}.mm-navbars_top .mm-navbar_tabs{border-bottom:none}.mm-navbars_top .mm-navbar_tabs>*{border-bottom-color:rgba(0,0,0,.1);border-bottom-color:var(--mm-color-border)}.mm-navbars_top .mm-navbar__tab_selected{border-bottom-color:transparent;border-top-color:rgba(0,0,0,.1);border-top-color:var(--mm-color-border)}.mm-navbars_top.mm-navbars_has-tabs .mm-navbar{background:hsla(0,0%,100%,.4);background:var(--mm-color-background-emphasis)}.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar{background:#f3f3f3;background:var(--mm-color-background)}.mm-navbars_bottom .mm-navbar_tabs:first-child{border-top:none}.mm-navbars_bottom .mm-navbar_tabs>*{border-top-color:rgba(0,0,0,.1);border-top-color:var(--mm-color-border)}.mm-navbars_bottom .mm-navbar__tab_selected{border-bottom-color:rgba(0,0,0,.1);border-bottom-color:var(--mm-color-border);border-top-color:transparent}.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar{background:#f3f3f3;background:var(--mm-color-background)}.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs,.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar{background:hsla(0,0%,100%,.4);background:var(--mm-color-background-emphasis)}.mm-searchfield{display:flex;flex-grow:1;height:44px;height:var(--mm-navbar-size);overflow:hidden;padding:0}.mm-searchfield input{height:30.8px;line-height:30.8px}.mm-searchfield input,.mm-searchfield input:focus,.mm-searchfield input:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.75)}.mm-searchfield input{border:none!important;border-radius:4px;box-shadow:none!important;box-sizing:border-box;display:block;font:inherit;font-size:inherit;height:calc(var(--mm-navbar-size)*.7);line-height:calc(var(--mm-navbar-size)*.7);margin:0;max-height:unset;max-width:100%;min-height:unset;outline:none!important;padding:0 10px;width:100%}.mm-searchfield input,.mm-searchfield input:focus,.mm-searchfield input:hover{background:var(--mm-color-background-highlight);color:var(--mm-color-text)}.mm-searchfield input::-ms-clear{display:none}.mm-searchfield__input{align-items:center;box-sizing:border-box;display:flex;flex:1;max-width:100%;padding:0 10px;position:relative;width:100%}.mm-panel__noresultsmsg{color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);font-size:150%;padding:50px 0;text-align:center}.mm-searchfield__btn{bottom:0;position:absolute;right:0;top:0}.mm-panel_search{border-left:none!important;left:0!important;right:0!important;width:100%!important}.mm-searchfield__cancel{display:block;line-height:44px;line-height:var(--mm-navbar-size);margin-right:-100px;padding-right:10px;text-decoration:none;transition:margin .4s ease}.mm-searchfield__cancel-active{margin-right:0}.mm-listitem_nosubitems>.mm-listitem__btn{display:none}.mm-listitem_nosubitems>.mm-listitem__text{padding-right:10px}.mm-listitem_onlysubitems>.mm-listitem__text:not(.mm-listitem__btn){pointer-events:none;z-index:-1}.mm-sectionindexer{background:inherit;bottom:0;box-sizing:border-box;display:flex;flex-direction:column;font-size:12px;justify-content:space-evenly;position:absolute;right:-20px;text-align:center;top:0;transition:right .4s ease;width:20px;z-index:5}.mm-sectionindexer a{color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);display:block;line-height:1;text-decoration:none}.mm-sectionindexer~.mm-panel{padding-right:0}.mm-sectionindexer_active{right:0}.mm-sectionindexer_active~.mm-panel{padding-right:20px}.mm-menu_selected-hover .mm-listitem__btn,.mm-menu_selected-hover .mm-listitem__text,.mm-menu_selected-parent .mm-listitem__btn,.mm-menu_selected-parent .mm-listitem__text{transition:background-color .4s ease}.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected:not(:hover)>.mm-listitem__text{background:none}.mm-menu_selected-hover .mm-listitem__btn:hover,.mm-menu_selected-hover .mm-listitem__text:hover{background:hsla(0,0%,100%,.4);background:var(--mm-color-background-emphasis)}.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>.mm-listitem__text{background:none}.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__btn,.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__text{background:hsla(0,0%,100%,.4);background:var(--mm-color-background-emphasis)}:root{--mm-sidebar-collapsed-size:50px;--mm-sidebar-expanded-size:440px}.mm-wrapper_sidebar-collapsed body,.mm-wrapper_sidebar-expanded body{position:relative}.mm-wrapper_sidebar-collapsed .mm-slideout,.mm-wrapper_sidebar-expanded .mm-slideout{transition-property:width,transform}.mm-wrapper_sidebar-collapsed .mm-page,.mm-wrapper_sidebar-expanded .mm-page{background:inherit;box-sizing:border-box;min-height:100vh}.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{bottom:0!important;display:flex!important;left:0!important;right:auto!important;top:0!important}.mm-wrapper_sidebar-collapsed .mm-slideout{transform:translate3d(50px,0,0);transform:translate3d(var(--mm-sidebar-collapsed-size),0,0);width:calc(100% - 50px);width:calc(100% - var(--mm-sidebar-collapsed-size))}.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider,.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar{opacity:0}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{border-right-style:solid;border-right-width:1px;max-width:100000px!important;min-width:0!important;width:440px;width:var(--mm-sidebar-expanded-size)}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after{content:none;display:none}.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body{overflow:visible}.mm-wrapper_sidebar-expanded .mm-wrapper__blocker{display:none!important}.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout{transform:translate3d(440px,0,0);transform:translate3d(var(--mm-sidebar-expanded-size),0,0);width:calc(100% - 440px);width:calc(100% - var(--mm-sidebar-expanded-size))}.mm-menu__blocker{background:rgba(3,2,1,0);bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:3}.mm-menu_opened .mm-menu__blocker{display:none}[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout,[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout,[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout{transform:translateZ(0)}input.mm-toggle{appearance:none!important;background:rgba(0,0,0,.1);background:var(--mm-color-border);border:none!important;border-radius:34px;cursor:pointer;display:inline-block;height:34px;margin:0 10px;margin-top:calc((var(--mm-listitem-size) - 34px)/2);min-width:58px;transition:background-color .2s ease;width:58px}input.mm-toggle:before{background:#f3f3f3;background:var(--mm-color-background);border-radius:34px;content:"";display:block;height:32px;margin:1px;transition:transform .2s ease;width:32px}input.mm-toggle:checked{background:#4bd963}input.mm-toggle:checked:before{transform:translateX(24px)}input.mm-check{appearance:none!important;background:none!important;border:none!important;cursor:pointer;display:inline-block;height:40px;margin:0 10px;margin-top:calc((var(--mm-listitem-size) - 40px)/2);width:40px}input.mm-check:before{border-bottom:3px solid;border-left:3px solid;border-color:var(--mm-color-text);content:"";display:block;height:20%;margin:25% 0 0 20%;opacity:.3;transform:rotate(-45deg);transition:opacity .2s ease;width:40%}input.mm-check:checked:before{opacity:1}[dir=rtl] input.mm-toggle:checked~label.mm-toggle:before{float:left}.mm-menu_border-none .mm-listitem:after{content:none}.mm-menu_border-full .mm-listitem:after{left:0!important}.mm-menu_fx-menu-slide{transition:transform .4s ease}.mm-wrapper_opened .mm-menu_fx-menu-slide{transform:translate3d(-30%,0,0)}.mm-wrapper_opening .mm-menu_fx-menu-slide{transform:translateZ(0)}.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right{transform:translate3d(30%,0,0)}.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right{transform:translateZ(0)}.mm-menu_fx-panels-none .mm-panel,.mm-panel_fx-none{transition-property:none}.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent,.mm-panel_fx-none.mm-panel_opened-parent{transform:translateZ(0)}.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent{transform:translate3d(-100%,0,0)}.mm-menu_fullscreen{max-width:10000px;min-width:140px;width:100%}.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout{transform:translate3d(100vw,0,0)}@media (max-width:140px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout{transform:translate3d(140px,0,0)}}@media (min-width:10000px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout{transform:translate3d(10000px,0,0)}}.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{transform:translate3d(-100vw,0,0)}@media (max-width:140px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{transform:translate3d(-140px,0,0)}}@media (min-width:10000px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{transform:translate3d(-10000px,0,0)}}.mm-menu_fullscreen.mm-menu_position-bottom,.mm-menu_fullscreen.mm-menu_position-top{height:100vh;max-height:10000px;min-height:140px}.mm-menu_listview-justify .mm-panels>.mm-panel{display:flex;flex-direction:column}.mm-menu_listview-justify .mm-panels>.mm-panel:after{content:none;display:none}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listview{display:flex;flex-direction:column;flex-grow:1;height:100%;margin-bottom:0;margin-top:0}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem{flex:1 0 auto;min-height:50px}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem__text{align-items:center;box-sizing:border-box;display:flex;flex:1 0 auto}.mm-listview_inset{list-style:disc inside;margin:0;padding:0 30px 15px;width:100%}.mm-listview_inset .mm-listitem{padding:5px 0}.mm-menu_multiline .mm-listitem__text{text-overflow:clip;white-space:normal}[class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker{opacity:0}.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker{opacity:.3;transition:opacity .4s ease .4s}.mm-menu_opened.mm-menu_pagedim~.mm-wrapper__blocker{background:inherit}.mm-menu_opened.mm-menu_pagedim-black~.mm-wrapper__blocker{background:#000}.mm-menu_opened.mm-menu_pagedim-white~.mm-wrapper__blocker{background:#fff}.mm-menu_popup{bottom:auto;box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%;left:50%;max-height:880px;min-height:140px;opacity:0;right:auto;top:50%;transform:translate3d(-50%,-50%,0);transition:opacity .4s ease;z-index:2}.mm-menu_popup.mm-menu_opened~.mm-slideout{transform:none!important;z-index:0}.mm-menu_popup.mm-menu_opened~.mm-wrapper__blocker{transition-delay:0s!important;z-index:1}.mm-wrapper_opening .mm-menu_popup{opacity:1}.mm-menu_position-right{left:auto;right:0}.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{transform:translate3d(-80vw,0,0)}@media (max-width:300px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{transform:translate3d(-240px,0,0)}}@media (min-width:550px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{transform:translate3d(-440px,0,0)}}.mm-menu_position-bottom,.mm-menu_position-front,.mm-menu_position-top{transition:transform .4s ease}.mm-menu_position-bottom.mm-menu_opened,.mm-menu_position-front.mm-menu_opened,.mm-menu_position-top.mm-menu_opened{z-index:2}.mm-menu_position-bottom.mm-menu_opened~.mm-slideout,.mm-menu_position-front.mm-menu_opened~.mm-slideout,.mm-menu_position-top.mm-menu_opened~.mm-slideout{transform:none!important;z-index:0}.mm-menu_position-bottom.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-front.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-top.mm-menu_opened~.mm-wrapper__blocker{z-index:1}.mm-menu_position-front{transform:translate3d(-100%,0,0)}.mm-menu_position-front.mm-menu_position-right{transform:translate3d(100%,0,0)}.mm-menu_position-bottom,.mm-menu_position-top{max-width:100%;min-width:100%;width:100%}.mm-menu_position-top{height:80vh;max-height:880px;min-height:140px;transform:translate3d(0,-100%,0)}.mm-menu_position-bottom{height:80vh;max-height:880px;min-height:140px;top:auto;transform:translate3d(0,100%,0)}.mm-wrapper_opening .mm-menu_position-bottom,.mm-wrapper_opening .mm-menu_position-front,.mm-wrapper_opening .mm-menu_position-top{transform:translateZ(0)}.mm-menu_shadow-page:after{box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:var(--mm-shadow);clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%);content:"";display:block;height:120%;left:100%;position:absolute;top:-10%;width:20px;z-index:100}.mm-menu_shadow-page.mm-menu_position-right:after{clip-path:polygon(20px 0,40px 0,40px 100%,20px 100%);left:auto;right:100%}.mm-menu_shadow-page.mm-menu_position-front:after{content:none;display:none}.mm-menu_shadow-menu,.mm-menu_shadow-panels .mm-panels>.mm-panel{box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:var(--mm-shadow)}.mm-menu_theme-white{--mm-color-border:rgba(0,0,0,.1);--mm-color-button:rgba(0,0,0,.3);--mm-color-text:rgba(0,0,0,.7);--mm-color-text-dimmed:rgba(0,0,0,.3);--mm-color-background:#fff;--mm-color-background-highlight:rgba(0,0,0,.06);--mm-color-background-emphasis:rgba(0,0,0,.03);--mm-shadow:0 0 10px rgba(0,0,0,.2)}.mm-menu_theme-dark{--mm-color-border:rgba(0,0,0,.3);--mm-color-button:hsla(0,0%,100%,.4);--mm-color-text:hsla(0,0%,100%,.85);--mm-color-text-dimmed:hsla(0,0%,100%,.4);--mm-color-background:#333;--mm-color-background-highlight:hsla(0,0%,100%,.08);--mm-color-background-emphasis:rgba(0,0,0,.1);--mm-shadow:0 0 20px rgba(0,0,0,.5)}.mm-menu_theme-black{--mm-color-border:hsla(0,0%,100%,.25);--mm-color-button:hsla(0,0%,100%,.4);--mm-color-text:hsla(0,0%,100%,.75);--mm-color-text-dimmed:hsla(0,0%,100%,.4);--mm-color-background:#000;--mm-color-background-highlight:hsla(0,0%,100%,.2);--mm-color-background-emphasis:hsla(0,0%,100%,.15);--mm-shadow:none}body.modal-open .mm-slideout{z-index:unset}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;line-height:inherit;position:absolute;text-align:center;width:2em}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s linear infinite}.fa-pulse{animation:fa-spin 1s steps(8) infinite}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:""}.fa-accessible-icon:before{content:""}.fa-accusoft:before{content:""}.fa-acquisitions-incorporated:before{content:""}.fa-ad:before{content:""}.fa-address-book:before{content:""}.fa-address-card:before{content:""}.fa-adjust:before{content:""}.fa-adn:before{content:""}.fa-adversal:before{content:""}.fa-affiliatetheme:before{content:""}.fa-air-freshener:before{content:""}.fa-airbnb:before{content:""}.fa-algolia:before{content:""}.fa-align-center:before{content:""}.fa-align-justify:before{content:""}.fa-align-left:before{content:""}.fa-align-right:before{content:""}.fa-alipay:before{content:""}.fa-allergies:before{content:""}.fa-amazon:before{content:""}.fa-amazon-pay:before{content:""}.fa-ambulance:before{content:""}.fa-american-sign-language-interpreting:before{content:""}.fa-amilia:before{content:""}.fa-anchor:before{content:""}.fa-android:before{content:""}.fa-angellist:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angry:before{content:""}.fa-angrycreative:before{content:""}.fa-angular:before{content:""}.fa-ankh:before{content:""}.fa-app-store:before{content:""}.fa-app-store-ios:before{content:""}.fa-apper:before{content:""}.fa-apple:before{content:""}.fa-apple-alt:before{content:""}.fa-apple-pay:before{content:""}.fa-archive:before{content:""}.fa-archway:before{content:""}.fa-arrow-alt-circle-down:before{content:""}.fa-arrow-alt-circle-left:before{content:""}.fa-arrow-alt-circle-right:before{content:""}.fa-arrow-alt-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-down:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrows-alt:before{content:""}.fa-arrows-alt-h:before{content:""}.fa-arrows-alt-v:before{content:""}.fa-artstation:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asterisk:before{content:""}.fa-asymmetrik:before{content:""}.fa-at:before{content:""}.fa-atlas:before{content:""}.fa-atlassian:before{content:""}.fa-atom:before{content:""}.fa-audible:before{content:""}.fa-audio-description:before{content:""}.fa-autoprefixer:before{content:""}.fa-avianex:before{content:""}.fa-aviato:before{content:""}.fa-award:before{content:""}.fa-aws:before{content:""}.fa-baby:before{content:""}.fa-baby-carriage:before{content:""}.fa-backspace:before{content:""}.fa-backward:before{content:""}.fa-bacon:before{content:""}.fa-bacteria:before{content:""}.fa-bacterium:before{content:""}.fa-bahai:before{content:""}.fa-balance-scale:before{content:""}.fa-balance-scale-left:before{content:""}.fa-balance-scale-right:before{content:""}.fa-ban:before{content:""}.fa-band-aid:before{content:""}.fa-bandcamp:before{content:""}.fa-barcode:before{content:""}.fa-bars:before{content:""}.fa-baseball-ball:before{content:""}.fa-basketball-ball:before{content:""}.fa-bath:before{content:""}.fa-battery-empty:before{content:""}.fa-battery-full:before{content:""}.fa-battery-half:before{content:""}.fa-battery-quarter:before{content:""}.fa-battery-three-quarters:before{content:""}.fa-battle-net:before{content:""}.fa-bed:before{content:""}.fa-beer:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-bell:before{content:""}.fa-bell-slash:before{content:""}.fa-bezier-curve:before{content:""}.fa-bible:before{content:""}.fa-bicycle:before{content:""}.fa-biking:before{content:""}.fa-bimobject:before{content:""}.fa-binoculars:before{content:""}.fa-biohazard:before{content:""}.fa-birthday-cake:before{content:""}.fa-bitbucket:before{content:""}.fa-bitcoin:before{content:""}.fa-bity:before{content:""}.fa-black-tie:before{content:""}.fa-blackberry:before{content:""}.fa-blender:before{content:""}.fa-blender-phone:before{content:""}.fa-blind:before{content:""}.fa-blog:before{content:""}.fa-blogger:before{content:""}.fa-blogger-b:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-bold:before{content:""}.fa-bolt:before{content:""}.fa-bomb:before{content:""}.fa-bone:before{content:""}.fa-bong:before{content:""}.fa-book:before{content:""}.fa-book-dead:before{content:""}.fa-book-medical:before{content:""}.fa-book-open:before{content:""}.fa-book-reader:before{content:""}.fa-bookmark:before{content:""}.fa-bootstrap:before{content:""}.fa-border-all:before{content:""}.fa-border-none:before{content:""}.fa-border-style:before{content:""}.fa-bowling-ball:before{content:""}.fa-box:before{content:""}.fa-box-open:before{content:""}.fa-box-tissue:before{content:""}.fa-boxes:before{content:""}.fa-braille:before{content:""}.fa-brain:before{content:""}.fa-bread-slice:before{content:""}.fa-briefcase:before{content:""}.fa-briefcase-medical:before{content:""}.fa-broadcast-tower:before{content:""}.fa-broom:before{content:""}.fa-brush:before{content:""}.fa-btc:before{content:""}.fa-buffer:before{content:""}.fa-bug:before{content:""}.fa-building:before{content:""}.fa-bullhorn:before{content:""}.fa-bullseye:before{content:""}.fa-burn:before{content:""}.fa-buromobelexperte:before{content:""}.fa-bus:before{content:""}.fa-bus-alt:before{content:""}.fa-business-time:before{content:""}.fa-buy-n-large:before{content:""}.fa-buysellads:before{content:""}.fa-calculator:before{content:""}.fa-calendar:before{content:""}.fa-calendar-alt:before{content:""}.fa-calendar-check:before{content:""}.fa-calendar-day:before{content:""}.fa-calendar-minus:before{content:""}.fa-calendar-plus:before{content:""}.fa-calendar-times:before{content:""}.fa-calendar-week:before{content:""}.fa-camera:before{content:""}.fa-camera-retro:before{content:""}.fa-campground:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-candy-cane:before{content:""}.fa-cannabis:before{content:""}.fa-capsules:before{content:""}.fa-car:before{content:""}.fa-car-alt:before{content:""}.fa-car-battery:before{content:""}.fa-car-crash:before{content:""}.fa-car-side:before{content:""}.fa-caravan:before{content:""}.fa-caret-down:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-caret-square-down:before{content:""}.fa-caret-square-left:before{content:""}.fa-caret-square-right:before{content:""}.fa-caret-square-up:before{content:""}.fa-caret-up:before{content:""}.fa-carrot:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-cart-plus:before{content:""}.fa-cash-register:before{content:""}.fa-cat:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-cc-diners-club:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-cc-visa:before{content:""}.fa-centercode:before{content:""}.fa-centos:before{content:""}.fa-certificate:before{content:""}.fa-chair:before{content:""}.fa-chalkboard:before{content:""}.fa-chalkboard-teacher:before{content:""}.fa-charging-station:before{content:""}.fa-chart-area:before{content:""}.fa-chart-bar:before{content:""}.fa-chart-line:before{content:""}.fa-chart-pie:before{content:""}.fa-check:before{content:""}.fa-check-circle:before{content:""}.fa-check-double:before{content:""}.fa-check-square:before{content:""}.fa-cheese:before{content:""}.fa-chess:before{content:""}.fa-chess-bishop:before{content:""}.fa-chess-board:before{content:""}.fa-chess-king:before{content:""}.fa-chess-knight:before{content:""}.fa-chess-pawn:before{content:""}.fa-chess-queen:before{content:""}.fa-chess-rook:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-down:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-chevron-up:before{content:""}.fa-child:before{content:""}.fa-chrome:before{content:""}.fa-chromecast:before{content:""}.fa-church:before{content:""}.fa-circle:before{content:""}.fa-circle-notch:before{content:""}.fa-city:before{content:""}.fa-clinic-medical:before{content:""}.fa-clipboard:before{content:""}.fa-clipboard-check:before{content:""}.fa-clipboard-list:before{content:""}.fa-clock:before{content:""}.fa-clone:before{content:""}.fa-closed-captioning:before{content:""}.fa-cloud:before{content:""}.fa-cloud-download-alt:before{content:""}.fa-cloud-meatball:before{content:""}.fa-cloud-moon:before{content:""}.fa-cloud-moon-rain:before{content:""}.fa-cloud-rain:before{content:""}.fa-cloud-showers-heavy:before{content:""}.fa-cloud-sun:before{content:""}.fa-cloud-sun-rain:before{content:""}.fa-cloud-upload-alt:before{content:""}.fa-cloudflare:before{content:""}.fa-cloudscale:before{content:""}.fa-cloudsmith:before{content:""}.fa-cloudversify:before{content:""}.fa-cocktail:before{content:""}.fa-code:before{content:""}.fa-code-branch:before{content:""}.fa-codepen:before{content:""}.fa-codiepie:before{content:""}.fa-coffee:before{content:""}.fa-cog:before{content:""}.fa-cogs:before{content:""}.fa-coins:before{content:""}.fa-columns:before{content:""}.fa-comment:before{content:""}.fa-comment-alt:before{content:""}.fa-comment-dollar:before{content:""}.fa-comment-dots:before{content:""}.fa-comment-medical:before{content:""}.fa-comment-slash:before{content:""}.fa-comments:before{content:""}.fa-comments-dollar:before{content:""}.fa-compact-disc:before{content:""}.fa-compass:before{content:""}.fa-compress:before{content:""}.fa-compress-alt:before{content:""}.fa-compress-arrows-alt:before{content:""}.fa-concierge-bell:before{content:""}.fa-confluence:before{content:""}.fa-connectdevelop:before{content:""}.fa-contao:before{content:""}.fa-cookie:before{content:""}.fa-cookie-bite:before{content:""}.fa-copy:before{content:""}.fa-copyright:before{content:""}.fa-cotton-bureau:before{content:""}.fa-couch:before{content:""}.fa-cpanel:before{content:""}.fa-creative-commons:before{content:""}.fa-creative-commons-by:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-creative-commons-share:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-credit-card:before{content:""}.fa-critical-role:before{content:""}.fa-crop:before{content:""}.fa-crop-alt:before{content:""}.fa-cross:before{content:""}.fa-crosshairs:before{content:""}.fa-crow:before{content:""}.fa-crown:before{content:""}.fa-crutch:before{content:""}.fa-css3:before{content:""}.fa-css3-alt:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-cut:before{content:""}.fa-cuttlefish:before{content:""}.fa-d-and-d:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-dailymotion:before{content:""}.fa-dashcube:before{content:""}.fa-database:before{content:""}.fa-deaf:before{content:""}.fa-deezer:before{content:""}.fa-delicious:before{content:""}.fa-democrat:before{content:""}.fa-deploydog:before{content:""}.fa-deskpro:before{content:""}.fa-desktop:before{content:""}.fa-dev:before{content:""}.fa-deviantart:before{content:""}.fa-dharmachakra:before{content:""}.fa-dhl:before{content:""}.fa-diagnoses:before{content:""}.fa-diaspora:before{content:""}.fa-dice:before{content:""}.fa-dice-d20:before{content:""}.fa-dice-d6:before{content:""}.fa-dice-five:before{content:""}.fa-dice-four:before{content:""}.fa-dice-one:before{content:""}.fa-dice-six:before{content:""}.fa-dice-three:before{content:""}.fa-dice-two:before{content:""}.fa-digg:before{content:""}.fa-digital-ocean:before{content:""}.fa-digital-tachograph:before{content:""}.fa-directions:before{content:""}.fa-discord:before{content:""}.fa-discourse:before{content:""}.fa-disease:before{content:""}.fa-divide:before{content:""}.fa-dizzy:before{content:""}.fa-dna:before{content:""}.fa-dochub:before{content:""}.fa-docker:before{content:""}.fa-dog:before{content:""}.fa-dollar-sign:before{content:""}.fa-dolly:before{content:""}.fa-dolly-flatbed:before{content:""}.fa-donate:before{content:""}.fa-door-closed:before{content:""}.fa-door-open:before{content:""}.fa-dot-circle:before{content:""}.fa-dove:before{content:""}.fa-download:before{content:""}.fa-draft2digital:before{content:""}.fa-drafting-compass:before{content:""}.fa-dragon:before{content:""}.fa-draw-polygon:before{content:""}.fa-dribbble:before{content:""}.fa-dribbble-square:before{content:""}.fa-dropbox:before{content:""}.fa-drum:before{content:""}.fa-drum-steelpan:before{content:""}.fa-drumstick-bite:before{content:""}.fa-drupal:before{content:""}.fa-dumbbell:before{content:""}.fa-dumpster:before{content:""}.fa-dumpster-fire:before{content:""}.fa-dungeon:before{content:""}.fa-dyalog:before{content:""}.fa-earlybirds:before{content:""}.fa-ebay:before{content:""}.fa-edge:before{content:""}.fa-edge-legacy:before{content:""}.fa-edit:before{content:""}.fa-egg:before{content:""}.fa-eject:before{content:""}.fa-elementor:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-ello:before{content:""}.fa-ember:before{content:""}.fa-empire:before{content:""}.fa-envelope:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-text:before{content:""}.fa-envelope-square:before{content:""}.fa-envira:before{content:""}.fa-equals:before{content:""}.fa-eraser:before{content:""}.fa-erlang:before{content:""}.fa-ethereum:before{content:""}.fa-ethernet:before{content:""}.fa-etsy:before{content:""}.fa-euro-sign:before{content:""}.fa-evernote:before{content:""}.fa-exchange-alt:before{content:""}.fa-exclamation:before{content:""}.fa-exclamation-circle:before{content:""}.fa-exclamation-triangle:before{content:""}.fa-expand:before{content:""}.fa-expand-alt:before{content:""}.fa-expand-arrows-alt:before{content:""}.fa-expeditedssl:before{content:""}.fa-external-link-alt:before{content:""}.fa-external-link-square-alt:before{content:""}.fa-eye:before{content:""}.fa-eye-dropper:before{content:""}.fa-eye-slash:before{content:""}.fa-facebook:before{content:""}.fa-facebook-f:before{content:""}.fa-facebook-messenger:before{content:""}.fa-facebook-square:before{content:""}.fa-fan:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-fast-backward:before{content:""}.fa-fast-forward:before{content:""}.fa-faucet:before{content:""}.fa-fax:before{content:""}.fa-feather:before{content:""}.fa-feather-alt:before{content:""}.fa-fedex:before{content:""}.fa-fedora:before{content:""}.fa-female:before{content:""}.fa-fighter-jet:before{content:""}.fa-figma:before{content:""}.fa-file:before{content:""}.fa-file-alt:before{content:""}.fa-file-archive:before{content:""}.fa-file-audio:before{content:""}.fa-file-code:before{content:""}.fa-file-contract:before{content:""}.fa-file-csv:before{content:""}.fa-file-download:before{content:""}.fa-file-excel:before{content:""}.fa-file-export:before{content:""}.fa-file-image:before{content:""}.fa-file-import:before{content:""}.fa-file-invoice:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-file-medical:before{content:""}.fa-file-medical-alt:before{content:""}.fa-file-pdf:before{content:""}.fa-file-powerpoint:before{content:""}.fa-file-prescription:before{content:""}.fa-file-signature:before{content:""}.fa-file-upload:before{content:""}.fa-file-video:before{content:""}.fa-file-word:before{content:""}.fa-fill:before{content:""}.fa-fill-drip:before{content:""}.fa-film:before{content:""}.fa-filter:before{content:""}.fa-fingerprint:before{content:""}.fa-fire:before{content:""}.fa-fire-alt:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-firefox:before{content:""}.fa-firefox-browser:before{content:""}.fa-first-aid:before{content:""}.fa-first-order:before{content:""}.fa-first-order-alt:before{content:""}.fa-firstdraft:before{content:""}.fa-fish:before{content:""}.fa-fist-raised:before{content:""}.fa-flag:before{content:""}.fa-flag-checkered:before{content:""}.fa-flag-usa:before{content:""}.fa-flask:before{content:""}.fa-flickr:before{content:""}.fa-flipboard:before{content:""}.fa-flushed:before{content:""}.fa-fly:before{content:""}.fa-folder:before{content:""}.fa-folder-minus:before{content:""}.fa-folder-open:before{content:""}.fa-folder-plus:before{content:""}.fa-font:before{content:""}.fa-font-awesome:before{content:""}.fa-font-awesome-alt:before{content:""}.fa-font-awesome-flag:before{content:""}.fa-font-awesome-logo-full:before{content:""}.fa-fonticons:before{content:""}.fa-fonticons-fi:before{content:""}.fa-football-ball:before{content:""}.fa-fort-awesome:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-forumbee:before{content:""}.fa-forward:before{content:""}.fa-foursquare:before{content:""}.fa-free-code-camp:before{content:""}.fa-freebsd:before{content:""}.fa-frog:before{content:""}.fa-frown:before{content:""}.fa-frown-open:before{content:""}.fa-fulcrum:before{content:""}.fa-funnel-dollar:before{content:""}.fa-futbol:before{content:""}.fa-galactic-republic:before{content:""}.fa-galactic-senate:before{content:""}.fa-gamepad:before{content:""}.fa-gas-pump:before{content:""}.fa-gavel:before{content:""}.fa-gem:before{content:""}.fa-genderless:before{content:""}.fa-get-pocket:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-ghost:before{content:""}.fa-gift:before{content:""}.fa-gifts:before{content:""}.fa-git:before{content:""}.fa-git-alt:before{content:""}.fa-git-square:before{content:""}.fa-github:before{content:""}.fa-github-alt:before{content:""}.fa-github-square:before{content:""}.fa-gitkraken:before{content:""}.fa-gitlab:before{content:""}.fa-gitter:before{content:""}.fa-glass-cheers:before{content:""}.fa-glass-martini:before{content:""}.fa-glass-martini-alt:before{content:""}.fa-glass-whiskey:before{content:""}.fa-glasses:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-globe:before{content:""}.fa-globe-africa:before{content:""}.fa-globe-americas:before{content:""}.fa-globe-asia:before{content:""}.fa-globe-europe:before{content:""}.fa-gofore:before{content:""}.fa-golf-ball:before{content:""}.fa-goodreads:before{content:""}.fa-goodreads-g:before{content:""}.fa-google:before{content:""}.fa-google-drive:before{content:""}.fa-google-pay:before{content:""}.fa-google-play:before{content:""}.fa-google-plus:before{content:""}.fa-google-plus-g:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-wallet:before{content:""}.fa-gopuram:before{content:""}.fa-graduation-cap:before{content:""}.fa-gratipay:before{content:""}.fa-grav:before{content:""}.fa-greater-than:before{content:""}.fa-greater-than-equal:before{content:""}.fa-grimace:before{content:""}.fa-grin:before{content:""}.fa-grin-alt:before{content:""}.fa-grin-beam:before{content:""}.fa-grin-beam-sweat:before{content:""}.fa-grin-hearts:before{content:""}.fa-grin-squint:before{content:""}.fa-grin-squint-tears:before{content:""}.fa-grin-stars:before{content:""}.fa-grin-tears:before{content:""}.fa-grin-tongue:before{content:""}.fa-grin-tongue-squint:before{content:""}.fa-grin-tongue-wink:before{content:""}.fa-grin-wink:before{content:""}.fa-grip-horizontal:before{content:""}.fa-grip-lines:before{content:""}.fa-grip-lines-vertical:before{content:""}.fa-grip-vertical:before{content:""}.fa-gripfire:before{content:""}.fa-grunt:before{content:""}.fa-guilded:before{content:""}.fa-guitar:before{content:""}.fa-gulp:before{content:""}.fa-h-square:before{content:""}.fa-hacker-news:before{content:""}.fa-hacker-news-square:before{content:""}.fa-hackerrank:before{content:""}.fa-hamburger:before{content:""}.fa-hammer:before{content:""}.fa-hamsa:before{content:""}.fa-hand-holding:before{content:""}.fa-hand-holding-heart:before{content:""}.fa-hand-holding-medical:before{content:""}.fa-hand-holding-usd:before{content:""}.fa-hand-holding-water:before{content:""}.fa-hand-lizard:before{content:""}.fa-hand-middle-finger:before{content:""}.fa-hand-paper:before{content:""}.fa-hand-peace:before{content:""}.fa-hand-point-down:before{content:""}.fa-hand-point-left:before{content:""}.fa-hand-point-right:before{content:""}.fa-hand-point-up:before{content:""}.fa-hand-pointer:before{content:""}.fa-hand-rock:before{content:""}.fa-hand-scissors:before{content:""}.fa-hand-sparkles:before{content:""}.fa-hand-spock:before{content:""}.fa-hands:before{content:""}.fa-hands-helping:before{content:""}.fa-hands-wash:before{content:""}.fa-handshake:before{content:""}.fa-handshake-alt-slash:before{content:""}.fa-handshake-slash:before{content:""}.fa-hanukiah:before{content:""}.fa-hard-hat:before{content:""}.fa-hashtag:before{content:""}.fa-hat-cowboy:before{content:""}.fa-hat-cowboy-side:before{content:""}.fa-hat-wizard:before{content:""}.fa-hdd:before{content:""}.fa-head-side-cough:before{content:""}.fa-head-side-cough-slash:before{content:""}.fa-head-side-mask:before{content:""}.fa-head-side-virus:before{content:""}.fa-heading:before{content:""}.fa-headphones:before{content:""}.fa-headphones-alt:before{content:""}.fa-headset:before{content:""}.fa-heart:before{content:""}.fa-heart-broken:before{content:""}.fa-heartbeat:before{content:""}.fa-helicopter:before{content:""}.fa-highlighter:before{content:""}.fa-hiking:before{content:""}.fa-hippo:before{content:""}.fa-hips:before{content:""}.fa-hire-a-helper:before{content:""}.fa-history:before{content:""}.fa-hive:before{content:""}.fa-hockey-puck:before{content:""}.fa-holly-berry:before{content:""}.fa-home:before{content:""}.fa-hooli:before{content:""}.fa-hornbill:before{content:""}.fa-horse:before{content:""}.fa-horse-head:before{content:""}.fa-hospital:before{content:""}.fa-hospital-alt:before{content:""}.fa-hospital-symbol:before{content:""}.fa-hospital-user:before{content:""}.fa-hot-tub:before{content:""}.fa-hotdog:before{content:""}.fa-hotel:before{content:""}.fa-hotjar:before{content:""}.fa-hourglass:before{content:""}.fa-hourglass-end:before{content:""}.fa-hourglass-half:before{content:""}.fa-hourglass-start:before{content:""}.fa-house-damage:before{content:""}.fa-house-user:before{content:""}.fa-houzz:before{content:""}.fa-hryvnia:before{content:""}.fa-html5:before{content:""}.fa-hubspot:before{content:""}.fa-i-cursor:before{content:""}.fa-ice-cream:before{content:""}.fa-icicles:before{content:""}.fa-icons:before{content:""}.fa-id-badge:before{content:""}.fa-id-card:before{content:""}.fa-id-card-alt:before{content:""}.fa-ideal:before{content:""}.fa-igloo:before{content:""}.fa-image:before{content:""}.fa-images:before{content:""}.fa-imdb:before{content:""}.fa-inbox:before{content:""}.fa-indent:before{content:""}.fa-industry:before{content:""}.fa-infinity:before{content:""}.fa-info:before{content:""}.fa-info-circle:before{content:""}.fa-innosoft:before{content:""}.fa-instagram:before{content:""}.fa-instagram-square:before{content:""}.fa-instalod:before{content:""}.fa-intercom:before{content:""}.fa-internet-explorer:before{content:""}.fa-invision:before{content:""}.fa-ioxhost:before{content:""}.fa-italic:before{content:""}.fa-itch-io:before{content:""}.fa-itunes:before{content:""}.fa-itunes-note:before{content:""}.fa-java:before{content:""}.fa-jedi:before{content:""}.fa-jedi-order:before{content:""}.fa-jenkins:before{content:""}.fa-jira:before{content:""}.fa-joget:before{content:""}.fa-joint:before{content:""}.fa-joomla:before{content:""}.fa-journal-whills:before{content:""}.fa-js:before{content:""}.fa-js-square:before{content:""}.fa-jsfiddle:before{content:""}.fa-kaaba:before{content:""}.fa-kaggle:before{content:""}.fa-key:before{content:""}.fa-keybase:before{content:""}.fa-keyboard:before{content:""}.fa-keycdn:before{content:""}.fa-khanda:before{content:""}.fa-kickstarter:before{content:""}.fa-kickstarter-k:before{content:""}.fa-kiss:before{content:""}.fa-kiss-beam:before{content:""}.fa-kiss-wink-heart:before{content:""}.fa-kiwi-bird:before{content:""}.fa-korvue:before{content:""}.fa-landmark:before{content:""}.fa-language:before{content:""}.fa-laptop:before{content:""}.fa-laptop-code:before{content:""}.fa-laptop-house:before{content:""}.fa-laptop-medical:before{content:""}.fa-laravel:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-laugh:before{content:""}.fa-laugh-beam:before{content:""}.fa-laugh-squint:before{content:""}.fa-laugh-wink:before{content:""}.fa-layer-group:before{content:""}.fa-leaf:before{content:""}.fa-leanpub:before{content:""}.fa-lemon:before{content:""}.fa-less:before{content:""}.fa-less-than:before{content:""}.fa-less-than-equal:before{content:""}.fa-level-down-alt:before{content:""}.fa-level-up-alt:before{content:""}.fa-life-ring:before{content:""}.fa-lightbulb:before{content:""}.fa-line:before{content:""}.fa-link:before{content:""}.fa-linkedin:before{content:""}.fa-linkedin-in:before{content:""}.fa-linode:before{content:""}.fa-linux:before{content:""}.fa-lira-sign:before{content:""}.fa-list:before{content:""}.fa-list-alt:before{content:""}.fa-list-ol:before{content:""}.fa-list-ul:before{content:""}.fa-location-arrow:before{content:""}.fa-lock:before{content:""}.fa-lock-open:before{content:""}.fa-long-arrow-alt-down:before{content:""}.fa-long-arrow-alt-left:before{content:""}.fa-long-arrow-alt-right:before{content:""}.fa-long-arrow-alt-up:before{content:""}.fa-low-vision:before{content:""}.fa-luggage-cart:before{content:""}.fa-lungs:before{content:""}.fa-lungs-virus:before{content:""}.fa-lyft:before{content:""}.fa-magento:before{content:""}.fa-magic:before{content:""}.fa-magnet:before{content:""}.fa-mail-bulk:before{content:""}.fa-mailchimp:before{content:""}.fa-male:before{content:""}.fa-mandalorian:before{content:""}.fa-map:before{content:""}.fa-map-marked:before{content:""}.fa-map-marked-alt:before{content:""}.fa-map-marker:before{content:""}.fa-map-marker-alt:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-markdown:before{content:""}.fa-marker:before{content:""}.fa-mars:before{content:""}.fa-mars-double:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mask:before{content:""}.fa-mastodon:before{content:""}.fa-maxcdn:before{content:""}.fa-mdb:before{content:""}.fa-medal:before{content:""}.fa-medapps:before{content:""}.fa-medium:before{content:""}.fa-medium-m:before{content:""}.fa-medkit:before{content:""}.fa-medrt:before{content:""}.fa-meetup:before{content:""}.fa-megaport:before{content:""}.fa-meh:before{content:""}.fa-meh-blank:before{content:""}.fa-meh-rolling-eyes:before{content:""}.fa-memory:before{content:""}.fa-mendeley:before{content:""}.fa-menorah:before{content:""}.fa-mercury:before{content:""}.fa-meteor:before{content:""}.fa-microblog:before{content:""}.fa-microchip:before{content:""}.fa-microphone:before{content:""}.fa-microphone-alt:before{content:""}.fa-microphone-alt-slash:before{content:""}.fa-microphone-slash:before{content:""}.fa-microscope:before{content:""}.fa-microsoft:before{content:""}.fa-minus:before{content:""}.fa-minus-circle:before{content:""}.fa-minus-square:before{content:""}.fa-mitten:before{content:""}.fa-mix:before{content:""}.fa-mixcloud:before{content:""}.fa-mixer:before{content:""}.fa-mizuni:before{content:""}.fa-mobile:before{content:""}.fa-mobile-alt:before{content:""}.fa-modx:before{content:""}.fa-monero:before{content:""}.fa-money-bill:before{content:""}.fa-money-bill-alt:before{content:""}.fa-money-bill-wave:before{content:""}.fa-money-bill-wave-alt:before{content:""}.fa-money-check:before{content:""}.fa-money-check-alt:before{content:""}.fa-monument:before{content:""}.fa-moon:before{content:""}.fa-mortar-pestle:before{content:""}.fa-mosque:before{content:""}.fa-motorcycle:before{content:""}.fa-mountain:before{content:""}.fa-mouse:before{content:""}.fa-mouse-pointer:before{content:""}.fa-mug-hot:before{content:""}.fa-music:before{content:""}.fa-napster:before{content:""}.fa-neos:before{content:""}.fa-network-wired:before{content:""}.fa-neuter:before{content:""}.fa-newspaper:before{content:""}.fa-nimblr:before{content:""}.fa-node:before{content:""}.fa-node-js:before{content:""}.fa-not-equal:before{content:""}.fa-notes-medical:before{content:""}.fa-npm:before{content:""}.fa-ns8:before{content:""}.fa-nutritionix:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-octopus-deploy:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-oil-can:before{content:""}.fa-old-republic:before{content:""}.fa-om:before{content:""}.fa-opencart:before{content:""}.fa-openid:before{content:""}.fa-opera:before{content:""}.fa-optin-monster:before{content:""}.fa-orcid:before{content:""}.fa-osi:before{content:""}.fa-otter:before{content:""}.fa-outdent:before{content:""}.fa-page4:before{content:""}.fa-pagelines:before{content:""}.fa-pager:before{content:""}.fa-paint-brush:before{content:""}.fa-paint-roller:before{content:""}.fa-palette:before{content:""}.fa-palfed:before{content:""}.fa-pallet:before{content:""}.fa-paper-plane:before{content:""}.fa-paperclip:before{content:""}.fa-parachute-box:before{content:""}.fa-paragraph:before{content:""}.fa-parking:before{content:""}.fa-passport:before{content:""}.fa-pastafarianism:before{content:""}.fa-paste:before{content:""}.fa-patreon:before{content:""}.fa-pause:before{content:""}.fa-pause-circle:before{content:""}.fa-paw:before{content:""}.fa-paypal:before{content:""}.fa-peace:before{content:""}.fa-pen:before{content:""}.fa-pen-alt:before{content:""}.fa-pen-fancy:before{content:""}.fa-pen-nib:before{content:""}.fa-pen-square:before{content:""}.fa-pencil-alt:before{content:""}.fa-pencil-ruler:before{content:""}.fa-penny-arcade:before{content:""}.fa-people-arrows:before{content:""}.fa-people-carry:before{content:""}.fa-pepper-hot:before{content:""}.fa-perbyte:before{content:""}.fa-percent:before{content:""}.fa-percentage:before{content:""}.fa-periscope:before{content:""}.fa-person-booth:before{content:""}.fa-phabricator:before{content:""}.fa-phoenix-framework:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-phone:before{content:""}.fa-phone-alt:before{content:""}.fa-phone-slash:before{content:""}.fa-phone-square:before{content:""}.fa-phone-square-alt:before{content:""}.fa-phone-volume:before{content:""}.fa-photo-video:before{content:""}.fa-php:before{content:""}.fa-pied-piper:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-square:before{content:""}.fa-piggy-bank:before{content:""}.fa-pills:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-p:before{content:""}.fa-pinterest-square:before{content:""}.fa-pizza-slice:before{content:""}.fa-place-of-worship:before{content:""}.fa-plane:before{content:""}.fa-plane-arrival:before{content:""}.fa-plane-departure:before{content:""}.fa-plane-slash:before{content:""}.fa-play:before{content:""}.fa-play-circle:before{content:""}.fa-playstation:before{content:""}.fa-plug:before{content:""}.fa-plus:before{content:""}.fa-plus-circle:before{content:""}.fa-plus-square:before{content:""}.fa-podcast:before{content:""}.fa-poll:before{content:""}.fa-poll-h:before{content:""}.fa-poo:before{content:""}.fa-poo-storm:before{content:""}.fa-poop:before{content:""}.fa-portrait:before{content:""}.fa-pound-sign:before{content:""}.fa-power-off:before{content:""}.fa-pray:before{content:""}.fa-praying-hands:before{content:""}.fa-prescription:before{content:""}.fa-prescription-bottle:before{content:""}.fa-prescription-bottle-alt:before{content:""}.fa-print:before{content:""}.fa-procedures:before{content:""}.fa-product-hunt:before{content:""}.fa-project-diagram:before{content:""}.fa-pump-medical:before{content:""}.fa-pump-soap:before{content:""}.fa-pushed:before{content:""}.fa-puzzle-piece:before{content:""}.fa-python:before{content:""}.fa-qq:before{content:""}.fa-qrcode:before{content:""}.fa-question:before{content:""}.fa-question-circle:before{content:""}.fa-quidditch:before{content:""}.fa-quinscape:before{content:""}.fa-quora:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-quran:before{content:""}.fa-r-project:before{content:""}.fa-radiation:before{content:""}.fa-radiation-alt:before{content:""}.fa-rainbow:before{content:""}.fa-random:before{content:""}.fa-raspberry-pi:before{content:""}.fa-ravelry:before{content:""}.fa-react:before{content:""}.fa-reacteurope:before{content:""}.fa-readme:before{content:""}.fa-rebel:before{content:""}.fa-receipt:before{content:""}.fa-record-vinyl:before{content:""}.fa-recycle:before{content:""}.fa-red-river:before{content:""}.fa-reddit:before{content:""}.fa-reddit-alien:before{content:""}.fa-reddit-square:before{content:""}.fa-redhat:before{content:""}.fa-redo:before{content:""}.fa-redo-alt:before{content:""}.fa-registered:before{content:""}.fa-remove-format:before{content:""}.fa-renren:before{content:""}.fa-reply:before{content:""}.fa-reply-all:before{content:""}.fa-replyd:before{content:""}.fa-republican:before{content:""}.fa-researchgate:before{content:""}.fa-resolving:before{content:""}.fa-restroom:before{content:""}.fa-retweet:before{content:""}.fa-rev:before{content:""}.fa-ribbon:before{content:""}.fa-ring:before{content:""}.fa-road:before{content:""}.fa-robot:before{content:""}.fa-rocket:before{content:""}.fa-rocketchat:before{content:""}.fa-rockrms:before{content:""}.fa-route:before{content:""}.fa-rss:before{content:""}.fa-rss-square:before{content:""}.fa-ruble-sign:before{content:""}.fa-ruler:before{content:""}.fa-ruler-combined:before{content:""}.fa-ruler-horizontal:before{content:""}.fa-ruler-vertical:before{content:""}.fa-running:before{content:""}.fa-rupee-sign:before{content:""}.fa-rust:before{content:""}.fa-sad-cry:before{content:""}.fa-sad-tear:before{content:""}.fa-safari:before{content:""}.fa-salesforce:before{content:""}.fa-sass:before{content:""}.fa-satellite:before{content:""}.fa-satellite-dish:before{content:""}.fa-save:before{content:""}.fa-schlix:before{content:""}.fa-school:before{content:""}.fa-screwdriver:before{content:""}.fa-scribd:before{content:""}.fa-scroll:before{content:""}.fa-sd-card:before{content:""}.fa-search:before{content:""}.fa-search-dollar:before{content:""}.fa-search-location:before{content:""}.fa-search-minus:before{content:""}.fa-search-plus:before{content:""}.fa-searchengin:before{content:""}.fa-seedling:before{content:""}.fa-sellcast:before{content:""}.fa-sellsy:before{content:""}.fa-server:before{content:""}.fa-servicestack:before{content:""}.fa-shapes:before{content:""}.fa-share:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-share-square:before{content:""}.fa-shekel-sign:before{content:""}.fa-shield-alt:before{content:""}.fa-shield-virus:before{content:""}.fa-ship:before{content:""}.fa-shipping-fast:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-shoe-prints:before{content:""}.fa-shopify:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-shopping-cart:before{content:""}.fa-shopware:before{content:""}.fa-shower:before{content:""}.fa-shuttle-van:before{content:""}.fa-sign:before{content:""}.fa-sign-in-alt:before{content:""}.fa-sign-language:before{content:""}.fa-sign-out-alt:before{content:""}.fa-signal:before{content:""}.fa-signature:before{content:""}.fa-sim-card:before{content:""}.fa-simplybuilt:before{content:""}.fa-sink:before{content:""}.fa-sistrix:before{content:""}.fa-sitemap:before{content:""}.fa-sith:before{content:""}.fa-skating:before{content:""}.fa-sketch:before{content:""}.fa-skiing:before{content:""}.fa-skiing-nordic:before{content:""}.fa-skull:before{content:""}.fa-skull-crossbones:before{content:""}.fa-skyatlas:before{content:""}.fa-skype:before{content:""}.fa-slack:before{content:""}.fa-slack-hash:before{content:""}.fa-slash:before{content:""}.fa-sleigh:before{content:""}.fa-sliders-h:before{content:""}.fa-slideshare:before{content:""}.fa-smile:before{content:""}.fa-smile-beam:before{content:""}.fa-smile-wink:before{content:""}.fa-smog:before{content:""}.fa-smoking:before{content:""}.fa-smoking-ban:before{content:""}.fa-sms:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-snowboarding:before{content:""}.fa-snowflake:before{content:""}.fa-snowman:before{content:""}.fa-snowplow:before{content:""}.fa-soap:before{content:""}.fa-socks:before{content:""}.fa-solar-panel:before{content:""}.fa-sort:before{content:""}.fa-sort-alpha-down:before{content:""}.fa-sort-alpha-down-alt:before{content:""}.fa-sort-alpha-up:before{content:""}.fa-sort-alpha-up-alt:before{content:""}.fa-sort-amount-down:before{content:""}.fa-sort-amount-down-alt:before{content:""}.fa-sort-amount-up:before{content:""}.fa-sort-amount-up-alt:before{content:""}.fa-sort-down:before{content:""}.fa-sort-numeric-down:before{content:""}.fa-sort-numeric-down-alt:before{content:""}.fa-sort-numeric-up:before{content:""}.fa-sort-numeric-up-alt:before{content:""}.fa-sort-up:before{content:""}.fa-soundcloud:before{content:""}.fa-sourcetree:before{content:""}.fa-spa:before{content:""}.fa-space-shuttle:before{content:""}.fa-speakap:before{content:""}.fa-speaker-deck:before{content:""}.fa-spell-check:before{content:""}.fa-spider:before{content:""}.fa-spinner:before{content:""}.fa-splotch:before{content:""}.fa-spotify:before{content:""}.fa-spray-can:before{content:""}.fa-square:before{content:""}.fa-square-full:before{content:""}.fa-square-root-alt:before{content:""}.fa-squarespace:before{content:""}.fa-stack-exchange:before{content:""}.fa-stack-overflow:before{content:""}.fa-stackpath:before{content:""}.fa-stamp:before{content:""}.fa-star:before{content:""}.fa-star-and-crescent:before{content:""}.fa-star-half:before{content:""}.fa-star-half-alt:before{content:""}.fa-star-of-david:before{content:""}.fa-star-of-life:before{content:""}.fa-staylinked:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-steam-symbol:before{content:""}.fa-step-backward:before{content:""}.fa-step-forward:before{content:""}.fa-stethoscope:before{content:""}.fa-sticker-mule:before{content:""}.fa-sticky-note:before{content:""}.fa-stop:before{content:""}.fa-stop-circle:before{content:""}.fa-stopwatch:before{content:""}.fa-stopwatch-20:before{content:""}.fa-store:before{content:""}.fa-store-alt:before{content:""}.fa-store-alt-slash:before{content:""}.fa-store-slash:before{content:""}.fa-strava:before{content:""}.fa-stream:before{content:""}.fa-street-view:before{content:""}.fa-strikethrough:before{content:""}.fa-stripe:before{content:""}.fa-stripe-s:before{content:""}.fa-stroopwafel:before{content:""}.fa-studiovinari:before{content:""}.fa-stumbleupon:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-subscript:before{content:""}.fa-subway:before{content:""}.fa-suitcase:before{content:""}.fa-suitcase-rolling:before{content:""}.fa-sun:before{content:""}.fa-superpowers:before{content:""}.fa-superscript:before{content:""}.fa-supple:before{content:""}.fa-surprise:before{content:""}.fa-suse:before{content:""}.fa-swatchbook:before{content:""}.fa-swift:before{content:""}.fa-swimmer:before{content:""}.fa-swimming-pool:before{content:""}.fa-symfony:before{content:""}.fa-synagogue:before{content:""}.fa-sync:before{content:""}.fa-sync-alt:before{content:""}.fa-syringe:before{content:""}.fa-table:before{content:""}.fa-table-tennis:before{content:""}.fa-tablet:before{content:""}.fa-tablet-alt:before{content:""}.fa-tablets:before{content:""}.fa-tachometer-alt:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-tape:before{content:""}.fa-tasks:before{content:""}.fa-taxi:before{content:""}.fa-teamspeak:before{content:""}.fa-teeth:before{content:""}.fa-teeth-open:before{content:""}.fa-telegram:before{content:""}.fa-telegram-plane:before{content:""}.fa-temperature-high:before{content:""}.fa-temperature-low:before{content:""}.fa-tencent-weibo:before{content:""}.fa-tenge:before{content:""}.fa-terminal:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-th:before{content:""}.fa-th-large:before{content:""}.fa-th-list:before{content:""}.fa-the-red-yeti:before{content:""}.fa-theater-masks:before{content:""}.fa-themeco:before{content:""}.fa-themeisle:before{content:""}.fa-thermometer:before{content:""}.fa-thermometer-empty:before{content:""}.fa-thermometer-full:before{content:""}.fa-thermometer-half:before{content:""}.fa-thermometer-quarter:before{content:""}.fa-thermometer-three-quarters:before{content:""}.fa-think-peaks:before{content:""}.fa-thumbs-down:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbtack:before{content:""}.fa-ticket-alt:before{content:""}.fa-tiktok:before{content:""}.fa-times:before{content:""}.fa-times-circle:before{content:""}.fa-tint:before{content:""}.fa-tint-slash:before{content:""}.fa-tired:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-toilet:before{content:""}.fa-toilet-paper:before{content:""}.fa-toilet-paper-slash:before{content:""}.fa-toolbox:before{content:""}.fa-tools:before{content:""}.fa-tooth:before{content:""}.fa-torah:before{content:""}.fa-torii-gate:before{content:""}.fa-tractor:before{content:""}.fa-trade-federation:before{content:""}.fa-trademark:before{content:""}.fa-traffic-light:before{content:""}.fa-trailer:before{content:""}.fa-train:before{content:""}.fa-tram:before{content:""}.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-trash:before{content:""}.fa-trash-alt:before{content:""}.fa-trash-restore:before{content:""}.fa-trash-restore-alt:before{content:""}.fa-tree:before{content:""}.fa-trello:before{content:""}.fa-trophy:before{content:""}.fa-truck:before{content:""}.fa-truck-loading:before{content:""}.fa-truck-monster:before{content:""}.fa-truck-moving:before{content:""}.fa-truck-pickup:before{content:""}.fa-tshirt:before{content:""}.fa-tty:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-tv:before{content:""}.fa-twitch:before{content:""}.fa-twitter:before{content:""}.fa-twitter-square:before{content:""}.fa-typo3:before{content:""}.fa-uber:before{content:""}.fa-ubuntu:before{content:""}.fa-uikit:before{content:""}.fa-umbraco:before{content:""}.fa-umbrella:before{content:""}.fa-umbrella-beach:before{content:""}.fa-uncharted:before{content:""}.fa-underline:before{content:""}.fa-undo:before{content:""}.fa-undo-alt:before{content:""}.fa-uniregistry:before{content:""}.fa-unity:before{content:""}.fa-universal-access:before{content:""}.fa-university:before{content:""}.fa-unlink:before{content:""}.fa-unlock:before{content:""}.fa-unlock-alt:before{content:""}.fa-unsplash:before{content:""}.fa-untappd:before{content:""}.fa-upload:before{content:""}.fa-ups:before{content:""}.fa-usb:before{content:""}.fa-user:before{content:""}.fa-user-alt:before{content:""}.fa-user-alt-slash:before{content:""}.fa-user-astronaut:before{content:""}.fa-user-check:before{content:""}.fa-user-circle:before{content:""}.fa-user-clock:before{content:""}.fa-user-cog:before{content:""}.fa-user-edit:before{content:""}.fa-user-friends:before{content:""}.fa-user-graduate:before{content:""}.fa-user-injured:before{content:""}.fa-user-lock:before{content:""}.fa-user-md:before{content:""}.fa-user-minus:before{content:""}.fa-user-ninja:before{content:""}.fa-user-nurse:before{content:""}.fa-user-plus:before{content:""}.fa-user-secret:before{content:""}.fa-user-shield:before{content:""}.fa-user-slash:before{content:""}.fa-user-tag:before{content:""}.fa-user-tie:before{content:""}.fa-user-times:before{content:""}.fa-users:before{content:""}.fa-users-cog:before{content:""}.fa-users-slash:before{content:""}.fa-usps:before{content:""}.fa-ussunnah:before{content:""}.fa-utensil-spoon:before{content:""}.fa-utensils:before{content:""}.fa-vaadin:before{content:""}.fa-vector-square:before{content:""}.fa-venus:before{content:""}.fa-venus-double:before{content:""}.fa-venus-mars:before{content:""}.fa-vest:before{content:""}.fa-vest-patches:before{content:""}.fa-viacoin:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-vial:before{content:""}.fa-vials:before{content:""}.fa-viber:before{content:""}.fa-video:before{content:""}.fa-video-slash:before{content:""}.fa-vihara:before{content:""}.fa-vimeo:before{content:""}.fa-vimeo-square:before{content:""}.fa-vimeo-v:before{content:""}.fa-vine:before{content:""}.fa-virus:before{content:""}.fa-virus-slash:before{content:""}.fa-viruses:before{content:""}.fa-vk:before{content:""}.fa-vnv:before{content:""}.fa-voicemail:before{content:""}.fa-volleyball-ball:before{content:""}.fa-volume-down:before{content:""}.fa-volume-mute:before{content:""}.fa-volume-off:before{content:""}.fa-volume-up:before{content:""}.fa-vote-yea:before{content:""}.fa-vr-cardboard:before{content:""}.fa-vuejs:before{content:""}.fa-walking:before{content:""}.fa-wallet:before{content:""}.fa-warehouse:before{content:""}.fa-watchman-monitoring:before{content:""}.fa-water:before{content:""}.fa-wave-square:before{content:""}.fa-waze:before{content:""}.fa-weebly:before{content:""}.fa-weibo:before{content:""}.fa-weight:before{content:""}.fa-weight-hanging:before{content:""}.fa-weixin:before{content:""}.fa-whatsapp:before{content:""}.fa-whatsapp-square:before{content:""}.fa-wheelchair:before{content:""}.fa-whmcs:before{content:""}.fa-wifi:before{content:""}.fa-wikipedia-w:before{content:""}.fa-wind:before{content:""}.fa-window-close:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-windows:before{content:""}.fa-wine-bottle:before{content:""}.fa-wine-glass:before{content:""}.fa-wine-glass-alt:before{content:""}.fa-wix:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-wodu:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-won-sign:before{content:""}.fa-wordpress:before{content:""}.fa-wordpress-simple:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpexplorer:before{content:""}.fa-wpforms:before{content:""}.fa-wpressr:before{content:""}.fa-wrench:before{content:""}.fa-x-ray:before{content:""}.fa-xbox:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-y-combinator:before{content:""}.fa-yahoo:before{content:""}.fa-yammer:before{content:""}.fa-yandex:before{content:""}.fa-yandex-international:before{content:""}.fa-yarn:before{content:""}.fa-yelp:before{content:""}.fa-yen-sign:before{content:""}.fa-yin-yang:before{content:""}.fa-yoast:before{content:""}.fa-youtube:before{content:""}.fa-youtube-square:before{content:""}.fa-zhihu:before{content:""}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-display:block;font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;src:url(/pu_rnz_2021/build/fonts/fa-regular-400.77206a6b.eot);src:url(/pu_rnz_2021/build/fonts/fa-regular-400.77206a6b.eot?#iefix) format("embedded-opentype"),url(/pu_rnz_2021/build/fonts/fa-regular-400.7a333762.woff2) format("woff2"),url(/pu_rnz_2021/build/fonts/fa-regular-400.bb58e57c.woff) format("woff"),url(/pu_rnz_2021/build/fonts/fa-regular-400.491974d1.ttf) format("truetype"),url(/pu_rnz_2021/build/images/fa-regular-400.4689f52c.svg#fontawesome) format("svg")}.far{font-weight:400}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-display:block;font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;src:url(/pu_rnz_2021/build/fonts/fa-solid-900.9bbb245e.eot);src:url(/pu_rnz_2021/build/fonts/fa-solid-900.9bbb245e.eot?#iefix) format("embedded-opentype"),url(/pu_rnz_2021/build/fonts/fa-solid-900.1551f4f6.woff2) format("woff2"),url(/pu_rnz_2021/build/fonts/fa-solid-900.eeccf4f6.woff) format("woff"),url(/pu_rnz_2021/build/fonts/fa-solid-900.be9ee23c.ttf) format("truetype"),url(/pu_rnz_2021/build/images/fa-solid-900.7a8b4f13.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:Font Awesome\ 5 Free}.fa,.fas{font-weight:900}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-display:block;font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url(/pu_rnz_2021/build/fonts/fa-brands-400.23f19bb0.eot);src:url(/pu_rnz_2021/build/fonts/fa-brands-400.23f19bb0.eot?#iefix) format("embedded-opentype"),url(/pu_rnz_2021/build/fonts/fa-brands-400.d878b0a6.woff2) format("woff2"),url(/pu_rnz_2021/build/fonts/fa-brands-400.2285773e.woff) format("woff"),url(/pu_rnz_2021/build/fonts/fa-brands-400.527940b1.ttf) format("truetype"),url(/pu_rnz_2021/build/images/fa-brands-400.2f517e09.svg#fontawesome) format("svg")}.fab{font-family:Font Awesome\ 5 Brands;font-weight:400}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:100;src:url(/pu_rnz_2021/build/fonts/roboto-v27-latin-100.cfeaaddd.eot);src:local(""),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-100.cfeaaddd.eot?#iefix) format("embedded-opentype"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-100.25385d9f.woff2) format("woff2"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-100.9391e6e2.woff) format("woff"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-100.3bba7d38.ttf) format("truetype"),url(/pu_rnz_2021/build/images/roboto-v27-latin-100.641943e2.svg#Roboto) format("svg")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:100;src:url(/pu_rnz_2021/build/fonts/roboto-v27-latin-100italic.543d2875.eot);src:local(""),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-100italic.543d2875.eot?#iefix) format("embedded-opentype"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-100italic.369a121b.woff2) format("woff2"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-100italic.d6b24ac3.woff) format("woff"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-100italic.e475797b.ttf) format("truetype"),url(/pu_rnz_2021/build/images/roboto-v27-latin-100italic.55acbd03.svg#Roboto) format("svg")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/pu_rnz_2021/build/fonts/roboto-v27-latin-300.23a02175.eot);src:local(""),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-300.23a02175.eot?#iefix) format("embedded-opentype"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-300.0109a2ac.woff2) format("woff2"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-300.877b9231.woff) format("woff"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-300.9f1e0adc.ttf) format("truetype"),url(/pu_rnz_2021/build/images/roboto-v27-latin-300.991f795d.svg#Roboto) format("svg")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:300;src:url(/pu_rnz_2021/build/fonts/roboto-v27-latin-300italic.061454ea.eot);src:local(""),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-300italic.061454ea.eot?#iefix) format("embedded-opentype"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-300italic.aa3d9e95.woff2) format("woff2"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-300italic.dd07640d.woff) format("woff"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-300italic.1b1617ac.ttf) format("truetype"),url(/pu_rnz_2021/build/images/roboto-v27-latin-300italic.283f1b27.svg#Roboto) format("svg")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/pu_rnz_2021/build/fonts/roboto-v27-latin-regular.160fbc69.eot);src:local(""),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-regular.160fbc69.eot?#iefix) format("embedded-opentype"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-regular.4673b453.woff2) format("woff2"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-regular.9b78ea3b.woff) format("woff"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-regular.69358f64.ttf) format("truetype"),url(/pu_rnz_2021/build/images/roboto-v27-latin-regular.4f862c8b.svg#Roboto) format("svg")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:400;src:url(/pu_rnz_2021/build/fonts/roboto-v27-latin-italic.b79c22d9.eot);src:local(""),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-italic.b79c22d9.eot?#iefix) format("embedded-opentype"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-italic.d52a565a.woff2) format("woff2"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-italic.c8864b37.woff) format("woff"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-italic.45bb88c2.ttf) format("truetype"),url(/pu_rnz_2021/build/images/roboto-v27-latin-italic.5b35ce29.svg#Roboto) format("svg")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/pu_rnz_2021/build/fonts/roboto-v27-latin-500.b33fff41.eot);src:local(""),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-500.b33fff41.eot?#iefix) format("embedded-opentype"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-500.86988841.woff2) format("woff2"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-500.ddd11dab.woff) format("woff"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-500.ff105b19.ttf) format("truetype"),url(/pu_rnz_2021/build/images/roboto-v27-latin-500.9024e4c1.svg#Roboto) format("svg")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:500;src:url(/pu_rnz_2021/build/fonts/roboto-v27-latin-500italic.5e788e97.eot);src:local(""),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-500italic.5e788e97.eot?#iefix) format("embedded-opentype"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-500italic.f8d81cb4.woff2) format("woff2"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-500italic.1633b6b9.woff) format("woff"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-500italic.64f17203.ttf) format("truetype"),url(/pu_rnz_2021/build/images/roboto-v27-latin-500italic.8dc55088.svg#Roboto) format("svg")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/pu_rnz_2021/build/fonts/roboto-v27-latin-700.ddc12da1.eot);src:local(""),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-700.ddc12da1.eot?#iefix) format("embedded-opentype"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-700.0682ca7f.woff2) format("woff2"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-700.0344cc3c.woff) format("woff"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-700.52327c41.ttf) format("truetype"),url(/pu_rnz_2021/build/images/roboto-v27-latin-700.9cc0e612.svg#Roboto) format("svg")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:700;src:url(/pu_rnz_2021/build/fonts/roboto-v27-latin-700italic.e5e4e1ed.eot);src:local(""),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-700italic.e5e4e1ed.eot?#iefix) format("embedded-opentype"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-700italic.c756cf08.woff2) format("woff2"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-700italic.43c07764.woff) format("woff"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-700italic.ae9579bb.ttf) format("truetype"),url(/pu_rnz_2021/build/images/roboto-v27-latin-700italic.ea7a3036.svg#Roboto) format("svg")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:900;src:url(/pu_rnz_2021/build/fonts/roboto-v27-latin-900.491f985a.eot);src:local(""),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-900.491f985a.eot?#iefix) format("embedded-opentype"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-900.153ba331.woff2) format("woff2"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-900.b555d228.woff) format("woff"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-900.016d066a.ttf) format("truetype"),url(/pu_rnz_2021/build/images/roboto-v27-latin-900.117624e9.svg#Roboto) format("svg")}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:900;src:url(/pu_rnz_2021/build/fonts/roboto-v27-latin-900italic.dd4d9451.eot);src:local(""),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-900italic.dd4d9451.eot?#iefix) format("embedded-opentype"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-900italic.dfe01578.woff2) format("woff2"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-900italic.e293def9.woff) format("woff"),url(/pu_rnz_2021/build/fonts/roboto-v27-latin-900italic.88084408.ttf) format("truetype"),url(/pu_rnz_2021/build/images/roboto-v27-latin-900italic.b97dea3e.svg#Roboto) format("svg")}
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-white:#fff;--bs-primary:#0a599d;--bs-primary-lighten:#dae6f0;--bs-primary-darken:#0a599d;--bs-secondary-lighten:#e6c007;--bs-secondary:#f9f9f9;--bs-secondary-darken:#e6c007;--bs-plus:#e07c07;--bs-light:#f9f9f9;--bs-dark:#000;--bs-gray:#eee;--bs-grayer:#6d6d6d;--bs-dark-grayer:#b7b4b4;--bs-dark-gray:#686b6f;--bs-text-dark-gray:#686b6f;--bs-text-gray:#6d6d6d;--bs-neutral:#ccc;--bs-danger:#dc3545;--bs-success:#198754;--bs-transparent:transparent;--bs-primary-rgb:10,89,157;--bs-primary-lighten-rgb:218,230,240;--bs-primary-darken-rgb:10,89,157;--bs-secondary-lighten-rgb:230,192,7;--bs-secondary-rgb:249,249,249;--bs-secondary-darken-rgb:230,192,7;--bs-plus-rgb:224,124,7;--bs-light-rgb:249,249,249;--bs-dark-rgb:0,0,0;--bs-gray-rgb:238,238,238;--bs-grayer-rgb:109,109,109;--bs-dark-grayer-rgb:183,180,180;--bs-dark-gray-rgb:104,107,111;--bs-text-dark-gray-rgb:104,107,111;--bs-text-gray-rgb:109,109,109;--bs-neutral-rgb:204,204,204;--bs-danger-rgb:220,53,69;--bs-success-rgb:25,135,84;--bs-transparent-rgb:0,0,0;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:77,85,90;--bs-body-bg-rgb:249,249,249;--bs-font-sans-serif:Roboto,system-ui,-apple-system,"Segoe UI","Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.3;--bs-body-color:#4d555a;--bs-body-bg:#f9f9f9}*,:after,:before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:var(--bs-body-bg);color:var(--bs-body-color);font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);margin:0;text-align:var(--bs-body-text-align)}hr{background-color:currentColor;border:0;color:inherit;margin:1rem 0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2;margin-bottom:.5rem;margin-top:0}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-bottom:1rem;margin-top:0}abbr[data-bs-original-title],abbr[title]{cursor:help;text-decoration:underline dotted;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit;margin-bottom:1rem}ol,ul{padding-left:2rem}dl,ol,ul{margin-bottom:1rem;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{background-color:#fcf8e3;padding:.2em}sub,sup{font-size:.75em;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0a599d;text-decoration:none}a:hover{color:#08477e}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{direction:ltr;font-family:var(--bs-font-monospace);font-size:1em;unicode-bidi:bidi-override}pre{display:block;font-size:.875em;margin-bottom:1rem;margin-top:0;overflow:auto}pre code{color:inherit;font-size:inherit;word-break:normal}code{word-wrap:break-word;color:#d63384;font-size:.875em}a>code{color:inherit}kbd{background-color:#212529;border-radius:.2rem;color:#fff;font-size:.875em;padding:.2rem .4rem}kbd kbd{font-size:1em;font-weight:700;padding:0}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{border-collapse:collapse;caption-side:bottom}caption{color:#6c757d;padding-bottom:.5rem;padding-top:.5rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{border-style:none;padding:0}textarea{resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{float:left;font-size:calc(1.275rem + .3vw);line-height:inherit;margin-bottom:.5rem;padding:0;width:100%}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}iframe{border:0}summary{cursor:pointer;display:list-item}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{font-size:1.25rem;margin-bottom:1rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{color:#6c757d;font-size:.875em;margin-bottom:1rem;margin-top:-1rem}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{height:auto;max-width:100%}.img-thumbnail{background-color:#f9f9f9;border:1px solid #dee2e6;border-radius:.5rem;padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{color:#6c757d;font-size:.875em}.container,.container-fluid,.container-lg,.container-md,.container-sm{margin-left:auto;margin-right:auto;padding-left:var(--bs-gutter-x,.5rem);padding-right:var(--bs-gutter-x,.5rem);width:100%}@media (min-width:540px){.container,.container-sm{max-width:540px}}@media (min-width:720px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:960px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}.row{--bs-gutter-x:1rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-left:calc(var(--bs-gutter-x)*-.5);margin-right:calc(var(--bs-gutter-x)*-.5);margin-top:calc(var(--bs-gutter-y)*-1)}.row>*{flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}.g-6,.gx-6{--bs-gutter-x:0.84rem}.g-6,.gy-6{--bs-gutter-y:0.84rem}.g-7,.gx-7{--bs-gutter-x:0.74rem}.g-7,.gy-7{--bs-gutter-y:0.74rem}.g-9,.gx-9{--bs-gutter-x:0.42rem}.g-9,.gy-9{--bs-gutter-y:0.42rem}.g-10,.gx-10{--bs-gutter-x:0.84rem}.g-10,.gy-10{--bs-gutter-y:0.84rem}.g-15,.gx-15{--bs-gutter-x:1.26rem}.g-15,.gy-15{--bs-gutter-y:1.26rem}.g-20,.gx-20{--bs-gutter-x:1.68rem}.g-20,.gy-20{--bs-gutter-y:1.68rem}.g-25,.gx-25{--bs-gutter-x:2rem}.g-25,.gy-25{--bs-gutter-y:2rem}.g-30,.gx-30{--bs-gutter-x:2.52rem}.g-30,.gy-30{--bs-gutter-y:2.52rem}.g-35,.gx-35{--bs-gutter-x:2.94rem}.g-35,.gy-35{--bs-gutter-y:2.94rem}.g-40,.gx-40{--bs-gutter-x:3.36rem}.g-40,.gy-40{--bs-gutter-y:3.36rem}.g-45,.gx-45{--bs-gutter-x:3.8rem}.g-45,.gy-45{--bs-gutter-y:3.8rem}.g-50,.gx-50{--bs-gutter-x:4.62rem}.g-50,.gy-50{--bs-gutter-y:4.62rem}.g-55,.gx-55{--bs-gutter-x:4.2rem}.g-55,.gy-55{--bs-gutter-y:4.2rem}.g-60,.gx-60{--bs-gutter-x:5.04rem}.g-60,.gy-60{--bs-gutter-y:5.04rem}.g-70,.gx-70{--bs-gutter-x:5.88rem}.g-70,.gy-70{--bs-gutter-y:5.88rem}.g-80,.gx-80{--bs-gutter-x:6.72rem}.g-80,.gy-80{--bs-gutter-y:6.72rem}.g-90,.gx-90{--bs-gutter-x:7.56rem}.g-90,.gy-90{--bs-gutter-y:7.56rem}.g-100,.gx-100{--bs-gutter-x:8.4rem}.g-100,.gy-100{--bs-gutter-y:8.4rem}@media (min-width:540px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}.g-sm-6,.gx-sm-6{--bs-gutter-x:0.84rem}.g-sm-6,.gy-sm-6{--bs-gutter-y:0.84rem}.g-sm-7,.gx-sm-7{--bs-gutter-x:0.74rem}.g-sm-7,.gy-sm-7{--bs-gutter-y:0.74rem}.g-sm-9,.gx-sm-9{--bs-gutter-x:0.42rem}.g-sm-9,.gy-sm-9{--bs-gutter-y:0.42rem}.g-sm-10,.gx-sm-10{--bs-gutter-x:0.84rem}.g-sm-10,.gy-sm-10{--bs-gutter-y:0.84rem}.g-sm-15,.gx-sm-15{--bs-gutter-x:1.26rem}.g-sm-15,.gy-sm-15{--bs-gutter-y:1.26rem}.g-sm-20,.gx-sm-20{--bs-gutter-x:1.68rem}.g-sm-20,.gy-sm-20{--bs-gutter-y:1.68rem}.g-sm-25,.gx-sm-25{--bs-gutter-x:2rem}.g-sm-25,.gy-sm-25{--bs-gutter-y:2rem}.g-sm-30,.gx-sm-30{--bs-gutter-x:2.52rem}.g-sm-30,.gy-sm-30{--bs-gutter-y:2.52rem}.g-sm-35,.gx-sm-35{--bs-gutter-x:2.94rem}.g-sm-35,.gy-sm-35{--bs-gutter-y:2.94rem}.g-sm-40,.gx-sm-40{--bs-gutter-x:3.36rem}.g-sm-40,.gy-sm-40{--bs-gutter-y:3.36rem}.g-sm-45,.gx-sm-45{--bs-gutter-x:3.8rem}.g-sm-45,.gy-sm-45{--bs-gutter-y:3.8rem}.g-sm-50,.gx-sm-50{--bs-gutter-x:4.62rem}.g-sm-50,.gy-sm-50{--bs-gutter-y:4.62rem}.g-sm-55,.gx-sm-55{--bs-gutter-x:4.2rem}.g-sm-55,.gy-sm-55{--bs-gutter-y:4.2rem}.g-sm-60,.gx-sm-60{--bs-gutter-x:5.04rem}.g-sm-60,.gy-sm-60{--bs-gutter-y:5.04rem}.g-sm-70,.gx-sm-70{--bs-gutter-x:5.88rem}.g-sm-70,.gy-sm-70{--bs-gutter-y:5.88rem}.g-sm-80,.gx-sm-80{--bs-gutter-x:6.72rem}.g-sm-80,.gy-sm-80{--bs-gutter-y:6.72rem}.g-sm-90,.gx-sm-90{--bs-gutter-x:7.56rem}.g-sm-90,.gy-sm-90{--bs-gutter-y:7.56rem}.g-sm-100,.gx-sm-100{--bs-gutter-x:8.4rem}.g-sm-100,.gy-sm-100{--bs-gutter-y:8.4rem}}@media (min-width:720px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}.g-md-6,.gx-md-6{--bs-gutter-x:0.84rem}.g-md-6,.gy-md-6{--bs-gutter-y:0.84rem}.g-md-7,.gx-md-7{--bs-gutter-x:0.74rem}.g-md-7,.gy-md-7{--bs-gutter-y:0.74rem}.g-md-9,.gx-md-9{--bs-gutter-x:0.42rem}.g-md-9,.gy-md-9{--bs-gutter-y:0.42rem}.g-md-10,.gx-md-10{--bs-gutter-x:0.84rem}.g-md-10,.gy-md-10{--bs-gutter-y:0.84rem}.g-md-15,.gx-md-15{--bs-gutter-x:1.26rem}.g-md-15,.gy-md-15{--bs-gutter-y:1.26rem}.g-md-20,.gx-md-20{--bs-gutter-x:1.68rem}.g-md-20,.gy-md-20{--bs-gutter-y:1.68rem}.g-md-25,.gx-md-25{--bs-gutter-x:2rem}.g-md-25,.gy-md-25{--bs-gutter-y:2rem}.g-md-30,.gx-md-30{--bs-gutter-x:2.52rem}.g-md-30,.gy-md-30{--bs-gutter-y:2.52rem}.g-md-35,.gx-md-35{--bs-gutter-x:2.94rem}.g-md-35,.gy-md-35{--bs-gutter-y:2.94rem}.g-md-40,.gx-md-40{--bs-gutter-x:3.36rem}.g-md-40,.gy-md-40{--bs-gutter-y:3.36rem}.g-md-45,.gx-md-45{--bs-gutter-x:3.8rem}.g-md-45,.gy-md-45{--bs-gutter-y:3.8rem}.g-md-50,.gx-md-50{--bs-gutter-x:4.62rem}.g-md-50,.gy-md-50{--bs-gutter-y:4.62rem}.g-md-55,.gx-md-55{--bs-gutter-x:4.2rem}.g-md-55,.gy-md-55{--bs-gutter-y:4.2rem}.g-md-60,.gx-md-60{--bs-gutter-x:5.04rem}.g-md-60,.gy-md-60{--bs-gutter-y:5.04rem}.g-md-70,.gx-md-70{--bs-gutter-x:5.88rem}.g-md-70,.gy-md-70{--bs-gutter-y:5.88rem}.g-md-80,.gx-md-80{--bs-gutter-x:6.72rem}.g-md-80,.gy-md-80{--bs-gutter-y:6.72rem}.g-md-90,.gx-md-90{--bs-gutter-x:7.56rem}.g-md-90,.gy-md-90{--bs-gutter-y:7.56rem}.g-md-100,.gx-md-100{--bs-gutter-x:8.4rem}.g-md-100,.gy-md-100{--bs-gutter-y:8.4rem}}@media (min-width:960px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}.g-lg-6,.gx-lg-6{--bs-gutter-x:0.84rem}.g-lg-6,.gy-lg-6{--bs-gutter-y:0.84rem}.g-lg-7,.gx-lg-7{--bs-gutter-x:0.74rem}.g-lg-7,.gy-lg-7{--bs-gutter-y:0.74rem}.g-lg-9,.gx-lg-9{--bs-gutter-x:0.42rem}.g-lg-9,.gy-lg-9{--bs-gutter-y:0.42rem}.g-lg-10,.gx-lg-10{--bs-gutter-x:0.84rem}.g-lg-10,.gy-lg-10{--bs-gutter-y:0.84rem}.g-lg-15,.gx-lg-15{--bs-gutter-x:1.26rem}.g-lg-15,.gy-lg-15{--bs-gutter-y:1.26rem}.g-lg-20,.gx-lg-20{--bs-gutter-x:1.68rem}.g-lg-20,.gy-lg-20{--bs-gutter-y:1.68rem}.g-lg-25,.gx-lg-25{--bs-gutter-x:2rem}.g-lg-25,.gy-lg-25{--bs-gutter-y:2rem}.g-lg-30,.gx-lg-30{--bs-gutter-x:2.52rem}.g-lg-30,.gy-lg-30{--bs-gutter-y:2.52rem}.g-lg-35,.gx-lg-35{--bs-gutter-x:2.94rem}.g-lg-35,.gy-lg-35{--bs-gutter-y:2.94rem}.g-lg-40,.gx-lg-40{--bs-gutter-x:3.36rem}.g-lg-40,.gy-lg-40{--bs-gutter-y:3.36rem}.g-lg-45,.gx-lg-45{--bs-gutter-x:3.8rem}.g-lg-45,.gy-lg-45{--bs-gutter-y:3.8rem}.g-lg-50,.gx-lg-50{--bs-gutter-x:4.62rem}.g-lg-50,.gy-lg-50{--bs-gutter-y:4.62rem}.g-lg-55,.gx-lg-55{--bs-gutter-x:4.2rem}.g-lg-55,.gy-lg-55{--bs-gutter-y:4.2rem}.g-lg-60,.gx-lg-60{--bs-gutter-x:5.04rem}.g-lg-60,.gy-lg-60{--bs-gutter-y:5.04rem}.g-lg-70,.gx-lg-70{--bs-gutter-x:5.88rem}.g-lg-70,.gy-lg-70{--bs-gutter-y:5.88rem}.g-lg-80,.gx-lg-80{--bs-gutter-x:6.72rem}.g-lg-80,.gy-lg-80{--bs-gutter-y:6.72rem}.g-lg-90,.gx-lg-90{--bs-gutter-x:7.56rem}.g-lg-90,.gy-lg-90{--bs-gutter-y:7.56rem}.g-lg-100,.gx-lg-100{--bs-gutter-x:8.4rem}.g-lg-100,.gy-lg-100{--bs-gutter-y:8.4rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#4d555a;--bs-table-striped-bg:rgba(0,0,0,.05);--bs-table-active-color:#4d555a;--bs-table-active-bg:rgba(0,0,0,.1);--bs-table-hover-color:#4d555a;--bs-table-hover-bg:rgba(0,0,0,.075);border-color:#dee2e6;color:#4d555a;margin-bottom:1rem;vertical-align:top;width:100%}.table>:not(caption)>*>*{background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg);padding:.5rem}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:first-child){border-top:2px solid}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cedeeb;--bs-table-striped-bg:#c4d3df;--bs-table-striped-color:#000;--bs-table-active-bg:#b9c8d4;--bs-table-active-color:#000;--bs-table-hover-bg:#bfcdd9;--bs-table-hover-color:#000;border-color:#b9c8d4;color:#000}.table-secondary{--bs-table-bg:#fefefe;--bs-table-striped-bg:#f1f1f1;--bs-table-striped-color:#000;--bs-table-active-bg:#e5e5e5;--bs-table-active-color:#000;--bs-table-hover-bg:#ebebeb;--bs-table-hover-color:#000;border-color:#e5e5e5;color:#000}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;border-color:#bcd0c7;color:#000}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;border-color:#badce3;color:#000}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;border-color:#e6dbb9;color:#000}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;border-color:#dfc2c4;color:#000}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;border-color:#dfe0e1;color:#000}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;border-color:#373b3e;color:#fff}.table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}@media (max-width:539.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:719.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:959.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;overflow-x:auto}}.form-label{margin-bottom:.5rem}.col-form-label{font-size:inherit;line-height:1.3;margin-bottom:0;padding-bottom:calc(.375rem + 1px);padding-top:calc(.375rem + 1px)}.col-form-label-lg{font-size:1.25rem;padding-bottom:calc(.5rem + 1px);padding-top:calc(.5rem + 1px)}.col-form-label-sm{font-size:.875rem;padding-bottom:calc(.25rem + 1px);padding-top:calc(.25rem + 1px)}.form-text{color:#6c757d;font-size:.875em;margin-top:.25rem}.form-control{appearance:none;background-clip:padding-box;background-color:#f9f9f9;border:1px solid #ced4da;border-radius:.5rem;color:#4d555a;display:block;font-size:1rem;font-weight:400;line-height:1.3;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{background-color:#f9f9f9;border-color:#ced4da;box-shadow:none;color:#4d555a;outline:0}.form-control::-webkit-date-and-time-value{height:1.3em}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{background-color:#e9ecef;border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;color:#4d555a;margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;pointer-events:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{background-color:#e9ecef;border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;color:#4d555a;margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;pointer-events:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{background-color:transparent;border:solid transparent;border-width:1px 0;color:#4d555a;display:block;line-height:1.3;margin-bottom:0;padding:.375rem 0;width:100%}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{border-radius:.2rem;font-size:.875rem;min-height:calc(1.3em + .5rem + 2px);padding:.25rem .5rem}.form-control-sm::file-selector-button{margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.form-control-sm::-webkit-file-upload-button{margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.form-control-lg{border-radius:.3rem;font-size:1.25rem;min-height:calc(1.3em + 1rem + 2px);padding:.5rem 1rem}.form-control-lg::file-selector-button{margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}.form-control-lg::-webkit-file-upload-button{margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}textarea.form-control{min-height:calc(1.3em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.3em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.3em + 1rem + 2px)}.form-control-color{height:auto;padding:.375rem;width:3rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border-radius:.5rem;height:1.3em}.form-control-color::-webkit-color-swatch{border-radius:.5rem;height:1.3em}.form-select{-moz-padding-start:calc(.75rem - 3px);appearance:none;background-color:#f9f9f9;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;border:1px solid #ced4da;border-radius:.5rem;color:#4d555a;display:block;font-size:1rem;font-weight:400;line-height:1.3;padding:.375rem 2.25rem .375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#ced4da;box-shadow:0 0 0 .25rem rgba(10,89,157,.25);outline:0}.form-select[multiple],.form-select[size]:not([size="1"]){background-image:none;padding-right:.75rem}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #4d555a}.form-select-sm{border-radius:.2rem;font-size:.875rem;padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.form-select-lg{border-radius:.3rem;font-size:1.25rem;padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.form-check{display:block;margin-bottom:.125rem;min-height:1.3rem;padding-left:1.5em}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{color-adjust:exact;appearance:none;background-color:#f9f9f9;background-position:50%;background-repeat:no-repeat;background-size:contain;border:1px solid rgba(0,0,0,.25);height:1em;margin-top:.15em;vertical-align:top;width:1em}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#ced4da;box-shadow:0 0 0 .25rem rgba(10,89,157,.25);outline:0}.form-check-input:checked{background-color:#0a599d;border-color:#0a599d}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")}.form-check-input[type=checkbox]:indeterminate{background-color:#0a599d;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");border-color:#0a599d}.form-check-input:disabled{filter:none;opacity:.5;pointer-events:none}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");background-position:0;border-radius:2em;margin-left:-2.5em;transition:background-position .15s ease-in-out;width:2em}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ced4da'/%3E%3C/svg%3E")}.form-switch .form-check-input:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");background-position:100%}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{filter:none;opacity:.65;pointer-events:none}.form-range{appearance:none;background-color:transparent;height:1.5rem;padding:0;width:100%}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #f9f9f9,none}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #f9f9f9,none}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{appearance:none;background-color:#0a599d;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6cde2}.form-range::-webkit-slider-runnable-track{background-color:#dee2e6;border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.form-range::-moz-range-thumb{appearance:none;background-color:#0a599d;border:0;border-radius:1rem;height:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6cde2}.form-range::-moz-range-track{background-color:#dee2e6;border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{border:1px solid transparent;height:100%;left:0;padding:1rem .75rem;pointer-events:none;position:absolute;top:0;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem .75rem}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control:-webkit-autofill{padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-select{padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.input-group>.form-control,.input-group>.form-select{flex:1 1 auto;min-width:0;position:relative;width:1%}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{align-items:center;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.5rem;color:#4d555a;display:flex;font-size:1rem;font-weight:400;line-height:1.3;padding:.375rem .75rem;text-align:center;white-space:nowrap}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{border-radius:.3rem;font-size:1.25rem;padding:.5rem 1rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{border-radius:.2rem;font-size:.875rem;padding:.25rem .5rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-bottom-right-radius:0;border-top-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}.valid-feedback{color:#198754;display:none;font-size:.875em;margin-top:.25rem;width:100%}.valid-tooltip{background-color:rgba(25,135,84,.9);border-radius:.5rem;color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right calc(.325em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.65em + .375rem) calc(.65em + .375rem);border-color:#198754;padding-right:calc(1.3em + .75rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:top calc(.325em + .1875rem) right calc(.325em + .1875rem);padding-right:calc(1.3em + .75rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.65em + .375rem) calc(.65em + .375rem);padding-right:4.125rem}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{color:#dc3545;display:none;font-size:.875em;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:rgba(220,53,69,.9);border-radius:.5rem;color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.325em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.65em + .375rem) calc(.65em + .375rem);border-color:#dc3545;padding-right:calc(1.3em + .75rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:top calc(.325em + .1875rem) right calc(.325em + .1875rem);padding-right:calc(1.3em + .75rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.65em + .375rem) calc(.65em + .375rem);padding-right:4.125rem}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{background-color:transparent;border:1px solid transparent;border-radius:.5rem;color:#4d555a;cursor:pointer;display:inline-block;font-size:1rem;font-weight:400;line-height:1.3;padding:.375rem .75rem;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;user-select:none;vertical-align:middle}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#4d555a}.btn-check:focus+.btn,.btn:focus{box-shadow:0 0 0 .25rem rgba(10,89,157,.25);outline:0}.btn.disabled,.btn:disabled,fieldset:disabled .btn{opacity:.65;pointer-events:none}.btn-check:focus+.btn-white,.btn-white,.btn-white:focus,.btn-white:hover{background-color:#fff;border-color:#fff;color:#000}.btn-check:focus+.btn-white,.btn-white:focus{box-shadow:0 0 0 .25rem hsla(0,0%,85%,.5)}.btn-check:active+.btn-white,.btn-check:checked+.btn-white,.btn-white.active,.btn-white:active,.show>.btn-white.dropdown-toggle{background-color:#fff;border-color:#fff;color:#000}.btn-check:active+.btn-white:focus,.btn-check:checked+.btn-white:focus,.btn-white.active:focus,.btn-white:active:focus,.show>.btn-white.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(0,0%,85%,.5)}.btn-white.disabled,.btn-white:disabled{background-color:#fff;border-color:#fff;color:#000}.btn-primary{background-color:#0a599d;border-color:#0a599d;color:#fff}.btn-check:focus+.btn-primary,.btn-primary:focus,.btn-primary:hover{background-color:#094c85;border-color:#08477e;color:#fff}.btn-check:focus+.btn-primary,.btn-primary:focus{box-shadow:0 0 0 .25rem rgba(47,114,172,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{background-color:#08477e;border-color:#084376;color:#fff}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(47,114,172,.5)}.btn-primary.disabled,.btn-primary:disabled{background-color:#0a599d;border-color:#0a599d;color:#fff}.btn-primary-lighten{background-color:#dae6f0;border-color:#dae6f0;color:#000}.btn-primary-lighten:hover{background-color:#e0eaf2;border-color:#dee9f2;color:#000}.btn-check:focus+.btn-primary-lighten,.btn-primary-lighten:focus{background-color:#e0eaf2;border-color:#dee9f2;box-shadow:0 0 0 .25rem rgba(185,196,204,.5);color:#000}.btn-check:active+.btn-primary-lighten,.btn-check:checked+.btn-primary-lighten,.btn-primary-lighten.active,.btn-primary-lighten:active,.show>.btn-primary-lighten.dropdown-toggle{background-color:#e1ebf3;border-color:#dee9f2;color:#000}.btn-check:active+.btn-primary-lighten:focus,.btn-check:checked+.btn-primary-lighten:focus,.btn-primary-lighten.active:focus,.btn-primary-lighten:active:focus,.show>.btn-primary-lighten.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(185,196,204,.5)}.btn-primary-lighten.disabled,.btn-primary-lighten:disabled{background-color:#dae6f0;border-color:#dae6f0;color:#000}.btn-primary-darken{background-color:#0a599d;border-color:#0a599d;color:#fff}.btn-primary-darken:hover{background-color:#094c85;border-color:#08477e;color:#fff}.btn-check:focus+.btn-primary-darken,.btn-primary-darken:focus{background-color:#094c85;border-color:#08477e;box-shadow:0 0 0 .25rem rgba(47,114,172,.5);color:#fff}.btn-check:active+.btn-primary-darken,.btn-check:checked+.btn-primary-darken,.btn-primary-darken.active,.btn-primary-darken:active,.show>.btn-primary-darken.dropdown-toggle{background-color:#08477e;border-color:#084376;color:#fff}.btn-check:active+.btn-primary-darken:focus,.btn-check:checked+.btn-primary-darken:focus,.btn-primary-darken.active:focus,.btn-primary-darken:active:focus,.show>.btn-primary-darken.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(47,114,172,.5)}.btn-primary-darken.disabled,.btn-primary-darken:disabled{background-color:#0a599d;border-color:#0a599d;color:#fff}.btn-secondary-lighten{background-color:#e6c007;border-color:#e6c007;color:#000}.btn-secondary-lighten:hover{background-color:#eac92c;border-color:#e9c620;color:#000}.btn-check:focus+.btn-secondary-lighten,.btn-secondary-lighten:focus{background-color:#eac92c;border-color:#e9c620;box-shadow:0 0 0 .25rem rgba(196,163,6,.5);color:#000}.btn-check:active+.btn-secondary-lighten,.btn-check:checked+.btn-secondary-lighten,.btn-secondary-lighten.active,.btn-secondary-lighten:active,.show>.btn-secondary-lighten.dropdown-toggle{background-color:#ebcd39;border-color:#e9c620;color:#000}.btn-check:active+.btn-secondary-lighten:focus,.btn-check:checked+.btn-secondary-lighten:focus,.btn-secondary-lighten.active:focus,.btn-secondary-lighten:active:focus,.show>.btn-secondary-lighten.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(196,163,6,.5)}.btn-secondary-lighten.disabled,.btn-secondary-lighten:disabled{background-color:#e6c007;border-color:#e6c007;color:#000}.btn-secondary{background-color:#f9f9f9;border-color:#f9f9f9;color:#000}.btn-check:focus+.btn-secondary,.btn-secondary:focus,.btn-secondary:hover{background-color:#fafafa;border-color:#fafafa;color:#000}.btn-check:focus+.btn-secondary,.btn-secondary:focus{box-shadow:0 0 0 .25rem hsla(0,0%,83%,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{background-color:#fafafa;border-color:#fafafa;color:#000}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(0,0%,83%,.5)}.btn-secondary.disabled,.btn-secondary:disabled{background-color:#f9f9f9;border-color:#f9f9f9;color:#000}.btn-secondary-darken{background-color:#e6c007;border-color:#e6c007;color:#000}.btn-secondary-darken:hover{background-color:#eac92c;border-color:#e9c620;color:#000}.btn-check:focus+.btn-secondary-darken,.btn-secondary-darken:focus{background-color:#eac92c;border-color:#e9c620;box-shadow:0 0 0 .25rem rgba(196,163,6,.5);color:#000}.btn-check:active+.btn-secondary-darken,.btn-check:checked+.btn-secondary-darken,.btn-secondary-darken.active,.btn-secondary-darken:active,.show>.btn-secondary-darken.dropdown-toggle{background-color:#ebcd39;border-color:#e9c620;color:#000}.btn-check:active+.btn-secondary-darken:focus,.btn-check:checked+.btn-secondary-darken:focus,.btn-secondary-darken.active:focus,.btn-secondary-darken:active:focus,.show>.btn-secondary-darken.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(196,163,6,.5)}.btn-secondary-darken.disabled,.btn-secondary-darken:disabled{background-color:#e6c007;border-color:#e6c007;color:#000}.btn-plus{background-color:#e07c07;border-color:#e07c07;color:#000}.btn-check:focus+.btn-plus,.btn-plus:focus,.btn-plus:hover{background-color:#e5902c;border-color:#e38920;color:#000}.btn-check:focus+.btn-plus,.btn-plus:focus{box-shadow:0 0 0 .25rem rgba(190,105,6,.5)}.btn-check:active+.btn-plus,.btn-check:checked+.btn-plus,.btn-plus.active,.btn-plus:active,.show>.btn-plus.dropdown-toggle{background-color:#e69639;border-color:#e38920;color:#000}.btn-check:active+.btn-plus:focus,.btn-check:checked+.btn-plus:focus,.btn-plus.active:focus,.btn-plus:active:focus,.show>.btn-plus.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(190,105,6,.5)}.btn-plus.disabled,.btn-plus:disabled{background-color:#e07c07;border-color:#e07c07;color:#000}.btn-light{background-color:#f9f9f9;border-color:#f9f9f9;color:#000}.btn-check:focus+.btn-light,.btn-light:focus,.btn-light:hover{background-color:#fafafa;border-color:#fafafa;color:#000}.btn-check:focus+.btn-light,.btn-light:focus{box-shadow:0 0 0 .25rem hsla(0,0%,83%,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{background-color:#fafafa;border-color:#fafafa;color:#000}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(0,0%,83%,.5)}.btn-light.disabled,.btn-light:disabled{background-color:#f9f9f9;border-color:#f9f9f9;color:#000}.btn-check:focus+.btn-dark,.btn-dark,.btn-dark:focus,.btn-dark:hover{background-color:#000;border-color:#000;color:#fff}.btn-check:focus+.btn-dark,.btn-dark:focus{box-shadow:0 0 0 .25rem rgba(38,38,38,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{background-color:#000;border-color:#000;color:#fff}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(38,38,38,.5)}.btn-dark.disabled,.btn-dark:disabled{background-color:#000;border-color:#000;color:#fff}.btn-gray{background-color:#eee;border-color:#eee;color:#000}.btn-check:focus+.btn-gray,.btn-gray:focus,.btn-gray:hover{background-color:#f1f1f1;border-color:#f0f0f0;color:#000}.btn-check:focus+.btn-gray,.btn-gray:focus{box-shadow:0 0 0 .25rem hsla(0,0%,79%,.5)}.btn-check:active+.btn-gray,.btn-check:checked+.btn-gray,.btn-gray.active,.btn-gray:active,.show>.btn-gray.dropdown-toggle{background-color:#f1f1f1;border-color:#f0f0f0;color:#000}.btn-check:active+.btn-gray:focus,.btn-check:checked+.btn-gray:focus,.btn-gray.active:focus,.btn-gray:active:focus,.show>.btn-gray.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(0,0%,79%,.5)}.btn-gray.disabled,.btn-gray:disabled{background-color:#eee;border-color:#eee;color:#000}.btn-grayer{background-color:#6d6d6d;border-color:#6d6d6d;color:#fff}.btn-check:focus+.btn-grayer,.btn-grayer:focus,.btn-grayer:hover{background-color:#5d5d5d;border-color:#575757;color:#fff}.btn-check:focus+.btn-grayer,.btn-grayer:focus{box-shadow:0 0 0 .25rem hsla(0,0%,51%,.5)}.btn-check:active+.btn-grayer,.btn-check:checked+.btn-grayer,.btn-grayer.active,.btn-grayer:active,.show>.btn-grayer.dropdown-toggle{background-color:#575757;border-color:#525252;color:#fff}.btn-check:active+.btn-grayer:focus,.btn-check:checked+.btn-grayer:focus,.btn-grayer.active:focus,.btn-grayer:active:focus,.show>.btn-grayer.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(0,0%,51%,.5)}.btn-grayer.disabled,.btn-grayer:disabled{background-color:#6d6d6d;border-color:#6d6d6d;color:#fff}.btn-dark-grayer{background-color:#b7b4b4;border-color:#b7b4b4;color:#000}.btn-dark-grayer:hover{background-color:#c2bfbf;border-color:#bebcbc;color:#000}.btn-check:focus+.btn-dark-grayer,.btn-dark-grayer:focus{background-color:#c2bfbf;border-color:#bebcbc;box-shadow:0 0 0 .25rem hsla(0,1%,61%,.5);color:#000}.btn-check:active+.btn-dark-grayer,.btn-check:checked+.btn-dark-grayer,.btn-dark-grayer.active,.btn-dark-grayer:active,.show>.btn-dark-grayer.dropdown-toggle{background-color:#c5c3c3;border-color:#bebcbc;color:#000}.btn-check:active+.btn-dark-grayer:focus,.btn-check:checked+.btn-dark-grayer:focus,.btn-dark-grayer.active:focus,.btn-dark-grayer:active:focus,.show>.btn-dark-grayer.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(0,1%,61%,.5)}.btn-dark-grayer.disabled,.btn-dark-grayer:disabled{background-color:#b7b4b4;border-color:#b7b4b4;color:#000}.btn-dark-gray{background-color:#686b6f;border-color:#686b6f;color:#fff}.btn-check:focus+.btn-dark-gray,.btn-dark-gray:focus,.btn-dark-gray:hover{background-color:#585b5e;border-color:#535659;color:#fff}.btn-check:focus+.btn-dark-gray,.btn-dark-gray:focus{box-shadow:0 0 0 .25rem hsla(220,2%,51%,.5)}.btn-check:active+.btn-dark-gray,.btn-check:checked+.btn-dark-gray,.btn-dark-gray.active,.btn-dark-gray:active,.show>.btn-dark-gray.dropdown-toggle{background-color:#535659;border-color:#4e5053;color:#fff}.btn-check:active+.btn-dark-gray:focus,.btn-check:checked+.btn-dark-gray:focus,.btn-dark-gray.active:focus,.btn-dark-gray:active:focus,.show>.btn-dark-gray.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(220,2%,51%,.5)}.btn-dark-gray.disabled,.btn-dark-gray:disabled,.btn-text-dark-gray{background-color:#686b6f;border-color:#686b6f;color:#fff}.btn-text-dark-gray:hover{background-color:#585b5e;border-color:#535659;color:#fff}.btn-check:focus+.btn-text-dark-gray,.btn-text-dark-gray:focus{background-color:#585b5e;border-color:#535659;box-shadow:0 0 0 .25rem hsla(220,2%,51%,.5);color:#fff}.btn-check:active+.btn-text-dark-gray,.btn-check:checked+.btn-text-dark-gray,.btn-text-dark-gray.active,.btn-text-dark-gray:active,.show>.btn-text-dark-gray.dropdown-toggle{background-color:#535659;border-color:#4e5053;color:#fff}.btn-check:active+.btn-text-dark-gray:focus,.btn-check:checked+.btn-text-dark-gray:focus,.btn-text-dark-gray.active:focus,.btn-text-dark-gray:active:focus,.show>.btn-text-dark-gray.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(220,2%,51%,.5)}.btn-text-dark-gray.disabled,.btn-text-dark-gray:disabled{background-color:#686b6f;border-color:#686b6f;color:#fff}.btn-text-gray{background-color:#6d6d6d;border-color:#6d6d6d;color:#fff}.btn-check:focus+.btn-text-gray,.btn-text-gray:focus,.btn-text-gray:hover{background-color:#5d5d5d;border-color:#575757;color:#fff}.btn-check:focus+.btn-text-gray,.btn-text-gray:focus{box-shadow:0 0 0 .25rem hsla(0,0%,51%,.5)}.btn-check:active+.btn-text-gray,.btn-check:checked+.btn-text-gray,.btn-text-gray.active,.btn-text-gray:active,.show>.btn-text-gray.dropdown-toggle{background-color:#575757;border-color:#525252;color:#fff}.btn-check:active+.btn-text-gray:focus,.btn-check:checked+.btn-text-gray:focus,.btn-text-gray.active:focus,.btn-text-gray:active:focus,.show>.btn-text-gray.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(0,0%,51%,.5)}.btn-text-gray.disabled,.btn-text-gray:disabled{background-color:#6d6d6d;border-color:#6d6d6d;color:#fff}.btn-neutral{background-color:#ccc;border-color:#ccc;color:#000}.btn-check:focus+.btn-neutral,.btn-neutral:focus,.btn-neutral:hover{background-color:#d4d4d4;border-color:#d1d1d1;color:#000}.btn-check:focus+.btn-neutral,.btn-neutral:focus{box-shadow:0 0 0 .25rem hsla(0,0%,68%,.5)}.btn-check:active+.btn-neutral,.btn-check:checked+.btn-neutral,.btn-neutral.active,.btn-neutral:active,.show>.btn-neutral.dropdown-toggle{background-color:#d6d6d6;border-color:#d1d1d1;color:#000}.btn-check:active+.btn-neutral:focus,.btn-check:checked+.btn-neutral:focus,.btn-neutral.active:focus,.btn-neutral:active:focus,.show>.btn-neutral.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(0,0%,68%,.5)}.btn-neutral.disabled,.btn-neutral:disabled{background-color:#ccc;border-color:#ccc;color:#000}.btn-danger{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-check:focus+.btn-danger,.btn-danger:focus,.btn-danger:hover{background-color:#bb2d3b;border-color:#b02a37;color:#fff}.btn-check:focus+.btn-danger,.btn-danger:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{background-color:#b02a37;border-color:#a52834;color:#fff}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-success{background-color:#198754;border-color:#198754;color:#fff}.btn-check:focus+.btn-success,.btn-success:focus,.btn-success:hover{background-color:#157347;border-color:#146c43;color:#fff}.btn-check:focus+.btn-success,.btn-success:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{background-color:#146c43;border-color:#13653f;color:#fff}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-success.disabled,.btn-success:disabled{background-color:#198754;border-color:#198754;color:#fff}.btn-transparent{background-color:transparent;border-color:transparent;color:#fff}.btn-check:focus+.btn-transparent,.btn-transparent:focus,.btn-transparent:hover{background-color:rgba(0,0,0,.15);border-color:rgba(0,0,0,.2);color:#fff}.btn-check:focus+.btn-transparent,.btn-transparent:focus{box-shadow:0 0 0 .25rem hsla(0,0%,100%,.5)}.btn-check:active+.btn-transparent,.btn-check:checked+.btn-transparent,.btn-transparent.active,.btn-transparent:active,.show>.btn-transparent.dropdown-toggle{background-color:rgba(0,0,0,.2);border-color:rgba(0,0,0,.25);color:#fff}.btn-check:active+.btn-transparent:focus,.btn-check:checked+.btn-transparent:focus,.btn-transparent.active:focus,.btn-transparent:active:focus,.show>.btn-transparent.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(0,0%,100%,.5)}.btn-transparent.disabled,.btn-transparent:disabled{background-color:transparent;border-color:transparent;color:#fff}.btn-outline-white{border-color:#fff;color:#fff}.btn-outline-white:hover{background-color:#fff;border-color:#fff;color:#000}.btn-check:focus+.btn-outline-white,.btn-outline-white:focus{box-shadow:0 0 0 .25rem hsla(0,0%,100%,.5)}.btn-check:active+.btn-outline-white,.btn-check:checked+.btn-outline-white,.btn-outline-white.active,.btn-outline-white.dropdown-toggle.show,.btn-outline-white:active{background-color:#fff;border-color:#fff;color:#000}.btn-check:active+.btn-outline-white:focus,.btn-check:checked+.btn-outline-white:focus,.btn-outline-white.active:focus,.btn-outline-white.dropdown-toggle.show:focus,.btn-outline-white:active:focus{box-shadow:0 0 0 .25rem hsla(0,0%,100%,.5)}.btn-outline-white.disabled,.btn-outline-white:disabled{background-color:transparent;color:#fff}.btn-outline-primary{border-color:#0a599d;color:#0a599d}.btn-outline-primary:hover{background-color:#0a599d;border-color:#0a599d;color:#fff}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(10,89,157,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{background-color:#0a599d;border-color:#0a599d;color:#fff}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(10,89,157,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{background-color:transparent;color:#0a599d}.btn-outline-primary-lighten{border-color:#dae6f0;color:#dae6f0}.btn-outline-primary-lighten:hover{background-color:#dae6f0;border-color:#dae6f0;color:#000}.btn-check:focus+.btn-outline-primary-lighten,.btn-outline-primary-lighten:focus{box-shadow:0 0 0 .25rem rgba(218,230,240,.5)}.btn-check:active+.btn-outline-primary-lighten,.btn-check:checked+.btn-outline-primary-lighten,.btn-outline-primary-lighten.active,.btn-outline-primary-lighten.dropdown-toggle.show,.btn-outline-primary-lighten:active{background-color:#dae6f0;border-color:#dae6f0;color:#000}.btn-check:active+.btn-outline-primary-lighten:focus,.btn-check:checked+.btn-outline-primary-lighten:focus,.btn-outline-primary-lighten.active:focus,.btn-outline-primary-lighten.dropdown-toggle.show:focus,.btn-outline-primary-lighten:active:focus{box-shadow:0 0 0 .25rem rgba(218,230,240,.5)}.btn-outline-primary-lighten.disabled,.btn-outline-primary-lighten:disabled{background-color:transparent;color:#dae6f0}.btn-outline-primary-darken{border-color:#0a599d;color:#0a599d}.btn-outline-primary-darken:hover{background-color:#0a599d;border-color:#0a599d;color:#fff}.btn-check:focus+.btn-outline-primary-darken,.btn-outline-primary-darken:focus{box-shadow:0 0 0 .25rem rgba(10,89,157,.5)}.btn-check:active+.btn-outline-primary-darken,.btn-check:checked+.btn-outline-primary-darken,.btn-outline-primary-darken.active,.btn-outline-primary-darken.dropdown-toggle.show,.btn-outline-primary-darken:active{background-color:#0a599d;border-color:#0a599d;color:#fff}.btn-check:active+.btn-outline-primary-darken:focus,.btn-check:checked+.btn-outline-primary-darken:focus,.btn-outline-primary-darken.active:focus,.btn-outline-primary-darken.dropdown-toggle.show:focus,.btn-outline-primary-darken:active:focus{box-shadow:0 0 0 .25rem rgba(10,89,157,.5)}.btn-outline-primary-darken.disabled,.btn-outline-primary-darken:disabled{background-color:transparent;color:#0a599d}.btn-outline-secondary-lighten{border-color:#e6c007;color:#e6c007}.btn-outline-secondary-lighten:hover{background-color:#e6c007;border-color:#e6c007;color:#000}.btn-check:focus+.btn-outline-secondary-lighten,.btn-outline-secondary-lighten:focus{box-shadow:0 0 0 .25rem rgba(230,192,7,.5)}.btn-check:active+.btn-outline-secondary-lighten,.btn-check:checked+.btn-outline-secondary-lighten,.btn-outline-secondary-lighten.active,.btn-outline-secondary-lighten.dropdown-toggle.show,.btn-outline-secondary-lighten:active{background-color:#e6c007;border-color:#e6c007;color:#000}.btn-check:active+.btn-outline-secondary-lighten:focus,.btn-check:checked+.btn-outline-secondary-lighten:focus,.btn-outline-secondary-lighten.active:focus,.btn-outline-secondary-lighten.dropdown-toggle.show:focus,.btn-outline-secondary-lighten:active:focus{box-shadow:0 0 0 .25rem rgba(230,192,7,.5)}.btn-outline-secondary-lighten.disabled,.btn-outline-secondary-lighten:disabled{background-color:transparent;color:#e6c007}.btn-outline-secondary{border-color:#f9f9f9;color:#f9f9f9}.btn-outline-secondary:hover{background-color:#f9f9f9;border-color:#f9f9f9;color:#000}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem hsla(0,0%,98%,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{background-color:#f9f9f9;border-color:#f9f9f9;color:#000}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem hsla(0,0%,98%,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{background-color:transparent;color:#f9f9f9}.btn-outline-secondary-darken{border-color:#e6c007;color:#e6c007}.btn-outline-secondary-darken:hover{background-color:#e6c007;border-color:#e6c007;color:#000}.btn-check:focus+.btn-outline-secondary-darken,.btn-outline-secondary-darken:focus{box-shadow:0 0 0 .25rem rgba(230,192,7,.5)}.btn-check:active+.btn-outline-secondary-darken,.btn-check:checked+.btn-outline-secondary-darken,.btn-outline-secondary-darken.active,.btn-outline-secondary-darken.dropdown-toggle.show,.btn-outline-secondary-darken:active{background-color:#e6c007;border-color:#e6c007;color:#000}.btn-check:active+.btn-outline-secondary-darken:focus,.btn-check:checked+.btn-outline-secondary-darken:focus,.btn-outline-secondary-darken.active:focus,.btn-outline-secondary-darken.dropdown-toggle.show:focus,.btn-outline-secondary-darken:active:focus{box-shadow:0 0 0 .25rem rgba(230,192,7,.5)}.btn-outline-secondary-darken.disabled,.btn-outline-secondary-darken:disabled{background-color:transparent;color:#e6c007}.btn-outline-plus{border-color:#e07c07;color:#e07c07}.btn-outline-plus:hover{background-color:#e07c07;border-color:#e07c07;color:#000}.btn-check:focus+.btn-outline-plus,.btn-outline-plus:focus{box-shadow:0 0 0 .25rem rgba(224,124,7,.5)}.btn-check:active+.btn-outline-plus,.btn-check:checked+.btn-outline-plus,.btn-outline-plus.active,.btn-outline-plus.dropdown-toggle.show,.btn-outline-plus:active{background-color:#e07c07;border-color:#e07c07;color:#000}.btn-check:active+.btn-outline-plus:focus,.btn-check:checked+.btn-outline-plus:focus,.btn-outline-plus.active:focus,.btn-outline-plus.dropdown-toggle.show:focus,.btn-outline-plus:active:focus{box-shadow:0 0 0 .25rem rgba(224,124,7,.5)}.btn-outline-plus.disabled,.btn-outline-plus:disabled{background-color:transparent;color:#e07c07}.btn-outline-light{border-color:#f9f9f9;color:#f9f9f9}.btn-outline-light:hover{background-color:#f9f9f9;border-color:#f9f9f9;color:#000}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem hsla(0,0%,98%,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{background-color:#f9f9f9;border-color:#f9f9f9;color:#000}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem hsla(0,0%,98%,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{background-color:transparent;color:#f9f9f9}.btn-outline-dark{border-color:#000;color:#000}.btn-outline-dark:hover{background-color:#000;border-color:#000;color:#fff}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(0,0,0,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{background-color:#000;border-color:#000;color:#fff}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(0,0,0,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{background-color:transparent;color:#000}.btn-outline-gray{border-color:#eee;color:#eee}.btn-outline-gray:hover{background-color:#eee;border-color:#eee;color:#000}.btn-check:focus+.btn-outline-gray,.btn-outline-gray:focus{box-shadow:0 0 0 .25rem hsla(0,0%,93%,.5)}.btn-check:active+.btn-outline-gray,.btn-check:checked+.btn-outline-gray,.btn-outline-gray.active,.btn-outline-gray.dropdown-toggle.show,.btn-outline-gray:active{background-color:#eee;border-color:#eee;color:#000}.btn-check:active+.btn-outline-gray:focus,.btn-check:checked+.btn-outline-gray:focus,.btn-outline-gray.active:focus,.btn-outline-gray.dropdown-toggle.show:focus,.btn-outline-gray:active:focus{box-shadow:0 0 0 .25rem hsla(0,0%,93%,.5)}.btn-outline-gray.disabled,.btn-outline-gray:disabled{background-color:transparent;color:#eee}.btn-outline-grayer{border-color:#6d6d6d;color:#6d6d6d}.btn-outline-grayer:hover{background-color:#6d6d6d;border-color:#6d6d6d;color:#fff}.btn-check:focus+.btn-outline-grayer,.btn-outline-grayer:focus{box-shadow:0 0 0 .25rem hsla(0,0%,43%,.5)}.btn-check:active+.btn-outline-grayer,.btn-check:checked+.btn-outline-grayer,.btn-outline-grayer.active,.btn-outline-grayer.dropdown-toggle.show,.btn-outline-grayer:active{background-color:#6d6d6d;border-color:#6d6d6d;color:#fff}.btn-check:active+.btn-outline-grayer:focus,.btn-check:checked+.btn-outline-grayer:focus,.btn-outline-grayer.active:focus,.btn-outline-grayer.dropdown-toggle.show:focus,.btn-outline-grayer:active:focus{box-shadow:0 0 0 .25rem hsla(0,0%,43%,.5)}.btn-outline-grayer.disabled,.btn-outline-grayer:disabled{background-color:transparent;color:#6d6d6d}.btn-outline-dark-grayer{border-color:#b7b4b4;color:#b7b4b4}.btn-outline-dark-grayer:hover{background-color:#b7b4b4;border-color:#b7b4b4;color:#000}.btn-check:focus+.btn-outline-dark-grayer,.btn-outline-dark-grayer:focus{box-shadow:0 0 0 .25rem hsla(0,2%,71%,.5)}.btn-check:active+.btn-outline-dark-grayer,.btn-check:checked+.btn-outline-dark-grayer,.btn-outline-dark-grayer.active,.btn-outline-dark-grayer.dropdown-toggle.show,.btn-outline-dark-grayer:active{background-color:#b7b4b4;border-color:#b7b4b4;color:#000}.btn-check:active+.btn-outline-dark-grayer:focus,.btn-check:checked+.btn-outline-dark-grayer:focus,.btn-outline-dark-grayer.active:focus,.btn-outline-dark-grayer.dropdown-toggle.show:focus,.btn-outline-dark-grayer:active:focus{box-shadow:0 0 0 .25rem hsla(0,2%,71%,.5)}.btn-outline-dark-grayer.disabled,.btn-outline-dark-grayer:disabled{background-color:transparent;color:#b7b4b4}.btn-outline-dark-gray{border-color:#686b6f;color:#686b6f}.btn-outline-dark-gray:hover{background-color:#686b6f;border-color:#686b6f;color:#fff}.btn-check:focus+.btn-outline-dark-gray,.btn-outline-dark-gray:focus{box-shadow:0 0 0 .25rem hsla(214,3%,42%,.5)}.btn-check:active+.btn-outline-dark-gray,.btn-check:checked+.btn-outline-dark-gray,.btn-outline-dark-gray.active,.btn-outline-dark-gray.dropdown-toggle.show,.btn-outline-dark-gray:active{background-color:#686b6f;border-color:#686b6f;color:#fff}.btn-check:active+.btn-outline-dark-gray:focus,.btn-check:checked+.btn-outline-dark-gray:focus,.btn-outline-dark-gray.active:focus,.btn-outline-dark-gray.dropdown-toggle.show:focus,.btn-outline-dark-gray:active:focus{box-shadow:0 0 0 .25rem hsla(214,3%,42%,.5)}.btn-outline-dark-gray.disabled,.btn-outline-dark-gray:disabled{background-color:transparent;color:#686b6f}.btn-outline-text-dark-gray{border-color:#686b6f;color:#686b6f}.btn-outline-text-dark-gray:hover{background-color:#686b6f;border-color:#686b6f;color:#fff}.btn-check:focus+.btn-outline-text-dark-gray,.btn-outline-text-dark-gray:focus{box-shadow:0 0 0 .25rem hsla(214,3%,42%,.5)}.btn-check:active+.btn-outline-text-dark-gray,.btn-check:checked+.btn-outline-text-dark-gray,.btn-outline-text-dark-gray.active,.btn-outline-text-dark-gray.dropdown-toggle.show,.btn-outline-text-dark-gray:active{background-color:#686b6f;border-color:#686b6f;color:#fff}.btn-check:active+.btn-outline-text-dark-gray:focus,.btn-check:checked+.btn-outline-text-dark-gray:focus,.btn-outline-text-dark-gray.active:focus,.btn-outline-text-dark-gray.dropdown-toggle.show:focus,.btn-outline-text-dark-gray:active:focus{box-shadow:0 0 0 .25rem hsla(214,3%,42%,.5)}.btn-outline-text-dark-gray.disabled,.btn-outline-text-dark-gray:disabled{background-color:transparent;color:#686b6f}.btn-outline-text-gray{border-color:#6d6d6d;color:#6d6d6d}.btn-outline-text-gray:hover{background-color:#6d6d6d;border-color:#6d6d6d;color:#fff}.btn-check:focus+.btn-outline-text-gray,.btn-outline-text-gray:focus{box-shadow:0 0 0 .25rem hsla(0,0%,43%,.5)}.btn-check:active+.btn-outline-text-gray,.btn-check:checked+.btn-outline-text-gray,.btn-outline-text-gray.active,.btn-outline-text-gray.dropdown-toggle.show,.btn-outline-text-gray:active{background-color:#6d6d6d;border-color:#6d6d6d;color:#fff}.btn-check:active+.btn-outline-text-gray:focus,.btn-check:checked+.btn-outline-text-gray:focus,.btn-outline-text-gray.active:focus,.btn-outline-text-gray.dropdown-toggle.show:focus,.btn-outline-text-gray:active:focus{box-shadow:0 0 0 .25rem hsla(0,0%,43%,.5)}.btn-outline-text-gray.disabled,.btn-outline-text-gray:disabled{background-color:transparent;color:#6d6d6d}.btn-outline-neutral{border-color:#ccc;color:#ccc}.btn-outline-neutral:hover{background-color:#ccc;border-color:#ccc;color:#000}.btn-check:focus+.btn-outline-neutral,.btn-outline-neutral:focus{box-shadow:0 0 0 .25rem hsla(0,0%,80%,.5)}.btn-check:active+.btn-outline-neutral,.btn-check:checked+.btn-outline-neutral,.btn-outline-neutral.active,.btn-outline-neutral.dropdown-toggle.show,.btn-outline-neutral:active{background-color:#ccc;border-color:#ccc;color:#000}.btn-check:active+.btn-outline-neutral:focus,.btn-check:checked+.btn-outline-neutral:focus,.btn-outline-neutral.active:focus,.btn-outline-neutral.dropdown-toggle.show:focus,.btn-outline-neutral:active:focus{box-shadow:0 0 0 .25rem hsla(0,0%,80%,.5)}.btn-outline-neutral.disabled,.btn-outline-neutral:disabled{background-color:transparent;color:#ccc}.btn-outline-danger{border-color:#dc3545;color:#dc3545}.btn-outline-danger:hover{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{background-color:transparent;color:#dc3545}.btn-outline-success{border-color:#198754;color:#198754}.btn-outline-success:hover{background-color:#198754;border-color:#198754;color:#fff}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{background-color:#198754;border-color:#198754;color:#fff}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{background-color:transparent;color:#198754}.btn-outline-transparent{border-color:transparent;color:transparent}.btn-outline-transparent:hover{background-color:transparent;border-color:transparent;color:#fff}.btn-check:focus+.btn-outline-transparent,.btn-outline-transparent:focus{box-shadow:0 0 0 .25rem rgba(0,0,0,.5)}.btn-check:active+.btn-outline-transparent,.btn-check:checked+.btn-outline-transparent,.btn-outline-transparent.active,.btn-outline-transparent.dropdown-toggle.show,.btn-outline-transparent:active{background-color:transparent;border-color:transparent;color:#fff}.btn-check:active+.btn-outline-transparent:focus,.btn-check:checked+.btn-outline-transparent:focus,.btn-outline-transparent.active:focus,.btn-outline-transparent.dropdown-toggle.show:focus,.btn-outline-transparent:active:focus{box-shadow:0 0 0 .25rem rgba(0,0,0,.5)}.btn-outline-transparent.disabled,.btn-outline-transparent:disabled{background-color:transparent;color:transparent}.btn-link{color:#0a599d;font-weight:400;text-decoration:none}.btn-link:hover{color:#08477e}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{border-radius:.3rem;font-size:1.25rem;padding:.5rem 1rem}.btn-group-sm>.btn,.btn-sm{border-radius:.2rem;font-size:.875rem;padding:.25rem .5rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{height:auto;transition:width .35s ease;width:0}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.15);border-radius:.5rem;color:#4d555a;display:none;font-size:1rem;list-style:none;margin:0;min-width:10rem;padding:.5rem 0;position:absolute;text-align:left;z-index:1000}.dropdown-menu[data-bs-popper]{left:0;margin-top:.125rem;top:100%}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{left:auto;right:0}@media (min-width:540px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{left:auto;right:0}}@media (min-width:720px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{left:auto;right:0}}@media (min-width:960px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{left:auto;right:0}}.dropup .dropdown-menu[data-bs-popper]{bottom:100%;margin-bottom:.125rem;margin-top:0;top:auto}.dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{left:100%;margin-left:.125rem;margin-top:0;right:auto;top:0}.dropend .dropdown-toggle:after{border-bottom:.3em solid transparent;border-left:.3em solid;border-right:0;border-top:.3em solid transparent;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{left:auto;margin-right:.125rem;margin-top:0;right:100%;top:0}.dropstart .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:before{border-bottom:.3em solid transparent;border-right:.3em solid;border-top:.3em solid transparent;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{border-top:1px solid rgba(0,0,0,.15);height:0;margin:.5rem 0;overflow:hidden}.dropdown-item{background-color:transparent;border:0;clear:both;color:#212529;display:block;font-weight:400;padding:.25rem 1rem;text-align:inherit;white-space:nowrap;width:100%}.dropdown-item:focus,.dropdown-item:hover{background-color:#e9ecef;color:#1e2125}.dropdown-item.active,.dropdown-item:active{background-color:#0a599d;color:#fff;text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{background-color:transparent;color:#adb5bd;pointer-events:none}.dropdown-menu.show{display:block}.dropdown-header{color:#6c757d;display:block;font-size:.875rem;margin-bottom:0;padding:.5rem 1rem;white-space:nowrap}.dropdown-item-text{color:#212529;display:block;padding:.25rem 1rem}.dropdown-menu-dark{background-color:#343a40;border-color:rgba(0,0,0,.15);color:#dee2e6}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{background-color:hsla(0,0%,100%,.15);color:#fff}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{background-color:#0a599d;color:#fff}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{flex:1 1 auto;position:relative}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-bottom-left-radius:0;border-top-left-radius:0}.dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-link{color:#0a599d;display:block;padding:.5rem 1rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#08477e}.nav-link.disabled{color:#6c757d;cursor:default;pointer-events:none}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{background:none;border:1px solid transparent;border-top-left-radius:.5rem;border-top-right-radius:.5rem;margin-bottom:-1px}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{background-color:transparent;border-color:transparent;color:#6c757d}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{background-color:#f9f9f9;border-color:#dee2e6 #dee2e6 #f9f9f9;color:#495057}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.nav-pills .nav-link{background:none;border:0;border-radius:.5rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:#0a599d;color:#fff}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:.5rem;padding-top:.5rem;position:relative}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm{align-items:center;display:flex;flex-wrap:inherit;justify-content:space-between}.navbar-brand{font-size:1.25rem;margin-right:1rem;padding-bottom:.3375rem;padding-top:.3375rem;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-link{padding-left:0;padding-right:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-bottom:.5rem;padding-top:.5rem}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{background-color:transparent;border:1px solid transparent;border-radius:.5rem;font-size:1.25rem;line-height:1;padding:.25rem .75rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{box-shadow:0 0 0 .25rem;outline:0;text-decoration:none}.navbar-toggler-icon{background-position:50%;background-repeat:no-repeat;background-size:100%;display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:540px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler,.navbar-expand-sm .offcanvas-header{display:none}.navbar-expand-sm .offcanvas{background-color:transparent;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand-sm .offcanvas-bottom,.navbar-expand-sm .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand-sm .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:720px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler,.navbar-expand-md .offcanvas-header{display:none}.navbar-expand-md .offcanvas{background-color:transparent;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand-md .offcanvas-bottom,.navbar-expand-md .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand-md .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:960px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler,.navbar-expand-lg .offcanvas-header{display:none}.navbar-expand-lg .offcanvas{background-color:transparent;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand-lg .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler,.navbar-expand .offcanvas-header{display:none}.navbar-expand .offcanvas{background-color:transparent;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand .offcanvas-bottom,.navbar-expand .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.55)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{border-color:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.55)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{background-color:#fff;border:1px solid rgba(0,0,0,.125);border-radius:.5rem}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-bottom:inherit;border-top:inherit}.card>.list-group:first-child{border-top-left-radius:calc(.5rem - 1px);border-top-right-radius:calc(.5rem - 1px);border-top-width:0}.card>.list-group:last-child{border-bottom-left-radius:calc(.5rem - 1px);border-bottom-right-radius:calc(.5rem - 1px);border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:1rem}.card-header{background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125);padding:.5rem 1rem}.card-header:first-child{border-radius:calc(.5rem - 1px) calc(.5rem - 1px) 0 0}.card-footer{background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125);padding:.5rem 1rem}.card-footer:last-child{border-radius:0 0 calc(.5rem - 1px) calc(.5rem - 1px)}.card-header-tabs{border-bottom:0;margin-bottom:-.5rem;margin-left:-.5rem;margin-right:-.5rem}.card-header-tabs .nav-link.active{background-color:#fff;border-bottom-color:#fff}.card-header-pills{margin-left:-.5rem;margin-right:-.5rem}.card-img-overlay{border-radius:calc(.5rem - 1px);bottom:0;left:0;padding:1rem;position:absolute;right:0;top:0}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.5rem - 1px);border-top-right-radius:calc(.5rem - 1px)}.card-img,.card-img-bottom{border-bottom-left-radius:calc(.5rem - 1px);border-bottom-right-radius:calc(.5rem - 1px)}.card-group>.card{margin-bottom:.5rem}@media (min-width:540px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{align-items:center;background-color:#f9f9f9;border:0;border-radius:0;color:#4d555a;display:flex;font-size:1rem;overflow-anchor:none;padding:1rem 1.25rem;position:relative;text-align:left;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;width:100%}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){background-color:#e7eef5;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125);color:#09508d}.accordion-button:not(.collapsed):after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2309508d'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");transform:rotate(-180deg)}.accordion-button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234d555a'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:1.25rem;content:"";flex-shrink:0;height:1.25rem;margin-left:auto;transition:transform .2s ease-in-out;width:1.25rem}@media (prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{border-color:#ced4da;box-shadow:0 0 0 .25rem rgba(10,89,157,.25);outline:0;z-index:3}.accordion-header{margin-bottom:0}.accordion-item{background-color:#f9f9f9;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.5rem - 1px);border-top-right-radius:calc(.5rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-left-radius:calc(.5rem - 1px);border-bottom-right-radius:calc(.5rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-left:0;border-radius:0;border-right:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:1rem;padding:0}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{color:#6c757d;content:var(--bs-breadcrumb-divider,"/");float:left;padding-right:.5rem}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;list-style:none;padding-left:0}.page-link{background-color:#fff;border:1px solid #dee2e6;color:#0a599d;display:block;position:relative;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{border-color:#dee2e6;z-index:2}.page-link:focus,.page-link:hover{background-color:#e9ecef;color:#08477e}.page-link:focus{box-shadow:0 0 0 .25rem rgba(10,89,157,.25);outline:0;z-index:3}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{background-color:#0a599d;border-color:#0a599d;color:#fff;z-index:3}.page-item.disabled .page-link{background-color:#fff;border-color:#dee2e6;color:#6c757d;pointer-events:none}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-bottom-left-radius:.5rem;border-top-left-radius:.5rem}.page-item:last-child .page-link{border-bottom-right-radius:.5rem;border-top-right-radius:.5rem}.pagination-lg .page-link{font-size:1.25rem;padding:.75rem 1.5rem}.pagination-lg .page-item:first-child .page-link{border-bottom-left-radius:.3rem;border-top-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-bottom-right-radius:.3rem;border-top-right-radius:.3rem}.pagination-sm .page-link{font-size:.875rem;padding:.25rem .5rem}.pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:.2rem;border-top-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:.2rem;border-top-right-radius:.2rem}.badge{border-radius:.5rem;color:#fff;display:inline-block;font-size:.75em;font-weight:700;line-height:1;padding:.35em .65em;text-align:center;vertical-align:baseline;white-space:nowrap}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{border:1px solid transparent;border-radius:.5rem;margin-bottom:1rem;padding:1rem;position:relative}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{padding:1.25rem 1rem;position:absolute;right:0;top:0;z-index:2}.alert-white{background-color:#fff;border-color:#fff;color:#666}.alert-white .alert-link{color:#525252}.alert-primary{background-color:#cedeeb;border-color:#b6cde2;color:#06355e}.alert-primary .alert-link{color:#052a4b}.alert-primary-lighten{background-color:#f8fafc;border-color:#f4f8fb;color:#575c60}.alert-primary-lighten .alert-link{color:#464a4d}.alert-primary-darken{background-color:#cedeeb;border-color:#b6cde2;color:#06355e}.alert-primary-darken .alert-link{color:#052a4b}.alert-secondary-lighten{background-color:#faf2cd;border-color:#f8ecb5;color:#5c4d03}.alert-secondary-lighten .alert-link{color:#4a3e02}.alert-secondary{background-color:#fefefe;border-color:#fdfdfd;color:#646464}.alert-secondary .alert-link{color:#505050}.alert-secondary-darken{background-color:#faf2cd;border-color:#f8ecb5;color:#5c4d03}.alert-secondary-darken .alert-link{color:#4a3e02}.alert-plus{background-color:#f9e5cd;border-color:#f6d8b5;color:#864a04}.alert-plus .alert-link{color:#6b3b03}.alert-light{background-color:#fefefe;border-color:#fdfdfd;color:#646464}.alert-light .alert-link{color:#505050}.alert-dark{background-color:#ccc;border-color:#b3b3b3;color:#000}.alert-dark .alert-link{color:#000}.alert-gray{background-color:#fcfcfc;border-color:#fafafa;color:#5f5f5f}.alert-gray .alert-link{color:#4c4c4c}.alert-grayer{background-color:#e2e2e2;border-color:#d3d3d3;color:#414141}.alert-grayer .alert-link{color:#343434}.alert-dark-grayer{background-color:#f1f0f0;border-color:#e9e9e9;color:#6e6c6c}.alert-dark-grayer .alert-link{color:#585656}.alert-dark-gray{background-color:#e1e1e2;border-color:#d2d3d4;color:#3e4043}.alert-dark-gray .alert-link{color:#323336}.alert-text-dark-gray{background-color:#e1e1e2;border-color:#d2d3d4;color:#3e4043}.alert-text-dark-gray .alert-link{color:#323336}.alert-text-gray{background-color:#e2e2e2;border-color:#d3d3d3;color:#414141}.alert-text-gray .alert-link{color:#343434}.alert-neutral{background-color:#f5f5f5;border-color:#f0f0f0;color:#525252}.alert-neutral .alert-link{color:#424242}.alert-danger{background-color:#f8d7da;border-color:#f5c2c7;color:#842029}.alert-danger .alert-link{color:#6a1a21}.alert-success{background-color:#d1e7dd;border-color:#badbcc;color:#0f5132}.alert-success .alert-link{color:#0c4128}.alert-transparent{background-color:hsla(0,0%,100%,.8);border-color:hsla(0,0%,100%,.7);color:rgba(0,0,0,.6)}.alert-transparent .alert-link{color:rgba(0,0,0,.68)}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{background-color:#e9ecef;border-radius:.5rem;font-size:.75rem;height:1rem}.progress,.progress-bar{display:flex;overflow:hidden}.progress-bar{background-color:#0a599d;color:#fff;flex-direction:column;justify-content:center;text-align:center;transition:width .6s ease;white-space:nowrap}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{border-radius:.5rem;display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.list-group-numbered{counter-reset:section;list-style-type:none}.list-group-numbered>li:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{color:#495057;text-align:inherit;width:100%}.list-group-item-action:focus,.list-group-item-action:hover{background-color:#f8f9fa;color:#495057;text-decoration:none;z-index:1}.list-group-item-action:active{background-color:#e9ecef;color:#4d555a}.list-group-item{background-color:#fff;border:1px solid rgba(0,0,0,.125);color:#212529;display:block;padding:.5rem 1rem;position:relative}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{background-color:#fff;color:#6c757d;pointer-events:none}.list-group-item.active{background-color:#0a599d;border-color:#0a599d;color:#fff;z-index:2}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{border-top-width:1px;margin-top:-1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.5rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.5rem}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}@media (min-width:540px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.5rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.5rem}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:720px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.5rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.5rem}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:960px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.5rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.5rem}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-white{background-color:#fff;color:#666}.list-group-item-white.list-group-item-action:focus,.list-group-item-white.list-group-item-action:hover{background-color:#e6e6e6;color:#666}.list-group-item-white.list-group-item-action.active{background-color:#666;border-color:#666;color:#fff}.list-group-item-primary{background-color:#cedeeb;color:#06355e}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{background-color:#b9c8d4;color:#06355e}.list-group-item-primary.list-group-item-action.active{background-color:#06355e;border-color:#06355e;color:#fff}.list-group-item-primary-lighten{background-color:#f8fafc;color:#575c60}.list-group-item-primary-lighten.list-group-item-action:focus,.list-group-item-primary-lighten.list-group-item-action:hover{background-color:#dfe1e3;color:#575c60}.list-group-item-primary-lighten.list-group-item-action.active{background-color:#575c60;border-color:#575c60;color:#fff}.list-group-item-primary-darken{background-color:#cedeeb;color:#06355e}.list-group-item-primary-darken.list-group-item-action:focus,.list-group-item-primary-darken.list-group-item-action:hover{background-color:#b9c8d4;color:#06355e}.list-group-item-primary-darken.list-group-item-action.active{background-color:#06355e;border-color:#06355e;color:#fff}.list-group-item-secondary-lighten{background-color:#faf2cd;color:#5c4d03}.list-group-item-secondary-lighten.list-group-item-action:focus,.list-group-item-secondary-lighten.list-group-item-action:hover{background-color:#e1dab9;color:#5c4d03}.list-group-item-secondary-lighten.list-group-item-action.active{background-color:#5c4d03;border-color:#5c4d03;color:#fff}.list-group-item-secondary{background-color:#fefefe;color:#646464}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{background-color:#e5e5e5;color:#646464}.list-group-item-secondary.list-group-item-action.active{background-color:#646464;border-color:#646464;color:#fff}.list-group-item-secondary-darken{background-color:#faf2cd;color:#5c4d03}.list-group-item-secondary-darken.list-group-item-action:focus,.list-group-item-secondary-darken.list-group-item-action:hover{background-color:#e1dab9;color:#5c4d03}.list-group-item-secondary-darken.list-group-item-action.active{background-color:#5c4d03;border-color:#5c4d03;color:#fff}.list-group-item-plus{background-color:#f9e5cd;color:#864a04}.list-group-item-plus.list-group-item-action:focus,.list-group-item-plus.list-group-item-action:hover{background-color:#e0ceb9;color:#864a04}.list-group-item-plus.list-group-item-action.active{background-color:#864a04;border-color:#864a04;color:#fff}.list-group-item-light{background-color:#fefefe;color:#646464}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{background-color:#e5e5e5;color:#646464}.list-group-item-light.list-group-item-action.active{background-color:#646464;border-color:#646464;color:#fff}.list-group-item-dark{background-color:#ccc;color:#000}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{background-color:#b8b8b8;color:#000}.list-group-item-dark.list-group-item-action.active{background-color:#000;border-color:#000;color:#fff}.list-group-item-gray{background-color:#fcfcfc;color:#5f5f5f}.list-group-item-gray.list-group-item-action:focus,.list-group-item-gray.list-group-item-action:hover{background-color:#e3e3e3;color:#5f5f5f}.list-group-item-gray.list-group-item-action.active{background-color:#5f5f5f;border-color:#5f5f5f;color:#fff}.list-group-item-grayer{background-color:#e2e2e2;color:#414141}.list-group-item-grayer.list-group-item-action:focus,.list-group-item-grayer.list-group-item-action:hover{background-color:#cbcbcb;color:#414141}.list-group-item-grayer.list-group-item-action.active{background-color:#414141;border-color:#414141;color:#fff}.list-group-item-dark-grayer{background-color:#f1f0f0;color:#6e6c6c}.list-group-item-dark-grayer.list-group-item-action:focus,.list-group-item-dark-grayer.list-group-item-action:hover{background-color:#d9d8d8;color:#6e6c6c}.list-group-item-dark-grayer.list-group-item-action.active{background-color:#6e6c6c;border-color:#6e6c6c;color:#fff}.list-group-item-dark-gray{background-color:#e1e1e2;color:#3e4043}.list-group-item-dark-gray.list-group-item-action:focus,.list-group-item-dark-gray.list-group-item-action:hover{background-color:#cbcbcb;color:#3e4043}.list-group-item-dark-gray.list-group-item-action.active{background-color:#3e4043;border-color:#3e4043;color:#fff}.list-group-item-text-dark-gray{background-color:#e1e1e2;color:#3e4043}.list-group-item-text-dark-gray.list-group-item-action:focus,.list-group-item-text-dark-gray.list-group-item-action:hover{background-color:#cbcbcb;color:#3e4043}.list-group-item-text-dark-gray.list-group-item-action.active{background-color:#3e4043;border-color:#3e4043;color:#fff}.list-group-item-text-gray{background-color:#e2e2e2;color:#414141}.list-group-item-text-gray.list-group-item-action:focus,.list-group-item-text-gray.list-group-item-action:hover{background-color:#cbcbcb;color:#414141}.list-group-item-text-gray.list-group-item-action.active{background-color:#414141;border-color:#414141;color:#fff}.list-group-item-neutral{background-color:#f5f5f5;color:#525252}.list-group-item-neutral.list-group-item-action:focus,.list-group-item-neutral.list-group-item-action:hover{background-color:#ddd;color:#525252}.list-group-item-neutral.list-group-item-action.active{background-color:#525252;border-color:#525252;color:#fff}.list-group-item-danger{background-color:#f8d7da;color:#842029}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{background-color:#dfc2c4;color:#842029}.list-group-item-danger.list-group-item-action.active{background-color:#842029;border-color:#842029;color:#fff}.list-group-item-success{background-color:#d1e7dd;color:#0f5132}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{background-color:#bcd0c7;color:#0f5132}.list-group-item-success.list-group-item-action.active{background-color:#0f5132;border-color:#0f5132;color:#fff}.list-group-item-transparent{background-color:hsla(0,0%,100%,.8);color:rgba(0,0,0,.6)}.list-group-item-transparent.list-group-item-action:focus,.list-group-item-transparent.list-group-item-action:hover{background-color:hsla(0,0%,86%,.82);color:rgba(0,0,0,.6)}.list-group-item-transparent.list-group-item-action.active{background-color:rgba(0,0,0,.6);border-color:rgba(0,0,0,.6);color:#fff}.btn-close{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;border:0;border-radius:.5rem;box-sizing:content-box;color:#000;height:1em;opacity:.5;padding:.25em;width:1em}.btn-close:hover{color:#000;opacity:.75;text-decoration:none}.btn-close:focus{box-shadow:0 0 0 .25rem rgba(10,89,157,.25);opacity:1;outline:0}.btn-close.disabled,.btn-close:disabled{opacity:.25;pointer-events:none;user-select:none}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{background-clip:padding-box;background-color:hsla(0,0%,100%,.85);border:1px solid rgba(0,0,0,.1);border-radius:.5rem;box-shadow:0 .5rem 1rem rgba(0,0,0,.15);font-size:.875rem;max-width:100%;pointer-events:auto;width:350px}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{max-width:100%;pointer-events:none;width:max-content}.toast-container>:not(:last-child){margin-bottom:.5rem}.toast-header{align-items:center;background-clip:padding-box;background-color:hsla(0,0%,100%,.85);border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.5rem - 1px);border-top-right-radius:calc(.5rem - 1px);color:#6c757d;display:flex;padding:.5rem .75rem}.toast-header .btn-close{margin-left:.75rem;margin-right:-.375rem}.toast-body{word-wrap:break-word;padding:.75rem}.modal{display:none;height:100%;left:0;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;width:100%;z-index:1055}.modal-dialog{margin:.5rem;pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - 1rem)}.modal-content{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1050}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{align-items:center;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);display:flex;flex-shrink:0;justify-content:space-between;padding:1rem}.modal-header .btn-close{margin:-.5rem -.5rem -.5rem auto;padding:.5rem}.modal-title{line-height:1.3;margin-bottom:0}.modal-body{flex:1 1 auto;padding:1rem;position:relative}.modal-footer{align-items:center;border-bottom-left-radius:calc(.3rem - 1px);border-bottom-right-radius:calc(.3rem - 1px);border-top:1px solid #dee2e6;display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;padding:.75rem}.modal-footer>*{margin:.25rem}@media (min-width:540px){.modal-dialog{margin:1.75rem auto;max-width:500px}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:960px){.modal-lg,.modal-xl{max-width:800px}}.modal-xl{max-width:1140px}.modal-fullscreen{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:539.98px){.modal-fullscreen-sm-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-sm-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:719.98px){.modal-fullscreen-md-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-md-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:959.98px){.modal-fullscreen-lg-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-lg-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}.tooltip{word-wrap:break-word;display:block;font-family:var(--bs-font-sans-serif);font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.3;margin:0;opacity:0;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:1080}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{display:block;height:.4rem;position:absolute;width:.8rem}.tooltip .tooltip-arrow:before{border-color:transparent;border-style:solid;content:"";position:absolute}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{border-top-color:#000;border-width:.4rem .4rem 0;top:-1px}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{height:.8rem;left:0;width:.4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{border-right-color:#000;border-width:.4rem .4rem .4rem 0;right:-1px}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{border-bottom-color:#000;border-width:0 .4rem .4rem;bottom:-1px}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{height:.8rem;right:0;width:.4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{border-left-color:#000;border-width:.4rem 0 .4rem .4rem;left:-1px}.tooltip-inner{background-color:#000;border-radius:.5rem;color:#fff;max-width:200px;padding:.25rem .5rem;text-align:center}.popover{word-wrap:break-word;background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;display:block;font-family:var(--bs-font-sans-serif);font-size:.875rem;font-style:normal;font-weight:400;left:0;letter-spacing:normal;line-break:auto;line-height:1.3;max-width:276px;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;top:0;white-space:normal;word-break:normal;word-spacing:normal;z-index:1070}.popover .popover-arrow{display:block;height:.5rem;position:absolute;width:1rem}.popover .popover-arrow:after,.popover .popover-arrow:before{border-color:transparent;border-style:solid;content:"";display:block;position:absolute}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{border-top-color:rgba(0,0,0,.25);border-width:.5rem .5rem 0;bottom:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{border-top-color:#fff;border-width:.5rem .5rem 0;bottom:1px}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{height:1rem;left:calc(-.5rem - 1px);width:.5rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{border-right-color:rgba(0,0,0,.25);border-width:.5rem .5rem .5rem 0;left:0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{border-right-color:#fff;border-width:.5rem .5rem .5rem 0;left:1px}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{border-bottom-color:rgba(0,0,0,.25);border-width:0 .5rem .5rem;top:0}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{border-bottom-color:#fff;border-width:0 .5rem .5rem;top:1px}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{border-bottom:1px solid #f0f0f0;content:"";display:block;left:50%;margin-left:-.5rem;position:absolute;top:0;width:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{height:1rem;right:calc(-.5rem - 1px);width:.5rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{border-left-color:rgba(0,0,0,.25);border-width:.5rem 0 .5rem .5rem;right:0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{border-left-color:#fff;border-width:.5rem 0 .5rem .5rem;right:1px}.popover-header{background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);font-size:1rem;margin-bottom:0;padding:.5rem 1rem}.popover-header:empty{display:none}.popover-body{color:#4d555a;padding:1rem}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{overflow:hidden;position:relative;width:100%}.carousel-inner:after{clear:both;content:"";display:block}.carousel-item{backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;transition:transform .6s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transform:none;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{opacity:1;z-index:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{opacity:0;transition:opacity 0s .6s;z-index:0}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{align-items:center;background:none;border:0;bottom:0;color:#fff;display:flex;justify-content:center;opacity:.5;padding:0;position:absolute;text-align:center;top:0;transition:opacity .15s ease;width:15%;z-index:1}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{background-position:50%;background-repeat:no-repeat;background-size:100% 100%;display:inline-block;height:2rem;width:2rem}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")}.carousel-indicators{bottom:0;display:flex;justify-content:center;left:0;list-style:none;margin-bottom:1rem;margin-left:15%;margin-right:15%;padding:0;position:absolute;right:0;z-index:2}.carousel-indicators [data-bs-target]{background-clip:padding-box;background-color:#fff;border:0;border-bottom:10px solid transparent;border-top:10px solid transparent;box-sizing:content-box;cursor:pointer;flex:0 1 auto;height:3px;margin-left:3px;margin-right:3px;opacity:.5;padding:0;text-indent:-999px;transition:opacity .6s ease;width:30px}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{bottom:1.25rem;color:#fff;left:15%;padding-bottom:1.25rem;padding-top:1.25rem;position:absolute;right:15%;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{animation:spinner-border .75s linear infinite;border:.25em solid;border-radius:50%;border-right:.25em solid transparent;display:inline-block;height:2rem;vertical-align:-.125em;width:2rem}.spinner-border-sm{border-width:.2em;height:1rem;width:1rem}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{animation:spinner-grow .75s linear infinite;background-color:currentColor;border-radius:50%;display:inline-block;height:2rem;opacity:0;vertical-align:-.125em;width:2rem}.spinner-grow-sm{height:1rem;width:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.offcanvas{background-clip:padding-box;background-color:#fff;bottom:0;display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:transform .3s ease-in-out;visibility:hidden;z-index:1045}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{align-items:center;display:flex;justify-content:space-between;padding:1rem}.offcanvas-header .btn-close{margin-bottom:-.5rem;margin-right:-.5rem;margin-top:-.5rem;padding:.5rem}.offcanvas-title{line-height:1.3;margin-bottom:0}.offcanvas-body{flex-grow:1;overflow-y:auto;padding:1rem}.offcanvas-start{border-right:1px solid rgba(0,0,0,.2);left:0;top:0;transform:translateX(-100%);width:400px}.offcanvas-end{border-left:1px solid rgba(0,0,0,.2);right:0;top:0;transform:translateX(100%);width:400px}.offcanvas-top{border-bottom:1px solid rgba(0,0,0,.2);top:0;transform:translateY(-100%)}.offcanvas-bottom,.offcanvas-top{height:30vh;left:0;max-height:100%;right:0}.offcanvas-bottom{border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.placeholder{background-color:currentColor;cursor:wait;display:inline-block;min-height:1em;opacity:.5;vertical-align:middle}.placeholder.btn:before{content:"";display:inline-block}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{animation:placeholder-wave 2s linear infinite;mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);mask-size:200% 100%}@keyframes placeholder-wave{to{mask-position:-200% 0}}.clearfix:after{clear:both;content:"";display:block}.link-white,.link-white:focus,.link-white:hover{color:#fff}.link-primary{color:#0a599d}.link-primary:focus,.link-primary:hover{color:#08477e}.link-primary-lighten{color:#dae6f0}.link-primary-lighten:focus,.link-primary-lighten:hover{color:#e1ebf3}.link-primary-darken{color:#0a599d}.link-primary-darken:focus,.link-primary-darken:hover{color:#08477e}.link-secondary-lighten{color:#e6c007}.link-secondary-lighten:focus,.link-secondary-lighten:hover{color:#ebcd39}.link-secondary{color:#f9f9f9}.link-secondary:focus,.link-secondary:hover{color:#fafafa}.link-secondary-darken{color:#e6c007}.link-secondary-darken:focus,.link-secondary-darken:hover{color:#ebcd39}.link-plus{color:#e07c07}.link-plus:focus,.link-plus:hover{color:#e69639}.link-light{color:#f9f9f9}.link-light:focus,.link-light:hover{color:#fafafa}.link-dark,.link-dark:focus,.link-dark:hover{color:#000}.link-gray{color:#eee}.link-gray:focus,.link-gray:hover{color:#f1f1f1}.link-grayer{color:#6d6d6d}.link-grayer:focus,.link-grayer:hover{color:#575757}.link-dark-grayer{color:#b7b4b4}.link-dark-grayer:focus,.link-dark-grayer:hover{color:#c5c3c3}.link-dark-gray{color:#686b6f}.link-dark-gray:focus,.link-dark-gray:hover{color:#535659}.link-text-dark-gray{color:#686b6f}.link-text-dark-gray:focus,.link-text-dark-gray:hover{color:#535659}.link-text-gray{color:#6d6d6d}.link-text-gray:focus,.link-text-gray:hover{color:#575757}.link-neutral{color:#ccc}.link-neutral:focus,.link-neutral:hover{color:#d6d6d6}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-transparent{color:transparent}.link-transparent:focus,.link-transparent:hover{color:rgba(0,0,0,.2)}.ratio{position:relative;width:100%}.ratio:before{content:"";display:block;padding-top:var(--bs-aspect-ratio)}.ratio>*{height:100%;left:0;position:absolute;top:0;width:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-3x2{--bs-aspect-ratio:66.66667%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-2x3{--bs-aspect-ratio:150%}.ratio-3x4{--bs-aspect-ratio:133.33333%}.ratio-9x16{--bs-aspect-ratio:177.77778%}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}.sticky-top{position:sticky;top:0;z-index:1020}@media (min-width:540px){.sticky-sm-top{position:sticky;top:0;z-index:1020}}@media (min-width:720px){.sticky-md-top{position:sticky;top:0;z-index:1020}}@media (min-width:960px){.sticky-lg-top{position:sticky;top:0;z-index:1020}}.hstack{align-items:center;flex-direction:row}.hstack,.vstack{align-self:stretch;display:flex}.vstack{flex:1 1 auto;flex-direction:column}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.stretched-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{align-self:stretch;background-color:currentColor;display:inline-block;min-height:1em;opacity:.25;width:1px}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-white{border-color:#fff!important}.border-primary{border-color:#0a599d!important}.border-primary-lighten{border-color:#dae6f0!important}.border-primary-darken{border-color:#0a599d!important}.border-secondary-lighten{border-color:#e6c007!important}.border-secondary{border-color:#f9f9f9!important}.border-secondary-darken{border-color:#e6c007!important}.border-plus{border-color:#e07c07!important}.border-light{border-color:#f9f9f9!important}.border-dark{border-color:#000!important}.border-gray{border-color:#eee!important}.border-grayer{border-color:#6d6d6d!important}.border-dark-grayer{border-color:#b7b4b4!important}.border-dark-gray,.border-text-dark-gray{border-color:#686b6f!important}.border-text-gray{border-color:#6d6d6d!important}.border-neutral{border-color:#ccc!important}.border-danger{border-color:#dc3545!important}.border-success{border-color:#198754!important}.border-transparent{border-color:transparent!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.gap-6{gap:.84rem!important}.gap-7{gap:.74rem!important}.gap-9{gap:.42rem!important}.gap-10{gap:.84rem!important}.gap-15{gap:1.26rem!important}.gap-20{gap:1.68rem!important}.gap-25{gap:2rem!important}.gap-30{gap:2.52rem!important}.gap-35{gap:2.94rem!important}.gap-40{gap:3.36rem!important}.gap-45{gap:3.8rem!important}.gap-50{gap:4.62rem!important}.gap-55{gap:4.2rem!important}.gap-60{gap:5.04rem!important}.gap-70{gap:5.88rem!important}.gap-80{gap:6.72rem!important}.gap-90{gap:7.56rem!important}.gap-100{gap:8.4rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-6{margin:.84rem!important}.m-7{margin:.74rem!important}.m-9{margin:.42rem!important}.m-10{margin:.84rem!important}.m-15{margin:1.26rem!important}.m-20{margin:1.68rem!important}.m-25{margin:2rem!important}.m-30{margin:2.52rem!important}.m-35{margin:2.94rem!important}.m-40{margin:3.36rem!important}.m-45{margin:3.8rem!important}.m-50{margin:4.62rem!important}.m-55{margin:4.2rem!important}.m-60{margin:5.04rem!important}.m-70{margin:5.88rem!important}.m-80{margin:6.72rem!important}.m-90{margin:7.56rem!important}.m-100{margin:8.4rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-6{margin-left:.84rem!important;margin-right:.84rem!important}.mx-7{margin-left:.74rem!important;margin-right:.74rem!important}.mx-9{margin-left:.42rem!important;margin-right:.42rem!important}.mx-10{margin-left:.84rem!important;margin-right:.84rem!important}.mx-15{margin-left:1.26rem!important;margin-right:1.26rem!important}.mx-20{margin-left:1.68rem!important;margin-right:1.68rem!important}.mx-25{margin-left:2rem!important;margin-right:2rem!important}.mx-30{margin-left:2.52rem!important;margin-right:2.52rem!important}.mx-35{margin-left:2.94rem!important;margin-right:2.94rem!important}.mx-40{margin-left:3.36rem!important;margin-right:3.36rem!important}.mx-45{margin-left:3.8rem!important;margin-right:3.8rem!important}.mx-50{margin-left:4.62rem!important;margin-right:4.62rem!important}.mx-55{margin-left:4.2rem!important;margin-right:4.2rem!important}.mx-60{margin-left:5.04rem!important;margin-right:5.04rem!important}.mx-70{margin-left:5.88rem!important;margin-right:5.88rem!important}.mx-80{margin-left:6.72rem!important;margin-right:6.72rem!important}.mx-90{margin-left:7.56rem!important;margin-right:7.56rem!important}.mx-100{margin-left:8.4rem!important;margin-right:8.4rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-bottom:0!important;margin-top:0!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-6{margin-bottom:.84rem!important;margin-top:.84rem!important}.my-7{margin-bottom:.74rem!important;margin-top:.74rem!important}.my-9{margin-bottom:.42rem!important;margin-top:.42rem!important}.my-10{margin-bottom:.84rem!important;margin-top:.84rem!important}.my-15{margin-bottom:1.26rem!important;margin-top:1.26rem!important}.my-20{margin-bottom:1.68rem!important;margin-top:1.68rem!important}.my-25{margin-bottom:2rem!important;margin-top:2rem!important}.my-30{margin-bottom:2.52rem!important;margin-top:2.52rem!important}.my-35{margin-bottom:2.94rem!important;margin-top:2.94rem!important}.my-40{margin-bottom:3.36rem!important;margin-top:3.36rem!important}.my-45{margin-bottom:3.8rem!important;margin-top:3.8rem!important}.my-50{margin-bottom:4.62rem!important;margin-top:4.62rem!important}.my-55{margin-bottom:4.2rem!important;margin-top:4.2rem!important}.my-60{margin-bottom:5.04rem!important;margin-top:5.04rem!important}.my-70{margin-bottom:5.88rem!important;margin-top:5.88rem!important}.my-80{margin-bottom:6.72rem!important;margin-top:6.72rem!important}.my-90{margin-bottom:7.56rem!important;margin-top:7.56rem!important}.my-100{margin-bottom:8.4rem!important;margin-top:8.4rem!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-6{margin-top:.84rem!important}.mt-7{margin-top:.74rem!important}.mt-9{margin-top:.42rem!important}.mt-10{margin-top:.84rem!important}.mt-15{margin-top:1.26rem!important}.mt-20{margin-top:1.68rem!important}.mt-25{margin-top:2rem!important}.mt-30{margin-top:2.52rem!important}.mt-35{margin-top:2.94rem!important}.mt-40{margin-top:3.36rem!important}.mt-45{margin-top:3.8rem!important}.mt-50{margin-top:4.62rem!important}.mt-55{margin-top:4.2rem!important}.mt-60{margin-top:5.04rem!important}.mt-70{margin-top:5.88rem!important}.mt-80{margin-top:6.72rem!important}.mt-90{margin-top:7.56rem!important}.mt-100{margin-top:8.4rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-6{margin-right:.84rem!important}.me-7{margin-right:.74rem!important}.me-9{margin-right:.42rem!important}.me-10{margin-right:.84rem!important}.me-15{margin-right:1.26rem!important}.me-20{margin-right:1.68rem!important}.me-25{margin-right:2rem!important}.me-30{margin-right:2.52rem!important}.me-35{margin-right:2.94rem!important}.me-40{margin-right:3.36rem!important}.me-45{margin-right:3.8rem!important}.me-50{margin-right:4.62rem!important}.me-55{margin-right:4.2rem!important}.me-60{margin-right:5.04rem!important}.me-70{margin-right:5.88rem!important}.me-80{margin-right:6.72rem!important}.me-90{margin-right:7.56rem!important}.me-100{margin-right:8.4rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-6{margin-bottom:.84rem!important}.mb-7{margin-bottom:.74rem!important}.mb-9{margin-bottom:.42rem!important}.mb-10{margin-bottom:.84rem!important}.mb-15{margin-bottom:1.26rem!important}.mb-20{margin-bottom:1.68rem!important}.mb-25{margin-bottom:2rem!important}.mb-30{margin-bottom:2.52rem!important}.mb-35{margin-bottom:2.94rem!important}.mb-40{margin-bottom:3.36rem!important}.mb-45{margin-bottom:3.8rem!important}.mb-50{margin-bottom:4.62rem!important}.mb-55{margin-bottom:4.2rem!important}.mb-60{margin-bottom:5.04rem!important}.mb-70{margin-bottom:5.88rem!important}.mb-80{margin-bottom:6.72rem!important}.mb-90{margin-bottom:7.56rem!important}.mb-100{margin-bottom:8.4rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-6{margin-left:.84rem!important}.ms-7{margin-left:.74rem!important}.ms-9{margin-left:.42rem!important}.ms-10{margin-left:.84rem!important}.ms-15{margin-left:1.26rem!important}.ms-20{margin-left:1.68rem!important}.ms-25{margin-left:2rem!important}.ms-30{margin-left:2.52rem!important}.ms-35{margin-left:2.94rem!important}.ms-40{margin-left:3.36rem!important}.ms-45{margin-left:3.8rem!important}.ms-50{margin-left:4.62rem!important}.ms-55{margin-left:4.2rem!important}.ms-60{margin-left:5.04rem!important}.ms-70{margin-left:5.88rem!important}.ms-80{margin-left:6.72rem!important}.ms-90{margin-left:7.56rem!important}.ms-100{margin-left:8.4rem!important}.ms-auto{margin-left:auto!important}.m-n1{margin:-.25rem!important}.m-n2{margin:-.5rem!important}.m-n3{margin:-1rem!important}.m-n4{margin:-1.5rem!important}.m-n5{margin:-3rem!important}.m-n6{margin:-.84rem!important}.m-n7{margin:-.74rem!important}.m-n9{margin:-.42rem!important}.m-n10{margin:-.84rem!important}.m-n15{margin:-1.26rem!important}.m-n20{margin:-1.68rem!important}.m-n25{margin:-2rem!important}.m-n30{margin:-2.52rem!important}.m-n35{margin:-2.94rem!important}.m-n40{margin:-3.36rem!important}.m-n45{margin:-3.8rem!important}.m-n50{margin:-4.62rem!important}.m-n55{margin:-4.2rem!important}.m-n60{margin:-5.04rem!important}.m-n70{margin:-5.88rem!important}.m-n80{margin:-6.72rem!important}.m-n90{margin:-7.56rem!important}.m-n100{margin:-8.4rem!important}.mx-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-n6{margin-left:-.84rem!important;margin-right:-.84rem!important}.mx-n7{margin-left:-.74rem!important;margin-right:-.74rem!important}.mx-n9{margin-left:-.42rem!important;margin-right:-.42rem!important}.mx-n10{margin-left:-.84rem!important;margin-right:-.84rem!important}.mx-n15{margin-left:-1.26rem!important;margin-right:-1.26rem!important}.mx-n20{margin-left:-1.68rem!important;margin-right:-1.68rem!important}.mx-n25{margin-left:-2rem!important;margin-right:-2rem!important}.mx-n30{margin-left:-2.52rem!important;margin-right:-2.52rem!important}.mx-n35{margin-left:-2.94rem!important;margin-right:-2.94rem!important}.mx-n40{margin-left:-3.36rem!important;margin-right:-3.36rem!important}.mx-n45{margin-left:-3.8rem!important;margin-right:-3.8rem!important}.mx-n50{margin-left:-4.62rem!important;margin-right:-4.62rem!important}.mx-n55{margin-left:-4.2rem!important;margin-right:-4.2rem!important}.mx-n60{margin-left:-5.04rem!important;margin-right:-5.04rem!important}.mx-n70{margin-left:-5.88rem!important;margin-right:-5.88rem!important}.mx-n80{margin-left:-6.72rem!important;margin-right:-6.72rem!important}.mx-n90{margin-left:-7.56rem!important;margin-right:-7.56rem!important}.mx-n100{margin-left:-8.4rem!important;margin-right:-8.4rem!important}.my-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-n6{margin-bottom:-.84rem!important;margin-top:-.84rem!important}.my-n7{margin-bottom:-.74rem!important;margin-top:-.74rem!important}.my-n9{margin-bottom:-.42rem!important;margin-top:-.42rem!important}.my-n10{margin-bottom:-.84rem!important;margin-top:-.84rem!important}.my-n15{margin-bottom:-1.26rem!important;margin-top:-1.26rem!important}.my-n20{margin-bottom:-1.68rem!important;margin-top:-1.68rem!important}.my-n25{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-n30{margin-bottom:-2.52rem!important;margin-top:-2.52rem!important}.my-n35{margin-bottom:-2.94rem!important;margin-top:-2.94rem!important}.my-n40{margin-bottom:-3.36rem!important;margin-top:-3.36rem!important}.my-n45{margin-bottom:-3.8rem!important;margin-top:-3.8rem!important}.my-n50{margin-bottom:-4.62rem!important;margin-top:-4.62rem!important}.my-n55{margin-bottom:-4.2rem!important;margin-top:-4.2rem!important}.my-n60{margin-bottom:-5.04rem!important;margin-top:-5.04rem!important}.my-n70{margin-bottom:-5.88rem!important;margin-top:-5.88rem!important}.my-n80{margin-bottom:-6.72rem!important;margin-top:-6.72rem!important}.my-n90{margin-bottom:-7.56rem!important;margin-top:-7.56rem!important}.my-n100{margin-bottom:-8.4rem!important;margin-top:-8.4rem!important}.mt-n1{margin-top:-.25rem!important}.mt-n2{margin-top:-.5rem!important}.mt-n3{margin-top:-1rem!important}.mt-n4{margin-top:-1.5rem!important}.mt-n5{margin-top:-3rem!important}.mt-n6{margin-top:-.84rem!important}.mt-n7{margin-top:-.74rem!important}.mt-n9{margin-top:-.42rem!important}.mt-n10{margin-top:-.84rem!important}.mt-n15{margin-top:-1.26rem!important}.mt-n20{margin-top:-1.68rem!important}.mt-n25{margin-top:-2rem!important}.mt-n30{margin-top:-2.52rem!important}.mt-n35{margin-top:-2.94rem!important}.mt-n40{margin-top:-3.36rem!important}.mt-n45{margin-top:-3.8rem!important}.mt-n50{margin-top:-4.62rem!important}.mt-n55{margin-top:-4.2rem!important}.mt-n60{margin-top:-5.04rem!important}.mt-n70{margin-top:-5.88rem!important}.mt-n80{margin-top:-6.72rem!important}.mt-n90{margin-top:-7.56rem!important}.mt-n100{margin-top:-8.4rem!important}.me-n1{margin-right:-.25rem!important}.me-n2{margin-right:-.5rem!important}.me-n3{margin-right:-1rem!important}.me-n4{margin-right:-1.5rem!important}.me-n5{margin-right:-3rem!important}.me-n6{margin-right:-.84rem!important}.me-n7{margin-right:-.74rem!important}.me-n9{margin-right:-.42rem!important}.me-n10{margin-right:-.84rem!important}.me-n15{margin-right:-1.26rem!important}.me-n20{margin-right:-1.68rem!important}.me-n25{margin-right:-2rem!important}.me-n30{margin-right:-2.52rem!important}.me-n35{margin-right:-2.94rem!important}.me-n40{margin-right:-3.36rem!important}.me-n45{margin-right:-3.8rem!important}.me-n50{margin-right:-4.62rem!important}.me-n55{margin-right:-4.2rem!important}.me-n60{margin-right:-5.04rem!important}.me-n70{margin-right:-5.88rem!important}.me-n80{margin-right:-6.72rem!important}.me-n90{margin-right:-7.56rem!important}.me-n100{margin-right:-8.4rem!important}.mb-n1{margin-bottom:-.25rem!important}.mb-n2{margin-bottom:-.5rem!important}.mb-n3{margin-bottom:-1rem!important}.mb-n4{margin-bottom:-1.5rem!important}.mb-n5{margin-bottom:-3rem!important}.mb-n6{margin-bottom:-.84rem!important}.mb-n7{margin-bottom:-.74rem!important}.mb-n9{margin-bottom:-.42rem!important}.mb-n10{margin-bottom:-.84rem!important}.mb-n15{margin-bottom:-1.26rem!important}.mb-n20{margin-bottom:-1.68rem!important}.mb-n25{margin-bottom:-2rem!important}.mb-n30{margin-bottom:-2.52rem!important}.mb-n35{margin-bottom:-2.94rem!important}.mb-n40{margin-bottom:-3.36rem!important}.mb-n45{margin-bottom:-3.8rem!important}.mb-n50{margin-bottom:-4.62rem!important}.mb-n55{margin-bottom:-4.2rem!important}.mb-n60{margin-bottom:-5.04rem!important}.mb-n70{margin-bottom:-5.88rem!important}.mb-n80{margin-bottom:-6.72rem!important}.mb-n90{margin-bottom:-7.56rem!important}.mb-n100{margin-bottom:-8.4rem!important}.ms-n1{margin-left:-.25rem!important}.ms-n2{margin-left:-.5rem!important}.ms-n3{margin-left:-1rem!important}.ms-n4{margin-left:-1.5rem!important}.ms-n5{margin-left:-3rem!important}.ms-n6{margin-left:-.84rem!important}.ms-n7{margin-left:-.74rem!important}.ms-n9{margin-left:-.42rem!important}.ms-n10{margin-left:-.84rem!important}.ms-n15{margin-left:-1.26rem!important}.ms-n20{margin-left:-1.68rem!important}.ms-n25{margin-left:-2rem!important}.ms-n30{margin-left:-2.52rem!important}.ms-n35{margin-left:-2.94rem!important}.ms-n40{margin-left:-3.36rem!important}.ms-n45{margin-left:-3.8rem!important}.ms-n50{margin-left:-4.62rem!important}.ms-n55{margin-left:-4.2rem!important}.ms-n60{margin-left:-5.04rem!important}.ms-n70{margin-left:-5.88rem!important}.ms-n80{margin-left:-6.72rem!important}.ms-n90{margin-left:-7.56rem!important}.ms-n100{margin-left:-8.4rem!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.p-6{padding:.84rem!important}.p-7{padding:.74rem!important}.p-9{padding:.42rem!important}.p-10{padding:.84rem!important}.p-15{padding:1.26rem!important}.p-20{padding:1.68rem!important}.p-25{padding:2rem!important}.p-30{padding:2.52rem!important}.p-35{padding:2.94rem!important}.p-40{padding:3.36rem!important}.p-45{padding:3.8rem!important}.p-50{padding:4.62rem!important}.p-55{padding:4.2rem!important}.p-60{padding:5.04rem!important}.p-70{padding:5.88rem!important}.p-80{padding:6.72rem!important}.p-90{padding:7.56rem!important}.p-100{padding:8.4rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.px-6{padding-left:.84rem!important;padding-right:.84rem!important}.px-7{padding-left:.74rem!important;padding-right:.74rem!important}.px-9{padding-left:.42rem!important;padding-right:.42rem!important}.px-10{padding-left:.84rem!important;padding-right:.84rem!important}.px-15{padding-left:1.26rem!important;padding-right:1.26rem!important}.px-20{padding-left:1.68rem!important;padding-right:1.68rem!important}.px-25{padding-left:2rem!important;padding-right:2rem!important}.px-30{padding-left:2.52rem!important;padding-right:2.52rem!important}.px-35{padding-left:2.94rem!important;padding-right:2.94rem!important}.px-40{padding-left:3.36rem!important;padding-right:3.36rem!important}.px-45{padding-left:3.8rem!important;padding-right:3.8rem!important}.px-50{padding-left:4.62rem!important;padding-right:4.62rem!important}.px-55{padding-left:4.2rem!important;padding-right:4.2rem!important}.px-60{padding-left:5.04rem!important;padding-right:5.04rem!important}.px-70{padding-left:5.88rem!important;padding-right:5.88rem!important}.px-80{padding-left:6.72rem!important;padding-right:6.72rem!important}.px-90{padding-left:7.56rem!important;padding-right:7.56rem!important}.px-100{padding-left:8.4rem!important;padding-right:8.4rem!important}.py-0{padding-bottom:0!important;padding-top:0!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-6{padding-bottom:.84rem!important;padding-top:.84rem!important}.py-7{padding-bottom:.74rem!important;padding-top:.74rem!important}.py-9{padding-bottom:.42rem!important;padding-top:.42rem!important}.py-10{padding-bottom:.84rem!important;padding-top:.84rem!important}.py-15{padding-bottom:1.26rem!important;padding-top:1.26rem!important}.py-20{padding-bottom:1.68rem!important;padding-top:1.68rem!important}.py-25{padding-bottom:2rem!important;padding-top:2rem!important}.py-30{padding-bottom:2.52rem!important;padding-top:2.52rem!important}.py-35{padding-bottom:2.94rem!important;padding-top:2.94rem!important}.py-40{padding-bottom:3.36rem!important;padding-top:3.36rem!important}.py-45{padding-bottom:3.8rem!important;padding-top:3.8rem!important}.py-50{padding-bottom:4.62rem!important;padding-top:4.62rem!important}.py-55{padding-bottom:4.2rem!important;padding-top:4.2rem!important}.py-60{padding-bottom:5.04rem!important;padding-top:5.04rem!important}.py-70{padding-bottom:5.88rem!important;padding-top:5.88rem!important}.py-80{padding-bottom:6.72rem!important;padding-top:6.72rem!important}.py-90{padding-bottom:7.56rem!important;padding-top:7.56rem!important}.py-100{padding-bottom:8.4rem!important;padding-top:8.4rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pt-6{padding-top:.84rem!important}.pt-7{padding-top:.74rem!important}.pt-9{padding-top:.42rem!important}.pt-10{padding-top:.84rem!important}.pt-15{padding-top:1.26rem!important}.pt-20{padding-top:1.68rem!important}.pt-25{padding-top:2rem!important}.pt-30{padding-top:2.52rem!important}.pt-35{padding-top:2.94rem!important}.pt-40{padding-top:3.36rem!important}.pt-45{padding-top:3.8rem!important}.pt-50{padding-top:4.62rem!important}.pt-55{padding-top:4.2rem!important}.pt-60{padding-top:5.04rem!important}.pt-70{padding-top:5.88rem!important}.pt-80{padding-top:6.72rem!important}.pt-90{padding-top:7.56rem!important}.pt-100{padding-top:8.4rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pe-6{padding-right:.84rem!important}.pe-7{padding-right:.74rem!important}.pe-9{padding-right:.42rem!important}.pe-10{padding-right:.84rem!important}.pe-15{padding-right:1.26rem!important}.pe-20{padding-right:1.68rem!important}.pe-25{padding-right:2rem!important}.pe-30{padding-right:2.52rem!important}.pe-35{padding-right:2.94rem!important}.pe-40{padding-right:3.36rem!important}.pe-45{padding-right:3.8rem!important}.pe-50{padding-right:4.62rem!important}.pe-55{padding-right:4.2rem!important}.pe-60{padding-right:5.04rem!important}.pe-70{padding-right:5.88rem!important}.pe-80{padding-right:6.72rem!important}.pe-90{padding-right:7.56rem!important}.pe-100{padding-right:8.4rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.pb-6{padding-bottom:.84rem!important}.pb-7{padding-bottom:.74rem!important}.pb-9{padding-bottom:.42rem!important}.pb-10{padding-bottom:.84rem!important}.pb-15{padding-bottom:1.26rem!important}.pb-20{padding-bottom:1.68rem!important}.pb-25{padding-bottom:2rem!important}.pb-30{padding-bottom:2.52rem!important}.pb-35{padding-bottom:2.94rem!important}.pb-40{padding-bottom:3.36rem!important}.pb-45{padding-bottom:3.8rem!important}.pb-50{padding-bottom:4.62rem!important}.pb-55{padding-bottom:4.2rem!important}.pb-60{padding-bottom:5.04rem!important}.pb-70{padding-bottom:5.88rem!important}.pb-80{padding-bottom:6.72rem!important}.pb-90{padding-bottom:7.56rem!important}.pb-100{padding-bottom:8.4rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.ps-6{padding-left:.84rem!important}.ps-7{padding-left:.74rem!important}.ps-9{padding-left:.42rem!important}.ps-10{padding-left:.84rem!important}.ps-15{padding-left:1.26rem!important}.ps-20{padding-left:1.68rem!important}.ps-25{padding-left:2rem!important}.ps-30{padding-left:2.52rem!important}.ps-35{padding-left:2.94rem!important}.ps-40{padding-left:3.36rem!important}.ps-45{padding-left:3.8rem!important}.ps-50{padding-left:4.62rem!important}.ps-55{padding-left:4.2rem!important}.ps-60{padding-left:5.04rem!important}.ps-70{padding-left:5.88rem!important}.ps-80{padding-left:6.72rem!important}.ps-90{padding-left:7.56rem!important}.ps-100{padding-left:8.4rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fs-7{font-size:.9rem!important}.fs-8{font-size:.875rem!important}.fs-9{font-size:.75rem!important}.fs-10{font-size:calc(1.475rem + 2.7vw)!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.3!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-primary-lighten{--bs-text-opacity:1;color:rgba(var(--bs-primary-lighten-rgb),var(--bs-text-opacity))!important}.text-primary-darken{--bs-text-opacity:1;color:rgba(var(--bs-primary-darken-rgb),var(--bs-text-opacity))!important}.text-secondary-lighten{--bs-text-opacity:1;color:rgba(var(--bs-secondary-lighten-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-secondary-darken{--bs-text-opacity:1;color:rgba(var(--bs-secondary-darken-rgb),var(--bs-text-opacity))!important}.text-plus{--bs-text-opacity:1;color:rgba(var(--bs-plus-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-gray{--bs-text-opacity:1;color:rgba(var(--bs-gray-rgb),var(--bs-text-opacity))!important}.text-grayer{--bs-text-opacity:1;color:rgba(var(--bs-grayer-rgb),var(--bs-text-opacity))!important}.text-dark-grayer{--bs-text-opacity:1;color:rgba(var(--bs-dark-grayer-rgb),var(--bs-text-opacity))!important}.text-dark-gray{--bs-text-opacity:1;color:rgba(var(--bs-dark-gray-rgb),var(--bs-text-opacity))!important}.text-text-dark-gray{--bs-text-opacity:1;color:rgba(var(--bs-text-dark-gray-rgb),var(--bs-text-opacity))!important}.text-text-gray{--bs-text-opacity:1;color:rgba(var(--bs-text-gray-rgb),var(--bs-text-opacity))!important}.text-neutral{--bs-text-opacity:1;color:rgba(var(--bs-neutral-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-transparent{--bs-text-opacity:1;color:rgba(var(--bs-transparent-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:hsla(0,0%,100%,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-primary-lighten{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-lighten-rgb),var(--bs-bg-opacity))!important}.bg-primary-darken{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-darken-rgb),var(--bs-bg-opacity))!important}.bg-secondary-lighten{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-lighten-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-secondary-darken{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-darken-rgb),var(--bs-bg-opacity))!important}.bg-plus{--bs-bg-opacity:1;background-color:rgba(var(--bs-plus-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-gray{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-rgb),var(--bs-bg-opacity))!important}.bg-grayer{--bs-bg-opacity:1;background-color:rgba(var(--bs-grayer-rgb),var(--bs-bg-opacity))!important}.bg-dark-grayer{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-grayer-rgb),var(--bs-bg-opacity))!important}.bg-dark-gray{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-gray-rgb),var(--bs-bg-opacity))!important}.bg-text-dark-gray{--bs-bg-opacity:1;background-color:rgba(var(--bs-text-dark-gray-rgb),var(--bs-bg-opacity))!important}.bg-text-gray{--bs-bg-opacity:1;background-color:rgba(var(--bs-text-gray-rgb),var(--bs-bg-opacity))!important}.bg-neutral{--bs-bg-opacity:1;background-color:rgba(var(--bs-neutral-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{user-select:all!important}.user-select-auto{user-select:auto!important}.user-select-none{user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.5rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.5rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.5rem!important}.rounded-end,.rounded-top{border-top-right-radius:.5rem!important}.rounded-bottom,.rounded-end{border-bottom-right-radius:.5rem!important}.rounded-bottom,.rounded-start{border-bottom-left-radius:.5rem!important}.rounded-start{border-top-left-radius:.5rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:540px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.gap-sm-6{gap:.84rem!important}.gap-sm-7{gap:.74rem!important}.gap-sm-9{gap:.42rem!important}.gap-sm-10{gap:.84rem!important}.gap-sm-15{gap:1.26rem!important}.gap-sm-20{gap:1.68rem!important}.gap-sm-25{gap:2rem!important}.gap-sm-30{gap:2.52rem!important}.gap-sm-35{gap:2.94rem!important}.gap-sm-40{gap:3.36rem!important}.gap-sm-45{gap:3.8rem!important}.gap-sm-50{gap:4.62rem!important}.gap-sm-55{gap:4.2rem!important}.gap-sm-60{gap:5.04rem!important}.gap-sm-70{gap:5.88rem!important}.gap-sm-80{gap:6.72rem!important}.gap-sm-90{gap:7.56rem!important}.gap-sm-100{gap:8.4rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-6{margin:.84rem!important}.m-sm-7{margin:.74rem!important}.m-sm-9{margin:.42rem!important}.m-sm-10{margin:.84rem!important}.m-sm-15{margin:1.26rem!important}.m-sm-20{margin:1.68rem!important}.m-sm-25{margin:2rem!important}.m-sm-30{margin:2.52rem!important}.m-sm-35{margin:2.94rem!important}.m-sm-40{margin:3.36rem!important}.m-sm-45{margin:3.8rem!important}.m-sm-50{margin:4.62rem!important}.m-sm-55{margin:4.2rem!important}.m-sm-60{margin:5.04rem!important}.m-sm-70{margin:5.88rem!important}.m-sm-80{margin:6.72rem!important}.m-sm-90{margin:7.56rem!important}.m-sm-100{margin:8.4rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-6{margin-left:.84rem!important;margin-right:.84rem!important}.mx-sm-7{margin-left:.74rem!important;margin-right:.74rem!important}.mx-sm-9{margin-left:.42rem!important;margin-right:.42rem!important}.mx-sm-10{margin-left:.84rem!important;margin-right:.84rem!important}.mx-sm-15{margin-left:1.26rem!important;margin-right:1.26rem!important}.mx-sm-20{margin-left:1.68rem!important;margin-right:1.68rem!important}.mx-sm-25{margin-left:2rem!important;margin-right:2rem!important}.mx-sm-30{margin-left:2.52rem!important;margin-right:2.52rem!important}.mx-sm-35{margin-left:2.94rem!important;margin-right:2.94rem!important}.mx-sm-40{margin-left:3.36rem!important;margin-right:3.36rem!important}.mx-sm-45{margin-left:3.8rem!important;margin-right:3.8rem!important}.mx-sm-50{margin-left:4.62rem!important;margin-right:4.62rem!important}.mx-sm-55{margin-left:4.2rem!important;margin-right:4.2rem!important}.mx-sm-60{margin-left:5.04rem!important;margin-right:5.04rem!important}.mx-sm-70{margin-left:5.88rem!important;margin-right:5.88rem!important}.mx-sm-80{margin-left:6.72rem!important;margin-right:6.72rem!important}.mx-sm-90{margin-left:7.56rem!important;margin-right:7.56rem!important}.mx-sm-100{margin-left:8.4rem!important;margin-right:8.4rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-bottom:0!important;margin-top:0!important}.my-sm-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-sm-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-sm-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-sm-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-sm-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-sm-6{margin-bottom:.84rem!important;margin-top:.84rem!important}.my-sm-7{margin-bottom:.74rem!important;margin-top:.74rem!important}.my-sm-9{margin-bottom:.42rem!important;margin-top:.42rem!important}.my-sm-10{margin-bottom:.84rem!important;margin-top:.84rem!important}.my-sm-15{margin-bottom:1.26rem!important;margin-top:1.26rem!important}.my-sm-20{margin-bottom:1.68rem!important;margin-top:1.68rem!important}.my-sm-25{margin-bottom:2rem!important;margin-top:2rem!important}.my-sm-30{margin-bottom:2.52rem!important;margin-top:2.52rem!important}.my-sm-35{margin-bottom:2.94rem!important;margin-top:2.94rem!important}.my-sm-40{margin-bottom:3.36rem!important;margin-top:3.36rem!important}.my-sm-45{margin-bottom:3.8rem!important;margin-top:3.8rem!important}.my-sm-50{margin-bottom:4.62rem!important;margin-top:4.62rem!important}.my-sm-55{margin-bottom:4.2rem!important;margin-top:4.2rem!important}.my-sm-60{margin-bottom:5.04rem!important;margin-top:5.04rem!important}.my-sm-70{margin-bottom:5.88rem!important;margin-top:5.88rem!important}.my-sm-80{margin-bottom:6.72rem!important;margin-top:6.72rem!important}.my-sm-90{margin-bottom:7.56rem!important;margin-top:7.56rem!important}.my-sm-100{margin-bottom:8.4rem!important;margin-top:8.4rem!important}.my-sm-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-6{margin-top:.84rem!important}.mt-sm-7{margin-top:.74rem!important}.mt-sm-9{margin-top:.42rem!important}.mt-sm-10{margin-top:.84rem!important}.mt-sm-15{margin-top:1.26rem!important}.mt-sm-20{margin-top:1.68rem!important}.mt-sm-25{margin-top:2rem!important}.mt-sm-30{margin-top:2.52rem!important}.mt-sm-35{margin-top:2.94rem!important}.mt-sm-40{margin-top:3.36rem!important}.mt-sm-45{margin-top:3.8rem!important}.mt-sm-50{margin-top:4.62rem!important}.mt-sm-55{margin-top:4.2rem!important}.mt-sm-60{margin-top:5.04rem!important}.mt-sm-70{margin-top:5.88rem!important}.mt-sm-80{margin-top:6.72rem!important}.mt-sm-90{margin-top:7.56rem!important}.mt-sm-100{margin-top:8.4rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-6{margin-right:.84rem!important}.me-sm-7{margin-right:.74rem!important}.me-sm-9{margin-right:.42rem!important}.me-sm-10{margin-right:.84rem!important}.me-sm-15{margin-right:1.26rem!important}.me-sm-20{margin-right:1.68rem!important}.me-sm-25{margin-right:2rem!important}.me-sm-30{margin-right:2.52rem!important}.me-sm-35{margin-right:2.94rem!important}.me-sm-40{margin-right:3.36rem!important}.me-sm-45{margin-right:3.8rem!important}.me-sm-50{margin-right:4.62rem!important}.me-sm-55{margin-right:4.2rem!important}.me-sm-60{margin-right:5.04rem!important}.me-sm-70{margin-right:5.88rem!important}.me-sm-80{margin-right:6.72rem!important}.me-sm-90{margin-right:7.56rem!important}.me-sm-100{margin-right:8.4rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-6{margin-bottom:.84rem!important}.mb-sm-7{margin-bottom:.74rem!important}.mb-sm-9{margin-bottom:.42rem!important}.mb-sm-10{margin-bottom:.84rem!important}.mb-sm-15{margin-bottom:1.26rem!important}.mb-sm-20{margin-bottom:1.68rem!important}.mb-sm-25{margin-bottom:2rem!important}.mb-sm-30{margin-bottom:2.52rem!important}.mb-sm-35{margin-bottom:2.94rem!important}.mb-sm-40{margin-bottom:3.36rem!important}.mb-sm-45{margin-bottom:3.8rem!important}.mb-sm-50{margin-bottom:4.62rem!important}.mb-sm-55{margin-bottom:4.2rem!important}.mb-sm-60{margin-bottom:5.04rem!important}.mb-sm-70{margin-bottom:5.88rem!important}.mb-sm-80{margin-bottom:6.72rem!important}.mb-sm-90{margin-bottom:7.56rem!important}.mb-sm-100{margin-bottom:8.4rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-6{margin-left:.84rem!important}.ms-sm-7{margin-left:.74rem!important}.ms-sm-9{margin-left:.42rem!important}.ms-sm-10{margin-left:.84rem!important}.ms-sm-15{margin-left:1.26rem!important}.ms-sm-20{margin-left:1.68rem!important}.ms-sm-25{margin-left:2rem!important}.ms-sm-30{margin-left:2.52rem!important}.ms-sm-35{margin-left:2.94rem!important}.ms-sm-40{margin-left:3.36rem!important}.ms-sm-45{margin-left:3.8rem!important}.ms-sm-50{margin-left:4.62rem!important}.ms-sm-55{margin-left:4.2rem!important}.ms-sm-60{margin-left:5.04rem!important}.ms-sm-70{margin-left:5.88rem!important}.ms-sm-80{margin-left:6.72rem!important}.ms-sm-90{margin-left:7.56rem!important}.ms-sm-100{margin-left:8.4rem!important}.ms-sm-auto{margin-left:auto!important}.m-sm-n1{margin:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.m-sm-n3{margin:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.m-sm-n6{margin:-.84rem!important}.m-sm-n7{margin:-.74rem!important}.m-sm-n9{margin:-.42rem!important}.m-sm-n10{margin:-.84rem!important}.m-sm-n15{margin:-1.26rem!important}.m-sm-n20{margin:-1.68rem!important}.m-sm-n25{margin:-2rem!important}.m-sm-n30{margin:-2.52rem!important}.m-sm-n35{margin:-2.94rem!important}.m-sm-n40{margin:-3.36rem!important}.m-sm-n45{margin:-3.8rem!important}.m-sm-n50{margin:-4.62rem!important}.m-sm-n55{margin:-4.2rem!important}.m-sm-n60{margin:-5.04rem!important}.m-sm-n70{margin:-5.88rem!important}.m-sm-n80{margin:-6.72rem!important}.m-sm-n90{margin:-7.56rem!important}.m-sm-n100{margin:-8.4rem!important}.mx-sm-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-sm-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-sm-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-sm-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-sm-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-sm-n6{margin-left:-.84rem!important;margin-right:-.84rem!important}.mx-sm-n7{margin-left:-.74rem!important;margin-right:-.74rem!important}.mx-sm-n9{margin-left:-.42rem!important;margin-right:-.42rem!important}.mx-sm-n10{margin-left:-.84rem!important;margin-right:-.84rem!important}.mx-sm-n15{margin-left:-1.26rem!important;margin-right:-1.26rem!important}.mx-sm-n20{margin-left:-1.68rem!important;margin-right:-1.68rem!important}.mx-sm-n25{margin-left:-2rem!important;margin-right:-2rem!important}.mx-sm-n30{margin-left:-2.52rem!important;margin-right:-2.52rem!important}.mx-sm-n35{margin-left:-2.94rem!important;margin-right:-2.94rem!important}.mx-sm-n40{margin-left:-3.36rem!important;margin-right:-3.36rem!important}.mx-sm-n45{margin-left:-3.8rem!important;margin-right:-3.8rem!important}.mx-sm-n50{margin-left:-4.62rem!important;margin-right:-4.62rem!important}.mx-sm-n55{margin-left:-4.2rem!important;margin-right:-4.2rem!important}.mx-sm-n60{margin-left:-5.04rem!important;margin-right:-5.04rem!important}.mx-sm-n70{margin-left:-5.88rem!important;margin-right:-5.88rem!important}.mx-sm-n80{margin-left:-6.72rem!important;margin-right:-6.72rem!important}.mx-sm-n90{margin-left:-7.56rem!important;margin-right:-7.56rem!important}.mx-sm-n100{margin-left:-8.4rem!important;margin-right:-8.4rem!important}.my-sm-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-sm-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-sm-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-sm-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-sm-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-sm-n6{margin-bottom:-.84rem!important;margin-top:-.84rem!important}.my-sm-n7{margin-bottom:-.74rem!important;margin-top:-.74rem!important}.my-sm-n9{margin-bottom:-.42rem!important;margin-top:-.42rem!important}.my-sm-n10{margin-bottom:-.84rem!important;margin-top:-.84rem!important}.my-sm-n15{margin-bottom:-1.26rem!important;margin-top:-1.26rem!important}.my-sm-n20{margin-bottom:-1.68rem!important;margin-top:-1.68rem!important}.my-sm-n25{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-sm-n30{margin-bottom:-2.52rem!important;margin-top:-2.52rem!important}.my-sm-n35{margin-bottom:-2.94rem!important;margin-top:-2.94rem!important}.my-sm-n40{margin-bottom:-3.36rem!important;margin-top:-3.36rem!important}.my-sm-n45{margin-bottom:-3.8rem!important;margin-top:-3.8rem!important}.my-sm-n50{margin-bottom:-4.62rem!important;margin-top:-4.62rem!important}.my-sm-n55{margin-bottom:-4.2rem!important;margin-top:-4.2rem!important}.my-sm-n60{margin-bottom:-5.04rem!important;margin-top:-5.04rem!important}.my-sm-n70{margin-bottom:-5.88rem!important;margin-top:-5.88rem!important}.my-sm-n80{margin-bottom:-6.72rem!important;margin-top:-6.72rem!important}.my-sm-n90{margin-bottom:-7.56rem!important;margin-top:-7.56rem!important}.my-sm-n100{margin-bottom:-8.4rem!important;margin-top:-8.4rem!important}.mt-sm-n1{margin-top:-.25rem!important}.mt-sm-n2{margin-top:-.5rem!important}.mt-sm-n3{margin-top:-1rem!important}.mt-sm-n4{margin-top:-1.5rem!important}.mt-sm-n5{margin-top:-3rem!important}.mt-sm-n6{margin-top:-.84rem!important}.mt-sm-n7{margin-top:-.74rem!important}.mt-sm-n9{margin-top:-.42rem!important}.mt-sm-n10{margin-top:-.84rem!important}.mt-sm-n15{margin-top:-1.26rem!important}.mt-sm-n20{margin-top:-1.68rem!important}.mt-sm-n25{margin-top:-2rem!important}.mt-sm-n30{margin-top:-2.52rem!important}.mt-sm-n35{margin-top:-2.94rem!important}.mt-sm-n40{margin-top:-3.36rem!important}.mt-sm-n45{margin-top:-3.8rem!important}.mt-sm-n50{margin-top:-4.62rem!important}.mt-sm-n55{margin-top:-4.2rem!important}.mt-sm-n60{margin-top:-5.04rem!important}.mt-sm-n70{margin-top:-5.88rem!important}.mt-sm-n80{margin-top:-6.72rem!important}.mt-sm-n90{margin-top:-7.56rem!important}.mt-sm-n100{margin-top:-8.4rem!important}.me-sm-n1{margin-right:-.25rem!important}.me-sm-n2{margin-right:-.5rem!important}.me-sm-n3{margin-right:-1rem!important}.me-sm-n4{margin-right:-1.5rem!important}.me-sm-n5{margin-right:-3rem!important}.me-sm-n6{margin-right:-.84rem!important}.me-sm-n7{margin-right:-.74rem!important}.me-sm-n9{margin-right:-.42rem!important}.me-sm-n10{margin-right:-.84rem!important}.me-sm-n15{margin-right:-1.26rem!important}.me-sm-n20{margin-right:-1.68rem!important}.me-sm-n25{margin-right:-2rem!important}.me-sm-n30{margin-right:-2.52rem!important}.me-sm-n35{margin-right:-2.94rem!important}.me-sm-n40{margin-right:-3.36rem!important}.me-sm-n45{margin-right:-3.8rem!important}.me-sm-n50{margin-right:-4.62rem!important}.me-sm-n55{margin-right:-4.2rem!important}.me-sm-n60{margin-right:-5.04rem!important}.me-sm-n70{margin-right:-5.88rem!important}.me-sm-n80{margin-right:-6.72rem!important}.me-sm-n90{margin-right:-7.56rem!important}.me-sm-n100{margin-right:-8.4rem!important}.mb-sm-n1{margin-bottom:-.25rem!important}.mb-sm-n2{margin-bottom:-.5rem!important}.mb-sm-n3{margin-bottom:-1rem!important}.mb-sm-n4{margin-bottom:-1.5rem!important}.mb-sm-n5{margin-bottom:-3rem!important}.mb-sm-n6{margin-bottom:-.84rem!important}.mb-sm-n7{margin-bottom:-.74rem!important}.mb-sm-n9{margin-bottom:-.42rem!important}.mb-sm-n10{margin-bottom:-.84rem!important}.mb-sm-n15{margin-bottom:-1.26rem!important}.mb-sm-n20{margin-bottom:-1.68rem!important}.mb-sm-n25{margin-bottom:-2rem!important}.mb-sm-n30{margin-bottom:-2.52rem!important}.mb-sm-n35{margin-bottom:-2.94rem!important}.mb-sm-n40{margin-bottom:-3.36rem!important}.mb-sm-n45{margin-bottom:-3.8rem!important}.mb-sm-n50{margin-bottom:-4.62rem!important}.mb-sm-n55{margin-bottom:-4.2rem!important}.mb-sm-n60{margin-bottom:-5.04rem!important}.mb-sm-n70{margin-bottom:-5.88rem!important}.mb-sm-n80{margin-bottom:-6.72rem!important}.mb-sm-n90{margin-bottom:-7.56rem!important}.mb-sm-n100{margin-bottom:-8.4rem!important}.ms-sm-n1{margin-left:-.25rem!important}.ms-sm-n2{margin-left:-.5rem!important}.ms-sm-n3{margin-left:-1rem!important}.ms-sm-n4{margin-left:-1.5rem!important}.ms-sm-n5{margin-left:-3rem!important}.ms-sm-n6{margin-left:-.84rem!important}.ms-sm-n7{margin-left:-.74rem!important}.ms-sm-n9{margin-left:-.42rem!important}.ms-sm-n10{margin-left:-.84rem!important}.ms-sm-n15{margin-left:-1.26rem!important}.ms-sm-n20{margin-left:-1.68rem!important}.ms-sm-n25{margin-left:-2rem!important}.ms-sm-n30{margin-left:-2.52rem!important}.ms-sm-n35{margin-left:-2.94rem!important}.ms-sm-n40{margin-left:-3.36rem!important}.ms-sm-n45{margin-left:-3.8rem!important}.ms-sm-n50{margin-left:-4.62rem!important}.ms-sm-n55{margin-left:-4.2rem!important}.ms-sm-n60{margin-left:-5.04rem!important}.ms-sm-n70{margin-left:-5.88rem!important}.ms-sm-n80{margin-left:-6.72rem!important}.ms-sm-n90{margin-left:-7.56rem!important}.ms-sm-n100{margin-left:-8.4rem!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.p-sm-6{padding:.84rem!important}.p-sm-7{padding:.74rem!important}.p-sm-9{padding:.42rem!important}.p-sm-10{padding:.84rem!important}.p-sm-15{padding:1.26rem!important}.p-sm-20{padding:1.68rem!important}.p-sm-25{padding:2rem!important}.p-sm-30{padding:2.52rem!important}.p-sm-35{padding:2.94rem!important}.p-sm-40{padding:3.36rem!important}.p-sm-45{padding:3.8rem!important}.p-sm-50{padding:4.62rem!important}.p-sm-55{padding:4.2rem!important}.p-sm-60{padding:5.04rem!important}.p-sm-70{padding:5.88rem!important}.p-sm-80{padding:6.72rem!important}.p-sm-90{padding:7.56rem!important}.p-sm-100{padding:8.4rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.px-sm-6{padding-left:.84rem!important;padding-right:.84rem!important}.px-sm-7{padding-left:.74rem!important;padding-right:.74rem!important}.px-sm-9{padding-left:.42rem!important;padding-right:.42rem!important}.px-sm-10{padding-left:.84rem!important;padding-right:.84rem!important}.px-sm-15{padding-left:1.26rem!important;padding-right:1.26rem!important}.px-sm-20{padding-left:1.68rem!important;padding-right:1.68rem!important}.px-sm-25{padding-left:2rem!important;padding-right:2rem!important}.px-sm-30{padding-left:2.52rem!important;padding-right:2.52rem!important}.px-sm-35{padding-left:2.94rem!important;padding-right:2.94rem!important}.px-sm-40{padding-left:3.36rem!important;padding-right:3.36rem!important}.px-sm-45{padding-left:3.8rem!important;padding-right:3.8rem!important}.px-sm-50{padding-left:4.62rem!important;padding-right:4.62rem!important}.px-sm-55{padding-left:4.2rem!important;padding-right:4.2rem!important}.px-sm-60{padding-left:5.04rem!important;padding-right:5.04rem!important}.px-sm-70{padding-left:5.88rem!important;padding-right:5.88rem!important}.px-sm-80{padding-left:6.72rem!important;padding-right:6.72rem!important}.px-sm-90{padding-left:7.56rem!important;padding-right:7.56rem!important}.px-sm-100{padding-left:8.4rem!important;padding-right:8.4rem!important}.py-sm-0{padding-bottom:0!important;padding-top:0!important}.py-sm-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-sm-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-sm-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-sm-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-sm-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-sm-6{padding-bottom:.84rem!important;padding-top:.84rem!important}.py-sm-7{padding-bottom:.74rem!important;padding-top:.74rem!important}.py-sm-9{padding-bottom:.42rem!important;padding-top:.42rem!important}.py-sm-10{padding-bottom:.84rem!important;padding-top:.84rem!important}.py-sm-15{padding-bottom:1.26rem!important;padding-top:1.26rem!important}.py-sm-20{padding-bottom:1.68rem!important;padding-top:1.68rem!important}.py-sm-25{padding-bottom:2rem!important;padding-top:2rem!important}.py-sm-30{padding-bottom:2.52rem!important;padding-top:2.52rem!important}.py-sm-35{padding-bottom:2.94rem!important;padding-top:2.94rem!important}.py-sm-40{padding-bottom:3.36rem!important;padding-top:3.36rem!important}.py-sm-45{padding-bottom:3.8rem!important;padding-top:3.8rem!important}.py-sm-50{padding-bottom:4.62rem!important;padding-top:4.62rem!important}.py-sm-55{padding-bottom:4.2rem!important;padding-top:4.2rem!important}.py-sm-60{padding-bottom:5.04rem!important;padding-top:5.04rem!important}.py-sm-70{padding-bottom:5.88rem!important;padding-top:5.88rem!important}.py-sm-80{padding-bottom:6.72rem!important;padding-top:6.72rem!important}.py-sm-90{padding-bottom:7.56rem!important;padding-top:7.56rem!important}.py-sm-100{padding-bottom:8.4rem!important;padding-top:8.4rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pt-sm-6{padding-top:.84rem!important}.pt-sm-7{padding-top:.74rem!important}.pt-sm-9{padding-top:.42rem!important}.pt-sm-10{padding-top:.84rem!important}.pt-sm-15{padding-top:1.26rem!important}.pt-sm-20{padding-top:1.68rem!important}.pt-sm-25{padding-top:2rem!important}.pt-sm-30{padding-top:2.52rem!important}.pt-sm-35{padding-top:2.94rem!important}.pt-sm-40{padding-top:3.36rem!important}.pt-sm-45{padding-top:3.8rem!important}.pt-sm-50{padding-top:4.62rem!important}.pt-sm-55{padding-top:4.2rem!important}.pt-sm-60{padding-top:5.04rem!important}.pt-sm-70{padding-top:5.88rem!important}.pt-sm-80{padding-top:6.72rem!important}.pt-sm-90{padding-top:7.56rem!important}.pt-sm-100{padding-top:8.4rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pe-sm-6{padding-right:.84rem!important}.pe-sm-7{padding-right:.74rem!important}.pe-sm-9{padding-right:.42rem!important}.pe-sm-10{padding-right:.84rem!important}.pe-sm-15{padding-right:1.26rem!important}.pe-sm-20{padding-right:1.68rem!important}.pe-sm-25{padding-right:2rem!important}.pe-sm-30{padding-right:2.52rem!important}.pe-sm-35{padding-right:2.94rem!important}.pe-sm-40{padding-right:3.36rem!important}.pe-sm-45{padding-right:3.8rem!important}.pe-sm-50{padding-right:4.62rem!important}.pe-sm-55{padding-right:4.2rem!important}.pe-sm-60{padding-right:5.04rem!important}.pe-sm-70{padding-right:5.88rem!important}.pe-sm-80{padding-right:6.72rem!important}.pe-sm-90{padding-right:7.56rem!important}.pe-sm-100{padding-right:8.4rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.pb-sm-6{padding-bottom:.84rem!important}.pb-sm-7{padding-bottom:.74rem!important}.pb-sm-9{padding-bottom:.42rem!important}.pb-sm-10{padding-bottom:.84rem!important}.pb-sm-15{padding-bottom:1.26rem!important}.pb-sm-20{padding-bottom:1.68rem!important}.pb-sm-25{padding-bottom:2rem!important}.pb-sm-30{padding-bottom:2.52rem!important}.pb-sm-35{padding-bottom:2.94rem!important}.pb-sm-40{padding-bottom:3.36rem!important}.pb-sm-45{padding-bottom:3.8rem!important}.pb-sm-50{padding-bottom:4.62rem!important}.pb-sm-55{padding-bottom:4.2rem!important}.pb-sm-60{padding-bottom:5.04rem!important}.pb-sm-70{padding-bottom:5.88rem!important}.pb-sm-80{padding-bottom:6.72rem!important}.pb-sm-90{padding-bottom:7.56rem!important}.pb-sm-100{padding-bottom:8.4rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.ps-sm-6{padding-left:.84rem!important}.ps-sm-7{padding-left:.74rem!important}.ps-sm-9{padding-left:.42rem!important}.ps-sm-10{padding-left:.84rem!important}.ps-sm-15{padding-left:1.26rem!important}.ps-sm-20{padding-left:1.68rem!important}.ps-sm-25{padding-left:2rem!important}.ps-sm-30{padding-left:2.52rem!important}.ps-sm-35{padding-left:2.94rem!important}.ps-sm-40{padding-left:3.36rem!important}.ps-sm-45{padding-left:3.8rem!important}.ps-sm-50{padding-left:4.62rem!important}.ps-sm-55{padding-left:4.2rem!important}.ps-sm-60{padding-left:5.04rem!important}.ps-sm-70{padding-left:5.88rem!important}.ps-sm-80{padding-left:6.72rem!important}.ps-sm-90{padding-left:7.56rem!important}.ps-sm-100{padding-left:8.4rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:720px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.gap-md-6{gap:.84rem!important}.gap-md-7{gap:.74rem!important}.gap-md-9{gap:.42rem!important}.gap-md-10{gap:.84rem!important}.gap-md-15{gap:1.26rem!important}.gap-md-20{gap:1.68rem!important}.gap-md-25{gap:2rem!important}.gap-md-30{gap:2.52rem!important}.gap-md-35{gap:2.94rem!important}.gap-md-40{gap:3.36rem!important}.gap-md-45{gap:3.8rem!important}.gap-md-50{gap:4.62rem!important}.gap-md-55{gap:4.2rem!important}.gap-md-60{gap:5.04rem!important}.gap-md-70{gap:5.88rem!important}.gap-md-80{gap:6.72rem!important}.gap-md-90{gap:7.56rem!important}.gap-md-100{gap:8.4rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-6{margin:.84rem!important}.m-md-7{margin:.74rem!important}.m-md-9{margin:.42rem!important}.m-md-10{margin:.84rem!important}.m-md-15{margin:1.26rem!important}.m-md-20{margin:1.68rem!important}.m-md-25{margin:2rem!important}.m-md-30{margin:2.52rem!important}.m-md-35{margin:2.94rem!important}.m-md-40{margin:3.36rem!important}.m-md-45{margin:3.8rem!important}.m-md-50{margin:4.62rem!important}.m-md-55{margin:4.2rem!important}.m-md-60{margin:5.04rem!important}.m-md-70{margin:5.88rem!important}.m-md-80{margin:6.72rem!important}.m-md-90{margin:7.56rem!important}.m-md-100{margin:8.4rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-6{margin-left:.84rem!important;margin-right:.84rem!important}.mx-md-7{margin-left:.74rem!important;margin-right:.74rem!important}.mx-md-9{margin-left:.42rem!important;margin-right:.42rem!important}.mx-md-10{margin-left:.84rem!important;margin-right:.84rem!important}.mx-md-15{margin-left:1.26rem!important;margin-right:1.26rem!important}.mx-md-20{margin-left:1.68rem!important;margin-right:1.68rem!important}.mx-md-25{margin-left:2rem!important;margin-right:2rem!important}.mx-md-30{margin-left:2.52rem!important;margin-right:2.52rem!important}.mx-md-35{margin-left:2.94rem!important;margin-right:2.94rem!important}.mx-md-40{margin-left:3.36rem!important;margin-right:3.36rem!important}.mx-md-45{margin-left:3.8rem!important;margin-right:3.8rem!important}.mx-md-50{margin-left:4.62rem!important;margin-right:4.62rem!important}.mx-md-55{margin-left:4.2rem!important;margin-right:4.2rem!important}.mx-md-60{margin-left:5.04rem!important;margin-right:5.04rem!important}.mx-md-70{margin-left:5.88rem!important;margin-right:5.88rem!important}.mx-md-80{margin-left:6.72rem!important;margin-right:6.72rem!important}.mx-md-90{margin-left:7.56rem!important;margin-right:7.56rem!important}.mx-md-100{margin-left:8.4rem!important;margin-right:8.4rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-bottom:0!important;margin-top:0!important}.my-md-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-md-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-md-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-md-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-md-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-md-6{margin-bottom:.84rem!important;margin-top:.84rem!important}.my-md-7{margin-bottom:.74rem!important;margin-top:.74rem!important}.my-md-9{margin-bottom:.42rem!important;margin-top:.42rem!important}.my-md-10{margin-bottom:.84rem!important;margin-top:.84rem!important}.my-md-15{margin-bottom:1.26rem!important;margin-top:1.26rem!important}.my-md-20{margin-bottom:1.68rem!important;margin-top:1.68rem!important}.my-md-25{margin-bottom:2rem!important;margin-top:2rem!important}.my-md-30{margin-bottom:2.52rem!important;margin-top:2.52rem!important}.my-md-35{margin-bottom:2.94rem!important;margin-top:2.94rem!important}.my-md-40{margin-bottom:3.36rem!important;margin-top:3.36rem!important}.my-md-45{margin-bottom:3.8rem!important;margin-top:3.8rem!important}.my-md-50{margin-bottom:4.62rem!important;margin-top:4.62rem!important}.my-md-55{margin-bottom:4.2rem!important;margin-top:4.2rem!important}.my-md-60{margin-bottom:5.04rem!important;margin-top:5.04rem!important}.my-md-70{margin-bottom:5.88rem!important;margin-top:5.88rem!important}.my-md-80{margin-bottom:6.72rem!important;margin-top:6.72rem!important}.my-md-90{margin-bottom:7.56rem!important;margin-top:7.56rem!important}.my-md-100{margin-bottom:8.4rem!important;margin-top:8.4rem!important}.my-md-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-6{margin-top:.84rem!important}.mt-md-7{margin-top:.74rem!important}.mt-md-9{margin-top:.42rem!important}.mt-md-10{margin-top:.84rem!important}.mt-md-15{margin-top:1.26rem!important}.mt-md-20{margin-top:1.68rem!important}.mt-md-25{margin-top:2rem!important}.mt-md-30{margin-top:2.52rem!important}.mt-md-35{margin-top:2.94rem!important}.mt-md-40{margin-top:3.36rem!important}.mt-md-45{margin-top:3.8rem!important}.mt-md-50{margin-top:4.62rem!important}.mt-md-55{margin-top:4.2rem!important}.mt-md-60{margin-top:5.04rem!important}.mt-md-70{margin-top:5.88rem!important}.mt-md-80{margin-top:6.72rem!important}.mt-md-90{margin-top:7.56rem!important}.mt-md-100{margin-top:8.4rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-6{margin-right:.84rem!important}.me-md-7{margin-right:.74rem!important}.me-md-9{margin-right:.42rem!important}.me-md-10{margin-right:.84rem!important}.me-md-15{margin-right:1.26rem!important}.me-md-20{margin-right:1.68rem!important}.me-md-25{margin-right:2rem!important}.me-md-30{margin-right:2.52rem!important}.me-md-35{margin-right:2.94rem!important}.me-md-40{margin-right:3.36rem!important}.me-md-45{margin-right:3.8rem!important}.me-md-50{margin-right:4.62rem!important}.me-md-55{margin-right:4.2rem!important}.me-md-60{margin-right:5.04rem!important}.me-md-70{margin-right:5.88rem!important}.me-md-80{margin-right:6.72rem!important}.me-md-90{margin-right:7.56rem!important}.me-md-100{margin-right:8.4rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-6{margin-bottom:.84rem!important}.mb-md-7{margin-bottom:.74rem!important}.mb-md-9{margin-bottom:.42rem!important}.mb-md-10{margin-bottom:.84rem!important}.mb-md-15{margin-bottom:1.26rem!important}.mb-md-20{margin-bottom:1.68rem!important}.mb-md-25{margin-bottom:2rem!important}.mb-md-30{margin-bottom:2.52rem!important}.mb-md-35{margin-bottom:2.94rem!important}.mb-md-40{margin-bottom:3.36rem!important}.mb-md-45{margin-bottom:3.8rem!important}.mb-md-50{margin-bottom:4.62rem!important}.mb-md-55{margin-bottom:4.2rem!important}.mb-md-60{margin-bottom:5.04rem!important}.mb-md-70{margin-bottom:5.88rem!important}.mb-md-80{margin-bottom:6.72rem!important}.mb-md-90{margin-bottom:7.56rem!important}.mb-md-100{margin-bottom:8.4rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-6{margin-left:.84rem!important}.ms-md-7{margin-left:.74rem!important}.ms-md-9{margin-left:.42rem!important}.ms-md-10{margin-left:.84rem!important}.ms-md-15{margin-left:1.26rem!important}.ms-md-20{margin-left:1.68rem!important}.ms-md-25{margin-left:2rem!important}.ms-md-30{margin-left:2.52rem!important}.ms-md-35{margin-left:2.94rem!important}.ms-md-40{margin-left:3.36rem!important}.ms-md-45{margin-left:3.8rem!important}.ms-md-50{margin-left:4.62rem!important}.ms-md-55{margin-left:4.2rem!important}.ms-md-60{margin-left:5.04rem!important}.ms-md-70{margin-left:5.88rem!important}.ms-md-80{margin-left:6.72rem!important}.ms-md-90{margin-left:7.56rem!important}.ms-md-100{margin-left:8.4rem!important}.ms-md-auto{margin-left:auto!important}.m-md-n1{margin:-.25rem!important}.m-md-n2{margin:-.5rem!important}.m-md-n3{margin:-1rem!important}.m-md-n4{margin:-1.5rem!important}.m-md-n5{margin:-3rem!important}.m-md-n6{margin:-.84rem!important}.m-md-n7{margin:-.74rem!important}.m-md-n9{margin:-.42rem!important}.m-md-n10{margin:-.84rem!important}.m-md-n15{margin:-1.26rem!important}.m-md-n20{margin:-1.68rem!important}.m-md-n25{margin:-2rem!important}.m-md-n30{margin:-2.52rem!important}.m-md-n35{margin:-2.94rem!important}.m-md-n40{margin:-3.36rem!important}.m-md-n45{margin:-3.8rem!important}.m-md-n50{margin:-4.62rem!important}.m-md-n55{margin:-4.2rem!important}.m-md-n60{margin:-5.04rem!important}.m-md-n70{margin:-5.88rem!important}.m-md-n80{margin:-6.72rem!important}.m-md-n90{margin:-7.56rem!important}.m-md-n100{margin:-8.4rem!important}.mx-md-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-md-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-md-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-md-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-md-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-md-n6{margin-left:-.84rem!important;margin-right:-.84rem!important}.mx-md-n7{margin-left:-.74rem!important;margin-right:-.74rem!important}.mx-md-n9{margin-left:-.42rem!important;margin-right:-.42rem!important}.mx-md-n10{margin-left:-.84rem!important;margin-right:-.84rem!important}.mx-md-n15{margin-left:-1.26rem!important;margin-right:-1.26rem!important}.mx-md-n20{margin-left:-1.68rem!important;margin-right:-1.68rem!important}.mx-md-n25{margin-left:-2rem!important;margin-right:-2rem!important}.mx-md-n30{margin-left:-2.52rem!important;margin-right:-2.52rem!important}.mx-md-n35{margin-left:-2.94rem!important;margin-right:-2.94rem!important}.mx-md-n40{margin-left:-3.36rem!important;margin-right:-3.36rem!important}.mx-md-n45{margin-left:-3.8rem!important;margin-right:-3.8rem!important}.mx-md-n50{margin-left:-4.62rem!important;margin-right:-4.62rem!important}.mx-md-n55{margin-left:-4.2rem!important;margin-right:-4.2rem!important}.mx-md-n60{margin-left:-5.04rem!important;margin-right:-5.04rem!important}.mx-md-n70{margin-left:-5.88rem!important;margin-right:-5.88rem!important}.mx-md-n80{margin-left:-6.72rem!important;margin-right:-6.72rem!important}.mx-md-n90{margin-left:-7.56rem!important;margin-right:-7.56rem!important}.mx-md-n100{margin-left:-8.4rem!important;margin-right:-8.4rem!important}.my-md-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-md-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-md-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-md-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-md-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-md-n6{margin-bottom:-.84rem!important;margin-top:-.84rem!important}.my-md-n7{margin-bottom:-.74rem!important;margin-top:-.74rem!important}.my-md-n9{margin-bottom:-.42rem!important;margin-top:-.42rem!important}.my-md-n10{margin-bottom:-.84rem!important;margin-top:-.84rem!important}.my-md-n15{margin-bottom:-1.26rem!important;margin-top:-1.26rem!important}.my-md-n20{margin-bottom:-1.68rem!important;margin-top:-1.68rem!important}.my-md-n25{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-md-n30{margin-bottom:-2.52rem!important;margin-top:-2.52rem!important}.my-md-n35{margin-bottom:-2.94rem!important;margin-top:-2.94rem!important}.my-md-n40{margin-bottom:-3.36rem!important;margin-top:-3.36rem!important}.my-md-n45{margin-bottom:-3.8rem!important;margin-top:-3.8rem!important}.my-md-n50{margin-bottom:-4.62rem!important;margin-top:-4.62rem!important}.my-md-n55{margin-bottom:-4.2rem!important;margin-top:-4.2rem!important}.my-md-n60{margin-bottom:-5.04rem!important;margin-top:-5.04rem!important}.my-md-n70{margin-bottom:-5.88rem!important;margin-top:-5.88rem!important}.my-md-n80{margin-bottom:-6.72rem!important;margin-top:-6.72rem!important}.my-md-n90{margin-bottom:-7.56rem!important;margin-top:-7.56rem!important}.my-md-n100{margin-bottom:-8.4rem!important;margin-top:-8.4rem!important}.mt-md-n1{margin-top:-.25rem!important}.mt-md-n2{margin-top:-.5rem!important}.mt-md-n3{margin-top:-1rem!important}.mt-md-n4{margin-top:-1.5rem!important}.mt-md-n5{margin-top:-3rem!important}.mt-md-n6{margin-top:-.84rem!important}.mt-md-n7{margin-top:-.74rem!important}.mt-md-n9{margin-top:-.42rem!important}.mt-md-n10{margin-top:-.84rem!important}.mt-md-n15{margin-top:-1.26rem!important}.mt-md-n20{margin-top:-1.68rem!important}.mt-md-n25{margin-top:-2rem!important}.mt-md-n30{margin-top:-2.52rem!important}.mt-md-n35{margin-top:-2.94rem!important}.mt-md-n40{margin-top:-3.36rem!important}.mt-md-n45{margin-top:-3.8rem!important}.mt-md-n50{margin-top:-4.62rem!important}.mt-md-n55{margin-top:-4.2rem!important}.mt-md-n60{margin-top:-5.04rem!important}.mt-md-n70{margin-top:-5.88rem!important}.mt-md-n80{margin-top:-6.72rem!important}.mt-md-n90{margin-top:-7.56rem!important}.mt-md-n100{margin-top:-8.4rem!important}.me-md-n1{margin-right:-.25rem!important}.me-md-n2{margin-right:-.5rem!important}.me-md-n3{margin-right:-1rem!important}.me-md-n4{margin-right:-1.5rem!important}.me-md-n5{margin-right:-3rem!important}.me-md-n6{margin-right:-.84rem!important}.me-md-n7{margin-right:-.74rem!important}.me-md-n9{margin-right:-.42rem!important}.me-md-n10{margin-right:-.84rem!important}.me-md-n15{margin-right:-1.26rem!important}.me-md-n20{margin-right:-1.68rem!important}.me-md-n25{margin-right:-2rem!important}.me-md-n30{margin-right:-2.52rem!important}.me-md-n35{margin-right:-2.94rem!important}.me-md-n40{margin-right:-3.36rem!important}.me-md-n45{margin-right:-3.8rem!important}.me-md-n50{margin-right:-4.62rem!important}.me-md-n55{margin-right:-4.2rem!important}.me-md-n60{margin-right:-5.04rem!important}.me-md-n70{margin-right:-5.88rem!important}.me-md-n80{margin-right:-6.72rem!important}.me-md-n90{margin-right:-7.56rem!important}.me-md-n100{margin-right:-8.4rem!important}.mb-md-n1{margin-bottom:-.25rem!important}.mb-md-n2{margin-bottom:-.5rem!important}.mb-md-n3{margin-bottom:-1rem!important}.mb-md-n4{margin-bottom:-1.5rem!important}.mb-md-n5{margin-bottom:-3rem!important}.mb-md-n6{margin-bottom:-.84rem!important}.mb-md-n7{margin-bottom:-.74rem!important}.mb-md-n9{margin-bottom:-.42rem!important}.mb-md-n10{margin-bottom:-.84rem!important}.mb-md-n15{margin-bottom:-1.26rem!important}.mb-md-n20{margin-bottom:-1.68rem!important}.mb-md-n25{margin-bottom:-2rem!important}.mb-md-n30{margin-bottom:-2.52rem!important}.mb-md-n35{margin-bottom:-2.94rem!important}.mb-md-n40{margin-bottom:-3.36rem!important}.mb-md-n45{margin-bottom:-3.8rem!important}.mb-md-n50{margin-bottom:-4.62rem!important}.mb-md-n55{margin-bottom:-4.2rem!important}.mb-md-n60{margin-bottom:-5.04rem!important}.mb-md-n70{margin-bottom:-5.88rem!important}.mb-md-n80{margin-bottom:-6.72rem!important}.mb-md-n90{margin-bottom:-7.56rem!important}.mb-md-n100{margin-bottom:-8.4rem!important}.ms-md-n1{margin-left:-.25rem!important}.ms-md-n2{margin-left:-.5rem!important}.ms-md-n3{margin-left:-1rem!important}.ms-md-n4{margin-left:-1.5rem!important}.ms-md-n5{margin-left:-3rem!important}.ms-md-n6{margin-left:-.84rem!important}.ms-md-n7{margin-left:-.74rem!important}.ms-md-n9{margin-left:-.42rem!important}.ms-md-n10{margin-left:-.84rem!important}.ms-md-n15{margin-left:-1.26rem!important}.ms-md-n20{margin-left:-1.68rem!important}.ms-md-n25{margin-left:-2rem!important}.ms-md-n30{margin-left:-2.52rem!important}.ms-md-n35{margin-left:-2.94rem!important}.ms-md-n40{margin-left:-3.36rem!important}.ms-md-n45{margin-left:-3.8rem!important}.ms-md-n50{margin-left:-4.62rem!important}.ms-md-n55{margin-left:-4.2rem!important}.ms-md-n60{margin-left:-5.04rem!important}.ms-md-n70{margin-left:-5.88rem!important}.ms-md-n80{margin-left:-6.72rem!important}.ms-md-n90{margin-left:-7.56rem!important}.ms-md-n100{margin-left:-8.4rem!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.p-md-6{padding:.84rem!important}.p-md-7{padding:.74rem!important}.p-md-9{padding:.42rem!important}.p-md-10{padding:.84rem!important}.p-md-15{padding:1.26rem!important}.p-md-20{padding:1.68rem!important}.p-md-25{padding:2rem!important}.p-md-30{padding:2.52rem!important}.p-md-35{padding:2.94rem!important}.p-md-40{padding:3.36rem!important}.p-md-45{padding:3.8rem!important}.p-md-50{padding:4.62rem!important}.p-md-55{padding:4.2rem!important}.p-md-60{padding:5.04rem!important}.p-md-70{padding:5.88rem!important}.p-md-80{padding:6.72rem!important}.p-md-90{padding:7.56rem!important}.p-md-100{padding:8.4rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.px-md-6{padding-left:.84rem!important;padding-right:.84rem!important}.px-md-7{padding-left:.74rem!important;padding-right:.74rem!important}.px-md-9{padding-left:.42rem!important;padding-right:.42rem!important}.px-md-10{padding-left:.84rem!important;padding-right:.84rem!important}.px-md-15{padding-left:1.26rem!important;padding-right:1.26rem!important}.px-md-20{padding-left:1.68rem!important;padding-right:1.68rem!important}.px-md-25{padding-left:2rem!important;padding-right:2rem!important}.px-md-30{padding-left:2.52rem!important;padding-right:2.52rem!important}.px-md-35{padding-left:2.94rem!important;padding-right:2.94rem!important}.px-md-40{padding-left:3.36rem!important;padding-right:3.36rem!important}.px-md-45{padding-left:3.8rem!important;padding-right:3.8rem!important}.px-md-50{padding-left:4.62rem!important;padding-right:4.62rem!important}.px-md-55{padding-left:4.2rem!important;padding-right:4.2rem!important}.px-md-60{padding-left:5.04rem!important;padding-right:5.04rem!important}.px-md-70{padding-left:5.88rem!important;padding-right:5.88rem!important}.px-md-80{padding-left:6.72rem!important;padding-right:6.72rem!important}.px-md-90{padding-left:7.56rem!important;padding-right:7.56rem!important}.px-md-100{padding-left:8.4rem!important;padding-right:8.4rem!important}.py-md-0{padding-bottom:0!important;padding-top:0!important}.py-md-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-md-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-md-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-md-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-md-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-md-6{padding-bottom:.84rem!important;padding-top:.84rem!important}.py-md-7{padding-bottom:.74rem!important;padding-top:.74rem!important}.py-md-9{padding-bottom:.42rem!important;padding-top:.42rem!important}.py-md-10{padding-bottom:.84rem!important;padding-top:.84rem!important}.py-md-15{padding-bottom:1.26rem!important;padding-top:1.26rem!important}.py-md-20{padding-bottom:1.68rem!important;padding-top:1.68rem!important}.py-md-25{padding-bottom:2rem!important;padding-top:2rem!important}.py-md-30{padding-bottom:2.52rem!important;padding-top:2.52rem!important}.py-md-35{padding-bottom:2.94rem!important;padding-top:2.94rem!important}.py-md-40{padding-bottom:3.36rem!important;padding-top:3.36rem!important}.py-md-45{padding-bottom:3.8rem!important;padding-top:3.8rem!important}.py-md-50{padding-bottom:4.62rem!important;padding-top:4.62rem!important}.py-md-55{padding-bottom:4.2rem!important;padding-top:4.2rem!important}.py-md-60{padding-bottom:5.04rem!important;padding-top:5.04rem!important}.py-md-70{padding-bottom:5.88rem!important;padding-top:5.88rem!important}.py-md-80{padding-bottom:6.72rem!important;padding-top:6.72rem!important}.py-md-90{padding-bottom:7.56rem!important;padding-top:7.56rem!important}.py-md-100{padding-bottom:8.4rem!important;padding-top:8.4rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pt-md-6{padding-top:.84rem!important}.pt-md-7{padding-top:.74rem!important}.pt-md-9{padding-top:.42rem!important}.pt-md-10{padding-top:.84rem!important}.pt-md-15{padding-top:1.26rem!important}.pt-md-20{padding-top:1.68rem!important}.pt-md-25{padding-top:2rem!important}.pt-md-30{padding-top:2.52rem!important}.pt-md-35{padding-top:2.94rem!important}.pt-md-40{padding-top:3.36rem!important}.pt-md-45{padding-top:3.8rem!important}.pt-md-50{padding-top:4.62rem!important}.pt-md-55{padding-top:4.2rem!important}.pt-md-60{padding-top:5.04rem!important}.pt-md-70{padding-top:5.88rem!important}.pt-md-80{padding-top:6.72rem!important}.pt-md-90{padding-top:7.56rem!important}.pt-md-100{padding-top:8.4rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pe-md-6{padding-right:.84rem!important}.pe-md-7{padding-right:.74rem!important}.pe-md-9{padding-right:.42rem!important}.pe-md-10{padding-right:.84rem!important}.pe-md-15{padding-right:1.26rem!important}.pe-md-20{padding-right:1.68rem!important}.pe-md-25{padding-right:2rem!important}.pe-md-30{padding-right:2.52rem!important}.pe-md-35{padding-right:2.94rem!important}.pe-md-40{padding-right:3.36rem!important}.pe-md-45{padding-right:3.8rem!important}.pe-md-50{padding-right:4.62rem!important}.pe-md-55{padding-right:4.2rem!important}.pe-md-60{padding-right:5.04rem!important}.pe-md-70{padding-right:5.88rem!important}.pe-md-80{padding-right:6.72rem!important}.pe-md-90{padding-right:7.56rem!important}.pe-md-100{padding-right:8.4rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.pb-md-6{padding-bottom:.84rem!important}.pb-md-7{padding-bottom:.74rem!important}.pb-md-9{padding-bottom:.42rem!important}.pb-md-10{padding-bottom:.84rem!important}.pb-md-15{padding-bottom:1.26rem!important}.pb-md-20{padding-bottom:1.68rem!important}.pb-md-25{padding-bottom:2rem!important}.pb-md-30{padding-bottom:2.52rem!important}.pb-md-35{padding-bottom:2.94rem!important}.pb-md-40{padding-bottom:3.36rem!important}.pb-md-45{padding-bottom:3.8rem!important}.pb-md-50{padding-bottom:4.62rem!important}.pb-md-55{padding-bottom:4.2rem!important}.pb-md-60{padding-bottom:5.04rem!important}.pb-md-70{padding-bottom:5.88rem!important}.pb-md-80{padding-bottom:6.72rem!important}.pb-md-90{padding-bottom:7.56rem!important}.pb-md-100{padding-bottom:8.4rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.ps-md-6{padding-left:.84rem!important}.ps-md-7{padding-left:.74rem!important}.ps-md-9{padding-left:.42rem!important}.ps-md-10{padding-left:.84rem!important}.ps-md-15{padding-left:1.26rem!important}.ps-md-20{padding-left:1.68rem!important}.ps-md-25{padding-left:2rem!important}.ps-md-30{padding-left:2.52rem!important}.ps-md-35{padding-left:2.94rem!important}.ps-md-40{padding-left:3.36rem!important}.ps-md-45{padding-left:3.8rem!important}.ps-md-50{padding-left:4.62rem!important}.ps-md-55{padding-left:4.2rem!important}.ps-md-60{padding-left:5.04rem!important}.ps-md-70{padding-left:5.88rem!important}.ps-md-80{padding-left:6.72rem!important}.ps-md-90{padding-left:7.56rem!important}.ps-md-100{padding-left:8.4rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:960px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.gap-lg-6{gap:.84rem!important}.gap-lg-7{gap:.74rem!important}.gap-lg-9{gap:.42rem!important}.gap-lg-10{gap:.84rem!important}.gap-lg-15{gap:1.26rem!important}.gap-lg-20{gap:1.68rem!important}.gap-lg-25{gap:2rem!important}.gap-lg-30{gap:2.52rem!important}.gap-lg-35{gap:2.94rem!important}.gap-lg-40{gap:3.36rem!important}.gap-lg-45{gap:3.8rem!important}.gap-lg-50{gap:4.62rem!important}.gap-lg-55{gap:4.2rem!important}.gap-lg-60{gap:5.04rem!important}.gap-lg-70{gap:5.88rem!important}.gap-lg-80{gap:6.72rem!important}.gap-lg-90{gap:7.56rem!important}.gap-lg-100{gap:8.4rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-6{margin:.84rem!important}.m-lg-7{margin:.74rem!important}.m-lg-9{margin:.42rem!important}.m-lg-10{margin:.84rem!important}.m-lg-15{margin:1.26rem!important}.m-lg-20{margin:1.68rem!important}.m-lg-25{margin:2rem!important}.m-lg-30{margin:2.52rem!important}.m-lg-35{margin:2.94rem!important}.m-lg-40{margin:3.36rem!important}.m-lg-45{margin:3.8rem!important}.m-lg-50{margin:4.62rem!important}.m-lg-55{margin:4.2rem!important}.m-lg-60{margin:5.04rem!important}.m-lg-70{margin:5.88rem!important}.m-lg-80{margin:6.72rem!important}.m-lg-90{margin:7.56rem!important}.m-lg-100{margin:8.4rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-6{margin-left:.84rem!important;margin-right:.84rem!important}.mx-lg-7{margin-left:.74rem!important;margin-right:.74rem!important}.mx-lg-9{margin-left:.42rem!important;margin-right:.42rem!important}.mx-lg-10{margin-left:.84rem!important;margin-right:.84rem!important}.mx-lg-15{margin-left:1.26rem!important;margin-right:1.26rem!important}.mx-lg-20{margin-left:1.68rem!important;margin-right:1.68rem!important}.mx-lg-25{margin-left:2rem!important;margin-right:2rem!important}.mx-lg-30{margin-left:2.52rem!important;margin-right:2.52rem!important}.mx-lg-35{margin-left:2.94rem!important;margin-right:2.94rem!important}.mx-lg-40{margin-left:3.36rem!important;margin-right:3.36rem!important}.mx-lg-45{margin-left:3.8rem!important;margin-right:3.8rem!important}.mx-lg-50{margin-left:4.62rem!important;margin-right:4.62rem!important}.mx-lg-55{margin-left:4.2rem!important;margin-right:4.2rem!important}.mx-lg-60{margin-left:5.04rem!important;margin-right:5.04rem!important}.mx-lg-70{margin-left:5.88rem!important;margin-right:5.88rem!important}.mx-lg-80{margin-left:6.72rem!important;margin-right:6.72rem!important}.mx-lg-90{margin-left:7.56rem!important;margin-right:7.56rem!important}.mx-lg-100{margin-left:8.4rem!important;margin-right:8.4rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-bottom:0!important;margin-top:0!important}.my-lg-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-lg-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-lg-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-lg-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-lg-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-lg-6{margin-bottom:.84rem!important;margin-top:.84rem!important}.my-lg-7{margin-bottom:.74rem!important;margin-top:.74rem!important}.my-lg-9{margin-bottom:.42rem!important;margin-top:.42rem!important}.my-lg-10{margin-bottom:.84rem!important;margin-top:.84rem!important}.my-lg-15{margin-bottom:1.26rem!important;margin-top:1.26rem!important}.my-lg-20{margin-bottom:1.68rem!important;margin-top:1.68rem!important}.my-lg-25{margin-bottom:2rem!important;margin-top:2rem!important}.my-lg-30{margin-bottom:2.52rem!important;margin-top:2.52rem!important}.my-lg-35{margin-bottom:2.94rem!important;margin-top:2.94rem!important}.my-lg-40{margin-bottom:3.36rem!important;margin-top:3.36rem!important}.my-lg-45{margin-bottom:3.8rem!important;margin-top:3.8rem!important}.my-lg-50{margin-bottom:4.62rem!important;margin-top:4.62rem!important}.my-lg-55{margin-bottom:4.2rem!important;margin-top:4.2rem!important}.my-lg-60{margin-bottom:5.04rem!important;margin-top:5.04rem!important}.my-lg-70{margin-bottom:5.88rem!important;margin-top:5.88rem!important}.my-lg-80{margin-bottom:6.72rem!important;margin-top:6.72rem!important}.my-lg-90{margin-bottom:7.56rem!important;margin-top:7.56rem!important}.my-lg-100{margin-bottom:8.4rem!important;margin-top:8.4rem!important}.my-lg-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-6{margin-top:.84rem!important}.mt-lg-7{margin-top:.74rem!important}.mt-lg-9{margin-top:.42rem!important}.mt-lg-10{margin-top:.84rem!important}.mt-lg-15{margin-top:1.26rem!important}.mt-lg-20{margin-top:1.68rem!important}.mt-lg-25{margin-top:2rem!important}.mt-lg-30{margin-top:2.52rem!important}.mt-lg-35{margin-top:2.94rem!important}.mt-lg-40{margin-top:3.36rem!important}.mt-lg-45{margin-top:3.8rem!important}.mt-lg-50{margin-top:4.62rem!important}.mt-lg-55{margin-top:4.2rem!important}.mt-lg-60{margin-top:5.04rem!important}.mt-lg-70{margin-top:5.88rem!important}.mt-lg-80{margin-top:6.72rem!important}.mt-lg-90{margin-top:7.56rem!important}.mt-lg-100{margin-top:8.4rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-6{margin-right:.84rem!important}.me-lg-7{margin-right:.74rem!important}.me-lg-9{margin-right:.42rem!important}.me-lg-10{margin-right:.84rem!important}.me-lg-15{margin-right:1.26rem!important}.me-lg-20{margin-right:1.68rem!important}.me-lg-25{margin-right:2rem!important}.me-lg-30{margin-right:2.52rem!important}.me-lg-35{margin-right:2.94rem!important}.me-lg-40{margin-right:3.36rem!important}.me-lg-45{margin-right:3.8rem!important}.me-lg-50{margin-right:4.62rem!important}.me-lg-55{margin-right:4.2rem!important}.me-lg-60{margin-right:5.04rem!important}.me-lg-70{margin-right:5.88rem!important}.me-lg-80{margin-right:6.72rem!important}.me-lg-90{margin-right:7.56rem!important}.me-lg-100{margin-right:8.4rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-6{margin-bottom:.84rem!important}.mb-lg-7{margin-bottom:.74rem!important}.mb-lg-9{margin-bottom:.42rem!important}.mb-lg-10{margin-bottom:.84rem!important}.mb-lg-15{margin-bottom:1.26rem!important}.mb-lg-20{margin-bottom:1.68rem!important}.mb-lg-25{margin-bottom:2rem!important}.mb-lg-30{margin-bottom:2.52rem!important}.mb-lg-35{margin-bottom:2.94rem!important}.mb-lg-40{margin-bottom:3.36rem!important}.mb-lg-45{margin-bottom:3.8rem!important}.mb-lg-50{margin-bottom:4.62rem!important}.mb-lg-55{margin-bottom:4.2rem!important}.mb-lg-60{margin-bottom:5.04rem!important}.mb-lg-70{margin-bottom:5.88rem!important}.mb-lg-80{margin-bottom:6.72rem!important}.mb-lg-90{margin-bottom:7.56rem!important}.mb-lg-100{margin-bottom:8.4rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-6{margin-left:.84rem!important}.ms-lg-7{margin-left:.74rem!important}.ms-lg-9{margin-left:.42rem!important}.ms-lg-10{margin-left:.84rem!important}.ms-lg-15{margin-left:1.26rem!important}.ms-lg-20{margin-left:1.68rem!important}.ms-lg-25{margin-left:2rem!important}.ms-lg-30{margin-left:2.52rem!important}.ms-lg-35{margin-left:2.94rem!important}.ms-lg-40{margin-left:3.36rem!important}.ms-lg-45{margin-left:3.8rem!important}.ms-lg-50{margin-left:4.62rem!important}.ms-lg-55{margin-left:4.2rem!important}.ms-lg-60{margin-left:5.04rem!important}.ms-lg-70{margin-left:5.88rem!important}.ms-lg-80{margin-left:6.72rem!important}.ms-lg-90{margin-left:7.56rem!important}.ms-lg-100{margin-left:8.4rem!important}.ms-lg-auto{margin-left:auto!important}.m-lg-n1{margin:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.m-lg-n3{margin:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.m-lg-n6{margin:-.84rem!important}.m-lg-n7{margin:-.74rem!important}.m-lg-n9{margin:-.42rem!important}.m-lg-n10{margin:-.84rem!important}.m-lg-n15{margin:-1.26rem!important}.m-lg-n20{margin:-1.68rem!important}.m-lg-n25{margin:-2rem!important}.m-lg-n30{margin:-2.52rem!important}.m-lg-n35{margin:-2.94rem!important}.m-lg-n40{margin:-3.36rem!important}.m-lg-n45{margin:-3.8rem!important}.m-lg-n50{margin:-4.62rem!important}.m-lg-n55{margin:-4.2rem!important}.m-lg-n60{margin:-5.04rem!important}.m-lg-n70{margin:-5.88rem!important}.m-lg-n80{margin:-6.72rem!important}.m-lg-n90{margin:-7.56rem!important}.m-lg-n100{margin:-8.4rem!important}.mx-lg-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-lg-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-lg-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-lg-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-lg-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-lg-n6{margin-left:-.84rem!important;margin-right:-.84rem!important}.mx-lg-n7{margin-left:-.74rem!important;margin-right:-.74rem!important}.mx-lg-n9{margin-left:-.42rem!important;margin-right:-.42rem!important}.mx-lg-n10{margin-left:-.84rem!important;margin-right:-.84rem!important}.mx-lg-n15{margin-left:-1.26rem!important;margin-right:-1.26rem!important}.mx-lg-n20{margin-left:-1.68rem!important;margin-right:-1.68rem!important}.mx-lg-n25{margin-left:-2rem!important;margin-right:-2rem!important}.mx-lg-n30{margin-left:-2.52rem!important;margin-right:-2.52rem!important}.mx-lg-n35{margin-left:-2.94rem!important;margin-right:-2.94rem!important}.mx-lg-n40{margin-left:-3.36rem!important;margin-right:-3.36rem!important}.mx-lg-n45{margin-left:-3.8rem!important;margin-right:-3.8rem!important}.mx-lg-n50{margin-left:-4.62rem!important;margin-right:-4.62rem!important}.mx-lg-n55{margin-left:-4.2rem!important;margin-right:-4.2rem!important}.mx-lg-n60{margin-left:-5.04rem!important;margin-right:-5.04rem!important}.mx-lg-n70{margin-left:-5.88rem!important;margin-right:-5.88rem!important}.mx-lg-n80{margin-left:-6.72rem!important;margin-right:-6.72rem!important}.mx-lg-n90{margin-left:-7.56rem!important;margin-right:-7.56rem!important}.mx-lg-n100{margin-left:-8.4rem!important;margin-right:-8.4rem!important}.my-lg-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-lg-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-lg-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-lg-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-lg-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-lg-n6{margin-bottom:-.84rem!important;margin-top:-.84rem!important}.my-lg-n7{margin-bottom:-.74rem!important;margin-top:-.74rem!important}.my-lg-n9{margin-bottom:-.42rem!important;margin-top:-.42rem!important}.my-lg-n10{margin-bottom:-.84rem!important;margin-top:-.84rem!important}.my-lg-n15{margin-bottom:-1.26rem!important;margin-top:-1.26rem!important}.my-lg-n20{margin-bottom:-1.68rem!important;margin-top:-1.68rem!important}.my-lg-n25{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-lg-n30{margin-bottom:-2.52rem!important;margin-top:-2.52rem!important}.my-lg-n35{margin-bottom:-2.94rem!important;margin-top:-2.94rem!important}.my-lg-n40{margin-bottom:-3.36rem!important;margin-top:-3.36rem!important}.my-lg-n45{margin-bottom:-3.8rem!important;margin-top:-3.8rem!important}.my-lg-n50{margin-bottom:-4.62rem!important;margin-top:-4.62rem!important}.my-lg-n55{margin-bottom:-4.2rem!important;margin-top:-4.2rem!important}.my-lg-n60{margin-bottom:-5.04rem!important;margin-top:-5.04rem!important}.my-lg-n70{margin-bottom:-5.88rem!important;margin-top:-5.88rem!important}.my-lg-n80{margin-bottom:-6.72rem!important;margin-top:-6.72rem!important}.my-lg-n90{margin-bottom:-7.56rem!important;margin-top:-7.56rem!important}.my-lg-n100{margin-bottom:-8.4rem!important;margin-top:-8.4rem!important}.mt-lg-n1{margin-top:-.25rem!important}.mt-lg-n2{margin-top:-.5rem!important}.mt-lg-n3{margin-top:-1rem!important}.mt-lg-n4{margin-top:-1.5rem!important}.mt-lg-n5{margin-top:-3rem!important}.mt-lg-n6{margin-top:-.84rem!important}.mt-lg-n7{margin-top:-.74rem!important}.mt-lg-n9{margin-top:-.42rem!important}.mt-lg-n10{margin-top:-.84rem!important}.mt-lg-n15{margin-top:-1.26rem!important}.mt-lg-n20{margin-top:-1.68rem!important}.mt-lg-n25{margin-top:-2rem!important}.mt-lg-n30{margin-top:-2.52rem!important}.mt-lg-n35{margin-top:-2.94rem!important}.mt-lg-n40{margin-top:-3.36rem!important}.mt-lg-n45{margin-top:-3.8rem!important}.mt-lg-n50{margin-top:-4.62rem!important}.mt-lg-n55{margin-top:-4.2rem!important}.mt-lg-n60{margin-top:-5.04rem!important}.mt-lg-n70{margin-top:-5.88rem!important}.mt-lg-n80{margin-top:-6.72rem!important}.mt-lg-n90{margin-top:-7.56rem!important}.mt-lg-n100{margin-top:-8.4rem!important}.me-lg-n1{margin-right:-.25rem!important}.me-lg-n2{margin-right:-.5rem!important}.me-lg-n3{margin-right:-1rem!important}.me-lg-n4{margin-right:-1.5rem!important}.me-lg-n5{margin-right:-3rem!important}.me-lg-n6{margin-right:-.84rem!important}.me-lg-n7{margin-right:-.74rem!important}.me-lg-n9{margin-right:-.42rem!important}.me-lg-n10{margin-right:-.84rem!important}.me-lg-n15{margin-right:-1.26rem!important}.me-lg-n20{margin-right:-1.68rem!important}.me-lg-n25{margin-right:-2rem!important}.me-lg-n30{margin-right:-2.52rem!important}.me-lg-n35{margin-right:-2.94rem!important}.me-lg-n40{margin-right:-3.36rem!important}.me-lg-n45{margin-right:-3.8rem!important}.me-lg-n50{margin-right:-4.62rem!important}.me-lg-n55{margin-right:-4.2rem!important}.me-lg-n60{margin-right:-5.04rem!important}.me-lg-n70{margin-right:-5.88rem!important}.me-lg-n80{margin-right:-6.72rem!important}.me-lg-n90{margin-right:-7.56rem!important}.me-lg-n100{margin-right:-8.4rem!important}.mb-lg-n1{margin-bottom:-.25rem!important}.mb-lg-n2{margin-bottom:-.5rem!important}.mb-lg-n3{margin-bottom:-1rem!important}.mb-lg-n4{margin-bottom:-1.5rem!important}.mb-lg-n5{margin-bottom:-3rem!important}.mb-lg-n6{margin-bottom:-.84rem!important}.mb-lg-n7{margin-bottom:-.74rem!important}.mb-lg-n9{margin-bottom:-.42rem!important}.mb-lg-n10{margin-bottom:-.84rem!important}.mb-lg-n15{margin-bottom:-1.26rem!important}.mb-lg-n20{margin-bottom:-1.68rem!important}.mb-lg-n25{margin-bottom:-2rem!important}.mb-lg-n30{margin-bottom:-2.52rem!important}.mb-lg-n35{margin-bottom:-2.94rem!important}.mb-lg-n40{margin-bottom:-3.36rem!important}.mb-lg-n45{margin-bottom:-3.8rem!important}.mb-lg-n50{margin-bottom:-4.62rem!important}.mb-lg-n55{margin-bottom:-4.2rem!important}.mb-lg-n60{margin-bottom:-5.04rem!important}.mb-lg-n70{margin-bottom:-5.88rem!important}.mb-lg-n80{margin-bottom:-6.72rem!important}.mb-lg-n90{margin-bottom:-7.56rem!important}.mb-lg-n100{margin-bottom:-8.4rem!important}.ms-lg-n1{margin-left:-.25rem!important}.ms-lg-n2{margin-left:-.5rem!important}.ms-lg-n3{margin-left:-1rem!important}.ms-lg-n4{margin-left:-1.5rem!important}.ms-lg-n5{margin-left:-3rem!important}.ms-lg-n6{margin-left:-.84rem!important}.ms-lg-n7{margin-left:-.74rem!important}.ms-lg-n9{margin-left:-.42rem!important}.ms-lg-n10{margin-left:-.84rem!important}.ms-lg-n15{margin-left:-1.26rem!important}.ms-lg-n20{margin-left:-1.68rem!important}.ms-lg-n25{margin-left:-2rem!important}.ms-lg-n30{margin-left:-2.52rem!important}.ms-lg-n35{margin-left:-2.94rem!important}.ms-lg-n40{margin-left:-3.36rem!important}.ms-lg-n45{margin-left:-3.8rem!important}.ms-lg-n50{margin-left:-4.62rem!important}.ms-lg-n55{margin-left:-4.2rem!important}.ms-lg-n60{margin-left:-5.04rem!important}.ms-lg-n70{margin-left:-5.88rem!important}.ms-lg-n80{margin-left:-6.72rem!important}.ms-lg-n90{margin-left:-7.56rem!important}.ms-lg-n100{margin-left:-8.4rem!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.p-lg-6{padding:.84rem!important}.p-lg-7{padding:.74rem!important}.p-lg-9{padding:.42rem!important}.p-lg-10{padding:.84rem!important}.p-lg-15{padding:1.26rem!important}.p-lg-20{padding:1.68rem!important}.p-lg-25{padding:2rem!important}.p-lg-30{padding:2.52rem!important}.p-lg-35{padding:2.94rem!important}.p-lg-40{padding:3.36rem!important}.p-lg-45{padding:3.8rem!important}.p-lg-50{padding:4.62rem!important}.p-lg-55{padding:4.2rem!important}.p-lg-60{padding:5.04rem!important}.p-lg-70{padding:5.88rem!important}.p-lg-80{padding:6.72rem!important}.p-lg-90{padding:7.56rem!important}.p-lg-100{padding:8.4rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.px-lg-6{padding-left:.84rem!important;padding-right:.84rem!important}.px-lg-7{padding-left:.74rem!important;padding-right:.74rem!important}.px-lg-9{padding-left:.42rem!important;padding-right:.42rem!important}.px-lg-10{padding-left:.84rem!important;padding-right:.84rem!important}.px-lg-15{padding-left:1.26rem!important;padding-right:1.26rem!important}.px-lg-20{padding-left:1.68rem!important;padding-right:1.68rem!important}.px-lg-25{padding-left:2rem!important;padding-right:2rem!important}.px-lg-30{padding-left:2.52rem!important;padding-right:2.52rem!important}.px-lg-35{padding-left:2.94rem!important;padding-right:2.94rem!important}.px-lg-40{padding-left:3.36rem!important;padding-right:3.36rem!important}.px-lg-45{padding-left:3.8rem!important;padding-right:3.8rem!important}.px-lg-50{padding-left:4.62rem!important;padding-right:4.62rem!important}.px-lg-55{padding-left:4.2rem!important;padding-right:4.2rem!important}.px-lg-60{padding-left:5.04rem!important;padding-right:5.04rem!important}.px-lg-70{padding-left:5.88rem!important;padding-right:5.88rem!important}.px-lg-80{padding-left:6.72rem!important;padding-right:6.72rem!important}.px-lg-90{padding-left:7.56rem!important;padding-right:7.56rem!important}.px-lg-100{padding-left:8.4rem!important;padding-right:8.4rem!important}.py-lg-0{padding-bottom:0!important;padding-top:0!important}.py-lg-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-lg-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-lg-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-lg-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-lg-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-lg-6{padding-bottom:.84rem!important;padding-top:.84rem!important}.py-lg-7{padding-bottom:.74rem!important;padding-top:.74rem!important}.py-lg-9{padding-bottom:.42rem!important;padding-top:.42rem!important}.py-lg-10{padding-bottom:.84rem!important;padding-top:.84rem!important}.py-lg-15{padding-bottom:1.26rem!important;padding-top:1.26rem!important}.py-lg-20{padding-bottom:1.68rem!important;padding-top:1.68rem!important}.py-lg-25{padding-bottom:2rem!important;padding-top:2rem!important}.py-lg-30{padding-bottom:2.52rem!important;padding-top:2.52rem!important}.py-lg-35{padding-bottom:2.94rem!important;padding-top:2.94rem!important}.py-lg-40{padding-bottom:3.36rem!important;padding-top:3.36rem!important}.py-lg-45{padding-bottom:3.8rem!important;padding-top:3.8rem!important}.py-lg-50{padding-bottom:4.62rem!important;padding-top:4.62rem!important}.py-lg-55{padding-bottom:4.2rem!important;padding-top:4.2rem!important}.py-lg-60{padding-bottom:5.04rem!important;padding-top:5.04rem!important}.py-lg-70{padding-bottom:5.88rem!important;padding-top:5.88rem!important}.py-lg-80{padding-bottom:6.72rem!important;padding-top:6.72rem!important}.py-lg-90{padding-bottom:7.56rem!important;padding-top:7.56rem!important}.py-lg-100{padding-bottom:8.4rem!important;padding-top:8.4rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pt-lg-6{padding-top:.84rem!important}.pt-lg-7{padding-top:.74rem!important}.pt-lg-9{padding-top:.42rem!important}.pt-lg-10{padding-top:.84rem!important}.pt-lg-15{padding-top:1.26rem!important}.pt-lg-20{padding-top:1.68rem!important}.pt-lg-25{padding-top:2rem!important}.pt-lg-30{padding-top:2.52rem!important}.pt-lg-35{padding-top:2.94rem!important}.pt-lg-40{padding-top:3.36rem!important}.pt-lg-45{padding-top:3.8rem!important}.pt-lg-50{padding-top:4.62rem!important}.pt-lg-55{padding-top:4.2rem!important}.pt-lg-60{padding-top:5.04rem!important}.pt-lg-70{padding-top:5.88rem!important}.pt-lg-80{padding-top:6.72rem!important}.pt-lg-90{padding-top:7.56rem!important}.pt-lg-100{padding-top:8.4rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pe-lg-6{padding-right:.84rem!important}.pe-lg-7{padding-right:.74rem!important}.pe-lg-9{padding-right:.42rem!important}.pe-lg-10{padding-right:.84rem!important}.pe-lg-15{padding-right:1.26rem!important}.pe-lg-20{padding-right:1.68rem!important}.pe-lg-25{padding-right:2rem!important}.pe-lg-30{padding-right:2.52rem!important}.pe-lg-35{padding-right:2.94rem!important}.pe-lg-40{padding-right:3.36rem!important}.pe-lg-45{padding-right:3.8rem!important}.pe-lg-50{padding-right:4.62rem!important}.pe-lg-55{padding-right:4.2rem!important}.pe-lg-60{padding-right:5.04rem!important}.pe-lg-70{padding-right:5.88rem!important}.pe-lg-80{padding-right:6.72rem!important}.pe-lg-90{padding-right:7.56rem!important}.pe-lg-100{padding-right:8.4rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.pb-lg-6{padding-bottom:.84rem!important}.pb-lg-7{padding-bottom:.74rem!important}.pb-lg-9{padding-bottom:.42rem!important}.pb-lg-10{padding-bottom:.84rem!important}.pb-lg-15{padding-bottom:1.26rem!important}.pb-lg-20{padding-bottom:1.68rem!important}.pb-lg-25{padding-bottom:2rem!important}.pb-lg-30{padding-bottom:2.52rem!important}.pb-lg-35{padding-bottom:2.94rem!important}.pb-lg-40{padding-bottom:3.36rem!important}.pb-lg-45{padding-bottom:3.8rem!important}.pb-lg-50{padding-bottom:4.62rem!important}.pb-lg-55{padding-bottom:4.2rem!important}.pb-lg-60{padding-bottom:5.04rem!important}.pb-lg-70{padding-bottom:5.88rem!important}.pb-lg-80{padding-bottom:6.72rem!important}.pb-lg-90{padding-bottom:7.56rem!important}.pb-lg-100{padding-bottom:8.4rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.ps-lg-6{padding-left:.84rem!important}.ps-lg-7{padding-left:.74rem!important}.ps-lg-9{padding-left:.42rem!important}.ps-lg-10{padding-left:.84rem!important}.ps-lg-15{padding-left:1.26rem!important}.ps-lg-20{padding-left:1.68rem!important}.ps-lg-25{padding-left:2rem!important}.ps-lg-30{padding-left:2.52rem!important}.ps-lg-35{padding-left:2.94rem!important}.ps-lg-40{padding-left:3.36rem!important}.ps-lg-45{padding-left:3.8rem!important}.ps-lg-50{padding-left:4.62rem!important}.ps-lg-55{padding-left:4.2rem!important}.ps-lg-60{padding-left:5.04rem!important}.ps-lg-70{padding-left:5.88rem!important}.ps-lg-80{padding-left:6.72rem!important}.ps-lg-90{padding-left:7.56rem!important}.ps-lg-100{padding-left:8.4rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}.fs-10{font-size:3.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}.mm-menu{--mm-listitem-size:50px;--mm-color-background:#fff;margin-top:70px}html.isApp .mm-menu{margin-top:0}.mm-searchfield input{border:1px solid #efefef!important}.mm-searchfield,.mm-searchfield input,.mm-searchfield input:hover{--mm-color-border:#eee;background:#fff;color:rgba(0,0,0,.75)}.mm-listitem__text,.mm-navbar__title{font-size:1.3rem;font-weight:700}.mm-navbar__title>span{color:#000;overflow:visible}.mm-listitem__btn:not(.mm-listitem__text){border-left:0}.mm-btn,.mm-btn_next,.mm-listitem__btn{color:rgba(0,0,0,.75)}.mm-listitem a{color:#000}.mm-menu_opened.mm-menu_pagedim-black~.mm-wrapper__blocker{background:#acabab}.mm-btn_next:after,.mm-btn_prev:before{border-left:4px solid #000;border-top:4px solid #000}.mm-listitem:after{left:1px}@media (min-width:960px){.mm-navbar_sticky{display:none}}.nfy-header .nfy-header-text a,.nfy-header .nfy-header-text p{color:#6c757d;font-size:.8rem}.nfy-header .nfy-header-navi ul.nav li:first-child a{padding-left:0}.nfy-header .nfy-header-navi ul.nav li a{color:#000;font-size:.8rem;text-align:left}.nfy-header .nfy-header-navi ul.nav li:last-child a{padding-right:0}nav .dropdown-menu{left:-8px;min-width:400px;position:absolute;top:61px}nav .dropdown-menu .dropdown-submenu{left:100%;position:relative;top:0}@media (min-width:960px){nav .login-button,nav .logout-button{background-color:#0a599d;border-radius:.5rem;color:#fff;font-size:1rem;padding:.375rem .75rem}}.nfy-footer *{font-size:.8rem!important}.nfy-footer .nfy-social-media i{background-position-x:center;background-position-y:center;background-repeat:no-repeat;background-size:cover;display:block;height:30px;width:30px}.nfy-footer .nfy-social-media .instagram{background-image:url(/pu_rnz_2021/build/images/bar-icon_instagram.c5c318e1.png)}.nfy-footer .nfy-social-media .facebook{background-image:url(/pu_rnz_2021/build/images/bar-icon_facebook.3b1ebbe1.png)}.nfy-footer .nfy-social-media .mastodon{background-image:url(/pu_rnz_2021/build/images/bar-icon_mastodon.419dec75.png)}.nfy-footer .nfy-social-media .youtube{background-image:url(/pu_rnz_2021/build/images/bar-icon_youtube.d6d585ab.png);background-size:contain;width:36px}@media (max-width:959.98px){.nfy-footer .nfy-nav li{display:inline}.nfy-footer .nfy-nav li:not(:last-child){margin-right:.5rem}}#nfy-main-menu:not(.mm-menu){display:none}#nfy-main-menu.mm-menu{z-index:5999999}.nfy-button-navi-scrollable-target{white-space:normal!important}.nfy-button-navi-scrollable-target .nfy-scroll-arrow{margin-top:calc(var(--bs-gutter-y)*2);padding:0;width:auto}.nfy-button-navi-scrollable-target .nfy-scroll-arrow:after{color:#ccc;content:"";font-family:Font Awesome\ 5 Free;font-size:.75rem!important;font-weight:700}.nfy-button-navi-scrollable-target .nfy-scroll-arrow.nfy-arrow-right{right:3px}.nfy-button-navi-scrollable-target .nfy-scroll-arrow.nfy-arrow-right:after{content:""}.nfy-outer-large{margin:0 auto}a,a:hover{text-decoration:none!important}.h2,h2{color:#0a599d;font-weight:700;line-height:1.5rem}.nfy-login-btn-mobile{font-size:1.8rem}.nfy-login-card{height:auto;width:334px}.nfy-login-card .btn{width:100%}.nfy-header-rubrik{font-size:1rem;font-weight:700;line-height:1.5}.nfy-header-rubrik .nfy-header-rubrik-white{border:2px solid #0a599d;line-height:1;text-align:right}.nfy-header-rubrik .nfy-header-rubrik-white a{font-size:.9rem;font-weight:400;text-align:right}.nfy-header-rubrik .nfy-header-rubrik-white a:hover{color:#0a599d}@media (min-width:720px){.nfy-header-rubrik{font-size:1.65625rem}.nfy-header-rubrik .nfy-header-rubrik-white a{font-size:1.125rem}}.nfy-teaser-image{aspect-ratio:3/2;border-radius:0;display:block;overflow:hidden;position:relative;width:100%}.nfy-teaser:not(.nfy-collection .card .nfy-teaser){background-color:#fff;border:1px;border-color:#eee;border-style:solid;box-shadow:0 .1rem .2rem rgba(0,0,0,.075);height:100%;position:relative;width:100%}.nfy-teaser:not(.nfy-collection .card .nfy-teaser) .h5,.nfy-teaser:not(.nfy-collection .card .nfy-teaser) h5{min-height:60px}@media (max-width:719.98px){.nfy-teaser:not(.nfy-collection .card .nfy-teaser) .h5,.nfy-teaser:not(.nfy-collection .card .nfy-teaser) h5{min-height:auto}}.nfy-teaser:not(.nfy-collection .card .nfy-teaser) .nfy-teaser-head i{vertical-align:middle}.nfy-teaser:not(.nfy-collection .card .nfy-teaser) .nfy-media{aspect-ratio:3/2;margin:0;width:100%}.nfy-teaser:not(.nfy-collection .card .nfy-teaser) .nfy-media img{object-position:center;width:100%}.nfy-teaser:not(.nfy-collection .card .nfy-teaser) .nfy-most-read .h5 a,.nfy-teaser:not(.nfy-collection .card .nfy-teaser) .nfy-most-read h5 a{color:#212529}.nfy-teaser:not(.nfy-collection .card .nfy-teaser) .nfy-most-read .nfy-most-read-nr{font-size:3.2rem}.nfy-teaser:not(.nfy-collection .card .nfy-teaser) .nfy-underline{color:#6e6e6e;text-align:right}@media (max-width:719.98px){.nfy-teaser:not(.nfy-collection .card .nfy-teaser) .nfy-collection .row-cols-lg-4>.col article a>div{width:100%}}.card.shadow-none{border:none!important}.nfy-mh-lg{min-height:530px}@media (max-width:719.98px){.nfy-mh-lg{min-height:auto}}.nfy-mh-md{min-height:255px}@media (max-width:719.98px){.nfy-mh-md{min-height:auto}}.nfy-mh-md2{min-height:339px}@media (max-width:719.98px){.nfy-mh-md2{min-height:auto}}.nfy-teaser-box-top a,.nfy-teaser-box-top a:hover{text-decoratione:none!important}.nfy-teaser-box-top .h5,.nfy-teaser-box-top h5{min-height:auto}@media (max-width:539.98px){.nfy-teaser-box-inner{padding:0}}.nfy-icons-social a{color:#6d6d6d;margin-right:20px}.nfy-icons a{margin-right:16px}.nfy-icons .nfy-icon-account-gray i,.nfy-icons a{color:#6d6d6d}.nfy-icons .nfy-icon-round a{border-radius:50%;color:#212529;display:block;height:44px;padding:13px 15px;width:44px}.nfy-footer .nfy-footer-lg .nfy-logo-full img{max-width:320px;width:100%}.nfy-footer .nfy-footer-lg ul li{padding-left:0}.nfy-footer .nfy-footer-lg ul li a{color:#6d6d6d}@media (max-width:539.98px){.nfy-footer .nfy-footer-lg ul li{margin-right:20px}.nfy-footer .nfy-footer-lg ul{flex-direction:row;flex-wrap:wrap}}.nfy-footer .nfy-footer-lg .nfy-adr{color:#6d6d6d}.nfy-footer .nfy-footer-sm a:hover{text-decoration:none}.nfy-footer .nfy-footer-sm .nfy-logo-single img{max-width:123px;width:100%}.nfy-footer-blue{margin:0 auto;max-width:960px}.nfy-footer-blue a:hover{text-decoration:none}.nfy-author-box img{max-width:99px}.nfy-author-box .nfy-author-bread a{color:#6d6d6d}.nfy-author-box .nfy-author-bread a:hover{text-decoration:none}.nfy-author-box .nfy-author-text{line-height:2.5rem}.nfy-author-box .nfy-author-contact{vertical-align:middle}.nfy-author-box .nfy-author-contact a,.nfy-author-box .nfy-author-contact i{color:#6d6d6d}.nfy-author-box .nfy-author-contact a:hover{text-decoration:none}.nfy-header-logo img{min-width:544px;width:100%}.nfy-header-logo .nfy-header-text{color:#6d6d6d}.nfy-header-top .nfy-header-logo-sm{display:none!important;max-width:309px;width:100%}@media (max-width:719.98px){.nfy-header-top .nfy-header-logo-sm{max-width:161px}}.nfy-header-logo-sm.nfy-scrolled{display:block!important}@media (max-width:719.98px){.nfy-header-logo-sm.nfy-scrolled{display:none!important}}.nfy-header-logo-sm-mob{display:none!important;max-width:309px;width:100%}@media (max-width:719.98px){.nfy-header-logo-sm-mob{display:flex!important;max-width:161px}}.nfy-header-navi a{color:#212529;margin:0 15px}.nfy-header-navi a:first-child{margin-left:0}.nfy-header-navi>a:last-child{margin-right:0}.nfy-dropdownnav-pos{left:-8px;position:absolute;top:61px;z-index:1}@media (max-width:719.98px){.nfy-dropdownnav-pos{top:47px}}.dropdown-item:focus,.dropdown-item:hover{background-color:transparent!important}.dropdown-submenu>.dropdown-menu{left:100%;top:0}@media (max-width:719.98px){.dropdown-submenu>a.nfy-toggeled:after{content:""!important}}.dropdown-menu>li{border:0;padding:6px 0}@media (max-width:719.98px){.dropdown-menu>li{background:#f9f9f9;border-bottom:2px solid #fff}}.dropdown-menu>li:last-child{border-bottom:none}.nfy-menu-item{position:relative}.nfy-nav-list-multi{min-width:300px;position:absolute!important}@media (max-width:719.98px){.nfy-nav-list-multi{position:static!important}}.nfy-menu-item-sec{position:relative}.nfy-menu-item-sec>a:after{display:none}.nfy-inner-container-article{max-width:1000px;width:100%}.nfy-article-box{max-width:1000px;padding:20px}.nfy-article-box .nfy-breadcrumb{color:#6d6d6d}.nfy-article-box .nfy-breadcrumb a{color:#6d6d6d;margin:0 8px}.nfy-article-box .nfy-breadcrumb a:hover{text-decoration:none}.nfy-article-box .nfy-breadcrumb a:first-child{margin:0}.nfy-article-box .nfy-article-head{max-width:796px}.nfy-article-box .nfy-article-head .h1,.nfy-article-box .nfy-article-head h1{line-height:45px}.nfy-article-box .nfy-article-head .nfy-teaserhead{line-height:28px}.nfy-article-box .nfy-article-head .nfy-article-date{color:hsla(0,0%,43%,.6)}.nfy-article-box img{object-position:center;width:100%}.nfy-article-box .nfy-article-text{line-height:25px;max-width:796px}.nfy-article-box .nfy-article-in-box{background:hsla(0,0%,43%,.1);max-width:348px;width:100%}@media (max-width:719.98px){.nfy-article-box .nfy-article-in-box{max-width:none}}.nfy-article-box .nfy-article-interesst-box{max-width:388px;width:100%}@media (max-width:719.98px){.nfy-article-box .nfy-article-interesst-box{max-width:none}}.nfy-article-box-mob{max-width:1000px;padding:8px 20px 0}.nfy-article-box-mob .nfy-breadcrumb{color:#6d6d6d}.nfy-article-box-mob .nfy-breadcrumb a{color:#6d6d6d;margin:0 8px}.nfy-article-box-mob .nfy-breadcrumb a:hover{text-decoration:none}.nfy-article-box-mob .nfy-breadcrumb a:first-child{margin:0}.nfy-interview-box{background:rgba(10,89,157,.15);line-height:45px}.nfy-interview-box img{max-height:387px;width:auto}.nfy-interview-box .nfy-img-small{height:auto;max-width:110px;width:100%}.nfy-interview-box .nfy-author-1 span{line-height:45px}.nfy-teaser-video{background-color:#fff;min-height:340px;position:relative}.nfy-teaser-video .nfy-media{margin:0;width:100%}.nfy-teaser-video .nfy-media img{object-position:center;width:100%}.nfy-teaser-overlay{color:#fff;left:50%;position:absolute;top:30%;transform:translate(-50%,-50%);z-index:1}.nfy-login-layer{position:fixed;right:6px;top:56px;z-index:1}@media (max-width:719.98px){.nfy-login-layer{top:43px}}.nfy-burger-btn{color:#fff;min-height:47px}.nfy-burger-btn a{background-image:url(/pu_rnz_2021/build/images/bu_burger.0fb73f73.png);background-position:50%;background-repeat:no-repeat;background-size:contain;box-shadow:none!important;height:27px;width:49px}.nfy-burger-btn a[aria-expanded=true]{background:#fff url(/pu_rnz_2021/build/images/cross.f9caac43.png);background-position:0;background-repeat:no-repeat;background-size:contain;box-shadow:none!important}.nfy-burger-btn a[aria-expanded=true]:focus{border:none;box-shadow:none!important;outline:none}@media (max-width:539.98px){.nfy-burger-btn a{background-image:url(/pu_rnz_2021/build/images/bu_burger_sm.b3de0389.png)}}.nfy-search-btn{right:0}.searchbar{float:right;height:50px;min-width:50px;overflow:hidden;position:relative;-webkit-transition:width .3s;-moz-transition:width .3s;-ms-transition:width .3s;-o-transition:width .3s;transition:width .3s;width:0}.searchbar-input{background-clip:padding-box;background-color:#fff;border:1px solid #ced4da;border-radius:.85rem;box-shadow:none!important;color:#495057;display:block;height:calc(1.5em + .75rem + 2px);left:50px;line-height:1.5;padding:.375rem .75rem;position:absolute;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:55%}.searchbar-input::-webkit-input-placeholder{color:#fff}.searchbar-input:-moz-placeholder,.searchbar-input::-moz-placeholder{color:#fff}.searchbar-input:-ms-input-placeholder{color:#fff}.searchbar-icon,.searchbar-submit{background:#fff;border:0;border-left:1px solid #fff;color:#000;cursor:pointer;display:block;height:50px;left:0;line-height:50px;margin:0;outline:0;padding:0;position:absolute;text-align:center;top:0;width:50px}.searchbar-open{width:100%}.nfy-inner-container{max-width:960px;width:100%}@media (max-width:539.98px){.navbar-nav{width:100%}}.nfy-dropnav-toggle{left:-8px;position:absolute;top:56px;z-index:1}@media (max-width:719.98px){.nfy-dropnav-toggle{top:47px}}.card{word-wrap:break-word;background:transparent;background-clip:border-box;border-radius:.25rem;border-width:0;display:flex;flex-direction:column;min-width:0;position:relative}.card-header{background-color:rgba(19,24,44,.03);border-bottom:1px solid rgba(19,24,44,.125);margin-bottom:0;padding:.75rem 1.25rem}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header,card-footer{background-clip:padding-box;background-color:transparent;border-color:rgba(160,175,185,.15)}.nfy-nform-form-error input,.nfy-nform-form-error select,.nfy-nform-form-error textarea{border:1px solid #e35d6a}.nfy-nform-form-error-text{color:#e35d6a}.nfy-switch-button[aria-expanded=false]:after{content:"";font-family:Font Awesome\ 5 Free;font-weight:700;margin-left:5px}.nfy-switch-button[aria-expanded=true]:after{content:"";font-family:Font Awesome\ 5 Free;font-weight:700;margin-left:5px}.sApiUi{box-sizing:border-box}.sApiUi.loading,.sApiUi.modal,.sApiUi.toast{opacity:0;transition:visibility .5s ease-in-out,opacity .5s ease-in-out;visibility:hidden;z-index:5999999}.sApiUi.toast{bottom:1rem;left:1rem;padding:1rem;position:fixed;right:auto;top:auto;width:auto}@media (max-width:768px){.sApiUi.toast .positive-feedback{bottom:1em;left:50%;transform:translate(-50%,-1em)}}.sApiUi.modal{padding:1.75rem;position:fixed}.sApiUi.modal.popup{left:50%;max-width:38rem;min-width:18rem;top:50%;transform:translate(-50%,-50%)}.sApiUi.modal.slide{transform:none;transition-property:all}.sApiUi.modal.slide.left,.sApiUi.modal.slide.right{bottom:0;height:100%;top:0;width:25%}.sApiUi.modal.slide.left.fifty,.sApiUi.modal.slide.right.fifty{width:50%}.sApiUi.modal.slide.left.seventyfive,.sApiUi.modal.slide.right.seventyfive{width:75%}.sApiUi.modal.slide.left{left:-25%}.sApiUi.modal.slide.left.fifty{left:-50%}.sApiUi.modal.slide.left.seventyfive{left:-75%}.sApiUi.modal.slide.left.visible{left:0}.sApiUi.modal.slide.right{right:-25%}.sApiUi.modal.slide.right.fifty{right:-50%}.sApiUi.modal.slide.right.seventyfive{right:-75%}.sApiUi.modal.slide.right.visible{right:0}.sApiUi.modal.slide.bottom,.sApiUi.modal.slide.top{height:25%;left:0;right:0;width:100%}.sApiUi.modal.slide.bottom.fifty,.sApiUi.modal.slide.top.fifty{height:-50%}.sApiUi.modal.slide.bottom.seventyfive,.sApiUi.modal.slide.top.seventyfive{height:-75%}.sApiUi.modal.slide.bottom.dynamicHeight,.sApiUi.modal.slide.top.dynamicHeight{height:unset}.sApiUi.modal.slide.top{top:-25%}.sApiUi.modal.slide.top.fifty{top:-50%}.sApiUi.modal.slide.top.seventyfive{top:-75%}.sApiUi.modal.slide.top.visible{top:0}.sApiUi.modal.slide.bottom{bottom:-25%}.sApiUi.modal.slide.bottom.fifty{bottom:-50%}.sApiUi.modal.slide.bottom.seventyfive{bottom:-75%}.sApiUi.modal.slide.bottom.visible{bottom:0}.sApiUi.modal>.close,.sApiUi.modal>.toggle{border:0;cursor:pointer;position:absolute;right:.1rem;top:.1rem}.sApiUi.modal.sticky.toggle.bottom,.sApiUi.modal.sticky.toggle.bottom>div:last-of-type{padding-bottom:0}.sApiUi.modal.sticky.toggle.bottom>input[type=checkbox]:checked~div:last-of-type{padding-bottom:1.75rem}.sApiUi.modal.sticky.toggle.top,.sApiUi.modal.sticky.toggle.top>div:last-of-type{padding-top:0}.sApiUi.modal.sticky.toggle.top>input[type=checkbox]:checked~div:last-of-type{padding-top:1.75rem}.sApiUi.modal.sticky.toggle .close{display:none}.sApiUi.modal.sticky.toggle>label{display:block}.sApiUi.modal.sticky.toggle>div:last-of-type{max-height:0;opacity:0;overflow:hidden}.sApiUi.modal.sticky.toggle>input[type=checkbox]:checked~div:last-of-type{max-height:100vb;opacity:1}.sApiUi.modal.sticky.toggle>input[type=checkbox]:checked~div:first-of-type:not(:last-of-type){opacity:0}.sApiUi.modal.sticky+.sApiUi.closeLayer,.sApiUi.modal.sticky:not(.toggle)>label{display:none}.sApiUi.modal.sticky>div:first-of-type:not(:last-of-type){height:1.25rem;opacity:1;overflow:hidden;position:absolute;top:.25rem}.sApiUi.modal.sticky>div:first-of-type:not(:last-of-type) .nfyf-ibtn-c,.sApiUi.modal.sticky>input[type=checkbox]{display:none}.sApiUi.loading{bottom:0;display:flex;left:0;position:fixed;right:0;top:0}.sApiUi.loading>i{display:block;margin:auto}.sApiUi.closeLayer{bottom:0;left:0;position:fixed;right:0;top:0;z-index:5999989}.sApiUi.visible{opacity:1;visibility:visible}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sApiUi.loading i,.sApiUi.modal>.close,.sApiUi.modal>.toggle{background-position:50%;background-repeat:no-repeat;background-size:cover}.sApiUi.modal,.sApiUi.toast{background-color:#fff;border:0;color:#000}.sApiUi.modal a,.sApiUi.toast a{color:#0600ff;cursor:pointer}.sApiUi.modal>.close{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3l105.4 105.3c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256l105.3-105.4z'/%3E%3C/svg%3E");height:1.25rem;width:1.25rem}.sApiUi.modal.sticky.toggle>input[type=checkbox]~.toggle,.sApiUi.modal.sticky.toggle>input[type=checkbox]~div{transition:all .5s ease-in-out}.sApiUi.modal.sticky.toggle>input[type=checkbox]:checked~.toggle{transform:rotate(-180deg)}.sApiUi.modal>.toggle{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");height:1.25rem;width:1.25rem}.sApiUi.loading{background-color:#000;z-index:9999999}.sApiUi.loading.visible{opacity:.5}.sApiUi.loading i{animation:spin 2s linear infinite;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1001' height='1000' fill='%23fff'%3E%3Cpath d='M497.571 0C383.887.267 270.27 38.887 177.846 115.892l.188.188C350.935-24.255 605.515-13.98 766.432 146.937c133.878 133.876 163.485 332.604 88.85 495.173-10.186 29.288-5.523 50.219 11.974 67.716 20.709 20.709 60.696 23.151 83.847 0 2.643-2.643 12.187-14.411 14.694-24.041 70.849-180.224 33.479-393.197-112.171-538.846C755.345 48.657 626.415-.299 497.574.004zM89.434 273.706c-14.532.36-29.101 5.592-39.954 16.445-2.643 2.644-12.187 14.41-14.694 24.041-70.849 180.223-33.479 393.197 112.171 538.846 185.003 185.003 478.607 195.322 675.778 31.044l-.188-.188c-172.901 140.336-427.481 130.06-588.398-30.857-133.876-133.878-163.485-332.603-88.85-495.173 10.186-29.287 5.523-50.219-11.974-67.716-11.002-11.002-27.423-16.852-43.893-16.445z'/%3E%3C/svg%3E");height:3rem;width:3rem}.sApiUi.modal.sticky.appLog{box-shadow:2px 2px 8px rgba(0,0,0,.3);display:block}.sApiUi.modal.sticky:not(.appLog){display:none}@media (max-width:768px){.sApiUi.modal.sticky:not(.appLog){display:block;margin:0 auto;padding:0;position:sticky}.sApiUi.modal.sticky:not(.appLog) figure{margin:0!important}.sApiUi.modal.sticky:not(.appLog) figure img{border-radius:15px 15px 0 0!important}.sApiUi.modal.sticky:not(.appLog) .mb-3{margin-bottom:0!important}}.nfy-article-person .card-title{font-size:2.8rem}@media (max-width:719.98px){.nfy-article-person .card-title{font-size:2rem}}@media (max-width:539.98px){.nfy-article-person .card-title{font-size:1.8rem}}@media (max-width:719.98px){.nfy-article-person .card-title img{max-height:36px}}.nfy-article-person .card-text{font-size:2rem}@media (max-width:719.98px){.nfy-article-person .card-text{font-size:1.1rem}}.nfy-article-person img{height:100%}.nfy-commentator{font-size:2.6rem}.nfy-commentator .commentator-img{max-width:240px;width:100%}.nfy-commentator .nfy-commentator-text{font-size:2rem}@media (max-width:719.98px){.nfy-commentator .nfy-commentator-text{font-size:1.1rem}.nfy-commentator{font-size:2rem}}@media (max-width:719.98px) and (max-width:539.98px){.nfy-commentator{font-size:1.8rem}}@media (max-width:719.98px){.nfy-commentator-sign{max-height:36px}}.nfy-interviewer{font-size:2.6rem}.nfy-interviewer .interviewer-img{max-width:240px;width:100%}.nfy-interviewer .nfy-interviewer-text{font-size:1.9rem}@media (max-width:719.98px){.nfy-interviewer .nfy-interviewer-text{font-size:1.1rem}}@media (max-width:539.98px){.nfy-interviewer .nfy-interviewer-text{font-size:.9rem}}@media (max-width:719.98px){.nfy-interviewer{font-size:2rem}.nfy-interviewer-sign{max-height:36px}}.nfy-article-detail{background:#fff}.nfy-article-detail .vrweb_player_main{display:inline-block}.nfy-article-detail picture{border-radius:0;display:block;overflow:hidden;width:100%}.nfy-article-detail .nfy-article-rooftop .nfy-plus-badge,.nfy-article-detail .nfy-rooftop .nfy-plus-badge{font-size:.75rem;margin:0 .25rem .25rem 0;padding-top:0}.nfy-article-detail .nfy-article-rooftop .nfy-category,.nfy-article-detail .nfy-article-rooftop .nfy-teaser-category,.nfy-article-detail .nfy-rooftop .nfy-category,.nfy-article-detail .nfy-rooftop .nfy-teaser-category{font-size:1.25rem;margin-bottom:.25rem}.nfy-article-detail .nfy-article-interesst-box{width:100%}@media (min-width:720px){.nfy-article-detail .nfy-article-interesst-box{margin-right:25px!important;max-width:388px}}.nfy-article-detail .accordion{margin-bottom:1rem}.nfy-article-detail p.spo_kleintext{font-style:italic}.nfy-article-detail .zwischentitel,.nfy-article-detail .zwischentitel_2{font-weight:bolder}.nfy-cobo-two-one .nfy-collection-columns-2 .card{background-color:#9bc8e9;margin-left:-12px}@media (min-width:720px){.nfy-cobo-two-one .nfy-collection-columns-2 .card{margin-left:0}}.nfy-collection-most-read{border:1px;border-color:#eee;border-style:solid;box-shadow:0 .1rem .2rem rgba(0,0,0,.075);margin-left:-12px;min-width:540px;width:100%}@media (max-width:719.98px){.nfy-collection-most-read{margin-left:0;min-width:100%;width:100%}}@media (min-width:540px){.nfy-collection-most-read{margin-left:-2px;min-width:100%;width:100%}}.nfy-comment-delete-overlay,.nfy-comment-report-overlay{background-color:rgba(0,0,0,.8);color:#fff;left:0;top:0;z-index:1}.nfy-btn-logout{font-size:1.8rem}.nfy-comment-reply{border-left:8px solid #dee2e6}.nfy-comment-reply .nfy-comment-reply{margin-left:-.75rem}.dpa_copyright{display:none}.ZETT_info,.infotext{font-style:italic;font-weight:700}.mce-content-body .ZETT_info,.mce-content-body .ZETT_interview,.mce-content-body .ZETT_schrift_trade_gothic_bold,.mce-content-body .excelsior_bold,.mce-content-body .info_quadrat,.mce-content-body .interview,.mce-content-body .spitze_rot_hf_anlauf_text,.mce-content-body .titel_nachrichten,.nfy-article-detail .ZETT_info,.nfy-article-detail .ZETT_interview,.nfy-article-detail .ZETT_schrift_trade_gothic_bold,.nfy-article-detail .excelsior_bold,.nfy-article-detail .info_quadrat,.nfy-article-detail .interview,.nfy-article-detail .spitze_rot_hf_anlauf_text,.nfy-article-detail .titel_nachrichten{font-weight:700}.mce-content-body .info_quadrat,.nfy-article-detail .ZETT_schrift_trade_gothic_bold,.nfy-article-detail .info_quadrat{margin-left:10px;position:relative}.mce-content-body .info_quadrat:before,.nfy-article-detail .ZETT_schrift_trade_gothic_bold:before,.nfy-article-detail .info_quadrat:before{content:"";font-family:Font Awesome\ 5 Free;font-size:1rem;left:-12px;position:absolute}.mce-content-body .ZETT_schrift_excelsior_italic,.nfy-article-detail .ZETT_schrift_excelsior_italic{font-style:italic}.nfy-ar-text-detail :not(.excelsior_bold).spo_tabelle:after{clear:both;content:""}.mob-share-bar{flex-wrap:nowrap;height:45px;margin:10px 0 5px;width:100%}.mob-share-bar>:first-child,.mob-share-bar>:last-child,.mob-share-bar>:nth-child(2),.mob-share-bar>:nth-child(3)>ul>li{display:flex;justify-content:center;width:20%}.mob-share-bar>:nth-child(3){width:60%}.mob-share-bar .shariff ul.orientation-horizontal,.mob-share-bar ul{flex-wrap:nowrap;list-style:none;margin:0;padding:0;width:100%}.mob-share-bar .shariff ul.orientation-horizontal li,.mob-share-bar ul li{display:flex;justify-content:center;margin:0;width:33.3333333333%}.mob-share-bar .shariff ul.orientation-horizontal li a,.mob-share-bar ul li a{background-color:transparent}.mob-share-bar [data-controller=nfy-shareshare]{background-image:url(/pu_rnz_2021/build/images/bar-icon_share.67fe3962.png)!important;background-position-x:center;background-position-y:center;background-repeat:no-repeat;background-size:contain;display:flex;height:30px;justify-content:center}.mob-share-bar .nfy-share-add{list-style:none}.mob-share-bar .nfy-share-add i{background-color:#fff;background-image:url(/pu_rnz_2021/build/images/bar-icon_share.67fe3962.png)!important;color:transparent}.mob-share-bar .copylink,.mob-share-bar .instagram,.mob-share-bar .nfy-share-add i{background-position-x:center;background-position-y:center;background-size:cover;display:block;height:30px;width:30px}.mob-share-bar .instagram{background-image:url(/pu_rnz_2021/build/images/bar-icon_instagram.c5c318e1.png)}.mob-share-bar .copylink{background-image:url(/pu_rnz_2021/build/images/bar-icon_link.067ae7cb.png)}.nfy-podcast-detail .shariff ul,article.nfy-article-detail .shariff ul,section.nfy-gallery-detail .shariff ul{flex-wrap:nowrap}.nfy-podcast-detail .shariff ul.orientation-horizontal li,article.nfy-article-detail .shariff ul.orientation-horizontal li,section.nfy-gallery-detail .shariff ul.orientation-horizontal li{margin-right:15px;width:unset}.nfy-podcast-detail .shariff ul li.shariff-button a,article.nfy-article-detail .shariff ul li.shariff-button a,section.nfy-gallery-detail .shariff ul li.shariff-button a{background-color:transparent;color:#4d555a}.nfy-podcast-detail .copylink,.nfy-podcast-detail .lg-insta,article.nfy-article-detail .copylink,article.nfy-article-detail .lg-insta,section.nfy-gallery-detail .copylink,section.nfy-gallery-detail .lg-insta{height:30px;margin-bottom:15px;margin-right:15px;width:30px}.nfy-podcast-detail .copylink i,.nfy-podcast-detail .lg-insta i,article.nfy-article-detail .copylink i,article.nfy-article-detail .lg-insta i,section.nfy-gallery-detail .copylink i,section.nfy-gallery-detail .lg-insta i{background-position-x:center;background-position-y:center;background-repeat:no-repeat;background-size:cover;display:block;height:30px;width:30px}.nfy-podcast-detail .lg-insta i,article.nfy-article-detail .lg-insta i,section.nfy-gallery-detail .lg-insta i{background-image:url(/pu_rnz_2021/build/images/bar-icon_instagram.c5c318e1.png)}.nfy-podcast-detail .copylink i,article.nfy-article-detail .copylink i,section.nfy-gallery-detail .copylink i{background-image:url(/pu_rnz_2021/build/images/bar-icon_link.067ae7cb.png)}li.shariff-button span{background-position-x:center;background-position-y:center;background-repeat:no-repeat;background-size:cover;line-height:30px!important;width:30px!important}li.shariff-button span:before{color:transparent;content:"&nbsp"}li.shariff-button span.fab.fa-facebook-f{background-image:url(/pu_rnz_2021/build/images/bar-icon_facebook.3b1ebbe1.png)!important}li.shariff-button span.fas.fa-envelope{background-image:url(/pu_rnz_2021/build/images/bar-icon_mail.0401ae89.png)!important;background-size:contain}li.shariff-button span.fab.fa-whatsapp{background-image:url(/pu_rnz_2021/build/images/bar-icon_whatsapp.f04c7f13.png)!important}.nfy-teaser .nfy-plus-badge{font-size:.75rem;margin:0 .25rem .25rem 0}.nfy-teaser .nfy-teaser-category{font-size:.8rem;margin-bottom:.15rem;margin-top:.1rem}.nfy-teaser .nfy-teaser-title{font-size:1rem;font-weight:bolder}.nfy-teaser .nfy-teaser-rooftop>div{align-items:center;display:flex}.nfy-teaser .nfy-image-wrapper .nfy-ad-label{margin-bottom:.5rem;margin-top:-.84rem}.nfy-collection-columns-1 .nfy-teaser.nfy-default-teaser .nfy-teaser-rooftop .nfy-plus-badge{font-size:.8rem;margin:0 .25rem .25rem 0}.nfy-collection-columns-1 .nfy-teaser.nfy-default-teaser .nfy-teaser-rooftop .nfy-plus-badge+.nfy-teaser-category{font-size:.8rem;margin:0 .25rem .1rem 0}.nfy-collection-columns-1 .nfy-teaser.nfy-default-teaser .nfy-teaser-rooftop .nfy-breaking-news{background:#0a599d;border-radius:4px;color:#fff!important;margin-top:-2px!important;padding:.15rem .25rem .1rem!important}.nfy-collection-columns-1 .nfy-teaser.nfy-default-teaser .nfy-teaser-rooftop>div{align-items:center;display:flex}.nfy-teaser-text{font-size:1rem}.nfy-dossier .nfy-dossier-page-header{color:#0a599d;font-size:1.35rem;font-weight:700;line-height:1}@media (min-width:960px){.nfy-dossier .nfy-dossier-page-header{font-size:1.75rem}}@media (max-width:959.98px){.nfy-dossier .card{border:none}}.nfy-dossier .card .nfy-teaser-title{font-size:1.35rem}@media (min-width:960px){.nfy-dossier .card .nfy-teaser-title{font-size:1.75rem}}#upscore-recommendation-ar a,#upscore-recommendation-hp a{align-items:start;display:flex;justify-content:space-between}@media (max-width:959.98px){#upscore-recommendation-ar a,#upscore-recommendation-hp a{padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5)}#upscore-recommendation-ar #upscore-recommendation-row3 .nfy-text-wrapper,#upscore-recommendation-hp #upscore-recommendation-row3 .nfy-text-wrapper{padding:0}#upscore-recommendation-ar #upscore-recommendation-row3 .nfy-teaser-image img,#upscore-recommendation-hp #upscore-recommendation-row3 .nfy-teaser-image img{width:100%}#upscore-recommendation-ar #upscore-recommendation-row2 .nfy-text-wrapper,#upscore-recommendation-hp #upscore-recommendation-row2 .nfy-text-wrapper{margin-bottom:0;padding:1rem 1rem 0}#upscore-recommendation-ar #upscore-recommendation-row2 .nfy-text-wrapper .nfy-text-real,#upscore-recommendation-hp #upscore-recommendation-row2 .nfy-text-wrapper .nfy-text-real{padding:0!important}#upscore-recommendation-ar #upscore-recommendation-row2 .nfy-text-wrapper .nfy-text-real .nfy-teaser-text,#upscore-recommendation-hp #upscore-recommendation-row2 .nfy-text-wrapper .nfy-text-real .nfy-teaser-text{display:none!important}#upscore-recommendation-ar #upscore-recommendation-row2 .nfy-image-wrapper,#upscore-recommendation-hp #upscore-recommendation-row2 .nfy-image-wrapper{padding-bottom:0!important;width:41.66666667%!important}#upscore-recommendation-ar #upscore-recommendation-row2 .nfy-image-wrapper .nfy-teaser-image,#upscore-recommendation-hp #upscore-recommendation-row2 .nfy-image-wrapper .nfy-teaser-image{margin-bottom:.5rem!important}#upscore-recommendation-ar #upscore-recommendation-row3 .col:nth-child(3) .nfy-teaser-text,#upscore-recommendation-hp #upscore-recommendation-row3 .col:nth-child(3) .nfy-teaser-text{display:none!important}}@media (min-width:960px){#upscore-recommendation-ar #upscore-recommendation-row1 .nfy-teaser-text,#upscore-recommendation-hp #upscore-recommendation-row1 .nfy-teaser-text{display:none!important}#upscore-recommendation-ar #upscore-recommendation-row2 .nfy-teaser-text,#upscore-recommendation-hp #upscore-recommendation-row2 .nfy-teaser-text{display:block!important}}.nfy-collection .card:not(.card .nfy-teaser .card),.nfy-collection:not(.nfy-collection-columns-1) .card .col>.card,.nfy-collection:not(.nfy-collection-columns-1) .card .col>.nfy-teaser{background-color:#fff;border:1px;border-color:#eee;border-radius:0;border-style:solid;box-shadow:0 .1rem .2rem rgba(0,0,0,.075)}.nfy-collection .nfy-teaser.nfy-card-nativead{font-family:Georgia,Times New Roman,Times,serif}.nfy-collection .nfy-teaser.nfy-card-nativead.card{border:1px;border-color:#eee;border-style:solid;box-shadow:0 .1rem .2rem rgba(0,0,0,.075)}.nfy-collection .nfy-teaser-image{aspect-ratio:3/2;margin-bottom:0;padding-top:0}.nfy-collection:not(.nfy-teaser-d-none) .nfy-2-1-left .nfy-teaser-text{display:none!important}@media (min-width:960px){.nfy-collection:not(.nfy-teaser-d-none) .nfy-2-1-left .nfy-teaser-text{display:block!important}}.nfy-collection .nfy-default-teaser .nfy-teaser-title,.nfy-collection .nfy-embed-youtube-teaser .nfy-teaser-title,.nfy-collection .nfy-mediagallery-teaser .nfy-teaser-title,.nfy-collection .nfy-teaser .nfy-teaser-title,.nfy-collection :not(.nfy-article-big-img .card) .nfy-teaser-title,.nfy-collection :not(.nfy-article-big-img) .nfy-teaser-title{color:#4d555a;font-size:1rem;font-weight:bolder}.nfy-collection.nfy-collection-columns-1 .nfy-teaser.nfy-embed-youtube-teaser .card,.nfy-collection.nfy-collection-columns-1 .nfy-teaser.nfy-mediagallery-teaser .card,.nfy-collection.nfy-collection-columns-1 .nfy-teaser.nfy-teaser .card{border:none;box-shadow:none}.nfy-collection.nfy-collection-columns-1 .nfy-teaser.nfy-embed-youtube-teaser .nfy-teaser-title,.nfy-collection.nfy-collection-columns-1 .nfy-teaser.nfy-mediagallery-teaser .nfy-teaser-title,.nfy-collection.nfy-collection-columns-1 .nfy-teaser.nfy-teaser .nfy-teaser-title{font-weight:bolder}.nfy-collection.nfy-collection-columns-1 .nfy-collection:not(.nfy-collection-columns-1) .nfy-embed-youtube-teaser .nfy-teaser-title,.nfy-collection.nfy-collection-columns-1 .nfy-collection:not(.nfy-collection-columns-1) .nfy-mediagallery-teaser .nfy-teaser-title,.nfy-collection.nfy-collection-columns-1 .nfy-collection:not(.nfy-collection-columns-1) .nfy-teaser .nfy-teaser-title{font-size:1rem}.nfy-collection .nfy-cobo .nfy-collection .nfy-collection-head,.nfy-collection .nfy-collection-head{display:flex}.nfy-collection.nfy-title-highlight .nfy-teaser .nfy-teaser-title{color:#0a599d!important}.nfy-collection.nfy-img-d-none .nfy-teaser .nfy-teaser-image{display:none!important}.nfy-collection.nfy-img-d-none .nfy-teaser .nfy-teaser-image+.card-body{width:100%}.nfy-collection.nfy-teaser-d-none .nfy-teaser .nfy-teaser-text,.nfy-collection.nfy-teaser-d-none .nfy-teaser .nfy-teaser-text+p,.nfy-collection.nfy-time-d-none .nfy-teaser .nfy-teaser-time{display:none!important}.nfy-collection .nfy-teaser-ad .card-body,.nfy-collection .nfy-teaser-horizontal-ad .card-body{font-family:Georgia,Times New Roman,Times,serif}.nfy-collection.nfy-collection-most-read .nfy-most-read-nr{font-size:2.6rem}.nfy-collection.nfy-img-d-none .row-cols-lg-4>.col article .card-body,.nfy-collection.nfy-img-d-none .row-cols-lg-4>.col article picture{width:unset!important}.nfy-collection .nfy-collection .row-cols-lg-2 .col>.card,.nfy-collection .nfy-collection .row-cols-lg-3 .col>.card,.nfy-collection .nfy-collection .row-cols-lg-4 .col>.card{height:100%}.nfy-cobo .nfy-collection-columns-1 .nfy-default-teaser .nfy-teaser-image img{clip-path:none;margin-bottom:0;margin-top:0}#my-content>.nfy-collection.nfy-collection-columns-1 .nfy-teaser:not(.nfy-teaser-horizontal) .nfy-teaser-title{font-size:1.5rem}#my-content .nfy-search-result picture{float:none}#my-content .nfy-search-result .card-body{width:100%}.accordion.toplists{box-shadow:0 .1rem .2rem rgba(0,0,0,.075)}.accordion.toplists .accordion-item .accordion-body .nfy-collection.nfy-collection-most-read{border:none!important;box-shadow:none!important;padding:0!important}.accordion.toplists .accordion-item .accordion-body .nfy-collection.nfy-collection-most-read p.h5{display:none}@media (max-width:959.98px){.nfy-collection .nfy-2-1-right article a{position:relative}.nfy-collection .nfy-2-1-right article a picture{float:right;width:calc(41.66667% - var(--bs-gutter-x)*.5)!important}.nfy-collection .nfy-2-1-right article a>div,.nfy-collection .nfy-2-1-right article a>span{box-sizing:content-box;float:left!important;padding:0;width:calc(58.33333% - 2rem - var(--bs-gutter-x)*.5)}.nfy-collection .nfy-teaser{padding:1rem}.nfy-collection .nfy-teaser .nfy-teaser-text{margin-bottom:0}.nfy-collection.nfy-box-sm-default .nfy-teaser-image{padding:1rem}.nfy-collection.nfy-box-sm-default .nfy-teaser-image img{position:unset}.nfy-collection.nfy-teaser-d-none .nfy-teaser-title{margin-bottom:0}.nfy-collection.nfy-teaser-d-none .nfy-teaser-text{display:none}.nfy-collection.nfy-img-d-none .nfy-2-1-right article a>div,.nfy-collection.nfy-img-d-none .nfy-2-1-right article a>span{width:100%}.nfy-collection.nfy-img-d-none .nfy-image-wrapper{display:none}.nfy-collection.nfy-img-d-none .card-body{width:100%}.nfy-collection.nfy-box-sm-horizontal.nfy-box-sm-horizontal.nfy-box-lg-default .nfy-teaser{hyphens:auto;padding:0;word-break:break-word}.nfy-collection.nfy-box-sm-horizontal.nfy-box-sm-horizontal.nfy-box-lg-default .nfy-teaser a{align-items:start;display:flex;justify-content:space-between;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5)}.nfy-collection.nfy-box-sm-horizontal.nfy-box-sm-horizontal.nfy-box-lg-default .nfy-teaser a .nfy-image-wrapper{flex:0 0 auto;flex:1 1 auto;float:right;order:2;padding-left:.5rem;padding-right:calc(var(--bs-gutter-x)*.5);width:41.66666667%}.nfy-collection.nfy-box-sm-horizontal.nfy-box-sm-horizontal.nfy-box-lg-default .nfy-teaser a .nfy-image-wrapper .nfy-teaser-image{margin-bottom:1rem!important;margin-top:1rem;padding-top:0}.nfy-collection.nfy-box-sm-horizontal.nfy-box-sm-horizontal.nfy-box-lg-default .nfy-teaser a .nfy-image-wrapper .nfy-teaser-image img{position:unset}.nfy-collection.nfy-box-sm-horizontal.nfy-box-sm-horizontal.nfy-box-lg-default .nfy-teaser a>.col-5>.nfy-teaser-image{width:100%}.nfy-collection.nfy-box-sm-horizontal.nfy-box-sm-horizontal.nfy-box-lg-default .nfy-teaser a .card-body{flex:0 0 auto;flex:1 1 auto;order:1;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:58.33333333%}.nfy-collection.nfy-box-sm-horizontal.nfy-box-sm-horizontal.nfy-box-lg-default .nfy-teaser a .card-body .nfy-teaser-text{margin-bottom:.5rem}.nfy-collection.nfy-box-sm-horizontal.nfy-box-sm-horizontal.nfy-box-lg-default .card-body.d-lg-none .nfy-image-wrapper .nfy-teaser-image{margin-top:0;padding:0!important}.nfy-collection.nfy-box-sm-horizontal.nfy-box-sm-horizontal.nfy-box-lg-default .card-body.d-lg-none .nfy-text-wrapper{margin-bottom:.5rem}.nfy-collection.nfy-box-sm-horizontal.nfy-box-sm-horizontal.nfy-box-lg-default .card-body.d-lg-none .nfy-text-wrapper:not(.nfy-cobo .nfy-collection div){margin-bottom:0;padding:1rem 1rem 0}.nfy-collection.nfy-box-sm-horizontal.nfy-box-sm-horizontal.nfy-box-lg-default:not(.nfy-collection-columns-3):not(.nfy-cobo-8-4 .nfy-collection-columns-2) .nfy-text-real .nfy-teaser-text{padding-bottom:1rem}.nfy-collection.nfy-box-sm-horizontal.nfy-box-sm-horizontal.nfy-box-lg-default.nfy-collection-columns-3 .col:first-of-type .nfy-image-wrapper{float:unset;padding-left:0;width:100%}.nfy-collection.nfy-box-sm-horizontal.nfy-box-sm-horizontal.nfy-box-lg-default.nfy-collection-columns-3 .col:first-of-type .nfy-teaser-text{margin-bottom:.5rem!important}.nfy-collection.nfy-box-sm-horizontal.nfy-box-sm-horizontal.nfy-box-lg-default.nfy-collection-columns-3 .nfy-text-wrapper{padding-bottom:.5rem!important}.nfy-collection.nfy-box-sm-horizontal.nfy-box-sm-horizontal.nfy-box-lg-default.nfy-collection-columns-3 .col:not(:first-of-type) .nfy-teaser-text,.nfy-collection.nfy-box-sm-horizontal.nfy-box-sm-horizontal.nfy-box-lg-default.nfy-collection-columns-3 .col:not(:first-of-type) .nfy-teaser-text+p{display:none}.nfy-collection.nfy-box-sm-horizontal.nfy-box-sm-horizontal.nfy-box-lg-default.nfy-collection-columns-3 .col:not(:first-of-type) .nfy-image-wrapper .nfy-teaser-image{margin-bottom:.5rem!important}.nfy-collection.nfy-box-sm-horizontal.nfy-box-lg-horizontal .col:not(:first-of-type){margin-top:0}.nfy-collection.nfy-box-sm-horizontal.nfy-box-lg-horizontal .nfy-teaser{padding:0}.nfy-collection.nfy-box-sm-horizontal.nfy-box-lg-horizontal .nfy-teaser .nfy-image-wrapper{flex:0 0 auto;float:right;padding-left:.5rem;width:41.66666667%}.nfy-collection.nfy-box-sm-horizontal.nfy-box-lg-horizontal .nfy-teaser .nfy-image-wrapper .nfy-teaser-image{margin-bottom:.74rem;padding-top:0}.nfy-collection.nfy-box-sm-horizontal.nfy-box-lg-horizontal .nfy-teaser .nfy-image-wrapper .nfy-ad-label{margin-top:-.5rem}.nfy-collection.nfy-box-sm-horizontal.nfy-box-lg-horizontal .nfy-teaser .nfy-teaser-text,.nfy-collection.nfy-box-sm-horizontal.nfy-box-lg-horizontal .nfy-teaser .nfy-teaser-title{word-wrap:break-word;hyphens:auto}.nfy-collection.nfy-box-sm-horizontal.nfy-box-lg-horizontal.nfy-teaser-d-none .nfy-image-wrapper .nfy-teaser-image{margin-bottom:0}.nfy-collection.nfy-box-sm-default.nfy-box-lg-horizontal .nfy-teaser{padding:0}.nfy-collection.nfy-box-sm-default.nfy-box-lg-horizontal .nfy-teaser a{padding-left:0;padding-right:0}.nfy-collection.nfy-box-sm-default.nfy-box-lg-horizontal .nfy-image-wrapper{order:1;padding-left:0;padding-right:0;width:100%}.nfy-collection.nfy-box-sm-default.nfy-box-lg-horizontal .nfy-image-wrapper .nfy-teaser-image{margin-bottom:.74rem;padding-left:0;padding-right:0;padding-top:0}.nfy-collection.nfy-box-sm-default.nfy-box-lg-horizontal .nfy-text-wrapper{order:2;width:100%}.nfy-collection.nfy-box-sm-default.nfy-box-lg-horizontal .nfy-text-wrapper.nfy-special-break-text-wrapper{display:none}.nfy-collection.nfy-box-sm-default.nfy-box-lg-default .nfy-teaser:not(.carousel-inner .carousel-item){padding:0}.nfy-collection.nfy-box-sm-default.nfy-box-lg-default .nfy-teaser:not(.carousel-inner .carousel-item) .nfy-image-wrapper{padding-bottom:1rem;width:100%!important}.nfy-collection.nfy-box-sm-default.nfy-box-lg-default .nfy-teaser:not(.carousel-inner .carousel-item) .nfy-image-wrapper .nfy-teaser-image{margin-bottom:-1.5rem}.nfy-collection.nfy-box-sm-default.nfy-box-lg-default .nfy-teaser:not(.carousel-inner .carousel-item) .nfy-image-wrapper figure:not(.nfy-teaser-image){margin-bottom:1rem}.nfy-collection.nfy-box-sm-default.nfy-box-lg-default .nfy-teaser:not(.carousel-inner .carousel-item) .nfy-text-real{padding:1.26rem 1rem 0!important}.nfy-collection.nfy-box-sm-default.nfy-box-lg-default .nfy-teaser:not(.carousel-inner .carousel-item) .nfy-text-real .nfy-teaser-text{padding-bottom:1rem}.nfy-collection.nfy-box-sm-default.nfy-box-lg-default.nfy-collection-columns-1 .nfy-teaser-image{padding:0}.nfy-collection.nfy-box-sm-default.nfy-box-lg-default.nfy-collection-columns-1 .row-cols-lg-1 .nfy-teaser-text{display:none}.nfy-collection.nfy-box-sm-default.nfy-box-lg-default.nfy-teaser-d-none .card-body{padding-bottom:1rem!important}.nfy-collection.nfy-box-sm-default.nfy-box-lg-default .nfy-teaser-image{padding-bottom:0}.nfy-collection.nfy-box-sm-default.nfy-box-lg-default .nfy-teaser{padding:0}.nfy-collection.nfy-box-sm-default.nfy-box-lg-default .nfy-teaser .nfy-teaser-text{margin-bottom:1rem}.nfy-collection.nfy-box-sm-default.nfy-box-lg-default.nfy-img-d-none .nfy-teaser{padding:1rem 1rem 0}.nfy-collection.nfy-box-sm-default.nfy-box-lg-bigimg.nfy-collection-columns-1 .nfy-teaser{padding:0}.nfy-collection.nfy-box-sm-default.nfy-box-lg-bigimg.nfy-collection-columns-1 .nfy-teaser .nfy-teaser-image{aspect-ratio:3/2;padding:0}.nfy-collection.nfy-box-sm-default.nfy-box-lg-bigimg.nfy-collection-columns-1 .nfy-teaser .card-body{padding-bottom:.25rem!important}.nfy-collection.nfy-collection-columns-2:not(.nfy-teaser-d-none) .nfy-teaser-text{display:block}.nfy-collection.nfy-collection-columns-3.nfy-img-d-none.nfy-teaser-d-none .row-cols-lg-3 .nfy-teaser{padding:0}.nfy-collection.nfy-collection-columns-3.nfy-img-d-none.nfy-teaser-d-none .row-cols-lg-3 .nfy-teaser .card-body{width:100%}.nfy-collection.nfy-collection-columns-3.nfy-img-d-none.nfy-teaser-d-none .row-cols-lg-3 .nfy-teaser .card-body .nfy-text-wrapper{margin-bottom:.5rem!important}.nfy-collection.nfy-collection-columns-3.nfy-img-d-none.nfy-teaser-d-none .row-cols-lg-3 .nfy-teaser .card-body .nfy-text-wrapper .nfy-text-real{padding:0!important}}@media (min-width:960px){.nfy-collection.nfy-teaser-padding.nfy-box-lg-default .nfy-media,.nfy-collection.nfy-teaser-padding.nfy-box-lg-default .nfy-teaser-image{height:auto;overflow:unset;padding-left:.84rem;padding-right:.84rem;padding-top:.84rem}.nfy-collection.nfy-teaser-padding.nfy-box-lg-default .nfy-media img,.nfy-collection.nfy-teaser-padding.nfy-box-lg-default .nfy-teaser-image img{position:unset}.nfy-collection>.row>.col>.card{height:100%}.nfy-collection.nfy-box-lg-default .card-body{padding:1rem}.nfy-cobo .nfy-collection-columns-1 .nfy-default-teaser .nfy-teaser-image img{clip-path:revert;margin-bottom:revert;margin-top:revert}}.nfy-flipbook-title{font-size:1.8rem}@media (max-width:539.98px){.nfy-flipbook-title{font-size:1.1rem}}.nfy-teaser-horizontal figure{aspect-ratio:3/2;display:block;margin:0;overflow:hidden;position:relative;width:100%}.nfy-cobo .nfy-teaser-time{display:none!important}.nfy-cobo-two-one .nfy-cobo-col{padding-left:.74rem;padding-right:0}@media (min-width:960px){.nfy-cobo-two-one .nfy-cobo-col{flex:0 0 auto;width:33.33333333%}}.nfy-cobo-two-one .nfy-cobo-col:first-child{flex:0 0 auto;width:100%}@media (min-width:960px){.nfy-cobo-two-one .nfy-cobo-col:first-child{flex:0 0 auto;padding-left:0;padding-right:.25rem;width:66.66666667%}}.col-12 a .nfy-orig-size img,.nfy-cobo-12 a .nfy-orig-size img,.nfy-cobo-4-4-4 a .nfy-orig-size img,.nfy-cobo-4-8 a .nfy-orig-size img,.nfy-cobo-6-6 a .nfy-orig-size img,.nfy-cobo-8-4 a .nfy-orig-size img{width:100%}.nfy-red-image-container{display:flex;justify-content:center;max-width:100%}.nfy-red-image-container .nfy-red-image{display:block;height:auto;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:100%}.nfy-advert-paging-list ul{list-style-type:none;text-align:center}.nfy-advert-paging-list ul li{display:inline}.nfy-advert-grid .row{padding:0 4px}.nfy-advert-grid .column{-ms-flex:25%;flex:25%;max-width:25%;padding:7px 13px}.nfy-advert-grid .column img{margin-top:8px;vertical-align:middle;width:100%}@media screen and (max-width:800px){.nfy-advert-grid .column{-ms-flex:50%;flex:50%;max-width:50%}}@media screen and (max-width:600px){.nfy-advert-grid .column{-ms-flex:100%;flex:100%;max-width:100%}}form[name^=formular_] input~input.date-label{background-color:#f9f9f9;display:none;left:.5rem;pointer-events:none;position:absolute;right:.5rem;top:0;width:auto}form[name^=formular_] input[value=""]~input[type=date]~input.date-label{display:block;z-index:1}iframe.nfy-ar-nl-form{aspect-ratio:4/6;height:700px;width:100%}@media (max-width:959.98px){.nfy-cobo-8-4 .nfy-collection.nfy-box-sm-horizontal .col:not(.col-lg-8 .col:first-of-type){margin-top:0}.nfy-cobo-8-4 .nfy-box-sm-default.nfy-box-lg-default .nfy-teaser{padding:0}.nfy-cobo-8-4 .nfy-box-sm-default.nfy-box-lg-default .nfy-teaser .nfy-teaser-image{padding:1rem!important}.nfy-cobo-8-4 .nfy-box-sm-default.nfy-box-lg-default .nfy-teaser .nfy-teaser-text{margin-bottom:1rem}.nfy-cobo-8-4 .nfy-collection-columns-2.nfy-box-sm-horizontal.nfy-box-lg-default .nfy-teaser:not(.nfy-mediagallery-teaser){padding:1rem .5rem .5rem}.nfy-cobo-8-4.nfy-special-break .col-lg-8 .nfy-collection{margin-bottom:0!important}.nfy-cobo-8-4.nfy-special-break .col-lg-8 .nfy-collection .col:first-of-type .nfy-teaser-image{margin-bottom:.74rem}.nfy-cobo-8-4.nfy-special-break .col-lg-8 .nfy-collection .col:first-of-type .nfy-teaser-title{margin-bottom:1rem}.nfy-cobo-8-4.nfy-special-break .col-lg-8 .nfy-collection .col:first-of-type .nfy-special-break-text-wrapper .nfy-teaser-text{display:block}.nfy-cobo-8-4.nfy-special-break .col-lg-8 .nfy-collection .col:not(:first-of-type) .nfy-teaser a .nfy-teaser-text{display:none}.nfy-cobo-8-4.nfy-special-break .col-lg-8 .nfy-collection .nfy-article.nfy-teaser-horizontal a{padding:0}.nfy-cobo-8-4.nfy-special-break .col-lg-8 .nfy-collection .nfy-article.nfy-teaser-horizontal a .nfy-teaser-image{margin-bottom:1rem}.nfy-cobo-8-4.nfy-special-break .col-lg-8 .nfy-collection .nfy-article.nfy-teaser-horizontal a .nfy-teaser-title{font-size:1rem}.nfy-cobo-8-4.nfy-special-break .col-lg-8 .nfy-collection .col-lg-6:not(.card .nfy-teaser-horizontal .col-4) .nfy-teaser-image{overflow:hidden;padding:0}.nfy-cobo-8-4.nfy-special-break .col-lg-4 .nfy-teaser a{--bs-gutter-x:1rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-left:calc(var(--bs-gutter-x)*-.5);margin-right:calc(var(--bs-gutter-x)*-.5);margin-top:calc(var(--bs-gutter-y)*-1);padding:.5rem 1rem 0}.nfy-cobo-8-4.nfy-special-break .col-lg-4 .nfy-teaser a>.nfy-image-wrapper{flex:0 0 auto;order:2;width:41.66666667%}.nfy-cobo-8-4.nfy-special-break .col-lg-4 .nfy-teaser a>.nfy-image-wrapper .nfy-teaser-image{padding:0!important;width:100%}.nfy-cobo-8-4.nfy-special-break .col-lg-4 .nfy-teaser a .nfy-teaser-title{font-size:1rem;font-weight:bolder;margin-bottom:0}.nfy-cobo-8-4.nfy-special-break .col-lg-4 .nfy-teaser a .nfy-teaser-text,.nfy-cobo-8-4.nfy-special-break .col-lg-4 .nfy-teaser a .nfy-teaser-time{display:none}.nfy-cobo-8-4.nfy-special-break .col-lg-4>div>.nfy-teaser .nfy-image-wrapper{float:right}.nfy-cobo-8-4.nfy-special-break .col-lg-4>div>.nfy-teaser .nfy-image-wrapper .nfy-teaser-image{padding:0 0 0 .5rem!important}.nfy-cobo-8-4.nfy-special-break .col-lg-4>div>.nfy-teaser .nfy-image-wrapper .nfy-ad-label{margin-top:.25rem}.nfy-cobo-8-4.nfy-special-break .col-lg-4>div>.nfy-teaser .nfy-text-wrapper{padding-bottom:.5rem;padding-top:.5rem}.nfy-cobo-8-4.nfy-special-break .col-lg-4 .nfy-collection .nfy-teaser a{padding:1rem 1rem 0}.nfy-cobo-8-4.nfy-special-break .col-lg-4 .nfy-collection .nfy-teaser a figure.card-img-top.nfy-teaser-image{aspect-ratio:3/2;margin:0!important;padding-left:0;padding-right:0;width:100%!important}.nfy-cobo-8-4.nfy-special-break .col-lg-4 .nfy-collection .nfy-teaser a .nfy-text-wrapper{margin-bottom:0!important}.nfy-cobo-8-4.nfy-special-break .col-lg-4 .col{margin-top:0}.nfy-cobo .nfy-default-teaser .nfy-teaser-image{padding:1rem!important}.nfy-cobo .nfy-collection{margin-bottom:0!important}}@media (max-width:719.98px){.horizontal-scrollable{overflow-x:auto;padding-bottom:14px;white-space:nowrap}.horizontal-scrollable .nfy-reg-btn{max-width:fit-content;width:100%}.horizontal-scrollable::-webkit-scrollbar{height:0}}@media (max-width:539.98px){.nfy-cobo-two-one{padding-left:0}}@media (min-width:960px){.nfy-cobo-8-4 .col-lg-8 .nfy-collection .col>.nfy-teaser-horizontal figure{overflow:hidden;padding:0}.nfy-cobo-8-4 .col-lg-8>div:not(.mb-3),.nfy-cobo-8-4 .col-lg-8>div:not(:last-of-type):not([class]){height:calc(100% - var(--bs-gutter-x))}.nfy-cobo-8-4 .col-lg-8>div:not(.mb-3)>.nfy-collection.nfy-collection-columns-2,.nfy-cobo-8-4 .col-lg-8>div:not(:last-of-type):not([class])>.nfy-collection.nfy-collection-columns-2{display:flex;flex-direction:column;height:100%;justify-content:space-between}.nfy-cobo-8-4 .col-lg-4>div:not(.nfy-special-break .col-lg-4 div),.nfy-cobo-8-4 .col-lg-4>div:not(.nfy-special-break .col-lg-4 div) .nfy-collection,.nfy-cobo-8-4 .col-lg-8>div:not(.mb-3)>.nfy-collection.nfy-collection-columns-2>.row-cols-lg-2,.nfy-cobo-8-4 .col-lg-8>div:not(:last-of-type):not([class])>.nfy-collection.nfy-collection-columns-2>.row-cols-lg-2{height:100%}.nfy-cobo-8-4 .col-lg-4>div:not(.nfy-special-break .col-lg-4 div) .nfy-collection .row:not(.nfy-collection-most-read .row):not(.nfy-special-break .nfy-collection .row){height:100%;padding-bottom:var(--bs-gutter-x)}.nfy-cobo-8-4 .col-lg-4>div:not([attribute]),.nfy-cobo-8-4.nfy-special-break .col-lg-4 .col,.nfy-cobo-8-4.nfy-special-break .col-lg-4 .nfy-collection,.nfy-cobo-8-4.nfy-special-break .col-lg-4 .row{height:100%}}.nfy-masonry{display:grid;gap:1em;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));grid-template-rows:masonry}.nfy-masonry>div{width:100%}@media (max-width:959.98px){.nfy-mediagallery-teaser .nfy-media,.nfy-podcast-teaser .nfy-media{padding:1rem}.nfy-box-sm-horizontal .nfy-mediagallery-teaser .nfy-media .nfy-overlay i,.nfy-box-sm-horizontal .nfy-podcast-teaser .nfy-media .nfy-overlay i{font-size:2rem}}.nfy-mediagallery-teaser .nfy-media,.nfy-podcast-teaser .nfy-media{aspect-ratio:3/2;border-radius:0;display:block;overflow:hidden;position:relative;width:100%}.nfy-mediagallery-teaser .nfy-media .nfy-overlay,.nfy-podcast-teaser .nfy-media .nfy-overlay{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.nfy-mediagallery-teaser .nfy-media .nfy-overlay i,.nfy-podcast-teaser .nfy-media .nfy-overlay i{color:#fff;font-size:5rem;opacity:.5}.nfy-mediagallery-teaser-horizontal .nfy-media .nfy-overlay i{font-size:5rem}.image_subtext{background-color:#f5f5f5;padding:.5rem}.image_subtext p:last-child{margin-bottom:0}.image_subtext address{display:inline-block;margin:0}.image_subtext address:before{content:"Foto: "}.nfy-mediagallery-carousel .carousel-indicators [data-bs-target]{background-color:rgba(8,71,126,.6);height:8px;margin-bottom:.3rem;opacity:1;width:9px}.nfy-mediagallery-carousel .carousel-indicators [data-bs-target].active{background-color:#0a599d}.nfy-mediagallery-carousel .carousel-indicators{margin-bottom:-2rem}.nfy-mediagallery-carousel .carousel-control-next,.nfy-mediagallery-carousel .carousel-control-prev{opacity:1;width:10%}.nfy-mediagallery-carousel .carousel-control-next-icon,.nfy-mediagallery-carousel .carousel-control-prev-icon{background-color:rgba(8,71,126,.6);height:3rem;width:3rem}.nfy-mediagallery-carousel .carousel-control-next-icon{background-image:url(/pu_rnz_2021/build/images/gal-right.8ecff226.svg)}.nfy-mediagallery-carousel .carousel-control-prev-icon{background-image:url(/pu_rnz_2021/build/images/gal-left.7194387e.svg)}.nfy-gallery-detail p{margin-bottom:0}.survey label{--radio-col:#686b6f;border-color:#686b6f;cursor:pointer}.survey input[type=radio]{display:none}.survey input:disabled+label{--radio-col:#666;color:#666;cursor:default}.survey label:before{border:1px solid;border-color:inherit;border-radius:100%;box-sizing:content-box;content:" ";display:inline-block;height:.7em;left:-.5em;position:relative;top:.28em;width:.7em}.survey input:checked+label:before{background-color:var(--radio-col);box-shadow:0 0 2px var(--radio-col),0 0 0 1px inset #fff}.survey canvas{min-height:225px}.media-paywall{margin-bottom:-200px;transform:translateY(-200px)}.nfy-paywall-container{background:#fff;background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff 7rem)}.nfy-paywall-container [data-controller=nfy-auth]{background:transparent;border:1px solid #0a599d;color:#0a599d}.nfy-accordion-button:after,.nfy-accordion-button:not(.collapsed):after{background:none;content:unset}@media (max-width:959.98px){.nfy-paywall-container [data-controller=nfy-auth]{border:none}}.nfy-advertisement-head-divider{border-top:4px solid #0a599d!important;display:inline-grid;height:5px;margin-bottom:5px;width:30px}.nfy-advertisement-card{background-color:#fff;border-bottom:5px solid #0a599d!important}.nfy-advertisement-card .nfy-teaser-image img{width:100%}.nfy-advertisement-card .nfy-teaser-title{font-size:1rem;font-weight:bolder}.nfy-native-ad.nfy-detail-ad{display:flex;justify-content:center;min-height:unset}.nfy-native-ad.nfy-detail-ad #traffective-ad-Native_1{margin-top:1rem}@media (min-width:540px){.nfy-top-ad{min-height:90px}.nfy-row-ad{margin-bottom:1rem}.nfy-element-ad-lg{margin:0 auto 1rem}#traffective-ad-Content_1,#traffective-ad-Content_2,#traffective-ad-Content_3,#traffective-ad-Rectangle_1,#traffective-ad-Rectangle_2,#traffective-ad-Rectangle_3{margin-bottom:1rem}}@media (max-width:539.98px){#traffective-ad-Skyscraper{display:none}.nfy-element-ad-sm{margin:0 auto 1rem}.nfy-row-ad.nfy-billboard{display:none}}[data-controller=nfy-lazy-embed]{margin:1rem 0}[id*=nfy-two-click-toggle-]:checked~.nfy-two-click-toggle:after{background:#0a599d}.nfy-two-click{border:1px solid transparent;border-radius:.5rem;color:#525252;padding:1rem;position:relative}.nfy-two-click .nfy-two-click-header{color:#0a599d;font-size:inherit;font-style:italic}.nfy-two-click .nfy-two-click-text p{font-size:.875rem}.nfy-two-click hr{display:none}.nfy-podcast-detail{background:#fff}.shk-comment_wrap{margin-bottom:.25rem;margin-top:.25rem}[data-nfypodcast-target=episode]{border:none;box-shadow:none;min-height:10rem}.nfy-podcast-shownotes-button{color:#b7b4b4;cursor:pointer;display:flex;font-size:3.5rem;font-weight:800;justify-content:center;margin-bottom:-1.45rem;width:100%}.nfy-podcast-shownotes-button[aria-expanded=true]{margin-bottom:-1.1rem}.nfy-podcast-shownotes-button i{line-height:.55}.nfy-podcast-shownotes-button i.fa-caret-up{margin-bottom:.7rem}.nfy-podcast-icon-link{background-position:50%;background-repeat:no-repeat;background-size:contain;display:inline-block;float:right;height:2rem;margin:0 .5rem .25rem;width:2rem}.nfy-spotify-icon{background-image:url(/pu_rnz_2021/build/images/spotify_icon.53a8fc10.svg)}.nfy-itunes-icon{background-image:url(/pu_rnz_2021/build/images/itunes_icon.8304abc2.svg)}.nfy-googlepodcast-icon{aspect-ratio:734/518;background-image:url(/pu_rnz_2021/build/images/yt_icon_rgb.062a2857.png);width:auto!important}.nfy-podcast-shownotes-content{font-size:.75rem;margin-top:0;min-height:4.875rem;padding:0 calc(var(--bs-gutter-x)*.5) 0 calc(var(--bs-gutter-x)*.75);z-index:500}.nfy-podcast-shownotes-content p:last-child{margin-bottom:0}[data-controller=nfyPodcast]{margin-bottom:2rem}.nfy-cobo .nfy-dc-audio{margin-bottom:0}.nfy-cobo [data-controller=nfyPodcast]{margin-bottom:.25rem;margin-left:.5rem;margin-right:.5rem}.col-lg-4 [data-controller=nfyPodcast] .shk-player{box-shadow:none;display:flex;flex-direction:column;height:unset;padding:calc(var(--bs-gutter-x)*1) 0 calc(var(--bs-gutter-x)*1.5) 0;position:relative}.col-lg-4 [data-controller=nfyPodcast] .shk-player .shk-bar_wrap{margin:calc(var(--bs-gutter-x)*.5) calc(var(--bs-gutter-x)*.5) 0 calc(var(--bs-gutter-x)*.5);order:2}.col-lg-4 [data-controller=nfyPodcast] .shk-player .shk-bar_wrap .shk-bar{background:rgba(10,89,157,.2)}.col-lg-4 [data-controller=nfyPodcast] .shk-player .shk-body{order:1}.col-lg-4 [data-controller=nfyPodcast] .shk-player .shk-body .shk-cover{display:block;margin-left:calc(var(--bs-gutter-x)*.5);margin-right:calc(var(--bs-gutter-x)*.5)}.col-lg-4 [data-controller=nfyPodcast] .shk-player .shk-body .shk-main{justify-content:flex-end;padding:0;position:unset;width:calc(100% - 96px)}.col-lg-4 [data-controller=nfyPodcast] .shk-player .shk-body .shk-main .shk-text{margin-bottom:2.8rem;min-height:5rem}.col-lg-4 [data-controller=nfyPodcast] .shk-player .shk-body .shk-main .shk-text .shk-artist_wrap{text-align:center}.col-lg-4 [data-controller=nfyPodcast] .shk-player .shk-body .shk-main .shk-text .shk-artist_wrap .shk-artist{font-size:.75rem;font-weight:400}.col-lg-4 [data-controller=nfyPodcast] .shk-player .shk-body .shk-main .shk-text .shk-title,.col-lg-4 [data-controller=nfyPodcast] .shk-player .shk-body .shk-main .shk-text .shk-title_wrap[data-overflow] .shk-title_inner:after{font-size:.75rem;font-weight:700}.col-lg-4 [data-controller=nfyPodcast] .shk-player .shk-body .shk-main .shk-text .shk-title_wrap{margin-right:calc(var(--bs-gutter-x)*.5)}.col-lg-4 [data-controller=nfyPodcast] .shk-player .shk-body .shk-main .shk-text .shk-comment_wrap{font-size:.75rem;padding-right:.25rem}.col-lg-4 [data-controller=nfyPodcast] .shk-player .shk-body .shk-main .shk-btn{padding-bottom:0}.col-lg-4 [data-controller=nfyPodcast] .shk-player .shk-body .shk-main .shk-controls{position:absolute;right:0;top:unset;width:100%;z-index:1}.col-lg-4 [data-controller=nfyPodcast] .shk-player .shk-body .shk-main .shk-display{position:unset}.col-lg-4 [data-controller=nfyPodcast] .shk-player .shk-body .shk-main .shk-display .shk-time{bottom:-41px;left:0;margin:0;position:absolute;width:100%}.col-lg-4 [data-controller=nfyPodcast] .shk-player .shk-body .shk-main .shk-display .shk-live{padding-right:calc(var(--bs-gutter-x)*.5)}@media (max-width:959.98px){[data-controller=nfyPodcast]{min-height:15rem}[data-controller=nfyPodcast] .shk-player{box-shadow:none;display:flex;flex-direction:column;height:unset;padding:calc(var(--bs-gutter-x)*1) 0 calc(var(--bs-gutter-x)*1.5) 0;position:relative}[data-controller=nfyPodcast] .shk-player .shk-bar_wrap{margin:calc(var(--bs-gutter-x)*.5) calc(var(--bs-gutter-x)*.5) 0 calc(var(--bs-gutter-x)*.5);order:2}[data-controller=nfyPodcast] .shk-player .shk-bar_wrap .shk-bar{background:rgba(10,89,157,.2)}[data-controller=nfyPodcast] .shk-player .shk-body{order:1}[data-controller=nfyPodcast] .shk-player .shk-body .shk-cover{display:block;margin-left:calc(var(--bs-gutter-x)*.5);margin-right:calc(var(--bs-gutter-x)*.5)}[data-controller=nfyPodcast] .shk-player .shk-body .shk-main{justify-content:flex-end;padding:0;position:unset;width:calc(100% - 96px)}[data-controller=nfyPodcast] .shk-player .shk-body .shk-main .shk-text{margin-bottom:2.8rem;min-height:5rem}[data-controller=nfyPodcast] .shk-player .shk-body .shk-main .shk-text .shk-artist_wrap{text-align:center}[data-controller=nfyPodcast] .shk-player .shk-body .shk-main .shk-text .shk-artist_wrap .shk-artist{font-size:.75rem;font-weight:400}[data-controller=nfyPodcast] .shk-player .shk-body .shk-main .shk-text .shk-title,[data-controller=nfyPodcast] .shk-player .shk-body .shk-main .shk-text .shk-title_wrap[data-overflow] .shk-title_inner:after{font-size:.75rem;font-weight:700}[data-controller=nfyPodcast] .shk-player .shk-body .shk-main .shk-text .shk-title_wrap{margin-right:calc(var(--bs-gutter-x)*.5)}[data-controller=nfyPodcast] .shk-player .shk-body .shk-main .shk-text .shk-comment_wrap{font-size:.75rem;padding-right:.25rem}[data-controller=nfyPodcast] .shk-player .shk-body .shk-main .shk-btn{padding-bottom:0}[data-controller=nfyPodcast] .shk-player .shk-body .shk-main .shk-controls{position:absolute;right:0;top:unset;width:100%;z-index:1}[data-controller=nfyPodcast] .shk-player .shk-body .shk-main .shk-display{position:unset}[data-controller=nfyPodcast] .shk-player .shk-body .shk-main .shk-display .shk-time{bottom:-41px;left:0;margin:0;position:absolute;width:100%}[data-controller=nfyPodcast] .shk-player .shk-body .shk-main .shk-display .shk-live{padding-right:calc(var(--bs-gutter-x)*.5)}[data-controller=nfyPodcast] .nfy-podcast-shownotes-content.nfy-lg-view{display:none!important}}@media screen and (max-width:959.98px) and (min-width:640px){.shk-bar_wrap{position:unset}.shk-bar_wrap .shk-bar-handle{transform:scale(.9)}[data-controller=nfyPodcast] .shk-player .shk-body .shk-main .shk-display .shk-time{bottom:-3rem;left:1rem;width:calc(100% - 1rem)}[data-controller=nfyPodcast] .shk-player .shk-body .shk-main .shk-display .shk-time .shk-time_duration{position:absolute;right:.5rem;text-align:right}[data-controller=nfyPodcast] .shk-player .shk-body .shk-main .shk-display .shk-time .shk-time_duration:before{content:unset}}@media (min-width:720px){.col-lg-8 [data-controller=nfyPodcast] .shk-player .shk-body .shk-main .shk-display .shk-time{left:1rem}}@media (min-width:960px){[data-controller=nfyPodcast]{min-height:8rem;padding-bottom:3rem;position:relative}[data-controller=nfyPodcast] .shk-display{align-items:flex-end;display:flex;flex-direction:column;right:0}[data-controller=nfyPodcast] .shk{position:unset}[data-controller=nfyPodcast] .shk .shk-player{box-shadow:none;height:auto;min-height:120px;padding-bottom:0;position:relative}[data-controller=nfyPodcast] .shk .shk-player .shk-bar_wrap{bottom:-3.5rem;left:1rem;top:unset;width:calc(100% - 2rem)}[data-controller=nfyPodcast] .shk .shk-player .shk-bar_wrap .shk-bar{background:rgba(10,89,157,.2)}[data-controller=nfyPodcast] .shk .shk-player .shk-bar_wrap .shk-bar .shk-bar-handle{top:-.75rem;transform:scale(.75)}[data-controller=nfyPodcast] .shk .shk-player .shk-main{padding-bottom:0}[data-controller=nfyPodcast] .shk .shk-player .shk-main .shk-comment_wrap{font-size:.875rem}[data-controller=nfyPodcast] a .nfy-podcast-icon-link{height:1.5rem;width:1.5rem}[data-controller=nfyPodcast] a:first-of-type .nfy-podcast-icon-link{margin-right:1rem}[data-controller=nfyPodcast] .nfy-podcast-shownotes-content{min-height:7rem;padding-left:1.5rem;padding-right:1.5rem;padding-top:4rem;width:100%}[data-controller=nfyPodcast] .nfy-podcast-shownotes-content.nfy-mobile-view{display:none!important}[data-controller=nfyPodcast] .nfy-podcast-shownotes-content.show{margin-bottom:-1rem}[data-controller=nfyPodcast] .nfy-podcast-shownotes-button{bottom:-1.45rem;margin-bottom:0;position:absolute}[data-controller=nfyPodcast] .nfy-podcast-shownotes-button i.fa-caret-up{margin-bottom:1rem}.nfy-cobo [data-controller=nfyPodcast]{padding-bottom:2rem}.nfy-cobo [data-controller=nfyPodcast] .shk-player{display:flex;flex-direction:column}.nfy-cobo [data-controller=nfyPodcast] .shk-player .shk-bar_wrap{order:2}.nfy-cobo [data-controller=nfyPodcast] .shk-player .shk-body{order:1}.nfy-cobo [data-controller=nfyPodcast] .nfy-podcast-shownotes-content{min-height:unset;padding-bottom:.5rem;padding-top:4rem}.col-lg-8 [data-controller=nfyPodcast]{padding-bottom:4rem}.col-lg-8 [data-controller=nfyPodcast] .shk-player .shk-main{flex-direction:column;flex-wrap:wrap}.col-lg-8 [data-controller=nfyPodcast] .shk-player .shk-main .shk-text{width:100%}.col-lg-8 [data-controller=nfyPodcast] .nfy-podcast-shownotes-content.show{padding-bottom:0;padding-top:3.8rem}.col-lg-4 [data-controller=nfyPodcast]{margin-left:0;margin-right:0;padding-bottom:2rem}.col-lg-4 [data-controller=nfyPodcast] .shk-player{padding-bottom:1.5rem}.col-lg-4 [data-controller=nfyPodcast] .shk-player .shk-bar_wrap{margin-left:1rem;margin-right:1rem;position:unset;width:calc(100% - 2rem)}.col-lg-4 [data-controller=nfyPodcast] .shk-player .shk-body .shk-main{padding-right:.5rem}.col-lg-4 [data-controller=nfyPodcast] .shk-player .shk-body .shk-main .shk-artist_wrap{line-height:1}.col-lg-4 [data-controller=nfyPodcast] .shk-player .shk-body .shk-main .shk-display .shk-time{display:flex;flex-flow:row nowrap;font-size:.7rem;justify-content:space-between;line-height:1;margin:0 .5rem;width:calc(100% - 1rem)}.col-lg-4 [data-controller=nfyPodcast] .shk-player .shk-body .shk-main .shk-display .shk-time .shk-time_duration:before{content:""}.col-lg-4 [data-controller=nfyPodcast] .nfy-podcast-shownotes-content.show{min-height:0;overflow-y:scroll;padding-bottom:.5rem;padding-right:.5rem;padding-top:.5rem}}input[type=checkbox]:checked{background-color:#0a599d}.btn:active,.btn:focus{box-shadow:none!important;outline:none!important}.nfy-box-shadow{border-radius:0;box-shadow:0 .1rem .2rem rgba(0,0,0,.075)}.nfy-special-shadow{border-top:1px solid #eee;box-shadow:0 .1rem .2rem rgba(0,0,0,.075),0 -.1rem .2rem rgba(0,0,0,.075)}.nfy-searchbar input{border-radius:.5rem!important;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}.fs-xs{font-size:.75rem!important}.fs-md{font-size:1rem!important}.fs-sm{font-size:.8rem!important}.mburger b{left:0}#nfy-login-modal{background-color:rgba(10,89,157,.5)}#nfy-login-modal .modal-content{margin:0 auto;max-width:366px}.nfy-hyphens{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}body{background:#f8f9fa}