.zIcon{display:block;font-size:16px}.zIcon svg{display:block}.zIcon.medium{font-size:1.6em;width:.8em!important;height:.8em!important}.zIcon.medium svg{width:.8em!important;height:.8em!important;display:inherit}.zIcon.big{font-size:2em;width:1em!important;height:1em!important}.zIcon.big svg{width:inherit!important;height:inherit!important}.zIcon.link{cursor:pointer}@media (hover: hover){.zIcon.link{filter:brightness(.85);transition:filter .2s}.zIcon.link:hover{filter:brightness(1)}}picture.image-picture{display:flex;position:relative;width:100%}picture.image-picture .image-placeholder{--icon-width: 20%;--icon-height: 20%;position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:radial-gradient(var(--pjwd-theme-placeholder-image-radial-gradient-from, #8d8d8d),var(--pjwd-theme-placeholder-image-radial-gradient-to, #5a5a5a))}picture.image-picture .image-placeholder .zIcon{display:flex;align-items:center;justify-content:center;font-size:4em;width:var(--icon-width)!important;height:var(--icon-height)!important;opacity:.5;transition:opacity 1s linear;color:var(--pjwd-theme-placeholder-image-icon-color, #ffffff)}picture.image-picture .image-placeholder .zIcon svg{width:100%!important;height:100%!important;filter:drop-shadow(0px 0px 2px rgba(0,0,0,.4))}picture.image-picture .image-placeholder.loading .zIcon{animation:Pulsate 1s linear infinite}picture.image-picture img{width:100%;height:100%}@keyframes Pulsate{0%{opacity:.5}50%{opacity:.2}to{opacity:.5}}ul.contentLoader{position:relative;padding:0;width:100px;height:25px;list-style:none}ul.contentLoader li{display:block;position:absolute;right:0;width:3px;height:25px;border-radius:1px;transform-origin:50% 100%;background-color:#fff;background-color:var(--pjwd-theme-page-loading-bar-border);animation:bar linear 2.8s infinite;will-change:transform}ul.contentLoader li:nth-child(1){transform:translate(0) rotate(0);opacity:.2}ul.contentLoader li:nth-child(2){transform:translate(-15px) rotate(0);animation-delay:-.4s}ul.contentLoader li:nth-child(3){transform:translate(-30px) rotate(0);animation-delay:-.8s}ul.contentLoader li:nth-child(4){transform:translate(-45px) rotate(10deg);animation-delay:-1.2s}ul.contentLoader li:nth-child(5){transform:translate(-60px) rotate(40deg);animation-delay:-1.6s}ul.contentLoader li:nth-child(6){transform:translate(-75px) rotate(62deg);animation-delay:-2s}ul.contentLoader li:nth-child(7){transform:translate(-90px) rotate(72deg);animation-delay:-2.4s}@keyframes bar{0%{transform:translate(0) rotate(0);opacity:0}14.28%{transform:translate(-15px) rotate(0);opacity:1}28.56%{transform:translate(-30px) rotate(0);opacity:1}37.12%{transform:translate(-39px) rotate(0);opacity:1}42.84%{transform:translate(-45px) rotate(10deg);opacity:1}57.12%{transform:translate(-60px) rotate(40deg);opacity:1}71.4%{transform:translate(-75px) rotate(62deg);opacity:1}85.68%{transform:translate(-90px) rotate(72deg);opacity:1}to{transform:translate(-105px) rotate(74deg);opacity:0}}.pageLoadingBar{position:fixed;top:0;left:0;right:0}.pageLoadingBar ul.contentLoader{height:0px;position:absolute;top:1.2rem;left:50%;transform:translate(-50%,-50%);z-index:2000;opacity:0;transition:opacity .4s ease-in-out}.pageLoadingBar.show{z-index:999998}.pageLoadingBar.show ul.contentLoader{height:25px}.pageLoadingBar--progress{position:fixed;top:0;left:0;right:0;transition:width .2s ease-in-out,opacity .4s ease-in-out;z-index:999999;background-color:var(--pjwd-theme-page-loading-bar-bg);border-bottom:1px solid var(--pjwd-theme-page-loading-bar-border)}.btn{display:inline;position:relative;box-sizing:border-box;outline:0!important;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:none;overflow:hidden;padding:12px 16px;border-radius:4px;transition:background-color .4s cubic-bezier(.25,.8,.25,1),color .4s cubic-bezier(.25,.8,.25,1),box-shadow .1s linear,transform .1s linear;box-shadow:0 2px 4px 2px #0000004a;transform:scale(1);background-color:var(--pjwd-theme-button-standard-bg-color);color:var(--pjwd-theme-button-standard-text-color)}.btn--circle{border-radius:50%;min-width:40px;min-height:40px}.btn:not(.btn--disabled):not(:disabled){cursor:pointer}.btn--action{background-color:var(--pjwd-theme-button-action-bg-color);color:var(--pjwd-theme-button-action-text-color)}.btn--create{background-color:var(--pjwd-theme-button-create-bg-color);color:var(--pjwd-theme-button-create-text-color)}.btn--danger{background-color:var(--pjwd-theme-button-danger-bg-color);color:var(--pjwd-theme-button-danger-text-color)}.btn--disabled,.btn:disabled{cursor:default!important;background-color:var(--pjwd-theme-button-disabled-bg-color);color:var(--pjwd-theme-button-disabled-text-color)}.btn.btn--padlock .zIcon.lock+.zIcon{display:none}.btn--flat{box-shadow:none}.btn--full-width{width:100%}.btn:not(.btn--disabled):not(:disabled):not(.btn--flat):focus{box-shadow:0 1px 2px 1px #0000004d;transform:scale(.94)}.btn .btn__content{display:flex;flex-direction:row;align-items:center;position:relative;justify-content:center}.btn .btn__content .text__fix{order:-2;width:0;height:1em}.btn .btn__content .text__content{line-height:16px;font-size:16px}.btn .btn__content .zIcon{display:block}.btn .btn__content .zIcon svg{display:block}.btn--text-icon .btn__content .text__content{line-height:1em;font-size:1em}.btn--text-icon.btn--text-icon-left .btn__content .iconContainer{order:-1}.btn--text-icon.btn--text-icon-left .btn__content .text__content{padding-left:14px}.btn--text-icon.btn--text-icon-right .btn__content .text__content{padding-right:14px}.btn.btn--icon{padding:12px}.btn.btn--icon .zIcon{width:16px!important;height:16px!important}.btn.btn--icon .zIcon svg{width:16px!important;height:16px!important}.btn--small{padding:4px 8px}.btn--small .btn__content .text__content{line-height:14px;font-size:14px}.btn--small.btn--text-icon.btn--text-icon-left .btn__content .text__content{padding-left:10px}.btn--small.btn--text-icon.btn--text-icon-right .btn__content .text__content{padding-right:10px}.btn--small.btn--icon .zIcon{width:14px!important;height:14px!important}.btn--small.btn--icon .zIcon svg{width:14px!important;height:14px!important}.btn--small.btn--icon.btn--circle{width:26px;height:26px;min-width:26px;min-height:26px;display:flex;align-items:center;justify-content:center}.btn--large.btn--text-icon.btn--text-icon-left .btn__content .text__content{padding-left:31px}.btn--large.btn--text-icon.btn--text-icon-right .btn__content .text__content{padding-right:31px}.btn--large.btn--icon{padding:0 .5rem}.btn--large.btn--icon .btn__content .iconContainer{transform:translateY(0)}.btn--large.btn--icon{padding:4px 5px}.btn--large.btn--icon .zIcon{width:24px!important;height:24px!important}.btn--large.btn--icon .zIcon svg{width:24px!important;height:24px!important}.btn--large.btn--icon.btn--circle{width:36px;height:36px;min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center}@media (hover: hover){.btn:hover{background-color:var(--pjwd-theme-button-standard-hover-bg-color);color:var(--pjwd-theme-button-standard-hover-text-color)}.btn--action:hover{background-color:var(--pjwd-theme-button-action-hover-bg-color);color:var(--pjwd-theme-button-action-hover-text-color)}.btn--create:hover{background-color:var(--pjwd-theme-button-create-hover-bg-color);color:var(--pjwd-theme-button-create-hover-text-color)}.btn--danger:hover{background-color:var(--pjwd-theme-button-danger-hover-bg-color);color:var(--pjwd-theme-button-danger-hover-text-color)}.btn--disabled:hover,.btn:disabled:hover{background-color:var(--pjwd-theme-button-disabled-bg-color);color:var(--pjwd-theme-button-disabled-text-color)}}.input-group--pop-select{position:relative;display:flex;flex:0;z-index:6}.input-group--pop-select.items-open{z-index:7}.input-group--pop-select .pop-select--label{white-space:nowrap}.input-group--pop-select .pop-select--status{position:relative;display:flex;flex-direction:row}.input-group--pop-select .pop-select--status .pop-select--label{margin-right:.75rem;font-weight:600}.input-group--pop-select .pop-select--status .pop-select--label:not(.inline){margin-right:unset;font-weight:400;position:absolute;top:0;left:0;transform:translate3d(-10px,-25px,0) scale(.75)}.input-group--pop-select .pop-select--status .pop-select--selected{display:flex;flex-direction:row;align-items:center;cursor:pointer;white-space:nowrap}.input-group--pop-select .pop-select--status .pop-select--selected .text{display:flex;flex-direction:row;align-items:center}.input-group--pop-select .pop-select--status .pop-select--selected .zIcon{margin-left:.5rem}.input-group--pop-select .pop-select--status .pop-select--selected .zIcon svg{display:block}.input-group--pop-select.input-group--disabled .pop-select--label,.input-group--pop-select.input-group--disabled .pop-select--selected{cursor:default;opacity:.4}.pop-select--items{visibility:hidden;opacity:0;position:fixed;top:0;left:0;width:auto;max-height:300px;line-height:1.6em;background-color:var(--pjwd-theme-tooltip-bg-color);color:var(--pjwd-theme-tooltip-font-color);border-radius:2px;transition:opacity .3s ease-out;z-index:5;box-shadow:2px 2px 10px #0006}.pop-select--items .items-inner{overflow-x:hidden;overflow-y:auto;max-height:300px;padding:8px 18px}.pop-select--items:before{content:"";position:absolute;top:150px;left:0;width:100%;height:0px}.pop-select--items .item{cursor:pointer;opacity:.7;transition:all .3s ease-out;white-space:nowrap}.pop-select--items .item.selected{opacity:1}.pop-select--items .item .flag-icon{margin-right:6px}.pop-select--items.active{visibility:visible;opacity:.98}@media (hover: hover){.input-group--pop-select .pop-select--items .item:hover{opacity:1}}.public-sidebar[data-v-5167cf74]{position:fixed;top:0;left:0;height:100%;width:0;padding:0;margin:0;z-index:7}.public-sidebar--hidden[data-v-5167cf74]{display:none}.public-sidebar--transitioning .aside-content .items a[data-v-5167cf74]{white-space:nowrap}.public-sidebar .aside-content[data-v-5167cf74]{position:relative;height:100%;transition:width .5s cubic-bezier(.47,.89,.38,.95);z-index:1;overflow:hidden;color:var(--pjwd-theme-sidebar-color);background-color:var(--pjwd-theme-sidebar-bg-color);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;display:grid;grid-template-rows:auto 1fr auto;grid-template-columns:100%;grid-template-areas:"aside-close" "aside-body" "aside-footer"}.public-sidebar .aside-mask[data-v-5167cf74]{position:absolute;width:100vw;height:100vh;top:0;left:0;transition:opacity .5s cubic-bezier(.47,.89,.38,.95);z-index:0;background-color:#0003}.public-sidebar--open[data-v-5167cf74]{width:100%}.public-sidebar--open .aside-content[data-v-5167cf74]{width:var(--fecf3bb4)}.public-sidebar--open .aside-mask[data-v-5167cf74]{opacity:1}.public-sidebar--closed[data-v-5167cf74]{width:0}.public-sidebar--closed .aside-content[data-v-5167cf74]{width:0px}.public-sidebar--closed .aside-mask[data-v-5167cf74]{opacity:0}.public-sidebar .sidebar-close[data-v-5167cf74]{grid-area:aside-close;display:none;align-items:center;padding:.5rem .75rem;margin-bottom:.75rem;border-bottom:1px solid var(--pjwd-theme-sidebar-close-border-color)}.public-sidebar .sidebar-close .btn[data-v-5167cf74]{color:var(--pjwd-theme-sidebar-color);background-color:unset;padding:0;box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.public-sidebar .sidebar-close .logo[data-v-5167cf74]{margin-left:auto;width:140px;min-width:140px}.public-sidebar .sidebar-close .logo a[data-v-5167cf74]{transition:unset}.public-sidebar--close-visible .sidebar-close[data-v-5167cf74]{display:flex}.public-sidebar .userPrefs--container[data-v-5167cf74]{grid-area:aside-footer;margin:1rem auto;width:calc(100% - 2rem)}.public-sidebar .userPrefs--container .install-app[data-v-5167cf74]{justify-content:center;margin:1rem 0;position:relative;display:inline-grid;width:100%}.public-sidebar .userPrefs--container .install-app .btn[data-v-5167cf74]{margin:0 auto;min-width:210px}.public-sidebar .items[data-v-5167cf74]{overflow-y:auto;grid-area:aside-body;display:flex;flex-direction:column;padding:.75rem 0}.public-sidebar .items .item[data-v-5167cf74]{display:flex;flex-direction:row;align-items:stretch;margin:1px 0 0;height:56px;background-color:var(--pjwd-theme-sidebar-item-bg-color);transition:background-color .3s ease-out}.public-sidebar .items .item.current-header[data-v-5167cf74]{font-size:1.4em}.public-sidebar .items .item a[data-v-5167cf74]{flex:1;cursor:pointer;color:var(--pjwd-theme-sidebar-item-color);padding:1rem;transition:color .2s ease-out,font-size .2s ease-out;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.public-sidebar .items .item .btn[data-v-5167cf74]{color:var(--pjwd-theme-sidebar-item-color);transition:color .3s ease-out;background-color:unset;font-size:2em;box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f;border-radius:0;padding:0 1rem;transition:transform .2s ease-out;transform-origin:center}.public-sidebar .items .item .btn.subpages[data-v-5167cf74]{margin-left:auto}.public-sidebar .items .item.active a[data-v-5167cf74]{cursor:default;color:var(--pjwd-theme-sidebar-item-active-color);background-color:var(--pjwd-theme-sidebar-item-active-bg-color)}.public-sidebar .items .item.active .btn[data-v-5167cf74]{color:var(--pjwd-theme-sidebar-item-active-color);background-color:var(--pjwd-theme-sidebar-item-active-bg-color)}@media (min-width: 576px){.public-sidebar--open .aside-content[data-v-5167cf74]{width:350px}}@media (hover: hover){.public-sidebar--open .aside-content .items .item[data-v-5167cf74]:not(.install-app):not(.active):hover{color:var(--pjwd-theme-sidebar-item-hover-color);background-color:var(--pjwd-theme-sidebar-item-hover-bg-color)}.public-sidebar--open .aside-content .items .item:not(.install-app):not(.active) a[data-v-5167cf74]:hover{font-size:1.2em}.public-sidebar--open .aside-content .items .item:not(.install-app):not(.active) .btn[data-v-5167cf74]:hover{transform:scale(1.4)}}@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)){.public-sidebar .aside-mask[data-v-5167cf74]{background-color:#0003;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}}header{grid-area:header;width:100%;z-index:2}header .header-inner{transition:box-shadow .3s ease-out}header .public-sidebar{display:flex;justify-content:flex-end}header.sticky .header-inner{position:fixed;top:0;left:0;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}header.sticky .header-inner .header--bottom-bar{align-items:unset}header.sticky .header-inner .header--bottom-bar .logo-container{margin:0}header.sticky .header-inner .header--bottom-bar .logo-container .logo{width:180px;height:auto;padding:16px}header.sticky .header-inner .header--bottom-bar .menu-container{flex-direction:row}header.sticky .header-inner .header--bottom-bar .menu-container .menu-item.phone .btn{padding-top:19px}header.sticky .header-inner .header--bottom-bar .menu-container .menu-item.menu{align-self:end}header.sticky .header-inner .header--bottom-bar .menu-container .menu-item.menu .btn{padding-bottom:18px}header .header--bottom-bar{color:var(--pjwd-theme-header-bottom-color);background-color:var(--pjwd-theme-header-bottom-bg-color);border-bottom:2px solid var(--pjwd-theme-header-bottom-border-color);padding:0rem .75rem;display:flex;flex-direction:row;align-items:center}header .header--bottom-bar .logo-container{margin:1rem 0rem;flex:1}header .header--bottom-bar .logo-container .logo{max-width:280px;width:100%;height:auto;transition:width .3s ease-out}header .header--bottom-bar .menu-container{display:flex;flex-direction:column;gap:12px}header .header--bottom-bar .menu-container .menu-item .btn{background-color:var(--pjwd-theme-header-menu-item-bg-color);color:var(--pjwd-theme-header-menu-item-color)}header .header--bottom-bar .menu-container .menu-item .btn .btn__content .text__content{order:2;padding:0 .25rem;line-height:1.4em}header .header--bottom-bar .menu-container .menu-item .btn .btn__content .iconContainer{order:1;margin-right:.5rem}header .header--bottom-bar .menu-container .menu-item .btn .btn__content .iconContainer i{display:flex;align-items:center}header .header--bottom-bar .menu-container .menu-item .btn .btn__content .iconContainer i svg{height:20px!important;width:20px!important;position:relative;left:2px}header .header--bottom-bar .menu-container .menu-item .btn.active{color:var(--pjwd-theme-header-menu-item-active-color)}header .header--bottom-bar .menu-container .menu-item.phone .btn{border-radius:0 0 3px 3px}header .header--bottom-bar .menu-container .menu-item.phone .btn .btn__content .iconContainer i{display:flex;align-items:center}header .header--bottom-bar .menu-container .menu-item.phone .btn .btn__content .iconContainer i svg{height:20px!important;width:20px!important;position:relative;left:2px;bottom:1px}header .header--bottom-bar .menu-container .menu-item.menu .btn{border-radius:3px 3px 0 0}header .header--bottom-bar .menu-container .menu-item.menu .btn .btn__content .text__content{position:relative}header .header--bottom-bar .menu-container .menu-item.menu .btn .btn__content .iconContainer{order:1;margin-right:.5rem}header .header--bottom-bar .menu-container .menu-item.menu .btn .btn__content .iconContainer i{display:flex;align-items:center}header .header--bottom-bar .menu-container .menu-item.menu .btn .btn__content .iconContainer i svg{height:20px!important;width:20px!important;position:relative;left:3px}.popMenu{position:absolute;min-width:150px;max-width:200px;width:100%;min-height:40px;padding:.5rem;color:#000;opacity:0;left:0;top:0;transition:transform .5s ease-in-out,opacity .5s ease-in-out;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.popMenu.visible{transform:translateY(5px);opacity:1;z-index:2000}.popMenu--arrow{bottom:100%;left:10px;border:solid transparent;content:"";height:0;width:0;position:absolute;pointer-events:none;border-color:transparent;border-width:10px;margin-left:-10px}main{margin-bottom:var(--mainMarginBottom);min-height:var(--mainMinHeight)}footer{position:var(--footerPosition);bottom:0;left:0;padding:0;width:var(--footerWidth);display:flex;flex-direction:column;font-size:1em;transition:padding-left .5s;background-color:var(--site-footer-bg);z-index:0}footer .footer-top{display:flex;flex-direction:column;padding:1rem .75rem;color:var(--pjwd-theme-footer-top-color);background-color:var(--pjwd-theme-footer-top-bg-color);border-bottom:2px solid var(--pjwd-theme-header-bottom-border-color)}footer .footer-top .footer-left,footer .footer-top .footer-middle{flex:1;display:flex;flex-direction:column}footer .footer-top .footer-left--title,footer .footer-top .footer-middle--title{font-weight:700;margin-bottom:.25rem;font-size:20px;color:var(--pjwd-theme-text-heading-footer-color)}footer .footer-top .footer-left{display:flex;flex-direction:column;text-align:center;align-items:center;margin-bottom:2rem;font-size:20px;color:var(--pjwd-theme-text-heading-footer-color)}footer .footer-top .footer-left--item{display:flex;align-items:center;font-size:24px;margin-bottom:.75rem;color:var(--pjwd-theme-text-body-footer-color)}footer .footer-top .footer-left--item:last-child{margin-bottom:unset}footer .footer-top .footer-left--item.active{padding-left:.5rem;border-left:2px solid var(--pjwd-theme-footer-top-nav-active-color)}footer .footer-top .footer-left--item.active a{color:var(--pjwd-theme-footer-top-nav-active-color)}footer .footer-top .footer-left--item a{margin-left:2rem;color:var(--pjwd-theme-text-body-footer-color)}footer .footer-top .footer-left--item i svg{position:relative;top:17px;right:35px;height:22px!important;width:22px!important}footer .footer-top .footer-right{display:flex;flex-direction:column;align-items:center;margin-top:1rem}footer .footer-top .footer-right--title{font-weight:700;margin-bottom:1rem;font-size:20px;color:var(--pjwd-theme-text-heading-footer-color)}footer .footer-top .footer-right .link-item{margin-bottom:.5rem;font-size:16px;text-align:right;color:var(--pjwd-theme-text-body-footer-color)}footer .footer-top .footer-middle{text-align:center;align-items:center;margin-bottom:2rem}footer .footer-top .footer-middle--item{display:flex;flex-direction:row;align-items:flex-end;font-size:1.4em;margin-bottom:.75rem;margin-right:1rem;margin-top:1rem;gap:3rem}footer .footer-top .footer-middle--item:last-child{margin-bottom:unset}footer .footer-top .footer-middle--item a,footer .footer-top .footer-middle--item span.href{display:flex;flex-direction:row;align-items:center;cursor:pointer}footer .footer-top .footer-middle--item .zIcon{color:var(--pjwd-theme-text-body-footer-color)!important}footer .footer-top .footer-middle--item .zIcon svg{height:35px!important;width:35px!important}footer .footer--bottom{display:flex;align-items:center;font-size:10px;padding:0rem .5rem;color:var(--pjwd-theme-footer-bottom-color);background-color:var(--pjwd-theme-footer-bottom-bg-color);border-top:1px solid var(--pjwd-theme-footer-bottom-border-color);letter-spacing:.05em}footer .footer--bottom .websiteby{text-align:right;white-space:nowrap;flex:1}.popMenu.aboutPJWDPopMenu{max-width:350px;position:fixed;right:8px;bottom:8px;top:unset;left:unset;color:var(--pjwd-theme-about-pjwd-popmenu-color);background-color:var(--pjwd-theme-about-pjwd-popmenu-background-color)}.popMenu.aboutPJWDPopMenu a{color:var(--pjwd-theme-about-pjwd-popmenu-link-color)}.popMenu.aboutPJWDPopMenu .popMenu--content{padding:.5rem 1rem;text-align:center}.popMenu.aboutPJWDPopMenu .popMenu--content .pjwdLogo{width:100%;height:auto;max-width:120px}.popMenu.aboutPJWDPopMenu .popMenu--content hr{opacity:.8}.popMenu.aboutPJWDPopMenu .popMenu--content p a{color:var(--pjwd-theme-pop-menu-link-color)}.popMenu.aboutPJWDPopMenu .popMenu--content .versionInfo{align-self:end;text-align:center;font-size:.8em}.popMenu.aboutPJWDPopMenu .popMenu--content .versionInfo a{color:var(--pjwd-theme-pop-menu-link-color)}@media (min-width: 768px){footer .footer-top{display:flex;flex-direction:row;padding-left:2rem;padding-right:2rem}footer .footer-top .footer-left{text-align:left;align-items:flex-start;width:33%}footer .footer-top .footer-right{text-align:right;align-items:flex-end;margin-top:0;width:33%}footer .footer-top .footer-middle{width:33%}footer .footer--bottom{flex-direction:row}footer .footer--bottom .copyright{margin-bottom:0}footer .footer--bottom .websiteby{text-align:right}}@media (min-width: 992px){footer .row .col-12 ul.footer-get-in-touch{width:unset;margin:0 auto}footer .row .col-12.footer-top{padding:6em 0;font-size:1em}}@media (hover: hover){.popMenu.aboutPJWDPopMenu a:hover{color:var(--pjwd-theme-about-pjwd-popmenu-link-hover-color)}.footer-left--item a:hover{color:var(--pjwd-theme-footer-text-hover-color)!important}.footer-middle--item a i svg:hover{color:var(--pjwd-theme-footer-text-hover-color)!important}.footer-right a div:hover{color:var(--pjwd-theme-footer-text-hover-color)!important}}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--pjwd-theme-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--pjwd-theme-progress-bar-bg-color);transition:width .6s ease;min-height:.75rem;border-radius:.25rem}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.app-loader{display:flex;align-items:center;justify-content:center;opacity:1;transition:opacity .25s ease-in-out}.app-loader .icon-container{height:40px;display:flex;align-items:center}.app-loader .text{padding-left:1rem;font-weight:400;font-size:20px;line-height:26px;color:var(--pjwd-theme-loader-text)}.app-loader .zIcon{display:block;color:var(--pjwd-theme-loader-icon)}.app-loader .zIcon.check{display:none;margin:0 6px}.app-loader.completed--dismiss{opacity:0}.app-loader.completed .circle-and-square{display:none}.app-loader.completed .zIcon.check{display:block;color:var(--pjwd-theme-loader-icon-success)}.app-loader.align-left{justify-content:flex-start}.app-loader.align-right{justify-content:flex-end}.app-loader.align-right .icon-container{order:2}.app-loader.align-right .text{padding-left:unset;padding-right:1rem;order:1}.app-loader.use-card{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;background:var(--pjwd-theme-loader-background);border-radius:4px;padding:1rem 1.5rem}.app-loader.installLoader .circle-and-square{color:var(--pjwd-theme-loader-install-icon)}.app-loader.installLoader .text{color:var(--pjwd-theme-loader-install-text)}.app-loader .circle-and-square{width:40px;color:var(--pjwd-theme-loader-icon);display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;position:relative;white-space:normal;align-items:center;justify-content:center;text-align:center}.app-loader .circle-and-square div{display:block;color:inherit;border:2px solid;height:11px;width:11px;margin:4px}.app-loader .circle-and-square div:nth-child(1){animation:moveTopLt 1s ease-in-out infinite}.app-loader .circle-and-square div:nth-child(2){border-radius:50%;animation:moveTopRt 1s .5s ease-in-out infinite}.app-loader .circle-and-square div:nth-child(3){border-radius:50%;animation:moveBtLt 1s .5s ease-in-out infinite}.app-loader .circle-and-square div:nth-child(4){animation:moveBtRt 1s ease-in-out infinite}.app-loader.small .icon-container{height:33px}.app-loader.small .text{font-size:18px;padding-left:.75rem;line-height:20px}.app-loader.small .circle-and-square{height:33px;width:33px}.app-loader.small .circle-and-square div{border:2px solid;height:8px;width:8px}.app-loader.small .circle-and-square div:nth-child(1){animation:moveTopLtSmall 1s ease-in-out infinite}.app-loader.small .circle-and-square div:nth-child(2){animation:moveTopRtSmall 1s .5s ease-in-out infinite}.app-loader.small .circle-and-square div:nth-child(3){animation:moveBtLtSmall 1s .5s ease-in-out infinite}.app-loader.small .circle-and-square div:nth-child(4){animation:moveBtRtSmall 1s ease-in-out infinite}@keyframes moveTopLt{50%{transform:translate(75%,75%)}}@keyframes moveBtLt{50%{transform:translate(75%,-75%)}}@keyframes moveBtRt{50%{transform:translate(-75%,-75%)}}@keyframes moveTopRt{50%{transform:translate(-75%,75%)}}@keyframes moveTopLtSmall{50%{transform:translate(90%,90%)}}@keyframes moveBtLtSmall{50%{transform:translate(90%,-90%)}}@keyframes moveBtRtSmall{50%{transform:translate(-90%,-90%)}}@keyframes moveTopRtSmall{50%{transform:translate(-90%,90%)}}.notificationPopup{background:var(--pjwd-theme-notification-popup-bg-color);position:fixed;width:100%;padding:3rem;bottom:0;z-index:9000;flex-direction:column}.notificationPopup.fs{top:0;left:0;right:0;align-items:center;display:flex!important;flex-direction:row}.notificationPopup .notificationContainer{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;color:var(--pjwd-theme-notification-popup-color);background-color:var(--pjwd-theme-loader-background);border:1px solid var(--pjwd-theme-loader-background);width:100%;max-width:600px;margin:0 auto;padding:.6em;border-radius:8px}.notificationPopup .notificationContainer .installLoader{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.notificationPopup .notificationContainer .updateAvailable{padding:0;margin:0;font-size:1.1em}.notificationPopup .notificationContainer .updateAvailable.sml{padding-top:.25rem;font-size:.8em}.notificationPopup .notificationContainer .reloadBtn{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.notificationPopup .notificationContainer .reloadBtn{border-radius:4px;padding:.4rem .8rem;text-align:center;font-weight:700;transition:.2s background linear}.sm-trail-container{display:flex;flex-direction:row;align-items:center;min-height:40px;max-height:40px;padding-left:.75rem;flex:1;z-index:16;background-color:var(--pjwd-theme-trail-bg-color)}.sm-trail-container .sm-trail--items{flex:1;display:flex;flex-direction:row;align-items:center;overflow:hidden}.sm-trail-container .sm-trail--items .toggle-btn{visibility:hidden;position:absolute;display:flex;align-items:center}.sm-trail-container .sm-trail--items .toggle-btn.visible{visibility:visible;position:relative}.sm-trail-container .sm-trail--items .toggle-btn .btn{background-color:unset;box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f;color:var(--pjwd-theme-trail-color);padding-left:0}.sm-trail-container .sm-trail--items .toggle-btn>.zIcon{margin-right:.5rem}.sm-trail-container .sm-trail--items>.items{display:flex;flex-direction:row;align-items:center}.sm-trail-container .sm-trail--items>.items .item{position:relative;display:inline-flex;align-items:center;z-index:0}.sm-trail-container .sm-trail--items>.items .item a,.sm-trail-container .sm-trail--items>.items .item span{white-space:nowrap}.sm-trail-container .sm-trail--items>.items .item a{cursor:pointer;transition:color .3s ease-out,background-color .3s ease-out;color:var(--pjwd-theme-trail-color)}.sm-trail-container .sm-trail--items>.items .item:last-child{color:var(--pjwd-theme-trail-current-color)}.sm-trail-container .sm-trail--items>.items .item:last-child .zIcon{display:none}.sm-trail-container .sm-trail--items>.items .item>.zIcon{margin:0 .5rem;color:var(--pjwd-theme-trail-separator-color)}.sm-trail-container .sm-trail--items.oneItem>.items{overflow:hidden}.sm-trail-container .sm-trail--items.oneItem>.items .item{overflow:hidden}.sm-trail-container .sm-trail--items.oneItem>.items .item a,.sm-trail-container .sm-trail--items.oneItem>.items .item span{overflow:hidden;text-overflow:ellipsis}.sm-trail-container .sm-trail--items.oneItem>.items .item .zIcon{display:none}.sm-trail-container .sm-trail--items>.items--hidden{position:absolute;top:39px;left:7px;display:flex;flex-direction:column;align-items:flex-start;margin-left:auto}.sm-trail-container .action-menu{position:relative;margin-left:auto;z-index:5}.sm-trail-container .action-menu .btn{background-color:unset;color:var(--pjwd-theme-trail-color)}.sm-trail-container .action-menu .popup{position:absolute;top:39px;right:.75rem;width:-moz-max-content;width:max-content}.sm-trail-container .popup{display:flex;flex-direction:column;z-index:1;color:var(--pjwd-theme-trail-color);background-color:var(--pjwd-theme-trail-popup-bg-color);border:1px solid var(--pjwd-theme-trail-popup-border-color);border-top-style:dashed;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f}.sm-trail-container .popup .item{display:flex;border-bottom:1px solid var(--pjwd-theme-trail-popup-separator-color)}.sm-trail-container .popup .item:last-child{border-bottom:unset}.sm-trail-container .popup .item a{flex:1;cursor:pointer;padding:5px 10px;color:var(--pjwd-theme-trail-popup-link-color);background-color:var(--pjwd-theme-trail-popup-link-bg-color);transition:color .3s ease-out,background-color .3s ease-out}.sm-trail-container .popup .item a.isExactActive{color:var(--pjwd-theme-trail-popup-link-active-color);background-color:var(--pjwd-theme-trail-popup-link-active-bg-color)}@media (hover: hover){.sm-trail-container .sm-trail--items>.items .item a:hover{color:var(--pjwd-theme-trail-hover-color)}.sm-trail-container .action-menu .btn:hover{color:var(--pjwd-theme-trail-hover-color)}.sm-trail-container .popup>.item a:not(.isExactActive):hover{color:var(--pjwd-theme-trail-popup-link-hover-color);background-color:var(--pjwd-theme-trail-popup-link-hover-bg-color)}.sm-trail-container .popup>.item .btn:hover{color:var(--pjwd-theme-trail-hover-color)}}@font-face{font-family:Open Sans;font-style:normal;font-display:swap;font-weight:300;src:local("Open Sans Light "),local("Open Sans-Light"),url(/assets/open-sans-latin-300-B6tDWRxp.woff2) format("woff2"),url(/assets/open-sans-latin-300-DZbNTRe6.woff) format("woff")}@font-face{font-family:Open Sans;font-style:italic;font-display:swap;font-weight:300;src:local("Open Sans Light italic"),local("Open Sans-Lightitalic"),url(/assets/open-sans-latin-300italic-DLsXqxhU.woff2) format("woff2"),url(/assets/open-sans-latin-300italic-Dfz31Up5.woff) format("woff")}@font-face{font-family:Open Sans;font-style:normal;font-display:swap;font-weight:400;src:local("Open Sans Regular "),local("Open Sans-Regular"),url(/assets/open-sans-latin-400-DLgeRt71.woff2) format("woff2"),url(/assets/open-sans-latin-400-D5zbb_EN.woff) format("woff")}@font-face{font-family:Open Sans;font-style:italic;font-display:swap;font-weight:400;src:local("Open Sans Regular italic"),local("Open Sans-Regularitalic"),url(/assets/open-sans-latin-400italic-DpGQ6Ktj.woff2) format("woff2"),url(/assets/open-sans-latin-400italic-UJbezL8h.woff) format("woff")}@font-face{font-family:Open Sans;font-style:normal;font-display:swap;font-weight:600;src:local("Open Sans SemiBold "),local("Open Sans-SemiBold"),url(/assets/open-sans-latin-600-CCvT4JHQ.woff2) format("woff2"),url(/assets/open-sans-latin-600-DHWfDY-G.woff) format("woff")}@font-face{font-family:Open Sans;font-style:italic;font-display:swap;font-weight:600;src:local("Open Sans SemiBold italic"),local("Open Sans-SemiBolditalic"),url(/assets/open-sans-latin-600italic-slqXzGub.woff2) format("woff2"),url(/assets/open-sans-latin-600italic-X8kCjSq_.woff) format("woff")}@font-face{font-family:Open Sans;font-style:normal;font-display:swap;font-weight:700;src:local("Open Sans Bold "),local("Open Sans-Bold"),url(/assets/open-sans-latin-700-CsbQbrjx.woff2) format("woff2"),url(/assets/open-sans-latin-700-DNl7WOH5.woff) format("woff")}@font-face{font-family:Open Sans;font-style:italic;font-display:swap;font-weight:700;src:local("Open Sans Bold italic"),local("Open Sans-Bolditalic"),url(/assets/open-sans-latin-700italic-BtE7VvhE.woff2) format("woff2"),url(/assets/open-sans-latin-700italic-hc2P_kZo.woff) format("woff")}@font-face{font-family:Open Sans;font-style:normal;font-display:swap;font-weight:800;src:local("Open Sans ExtraBold "),local("Open Sans-ExtraBold"),url(/assets/open-sans-latin-800-CbJOM4_m.woff2) format("woff2"),url(/assets/open-sans-latin-800-XaYTAPrv.woff) format("woff")}@font-face{font-family:Open Sans;font-style:italic;font-display:swap;font-weight:800;src:local("Open Sans ExtraBold italic"),local("Open Sans-ExtraBolditalic"),url(/assets/open-sans-latin-800italic-JIGkTxpX.woff2) format("woff2"),url(/assets/open-sans-latin-800italic-DqvYew-K.woff) format("woff")}@font-face{font-family:Tex Gyre Adventor;font-style:normal;font-display:swap;font-weight:800;src:local("Tex Gyre Adventor Bold"),url(/assets/texgyreadventor-bold-webfont-Ctlu6Olb.woff2) format("woff2"),url(/assets/texgyreadventor-bold-webfont-W_EdyXPK.woff) format("woff")}@font-face{font-family:Tex Gyre Adventor;font-style:italic;font-display:swap;font-weight:800;src:local("Tex Gyre Adventor BoldItalic"),url(/assets/texgyreadventor-bolditalic-webfont-CXRXJebR.woff2) format("woff2"),url(/assets/texgyreadventor-bolditalic-webfont-CtBwdBDU.woff) format("woff")}@font-face{font-family:Tex Gyre Adventor;font-style:italic;font-display:swap;font-weight:400;src:local("Tex Gyre Adventor Italic"),url(/assets/texgyreadventor-italic-webfont-Cj8-RQEf.woff2) format("woff2"),url(/assets/texgyreadventor-italic-webfont-Dim-_MD2.woff) format("woff")}@font-face{font-family:Tex Gyre Adventor;font-style:normal;font-display:swap;font-weight:400;src:local("Tex Gyre Adventor Regular"),url(/assets/texgyreadventor-regular-webfont-B45Ez-K5.woff2) format("woff2"),url(/assets/texgyreadventor-regular-webfont-D0Xy7heU.woff) format("woff")}:root{--pjwd-theme-font-family: Tex Gyre Adventor, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;--pjwd-theme-blue: #0067aa;--pjwd-theme-orange: #ff7600;--pjwd-theme-error: #ff3535;--pjwd-theme-headings-margin-bottom: 0;--pjwd-theme-headings-font-style: normal;--pjwd-theme-headings-font-weight: normal;--pjwd-theme-headings-line-height: 1em;--pjwd-theme-paragraph-margin-bottom: .15rem;--pjwd-theme-link-decoration: none;--pjwd-theme-link-hover-decoration: none;--pjwd-theme-input-font-size: 16px;--pjwd-theme-input-line-height: 32px;--pjwd-theme-input-height: 30px;--pjwd-theme-limited-center-form-width: 580px;--pjwd-theme-limited-content-width: 1280px}:root[data-theme=auto],:root[data-theme=light]{--pjwd-theme-alert-box-color: #2d2d2d;--pjwd-theme-alert-box-bg-color: #e0e0e0;--pjwd-theme-alert-box-border-color: #e0e0e0;--pjwd-theme-alert-box-success-color: #2d2d2d;--pjwd-theme-alert-box-success-bg-color: #e0e0e0;--pjwd-theme-alert-box-success-border-color: #e0e0e0;--pjwd-theme-alert-box-info-color: #e0e0e0;--pjwd-theme-alert-box-info-bg-color: rgb(38.1233766234, 82.2662337662, 116.3766233766);--pjwd-theme-alert-box-info-border-color: #e0e0e0;--pjwd-theme-alert-box-danger-color: #e0e0e0;--pjwd-theme-alert-box-danger-bg-color: #b30202;--pjwd-theme-alert-box-danger-border-color: rgb(153.7817679558, 1.7182320442, 1.7182320442);--pjwd-theme-alert-box-danger-dismiss-color: #2d2d2d;--pjwd-theme-alert-box-danger-dismiss-bg-color: rgb(128.5635359116, 1.4364640884, 1.4364640884);--pjwd-theme-button-standard-bg-color: #d3d3d3;--pjwd-theme-button-standard-text-color: #1a1a1a;--pjwd-theme-button-standard-hover-bg-color: rgb(228.85, 228.85, 228.85);--pjwd-theme-button-standard-hover-text-color: rgb(18.2086956522, 59.1782608696, 86.4913043478);--pjwd-theme-button-action-bg-color: rgb(38.1233766234, 82.2662337662, 116.3766233766);--pjwd-theme-button-action-text-color: #eaeaea;--pjwd-theme-button-action-hover-bg-color: rgb(48.1909090909, 103.9909090909, 147.1090909091);--pjwd-theme-button-action-hover-text-color: rgb(228.85, 228.85, 228.85);--pjwd-theme-button-create-bg-color: #397bae;--pjwd-theme-button-create-text-color: #f0f0f0;--pjwd-theme-button-create-hover-bg-color: rgb(48.1909090909, 103.9909090909, 147.1090909091);--pjwd-theme-button-create-hover-text-color: rgb(64.2, 64.2, 64.2);--pjwd-theme-button-disabled-bg-color: #d3d3d3;--pjwd-theme-button-disabled-text-color: #8d8d8d;--pjwd-theme-button-disabled-hover-bg-color: rgb(228.85, 228.85, 228.85);--pjwd-theme-button-disabled-hover-text-color: rgb(158.85, 158.85, 158.85);--pjwd-theme-button-danger-bg-color: #b30202;--pjwd-theme-button-danger-text-color: #fffdfd;--pjwd-theme-button-danger-hover-bg-color: rgb(214.3055248619, 2.3944751381, 2.3944751381);--pjwd-theme-button-danger-hover-text-color: hsl(0, 100%, 106.6078431373%);--pjwd-theme-checkbox-active-color: #048e04;--pjwd-theme-field-bg-color: #ededed;--pjwd-theme-field-text-color: #404040;--pjwd-theme-field-home-bg-color: #f5f5f5;--pjwd-theme-field-home-text-color: #404040;--pjwd-theme-field-label-color: #404040;--pjwd-theme-field-underline-color: #404040;--pjwd-theme-field-info-bg-color: #404040;--pjwd-theme-field-info-text-color: #f0f0f0;--pjwd-theme-field-focused-bg-color: #f3f3f3;--pjwd-theme-field-focused-label-color: #005389;--pjwd-theme-field-home-focused-bg-color: #f5f5f5;--pjwd-theme-field-home-focused-label-color: #005389;--pjwd-theme-field-focused-underline-color: #005389;--pjwd-theme-field-focused-info-bg-color: #5792c2;--pjwd-theme-field-focused-info-text-color: #f0f0f0;--pjwd-theme-field-error-bg-color: #eedddd;--pjwd-theme-field-error-text-color: #9a2020;--pjwd-theme-field-error-underline-color: #9a2020;--pjwd-theme-input-match-input-autocomplete-typed-color: #404040;--pjwd-theme-input-match-input-autocomplete-typed-bg-color: transparent;--pjwd-theme-input-match-input-autocomplete-untyped-color: #404040;--pjwd-theme-input-match-input-autocomplete-untyped-bg-color: transparent;--pjwd-theme-input-match-matched-item-color: #303030;--pjwd-theme-input-match-matched-item-bg-color: #f3f3f3;--pjwd-theme-input-match-matched-item-hover-color: #303030;--pjwd-theme-input-match-matched-item-hover-bg-color: rgb(227.7, 227.7, 227.7);--pjwd-theme-input-match-matched-item-border-color: #d3d3d3;--pjwd-theme-input-match-matched-item-highlighted-color: #d3d3d3;--pjwd-theme-input-match-matched-item-highlighted-bg-color: #0067aa;--pjwd-theme-input-match-matched-item-highlighted-hover-color: #d3d3d3;--pjwd-theme-input-match-matched-item-highlighted-hover-bg-color: rgb(0, 121.54, 200.6);--pjwd-theme-input-match-matched-item-highlight-color: #f3f3f3;--pjwd-theme-input-match-matched-item-highlight-bg-color: #303030;--pjwd-theme-switch-bg-color: #adc5d8;--pjwd-theme-switch-slider-color: #f0f0f0;--pjwd-theme-switch-active-bg-color: #048e04;--pjwd-theme-switch-active-slider-color: #f0f0f0;--pjwd-theme-tooltip-font-color: #eaeaea;--pjwd-theme-tooltip-bg-color: rgb(38.5, 38.5, 38.5);--pjwd-theme-tooltip-error: #a50000;--pjwd-theme-tooltip-success: #048e04;--pjwd-theme-accordion-header-color: #303030;--pjwd-theme-accordion-header-bg-color: #d3d3d3;--pjwd-theme-accordion-body-color: #272727;--pjwd-theme-accordion-body-bg-color: #d3d3d3;--pjwd-theme-address-finder-loader-bg-color: rgb(0, 118.45, 195.5);--pjwd-theme-address-finder-loader-gradient-color: #0067aa;--pjwd-theme-address-finder-item-color: #272727;--pjwd-theme-address-finder-item-bg-color: #d3d3d3;--pjwd-theme-address-finder-item-hover-color: #f0f0f0;--pjwd-theme-address-finder-item-hover-bg-color: #0067aa;--pjwd-theme-footer-top-color: #eaeaea;--pjwd-theme-footer-top-bg-color: #1a1a1a;--pjwd-theme-footer-top-nav-active-color: #397bae;--pjwd-theme-footer-bottom-color: #2d2d2d;--pjwd-theme-footer-bottom-bg-color: #e0e0e0;--pjwd-theme-footer-bottom-border-color: rgb(229.6, 229.6, 229.6);--pjwd-theme-header-top-color: #fafafa;--pjwd-theme-header-top-bg-color: #1a1a1a;--pjwd-theme-header-link-color: #397bae;--pjwd-theme-header-link-hover-color: #397bae;--pjwd-theme-header-link-active-color: #397bae;--pjwd-theme-header-bottom-color: #2d2d2d;--pjwd-theme-header-bottom-bg-color: #1a1a1a;--pjwd-theme-header-bottom-border-color: #397bae;--pjwd-theme-header-menu-item-color: #ffffff;--pjwd-theme-header-menu-item-active-color: #397bae;--pjwd-theme-header-menu-item-bg-color: #397bae;--pjwd-theme-link-color: #397bae;--pjwd-theme-link-hover-color: rgb(71.7350649351, 141.2493506494, 194.9649350649);--pjwd-theme-loader-icon: #0067aa;--pjwd-theme-loader-text: #303030;--pjwd-theme-loader-install-icon: #0067aa;--pjwd-theme-loader-install-text: #303030;--pjwd-theme-loader-no-bg-icon: #0067aa;--pjwd-theme-loader-no-bg-text: #303030;--pjwd-theme-loader-background: #e0e0e0;--pjwd-theme-loader-icon-success: #16c816;--pjwd-theme-modal-container-bg-color: rgba(0, 0, 0, .3);--pjwd-theme-modal-color: #2d2d2d;--pjwd-theme-modal-bg-color: #e0e0e0;--pjwd-theme-modal-border-color: rgb(206.15, 206.15, 206.15);--pjwd-theme-modal-dismiss-icon-color: #e0e0e0;--pjwd-theme-modal-dismiss-icon-bg-color: #397bae;--pjwd-theme-modal-dismiss-icon-hover-color: #e0e0e0;--pjwd-theme-modal-dismiss-icon-hover-bg-color: rgb(64.0519480519, 136.4805194805, 192.4480519481);--pjwd-theme-modal-header-color: #e0e0e0;--pjwd-theme-modal-header-bg-color: #397bae;--pjwd-theme-modal-body-color: #2d2d2d;--pjwd-theme-modal-body-bg-color: #e0e0e0;--pjwd-theme-modal-footer-color: #e0e0e0;--pjwd-theme-modal-footer-bg-color: #e0e0e0;--pjwd-theme-modal-footer-border-color: #c7c7c7;--pjwd-theme-page-loading-bar-bg: #004368;--pjwd-theme-page-loading-bar-border: #2d2d2d;--pjwd-theme-progress-bar-color: #ffffff;--pjwd-theme-progress-bar-bg-color: #397bae;--pjwd-theme-page-view-sub-color: #2d2d2d;--pjwd-theme-page-view-sub-bg-color: rgb(239.8, 239.8, 239.8);--pjwd-theme-page-view-sub-border-color: rgb(229.6, 229.6, 229.6);--pjwd-theme-pagination-focus-box-shadow: rgba(211, 211, 211, .25);--pjwd-theme-pagination-bg-color: #ececec;--pjwd-theme-pagination-page-link-color: #d3d3d3;--pjwd-theme-pagination-page-link-bg-color: #0067aa;--pjwd-theme-pagination-page-link-border-color: #0067aa;--pjwd-theme-pagination-page-link-hover-color: rgb(228.85, 228.85, 228.85);--pjwd-theme-pagination-page-link-hover-bg-color: rgb(17, 161.2, 255);--pjwd-theme-pagination-page-link-hover-border-color: rgb(17, 161.2, 255);--pjwd-theme-pagination-page-link-active-color: #d3d3d3;--pjwd-theme-pagination-page-link-active-bg-color: rgb(0, 133.9, 221);--pjwd-theme-pagination-page-link-active-border-color: rgb(0, 133.9, 221);--pjwd-theme-pagination-page-link-disabled-color: #8d8d8d;--pjwd-theme-pagination-page-link-disabled-bg-color: #d3d3d3;--pjwd-theme-pagination-page-link-disabled-border-color: #d3d3d3;--pjwd-theme-sidebar-color: #2d2d2d;--pjwd-theme-sidebar-bg-color: #eaeaea;--pjwd-theme-sidebar-close-border-color: #3a7aae;--pjwd-theme-sidebar-item-color: #2d2d2d;--pjwd-theme-sidebar-item-bg-color: rgb(228.9, 228.9, 228.9);--pjwd-theme-sidebar-item-hover-color: #eaeaea;--pjwd-theme-sidebar-item-hover-bg-color: rgb(223.8, 223.8, 223.8);--pjwd-theme-sidebar-item-active-color: #eaeaea;--pjwd-theme-sidebar-item-active-bg-color: #397bae;--pjwd-theme-trail-color: #eaeaea;--pjwd-theme-trail-current-color: #2d2d2d;--pjwd-theme-trail-bg-color: #8d8d8d;--pjwd-theme-trail-hover-color: hsl(0, 0%, 101.7647058824%);--pjwd-theme-trail-separator-color: #2d2d2d;--pjwd-theme-trail-popup-border-color: rgb(128.25, 128.25, 128.25);--pjwd-theme-trail-popup-bg-color: #8d8d8d;--pjwd-theme-trail-popup-link-color: #eaeaea;--pjwd-theme-trail-popup-link-bg-color: #8d8d8d;--pjwd-theme-trail-popup-link-active-color: #2d2d2d;--pjwd-theme-trail-popup-link-active-bg-color: #eaeaea;--pjwd-theme-trail-popup-link-hover-color: hsl(0, 0%, 101.7647058824%);--pjwd-theme-trail-popup-link-hover-bg-color: rgb(128.25, 128.25, 128.25);--pjwd-theme-trail-popup-separator-color: rgb(128.25, 128.25, 128.25);--pjwd-theme-notification-popup-bg-color: rgba(255, 255, 255, .8);--pjwd-theme-notification-popup-color: rgba(0, 0, 0, .8);--pjwd-theme-card-box-shadow: rgba(0, 0, 0, .15);--pjwd-theme-card-color: #2d2d2d;--pjwd-theme-card-bg-color: #ececec;--pjwd-theme-card-border-color: rgba(0, 0, 0, .15);--pjwd-theme-card-header-color: #e0e0e0;--pjwd-theme-card-header-bg-color: #397bae;--pjwd-theme-card-body-color: #2d2d2d;--pjwd-theme-card-body-bg-color: #e0e0e0;--pjwd-theme-card-footer-color: #2d2d2d;--pjwd-theme-card-footer-bg-color: #e0e0e0;--pjwd-theme-card-footer-border-color: #c7c7c7;--pjwd-theme-nav-tabs-color: #2d2d2d;--pjwd-theme-nav-tabs-bg-color: #e0e0e0;--pjwd-theme-nav-tabs-border-color: #d3d3d3;--pjwd-theme-nav-tabs-active-color: #0067aa;--pjwd-theme-nav-tabs-active-bg-color: #e0e0e0;--pjwd-theme-nav-tabs-active-border-color: #d3d3d3 #d3d3d3 #0067aa;--pjwd-theme-nav-tabs-hover-color: #0067aa;--pjwd-theme-nav-tabs-hover-bg-color: #0067aa;--pjwd-theme-nav-tabs-hover-border-color: #d3d3d3 #d3d3d3 #d3d3d3;--pjwd-theme-nav-tabs-disabled-color: #8d8d8d;--pjwd-theme-table-border-color: #2d2d2d;--pjwd-theme-table-row-color: #2d2d2d;--pjwd-theme-table-row-bg-color: #f0f0f0;--pjwd-theme-table-row-hover-color: #2d2d2d;--pjwd-theme-table-row-hover-bg-color: rgb(223.25, 223.25, 223.25);--pjwd-theme-table-row-active-color: #2d2d2d;--pjwd-theme-table-row-active-bg-color: rgb(210.5, 210.5, 210.5);--pjwd-theme-table-row-active-hover-color: #2d2d2d;--pjwd-theme-table-row-active-hover-bg-color: rgb(197.75, 197.75, 197.75);--pjwd-theme-table-row-updated-color: #2d2d2d;--pjwd-theme-table-row-updated-bg-color: #ececec;--pjwd-theme-table-head-hover-color: #0067ab;--pjwd-theme-font-color: #373737;--pjwd-theme-body-color: #EAEAEA;--pjwd-theme-content-bg-color: #fafafa;--pjwd-theme-h-color: #2d2d2d;--pjwd-theme-headings-color: #2d2d2d;--pjwd-theme-headings-color-content: #397bae;--pjwd-theme-site-error-code-grad-from-color: rgb(143.1222707424, 182.4126637555, 214.3777292576);--pjwd-theme-site-error-code-grad-to-color: #3d79a9;--pjwd-theme-site-error-code-shadow-color: rgba(0, 0, 0, .5);--pjwd-theme-site-error-title-color: #2d2d2d;--pjwd-theme-site-error-description-color: #2d2d2d;--pjwd-theme-site-error-title-border-color: rgba(0, 0, 0, .3);--pjwd-theme-about-pjwd-popmenu-color: #2d2d2d;--pjwd-theme-about-pjwd-popmenu-background-color: #e0e0e0;--pjwd-theme-about-pjwd-popmenu-link-color: #ff7600;--pjwd-theme-about-pjwd-popmenu-link-hover-color: rgb(255, 145.4, 51);--pjwd-theme-header-contact-background-color: #397bae;--pjwd-theme-text-color: #eaeaea;--pjwd-theme-border-color: #3a7aae;--pjwd-theme-bg-color: #f5f5f5;--pjwd-theme-pop-up-text-color: #f5f5f5;--pjwd-theme-text-heading-footer-color: #a5adb4;--pjwd-theme-text-body-footer-color: #eaeaea;--pjwd-theme-footer-text-hover-color: #397bae;--pjwd-theme-latest-stock-bg-color: #ffffff;--pjwd-theme-latest-stock-arrow-btn-bg-color: #ffffff;--pjwd-theme-latest-stock-arrow-btn-color: #397bae;--pjwd-theme-latest-stock-header-bg-color: #397bae;--pjwd-theme-latest-stock-header-color: #ffffff;--pjwd-theme-latest-stock-status-flag-bg-color: #397bae;--pjwd-theme-latest-stock-status-flag-color: #ffffff;--pjwd-theme-listing-name-text-color: #171717;--pjwd-theme-listing-name-text-hover-color: rgb(99.5, 99.5, 99.5);--pjwd-theme-listing-value-text-color: #1a1a1a;--pjwd-theme-listing-stat-name-text-color: #ffffff;--pjwd-theme-listing-hover-border-color: #ffffff;--pjwd-theme-listing-sold-status-bg-color: #397bae;--pjwd-theme-car-details-bg-color: #f5f5f5;--pjwd-theme-car-details-white-theme-color: #ffffff;--pjwd-theme-car-details-stat-icon-bg-color: #ffffff;--pjwd-theme-car-details-load-more-btn-color: #397bae;--pjwd-theme-car-details-disclaimer-text-color: #171717;--pjwd-theme-car-details-tooltip-bg-color: #397bae;--pjwd-theme-car-details-tooltip-text-color: #ffffff;--pjwd-theme-car-video-play-button-border-color: #171717;--pjwd-theme-car-video-play-button-color: #ffffff;--pjwd-theme-car-video-play-button-bg-color: #397bae;--pjwd-theme-car-video-play-button-bg-hover-color: rgb(44.4155844156, 95.8441558442, 135.5844155844);--pjwd-theme-sign-up-icon-bg-color: #ffffff;--pjwd-theme-experience-section-font-color: rgb(102.3463687151, 111.3016759777, 126.6536312849);--pjwd-theme-experience-section-stat-font-color: #171717;--pjwd-theme-pop-menu-link-color: #ff7600}:root[data-theme=dark]{--pjwd-theme-alert-box-color: #d3d3d3;--pjwd-theme-alert-box-bg-color: #303030;--pjwd-theme-alert-box-border-color: #303030;--pjwd-theme-alert-box-success-color: #d3d3d3;--pjwd-theme-alert-box-success-bg-color: #2f772f;--pjwd-theme-alert-box-success-border-color: #303030;--pjwd-theme-alert-box-info-color: #d3d3d3;--pjwd-theme-alert-box-info-bg-color: rgb(47.6812227074, 93.7991266376, 131.3187772926);--pjwd-theme-alert-box-info-border-color: rgb(124.4148471616, 170.2751091703, 207.5851528384);--pjwd-theme-alert-box-danger-color: #d3d3d3;--pjwd-theme-alert-box-danger-bg-color: #a21b1b;--pjwd-theme-alert-box-danger-border-color: rgb(118.2857142857, 19.7142857143, 19.7142857143);--pjwd-theme-alert-box-danger-dismiss-color: #d3d3d3;--pjwd-theme-alert-box-danger-dismiss-bg-color: rgb(118.2857142857, 19.7142857143, 19.7142857143);--pjwd-theme-button-standard-bg-color: #b2bac0;--pjwd-theme-button-standard-text-color: #1a1a1a;--pjwd-theme-button-standard-hover-bg-color: rgb(206.05, 211.1357142857, 214.95);--pjwd-theme-button-standard-hover-text-color: rgb(0, 83.9231578947, 130.7);--pjwd-theme-button-action-bg-color: rgb(47.6812227074, 93.7991266376, 131.3187772926);--pjwd-theme-button-action-text-color: #f5f5f5;--pjwd-theme-button-action-hover-bg-color: rgb(68.2925764192, 133.8624454148, 187.2074235808);--pjwd-theme-button-action-hover-text-color: rgb(228.85, 228.85, 228.85);--pjwd-theme-button-create-bg-color: rgb(68.2925764192, 133.8624454148, 187.2074235808);--pjwd-theme-button-create-text-color: #f0f0f0;--pjwd-theme-button-create-hover-bg-color: rgb(68.2925764192, 133.8624454148, 187.2074235808);--pjwd-theme-button-create-hover-text-color: hsl(0, 0%, 101.1176470588%);--pjwd-theme-button-disabled-bg-color: #b2bac0;--pjwd-theme-button-disabled-text-color: #8d8d8d;--pjwd-theme-button-disabled-hover-bg-color: rgb(206.05, 211.1357142857, 214.95);--pjwd-theme-button-disabled-hover-text-color: rgb(158.85, 158.85, 158.85);--pjwd-theme-button-danger-bg-color: #a21b1b;--pjwd-theme-button-danger-text-color: #d3d3d3;--pjwd-theme-button-danger-hover-bg-color: rgb(192.6, 32.1, 32.1);--pjwd-theme-button-danger-hover-text-color: rgb(228.85, 228.85, 228.85);--pjwd-theme-checkbox-active-color: #2f772f;--pjwd-theme-field-bg-color: #3c3c3c;--pjwd-theme-field-text-color: #d0d0d0;--pjwd-theme-field-home-bg-color: #171717;--pjwd-theme-field-home-text-color: #d0d0d0;--pjwd-theme-field-label-color: #d0d0d0;--pjwd-theme-field-underline-color: #d0d0d0;--pjwd-theme-field-info-bg-color: #d0d0d0;--pjwd-theme-field-info-text-color: #303030;--pjwd-theme-field-focused-bg-color: #404040;--pjwd-theme-field-focused-label-color: #3d79a9;--pjwd-theme-field-home-focused-bg-color: rgb(30.65, 30.65, 30.65);--pjwd-theme-field-home-focused-label-color: #3d79a9;--pjwd-theme-field-focused-underline-color: #3d79a9;--pjwd-theme-field-focused-info-bg-color: #3d79a9;--pjwd-theme-field-focused-info-text-color: #404040;--pjwd-theme-field-error-bg-color: #322c2c;--pjwd-theme-field-error-text-color: #ffa6a6;--pjwd-theme-field-error-underline-color: #ffa6a6;--pjwd-theme-input-match-input-autocomplete-typed-color: #d0d0d0;--pjwd-theme-input-match-input-autocomplete-typed-bg-color: transparent;--pjwd-theme-input-match-input-autocomplete-untyped-color: #d0d0d0;--pjwd-theme-input-match-input-autocomplete-untyped-bg-color: transparent;--pjwd-theme-input-match-matched-item-color: #d3d3d3;--pjwd-theme-input-match-matched-item-bg-color: #303030;--pjwd-theme-input-match-matched-item-hover-color: #d3d3d3;--pjwd-theme-input-match-matched-item-hover-bg-color: rgb(63.3, 63.3, 63.3);--pjwd-theme-input-match-matched-item-border-color: #252525;--pjwd-theme-input-match-matched-item-highlighted-color: #2d2d2d;--pjwd-theme-input-match-matched-item-highlighted-bg-color: #ff964b;--pjwd-theme-input-match-matched-item-highlighted-hover-color: #2d2d2d;--pjwd-theme-input-match-matched-item-highlighted-hover-bg-color: rgb(255, 167.85, 105.6);--pjwd-theme-input-match-matched-item-highlight-color: #2d2d2d;--pjwd-theme-input-match-matched-item-highlight-bg-color: #d3d3d3;--pjwd-theme-switch-bg-color: #5b5b5b;--pjwd-theme-switch-slider-color: #d0d0d0;--pjwd-theme-switch-active-bg-color: #2f772f;--pjwd-theme-switch-active-slider-color: #f0f0f0;--pjwd-theme-tooltip-font-color: #f5f5f5;--pjwd-theme-tooltip-bg-color: rgb(22.5, 22.5, 22.5);--pjwd-theme-tooltip-error: #ff8f8f;--pjwd-theme-tooltip-success: #7bc57b;--pjwd-theme-accordion-header-color: #d3d3d3;--pjwd-theme-accordion-header-bg-color: #303030;--pjwd-theme-accordion-body-color: #d3d3d3;--pjwd-theme-accordion-body-bg-color: #272727;--pjwd-theme-address-finder-loader-bg-color: #004368;--pjwd-theme-address-finder-loader-gradient-color: rgb(0, 83.4278846154, 129.5);--pjwd-theme-address-finder-item-color: #d3d3d3;--pjwd-theme-address-finder-item-bg-color: #272727;--pjwd-theme-address-finder-item-hover-color: #d3d3d3;--pjwd-theme-address-finder-item-hover-bg-color: #004368;--pjwd-theme-footer-top-color: #d3d3d3;--pjwd-theme-footer-top-bg-color: rgb(24.9, 24.9, 24.9);--pjwd-theme-footer-top-nav-active-color: #3d79a9;--pjwd-theme-footer-bottom-color: #3d79a9;--pjwd-theme-footer-bottom-bg-color: rgb(19.8, 19.8, 19.8);--pjwd-theme-footer-bottom-border-color: rgb(40.2, 40.2, 40.2);--pjwd-theme-header-top-color: #d3d3d3;--pjwd-theme-header-top-bg-color: #1a1a1a;--pjwd-theme-header-link-color: #3d79a9;--pjwd-theme-header-link-hover-color: #3d79a9;--pjwd-theme-header-link-active-color: #3d79a9;--pjwd-theme-header-bottom-color: #d3d3d3;--pjwd-theme-header-bottom-bg-color: #1a1a1a;--pjwd-theme-header-bottom-border-color: #3d79a9;--pjwd-theme-header-menu-item-color: #ffffff;--pjwd-theme-header-menu-item-active-color: #3d79a9;--pjwd-theme-header-menu-item-bg-color: #3d79a9;--pjwd-theme-link-color: #3d79a9;--pjwd-theme-link-hover-color: rgb(113.1903930131, 162.9925764192, 203.5096069869);--pjwd-theme-loader-icon: #ff8934;--pjwd-theme-loader-text: #e0e0e0;--pjwd-theme-loader-install-icon: #ff8934;--pjwd-theme-loader-install-text: #e0e0e0;--pjwd-theme-loader-no-bg-icon: #ff8934;--pjwd-theme-loader-no-bg-text: #e0e0e0;--pjwd-theme-loader-background: #303030;--pjwd-theme-loader-icon-success: #2f772f;--pjwd-theme-modal-container-bg-color: rgba(0, 0, 0, .4);--pjwd-theme-modal-color: #d3d3d3;--pjwd-theme-modal-bg-color: #303030;--pjwd-theme-modal-border-color: rgb(65.85, 65.85, 65.85);--pjwd-theme-modal-dismiss-icon-color: #d3d3d3;--pjwd-theme-modal-dismiss-icon-bg-color: #3d79a9;--pjwd-theme-modal-dismiss-icon-hover-color: #d3d3d3;--pjwd-theme-modal-dismiss-icon-hover-bg-color: rgb(105.7074235808, 158.1375545852, 200.7925764192);--pjwd-theme-modal-header-color: #d3d3d3;--pjwd-theme-modal-header-bg-color: #3d79a9;--pjwd-theme-modal-body-color: #d3d3d3;--pjwd-theme-modal-body-bg-color: #303030;--pjwd-theme-modal-footer-color: #d3d3d3;--pjwd-theme-modal-footer-bg-color: #303030;--pjwd-theme-modal-footer-border-color: #272727;--pjwd-theme-page-loading-bar-bg: #0067aa;--pjwd-theme-page-loading-bar-border: #fff;--pjwd-theme-progress-bar-color: #ffffff;--pjwd-theme-progress-bar-bg-color: #3d79a9;--pjwd-theme-page-view-sub-color: #d3d3d3;--pjwd-theme-page-view-sub-bg-color: rgb(19.8, 19.8, 19.8);--pjwd-theme-page-view-sub-border-color: rgb(40.2, 40.2, 40.2);--pjwd-theme-pagination-focus-box-shadow: rgba(178, 186, 192, .25);--pjwd-theme-pagination-bg-color: #303030;--pjwd-theme-pagination-page-link-color: #d3d3d3;--pjwd-theme-pagination-page-link-bg-color: #004368;--pjwd-theme-pagination-page-link-border-color: #004368;--pjwd-theme-pagination-page-link-hover-color: rgb(228.85, 228.85, 228.85);--pjwd-theme-pagination-page-link-hover-bg-color: rgb(0, 132.7115384615, 206);--pjwd-theme-pagination-page-link-hover-border-color: rgb(0, 132.7115384615, 206);--pjwd-theme-pagination-page-link-active-color: #d3d3d3;--pjwd-theme-pagination-page-link-active-bg-color: rgb(0, 99.8557692308, 155);--pjwd-theme-pagination-page-link-active-border-color: rgb(0, 99.8557692308, 155);--pjwd-theme-pagination-page-link-disabled-color: #8d8d8d;--pjwd-theme-pagination-page-link-disabled-bg-color: #b2bac0;--pjwd-theme-pagination-page-link-disabled-border-color: #b2bac0;--pjwd-theme-sidebar-color: #d3d3d3;--pjwd-theme-sidebar-bg-color: #1a1a1a;--pjwd-theme-sidebar-close-border-color: #192d3d;--pjwd-theme-sidebar-item-color: #d3d3d3;--pjwd-theme-sidebar-item-bg-color: rgb(31.1, 31.1, 31.1);--pjwd-theme-sidebar-item-hover-color: #1a1a1a;--pjwd-theme-sidebar-item-hover-bg-color: rgb(36.2, 36.2, 36.2);--pjwd-theme-sidebar-item-active-color: #f5f5f5;--pjwd-theme-sidebar-item-active-bg-color: #3d79a9;--pjwd-theme-trail-color: #3d79a9;--pjwd-theme-trail-current-color: #d3d3d3;--pjwd-theme-trail-bg-color: rgb(42.75, 42.75, 42.75);--pjwd-theme-trail-hover-color: rgb(113.1903930131, 162.9925764192, 203.5096069869);--pjwd-theme-trail-separator-color: #d3d3d3;--pjwd-theme-trail-popup-border-color: rgb(55.5, 55.5, 55.5);--pjwd-theme-trail-popup-bg-color: #1e1e1e;--pjwd-theme-trail-popup-link-color: #3d79a9;--pjwd-theme-trail-popup-link-bg-color: rgb(35.1, 35.1, 35.1);--pjwd-theme-trail-popup-link-active-color: #004368;--pjwd-theme-trail-popup-link-active-bg-color: #3d79a9;--pjwd-theme-trail-popup-link-hover-color: rgb(75.4926086957, 139.2230434783, 190.2073913043);--pjwd-theme-trail-popup-link-hover-bg-color: rgb(42.75, 42.75, 42.75);--pjwd-theme-trail-popup-separator-color: rgb(42.75, 42.75, 42.75);--pjwd-theme-notification-popup-bg-color: rgba(0, 0, 0, .8);--pjwd-theme-notification-popup-color: rgba(255, 255, 255, .8);--pjwd-theme-card-box-shadow: rgba(0, 0, 0, .25);--pjwd-theme-card-color: #d3d3d3;--pjwd-theme-card-bg-color: #303030;--pjwd-theme-card-border-color: rgba(0, 0, 0, .25);--pjwd-theme-card-header-color: #d3d3d3;--pjwd-theme-card-header-bg-color: #3d79a9;--pjwd-theme-card-body-color: #d3d3d3;--pjwd-theme-card-body-bg-color: #303030;--pjwd-theme-card-footer-color: #d3d3d3;--pjwd-theme-card-footer-bg-color: #303030;--pjwd-theme-card-footer-border-color: #272727;--pjwd-theme-nav-tabs-color: #3d79a9;--pjwd-theme-nav-tabs-bg-color: #1e1e1e;--pjwd-theme-nav-tabs-border-color: #1e1e1e;--pjwd-theme-nav-tabs-active-color: #3d79a9;--pjwd-theme-nav-tabs-active-bg-color: #1e1e1e;--pjwd-theme-nav-tabs-active-border-color: rgba(0, 0, 0, .25) rgba(0, 0, 0, .25) #3d79a9;--pjwd-theme-nav-tabs-hover-color: rgb(113.1903930131, 162.9925764192, 203.5096069869);--pjwd-theme-nav-tabs-hover-bg-color: #1e1e1e;--pjwd-theme-nav-tabs-hover-border-color: #1e1e1e #1e1e1e #1e1e1e;--pjwd-theme-nav-tabs-disabled-color: #b0b0b0;--pjwd-theme-table-border-color: #1e1e1e;--pjwd-theme-table-row-color: #d3d3d3;--pjwd-theme-table-row-bg-color: #252525;--pjwd-theme-table-row-hover-color: #d3d3d3;--pjwd-theme-table-row-hover-bg-color: rgb(29.35, 29.35, 29.35);--pjwd-theme-table-row-active-color: #d3d3d3;--pjwd-theme-table-row-active-bg-color: rgb(52.3, 52.3, 52.3);--pjwd-theme-table-row-active-hover-color: #d3d3d3;--pjwd-theme-table-row-active-hover-bg-color: rgb(59.95, 59.95, 59.95);--pjwd-theme-table-row-updated-color: #d3d3d3;--pjwd-theme-table-row-updated-bg-color: #004368;--pjwd-theme-table-head-hover-color: rgb(255, 170.825, 110.7);--pjwd-theme-font-color: #EAEAEA;--pjwd-theme-body-color: #212121;--pjwd-theme-content-bg-color: #252525;--pjwd-theme-h-color: #d3d3d3;--pjwd-theme-headings-color: #d3d3d3;--pjwd-theme-headings-color-content: #3d79a9;--pjwd-theme-site-error-code-grad-from-color: rgb(143.1222707424, 182.4126637555, 214.3777292576);--pjwd-theme-site-error-code-grad-to-color: #3d79a9;--pjwd-theme-site-error-code-shadow-color: rgba(255, 255, 255, .2);--pjwd-theme-site-error-title-color: #d3d3d3;--pjwd-theme-site-error-description-color: #d3d3d3;--pjwd-theme-site-error-title-border-color: rgba(255, 255, 255, .1);--pjwd-theme-about-pjwd-popmenu-color: #d3d3d3;--pjwd-theme-about-pjwd-popmenu-background-color: #004368;--pjwd-theme-about-pjwd-popmenu-link-color: #ff7600;--pjwd-theme-about-pjwd-popmenu-link-hover-color: rgb(255, 145.4, 51);--pjwd-theme-header-contact-background-color: #3d79a9;--pjwd-theme-text-color: #1a1a1a;--pjwd-theme-border-color: #192d3d;--pjwd-theme-bg-color: #171717;--pjwd-theme-pop-up-text-color: #ffffff;--pjwd-theme-text-heading-footer-color: #79acdd;--pjwd-theme-text-body-footer-color: #eaeaea;--pjwd-theme-footer-text-hover-color: #5792c2;--pjwd-theme-latest-stock-bg-color: #ffffff;--pjwd-theme-latest-stock-arrow-btn-bg-color: #ffffff;--pjwd-theme-latest-stock-arrow-btn-color: #5792c2;--pjwd-theme-latest-stock-header-bg-color: #3d79a9;--pjwd-theme-latest-stock-header-color: #ffffff;--pjwd-theme-latest-stock-status-flag-bg-color: #3d79a9;--pjwd-theme-latest-stock-status-flag-color: #ffffff;--pjwd-theme-listing-name-text-color: #eaeaea;--pjwd-theme-listing-name-text-hover-color: #c9c9c9;--pjwd-theme-listing-value-text-color: #eaeaea;--pjwd-theme-listing-stat-name-text-color: #eaeaea;--pjwd-theme-listing-hover-border-color: #3a7aae;--pjwd-theme-listing-sold-status-bg-color: #3d79a9;--pjwd-theme-car-details-bg-color: #171717;--pjwd-theme-car-details-white-theme-color: #ffffff;--pjwd-theme-car-details-stat-icon-bg-color: #ffffff;--pjwd-theme-car-details-load-more-btn-color: #5792c2;--pjwd-theme-car-details-disclaimer-text-color: #5792c2;--pjwd-theme-car-details-tooltip-bg-color: #5792c2;--pjwd-theme-car-details-tooltip-text-color: #ffffff;--pjwd-theme-car-video-play-button-border-color: #171717;--pjwd-theme-car-video-play-button-color: #ffffff;--pjwd-theme-car-video-play-button-bg-color: rgb(47.6812227074, 93.7991266376, 131.3187772926);--pjwd-theme-car-video-play-button-bg-hover-color: #5792c2;--pjwd-theme-sign-up-icon-bg-color: #ffffff;--pjwd-theme-experience-section-font-color: #9CA3AF;--pjwd-theme-experience-section-stat-font-color: #ffffff;--pjwd-theme-pop-menu-link-color: #ff7600}@media (prefers-color-scheme: dark){:root[data-theme=auto]{--pjwd-theme-alert-box-color: #d3d3d3;--pjwd-theme-alert-box-bg-color: #303030;--pjwd-theme-alert-box-border-color: #303030;--pjwd-theme-alert-box-success-color: #d3d3d3;--pjwd-theme-alert-box-success-bg-color: #2f772f;--pjwd-theme-alert-box-success-border-color: #303030;--pjwd-theme-alert-box-info-color: #d3d3d3;--pjwd-theme-alert-box-info-bg-color: rgb(47.6812227074, 93.7991266376, 131.3187772926);--pjwd-theme-alert-box-info-border-color: rgb(124.4148471616, 170.2751091703, 207.5851528384);--pjwd-theme-alert-box-danger-color: #d3d3d3;--pjwd-theme-alert-box-danger-bg-color: #a21b1b;--pjwd-theme-alert-box-danger-border-color: rgb(118.2857142857, 19.7142857143, 19.7142857143);--pjwd-theme-alert-box-danger-dismiss-color: #d3d3d3;--pjwd-theme-alert-box-danger-dismiss-bg-color: rgb(118.2857142857, 19.7142857143, 19.7142857143);--pjwd-theme-button-standard-bg-color: #b2bac0;--pjwd-theme-button-standard-text-color: #1a1a1a;--pjwd-theme-button-standard-hover-bg-color: rgb(206.05, 211.1357142857, 214.95);--pjwd-theme-button-standard-hover-text-color: rgb(0, 83.9231578947, 130.7);--pjwd-theme-button-action-bg-color: rgb(47.6812227074, 93.7991266376, 131.3187772926);--pjwd-theme-button-action-text-color: #f5f5f5;--pjwd-theme-button-action-hover-bg-color: rgb(68.2925764192, 133.8624454148, 187.2074235808);--pjwd-theme-button-action-hover-text-color: rgb(228.85, 228.85, 228.85);--pjwd-theme-button-create-bg-color: rgb(68.2925764192, 133.8624454148, 187.2074235808);--pjwd-theme-button-create-text-color: #f0f0f0;--pjwd-theme-button-create-hover-bg-color: rgb(68.2925764192, 133.8624454148, 187.2074235808);--pjwd-theme-button-create-hover-text-color: hsl(0, 0%, 101.1176470588%);--pjwd-theme-button-disabled-bg-color: #b2bac0;--pjwd-theme-button-disabled-text-color: #8d8d8d;--pjwd-theme-button-disabled-hover-bg-color: rgb(206.05, 211.1357142857, 214.95);--pjwd-theme-button-disabled-hover-text-color: rgb(158.85, 158.85, 158.85);--pjwd-theme-button-danger-bg-color: #a21b1b;--pjwd-theme-button-danger-text-color: #d3d3d3;--pjwd-theme-button-danger-hover-bg-color: rgb(192.6, 32.1, 32.1);--pjwd-theme-button-danger-hover-text-color: rgb(228.85, 228.85, 228.85);--pjwd-theme-checkbox-active-color: #2f772f;--pjwd-theme-field-bg-color: #3c3c3c;--pjwd-theme-field-text-color: #d0d0d0;--pjwd-theme-field-home-bg-color: #171717;--pjwd-theme-field-home-text-color: #d0d0d0;--pjwd-theme-field-label-color: #d0d0d0;--pjwd-theme-field-underline-color: #d0d0d0;--pjwd-theme-field-info-bg-color: #d0d0d0;--pjwd-theme-field-info-text-color: #303030;--pjwd-theme-field-focused-bg-color: #404040;--pjwd-theme-field-focused-label-color: #3d79a9;--pjwd-theme-field-home-focused-bg-color: rgb(30.65, 30.65, 30.65);--pjwd-theme-field-home-focused-label-color: #3d79a9;--pjwd-theme-field-focused-underline-color: #3d79a9;--pjwd-theme-field-focused-info-bg-color: #3d79a9;--pjwd-theme-field-focused-info-text-color: #404040;--pjwd-theme-field-error-bg-color: #322c2c;--pjwd-theme-field-error-text-color: #ffa6a6;--pjwd-theme-field-error-underline-color: #ffa6a6;--pjwd-theme-input-match-input-autocomplete-typed-color: #d0d0d0;--pjwd-theme-input-match-input-autocomplete-typed-bg-color: transparent;--pjwd-theme-input-match-input-autocomplete-untyped-color: #d0d0d0;--pjwd-theme-input-match-input-autocomplete-untyped-bg-color: transparent;--pjwd-theme-input-match-matched-item-color: #d3d3d3;--pjwd-theme-input-match-matched-item-bg-color: #303030;--pjwd-theme-input-match-matched-item-hover-color: #d3d3d3;--pjwd-theme-input-match-matched-item-hover-bg-color: rgb(63.3, 63.3, 63.3);--pjwd-theme-input-match-matched-item-border-color: #252525;--pjwd-theme-input-match-matched-item-highlighted-color: #2d2d2d;--pjwd-theme-input-match-matched-item-highlighted-bg-color: #ff964b;--pjwd-theme-input-match-matched-item-highlighted-hover-color: #2d2d2d;--pjwd-theme-input-match-matched-item-highlighted-hover-bg-color: rgb(255, 167.85, 105.6);--pjwd-theme-input-match-matched-item-highlight-color: #2d2d2d;--pjwd-theme-input-match-matched-item-highlight-bg-color: #d3d3d3;--pjwd-theme-switch-bg-color: #5b5b5b;--pjwd-theme-switch-slider-color: #d0d0d0;--pjwd-theme-switch-active-bg-color: #2f772f;--pjwd-theme-switch-active-slider-color: #f0f0f0;--pjwd-theme-tooltip-font-color: #f5f5f5;--pjwd-theme-tooltip-bg-color: rgb(22.5, 22.5, 22.5);--pjwd-theme-tooltip-error: #ff8f8f;--pjwd-theme-tooltip-success: #7bc57b;--pjwd-theme-accordion-header-color: #d3d3d3;--pjwd-theme-accordion-header-bg-color: #303030;--pjwd-theme-accordion-body-color: #d3d3d3;--pjwd-theme-accordion-body-bg-color: #272727;--pjwd-theme-address-finder-loader-bg-color: #004368;--pjwd-theme-address-finder-loader-gradient-color: rgb(0, 83.4278846154, 129.5);--pjwd-theme-address-finder-item-color: #d3d3d3;--pjwd-theme-address-finder-item-bg-color: #272727;--pjwd-theme-address-finder-item-hover-color: #d3d3d3;--pjwd-theme-address-finder-item-hover-bg-color: #004368;--pjwd-theme-footer-top-color: #d3d3d3;--pjwd-theme-footer-top-bg-color: rgb(24.9, 24.9, 24.9);--pjwd-theme-footer-top-nav-active-color: #3d79a9;--pjwd-theme-footer-bottom-color: #3d79a9;--pjwd-theme-footer-bottom-bg-color: rgb(19.8, 19.8, 19.8);--pjwd-theme-footer-bottom-border-color: rgb(40.2, 40.2, 40.2);--pjwd-theme-header-top-color: #d3d3d3;--pjwd-theme-header-top-bg-color: #1a1a1a;--pjwd-theme-header-link-color: #3d79a9;--pjwd-theme-header-link-hover-color: #3d79a9;--pjwd-theme-header-link-active-color: #3d79a9;--pjwd-theme-header-bottom-color: #d3d3d3;--pjwd-theme-header-bottom-bg-color: #1a1a1a;--pjwd-theme-header-bottom-border-color: #3d79a9;--pjwd-theme-header-menu-item-color: #ffffff;--pjwd-theme-header-menu-item-active-color: #3d79a9;--pjwd-theme-header-menu-item-bg-color: #3d79a9;--pjwd-theme-link-color: #3d79a9;--pjwd-theme-link-hover-color: rgb(113.1903930131, 162.9925764192, 203.5096069869);--pjwd-theme-loader-icon: #ff8934;--pjwd-theme-loader-text: #e0e0e0;--pjwd-theme-loader-install-icon: #ff8934;--pjwd-theme-loader-install-text: #e0e0e0;--pjwd-theme-loader-no-bg-icon: #ff8934;--pjwd-theme-loader-no-bg-text: #e0e0e0;--pjwd-theme-loader-background: #303030;--pjwd-theme-loader-icon-success: #2f772f;--pjwd-theme-modal-container-bg-color: rgba(0, 0, 0, .4);--pjwd-theme-modal-color: #d3d3d3;--pjwd-theme-modal-bg-color: #303030;--pjwd-theme-modal-border-color: rgb(65.85, 65.85, 65.85);--pjwd-theme-modal-dismiss-icon-color: #d3d3d3;--pjwd-theme-modal-dismiss-icon-bg-color: #3d79a9;--pjwd-theme-modal-dismiss-icon-hover-color: #d3d3d3;--pjwd-theme-modal-dismiss-icon-hover-bg-color: rgb(105.7074235808, 158.1375545852, 200.7925764192);--pjwd-theme-modal-header-color: #d3d3d3;--pjwd-theme-modal-header-bg-color: #3d79a9;--pjwd-theme-modal-body-color: #d3d3d3;--pjwd-theme-modal-body-bg-color: #303030;--pjwd-theme-modal-footer-color: #d3d3d3;--pjwd-theme-modal-footer-bg-color: #303030;--pjwd-theme-modal-footer-border-color: #272727;--pjwd-theme-page-loading-bar-bg: #0067aa;--pjwd-theme-page-loading-bar-border: #fff;--pjwd-theme-progress-bar-color: #ffffff;--pjwd-theme-progress-bar-bg-color: #3d79a9;--pjwd-theme-page-view-sub-color: #d3d3d3;--pjwd-theme-page-view-sub-bg-color: rgb(19.8, 19.8, 19.8);--pjwd-theme-page-view-sub-border-color: rgb(40.2, 40.2, 40.2);--pjwd-theme-pagination-focus-box-shadow: rgba(178, 186, 192, .25);--pjwd-theme-pagination-bg-color: #303030;--pjwd-theme-pagination-page-link-color: #d3d3d3;--pjwd-theme-pagination-page-link-bg-color: #004368;--pjwd-theme-pagination-page-link-border-color: #004368;--pjwd-theme-pagination-page-link-hover-color: rgb(228.85, 228.85, 228.85);--pjwd-theme-pagination-page-link-hover-bg-color: rgb(0, 132.7115384615, 206);--pjwd-theme-pagination-page-link-hover-border-color: rgb(0, 132.7115384615, 206);--pjwd-theme-pagination-page-link-active-color: #d3d3d3;--pjwd-theme-pagination-page-link-active-bg-color: rgb(0, 99.8557692308, 155);--pjwd-theme-pagination-page-link-active-border-color: rgb(0, 99.8557692308, 155);--pjwd-theme-pagination-page-link-disabled-color: #8d8d8d;--pjwd-theme-pagination-page-link-disabled-bg-color: #b2bac0;--pjwd-theme-pagination-page-link-disabled-border-color: #b2bac0;--pjwd-theme-sidebar-color: #d3d3d3;--pjwd-theme-sidebar-bg-color: #1a1a1a;--pjwd-theme-sidebar-close-border-color: #192d3d;--pjwd-theme-sidebar-item-color: #d3d3d3;--pjwd-theme-sidebar-item-bg-color: rgb(31.1, 31.1, 31.1);--pjwd-theme-sidebar-item-hover-color: #1a1a1a;--pjwd-theme-sidebar-item-hover-bg-color: rgb(36.2, 36.2, 36.2);--pjwd-theme-sidebar-item-active-color: #f5f5f5;--pjwd-theme-sidebar-item-active-bg-color: #3d79a9;--pjwd-theme-trail-color: #3d79a9;--pjwd-theme-trail-current-color: #d3d3d3;--pjwd-theme-trail-bg-color: rgb(42.75, 42.75, 42.75);--pjwd-theme-trail-hover-color: rgb(113.1903930131, 162.9925764192, 203.5096069869);--pjwd-theme-trail-separator-color: #d3d3d3;--pjwd-theme-trail-popup-border-color: rgb(55.5, 55.5, 55.5);--pjwd-theme-trail-popup-bg-color: #1e1e1e;--pjwd-theme-trail-popup-link-color: #3d79a9;--pjwd-theme-trail-popup-link-bg-color: rgb(35.1, 35.1, 35.1);--pjwd-theme-trail-popup-link-active-color: #004368;--pjwd-theme-trail-popup-link-active-bg-color: #3d79a9;--pjwd-theme-trail-popup-link-hover-color: rgb(75.4926086957, 139.2230434783, 190.2073913043);--pjwd-theme-trail-popup-link-hover-bg-color: rgb(42.75, 42.75, 42.75);--pjwd-theme-trail-popup-separator-color: rgb(42.75, 42.75, 42.75);--pjwd-theme-notification-popup-bg-color: rgba(0, 0, 0, .8);--pjwd-theme-notification-popup-color: rgba(255, 255, 255, .8);--pjwd-theme-card-box-shadow: rgba(0, 0, 0, .25);--pjwd-theme-card-color: #d3d3d3;--pjwd-theme-card-bg-color: #303030;--pjwd-theme-card-border-color: rgba(0, 0, 0, .25);--pjwd-theme-card-header-color: #d3d3d3;--pjwd-theme-card-header-bg-color: #3d79a9;--pjwd-theme-card-body-color: #d3d3d3;--pjwd-theme-card-body-bg-color: #303030;--pjwd-theme-card-footer-color: #d3d3d3;--pjwd-theme-card-footer-bg-color: #303030;--pjwd-theme-card-footer-border-color: #272727;--pjwd-theme-nav-tabs-color: #3d79a9;--pjwd-theme-nav-tabs-bg-color: #1e1e1e;--pjwd-theme-nav-tabs-border-color: #1e1e1e;--pjwd-theme-nav-tabs-active-color: #3d79a9;--pjwd-theme-nav-tabs-active-bg-color: #1e1e1e;--pjwd-theme-nav-tabs-active-border-color: rgba(0, 0, 0, .25) rgba(0, 0, 0, .25) #3d79a9;--pjwd-theme-nav-tabs-hover-color: rgb(113.1903930131, 162.9925764192, 203.5096069869);--pjwd-theme-nav-tabs-hover-bg-color: #1e1e1e;--pjwd-theme-nav-tabs-hover-border-color: #1e1e1e #1e1e1e #1e1e1e;--pjwd-theme-nav-tabs-disabled-color: #b0b0b0;--pjwd-theme-table-border-color: #1e1e1e;--pjwd-theme-table-row-color: #d3d3d3;--pjwd-theme-table-row-bg-color: #252525;--pjwd-theme-table-row-hover-color: #d3d3d3;--pjwd-theme-table-row-hover-bg-color: rgb(29.35, 29.35, 29.35);--pjwd-theme-table-row-active-color: #d3d3d3;--pjwd-theme-table-row-active-bg-color: rgb(52.3, 52.3, 52.3);--pjwd-theme-table-row-active-hover-color: #d3d3d3;--pjwd-theme-table-row-active-hover-bg-color: rgb(59.95, 59.95, 59.95);--pjwd-theme-table-row-updated-color: #d3d3d3;--pjwd-theme-table-row-updated-bg-color: #004368;--pjwd-theme-table-head-hover-color: rgb(255, 170.825, 110.7);--pjwd-theme-font-color: #EAEAEA;--pjwd-theme-body-color: #212121;--pjwd-theme-content-bg-color: #252525;--pjwd-theme-h-color: #d3d3d3;--pjwd-theme-headings-color: #d3d3d3;--pjwd-theme-headings-color-content: #3d79a9;--pjwd-theme-site-error-code-grad-from-color: rgb(143.1222707424, 182.4126637555, 214.3777292576);--pjwd-theme-site-error-code-grad-to-color: #3d79a9;--pjwd-theme-site-error-code-shadow-color: rgba(255, 255, 255, .2);--pjwd-theme-site-error-title-color: #d3d3d3;--pjwd-theme-site-error-description-color: #d3d3d3;--pjwd-theme-site-error-title-border-color: rgba(255, 255, 255, .1);--pjwd-theme-about-pjwd-popmenu-color: #d3d3d3;--pjwd-theme-about-pjwd-popmenu-background-color: #004368;--pjwd-theme-about-pjwd-popmenu-link-color: #ff7600;--pjwd-theme-about-pjwd-popmenu-link-hover-color: rgb(255, 145.4, 51);--pjwd-theme-header-contact-background-color: #3d79a9;--pjwd-theme-text-color: #1a1a1a;--pjwd-theme-border-color: #192d3d;--pjwd-theme-bg-color: #171717;--pjwd-theme-pop-up-text-color: #ffffff;--pjwd-theme-text-heading-footer-color: #79acdd;--pjwd-theme-text-body-footer-color: #eaeaea;--pjwd-theme-footer-text-hover-color: #5792c2;--pjwd-theme-latest-stock-bg-color: #ffffff;--pjwd-theme-latest-stock-arrow-btn-bg-color: #ffffff;--pjwd-theme-latest-stock-arrow-btn-color: #5792c2;--pjwd-theme-latest-stock-header-bg-color: #3d79a9;--pjwd-theme-latest-stock-header-color: #ffffff;--pjwd-theme-latest-stock-status-flag-bg-color: #3d79a9;--pjwd-theme-latest-stock-status-flag-color: #ffffff;--pjwd-theme-listing-name-text-color: #eaeaea;--pjwd-theme-listing-name-text-hover-color: #c9c9c9;--pjwd-theme-listing-value-text-color: #eaeaea;--pjwd-theme-listing-stat-name-text-color: #eaeaea;--pjwd-theme-listing-hover-border-color: #3a7aae;--pjwd-theme-listing-sold-status-bg-color: #3d79a9;--pjwd-theme-car-details-bg-color: #171717;--pjwd-theme-car-details-white-theme-color: #ffffff;--pjwd-theme-car-details-stat-icon-bg-color: #ffffff;--pjwd-theme-car-details-load-more-btn-color: #5792c2;--pjwd-theme-car-details-disclaimer-text-color: #5792c2;--pjwd-theme-car-details-tooltip-bg-color: #5792c2;--pjwd-theme-car-details-tooltip-text-color: #ffffff;--pjwd-theme-car-video-play-button-border-color: #171717;--pjwd-theme-car-video-play-button-color: #ffffff;--pjwd-theme-car-video-play-button-bg-color: rgb(47.6812227074, 93.7991266376, 131.3187772926);--pjwd-theme-car-video-play-button-bg-hover-color: #5792c2;--pjwd-theme-sign-up-icon-bg-color: #ffffff;--pjwd-theme-experience-section-font-color: #9CA3AF;--pjwd-theme-experience-section-stat-font-color: #ffffff;--pjwd-theme-pop-menu-link-color: #ff7600}}:root{--pjwd-theme-border-radius: .25rem;--pjwd-theme-border-width: 1px;--pjwd-theme-line-height-base: 1.5}*,*:before,*:after{box-sizing:border-box}@media (prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--pjwd-theme-font-family);font-size:var(--root-font-size);font-weight:400;line-height:1.4em;color:var(--pjwd-theme-font-color);text-align:left;background-color:var(--pjwd-theme-body-color);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:var(--pjwd-theme-headings-margin-bottom);font-family:var(--pjwd-theme-headings-font-family);font-style:var(--pjwd-theme-headings-font-style);font-weight:var(--pjwd-theme-headings-font-weight);line-height:var(--pjwd-theme-headings-line-height);color:var(--pjwd-theme-headings-color)}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{color:var(--pjwd-theme-h-color)}h1.page-title,h2.page-title,h3.page-title,h4.page-title,h5.page-title,h6.page-title,.h1.page-title,.h2.page-title,.h3.page-title,.h4.page-title,.h5.page-title,.h6.page-title{margin-bottom:1rem}h1,.h1{font-size:40px;line-height:46px}h2,.h2{font-size:32px;line-height:38px}h3,.h3{font-size:28px;line-height:34px}h4,.h4{font-size:24px;line-height:30px}h5,.h5{font-size:20px;line-height:26px}h6,.h6{font-size:16px;line-height:22px}p{margin-top:0;margin-bottom:var(--pjwd-theme-paragraph-margin-bottom)}::-ms-reveal{display:none}abbr[title],abbr[data-bs-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem;margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}b,strong{font-weight:bolder}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a,span.href{cursor:pointer;color:var(--pjwd-theme-link-color);-webkit-text-decoration:var(--pjwd-theme-link-decoration);text-decoration:var(--pjwd-theme-link-decoration);transition:color .3s ease-out}a:hover,span.href:hover{color:var(--pjwd-theme-link-hover-color);-webkit-text-decoration:var(--pjwd-theme-link-hover-decoration);text-decoration:var(--pjwd-theme-link-hover-decoration)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}iframe{border:0}summary{display:list-item;cursor:pointer}[hidden]{display:none!important}:root{--root-font-size: "16px"}.hide,.d-none{display:none!important}a.isActive{cursor:pointer}a.isExactActive{cursor:default}.limited-content{width:100%;max-width:var(--pjwd-theme-limited-content-width);margin:0 auto}.limited-center-form{width:100%;max-width:var(--pjwd-theme-limited-center-form-width);margin:0 auto}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!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}@media (min-width: 576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!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}}@media (min-width: 768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!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}}@media (min-width: 992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!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}}@media (min-width: 1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media (min-width: 1400px){.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}}@media (min-width: 1600px){.d-xxxl-none{display:none!important}.d-xxxl-inline{display:inline!important}.d-xxxl-inline-block{display:inline-block!important}.d-xxxl-block{display:block!important}.d-xxxl-table{display:table!important}.d-xxxl-table-row{display:table-row!important}.d-xxxl-table-cell{display:table-cell!important}.d-xxxl-flex{display:flex!important}.d-xxxl-inline-flex{display:inline-flex!important}}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width: 576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width: 768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width: 992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width: 1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width: 1400px){.text-xxl-left{text-align:left!important}.text-xxl-right{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width: 1600px){.text-xxxl-left{text-align:left!important}.text-xxxl-right{text-align:right!important}.text-xxxl-center{text-align:center!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-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!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}.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}.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}@media (min-width: 576px){.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-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!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}.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}.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}}@media (min-width: 768px){.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-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!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}.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}.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}}@media (min-width: 992px){.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-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!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}.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}.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}}@media (min-width: 1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}@media (min-width: 1400px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}}@media (min-width: 1600px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}}.container,.container-fluid,.container-xxxl,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{width:100%;padding-right:.75rem;padding-left:.75rem;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container-sm,.container{max-width:540px}}@media (min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media (min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media (min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media (min-width: 1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}@media (min-width: 1600px){.container-xxxl,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1920px}}.row{--gutter-x: 1.5rem;--gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--gutter-y));margin-right:calc(-.5 * var(--gutter-x));margin-left:calc(-.5 * var(--gutter-x))}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:divide(100%,1)}.row-cols-2>*{flex:0 0 auto;width:divide(100%,2)}.row-cols-3>*{flex:0 0 auto;width:divide(100%,3)}.row-cols-4>*{flex:0 0 auto;width:divide(100%,4)}.row-cols-5>*{flex:0 0 auto;width:divide(100%,5)}.row-cols-6>*{flex:0 0 auto;width:divide(100%,6)}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.3333333333%}.col-2{flex:0 0 auto;width:16.6666666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.3333333333%}.col-5{flex:0 0 auto;width:41.6666666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.3333333333%}.col-8{flex:0 0 auto;width:66.6666666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.3333333333%}.col-11{flex:0 0 auto;width:91.6666666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}.g-0,.gx-0{--gutter-x: 0}.g-0,.gy-0{--gutter-y: 0}.g-1,.gx-1{--gutter-x: .25rem}.g-1,.gy-1{--gutter-y: .25rem}.g-2,.gx-2{--gutter-x: .5rem}.g-2,.gy-2{--gutter-y: .5rem}.g-3,.gx-3{--gutter-x: 1rem}.g-3,.gy-3{--gutter-y: 1rem}.g-4,.gx-4{--gutter-x: 1.5rem}.g-4,.gy-4{--gutter-y: 1.5rem}.g-5,.gx-5{--gutter-x: 3rem}.g-5,.gy-5{--gutter-y: 3rem}@media (min-width: 576px){.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:divide(100%,1)}.row-cols-sm-2>*{flex:0 0 auto;width:divide(100%,2)}.row-cols-sm-3>*{flex:0 0 auto;width:divide(100%,3)}.row-cols-sm-4>*{flex:0 0 auto;width:divide(100%,4)}.row-cols-sm-5>*{flex:0 0 auto;width:divide(100%,5)}.row-cols-sm-6>*{flex:0 0 auto;width:divide(100%,6)}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.3333333333%}.col-sm-2{flex:0 0 auto;width:16.6666666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.3333333333%}.col-sm-5{flex:0 0 auto;width:41.6666666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.3333333333%}.col-sm-8{flex:0 0 auto;width:66.6666666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.3333333333%}.col-sm-11{flex:0 0 auto;width:91.6666666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}.g-sm-0,.gx-sm-0{--gutter-x: 0}.g-sm-0,.gy-sm-0{--gutter-y: 0}.g-sm-1,.gx-sm-1{--gutter-x: .25rem}.g-sm-1,.gy-sm-1{--gutter-y: .25rem}.g-sm-2,.gx-sm-2{--gutter-x: .5rem}.g-sm-2,.gy-sm-2{--gutter-y: .5rem}.g-sm-3,.gx-sm-3{--gutter-x: 1rem}.g-sm-3,.gy-sm-3{--gutter-y: 1rem}.g-sm-4,.gx-sm-4{--gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--gutter-x: 3rem}.g-sm-5,.gy-sm-5{--gutter-y: 3rem}}@media (min-width: 768px){.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:divide(100%,1)}.row-cols-md-2>*{flex:0 0 auto;width:divide(100%,2)}.row-cols-md-3>*{flex:0 0 auto;width:divide(100%,3)}.row-cols-md-4>*{flex:0 0 auto;width:divide(100%,4)}.row-cols-md-5>*{flex:0 0 auto;width:divide(100%,5)}.row-cols-md-6>*{flex:0 0 auto;width:divide(100%,6)}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.3333333333%}.col-md-2{flex:0 0 auto;width:16.6666666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.3333333333%}.col-md-5{flex:0 0 auto;width:41.6666666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.3333333333%}.col-md-8{flex:0 0 auto;width:66.6666666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.3333333333%}.col-md-11{flex:0 0 auto;width:91.6666666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}.g-md-0,.gx-md-0{--gutter-x: 0}.g-md-0,.gy-md-0{--gutter-y: 0}.g-md-1,.gx-md-1{--gutter-x: .25rem}.g-md-1,.gy-md-1{--gutter-y: .25rem}.g-md-2,.gx-md-2{--gutter-x: .5rem}.g-md-2,.gy-md-2{--gutter-y: .5rem}.g-md-3,.gx-md-3{--gutter-x: 1rem}.g-md-3,.gy-md-3{--gutter-y: 1rem}.g-md-4,.gx-md-4{--gutter-x: 1.5rem}.g-md-4,.gy-md-4{--gutter-y: 1.5rem}.g-md-5,.gx-md-5{--gutter-x: 3rem}.g-md-5,.gy-md-5{--gutter-y: 3rem}}@media (min-width: 992px){.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:divide(100%,1)}.row-cols-lg-2>*{flex:0 0 auto;width:divide(100%,2)}.row-cols-lg-3>*{flex:0 0 auto;width:divide(100%,3)}.row-cols-lg-4>*{flex:0 0 auto;width:divide(100%,4)}.row-cols-lg-5>*{flex:0 0 auto;width:divide(100%,5)}.row-cols-lg-6>*{flex:0 0 auto;width:divide(100%,6)}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.3333333333%}.col-lg-2{flex:0 0 auto;width:16.6666666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.3333333333%}.col-lg-5{flex:0 0 auto;width:41.6666666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.3333333333%}.col-lg-8{flex:0 0 auto;width:66.6666666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.3333333333%}.col-lg-11{flex:0 0 auto;width:91.6666666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}.g-lg-0,.gx-lg-0{--gutter-x: 0}.g-lg-0,.gy-lg-0{--gutter-y: 0}.g-lg-1,.gx-lg-1{--gutter-x: .25rem}.g-lg-1,.gy-lg-1{--gutter-y: .25rem}.g-lg-2,.gx-lg-2{--gutter-x: .5rem}.g-lg-2,.gy-lg-2{--gutter-y: .5rem}.g-lg-3,.gx-lg-3{--gutter-x: 1rem}.g-lg-3,.gy-lg-3{--gutter-y: 1rem}.g-lg-4,.gx-lg-4{--gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--gutter-x: 3rem}.g-lg-5,.gy-lg-5{--gutter-y: 3rem}}@media (min-width: 1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:divide(100%,1)}.row-cols-xl-2>*{flex:0 0 auto;width:divide(100%,2)}.row-cols-xl-3>*{flex:0 0 auto;width:divide(100%,3)}.row-cols-xl-4>*{flex:0 0 auto;width:divide(100%,4)}.row-cols-xl-5>*{flex:0 0 auto;width:divide(100%,5)}.row-cols-xl-6>*{flex:0 0 auto;width:divide(100%,6)}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.3333333333%}.col-xl-2{flex:0 0 auto;width:16.6666666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.3333333333%}.col-xl-5{flex:0 0 auto;width:41.6666666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.3333333333%}.col-xl-8{flex:0 0 auto;width:66.6666666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.3333333333%}.col-xl-11{flex:0 0 auto;width:91.6666666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}.g-xl-0,.gx-xl-0{--gutter-x: 0}.g-xl-0,.gy-xl-0{--gutter-y: 0}.g-xl-1,.gx-xl-1{--gutter-x: .25rem}.g-xl-1,.gy-xl-1{--gutter-y: .25rem}.g-xl-2,.gx-xl-2{--gutter-x: .5rem}.g-xl-2,.gy-xl-2{--gutter-y: .5rem}.g-xl-3,.gx-xl-3{--gutter-x: 1rem}.g-xl-3,.gy-xl-3{--gutter-y: 1rem}.g-xl-4,.gx-xl-4{--gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--gutter-x: 3rem}.g-xl-5,.gy-xl-5{--gutter-y: 3rem}}@media (min-width: 1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:divide(100%,1)}.row-cols-xxl-2>*{flex:0 0 auto;width:divide(100%,2)}.row-cols-xxl-3>*{flex:0 0 auto;width:divide(100%,3)}.row-cols-xxl-4>*{flex:0 0 auto;width:divide(100%,4)}.row-cols-xxl-5>*{flex:0 0 auto;width:divide(100%,5)}.row-cols-xxl-6>*{flex:0 0 auto;width:divide(100%,6)}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.3333333333%}.col-xxl-2{flex:0 0 auto;width:16.6666666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.3333333333%}.col-xxl-5{flex:0 0 auto;width:41.6666666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.3333333333%}.col-xxl-8{flex:0 0 auto;width:66.6666666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.3333333333%}.col-xxl-11{flex:0 0 auto;width:91.6666666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.3333333333%}.offset-xxl-2{margin-left:16.6666666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.3333333333%}.offset-xxl-5{margin-left:41.6666666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.3333333333%}.offset-xxl-8{margin-left:66.6666666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.3333333333%}.offset-xxl-11{margin-left:91.6666666667%}.g-xxl-0,.gx-xxl-0{--gutter-x: 0}.g-xxl-0,.gy-xxl-0{--gutter-y: 0}.g-xxl-1,.gx-xxl-1{--gutter-x: .25rem}.g-xxl-1,.gy-xxl-1{--gutter-y: .25rem}.g-xxl-2,.gx-xxl-2{--gutter-x: .5rem}.g-xxl-2,.gy-xxl-2{--gutter-y: .5rem}.g-xxl-3,.gx-xxl-3{--gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--gutter-y: 3rem}}@media (min-width: 1600px){.col-xxxl{flex:1 0 0%}.row-cols-xxxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxxl-1>*{flex:0 0 auto;width:divide(100%,1)}.row-cols-xxxl-2>*{flex:0 0 auto;width:divide(100%,2)}.row-cols-xxxl-3>*{flex:0 0 auto;width:divide(100%,3)}.row-cols-xxxl-4>*{flex:0 0 auto;width:divide(100%,4)}.row-cols-xxxl-5>*{flex:0 0 auto;width:divide(100%,5)}.row-cols-xxxl-6>*{flex:0 0 auto;width:divide(100%,6)}.col-xxxl-auto{flex:0 0 auto;width:auto}.col-xxxl-1{flex:0 0 auto;width:8.3333333333%}.col-xxxl-2{flex:0 0 auto;width:16.6666666667%}.col-xxxl-3{flex:0 0 auto;width:25%}.col-xxxl-4{flex:0 0 auto;width:33.3333333333%}.col-xxxl-5{flex:0 0 auto;width:41.6666666667%}.col-xxxl-6{flex:0 0 auto;width:50%}.col-xxxl-7{flex:0 0 auto;width:58.3333333333%}.col-xxxl-8{flex:0 0 auto;width:66.6666666667%}.col-xxxl-9{flex:0 0 auto;width:75%}.col-xxxl-10{flex:0 0 auto;width:83.3333333333%}.col-xxxl-11{flex:0 0 auto;width:91.6666666667%}.col-xxxl-12{flex:0 0 auto;width:100%}.offset-xxxl-0{margin-left:0}.offset-xxxl-1{margin-left:8.3333333333%}.offset-xxxl-2{margin-left:16.6666666667%}.offset-xxxl-3{margin-left:25%}.offset-xxxl-4{margin-left:33.3333333333%}.offset-xxxl-5{margin-left:41.6666666667%}.offset-xxxl-6{margin-left:50%}.offset-xxxl-7{margin-left:58.3333333333%}.offset-xxxl-8{margin-left:66.6666666667%}.offset-xxxl-9{margin-left:75%}.offset-xxxl-10{margin-left:83.3333333333%}.offset-xxxl-11{margin-left:91.6666666667%}.g-xxxl-0,.gx-xxxl-0{--gutter-x: 0}.g-xxxl-0,.gy-xxxl-0{--gutter-y: 0}.g-xxxl-1,.gx-xxxl-1{--gutter-x: .25rem}.g-xxxl-1,.gy-xxxl-1{--gutter-y: .25rem}.g-xxxl-2,.gx-xxxl-2{--gutter-x: .5rem}.g-xxxl-2,.gy-xxxl-2{--gutter-y: .5rem}.g-xxxl-3,.gx-xxxl-3{--gutter-x: 1rem}.g-xxxl-3,.gy-xxxl-3{--gutter-y: 1rem}.g-xxxl-4,.gx-xxxl-4{--gutter-x: 1.5rem}.g-xxxl-4,.gy-xxxl-4{--gutter-y: 1.5rem}.g-xxxl-5,.gx-xxxl-5{--gutter-x: 3rem}.g-xxxl-5,.gy-xxxl-5{--gutter-y: 3rem}}#modal-container{font-size:1em;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;color:var(--pjwd-theme-modal-container-color);background-color:var(--pjwd-theme-modal-container-bg-color);z-index:2;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}#modal-container.state--take-picture .modal{min-width:100%;min-height:100%;max-height:100%;max-width:100%}#modal-container.state--take-picture .modal .header{display:none}#modal-container.state--take-picture .modal .footer{position:absolute;bottom:0;border-top:0;background-color:transparent;z-index:100;width:100%}#modal-container.state--take-picture .modal .footer .text-sm-left{flex:0 0 auto;width:100%;text-align:center!important}#modal-container.state--take-picture .modal .footer .text-sm-right{display:none}#modal-container .modal{width:50%;min-width:300px;max-height:calc(100% - 2rem);color:var(--pjwd-theme-modal-color);background-color:var(--pjwd-theme-modal-bg-color);border:1px solid var(--pjwd-theme-modal-border-color);border-radius:4px;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;display:flex;flex-direction:column}#modal-container .modal .header{position:sticky;display:flex;flex-direction:row;align-items:center;padding:1rem;color:var(--pjwd-theme-modal-header-color);background-color:var(--pjwd-theme-modal-header-bg-color);z-index:1}#modal-container .modal .header .title{flex:1;color:var(--pjwd-theme-modal-header-color)}#modal-container .modal .header .dismiss-icon .btn{color:var(--pjwd-theme-modal-dismiss-icon-color);background-color:var(--pjwd-theme-modal-dismiss-icon-bg-color)}#modal-container .modal--loading .header .dismiss-icon{display:none}#modal-container .modal .body{position:relative;flex:1;color:var(--pjwd-theme-modal-body-color);background-color:var(--pjwd-theme-modal-body-bg-color);padding:1rem .5rem;max-height:100%;overflow:auto}#modal-container .modal .footer{position:sticky;color:var(--pjwd-theme-modal-footer-color);background-color:var(--pjwd-theme-modal-footer-bg-color);border-top:1px solid var(--pjwd-theme-modal-footer-border-color);padding:.5rem;display:flex;justify-content:space-between;gap:1rem}body[data-modal=active]{overflow:hidden}.modal-fade-enter-active,.modal-fade-leave-active{transition:opacity .5s ease}.modal-fade-enter-from,.modal-fade-leave-to{opacity:0}@media (min-width: 1024px){#modal-container.state--take-picture .modal{max-width:calc(100% - 2rem);max-height:calc(100% - 2rem);min-width:unset;min-height:unset}#modal-container.state--take-picture .modal .header{display:flex}#modal-container.state--take-picture .modal .footer{position:static;border-top:1px solid var(--pjwd-theme-modal-footer-border-color);background-color:var(--pjwd-theme-modal-footer-bg-color);z-index:1;width:auto}#modal-container.state--take-picture .modal .footer .text-sm-left{flex:1;width:auto;text-align:left!important}#modal-container.state--take-picture .modal .footer .text-sm-right{display:flex}}@media (hover: hover){#modal-container .modal .header .dismiss-icon:hover .btn{color:var(--pjwd-theme-modal-dismiss-icon-hover-color);background-color:var(--pjwd-theme-modal-dismiss-icon-hover-bg-color)}}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:1rem}.m-4{margin:1.5rem}.m-5{margin:3rem}.m-auto{margin:auto}.mx-0{margin-right:0;margin-left:0}.mx-1{margin-right:.25rem;margin-left:.25rem}.mx-2{margin-right:.5rem;margin-left:.5rem}.mx-3{margin-right:1rem;margin-left:1rem}.mx-4{margin-right:1.5rem;margin-left:1.5rem}.mx-5{margin-right:3rem;margin-left:3rem}.mx-auto{margin-right:auto;margin-left:auto}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:1rem;margin-bottom:1rem}.my-4{margin-top:1.5rem;margin-bottom:1.5rem}.my-5{margin-top:3rem;margin-bottom:3rem}.my-auto{margin-top:auto;margin-bottom:auto}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:3rem}.mt-auto{margin-top:auto}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:1rem}.mr-4{margin-right:1.5rem}.mr-5{margin-right:3rem}.mr-auto{margin-right:auto}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:3rem}.mb-auto{margin-bottom:auto}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:1rem}.ml-4{margin-left:1.5rem}.ml-5{margin-left:3rem}.ml-auto{margin-left:auto}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:1rem}.p-4{padding:1.5rem}.p-5{padding:3rem}.px-0{padding-right:0;padding-left:0}.px-1{padding-right:.25rem;padding-left:.25rem}.px-2{padding-right:.5rem;padding-left:.5rem}.px-3{padding-right:1rem;padding-left:1rem}.px-4{padding-right:1.5rem;padding-left:1.5rem}.px-5{padding-right:3rem;padding-left:3rem}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:1rem;padding-bottom:1rem}.py-4{padding-top:1.5rem;padding-bottom:1.5rem}.py-5{padding-top:3rem;padding-bottom:3rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:1rem}.pt-4{padding-top:1.5rem}.pt-5{padding-top:3rem}.pr-0{padding-right:0}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:1rem}.pr-4{padding-right:1.5rem}.pr-5{padding-right:3rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:1rem}.pb-4{padding-bottom:1.5rem}.pb-5{padding-bottom:3rem}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:1rem}.pl-4{padding-left:1.5rem}.pl-5{padding-left:3rem}.m-xs-0{margin:0}.m-xs-1{margin:.25rem}.m-xs-2{margin:.5rem}.m-xs-3{margin:1rem}.m-xs-4{margin:1.5rem}.m-xs-5{margin:3rem}.m-xs-auto{margin:auto}.mx-xs-0{margin-right:0;margin-left:0}.mx-xs-1{margin-right:.25rem;margin-left:.25rem}.mx-xs-2{margin-right:.5rem;margin-left:.5rem}.mx-xs-3{margin-right:1rem;margin-left:1rem}.mx-xs-4{margin-right:1.5rem;margin-left:1.5rem}.mx-xs-5{margin-right:3rem;margin-left:3rem}.mx-xs-auto{margin-right:auto;margin-left:auto}.my-xs-0{margin-top:0;margin-bottom:0}.my-xs-1{margin-top:.25rem;margin-bottom:.25rem}.my-xs-2{margin-top:.5rem;margin-bottom:.5rem}.my-xs-3{margin-top:1rem;margin-bottom:1rem}.my-xs-4{margin-top:1.5rem;margin-bottom:1.5rem}.my-xs-5{margin-top:3rem;margin-bottom:3rem}.my-xs-auto{margin-top:auto;margin-bottom:auto}.mt-xs-0{margin-top:0}.mt-xs-1{margin-top:.25rem}.mt-xs-2{margin-top:.5rem}.mt-xs-3{margin-top:1rem}.mt-xs-4{margin-top:1.5rem}.mt-xs-5{margin-top:3rem}.mt-xs-auto{margin-top:auto}.mr-xs-0{margin-right:0}.mr-xs-1{margin-right:.25rem}.mr-xs-2{margin-right:.5rem}.mr-xs-3{margin-right:1rem}.mr-xs-4{margin-right:1.5rem}.mr-xs-5{margin-right:3rem}.mr-xs-auto{margin-right:auto}.mb-xs-0{margin-bottom:0}.mb-xs-1{margin-bottom:.25rem}.mb-xs-2{margin-bottom:.5rem}.mb-xs-3{margin-bottom:1rem}.mb-xs-4{margin-bottom:1.5rem}.mb-xs-5{margin-bottom:3rem}.mb-xs-auto{margin-bottom:auto}.ml-xs-0{margin-left:0}.ml-xs-1{margin-left:.25rem}.ml-xs-2{margin-left:.5rem}.ml-xs-3{margin-left:1rem}.ml-xs-4{margin-left:1.5rem}.ml-xs-5{margin-left:3rem}.ml-xs-auto{margin-left:auto}.p-xs-0{padding:0}.p-xs-1{padding:.25rem}.p-xs-2{padding:.5rem}.p-xs-3{padding:1rem}.p-xs-4{padding:1.5rem}.p-xs-5{padding:3rem}.px-xs-0{padding-right:0;padding-left:0}.px-xs-1{padding-right:.25rem;padding-left:.25rem}.px-xs-2{padding-right:.5rem;padding-left:.5rem}.px-xs-3{padding-right:1rem;padding-left:1rem}.px-xs-4{padding-right:1.5rem;padding-left:1.5rem}.px-xs-5{padding-right:3rem;padding-left:3rem}.py-xs-0{padding-top:0;padding-bottom:0}.py-xs-1{padding-top:.25rem;padding-bottom:.25rem}.py-xs-2{padding-top:.5rem;padding-bottom:.5rem}.py-xs-3{padding-top:1rem;padding-bottom:1rem}.py-xs-4{padding-top:1.5rem;padding-bottom:1.5rem}.py-xs-5{padding-top:3rem;padding-bottom:3rem}.pt-xs-0{padding-top:0}.pt-xs-1{padding-top:.25rem}.pt-xs-2{padding-top:.5rem}.pt-xs-3{padding-top:1rem}.pt-xs-4{padding-top:1.5rem}.pt-xs-5{padding-top:3rem}.pr-xs-0{padding-right:0}.pr-xs-1{padding-right:.25rem}.pr-xs-2{padding-right:.5rem}.pr-xs-3{padding-right:1rem}.pr-xs-4{padding-right:1.5rem}.pr-xs-5{padding-right:3rem}.pb-xs-0{padding-bottom:0}.pb-xs-1{padding-bottom:.25rem}.pb-xs-2{padding-bottom:.5rem}.pb-xs-3{padding-bottom:1rem}.pb-xs-4{padding-bottom:1.5rem}.pb-xs-5{padding-bottom:3rem}.pl-xs-0{padding-left:0}.pl-xs-1{padding-left:.25rem}.pl-xs-2{padding-left:.5rem}.pl-xs-3{padding-left:1rem}.pl-xs-4{padding-left:1.5rem}.pl-xs-5{padding-left:3rem}@media (min-width: 576px){.m-sm-0{margin:0}.m-sm-1{margin:.25rem}.m-sm-2{margin:.5rem}.m-sm-3{margin:1rem}.m-sm-4{margin:1.5rem}.m-sm-5{margin:3rem}.m-sm-auto{margin:auto}.mx-sm-0{margin-right:0;margin-left:0}.mx-sm-1{margin-right:.25rem;margin-left:.25rem}.mx-sm-2{margin-right:.5rem;margin-left:.5rem}.mx-sm-3{margin-right:1rem;margin-left:1rem}.mx-sm-4{margin-right:1.5rem;margin-left:1.5rem}.mx-sm-5{margin-right:3rem;margin-left:3rem}.mx-sm-auto{margin-right:auto;margin-left:auto}.my-sm-0{margin-top:0;margin-bottom:0}.my-sm-1{margin-top:.25rem;margin-bottom:.25rem}.my-sm-2{margin-top:.5rem;margin-bottom:.5rem}.my-sm-3{margin-top:1rem;margin-bottom:1rem}.my-sm-4{margin-top:1.5rem;margin-bottom:1.5rem}.my-sm-5{margin-top:3rem;margin-bottom:3rem}.my-sm-auto{margin-top:auto;margin-bottom:auto}.mt-sm-0{margin-top:0}.mt-sm-1{margin-top:.25rem}.mt-sm-2{margin-top:.5rem}.mt-sm-3{margin-top:1rem}.mt-sm-4{margin-top:1.5rem}.mt-sm-5{margin-top:3rem}.mt-sm-auto{margin-top:auto}.mr-sm-0{margin-right:0}.mr-sm-1{margin-right:.25rem}.mr-sm-2{margin-right:.5rem}.mr-sm-3{margin-right:1rem}.mr-sm-4{margin-right:1.5rem}.mr-sm-5{margin-right:3rem}.mr-sm-auto{margin-right:auto}.mb-sm-0{margin-bottom:0}.mb-sm-1{margin-bottom:.25rem}.mb-sm-2{margin-bottom:.5rem}.mb-sm-3{margin-bottom:1rem}.mb-sm-4{margin-bottom:1.5rem}.mb-sm-5{margin-bottom:3rem}.mb-sm-auto{margin-bottom:auto}.ml-sm-0{margin-left:0}.ml-sm-1{margin-left:.25rem}.ml-sm-2{margin-left:.5rem}.ml-sm-3{margin-left:1rem}.ml-sm-4{margin-left:1.5rem}.ml-sm-5{margin-left:3rem}.ml-sm-auto{margin-left:auto}.p-sm-0{padding:0}.p-sm-1{padding:.25rem}.p-sm-2{padding:.5rem}.p-sm-3{padding:1rem}.p-sm-4{padding:1.5rem}.p-sm-5{padding:3rem}.px-sm-0{padding-right:0;padding-left:0}.px-sm-1{padding-right:.25rem;padding-left:.25rem}.px-sm-2{padding-right:.5rem;padding-left:.5rem}.px-sm-3{padding-right:1rem;padding-left:1rem}.px-sm-4{padding-right:1.5rem;padding-left:1.5rem}.px-sm-5{padding-right:3rem;padding-left:3rem}.py-sm-0{padding-top:0;padding-bottom:0}.py-sm-1{padding-top:.25rem;padding-bottom:.25rem}.py-sm-2{padding-top:.5rem;padding-bottom:.5rem}.py-sm-3{padding-top:1rem;padding-bottom:1rem}.py-sm-4{padding-top:1.5rem;padding-bottom:1.5rem}.py-sm-5{padding-top:3rem;padding-bottom:3rem}.pt-sm-0{padding-top:0}.pt-sm-1{padding-top:.25rem}.pt-sm-2{padding-top:.5rem}.pt-sm-3{padding-top:1rem}.pt-sm-4{padding-top:1.5rem}.pt-sm-5{padding-top:3rem}.pr-sm-0{padding-right:0}.pr-sm-1{padding-right:.25rem}.pr-sm-2{padding-right:.5rem}.pr-sm-3{padding-right:1rem}.pr-sm-4{padding-right:1.5rem}.pr-sm-5{padding-right:3rem}.pb-sm-0{padding-bottom:0}.pb-sm-1{padding-bottom:.25rem}.pb-sm-2{padding-bottom:.5rem}.pb-sm-3{padding-bottom:1rem}.pb-sm-4{padding-bottom:1.5rem}.pb-sm-5{padding-bottom:3rem}.pl-sm-0{padding-left:0}.pl-sm-1{padding-left:.25rem}.pl-sm-2{padding-left:.5rem}.pl-sm-3{padding-left:1rem}.pl-sm-4{padding-left:1.5rem}.pl-sm-5{padding-left:3rem}}@media (min-width: 768px){.m-md-0{margin:0}.m-md-1{margin:.25rem}.m-md-2{margin:.5rem}.m-md-3{margin:1rem}.m-md-4{margin:1.5rem}.m-md-5{margin:3rem}.m-md-auto{margin:auto}.mx-md-0{margin-right:0;margin-left:0}.mx-md-1{margin-right:.25rem;margin-left:.25rem}.mx-md-2{margin-right:.5rem;margin-left:.5rem}.mx-md-3{margin-right:1rem;margin-left:1rem}.mx-md-4{margin-right:1.5rem;margin-left:1.5rem}.mx-md-5{margin-right:3rem;margin-left:3rem}.mx-md-auto{margin-right:auto;margin-left:auto}.my-md-0{margin-top:0;margin-bottom:0}.my-md-1{margin-top:.25rem;margin-bottom:.25rem}.my-md-2{margin-top:.5rem;margin-bottom:.5rem}.my-md-3{margin-top:1rem;margin-bottom:1rem}.my-md-4{margin-top:1.5rem;margin-bottom:1.5rem}.my-md-5{margin-top:3rem;margin-bottom:3rem}.my-md-auto{margin-top:auto;margin-bottom:auto}.mt-md-0{margin-top:0}.mt-md-1{margin-top:.25rem}.mt-md-2{margin-top:.5rem}.mt-md-3{margin-top:1rem}.mt-md-4{margin-top:1.5rem}.mt-md-5{margin-top:3rem}.mt-md-auto{margin-top:auto}.mr-md-0{margin-right:0}.mr-md-1{margin-right:.25rem}.mr-md-2{margin-right:.5rem}.mr-md-3{margin-right:1rem}.mr-md-4{margin-right:1.5rem}.mr-md-5{margin-right:3rem}.mr-md-auto{margin-right:auto}.mb-md-0{margin-bottom:0}.mb-md-1{margin-bottom:.25rem}.mb-md-2{margin-bottom:.5rem}.mb-md-3{margin-bottom:1rem}.mb-md-4{margin-bottom:1.5rem}.mb-md-5{margin-bottom:3rem}.mb-md-auto{margin-bottom:auto}.ml-md-0{margin-left:0}.ml-md-1{margin-left:.25rem}.ml-md-2{margin-left:.5rem}.ml-md-3{margin-left:1rem}.ml-md-4{margin-left:1.5rem}.ml-md-5{margin-left:3rem}.ml-md-auto{margin-left:auto}.p-md-0{padding:0}.p-md-1{padding:.25rem}.p-md-2{padding:.5rem}.p-md-3{padding:1rem}.p-md-4{padding:1.5rem}.p-md-5{padding:3rem}.px-md-0{padding-right:0;padding-left:0}.px-md-1{padding-right:.25rem;padding-left:.25rem}.px-md-2{padding-right:.5rem;padding-left:.5rem}.px-md-3{padding-right:1rem;padding-left:1rem}.px-md-4{padding-right:1.5rem;padding-left:1.5rem}.px-md-5{padding-right:3rem;padding-left:3rem}.py-md-0{padding-top:0;padding-bottom:0}.py-md-1{padding-top:.25rem;padding-bottom:.25rem}.py-md-2{padding-top:.5rem;padding-bottom:.5rem}.py-md-3{padding-top:1rem;padding-bottom:1rem}.py-md-4{padding-top:1.5rem;padding-bottom:1.5rem}.py-md-5{padding-top:3rem;padding-bottom:3rem}.pt-md-0{padding-top:0}.pt-md-1{padding-top:.25rem}.pt-md-2{padding-top:.5rem}.pt-md-3{padding-top:1rem}.pt-md-4{padding-top:1.5rem}.pt-md-5{padding-top:3rem}.pr-md-0{padding-right:0}.pr-md-1{padding-right:.25rem}.pr-md-2{padding-right:.5rem}.pr-md-3{padding-right:1rem}.pr-md-4{padding-right:1.5rem}.pr-md-5{padding-right:3rem}.pb-md-0{padding-bottom:0}.pb-md-1{padding-bottom:.25rem}.pb-md-2{padding-bottom:.5rem}.pb-md-3{padding-bottom:1rem}.pb-md-4{padding-bottom:1.5rem}.pb-md-5{padding-bottom:3rem}.pl-md-0{padding-left:0}.pl-md-1{padding-left:.25rem}.pl-md-2{padding-left:.5rem}.pl-md-3{padding-left:1rem}.pl-md-4{padding-left:1.5rem}.pl-md-5{padding-left:3rem}}@media (min-width: 992px){.m-lg-0{margin:0}.m-lg-1{margin:.25rem}.m-lg-2{margin:.5rem}.m-lg-3{margin:1rem}.m-lg-4{margin:1.5rem}.m-lg-5{margin:3rem}.m-lg-auto{margin:auto}.mx-lg-0{margin-right:0;margin-left:0}.mx-lg-1{margin-right:.25rem;margin-left:.25rem}.mx-lg-2{margin-right:.5rem;margin-left:.5rem}.mx-lg-3{margin-right:1rem;margin-left:1rem}.mx-lg-4{margin-right:1.5rem;margin-left:1.5rem}.mx-lg-5{margin-right:3rem;margin-left:3rem}.mx-lg-auto{margin-right:auto;margin-left:auto}.my-lg-0{margin-top:0;margin-bottom:0}.my-lg-1{margin-top:.25rem;margin-bottom:.25rem}.my-lg-2{margin-top:.5rem;margin-bottom:.5rem}.my-lg-3{margin-top:1rem;margin-bottom:1rem}.my-lg-4{margin-top:1.5rem;margin-bottom:1.5rem}.my-lg-5{margin-top:3rem;margin-bottom:3rem}.my-lg-auto{margin-top:auto;margin-bottom:auto}.mt-lg-0{margin-top:0}.mt-lg-1{margin-top:.25rem}.mt-lg-2{margin-top:.5rem}.mt-lg-3{margin-top:1rem}.mt-lg-4{margin-top:1.5rem}.mt-lg-5{margin-top:3rem}.mt-lg-auto{margin-top:auto}.mr-lg-0{margin-right:0}.mr-lg-1{margin-right:.25rem}.mr-lg-2{margin-right:.5rem}.mr-lg-3{margin-right:1rem}.mr-lg-4{margin-right:1.5rem}.mr-lg-5{margin-right:3rem}.mr-lg-auto{margin-right:auto}.mb-lg-0{margin-bottom:0}.mb-lg-1{margin-bottom:.25rem}.mb-lg-2{margin-bottom:.5rem}.mb-lg-3{margin-bottom:1rem}.mb-lg-4{margin-bottom:1.5rem}.mb-lg-5{margin-bottom:3rem}.mb-lg-auto{margin-bottom:auto}.ml-lg-0{margin-left:0}.ml-lg-1{margin-left:.25rem}.ml-lg-2{margin-left:.5rem}.ml-lg-3{margin-left:1rem}.ml-lg-4{margin-left:1.5rem}.ml-lg-5{margin-left:3rem}.ml-lg-auto{margin-left:auto}.p-lg-0{padding:0}.p-lg-1{padding:.25rem}.p-lg-2{padding:.5rem}.p-lg-3{padding:1rem}.p-lg-4{padding:1.5rem}.p-lg-5{padding:3rem}.px-lg-0{padding-right:0;padding-left:0}.px-lg-1{padding-right:.25rem;padding-left:.25rem}.px-lg-2{padding-right:.5rem;padding-left:.5rem}.px-lg-3{padding-right:1rem;padding-left:1rem}.px-lg-4{padding-right:1.5rem;padding-left:1.5rem}.px-lg-5{padding-right:3rem;padding-left:3rem}.py-lg-0{padding-top:0;padding-bottom:0}.py-lg-1{padding-top:.25rem;padding-bottom:.25rem}.py-lg-2{padding-top:.5rem;padding-bottom:.5rem}.py-lg-3{padding-top:1rem;padding-bottom:1rem}.py-lg-4{padding-top:1.5rem;padding-bottom:1.5rem}.py-lg-5{padding-top:3rem;padding-bottom:3rem}.pt-lg-0{padding-top:0}.pt-lg-1{padding-top:.25rem}.pt-lg-2{padding-top:.5rem}.pt-lg-3{padding-top:1rem}.pt-lg-4{padding-top:1.5rem}.pt-lg-5{padding-top:3rem}.pr-lg-0{padding-right:0}.pr-lg-1{padding-right:.25rem}.pr-lg-2{padding-right:.5rem}.pr-lg-3{padding-right:1rem}.pr-lg-4{padding-right:1.5rem}.pr-lg-5{padding-right:3rem}.pb-lg-0{padding-bottom:0}.pb-lg-1{padding-bottom:.25rem}.pb-lg-2{padding-bottom:.5rem}.pb-lg-3{padding-bottom:1rem}.pb-lg-4{padding-bottom:1.5rem}.pb-lg-5{padding-bottom:3rem}.pl-lg-0{padding-left:0}.pl-lg-1{padding-left:.25rem}.pl-lg-2{padding-left:.5rem}.pl-lg-3{padding-left:1rem}.pl-lg-4{padding-left:1.5rem}.pl-lg-5{padding-left:3rem}}@media (min-width: 1200px){.m-xl-0{margin:0}.m-xl-1{margin:.25rem}.m-xl-2{margin:.5rem}.m-xl-3{margin:1rem}.m-xl-4{margin:1.5rem}.m-xl-5{margin:3rem}.m-xl-auto{margin:auto}.mx-xl-0{margin-right:0;margin-left:0}.mx-xl-1{margin-right:.25rem;margin-left:.25rem}.mx-xl-2{margin-right:.5rem;margin-left:.5rem}.mx-xl-3{margin-right:1rem;margin-left:1rem}.mx-xl-4{margin-right:1.5rem;margin-left:1.5rem}.mx-xl-5{margin-right:3rem;margin-left:3rem}.mx-xl-auto{margin-right:auto;margin-left:auto}.my-xl-0{margin-top:0;margin-bottom:0}.my-xl-1{margin-top:.25rem;margin-bottom:.25rem}.my-xl-2{margin-top:.5rem;margin-bottom:.5rem}.my-xl-3{margin-top:1rem;margin-bottom:1rem}.my-xl-4{margin-top:1.5rem;margin-bottom:1.5rem}.my-xl-5{margin-top:3rem;margin-bottom:3rem}.my-xl-auto{margin-top:auto;margin-bottom:auto}.mt-xl-0{margin-top:0}.mt-xl-1{margin-top:.25rem}.mt-xl-2{margin-top:.5rem}.mt-xl-3{margin-top:1rem}.mt-xl-4{margin-top:1.5rem}.mt-xl-5{margin-top:3rem}.mt-xl-auto{margin-top:auto}.mr-xl-0{margin-right:0}.mr-xl-1{margin-right:.25rem}.mr-xl-2{margin-right:.5rem}.mr-xl-3{margin-right:1rem}.mr-xl-4{margin-right:1.5rem}.mr-xl-5{margin-right:3rem}.mr-xl-auto{margin-right:auto}.mb-xl-0{margin-bottom:0}.mb-xl-1{margin-bottom:.25rem}.mb-xl-2{margin-bottom:.5rem}.mb-xl-3{margin-bottom:1rem}.mb-xl-4{margin-bottom:1.5rem}.mb-xl-5{margin-bottom:3rem}.mb-xl-auto{margin-bottom:auto}.ml-xl-0{margin-left:0}.ml-xl-1{margin-left:.25rem}.ml-xl-2{margin-left:.5rem}.ml-xl-3{margin-left:1rem}.ml-xl-4{margin-left:1.5rem}.ml-xl-5{margin-left:3rem}.ml-xl-auto{margin-left:auto}.p-xl-0{padding:0}.p-xl-1{padding:.25rem}.p-xl-2{padding:.5rem}.p-xl-3{padding:1rem}.p-xl-4{padding:1.5rem}.p-xl-5{padding:3rem}.px-xl-0{padding-right:0;padding-left:0}.px-xl-1{padding-right:.25rem;padding-left:.25rem}.px-xl-2{padding-right:.5rem;padding-left:.5rem}.px-xl-3{padding-right:1rem;padding-left:1rem}.px-xl-4{padding-right:1.5rem;padding-left:1.5rem}.px-xl-5{padding-right:3rem;padding-left:3rem}.py-xl-0{padding-top:0;padding-bottom:0}.py-xl-1{padding-top:.25rem;padding-bottom:.25rem}.py-xl-2{padding-top:.5rem;padding-bottom:.5rem}.py-xl-3{padding-top:1rem;padding-bottom:1rem}.py-xl-4{padding-top:1.5rem;padding-bottom:1.5rem}.py-xl-5{padding-top:3rem;padding-bottom:3rem}.pt-xl-0{padding-top:0}.pt-xl-1{padding-top:.25rem}.pt-xl-2{padding-top:.5rem}.pt-xl-3{padding-top:1rem}.pt-xl-4{padding-top:1.5rem}.pt-xl-5{padding-top:3rem}.pr-xl-0{padding-right:0}.pr-xl-1{padding-right:.25rem}.pr-xl-2{padding-right:.5rem}.pr-xl-3{padding-right:1rem}.pr-xl-4{padding-right:1.5rem}.pr-xl-5{padding-right:3rem}.pb-xl-0{padding-bottom:0}.pb-xl-1{padding-bottom:.25rem}.pb-xl-2{padding-bottom:.5rem}.pb-xl-3{padding-bottom:1rem}.pb-xl-4{padding-bottom:1.5rem}.pb-xl-5{padding-bottom:3rem}.pl-xl-0{padding-left:0}.pl-xl-1{padding-left:.25rem}.pl-xl-2{padding-left:.5rem}.pl-xl-3{padding-left:1rem}.pl-xl-4{padding-left:1.5rem}.pl-xl-5{padding-left:3rem}}@media (min-width: 1400px){.m-xxl-0{margin:0}.m-xxl-1{margin:.25rem}.m-xxl-2{margin:.5rem}.m-xxl-3{margin:1rem}.m-xxl-4{margin:1.5rem}.m-xxl-5{margin:3rem}.m-xxl-auto{margin:auto}.mx-xxl-0{margin-right:0;margin-left:0}.mx-xxl-1{margin-right:.25rem;margin-left:.25rem}.mx-xxl-2{margin-right:.5rem;margin-left:.5rem}.mx-xxl-3{margin-right:1rem;margin-left:1rem}.mx-xxl-4{margin-right:1.5rem;margin-left:1.5rem}.mx-xxl-5{margin-right:3rem;margin-left:3rem}.mx-xxl-auto{margin-right:auto;margin-left:auto}.my-xxl-0{margin-top:0;margin-bottom:0}.my-xxl-1{margin-top:.25rem;margin-bottom:.25rem}.my-xxl-2{margin-top:.5rem;margin-bottom:.5rem}.my-xxl-3{margin-top:1rem;margin-bottom:1rem}.my-xxl-4{margin-top:1.5rem;margin-bottom:1.5rem}.my-xxl-5{margin-top:3rem;margin-bottom:3rem}.my-xxl-auto{margin-top:auto;margin-bottom:auto}.mt-xxl-0{margin-top:0}.mt-xxl-1{margin-top:.25rem}.mt-xxl-2{margin-top:.5rem}.mt-xxl-3{margin-top:1rem}.mt-xxl-4{margin-top:1.5rem}.mt-xxl-5{margin-top:3rem}.mt-xxl-auto{margin-top:auto}.mr-xxl-0{margin-right:0}.mr-xxl-1{margin-right:.25rem}.mr-xxl-2{margin-right:.5rem}.mr-xxl-3{margin-right:1rem}.mr-xxl-4{margin-right:1.5rem}.mr-xxl-5{margin-right:3rem}.mr-xxl-auto{margin-right:auto}.mb-xxl-0{margin-bottom:0}.mb-xxl-1{margin-bottom:.25rem}.mb-xxl-2{margin-bottom:.5rem}.mb-xxl-3{margin-bottom:1rem}.mb-xxl-4{margin-bottom:1.5rem}.mb-xxl-5{margin-bottom:3rem}.mb-xxl-auto{margin-bottom:auto}.ml-xxl-0{margin-left:0}.ml-xxl-1{margin-left:.25rem}.ml-xxl-2{margin-left:.5rem}.ml-xxl-3{margin-left:1rem}.ml-xxl-4{margin-left:1.5rem}.ml-xxl-5{margin-left:3rem}.ml-xxl-auto{margin-left:auto}.p-xxl-0{padding:0}.p-xxl-1{padding:.25rem}.p-xxl-2{padding:.5rem}.p-xxl-3{padding:1rem}.p-xxl-4{padding:1.5rem}.p-xxl-5{padding:3rem}.px-xxl-0{padding-right:0;padding-left:0}.px-xxl-1{padding-right:.25rem;padding-left:.25rem}.px-xxl-2{padding-right:.5rem;padding-left:.5rem}.px-xxl-3{padding-right:1rem;padding-left:1rem}.px-xxl-4{padding-right:1.5rem;padding-left:1.5rem}.px-xxl-5{padding-right:3rem;padding-left:3rem}.py-xxl-0{padding-top:0;padding-bottom:0}.py-xxl-1{padding-top:.25rem;padding-bottom:.25rem}.py-xxl-2{padding-top:.5rem;padding-bottom:.5rem}.py-xxl-3{padding-top:1rem;padding-bottom:1rem}.py-xxl-4{padding-top:1.5rem;padding-bottom:1.5rem}.py-xxl-5{padding-top:3rem;padding-bottom:3rem}.pt-xxl-0{padding-top:0}.pt-xxl-1{padding-top:.25rem}.pt-xxl-2{padding-top:.5rem}.pt-xxl-3{padding-top:1rem}.pt-xxl-4{padding-top:1.5rem}.pt-xxl-5{padding-top:3rem}.pr-xxl-0{padding-right:0}.pr-xxl-1{padding-right:.25rem}.pr-xxl-2{padding-right:.5rem}.pr-xxl-3{padding-right:1rem}.pr-xxl-4{padding-right:1.5rem}.pr-xxl-5{padding-right:3rem}.pb-xxl-0{padding-bottom:0}.pb-xxl-1{padding-bottom:.25rem}.pb-xxl-2{padding-bottom:.5rem}.pb-xxl-3{padding-bottom:1rem}.pb-xxl-4{padding-bottom:1.5rem}.pb-xxl-5{padding-bottom:3rem}.pl-xxl-0{padding-left:0}.pl-xxl-1{padding-left:.25rem}.pl-xxl-2{padding-left:.5rem}.pl-xxl-3{padding-left:1rem}.pl-xxl-4{padding-left:1.5rem}.pl-xxl-5{padding-left:3rem}}@media (min-width: 1600px){.m-xxxl-0{margin:0}.m-xxxl-1{margin:.25rem}.m-xxxl-2{margin:.5rem}.m-xxxl-3{margin:1rem}.m-xxxl-4{margin:1.5rem}.m-xxxl-5{margin:3rem}.m-xxxl-auto{margin:auto}.mx-xxxl-0{margin-right:0;margin-left:0}.mx-xxxl-1{margin-right:.25rem;margin-left:.25rem}.mx-xxxl-2{margin-right:.5rem;margin-left:.5rem}.mx-xxxl-3{margin-right:1rem;margin-left:1rem}.mx-xxxl-4{margin-right:1.5rem;margin-left:1.5rem}.mx-xxxl-5{margin-right:3rem;margin-left:3rem}.mx-xxxl-auto{margin-right:auto;margin-left:auto}.my-xxxl-0{margin-top:0;margin-bottom:0}.my-xxxl-1{margin-top:.25rem;margin-bottom:.25rem}.my-xxxl-2{margin-top:.5rem;margin-bottom:.5rem}.my-xxxl-3{margin-top:1rem;margin-bottom:1rem}.my-xxxl-4{margin-top:1.5rem;margin-bottom:1.5rem}.my-xxxl-5{margin-top:3rem;margin-bottom:3rem}.my-xxxl-auto{margin-top:auto;margin-bottom:auto}.mt-xxxl-0{margin-top:0}.mt-xxxl-1{margin-top:.25rem}.mt-xxxl-2{margin-top:.5rem}.mt-xxxl-3{margin-top:1rem}.mt-xxxl-4{margin-top:1.5rem}.mt-xxxl-5{margin-top:3rem}.mt-xxxl-auto{margin-top:auto}.mr-xxxl-0{margin-right:0}.mr-xxxl-1{margin-right:.25rem}.mr-xxxl-2{margin-right:.5rem}.mr-xxxl-3{margin-right:1rem}.mr-xxxl-4{margin-right:1.5rem}.mr-xxxl-5{margin-right:3rem}.mr-xxxl-auto{margin-right:auto}.mb-xxxl-0{margin-bottom:0}.mb-xxxl-1{margin-bottom:.25rem}.mb-xxxl-2{margin-bottom:.5rem}.mb-xxxl-3{margin-bottom:1rem}.mb-xxxl-4{margin-bottom:1.5rem}.mb-xxxl-5{margin-bottom:3rem}.mb-xxxl-auto{margin-bottom:auto}.ml-xxxl-0{margin-left:0}.ml-xxxl-1{margin-left:.25rem}.ml-xxxl-2{margin-left:.5rem}.ml-xxxl-3{margin-left:1rem}.ml-xxxl-4{margin-left:1.5rem}.ml-xxxl-5{margin-left:3rem}.ml-xxxl-auto{margin-left:auto}.p-xxxl-0{padding:0}.p-xxxl-1{padding:.25rem}.p-xxxl-2{padding:.5rem}.p-xxxl-3{padding:1rem}.p-xxxl-4{padding:1.5rem}.p-xxxl-5{padding:3rem}.px-xxxl-0{padding-right:0;padding-left:0}.px-xxxl-1{padding-right:.25rem;padding-left:.25rem}.px-xxxl-2{padding-right:.5rem;padding-left:.5rem}.px-xxxl-3{padding-right:1rem;padding-left:1rem}.px-xxxl-4{padding-right:1.5rem;padding-left:1.5rem}.px-xxxl-5{padding-right:3rem;padding-left:3rem}.py-xxxl-0{padding-top:0;padding-bottom:0}.py-xxxl-1{padding-top:.25rem;padding-bottom:.25rem}.py-xxxl-2{padding-top:.5rem;padding-bottom:.5rem}.py-xxxl-3{padding-top:1rem;padding-bottom:1rem}.py-xxxl-4{padding-top:1.5rem;padding-bottom:1.5rem}.py-xxxl-5{padding-top:3rem;padding-bottom:3rem}.pt-xxxl-0{padding-top:0}.pt-xxxl-1{padding-top:.25rem}.pt-xxxl-2{padding-top:.5rem}.pt-xxxl-3{padding-top:1rem}.pt-xxxl-4{padding-top:1.5rem}.pt-xxxl-5{padding-top:3rem}.pr-xxxl-0{padding-right:0}.pr-xxxl-1{padding-right:.25rem}.pr-xxxl-2{padding-right:.5rem}.pr-xxxl-3{padding-right:1rem}.pr-xxxl-4{padding-right:1.5rem}.pr-xxxl-5{padding-right:3rem}.pb-xxxl-0{padding-bottom:0}.pb-xxxl-1{padding-bottom:.25rem}.pb-xxxl-2{padding-bottom:.5rem}.pb-xxxl-3{padding-bottom:1rem}.pb-xxxl-4{padding-bottom:1.5rem}.pb-xxxl-5{padding-bottom:3rem}.pl-xxxl-0{padding-left:0}.pl-xxxl-1{padding-left:.25rem}.pl-xxxl-2{padding-left:.5rem}.pl-xxxl-3{padding-left:1rem}.pl-xxxl-4{padding-left:1.5rem}.pl-xxxl-5{padding-left:3rem}}.w-100{width:100%!important;max-width:100%!important}.h-100{height:100%!important;max-height:100%!important}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:var(--pjwd-theme-card-bg-color);background-clip:border-box;border:1px solid var(--pjwd-theme-card-border-color);border-radius:.25rem;box-shadow:0 1px 4px 2px var(--pjwd-theme-card-box-shadow)}.card--flat{border:1px solid var(--pjwd-theme-card-border-color);box-shadow:none}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{flex:1 1 auto;min-height:1px;padding:1rem;color:var(--pjwd-theme-card-body-color);background-color:var(--pjwd-theme-card-body-bg-color)}.card-title{margin-bottom:1rem}.card-subtitle{margin-top:-.5rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1rem}.card-header{padding:1rem;margin-bottom:0;color:var(--pjwd-theme-card-header-color);background-color:var(--pjwd-theme-card-header-bg-color);border-bottom:1px solid var(--pjwd-theme-card-border-color)}.card-header h1,.card-header h2,.card-header h3,.card-header h4,.card-header h5,.card-header h6{color:var(--pjwd-theme-card-header-color)}.card-header:first-child{border-radius:subtract(.25rem,1px) subtract(.25rem,1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:1rem;color:var(--pjwd-theme-card-footer-color);background-color:var(--pjwd-theme-card-footer-bg-color);border-top:1px solid var(--pjwd-theme-card-border-color)}.card-footer:last-child{border-radius:0 0 subtract(.25rem,1px) subtract(.25rem,1px)}.card-header-tabs{margin-right:-.5rem;margin-bottom:-1rem;margin-left:-.5rem;border-bottom:0}.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem}.card-img{width:100%;border-radius:subtract(.25rem,1px)}.card-img-top{width:100%;border-top-left-radius:subtract(.25rem,1px);border-top-right-radius:subtract(.25rem,1px)}.card-img-bottom{width:100%;border-bottom-right-radius:subtract(.25rem,1px);border-bottom-left-radius:subtract(.25rem,1px)}.card-deck{display:flex;flex-direction:column}.card-deck .card{margin-bottom:.75rem}@media (min-width: 576px){.card-deck{flex-flow:row wrap;margin-right:-.75rem;margin-left:-.75rem}.card-deck .card{display:flex;flex:1 0 0%;flex-direction:column;margin-right:.75rem;margin-bottom:0;margin-left:.75rem}}.accordion>.card{overflow:hidden}.accordion>.card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion>.card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion>.card:first-of-type:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.accordion>.card .card-header{margin-bottom:-1px}.table{width:100%;margin-bottom:1rem;color:var(--pjwd-theme-body-color);background-color:transparent}.table th,.table td{padding:.5rem;vertical-align:top;border-top:1px solid var(--pjwd-theme-table-border-color)}.table thead th{vertical-align:bottom;border-bottom:2px solid var(--pjwd-theme-table-border-color)}.table tbody+tbody{border-top:2px solid var(--pjwd-theme-table-border-color)}.table-scroll{overflow-y:hidden;overflow-x:auto}.table-scroll .table th,.table-scroll .table td{white-space:nowrap}.table-sm th,.table-sm td{padding:.25rem}.table-bordered,.table-bordered th,.table-bordered td{border:1px solid var(--pjwd-theme-table-border-color)}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:transparent}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:var(--pjwd-theme-nav-tabs-color);text-decoration:none}.nav-link:hover,.nav-link:focus{color:var(--pjwd-theme-nav-tabs-hover-color)}.nav-link.disabled{color:var(--pjwd-theme-nav-tabs-disabled-color);pointer-events:none;cursor:default}.nav-tabs{display:flex;flex-direction:row;align-items:center;border-bottom:1px solid var(--pjwd-theme-nav-tabs-border-color)}.nav-tabs+.table-scroll{margin-top:-1px;border:1px solid var(--pjwd-theme-nav-tabs-border-color)}.nav-tabs .nav-link{flex:1;text-align:center;margin-bottom:-1px;background:none;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem;margin-left:.25rem;margin-right:.25rem;cursor:pointer}.nav-tabs .nav-link:first-child{margin-left:0}.nav-tabs .nav-link:last-child{margin-right:0}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:var(--pjwd-theme-nav-tabs-hover-border-color);isolation:isolate}.nav-tabs .nav-link.disabled{color:var(--pjwd-theme-nav-tabs-disabled-color);background-color:transparent;border-color:transparent;cursor:default}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:var(--pjwd-theme-nav-tabs-active-color);background-color:var(--pjwd-theme-nav-tabs-active-bg-color);border-color:var(--pjwd-theme-nav-tabs-active-border-color);cursor:default}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{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}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9:before{padding-top:42.8571428571%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.inner{width:100%;max-width:1920px;min-width:360px;margin:0 auto}.autoWidthHeight{width:100%;height:auto}html{margin:0;padding:0;min-height:100vh}body{margin:0;height:100vh;min-height:100vh;min-width:300px}#pjwd-pwa{position:relative;min-height:100vh;display:grid;grid-template-rows:auto 1fr auto;grid-template-columns:100%;grid-template-areas:"header" "main" "footer"}.app-install-prompt h4.bodyHeading{font-style:italic}main{position:relative;grid-area:main;display:flex;flex-direction:column;background-color:var(--pjwd-theme-body-color);z-index:1;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}main .main-content{flex:1;display:flex;flex-direction:column}main #main-content{display:flex;flex-direction:row;flex:1}main #main-content section.content{position:relative;flex:1;padding:.75rem 1rem;background-color:var(--pjwd-theme-content-bg-color)}
