.navigation-title{color:var(--black);font-family:var(--rockwell-regular);font-size:1.1875rem;line-height:1.75rem;padding:.625rem 1.25rem 3rem}@media (min-width:768px){.navigation-title{padding:1.875rem 1.25rem 3.625rem}}.header-search-bar{align-items:center;display:none;justify-content:center}@media (min-width:768px){.header-search-bar{display:flex}}.header-search-bar__input{background-color:var(--greys-light);border-radius:1.25rem;border:none;height:2.5rem;margin:0 auto;padding:.375rem .9375rem;width:28.75rem}.header-search-bar__input:focus{outline:1px solid var(--outline)}.header-navigation-link{display:block}@media (min-width:768px){.header-navigation-link{display:inline-block}}.header-navigation-link__wrapper{position:relative;padding:.625rem 1.0625rem;border-bottom:1px solid #e1e1e1}@media (min-width:768px){.header-navigation-link__wrapper{display:inline-block;border-bottom:none}.header-navigation-link__wrapper:after{content:"";position:absolute;left:0;bottom:0;height:2px;margin:2px 0 0;background:var(--blues-dark);transition-property:width,opacity;transition-duration:.25s;transition-timing-function:ease-in-out;width:0;opacity:0}.header-navigation-link__wrapper:hover:after{width:100%;opacity:1}}@media (max-width:767px){.header-navigation-link__wrapper{height:60px;position:relative;top:6px}}@media (max-width:767px){.header-navigation-link__wrapper .sub-menu-container.__back-button{height:60px;font-size:17px;font-weight:500;padding-left:15px}}.header-navigation-link__link{margin:0;background:none;border:none;display:flex;justify-content:space-between;align-items:center;width:100%;text-align:left;font-size:1rem;font-family:var(--sourceSans-regular);cursor:pointer;color:var(--black);text-decoration:none;padding:0 .1875rem}.header-navigation-link__link:focus{outline:1px solid var(--outline)}@media (min-width:768px){.header-navigation-link__link{display:inline-block}}@media (max-width:767px){.header-navigation-link__link{font-style:normal;font-weight:600;font-size:16px;line-height:28px;color:#504f53;top:6px;position:relative}}.header-navigation-link__arrow{display:block}@media (min-width:768px){.header-navigation-link__arrow{display:none}}@media (max-width:767px){.header-navigation-link__arrow{position:relative;right:15px}}.navigation-brands-container{margin:auto;max-width:25rem}@media (min-width:768px){.navigation-brands-container{margin:0 -.3125rem;max-width:none}}.navigation-brands-container__wrapper{display:flex;flex-wrap:wrap;padding:10px 1.25rem 0}@media (min-width:768px){.navigation-brands-container__wrapper{margin:0 -.3125rem 2.1875rem}}.navigation-brand-card{display:block;width:33.33333%;margin:-.0625rem}@media (min-width:768px){.navigation-brand-card{width:25%;margin:.3125rem}}@media (min-width:1024px){.navigation-brand-card{width:16.66667%}}.navigation-brand-card__link{border:1px solid var(--greys-medium);background:#fff;display:block;height:100%;color:var(--black);text-decoration:none;text-align:center;padding:.9375rem .9375rem .625rem;overflow:hidden;outline-offset:-.3125rem}.navigation-brand-card__link:focus{outline:1px solid var(--outline)}@media (min-width:768px){.navigation-brand-card__link{outline-offset:0;padding:.3125rem .3125rem .8125rem;max-height:9.0625rem}.navigation-brand-card__link:focus,.navigation-brand-card__link:hover{box-shadow:0 1px 15px 0 rgba(0,0,0,.14)}}.navigation-brand-card__image{height:4.375rem;width:100%;margin-bottom:.3125rem;object-fit:contain}.navigation-brand-card__image-fallback{margin-bottom:.625rem;background-color:var(--white)}.navigation-brand-card__title{height:2.75rem;margin-top:.3125rem;margin-bottom:.625rem;overflow:hidden;text-overflow:ellipsis}.header-submenu{height:0;display:block;opacity:0;visibility:hidden;position:absolute;width:100%;left:0;overflow:hidden;background:var(--greys-lightest);box-shadow:var(--shadow) 0 2px 4px 0 inset;transition:opacity .2s linear}.header-submenu--open{height:auto;visibility:visible;opacity:1}.header-submenu__back-button{display:none}@media (max-width:767px){.header-submenu__back-button{height:60px;font-size:17px;font-weight:500;padding-left:15px}}.header-submenu__arrow{margin-right:.375rem}@media (max-width:767px){.header-submenu{background-color:var(--white);opacity:1;top:3.75rem;bottom:0;overflow-y:auto;z-index:1;box-shadow:none;visibility:hidden}.header-submenu--closing.header-submenu--animate{-webkit-animation:menu-out .3s ease-out;animation:menu-out .3s ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.header-submenu--open.header-submenu--animate{-webkit-animation:menu-in .3s ease-out;animation:menu-in .3s ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.header-submenu__back-button{margin:0;background:none;border:none;font-family:var(--sourceSans-regular);font-size:1rem;color:var(--black);padding:.625rem 1.25rem;display:flex;justify-content:flex-start;align-items:center;width:100%;border-bottom:1px solid var(--greys-light)}.header-submenu__back-button:focus{outline:1px solid var(--outline)}.header-submenu .container{max-width:100%;padding-bottom:3.75rem}}@-webkit-keyframes menu-in{0%{left:100%}to{left:0;visibility:visible}}@keyframes menu-in{0%{left:100%}to{left:0;visibility:visible}}@-webkit-keyframes menu-out{0%{left:0;visibility:visible}to{left:100%}}@keyframes menu-out{0%{left:0;visibility:visible}to{left:100%}}@media (min-width:768px){.navigation-articles-container{display:flex;padding:0 .625rem 1.625rem}}@media (min-width:768px){.header-navigation-link-text{display:none}}@media (max-width:767px){.header-navigation-link-text{padding:1.25rem;border-bottom:.0625rem solid #e1e1e1;color:#5b595e;font-size:1.5rem;line-height:1.75rem;font-weight:600}}@media (min-width:768px){.navigation-article-column{width:25%;padding:0 .625rem}}.navigation-article-column__burger-button{padding:0;margin:0;background:none;border:none}@media (min-width:768px){.navigation-article-column__burger-button{display:none}}@media (max-width:767px){.navigation-article-column__content-wrapper{background:var(--white);position:absolute;overflow-y:auto;width:100%;top:0;bottom:0;z-index:1100;visibility:hidden}.navigation-article-column__content-wrapper--closing.navigation-article-column__content-wrapper--animate{-webkit-animation:menu-out .3s ease-out;animation:menu-out .3s ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.navigation-article-column__content-wrapper--open.navigation-article-column__content-wrapper--animate{-webkit-animation:menu-in .3s ease-out;animation:menu-in .3s ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.navigation-article-column .header-submenu__back-button{height:60px;font-size:17px;font-weight:500;padding-left:15px}}.navigation-article-column__header{line-height:24px;font-size:1.1875rem;font-family:var(--rockwell-regular);font-weight:400;margin:1.25rem 0 1.875rem 1.25rem;letter-spacing:-.04688rem;display:flex;justify-content:space-around;padding-bottom:15px;padding-left:5px;padding-right:3px;border-bottom:1px solid #e5e5e5;height:auto;width:auto}@media (max-width:767px){.navigation-article-column__header{padding-left:20px;padding-right:20px;margin:0;padding-top:10px;border-bottom:none;position:relative;height:70px;top:12px;font-size:24px}}@media (min-width:768px){.navigation-article-column__header{margin:1.875rem 0 .3125rem}}.navigation-article-column__header span.navigation-article-column__arrow{content:"";border:1px solid #5b86a6;border-width:0 2px 2px 0;display:inline-block;padding:3px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);position:relative;top:10px;height:8px;width:8px}@media (max-width:767px){.navigation-article-column__header span.navigation-article-column__arrow{right:20px}}.navigation-article-column__header span.navigation-article-column__arrow--colour-home{border-color:var(--categories-home)}.navigation-article-column__header span.navigation-article-column__arrow--colour-wellness{border-color:var(--categories-wellness)}.navigation-article-column__header span.navigation-article-column__arrow--colour-beauty{border-color:var(--categories-beauty)}.navigation-article-column__header span.navigation-article-column__arrow--colour-family{border-left-color:var(--categories-family)}.navigation-article-column__list{border-top:1px solid var(--greys-light)}@media (min-width:768px){.navigation-article-column__list{border-top:none}}.navigation-article-link{padding:.625rem 1.25rem;border-bottom:1px solid #e1e1e1}.navigation-article-link__link{text-decoration:none;color:var(--black);flex:auto;line-height:24px;display:block}.navigation-article-link__link:focus{outline:1px solid var(--outline)}@media (max-width:767px){.navigation-article-link__link{line-height:28px;color:#5b595e}}@media (min-width:768px){.navigation-article-link{padding:.9375rem .625rem;font-size:1rem;border-bottom:none}.navigation-article-link--bold .navigation-article-link__link{font-family:var(--sourceSans-semibold)}}@media (max-width:767px){.navigation-article-link{color:#474649;line-height:28px}}.header-navigation__list{list-style:none}@media (min-width:768px){.header-navigation__home-link{display:none}}@-webkit-keyframes flyout-in{0%{right:-120%}to{right:0;visibility:visible}}@keyframes flyout-in{0%{right:-120%}to{right:0;visibility:visible}}@-webkit-keyframes flyout-out{0%{right:0;visibility:visible}to{right:-120%}}@keyframes flyout-out{0%{right:0;visibility:visible}to{right:-120%}}.header-account__incentives-button,.header-account__login-link,.header-account__profile-button,.header-account__register-link{box-sizing:border-box;display:flex;justify-content:center;align-items:center;width:1.875rem;height:1.875rem;border-radius:1rem;color:var(--blues-darkest);background-color:var(--blues-light);border:1px solid var(--blues-light);text-decoration:none;padding:0;position:relative;cursor:pointer}@media (min-width:1024px){.header-account__incentives-button,.header-account__login-link,.header-account__profile-button,.header-account__register-link{width:auto;height:2rem;padding:0 1.25rem}}.header-account__incentives-button:focus,.header-account__login-link:focus,.header-account__profile-button:focus,.header-account__register-link:focus{outline:1px solid var(--outline)}.header-account__incentives-button:active,.header-account__login-link:active,.header-account__profile-button:active,.header-account__register-link:active{background-color:var(--blues-medium);color:var(--white)}.header-account__link--hidden,.header-account__login-text,.header-account__profile-text,.header-account__register-text{display:none}@media (min-width:1024px){.header-account__link--hidden,.header-account__login-text,.header-account__profile-text,.header-account__register-text{display:block}}.header-account__login-text,.header-account__profile-text,.header-account__register-text{font-size:.875rem;line-height:2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:8.4375rem}.header-account .header-account__login-icon,.header-account .header-account__profile-icon{width:1rem;height:1rem}.header-account__anonymous{display:flex}.header-account__user{position:relative}.header-account__flyout{background:var(--white);position:fixed;top:0;bottom:0;width:100vw;height:100vh;visibility:hidden}@media (min-width:768px){.header-account__flyout{position:absolute;top:35px;right:0;bottom:auto;border-radius:8px;box-shadow:0 2px 4px 0 var(--shadow);border:1px solid #ededed;min-width:180px;width:100%;height:auto;opacity:0;transition:opacity .1s ease-in}}.header-account__flyout-header{padding:1.125rem 2.125rem .875rem;direction:rtl;box-shadow:var(--shadow) 0 2px 4px -2px;position:relative;z-index:1200}@media (min-width:768px){.header-account__flyout-header{display:none}}.header-account__flyout-close-button{padding:0;margin:0;background:none;border:none}.header-account__flyout-close-button:focus{outline:1px solid var(--outline)}@media (max-width:767px){.header-account__flyout--open{-webkit-animation:flyout-in .3s ease-out;animation:flyout-in .3s ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}}@media (min-width:768px){.header-account__flyout--open{visibility:visible;opacity:1;z-index:1000}}@media (max-width:767px){.header-account__flyout--closing{-webkit-animation:flyout-out .3s ease-out;animation:flyout-out .3s ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}}@media (min-width:768px){.header-account__flyout-list{padding:0 1.25rem}}.header-account__flyout-list-item{text-decoration:none;color:var(--black);padding:.625rem 1.25rem;display:block;text-align:left;background:var(--white);font-family:var(--sourceSans-regular);font-size:1rem;width:100%;border-bottom:1px solid var(--greys-light)}.header-account__flyout-list-item.with-pill{position:relative}@media (max-width:767px){.header-account__flyout-list-item.with-pill span{top:.625rem;left:auto;right:1.25rem}}@media (min-width:768px){.header-account__flyout-list-item.with-pill span{top:0;left:auto;right:0}}.header-account__flyout-list-item.logout{border:0;border-bottom:1px solid var(--greys-light);cursor:pointer;padding-bottom:.625rem}@media (min-width:768px){.header-account__flyout-list-item.logout{margin-bottom:1.25rem;border-bottom:none;padding:0}}@media (min-width:768px){.header-account__flyout-list-item{border:none;margin:1.25rem 0;padding:0}}.header-account__profile-text{margin-right:.4375rem}.header-account .header-account__profile-icon{color:var(--blues-medium)}@media (min-width:1024px){.header-account .header-account__profile-icon{width:1.2rem;height:1.2rem}}.header-account .header-account__login-icon{color:var(--black)}@media (min-width:1024px){.header-account .header-account__login-icon{display:none}}.header-account__register-link{margin-right:10px}.header-account__register-link:focus,.header-account__register-link:hover{border-color:var(--blues-medium)}.header-account__login-link{border-color:var(--greys-darkest);background-color:var(--white)}@media (min-width:1024px){.header-account__login-link{border-color:var(--white)}.header-account__login-link:focus,.header-account__login-link:hover{border-color:var(--blues-medium)}}.header-account__login-link:active .header-account__login-icon{color:var(--white)}@media (min-width:1024px){.header-account__profile-button .header-account__notification-pill{display:none}}.header-account__profile-button:focus,.header-account__profile-button:hover{border-color:var(--blues-medium)}.header-account__profile-button:active .header-account__profile-icon{color:var(--white)}.header-account__incentives-button{padding:0 .3125rem;margin-left:.5rem}@media (min-width:1024px){.header-account__incentives-button{display:flex}}.header-account__incentives-button:focus,.header-account__incentives-button:hover{border-color:var(--blues-medium)}.header-account__incentives-button:active .header-account__profile-icon{color:var(--white)}.header-account__button-wrapper,.header-account__incentives-button--flex{display:flex}.header-account__notification-pill{position:absolute;font-size:.75rem;color:var(--white);background-color:var(--categories-beauty);border-radius:.625rem;padding:.0625rem .3125rem .0625rem .375rem;top:-.4375rem;left:-.4375rem}@-webkit-keyframes popout-in{0%{left:-120%}to{left:0;visibility:visible}}@keyframes popout-in{0%{left:-120%}to{left:0;visibility:visible}}@-webkit-keyframes popout-out{0%{left:0;visibility:visible}to{left:-120%}}@keyframes popout-out{0%{left:0;visibility:visible}to{left:-120%}}.header__top-menu,.header__top-profile{width:33.33333%}.header{box-shadow:var(--shadow) 0 2px 4px 0;z-index:1000;position:fixed;top:0;width:100%;background:var(--white)}@media (min-width:768px){.header{position:relative}}@media (max-width:767px){.header .header__container{width:100%;max-width:100%}}.header__top{display:flex;justify-content:space-between;align-items:center;position:relative;border-bottom:.0625rem solid var(--greys-light);height:3.75rem;padding:.625rem 0}@media (min-width:768px){.header__top{padding:.9375rem 1.25rem;height:5.6875rem}}@media (min-width:768px){.header__top-menu{display:none}}.header__top-profile{display:flex;justify-content:flex-end}.header_skip-to-content-wrapper{display:contents}.header_skip-to-content-wrapper a{position:absolute!important;top:-9999px;left:-9999px;transition:top .2s;z-index:1}.header_skip-to-content-link:focus{top:2px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.header__burger-button{padding:0;margin:0;background:none;border:none}@media (min-width:768px){.header__burger-button{display:none}}.header__logo-link{display:block;font-size:0}.header__logo-link:focus{outline:1px solid var(--outline)}.header__logo{max-height:2.5rem;max-width:6.5625rem;width:auto;height:auto}@media (min-width:768px){.header__logo{max-height:3.75rem;max-width:10rem}}@media (max-width:767px){.header__bottom{background:#fff;position:absolute;top:0;bottom:0;width:100vw;height:100vh;visibility:hidden}.header__bottom--popout{-webkit-animation:popout-in .3s ease-out;animation:popout-in .3s ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.header__bottom--popout--closing{-webkit-animation:popout-out .3s ease-out;animation:popout-out .3s ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}}.header__popout-header{padding:1.125rem 2.125rem .875rem;direction:rtl;box-shadow:var(--shadow) 0 2px 4px -2px;position:relative;z-index:1200;height:60px;display:flex}.header__popout-header .header__popout-close-button svg{height:1rem;width:1rem;fill:#3e3d40}@media (min-width:768px){.header__popout-header{display:none}}.header__popout-close-button{padding:0;margin:0;background:none;border:none}.header__popout-close-button:focus{outline:1px solid var(--outline)}.header__page-overlay{display:none}@media (min-width:768px){.header__page-overlay{position:fixed;z-index:800;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5)}.header__page-overlay--active{display:block}}.footer-social{margin-bottom:2.625rem}@media (max-width:767px){.footer-social{padding:0 1.4375rem}}.footer-social a{display:inline-block;margin-right:1rem}.footer-social a:last-child{margin-right:0}.footer-social a:focus{outline:1px solid var(--outline)}.footer-social a:hover img,.footer-social a:hover svg,.footer-social a:hover svg rect{opacity:.3}.footer-social a img{max-width:28px}.footer-social__title{font-size:1.1875rem;line-height:1.75rem;font-family:var(--rockwell-regular);margin-bottom:.5rem;color:var(--black)}@media (max-width:767px){.footer-social__title{margin-top:.625rem}}@media (min-width:768px) and (max-width:1023px){.footer-social__title{font-size:1.1875rem}}@media (max-width:767px){.footer-links.column{padding:0}}.footer-links__editor-wrapper{margin-bottom:1rem}.footer-links__editor-wrapper a{display:block;margin-bottom:1rem}.footer-links__title{font-family:var(--sourceSans-semibold);margin-bottom:1rem}@media (max-width:767px){.footer-links__title{display:none}}.footer-links__title-mobile{display:none}@media (max-width:767px){.footer-links__title-mobile{margin:0;background:none;border:none;display:flex;display:-webkit-flex;justify-content:space-between;-webkit-justify-content:space-between;align-items:center;padding:.6875rem 1.625rem;border-bottom:.0625rem solid var(--greys-medium);cursor:pointer;font-family:var(--rockwell-regular);font-size:1rem;line-height:1.75rem;outline:none;width:100%;text-align:left}.footer-links__title-mobile:focus{outline:1px solid var(--outline)}.footer-links__title-mobile:focus,.footer-links__title-mobile:hover{background-color:var(--blues-light)}.footer-links__title-mobile svg{-webkit-transform:rotate(0);transform:rotate(0);transition:.2s ease-out}.footer-links__title-mobile--expanded svg{-webkit-transform:rotate(180deg);transform:rotate(180deg);transition:.2s ease-out}}@media (max-width:767px){.footer-links__list{display:none;padding:.625rem 1.625rem .9375rem;border-bottom:.0625rem solid var(--greys-medium)}.footer-links__list--expanded{display:block}}.footer-links__list--horizontal{display:flex;align-items:center;flex-wrap:wrap;border-bottom:none;padding-top:0;padding-bottom:0}.footer-links__list--horizontal li{padding:0 1.4375rem 0 0}.footer-link{padding:.1875rem 0}.footer-link a{font-size:1rem;color:var(--black);font-family:var(--sourceSans-regular);line-height:1.75rem;text-decoration:none}.footer-link a:focus{outline:1px solid var(--outline)}.footer-link a:hover{border-bottom:.0625rem solid var(--black)}.footer{background-color:var(--white);box-shadow:0 -2px 4px 0 rgba(0,0,0,.11);margin-top:4rem;padding-bottom:.1875rem;padding-top:.25rem}@media (min-width:768px) and (max-width:1023px){.footer{padding-top:1.75rem}}@media (max-width:767px){.footer{padding-bottom:0;padding-top:0}}@media (max-width:767px){.footer .footer__container{width:100%;max-width:100%;padding:0 .625rem}}.footer.section{padding:1.75rem 2rem 2.125rem}@media (max-width:767px){.footer.section{padding-top:0;padding-left:0;padding-right:0;width:100%}}.footer__disclaimer{color:#767676;font-size:.875rem;padding:0 .625rem}@media (max-width:767px){.footer__disclaimer{margin-top:.375rem;padding:0 1.9375rem}}.bootstrap-carousel :root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.bootstrap-carousel *,.bootstrap-carousel :after,.bootstrap-carousel :before{box-sizing:border-box}.bootstrap-carousel html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}.bootstrap-carousel article,.bootstrap-carousel aside,.bootstrap-carousel figcaption,.bootstrap-carousel figure,.bootstrap-carousel footer,.bootstrap-carousel header,.bootstrap-carousel hgroup,.bootstrap-carousel main,.bootstrap-carousel nav,.bootstrap-carousel section{display:block}.bootstrap-carousel body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}.bootstrap-carousel [tabindex="-1"]:focus:not(:focus-visible){outline:0!important}.bootstrap-carousel hr{box-sizing:content-box;height:0;overflow:visible}.bootstrap-carousel h1,.bootstrap-carousel h2,.bootstrap-carousel h3,.bootstrap-carousel h4,.bootstrap-carousel h5,.bootstrap-carousel h6{margin-top:0;margin-bottom:.5rem}.bootstrap-carousel p{margin-top:0;margin-bottom:1rem}.bootstrap-carousel abbr[data-original-title],.bootstrap-carousel abbr[title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}.bootstrap-carousel address{font-style:normal;line-height:inherit}.bootstrap-carousel address,.bootstrap-carousel dl,.bootstrap-carousel ol,.bootstrap-carousel ul{margin-bottom:1rem}.bootstrap-carousel dl,.bootstrap-carousel ol,.bootstrap-carousel ul{margin-top:0}.bootstrap-carousel ol ol,.bootstrap-carousel ol ul,.bootstrap-carousel ul ol,.bootstrap-carousel ul ul{margin-bottom:0}.bootstrap-carousel dt{font-weight:700}.bootstrap-carousel dd{margin-bottom:.5rem;margin-left:0}.bootstrap-carousel blockquote{margin:0 0 1rem}.bootstrap-carousel b,.bootstrap-carousel strong{font-weight:bolder}.bootstrap-carousel small{font-size:80%}.bootstrap-carousel sub,.bootstrap-carousel sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}.bootstrap-carousel sub{bottom:-.25em}.bootstrap-carousel sup{top:-.5em}.bootstrap-carousel a{color:#007bff;text-decoration:none;background-color:transparent}.bootstrap-carousel a:hover{color:#0056b3;text-decoration:underline}.bootstrap-carousel a:not([href]),.bootstrap-carousel a:not([href]):hover{color:inherit;text-decoration:none}.bootstrap-carousel code,.bootstrap-carousel kbd,.bootstrap-carousel pre,.bootstrap-carousel samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}.bootstrap-carousel pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}.bootstrap-carousel figure{margin:0 0 1rem}.bootstrap-carousel img{border-style:none}.bootstrap-carousel img,.bootstrap-carousel svg{vertical-align:middle}.bootstrap-carousel svg{overflow:hidden}.bootstrap-carousel table{border-collapse:collapse}.bootstrap-carousel caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}.bootstrap-carousel th{text-align:inherit}.bootstrap-carousel label{display:inline-block;margin-bottom:.5rem}.bootstrap-carousel button{border-radius:0}.bootstrap-carousel button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}.bootstrap-carousel button,.bootstrap-carousel input,.bootstrap-carousel optgroup,.bootstrap-carousel select,.bootstrap-carousel textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}.bootstrap-carousel button,.bootstrap-carousel input{overflow:visible}.bootstrap-carousel button,.bootstrap-carousel select{text-transform:none}.bootstrap-carousel [role=button]{cursor:pointer}.bootstrap-carousel select{word-wrap:normal}.bootstrap-carousel [type=button],.bootstrap-carousel [type=reset],.bootstrap-carousel [type=submit],.bootstrap-carousel button{-webkit-appearance:button}.bootstrap-carousel [type=button]:not(:disabled),.bootstrap-carousel [type=reset]:not(:disabled),.bootstrap-carousel [type=submit]:not(:disabled),.bootstrap-carousel button:not(:disabled){cursor:pointer}.bootstrap-carousel [type=button]::-moz-focus-inner,.bootstrap-carousel [type=reset]::-moz-focus-inner,.bootstrap-carousel [type=submit]::-moz-focus-inner,.bootstrap-carousel button::-moz-focus-inner{padding:0;border-style:none}.bootstrap-carousel input[type=checkbox],.bootstrap-carousel input[type=radio]{box-sizing:border-box;padding:0}.bootstrap-carousel textarea{overflow:auto;resize:vertical}.bootstrap-carousel fieldset{min-width:0;padding:0;margin:0;border:0}.bootstrap-carousel legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}.bootstrap-carousel progress{vertical-align:baseline}.bootstrap-carousel [type=number]::-webkit-inner-spin-button,.bootstrap-carousel [type=number]::-webkit-outer-spin-button{height:auto}.bootstrap-carousel [type=search]{outline-offset:-2px;-webkit-appearance:none}.bootstrap-carousel [type=search]::-webkit-search-decoration{-webkit-appearance:none}.bootstrap-carousel ::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}.bootstrap-carousel output{display:inline-block}.bootstrap-carousel summary{display:list-item;cursor:pointer}.bootstrap-carousel template{display:none}.bootstrap-carousel [hidden]{display:none!important}.bootstrap-carousel .h1,.bootstrap-carousel .h2,.bootstrap-carousel .h3,.bootstrap-carousel .h4,.bootstrap-carousel .h5,.bootstrap-carousel .h6,.bootstrap-carousel h1,.bootstrap-carousel h2,.bootstrap-carousel h3,.bootstrap-carousel h4,.bootstrap-carousel h5,.bootstrap-carousel h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.bootstrap-carousel .h1,.bootstrap-carousel h1{font-size:2.5rem}.bootstrap-carousel .h2,.bootstrap-carousel h2{font-size:2rem}.bootstrap-carousel .h3,.bootstrap-carousel h3{font-size:1.75rem}.bootstrap-carousel .h4,.bootstrap-carousel h4{font-size:1.5rem}.bootstrap-carousel .h5,.bootstrap-carousel h5{font-size:1.25rem}.bootstrap-carousel .h6,.bootstrap-carousel h6{font-size:1rem}.bootstrap-carousel .lead{font-size:1.25rem;font-weight:300}.bootstrap-carousel .display-1{font-size:6rem}.bootstrap-carousel .display-1,.bootstrap-carousel .display-2{font-weight:300;line-height:1.2}.bootstrap-carousel .display-2{font-size:5.5rem}.bootstrap-carousel .display-3{font-size:4.5rem}.bootstrap-carousel .display-3,.bootstrap-carousel .display-4{font-weight:300;line-height:1.2}.bootstrap-carousel .display-4{font-size:3.5rem}.bootstrap-carousel hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.bootstrap-carousel .small,.bootstrap-carousel small{font-size:80%;font-weight:400}.bootstrap-carousel .mark,.bootstrap-carousel mark{padding:.2em;background-color:#fcf8e3}.bootstrap-carousel .list-inline,.bootstrap-carousel .list-unstyled{padding-left:0;list-style:none}.bootstrap-carousel .list-inline-item{display:inline-block}.bootstrap-carousel .list-inline-item:not(:last-child){margin-right:.5rem}.bootstrap-carousel .initialism{font-size:90%;text-transform:uppercase}.bootstrap-carousel .blockquote{margin-bottom:1rem;font-size:1.25rem}.bootstrap-carousel .blockquote-footer{display:block;font-size:80%;color:#6c757d}.bootstrap-carousel .blockquote-footer:before{content:"\2014\00A0"}.bootstrap-carousel .img-fluid,.bootstrap-carousel .img-thumbnail{max-width:100%;height:auto}.bootstrap-carousel .img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem}.bootstrap-carousel .figure{display:inline-block}.bootstrap-carousel .figure-img{margin-bottom:.5rem;line-height:1}.bootstrap-carousel .figure-caption{font-size:90%;color:#6c757d}.bootstrap-carousel code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}.bootstrap-carousel a>code{color:inherit}.bootstrap-carousel kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}.bootstrap-carousel kbd kbd{padding:0;font-size:100%;font-weight:700}.bootstrap-carousel pre{display:block;font-size:87.5%;color:#212529}.bootstrap-carousel pre code{font-size:inherit;color:inherit;word-break:normal}.bootstrap-carousel .pre-scrollable{max-height:340px;overflow-y:scroll}.bootstrap-carousel .container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.bootstrap-carousel .container{max-width:540px}}@media (min-width:768px){.bootstrap-carousel .container{max-width:720px}}@media (min-width:992px){.bootstrap-carousel .container{max-width:960px}}@media (min-width:1200px){.bootstrap-carousel .container{max-width:1140px}}.bootstrap-carousel .container-fluid,.bootstrap-carousel .container-lg,.bootstrap-carousel .container-md,.bootstrap-carousel .container-sm,.bootstrap-carousel .container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.bootstrap-carousel .container,.bootstrap-carousel .container-sm{max-width:540px}}@media (min-width:768px){.bootstrap-carousel .container,.bootstrap-carousel .container-md,.bootstrap-carousel .container-sm{max-width:720px}}@media (min-width:992px){.bootstrap-carousel .container,.bootstrap-carousel .container-lg,.bootstrap-carousel .container-md,.bootstrap-carousel .container-sm{max-width:960px}}@media (min-width:1200px){.bootstrap-carousel .container,.bootstrap-carousel .container-lg,.bootstrap-carousel .container-md,.bootstrap-carousel .container-sm,.bootstrap-carousel .container-xl{max-width:1140px}}.bootstrap-carousel .row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.bootstrap-carousel .no-gutters{margin-right:0;margin-left:0}.bootstrap-carousel .no-gutters>.col,.bootstrap-carousel .no-gutters>[class*=col-]{padding-right:0;padding-left:0}.bootstrap-carousel .col,.bootstrap-carousel .col-1,.bootstrap-carousel .col-2,.bootstrap-carousel .col-3,.bootstrap-carousel .col-4,.bootstrap-carousel .col-5,.bootstrap-carousel .col-6,.bootstrap-carousel .col-7,.bootstrap-carousel .col-8,.bootstrap-carousel .col-9,.bootstrap-carousel .col-10,.bootstrap-carousel .col-11,.bootstrap-carousel .col-12,.bootstrap-carousel .col-auto,.bootstrap-carousel .col-lg,.bootstrap-carousel .col-lg-1,.bootstrap-carousel .col-lg-2,.bootstrap-carousel .col-lg-3,.bootstrap-carousel .col-lg-4,.bootstrap-carousel .col-lg-5,.bootstrap-carousel .col-lg-6,.bootstrap-carousel .col-lg-7,.bootstrap-carousel .col-lg-8,.bootstrap-carousel .col-lg-9,.bootstrap-carousel .col-lg-10,.bootstrap-carousel .col-lg-11,.bootstrap-carousel .col-lg-12,.bootstrap-carousel .col-lg-auto,.bootstrap-carousel .col-md,.bootstrap-carousel .col-md-1,.bootstrap-carousel .col-md-2,.bootstrap-carousel .col-md-3,.bootstrap-carousel .col-md-4,.bootstrap-carousel .col-md-5,.bootstrap-carousel .col-md-6,.bootstrap-carousel .col-md-7,.bootstrap-carousel .col-md-8,.bootstrap-carousel .col-md-9,.bootstrap-carousel .col-md-10,.bootstrap-carousel .col-md-11,.bootstrap-carousel .col-md-12,.bootstrap-carousel .col-md-auto,.bootstrap-carousel .col-sm,.bootstrap-carousel .col-sm-1,.bootstrap-carousel .col-sm-2,.bootstrap-carousel .col-sm-3,.bootstrap-carousel .col-sm-4,.bootstrap-carousel .col-sm-5,.bootstrap-carousel .col-sm-6,.bootstrap-carousel .col-sm-7,.bootstrap-carousel .col-sm-8,.bootstrap-carousel .col-sm-9,.bootstrap-carousel .col-sm-10,.bootstrap-carousel .col-sm-11,.bootstrap-carousel .col-sm-12,.bootstrap-carousel .col-sm-auto,.bootstrap-carousel .col-xl,.bootstrap-carousel .col-xl-1,.bootstrap-carousel .col-xl-2,.bootstrap-carousel .col-xl-3,.bootstrap-carousel .col-xl-4,.bootstrap-carousel .col-xl-5,.bootstrap-carousel .col-xl-6,.bootstrap-carousel .col-xl-7,.bootstrap-carousel .col-xl-8,.bootstrap-carousel .col-xl-9,.bootstrap-carousel .col-xl-10,.bootstrap-carousel .col-xl-11,.bootstrap-carousel .col-xl-12,.bootstrap-carousel .col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.bootstrap-carousel .col{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.bootstrap-carousel .row-cols-1>*{flex:0 0 100%;max-width:100%}.bootstrap-carousel .row-cols-2>*{flex:0 0 50%;max-width:50%}.bootstrap-carousel .row-cols-3>*{flex:0 0 33.333333%;max-width:33.333333%}.bootstrap-carousel .row-cols-4>*{flex:0 0 25%;max-width:25%}.bootstrap-carousel .row-cols-5>*{flex:0 0 20%;max-width:20%}.bootstrap-carousel .row-cols-6>*{flex:0 0 16.666667%;max-width:16.666667%}.bootstrap-carousel .col-auto{flex:0 0 auto;width:auto;max-width:100%}.bootstrap-carousel .col-1{flex:0 0 8.333333%;max-width:8.333333%}.bootstrap-carousel .col-2{flex:0 0 16.666667%;max-width:16.666667%}.bootstrap-carousel .col-3{flex:0 0 25%;max-width:25%}.bootstrap-carousel .col-4{flex:0 0 33.333333%;max-width:33.333333%}.bootstrap-carousel .col-5{flex:0 0 41.666667%;max-width:41.666667%}.bootstrap-carousel .col-6{flex:0 0 50%;max-width:50%}.bootstrap-carousel .col-7{flex:0 0 58.333333%;max-width:58.333333%}.bootstrap-carousel .col-8{flex:0 0 66.666667%;max-width:66.666667%}.bootstrap-carousel .col-9{flex:0 0 75%;max-width:75%}.bootstrap-carousel .col-10{flex:0 0 83.333333%;max-width:83.333333%}.bootstrap-carousel .col-11{flex:0 0 91.666667%;max-width:91.666667%}.bootstrap-carousel .col-12{flex:0 0 100%;max-width:100%}.bootstrap-carousel .order-first{order:-1}.bootstrap-carousel .order-last{order:13}.bootstrap-carousel .order-0{order:0}.bootstrap-carousel .order-1{order:1}.bootstrap-carousel .order-2{order:2}.bootstrap-carousel .order-3{order:3}.bootstrap-carousel .order-4{order:4}.bootstrap-carousel .order-5{order:5}.bootstrap-carousel .order-6{order:6}.bootstrap-carousel .order-7{order:7}.bootstrap-carousel .order-8{order:8}.bootstrap-carousel .order-9{order:9}.bootstrap-carousel .order-10{order:10}.bootstrap-carousel .order-11{order:11}.bootstrap-carousel .order-12{order:12}.bootstrap-carousel .offset-1{margin-left:8.333333%}.bootstrap-carousel .offset-2{margin-left:16.666667%}.bootstrap-carousel .offset-3{margin-left:25%}.bootstrap-carousel .offset-4{margin-left:33.333333%}.bootstrap-carousel .offset-5{margin-left:41.666667%}.bootstrap-carousel .offset-6{margin-left:50%}.bootstrap-carousel .offset-7{margin-left:58.333333%}.bootstrap-carousel .offset-8{margin-left:66.666667%}.bootstrap-carousel .offset-9{margin-left:75%}.bootstrap-carousel .offset-10{margin-left:83.333333%}.bootstrap-carousel .offset-11{margin-left:91.666667%}@media (min-width:576px){.bootstrap-carousel .col-sm{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.bootstrap-carousel .row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.bootstrap-carousel .row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.bootstrap-carousel .row-cols-sm-3>*{flex:0 0 33.333333%;max-width:33.333333%}.bootstrap-carousel .row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.bootstrap-carousel .row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.bootstrap-carousel .row-cols-sm-6>*{flex:0 0 16.666667%;max-width:16.666667%}.bootstrap-carousel .col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.bootstrap-carousel .col-sm-1{flex:0 0 8.333333%;max-width:8.333333%}.bootstrap-carousel .col-sm-2{flex:0 0 16.666667%;max-width:16.666667%}.bootstrap-carousel .col-sm-3{flex:0 0 25%;max-width:25%}.bootstrap-carousel .col-sm-4{flex:0 0 33.333333%;max-width:33.333333%}.bootstrap-carousel .col-sm-5{flex:0 0 41.666667%;max-width:41.666667%}.bootstrap-carousel .col-sm-6{flex:0 0 50%;max-width:50%}.bootstrap-carousel .col-sm-7{flex:0 0 58.333333%;max-width:58.333333%}.bootstrap-carousel .col-sm-8{flex:0 0 66.666667%;max-width:66.666667%}.bootstrap-carousel .col-sm-9{flex:0 0 75%;max-width:75%}.bootstrap-carousel .col-sm-10{flex:0 0 83.333333%;max-width:83.333333%}.bootstrap-carousel .col-sm-11{flex:0 0 91.666667%;max-width:91.666667%}.bootstrap-carousel .col-sm-12{flex:0 0 100%;max-width:100%}.bootstrap-carousel .order-sm-first{order:-1}.bootstrap-carousel .order-sm-last{order:13}.bootstrap-carousel .order-sm-0{order:0}.bootstrap-carousel .order-sm-1{order:1}.bootstrap-carousel .order-sm-2{order:2}.bootstrap-carousel .order-sm-3{order:3}.bootstrap-carousel .order-sm-4{order:4}.bootstrap-carousel .order-sm-5{order:5}.bootstrap-carousel .order-sm-6{order:6}.bootstrap-carousel .order-sm-7{order:7}.bootstrap-carousel .order-sm-8{order:8}.bootstrap-carousel .order-sm-9{order:9}.bootstrap-carousel .order-sm-10{order:10}.bootstrap-carousel .order-sm-11{order:11}.bootstrap-carousel .order-sm-12{order:12}.bootstrap-carousel .offset-sm-0{margin-left:0}.bootstrap-carousel .offset-sm-1{margin-left:8.333333%}.bootstrap-carousel .offset-sm-2{margin-left:16.666667%}.bootstrap-carousel .offset-sm-3{margin-left:25%}.bootstrap-carousel .offset-sm-4{margin-left:33.333333%}.bootstrap-carousel .offset-sm-5{margin-left:41.666667%}.bootstrap-carousel .offset-sm-6{margin-left:50%}.bootstrap-carousel .offset-sm-7{margin-left:58.333333%}.bootstrap-carousel .offset-sm-8{margin-left:66.666667%}.bootstrap-carousel .offset-sm-9{margin-left:75%}.bootstrap-carousel .offset-sm-10{margin-left:83.333333%}.bootstrap-carousel .offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.bootstrap-carousel .col-md{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.bootstrap-carousel .row-cols-md-1>*{flex:0 0 100%;max-width:100%}.bootstrap-carousel .row-cols-md-2>*{flex:0 0 50%;max-width:50%}.bootstrap-carousel .row-cols-md-3>*{flex:0 0 33.333333%;max-width:33.333333%}.bootstrap-carousel .row-cols-md-4>*{flex:0 0 25%;max-width:25%}.bootstrap-carousel .row-cols-md-5>*{flex:0 0 20%;max-width:20%}.bootstrap-carousel .row-cols-md-6>*{flex:0 0 16.666667%;max-width:16.666667%}.bootstrap-carousel .col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.bootstrap-carousel .col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.bootstrap-carousel .col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.bootstrap-carousel .col-md-3{flex:0 0 25%;max-width:25%}.bootstrap-carousel .col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.bootstrap-carousel .col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.bootstrap-carousel .col-md-6{flex:0 0 50%;max-width:50%}.bootstrap-carousel .col-md-7{flex:0 0 58.333333%;max-width:58.333333%}.bootstrap-carousel .col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.bootstrap-carousel .col-md-9{flex:0 0 75%;max-width:75%}.bootstrap-carousel .col-md-10{flex:0 0 83.333333%;max-width:83.333333%}.bootstrap-carousel .col-md-11{flex:0 0 91.666667%;max-width:91.666667%}.bootstrap-carousel .col-md-12{flex:0 0 100%;max-width:100%}.bootstrap-carousel .order-md-first{order:-1}.bootstrap-carousel .order-md-last{order:13}.bootstrap-carousel .order-md-0{order:0}.bootstrap-carousel .order-md-1{order:1}.bootstrap-carousel .order-md-2{order:2}.bootstrap-carousel .order-md-3{order:3}.bootstrap-carousel .order-md-4{order:4}.bootstrap-carousel .order-md-5{order:5}.bootstrap-carousel .order-md-6{order:6}.bootstrap-carousel .order-md-7{order:7}.bootstrap-carousel .order-md-8{order:8}.bootstrap-carousel .order-md-9{order:9}.bootstrap-carousel .order-md-10{order:10}.bootstrap-carousel .order-md-11{order:11}.bootstrap-carousel .order-md-12{order:12}.bootstrap-carousel .offset-md-0{margin-left:0}.bootstrap-carousel .offset-md-1{margin-left:8.333333%}.bootstrap-carousel .offset-md-2{margin-left:16.666667%}.bootstrap-carousel .offset-md-3{margin-left:25%}.bootstrap-carousel .offset-md-4{margin-left:33.333333%}.bootstrap-carousel .offset-md-5{margin-left:41.666667%}.bootstrap-carousel .offset-md-6{margin-left:50%}.bootstrap-carousel .offset-md-7{margin-left:58.333333%}.bootstrap-carousel .offset-md-8{margin-left:66.666667%}.bootstrap-carousel .offset-md-9{margin-left:75%}.bootstrap-carousel .offset-md-10{margin-left:83.333333%}.bootstrap-carousel .offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.bootstrap-carousel .col-lg{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.bootstrap-carousel .row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.bootstrap-carousel .row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.bootstrap-carousel .row-cols-lg-3>*{flex:0 0 33.333333%;max-width:33.333333%}.bootstrap-carousel .row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.bootstrap-carousel .row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.bootstrap-carousel .row-cols-lg-6>*{flex:0 0 16.666667%;max-width:16.666667%}.bootstrap-carousel .col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.bootstrap-carousel .col-lg-1{flex:0 0 8.333333%;max-width:8.333333%}.bootstrap-carousel .col-lg-2{flex:0 0 16.666667%;max-width:16.666667%}.bootstrap-carousel .col-lg-3{flex:0 0 25%;max-width:25%}.bootstrap-carousel .col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.bootstrap-carousel .col-lg-5{flex:0 0 41.666667%;max-width:41.666667%}.bootstrap-carousel .col-lg-6{flex:0 0 50%;max-width:50%}.bootstrap-carousel .col-lg-7{flex:0 0 58.333333%;max-width:58.333333%}.bootstrap-carousel .col-lg-8{flex:0 0 66.666667%;max-width:66.666667%}.bootstrap-carousel .col-lg-9{flex:0 0 75%;max-width:75%}.bootstrap-carousel .col-lg-10{flex:0 0 83.333333%;max-width:83.333333%}.bootstrap-carousel .col-lg-11{flex:0 0 91.666667%;max-width:91.666667%}.bootstrap-carousel .col-lg-12{flex:0 0 100%;max-width:100%}.bootstrap-carousel .order-lg-first{order:-1}.bootstrap-carousel .order-lg-last{order:13}.bootstrap-carousel .order-lg-0{order:0}.bootstrap-carousel .order-lg-1{order:1}.bootstrap-carousel .order-lg-2{order:2}.bootstrap-carousel .order-lg-3{order:3}.bootstrap-carousel .order-lg-4{order:4}.bootstrap-carousel .order-lg-5{order:5}.bootstrap-carousel .order-lg-6{order:6}.bootstrap-carousel .order-lg-7{order:7}.bootstrap-carousel .order-lg-8{order:8}.bootstrap-carousel .order-lg-9{order:9}.bootstrap-carousel .order-lg-10{order:10}.bootstrap-carousel .order-lg-11{order:11}.bootstrap-carousel .order-lg-12{order:12}.bootstrap-carousel .offset-lg-0{margin-left:0}.bootstrap-carousel .offset-lg-1{margin-left:8.333333%}.bootstrap-carousel .offset-lg-2{margin-left:16.666667%}.bootstrap-carousel .offset-lg-3{margin-left:25%}.bootstrap-carousel .offset-lg-4{margin-left:33.333333%}.bootstrap-carousel .offset-lg-5{margin-left:41.666667%}.bootstrap-carousel .offset-lg-6{margin-left:50%}.bootstrap-carousel .offset-lg-7{margin-left:58.333333%}.bootstrap-carousel .offset-lg-8{margin-left:66.666667%}.bootstrap-carousel .offset-lg-9{margin-left:75%}.bootstrap-carousel .offset-lg-10{margin-left:83.333333%}.bootstrap-carousel .offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.bootstrap-carousel .col-xl{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.bootstrap-carousel .row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.bootstrap-carousel .row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.bootstrap-carousel .row-cols-xl-3>*{flex:0 0 33.333333%;max-width:33.333333%}.bootstrap-carousel .row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.bootstrap-carousel .row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.bootstrap-carousel .row-cols-xl-6>*{flex:0 0 16.666667%;max-width:16.666667%}.bootstrap-carousel .col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.bootstrap-carousel .col-xl-1{flex:0 0 8.333333%;max-width:8.333333%}.bootstrap-carousel .col-xl-2{flex:0 0 16.666667%;max-width:16.666667%}.bootstrap-carousel .col-xl-3{flex:0 0 25%;max-width:25%}.bootstrap-carousel .col-xl-4{flex:0 0 33.333333%;max-width:33.333333%}.bootstrap-carousel .col-xl-5{flex:0 0 41.666667%;max-width:41.666667%}.bootstrap-carousel .col-xl-6{flex:0 0 50%;max-width:50%}.bootstrap-carousel .col-xl-7{flex:0 0 58.333333%;max-width:58.333333%}.bootstrap-carousel .col-xl-8{flex:0 0 66.666667%;max-width:66.666667%}.bootstrap-carousel .col-xl-9{flex:0 0 75%;max-width:75%}.bootstrap-carousel .col-xl-10{flex:0 0 83.333333%;max-width:83.333333%}.bootstrap-carousel .col-xl-11{flex:0 0 91.666667%;max-width:91.666667%}.bootstrap-carousel .col-xl-12{flex:0 0 100%;max-width:100%}.bootstrap-carousel .order-xl-first{order:-1}.bootstrap-carousel .order-xl-last{order:13}.bootstrap-carousel .order-xl-0{order:0}.bootstrap-carousel .order-xl-1{order:1}.bootstrap-carousel .order-xl-2{order:2}.bootstrap-carousel .order-xl-3{order:3}.bootstrap-carousel .order-xl-4{order:4}.bootstrap-carousel .order-xl-5{order:5}.bootstrap-carousel .order-xl-6{order:6}.bootstrap-carousel .order-xl-7{order:7}.bootstrap-carousel .order-xl-8{order:8}.bootstrap-carousel .order-xl-9{order:9}.bootstrap-carousel .order-xl-10{order:10}.bootstrap-carousel .order-xl-11{order:11}.bootstrap-carousel .order-xl-12{order:12}.bootstrap-carousel .offset-xl-0{margin-left:0}.bootstrap-carousel .offset-xl-1{margin-left:8.333333%}.bootstrap-carousel .offset-xl-2{margin-left:16.666667%}.bootstrap-carousel .offset-xl-3{margin-left:25%}.bootstrap-carousel .offset-xl-4{margin-left:33.333333%}.bootstrap-carousel .offset-xl-5{margin-left:41.666667%}.bootstrap-carousel .offset-xl-6{margin-left:50%}.bootstrap-carousel .offset-xl-7{margin-left:58.333333%}.bootstrap-carousel .offset-xl-8{margin-left:66.666667%}.bootstrap-carousel .offset-xl-9{margin-left:75%}.bootstrap-carousel .offset-xl-10{margin-left:83.333333%}.bootstrap-carousel .offset-xl-11{margin-left:91.666667%}}.bootstrap-carousel .table{width:100%;margin-bottom:1rem;color:#212529}.bootstrap-carousel .table td,.bootstrap-carousel .table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.bootstrap-carousel .table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.bootstrap-carousel .table tbody+tbody{border-top:2px solid #dee2e6}.bootstrap-carousel .table-sm td,.bootstrap-carousel .table-sm th{padding:.3rem}.bootstrap-carousel .table-bordered,.bootstrap-carousel .table-bordered td,.bootstrap-carousel .table-bordered th{border:1px solid #dee2e6}.bootstrap-carousel .table-bordered thead td,.bootstrap-carousel .table-bordered thead th{border-bottom-width:2px}.bootstrap-carousel .table-borderless tbody+tbody,.bootstrap-carousel .table-borderless td,.bootstrap-carousel .table-borderless th,.bootstrap-carousel .table-borderless thead th{border:0}.bootstrap-carousel .table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.bootstrap-carousel .table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.bootstrap-carousel .table-primary,.bootstrap-carousel .table-primary>td,.bootstrap-carousel .table-primary>th{background-color:#b8daff}.bootstrap-carousel .table-primary tbody+tbody,.bootstrap-carousel .table-primary td,.bootstrap-carousel .table-primary th,.bootstrap-carousel .table-primary thead th{border-color:#7abaff}.bootstrap-carousel .table-hover .table-primary:hover,.bootstrap-carousel .table-hover .table-primary:hover>td,.bootstrap-carousel .table-hover .table-primary:hover>th{background-color:#9fcdff}.bootstrap-carousel .table-secondary,.bootstrap-carousel .table-secondary>td,.bootstrap-carousel .table-secondary>th{background-color:#d6d8db}.bootstrap-carousel .table-secondary tbody+tbody,.bootstrap-carousel .table-secondary td,.bootstrap-carousel .table-secondary th,.bootstrap-carousel .table-secondary thead th{border-color:#b3b7bb}.bootstrap-carousel .table-hover .table-secondary:hover,.bootstrap-carousel .table-hover .table-secondary:hover>td,.bootstrap-carousel .table-hover .table-secondary:hover>th{background-color:#c8cbcf}.bootstrap-carousel .table-success,.bootstrap-carousel .table-success>td,.bootstrap-carousel .table-success>th{background-color:#c3e6cb}.bootstrap-carousel .table-success tbody+tbody,.bootstrap-carousel .table-success td,.bootstrap-carousel .table-success th,.bootstrap-carousel .table-success thead th{border-color:#8fd19e}.bootstrap-carousel .table-hover .table-success:hover,.bootstrap-carousel .table-hover .table-success:hover>td,.bootstrap-carousel .table-hover .table-success:hover>th{background-color:#b1dfbb}.bootstrap-carousel .table-info,.bootstrap-carousel .table-info>td,.bootstrap-carousel .table-info>th{background-color:#bee5eb}.bootstrap-carousel .table-info tbody+tbody,.bootstrap-carousel .table-info td,.bootstrap-carousel .table-info th,.bootstrap-carousel .table-info thead th{border-color:#86cfda}.bootstrap-carousel .table-hover .table-info:hover,.bootstrap-carousel .table-hover .table-info:hover>td,.bootstrap-carousel .table-hover .table-info:hover>th{background-color:#abdde5}.bootstrap-carousel .table-warning,.bootstrap-carousel .table-warning>td,.bootstrap-carousel .table-warning>th{background-color:#ffeeba}.bootstrap-carousel .table-warning tbody+tbody,.bootstrap-carousel .table-warning td,.bootstrap-carousel .table-warning th,.bootstrap-carousel .table-warning thead th{border-color:#ffdf7e}.bootstrap-carousel .table-hover .table-warning:hover,.bootstrap-carousel .table-hover .table-warning:hover>td,.bootstrap-carousel .table-hover .table-warning:hover>th{background-color:#ffe8a1}.bootstrap-carousel .table-danger,.bootstrap-carousel .table-danger>td,.bootstrap-carousel .table-danger>th{background-color:#f5c6cb}.bootstrap-carousel .table-danger tbody+tbody,.bootstrap-carousel .table-danger td,.bootstrap-carousel .table-danger th,.bootstrap-carousel .table-danger thead th{border-color:#ed969e}.bootstrap-carousel .table-hover .table-danger:hover,.bootstrap-carousel .table-hover .table-danger:hover>td,.bootstrap-carousel .table-hover .table-danger:hover>th{background-color:#f1b0b7}.bootstrap-carousel .table-light,.bootstrap-carousel .table-light>td,.bootstrap-carousel .table-light>th{background-color:#fdfdfe}.bootstrap-carousel .table-light tbody+tbody,.bootstrap-carousel .table-light td,.bootstrap-carousel .table-light th,.bootstrap-carousel .table-light thead th{border-color:#fbfcfc}.bootstrap-carousel .table-hover .table-light:hover,.bootstrap-carousel .table-hover .table-light:hover>td,.bootstrap-carousel .table-hover .table-light:hover>th{background-color:#ececf6}.bootstrap-carousel .table-dark,.bootstrap-carousel .table-dark>td,.bootstrap-carousel .table-dark>th{background-color:#c6c8ca}.bootstrap-carousel .table-dark tbody+tbody,.bootstrap-carousel .table-dark td,.bootstrap-carousel .table-dark th,.bootstrap-carousel .table-dark thead th{border-color:#95999c}.bootstrap-carousel .table-hover .table-dark:hover,.bootstrap-carousel .table-hover .table-dark:hover>td,.bootstrap-carousel .table-hover .table-dark:hover>th{background-color:#b9bbbe}.bootstrap-carousel .table-active,.bootstrap-carousel .table-active>td,.bootstrap-carousel .table-active>th,.bootstrap-carousel .table-hover .table-active:hover,.bootstrap-carousel .table-hover .table-active:hover>td,.bootstrap-carousel .table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.bootstrap-carousel .table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.bootstrap-carousel .table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.bootstrap-carousel .table-dark{color:#fff;background-color:#343a40}.bootstrap-carousel .table-dark td,.bootstrap-carousel .table-dark th,.bootstrap-carousel .table-dark thead th{border-color:#454d55}.bootstrap-carousel .table-dark.table-bordered{border:0}.bootstrap-carousel .table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.bootstrap-carousel .table-dark.table-hover tbody tr:hover{color:#fff;background-color:hsla(0,0%,100%,.075)}@media (max-width:575.98px){.bootstrap-carousel .table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.bootstrap-carousel .table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.bootstrap-carousel .table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.bootstrap-carousel .table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.bootstrap-carousel .table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.bootstrap-carousel .table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.bootstrap-carousel .table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.bootstrap-carousel .table-responsive-xl>.table-bordered{border:0}}.bootstrap-carousel .table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.bootstrap-carousel .table-responsive>.table-bordered{border:0}.bootstrap-carousel .form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.bootstrap-carousel .form-control{transition:none}}.bootstrap-carousel .form-control::-ms-expand{background-color:transparent;border:0}.bootstrap-carousel .form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.bootstrap-carousel .form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.bootstrap-carousel .form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.bootstrap-carousel .form-control::placeholder{color:#6c757d;opacity:1}.bootstrap-carousel .form-control:disabled,.bootstrap-carousel .form-control[readonly]{background-color:#e9ecef;opacity:1}.bootstrap-carousel input[type=date].form-control,.bootstrap-carousel input[type=datetime-local].form-control,.bootstrap-carousel input[type=month].form-control,.bootstrap-carousel input[type=time].form-control{-webkit-appearance:none;appearance:none}.bootstrap-carousel select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.bootstrap-carousel .form-control-file,.bootstrap-carousel .form-control-range{display:block;width:100%}.bootstrap-carousel .col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.bootstrap-carousel .col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.bootstrap-carousel .col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.bootstrap-carousel .form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.bootstrap-carousel .form-control-plaintext.form-control-lg,.bootstrap-carousel .form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.bootstrap-carousel .form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.bootstrap-carousel .form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.bootstrap-carousel select.form-control[multiple],.bootstrap-carousel select.form-control[size],.bootstrap-carousel textarea.form-control{height:auto}.bootstrap-carousel .form-group{margin-bottom:1rem}.bootstrap-carousel .form-text{display:block;margin-top:.25rem}.bootstrap-carousel .form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.bootstrap-carousel .form-row>.col,.bootstrap-carousel .form-row>[class*=col-]{padding-right:5px;padding-left:5px}.bootstrap-carousel .form-check{position:relative;display:block;padding-left:1.25rem}.bootstrap-carousel .form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.bootstrap-carousel .form-check-input:disabled~.form-check-label,.bootstrap-carousel .form-check-input[disabled]~.form-check-label{color:#6c757d}.bootstrap-carousel .form-check-label{margin-bottom:0}.bootstrap-carousel .form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.bootstrap-carousel .form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.bootstrap-carousel .valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.bootstrap-carousel .valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.bootstrap-carousel .is-valid~.valid-feedback,.bootstrap-carousel .is-valid~.valid-tooltip,.bootstrap-carousel .was-validated :valid~.valid-feedback,.bootstrap-carousel .was-validated :valid~.valid-tooltip{display:block}.bootstrap-carousel .form-control.is-valid,.bootstrap-carousel .was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.bootstrap-carousel .form-control.is-valid:focus,.bootstrap-carousel .was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.bootstrap-carousel .was-validated textarea.form-control:valid,.bootstrap-carousel textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.bootstrap-carousel .custom-select.is-valid,.bootstrap-carousel .was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.bootstrap-carousel .custom-select.is-valid:focus,.bootstrap-carousel .was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.bootstrap-carousel .form-check-input.is-valid~.form-check-label,.bootstrap-carousel .was-validated .form-check-input:valid~.form-check-label{color:#28a745}.bootstrap-carousel .form-check-input.is-valid~.valid-feedback,.bootstrap-carousel .form-check-input.is-valid~.valid-tooltip,.bootstrap-carousel .was-validated .form-check-input:valid~.valid-feedback,.bootstrap-carousel .was-validated .form-check-input:valid~.valid-tooltip{display:block}.bootstrap-carousel .custom-control-input.is-valid~.custom-control-label,.bootstrap-carousel .was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.bootstrap-carousel .custom-control-input.is-valid~.custom-control-label:before,.bootstrap-carousel .was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#28a745}.bootstrap-carousel .custom-control-input.is-valid:checked~.custom-control-label:before,.bootstrap-carousel .was-validated .custom-control-input:valid:checked~.custom-control-label:before{border-color:#34ce57;background-color:#34ce57}.bootstrap-carousel .custom-control-input.is-valid:focus~.custom-control-label:before,.bootstrap-carousel .was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.bootstrap-carousel .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.bootstrap-carousel .custom-file-input.is-valid~.custom-file-label,.bootstrap-carousel .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.bootstrap-carousel .was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.bootstrap-carousel .custom-file-input.is-valid:focus~.custom-file-label,.bootstrap-carousel .was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.bootstrap-carousel .invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.bootstrap-carousel .invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.bootstrap-carousel .is-invalid~.invalid-feedback,.bootstrap-carousel .is-invalid~.invalid-tooltip,.bootstrap-carousel .was-validated :invalid~.invalid-feedback,.bootstrap-carousel .was-validated :invalid~.invalid-tooltip{display:block}.bootstrap-carousel .form-control.is-invalid,.bootstrap-carousel .was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.bootstrap-carousel .form-control.is-invalid:focus,.bootstrap-carousel .was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.bootstrap-carousel .was-validated textarea.form-control:invalid,.bootstrap-carousel textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.bootstrap-carousel .custom-select.is-invalid,.bootstrap-carousel .was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.bootstrap-carousel .custom-select.is-invalid:focus,.bootstrap-carousel .was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.bootstrap-carousel .form-check-input.is-invalid~.form-check-label,.bootstrap-carousel .was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.bootstrap-carousel .form-check-input.is-invalid~.invalid-feedback,.bootstrap-carousel .form-check-input.is-invalid~.invalid-tooltip,.bootstrap-carousel .was-validated .form-check-input:invalid~.invalid-feedback,.bootstrap-carousel .was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.bootstrap-carousel .custom-control-input.is-invalid~.custom-control-label,.bootstrap-carousel .was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.bootstrap-carousel .custom-control-input.is-invalid~.custom-control-label:before,.bootstrap-carousel .was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#dc3545}.bootstrap-carousel .custom-control-input.is-invalid:checked~.custom-control-label:before,.bootstrap-carousel .was-validated .custom-control-input:invalid:checked~.custom-control-label:before{border-color:#e4606d;background-color:#e4606d}.bootstrap-carousel .custom-control-input.is-invalid:focus~.custom-control-label:before,.bootstrap-carousel .was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.bootstrap-carousel .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.bootstrap-carousel .custom-file-input.is-invalid~.custom-file-label,.bootstrap-carousel .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.bootstrap-carousel .was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.bootstrap-carousel .custom-file-input.is-invalid:focus~.custom-file-label,.bootstrap-carousel .was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.bootstrap-carousel .form-inline{display:flex;flex-flow:row wrap;align-items:center}.bootstrap-carousel .form-inline .form-check{width:100%}@media (min-width:576px){.bootstrap-carousel .form-inline label{justify-content:center}.bootstrap-carousel .form-inline .form-group,.bootstrap-carousel .form-inline label{display:flex;align-items:center;margin-bottom:0}.bootstrap-carousel .form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.bootstrap-carousel .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.bootstrap-carousel .form-inline .form-control-plaintext{display:inline-block}.bootstrap-carousel .form-inline .custom-select,.bootstrap-carousel .form-inline .input-group{width:auto}.bootstrap-carousel .form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.bootstrap-carousel .form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.bootstrap-carousel .form-inline .custom-control{align-items:center;justify-content:center}.bootstrap-carousel .form-inline .custom-control-label{margin-bottom:0}}.bootstrap-carousel .btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.bootstrap-carousel .btn{transition:none}}.bootstrap-carousel .btn:hover{color:#212529;text-decoration:none}.bootstrap-carousel .btn.focus,.bootstrap-carousel .btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.bootstrap-carousel .btn.disabled,.bootstrap-carousel .btn:disabled{opacity:.65}.bootstrap-carousel .btn:not(:disabled):not(.disabled){cursor:pointer}.bootstrap-carousel a.btn.disabled,.bootstrap-carousel fieldset:disabled a.btn{pointer-events:none}.bootstrap-carousel .btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.bootstrap-carousel .btn-primary.focus,.bootstrap-carousel .btn-primary:focus,.bootstrap-carousel .btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.bootstrap-carousel .btn-primary.focus,.bootstrap-carousel .btn-primary:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.bootstrap-carousel .btn-primary.disabled,.bootstrap-carousel .btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.bootstrap-carousel .btn-primary:not(:disabled):not(.disabled).active,.bootstrap-carousel .btn-primary:not(:disabled):not(.disabled):active,.bootstrap-carousel .show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.bootstrap-carousel .btn-primary:not(:disabled):not(.disabled).active:focus,.bootstrap-carousel .btn-primary:not(:disabled):not(.disabled):active:focus,.bootstrap-carousel .show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.bootstrap-carousel .btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.bootstrap-carousel .btn-secondary.focus,.bootstrap-carousel .btn-secondary:focus,.bootstrap-carousel .btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.bootstrap-carousel .btn-secondary.focus,.bootstrap-carousel .btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.bootstrap-carousel .btn-secondary.disabled,.bootstrap-carousel .btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.bootstrap-carousel .btn-secondary:not(:disabled):not(.disabled).active,.bootstrap-carousel .btn-secondary:not(:disabled):not(.disabled):active,.bootstrap-carousel .show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.bootstrap-carousel .btn-secondary:not(:disabled):not(.disabled).active:focus,.bootstrap-carousel .btn-secondary:not(:disabled):not(.disabled):active:focus,.bootstrap-carousel .show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.bootstrap-carousel .btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.bootstrap-carousel .btn-success.focus,.bootstrap-carousel .btn-success:focus,.bootstrap-carousel .btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.bootstrap-carousel .btn-success.focus,.bootstrap-carousel .btn-success:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.bootstrap-carousel .btn-success.disabled,.bootstrap-carousel .btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.bootstrap-carousel .btn-success:not(:disabled):not(.disabled).active,.bootstrap-carousel .btn-success:not(:disabled):not(.disabled):active,.bootstrap-carousel .show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.bootstrap-carousel .btn-success:not(:disabled):not(.disabled).active:focus,.bootstrap-carousel .btn-success:not(:disabled):not(.disabled):active:focus,.bootstrap-carousel .show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.bootstrap-carousel .btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.bootstrap-carousel .btn-info.focus,.bootstrap-carousel .btn-info:focus,.bootstrap-carousel .btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.bootstrap-carousel .btn-info.focus,.bootstrap-carousel .btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.bootstrap-carousel .btn-info.disabled,.bootstrap-carousel .btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.bootstrap-carousel .btn-info:not(:disabled):not(.disabled).active,.bootstrap-carousel .btn-info:not(:disabled):not(.disabled):active,.bootstrap-carousel .show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.bootstrap-carousel .btn-info:not(:disabled):not(.disabled).active:focus,.bootstrap-carousel .btn-info:not(:disabled):not(.disabled):active:focus,.bootstrap-carousel .show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.bootstrap-carousel .btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.bootstrap-carousel .btn-warning.focus,.bootstrap-carousel .btn-warning:focus,.bootstrap-carousel .btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.bootstrap-carousel .btn-warning.focus,.bootstrap-carousel .btn-warning:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.bootstrap-carousel .btn-warning.disabled,.bootstrap-carousel .btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.bootstrap-carousel .btn-warning:not(:disabled):not(.disabled).active,.bootstrap-carousel .btn-warning:not(:disabled):not(.disabled):active,.bootstrap-carousel .show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.bootstrap-carousel .btn-warning:not(:disabled):not(.disabled).active:focus,.bootstrap-carousel .btn-warning:not(:disabled):not(.disabled):active:focus,.bootstrap-carousel .show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.bootstrap-carousel .btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.bootstrap-carousel .btn-danger.focus,.bootstrap-carousel .btn-danger:focus,.bootstrap-carousel .btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.bootstrap-carousel .btn-danger.focus,.bootstrap-carousel .btn-danger:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.bootstrap-carousel .btn-danger.disabled,.bootstrap-carousel .btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.bootstrap-carousel .btn-danger:not(:disabled):not(.disabled).active,.bootstrap-carousel .btn-danger:not(:disabled):not(.disabled):active,.bootstrap-carousel .show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.bootstrap-carousel .btn-danger:not(:disabled):not(.disabled).active:focus,.bootstrap-carousel .btn-danger:not(:disabled):not(.disabled):active:focus,.bootstrap-carousel .show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.bootstrap-carousel .btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.bootstrap-carousel .btn-light.focus,.bootstrap-carousel .btn-light:focus,.bootstrap-carousel .btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.bootstrap-carousel .btn-light.focus,.bootstrap-carousel .btn-light:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.bootstrap-carousel .btn-light.disabled,.bootstrap-carousel .btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.bootstrap-carousel .btn-light:not(:disabled):not(.disabled).active,.bootstrap-carousel .btn-light:not(:disabled):not(.disabled):active,.bootstrap-carousel .show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.bootstrap-carousel .btn-light:not(:disabled):not(.disabled).active:focus,.bootstrap-carousel .btn-light:not(:disabled):not(.disabled):active:focus,.bootstrap-carousel .show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.bootstrap-carousel .btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.bootstrap-carousel .btn-dark.focus,.bootstrap-carousel .btn-dark:focus,.bootstrap-carousel .btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.bootstrap-carousel .btn-dark.focus,.bootstrap-carousel .btn-dark:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.bootstrap-carousel .btn-dark.disabled,.bootstrap-carousel .btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.bootstrap-carousel .btn-dark:not(:disabled):not(.disabled).active,.bootstrap-carousel .btn-dark:not(:disabled):not(.disabled):active,.bootstrap-carousel .show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.bootstrap-carousel .btn-dark:not(:disabled):not(.disabled).active:focus,.bootstrap-carousel .btn-dark:not(:disabled):not(.disabled):active:focus,.bootstrap-carousel .show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.bootstrap-carousel .btn-outline-primary{color:#007bff;border-color:#007bff}.bootstrap-carousel .btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.bootstrap-carousel .btn-outline-primary.focus,.bootstrap-carousel .btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.bootstrap-carousel .btn-outline-primary.disabled,.bootstrap-carousel .btn-outline-primary:disabled{color:#007bff;background-color:transparent}.bootstrap-carousel .btn-outline-primary:not(:disabled):not(.disabled).active,.bootstrap-carousel .btn-outline-primary:not(:disabled):not(.disabled):active,.bootstrap-carousel .show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.bootstrap-carousel .btn-outline-primary:not(:disabled):not(.disabled).active:focus,.bootstrap-carousel .btn-outline-primary:not(:disabled):not(.disabled):active:focus,.bootstrap-carousel .show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.bootstrap-carousel .btn-outline-secondary{color:#6c757d;border-color:#6c757d}.bootstrap-carousel .btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.bootstrap-carousel .btn-outline-secondary.focus,.bootstrap-carousel .btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.bootstrap-carousel .btn-outline-secondary.disabled,.bootstrap-carousel .btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.bootstrap-carousel .btn-outline-secondary:not(:disabled):not(.disabled).active,.bootstrap-carousel .btn-outline-secondary:not(:disabled):not(.disabled):active,.bootstrap-carousel .show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.bootstrap-carousel .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.bootstrap-carousel .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.bootstrap-carousel .show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.bootstrap-carousel .btn-outline-success{color:#28a745;border-color:#28a745}.bootstrap-carousel .btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.bootstrap-carousel .btn-outline-success.focus,.bootstrap-carousel .btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.bootstrap-carousel .btn-outline-success.disabled,.bootstrap-carousel .btn-outline-success:disabled{color:#28a745;background-color:transparent}.bootstrap-carousel .btn-outline-success:not(:disabled):not(.disabled).active,.bootstrap-carousel .btn-outline-success:not(:disabled):not(.disabled):active,.bootstrap-carousel .show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.bootstrap-carousel .btn-outline-success:not(:disabled):not(.disabled).active:focus,.bootstrap-carousel .btn-outline-success:not(:disabled):not(.disabled):active:focus,.bootstrap-carousel .show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.bootstrap-carousel .btn-outline-info{color:#17a2b8;border-color:#17a2b8}.bootstrap-carousel .btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.bootstrap-carousel .btn-outline-info.focus,.bootstrap-carousel .btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.bootstrap-carousel .btn-outline-info.disabled,.bootstrap-carousel .btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.bootstrap-carousel .btn-outline-info:not(:disabled):not(.disabled).active,.bootstrap-carousel .btn-outline-info:not(:disabled):not(.disabled):active,.bootstrap-carousel .show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.bootstrap-carousel .btn-outline-info:not(:disabled):not(.disabled).active:focus,.bootstrap-carousel .btn-outline-info:not(:disabled):not(.disabled):active:focus,.bootstrap-carousel .show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.bootstrap-carousel .btn-outline-warning{color:#ffc107;border-color:#ffc107}.bootstrap-carousel .btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.bootstrap-carousel .btn-outline-warning.focus,.bootstrap-carousel .btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.bootstrap-carousel .btn-outline-warning.disabled,.bootstrap-carousel .btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.bootstrap-carousel .btn-outline-warning:not(:disabled):not(.disabled).active,.bootstrap-carousel .btn-outline-warning:not(:disabled):not(.disabled):active,.bootstrap-carousel .show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.bootstrap-carousel .btn-outline-warning:not(:disabled):not(.disabled).active:focus,.bootstrap-carousel .btn-outline-warning:not(:disabled):not(.disabled):active:focus,.bootstrap-carousel .show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.bootstrap-carousel .btn-outline-danger{color:#dc3545;border-color:#dc3545}.bootstrap-carousel .btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.bootstrap-carousel .btn-outline-danger.focus,.bootstrap-carousel .btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.bootstrap-carousel .btn-outline-danger.disabled,.bootstrap-carousel .btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.bootstrap-carousel .btn-outline-danger:not(:disabled):not(.disabled).active,.bootstrap-carousel .btn-outline-danger:not(:disabled):not(.disabled):active,.bootstrap-carousel .show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.bootstrap-carousel .btn-outline-danger:not(:disabled):not(.disabled).active:focus,.bootstrap-carousel .btn-outline-danger:not(:disabled):not(.disabled):active:focus,.bootstrap-carousel .show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.bootstrap-carousel .btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.bootstrap-carousel .btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.bootstrap-carousel .btn-outline-light.focus,.bootstrap-carousel .btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.bootstrap-carousel .btn-outline-light.disabled,.bootstrap-carousel .btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.bootstrap-carousel .btn-outline-light:not(:disabled):not(.disabled).active,.bootstrap-carousel .btn-outline-light:not(:disabled):not(.disabled):active,.bootstrap-carousel .show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.bootstrap-carousel .btn-outline-light:not(:disabled):not(.disabled).active:focus,.bootstrap-carousel .btn-outline-light:not(:disabled):not(.disabled):active:focus,.bootstrap-carousel .show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.bootstrap-carousel .btn-outline-dark{color:#343a40;border-color:#343a40}.bootstrap-carousel .btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.bootstrap-carousel .btn-outline-dark.focus,.bootstrap-carousel .btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.bootstrap-carousel .btn-outline-dark.disabled,.bootstrap-carousel .btn-outline-dark:disabled{color:#343a40;background-color:transparent}.bootstrap-carousel .btn-outline-dark:not(:disabled):not(.disabled).active,.bootstrap-carousel .btn-outline-dark:not(:disabled):not(.disabled):active,.bootstrap-carousel .show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.bootstrap-carousel .btn-outline-dark:not(:disabled):not(.disabled).active:focus,.bootstrap-carousel .btn-outline-dark:not(:disabled):not(.disabled):active:focus,.bootstrap-carousel .show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.bootstrap-carousel .btn-link{font-weight:400;color:#007bff;text-decoration:none}.bootstrap-carousel .btn-link:hover{color:#0056b3}.bootstrap-carousel .btn-link.focus,.bootstrap-carousel .btn-link:focus,.bootstrap-carousel .btn-link:hover{text-decoration:underline}.bootstrap-carousel .btn-link.disabled,.bootstrap-carousel .btn-link:disabled{color:#6c757d;pointer-events:none}.bootstrap-carousel .btn-group-lg>.btn,.bootstrap-carousel .btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.bootstrap-carousel .btn-group-sm>.btn,.bootstrap-carousel .btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.bootstrap-carousel .btn-block{display:block;width:100%}.bootstrap-carousel .btn-block+.btn-block{margin-top:.5rem}.bootstrap-carousel input[type=button].btn-block,.bootstrap-carousel input[type=reset].btn-block,.bootstrap-carousel input[type=submit].btn-block{width:100%}.bootstrap-carousel .fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.bootstrap-carousel .fade{transition:none}}.bootstrap-carousel .fade:not(.show){opacity:0}.bootstrap-carousel .collapse:not(.show){display:none}.bootstrap-carousel .collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.bootstrap-carousel .collapsing{transition:none}}.bootstrap-carousel .dropdown,.bootstrap-carousel .dropleft,.bootstrap-carousel .dropright,.bootstrap-carousel .dropup{position:relative}.bootstrap-carousel .dropdown-toggle{white-space:nowrap}.bootstrap-carousel .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.bootstrap-carousel .dropdown-toggle:empty:after{margin-left:0}.bootstrap-carousel .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.bootstrap-carousel .dropdown-menu-left{right:auto;left:0}.bootstrap-carousel .dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.bootstrap-carousel .dropdown-menu-sm-left{right:auto;left:0}.bootstrap-carousel .dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.bootstrap-carousel .dropdown-menu-md-left{right:auto;left:0}.bootstrap-carousel .dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.bootstrap-carousel .dropdown-menu-lg-left{right:auto;left:0}.bootstrap-carousel .dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.bootstrap-carousel .dropdown-menu-xl-left{right:auto;left:0}.bootstrap-carousel .dropdown-menu-xl-right{right:0;left:auto}}.bootstrap-carousel .dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.bootstrap-carousel .dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.bootstrap-carousel .dropup .dropdown-toggle:empty:after{margin-left:0}.bootstrap-carousel .dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.bootstrap-carousel .dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.bootstrap-carousel .dropright .dropdown-toggle:empty:after{margin-left:0}.bootstrap-carousel .dropright .dropdown-toggle:after{vertical-align:0}.bootstrap-carousel .dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.bootstrap-carousel .dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.bootstrap-carousel .dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.bootstrap-carousel .dropleft .dropdown-toggle:empty:after{margin-left:0}.bootstrap-carousel .dropleft .dropdown-toggle:before{vertical-align:0}.bootstrap-carousel .dropdown-menu[x-placement^=bottom],.bootstrap-carousel .dropdown-menu[x-placement^=left],.bootstrap-carousel .dropdown-menu[x-placement^=right],.bootstrap-carousel .dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.bootstrap-carousel .dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.bootstrap-carousel .dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.bootstrap-carousel .dropdown-item:focus,.bootstrap-carousel .dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.bootstrap-carousel .dropdown-item.active,.bootstrap-carousel .dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.bootstrap-carousel .dropdown-item.disabled,.bootstrap-carousel .dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.bootstrap-carousel .dropdown-menu.show{display:block}.bootstrap-carousel .dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.bootstrap-carousel .dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.bootstrap-carousel .btn-group,.bootstrap-carousel .btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.bootstrap-carousel .btn-group-vertical>.btn,.bootstrap-carousel .btn-group>.btn{position:relative;flex:1 1 auto}.bootstrap-carousel .btn-group-vertical>.btn.active,.bootstrap-carousel .btn-group-vertical>.btn:active,.bootstrap-carousel .btn-group-vertical>.btn:focus,.bootstrap-carousel .btn-group-vertical>.btn:hover,.bootstrap-carousel .btn-group>.btn.active,.bootstrap-carousel .btn-group>.btn:active,.bootstrap-carousel .btn-group>.btn:focus,.bootstrap-carousel .btn-group>.btn:hover{z-index:1}.bootstrap-carousel .btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.bootstrap-carousel .btn-toolbar .input-group{width:auto}.bootstrap-carousel .btn-group>.btn-group:not(:first-child),.bootstrap-carousel .btn-group>.btn:not(:first-child){margin-left:-1px}.bootstrap-carousel .btn-group>.btn-group:not(:last-child)>.btn,.bootstrap-carousel .btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap-carousel .btn-group>.btn-group:not(:first-child)>.btn,.bootstrap-carousel .btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.bootstrap-carousel .dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.bootstrap-carousel .dropdown-toggle-split:after,.bootstrap-carousel .dropright .dropdown-toggle-split:after,.bootstrap-carousel .dropup .dropdown-toggle-split:after{margin-left:0}.bootstrap-carousel .dropleft .dropdown-toggle-split:before{margin-right:0}.bootstrap-carousel .btn-group-sm>.btn+.dropdown-toggle-split,.bootstrap-carousel .btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.bootstrap-carousel .btn-group-lg>.btn+.dropdown-toggle-split,.bootstrap-carousel .btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.bootstrap-carousel .btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.bootstrap-carousel .btn-group-vertical>.btn,.bootstrap-carousel .btn-group-vertical>.btn-group{width:100%}.bootstrap-carousel .btn-group-vertical>.btn-group:not(:first-child),.bootstrap-carousel .btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.bootstrap-carousel .btn-group-vertical>.btn-group:not(:last-child)>.btn,.bootstrap-carousel .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap-carousel .btn-group-vertical>.btn-group:not(:first-child)>.btn,.bootstrap-carousel .btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.bootstrap-carousel .btn-group-toggle>.btn,.bootstrap-carousel .btn-group-toggle>.btn-group>.btn{margin-bottom:0}.bootstrap-carousel .btn-group-toggle>.btn-group>.btn input[type=checkbox],.bootstrap-carousel .btn-group-toggle>.btn-group>.btn input[type=radio],.bootstrap-carousel .btn-group-toggle>.btn input[type=checkbox],.bootstrap-carousel .btn-group-toggle>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.bootstrap-carousel .input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.bootstrap-carousel .input-group>.custom-file,.bootstrap-carousel .input-group>.custom-select,.bootstrap-carousel .input-group>.form-control,.bootstrap-carousel .input-group>.form-control-plaintext{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.bootstrap-carousel .input-group>.custom-file+.custom-file,.bootstrap-carousel .input-group>.custom-file+.custom-select,.bootstrap-carousel .input-group>.custom-file+.form-control,.bootstrap-carousel .input-group>.custom-select+.custom-file,.bootstrap-carousel .input-group>.custom-select+.custom-select,.bootstrap-carousel .input-group>.custom-select+.form-control,.bootstrap-carousel .input-group>.form-control+.custom-file,.bootstrap-carousel .input-group>.form-control+.custom-select,.bootstrap-carousel .input-group>.form-control+.form-control,.bootstrap-carousel .input-group>.form-control-plaintext+.custom-file,.bootstrap-carousel .input-group>.form-control-plaintext+.custom-select,.bootstrap-carousel .input-group>.form-control-plaintext+.form-control{margin-left:-1px}.bootstrap-carousel .input-group>.custom-file .custom-file-input:focus~.custom-file-label,.bootstrap-carousel .input-group>.custom-select:focus,.bootstrap-carousel .input-group>.form-control:focus{z-index:3}.bootstrap-carousel .input-group>.custom-file .custom-file-input:focus{z-index:4}.bootstrap-carousel .input-group>.custom-select:not(:last-child),.bootstrap-carousel .input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap-carousel .input-group>.custom-select:not(:first-child),.bootstrap-carousel .input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.bootstrap-carousel .input-group>.custom-file{display:flex;align-items:center}.bootstrap-carousel .input-group>.custom-file:not(:last-child) .custom-file-label,.bootstrap-carousel .input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap-carousel .input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.bootstrap-carousel .input-group-append,.bootstrap-carousel .input-group-prepend{display:flex}.bootstrap-carousel .input-group-append .btn,.bootstrap-carousel .input-group-prepend .btn{position:relative;z-index:2}.bootstrap-carousel .input-group-append .btn:focus,.bootstrap-carousel .input-group-prepend .btn:focus{z-index:3}.bootstrap-carousel .input-group-append .btn+.btn,.bootstrap-carousel .input-group-append .btn+.input-group-text,.bootstrap-carousel .input-group-append .input-group-text+.btn,.bootstrap-carousel .input-group-append .input-group-text+.input-group-text,.bootstrap-carousel .input-group-prepend .btn+.btn,.bootstrap-carousel .input-group-prepend .btn+.input-group-text,.bootstrap-carousel .input-group-prepend .input-group-text+.btn,.bootstrap-carousel .input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.bootstrap-carousel .input-group-prepend{margin-right:-1px}.bootstrap-carousel .input-group-append{margin-left:-1px}.bootstrap-carousel .input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.bootstrap-carousel .input-group-text input[type=checkbox],.bootstrap-carousel .input-group-text input[type=radio]{margin-top:0}.bootstrap-carousel .input-group-lg>.custom-select,.bootstrap-carousel .input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.bootstrap-carousel .input-group-lg>.custom-select,.bootstrap-carousel .input-group-lg>.form-control,.bootstrap-carousel .input-group-lg>.input-group-append>.btn,.bootstrap-carousel .input-group-lg>.input-group-append>.input-group-text,.bootstrap-carousel .input-group-lg>.input-group-prepend>.btn,.bootstrap-carousel .input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.bootstrap-carousel .input-group-sm>.custom-select,.bootstrap-carousel .input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.bootstrap-carousel .input-group-sm>.custom-select,.bootstrap-carousel .input-group-sm>.form-control,.bootstrap-carousel .input-group-sm>.input-group-append>.btn,.bootstrap-carousel .input-group-sm>.input-group-append>.input-group-text,.bootstrap-carousel .input-group-sm>.input-group-prepend>.btn,.bootstrap-carousel .input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.bootstrap-carousel .input-group-lg>.custom-select,.bootstrap-carousel .input-group-sm>.custom-select{padding-right:1.75rem}.bootstrap-carousel .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.bootstrap-carousel .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.bootstrap-carousel .input-group>.input-group-append:not(:last-child)>.btn,.bootstrap-carousel .input-group>.input-group-append:not(:last-child)>.input-group-text,.bootstrap-carousel .input-group>.input-group-prepend>.btn,.bootstrap-carousel .input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap-carousel .input-group>.input-group-append>.btn,.bootstrap-carousel .input-group>.input-group-append>.input-group-text,.bootstrap-carousel .input-group>.input-group-prepend:first-child>.btn:not(:first-child),.bootstrap-carousel .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.bootstrap-carousel .input-group>.input-group-prepend:not(:first-child)>.btn,.bootstrap-carousel .input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.bootstrap-carousel .custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.bootstrap-carousel .custom-control-inline{display:inline-flex;margin-right:1rem}.bootstrap-carousel .custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.bootstrap-carousel .custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#007bff;background-color:#007bff}.bootstrap-carousel .custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.bootstrap-carousel .custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#80bdff}.bootstrap-carousel .custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.bootstrap-carousel .custom-control-input:disabled~.custom-control-label,.bootstrap-carousel .custom-control-input[disabled]~.custom-control-label{color:#6c757d}.bootstrap-carousel .custom-control-input:disabled~.custom-control-label:before,.bootstrap-carousel .custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}.bootstrap-carousel .custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.bootstrap-carousel .custom-control-label:before{pointer-events:none;background-color:#fff;border:1px solid #adb5bd}.bootstrap-carousel .custom-control-label:after,.bootstrap-carousel .custom-control-label:before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}.bootstrap-carousel .custom-control-label:after{background:no-repeat 50%/50% 50%}.bootstrap-carousel .custom-checkbox .custom-control-label:before{border-radius:.25rem}.bootstrap-carousel .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.bootstrap-carousel .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#007bff;background-color:#007bff}.bootstrap-carousel .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.bootstrap-carousel .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.bootstrap-carousel .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.bootstrap-carousel .custom-radio .custom-control-label:before{border-radius:50%}.bootstrap-carousel .custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.bootstrap-carousel .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.bootstrap-carousel .custom-switch{padding-left:2.25rem}.bootstrap-carousel .custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.bootstrap-carousel .custom-switch .custom-control-label:after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.bootstrap-carousel .custom-switch .custom-control-label:after{transition:none}}.bootstrap-carousel .custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.bootstrap-carousel .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.bootstrap-carousel .custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;appearance:none}.bootstrap-carousel .custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.bootstrap-carousel .custom-select:focus::-ms-value{color:#495057;background-color:#fff}.bootstrap-carousel .custom-select[multiple],.bootstrap-carousel .custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.bootstrap-carousel .custom-select:disabled{color:#6c757d;background-color:#e9ecef}.bootstrap-carousel .custom-select::-ms-expand{display:none}.bootstrap-carousel .custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.bootstrap-carousel .custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.bootstrap-carousel .custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.bootstrap-carousel .custom-file{display:inline-block;margin-bottom:0}.bootstrap-carousel .custom-file,.bootstrap-carousel .custom-file-input{position:relative;width:100%;height:calc(1.5em + .75rem + 2px)}.bootstrap-carousel .custom-file-input{z-index:2;margin:0;opacity:0}.bootstrap-carousel .custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.bootstrap-carousel .custom-file-input:disabled~.custom-file-label,.bootstrap-carousel .custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.bootstrap-carousel .custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.bootstrap-carousel .custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.bootstrap-carousel .custom-file-label{left:0;z-index:1;height:calc(1.5em + .75rem + 2px);font-weight:400;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.bootstrap-carousel .custom-file-label,.bootstrap-carousel .custom-file-label:after{position:absolute;top:0;right:0;padding:.375rem .75rem;line-height:1.5;color:#495057}.bootstrap-carousel .custom-file-label:after{bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.bootstrap-carousel .custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;appearance:none}.bootstrap-carousel .custom-range:focus{outline:0}.bootstrap-carousel .custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.bootstrap-carousel .custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.bootstrap-carousel .custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.bootstrap-carousel .custom-range::-moz-focus-outer{border:0}.bootstrap-carousel .custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.bootstrap-carousel .custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.bootstrap-carousel .custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.bootstrap-carousel .custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.bootstrap-carousel .custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.bootstrap-carousel .custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.bootstrap-carousel .custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.bootstrap-carousel .custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.bootstrap-carousel .custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.bootstrap-carousel .custom-range::-ms-thumb{-ms-transition:none;transition:none}}.bootstrap-carousel .custom-range::-ms-thumb:active{background-color:#b3d7ff}.bootstrap-carousel .custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.bootstrap-carousel .custom-range::-ms-fill-lower,.bootstrap-carousel .custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}.bootstrap-carousel .custom-range::-ms-fill-upper{margin-right:15px}.bootstrap-carousel .custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.bootstrap-carousel .custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.bootstrap-carousel .custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.bootstrap-carousel .custom-range:disabled::-moz-range-track{cursor:default}.bootstrap-carousel .custom-range:disabled::-ms-thumb{background-color:#adb5bd}.bootstrap-carousel .custom-control-label:before,.bootstrap-carousel .custom-file-label,.bootstrap-carousel .custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.bootstrap-carousel .custom-control-label:before,.bootstrap-carousel .custom-file-label,.bootstrap-carousel .custom-select{transition:none}}.bootstrap-carousel .nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.bootstrap-carousel .nav-link{display:block;padding:.5rem 1rem}.bootstrap-carousel .nav-link:focus,.bootstrap-carousel .nav-link:hover{text-decoration:none}.bootstrap-carousel .nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.bootstrap-carousel .nav-tabs{border-bottom:1px solid #dee2e6}.bootstrap-carousel .nav-tabs .nav-item{margin-bottom:-1px}.bootstrap-carousel .nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.bootstrap-carousel .nav-tabs .nav-link:focus,.bootstrap-carousel .nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.bootstrap-carousel .nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.bootstrap-carousel .nav-tabs .nav-item.show .nav-link,.bootstrap-carousel .nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.bootstrap-carousel .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.bootstrap-carousel .nav-pills .nav-link{border-radius:.25rem}.bootstrap-carousel .nav-pills .nav-link.active,.bootstrap-carousel .nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.bootstrap-carousel .nav-fill .nav-item{flex:1 1 auto;text-align:center}.bootstrap-carousel .nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.bootstrap-carousel .tab-content>.tab-pane{display:none}.bootstrap-carousel .tab-content>.active{display:block}.bootstrap-carousel .navbar{position:relative;padding:.5rem 1rem}.bootstrap-carousel .navbar,.bootstrap-carousel .navbar .container,.bootstrap-carousel .navbar .container-fluid,.bootstrap-carousel .navbar .container-lg,.bootstrap-carousel .navbar .container-md,.bootstrap-carousel .navbar .container-sm,.bootstrap-carousel .navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.bootstrap-carousel .navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.bootstrap-carousel .navbar-brand:focus,.bootstrap-carousel .navbar-brand:hover{text-decoration:none}.bootstrap-carousel .navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.bootstrap-carousel .navbar-nav .nav-link{padding-right:0;padding-left:0}.bootstrap-carousel .navbar-nav .dropdown-menu{position:static;float:none}.bootstrap-carousel .navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.bootstrap-carousel .navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.bootstrap-carousel .navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.bootstrap-carousel .navbar-toggler:focus,.bootstrap-carousel .navbar-toggler:hover{text-decoration:none}.bootstrap-carousel .navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat 50%;background-size:100% 100%}@media (max-width:575.98px){.bootstrap-carousel .navbar-expand-sm>.container,.bootstrap-carousel .navbar-expand-sm>.container-fluid,.bootstrap-carousel .navbar-expand-sm>.container-lg,.bootstrap-carousel .navbar-expand-sm>.container-md,.bootstrap-carousel .navbar-expand-sm>.container-sm,.bootstrap-carousel .navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width:576px){.bootstrap-carousel .navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.bootstrap-carousel .navbar-expand-sm .navbar-nav{flex-direction:row}.bootstrap-carousel .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.bootstrap-carousel .navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.bootstrap-carousel .navbar-expand-sm>.container,.bootstrap-carousel .navbar-expand-sm>.container-fluid,.bootstrap-carousel .navbar-expand-sm>.container-lg,.bootstrap-carousel .navbar-expand-sm>.container-md,.bootstrap-carousel .navbar-expand-sm>.container-sm,.bootstrap-carousel .navbar-expand-sm>.container-xl{flex-wrap:nowrap}.bootstrap-carousel .navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.bootstrap-carousel .navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.bootstrap-carousel .navbar-expand-md>.container,.bootstrap-carousel .navbar-expand-md>.container-fluid,.bootstrap-carousel .navbar-expand-md>.container-lg,.bootstrap-carousel .navbar-expand-md>.container-md,.bootstrap-carousel .navbar-expand-md>.container-sm,.bootstrap-carousel .navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width:768px){.bootstrap-carousel .navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.bootstrap-carousel .navbar-expand-md .navbar-nav{flex-direction:row}.bootstrap-carousel .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.bootstrap-carousel .navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.bootstrap-carousel .navbar-expand-md>.container,.bootstrap-carousel .navbar-expand-md>.container-fluid,.bootstrap-carousel .navbar-expand-md>.container-lg,.bootstrap-carousel .navbar-expand-md>.container-md,.bootstrap-carousel .navbar-expand-md>.container-sm,.bootstrap-carousel .navbar-expand-md>.container-xl{flex-wrap:nowrap}.bootstrap-carousel .navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.bootstrap-carousel .navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.bootstrap-carousel .navbar-expand-lg>.container,.bootstrap-carousel .navbar-expand-lg>.container-fluid,.bootstrap-carousel .navbar-expand-lg>.container-lg,.bootstrap-carousel .navbar-expand-lg>.container-md,.bootstrap-carousel .navbar-expand-lg>.container-sm,.bootstrap-carousel .navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width:992px){.bootstrap-carousel .navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.bootstrap-carousel .navbar-expand-lg .navbar-nav{flex-direction:row}.bootstrap-carousel .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.bootstrap-carousel .navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.bootstrap-carousel .navbar-expand-lg>.container,.bootstrap-carousel .navbar-expand-lg>.container-fluid,.bootstrap-carousel .navbar-expand-lg>.container-lg,.bootstrap-carousel .navbar-expand-lg>.container-md,.bootstrap-carousel .navbar-expand-lg>.container-sm,.bootstrap-carousel .navbar-expand-lg>.container-xl{flex-wrap:nowrap}.bootstrap-carousel .navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.bootstrap-carousel .navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.bootstrap-carousel .navbar-expand-xl>.container,.bootstrap-carousel .navbar-expand-xl>.container-fluid,.bootstrap-carousel .navbar-expand-xl>.container-lg,.bootstrap-carousel .navbar-expand-xl>.container-md,.bootstrap-carousel .navbar-expand-xl>.container-sm,.bootstrap-carousel .navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1200px){.bootstrap-carousel .navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.bootstrap-carousel .navbar-expand-xl .navbar-nav{flex-direction:row}.bootstrap-carousel .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.bootstrap-carousel .navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.bootstrap-carousel .navbar-expand-xl>.container,.bootstrap-carousel .navbar-expand-xl>.container-fluid,.bootstrap-carousel .navbar-expand-xl>.container-lg,.bootstrap-carousel .navbar-expand-xl>.container-md,.bootstrap-carousel .navbar-expand-xl>.container-sm,.bootstrap-carousel .navbar-expand-xl>.container-xl{flex-wrap:nowrap}.bootstrap-carousel .navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.bootstrap-carousel .navbar-expand-xl .navbar-toggler{display:none}}.bootstrap-carousel .navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.bootstrap-carousel .navbar-expand>.container,.bootstrap-carousel .navbar-expand>.container-fluid,.bootstrap-carousel .navbar-expand>.container-lg,.bootstrap-carousel .navbar-expand>.container-md,.bootstrap-carousel .navbar-expand>.container-sm,.bootstrap-carousel .navbar-expand>.container-xl{padding-right:0;padding-left:0}.bootstrap-carousel .navbar-expand .navbar-nav{flex-direction:row}.bootstrap-carousel .navbar-expand .navbar-nav .dropdown-menu{position:absolute}.bootstrap-carousel .navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.bootstrap-carousel .navbar-expand>.container,.bootstrap-carousel .navbar-expand>.container-fluid,.bootstrap-carousel .navbar-expand>.container-lg,.bootstrap-carousel .navbar-expand>.container-md,.bootstrap-carousel .navbar-expand>.container-sm,.bootstrap-carousel .navbar-expand>.container-xl{flex-wrap:nowrap}.bootstrap-carousel .navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.bootstrap-carousel .navbar-expand .navbar-toggler{display:none}.bootstrap-carousel .navbar-light .navbar-brand,.bootstrap-carousel .navbar-light .navbar-brand:focus,.bootstrap-carousel .navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.bootstrap-carousel .navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.bootstrap-carousel .navbar-light .navbar-nav .nav-link:focus,.bootstrap-carousel .navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.bootstrap-carousel .navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.bootstrap-carousel .navbar-light .navbar-nav .active>.nav-link,.bootstrap-carousel .navbar-light .navbar-nav .nav-link.active,.bootstrap-carousel .navbar-light .navbar-nav .nav-link.show,.bootstrap-carousel .navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.bootstrap-carousel .navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.bootstrap-carousel .navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.bootstrap-carousel .navbar-light .navbar-text{color:rgba(0,0,0,.5)}.bootstrap-carousel .navbar-light .navbar-text a,.bootstrap-carousel .navbar-light .navbar-text a:focus,.bootstrap-carousel .navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.bootstrap-carousel .navbar-dark .navbar-brand,.bootstrap-carousel .navbar-dark .navbar-brand:focus,.bootstrap-carousel .navbar-dark .navbar-brand:hover{color:#fff}.bootstrap-carousel .navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.bootstrap-carousel .navbar-dark .navbar-nav .nav-link:focus,.bootstrap-carousel .navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.bootstrap-carousel .navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.bootstrap-carousel .navbar-dark .navbar-nav .active>.nav-link,.bootstrap-carousel .navbar-dark .navbar-nav .nav-link.active,.bootstrap-carousel .navbar-dark .navbar-nav .nav-link.show,.bootstrap-carousel .navbar-dark .navbar-nav .show>.nav-link{color:#fff}.bootstrap-carousel .navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.1)}.bootstrap-carousel .navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.bootstrap-carousel .navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.bootstrap-carousel .navbar-dark .navbar-text a,.bootstrap-carousel .navbar-dark .navbar-text a:focus,.bootstrap-carousel .navbar-dark .navbar-text a:hover{color:#fff}.bootstrap-carousel .card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.bootstrap-carousel .card>hr{margin-right:0;margin-left:0}.bootstrap-carousel .card>.list-group{border-top:inherit;border-bottom:inherit}.bootstrap-carousel .card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.bootstrap-carousel .card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.bootstrap-carousel .card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.bootstrap-carousel .card-title{margin-bottom:.75rem}.bootstrap-carousel .card-subtitle{margin-top:-.375rem}.bootstrap-carousel .card-subtitle,.bootstrap-carousel .card-text:last-child{margin-bottom:0}.bootstrap-carousel .card-link:hover{text-decoration:none}.bootstrap-carousel .card-link+.card-link{margin-left:1.25rem}.bootstrap-carousel .card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.bootstrap-carousel .card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.bootstrap-carousel .card-header+.list-group .list-group-item:first-child{border-top:0}.bootstrap-carousel .card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.bootstrap-carousel .card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.bootstrap-carousel .card-header-tabs{margin-bottom:-.75rem;border-bottom:0}.bootstrap-carousel .card-header-pills,.bootstrap-carousel .card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}.bootstrap-carousel .card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.bootstrap-carousel .card-img,.bootstrap-carousel .card-img-bottom,.bootstrap-carousel .card-img-top{flex-shrink:0;width:100%}.bootstrap-carousel .card-img,.bootstrap-carousel .card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.bootstrap-carousel .card-img,.bootstrap-carousel .card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.bootstrap-carousel .card-deck .card{margin-bottom:15px}@media (min-width:576px){.bootstrap-carousel .card-deck{display:flex;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.bootstrap-carousel .card-deck .card{flex:1 0;margin-right:15px;margin-bottom:0;margin-left:15px}}.bootstrap-carousel .card-group>.card{margin-bottom:15px}@media (min-width:576px){.bootstrap-carousel .card-group{display:flex;flex-flow:row wrap}.bootstrap-carousel .card-group>.card{flex:1 0;margin-bottom:0}.bootstrap-carousel .card-group>.card+.card{margin-left:0;border-left:0}.bootstrap-carousel .card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap-carousel .card-group>.card:not(:last-child) .card-header,.bootstrap-carousel .card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.bootstrap-carousel .card-group>.card:not(:last-child) .card-footer,.bootstrap-carousel .card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.bootstrap-carousel .card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.bootstrap-carousel .card-group>.card:not(:first-child) .card-header,.bootstrap-carousel .card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.bootstrap-carousel .card-group>.card:not(:first-child) .card-footer,.bootstrap-carousel .card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.bootstrap-carousel .card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.bootstrap-carousel .card-columns{-webkit-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;grid-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.bootstrap-carousel .card-columns .card{display:inline-block;width:100%}}.bootstrap-carousel .accordion>.card{overflow:hidden}.bootstrap-carousel .accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap-carousel .accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.bootstrap-carousel .accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.bootstrap-carousel .breadcrumb{flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.bootstrap-carousel .breadcrumb,.bootstrap-carousel .breadcrumb-item{display:flex}.bootstrap-carousel .breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.bootstrap-carousel .breadcrumb-item+.breadcrumb-item:before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.bootstrap-carousel .breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.bootstrap-carousel .breadcrumb-item.active{color:#6c757d}.bootstrap-carousel .pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}.bootstrap-carousel .page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.bootstrap-carousel .page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.bootstrap-carousel .page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.bootstrap-carousel .page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.bootstrap-carousel .page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.bootstrap-carousel .page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.bootstrap-carousel .page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.bootstrap-carousel .pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.bootstrap-carousel .pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.bootstrap-carousel .pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.bootstrap-carousel .pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.bootstrap-carousel .pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.bootstrap-carousel .pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.bootstrap-carousel .badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.bootstrap-carousel .badge{transition:none}}.bootstrap-carousel a.badge:focus,.bootstrap-carousel a.badge:hover{text-decoration:none}.bootstrap-carousel .badge:empty{display:none}.bootstrap-carousel .btn .badge{position:relative;top:-1px}.bootstrap-carousel .badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.bootstrap-carousel .badge-primary{color:#fff;background-color:#007bff}.bootstrap-carousel a.badge-primary:focus,.bootstrap-carousel a.badge-primary:hover{color:#fff;background-color:#0062cc}.bootstrap-carousel a.badge-primary.focus,.bootstrap-carousel a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.bootstrap-carousel .badge-secondary{color:#fff;background-color:#6c757d}.bootstrap-carousel a.badge-secondary:focus,.bootstrap-carousel a.badge-secondary:hover{color:#fff;background-color:#545b62}.bootstrap-carousel a.badge-secondary.focus,.bootstrap-carousel a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.bootstrap-carousel .badge-success{color:#fff;background-color:#28a745}.bootstrap-carousel a.badge-success:focus,.bootstrap-carousel a.badge-success:hover{color:#fff;background-color:#1e7e34}.bootstrap-carousel a.badge-success.focus,.bootstrap-carousel a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.bootstrap-carousel .badge-info{color:#fff;background-color:#17a2b8}.bootstrap-carousel a.badge-info:focus,.bootstrap-carousel a.badge-info:hover{color:#fff;background-color:#117a8b}.bootstrap-carousel a.badge-info.focus,.bootstrap-carousel a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.bootstrap-carousel .badge-warning{color:#212529;background-color:#ffc107}.bootstrap-carousel a.badge-warning:focus,.bootstrap-carousel a.badge-warning:hover{color:#212529;background-color:#d39e00}.bootstrap-carousel a.badge-warning.focus,.bootstrap-carousel a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.bootstrap-carousel .badge-danger{color:#fff;background-color:#dc3545}.bootstrap-carousel a.badge-danger:focus,.bootstrap-carousel a.badge-danger:hover{color:#fff;background-color:#bd2130}.bootstrap-carousel a.badge-danger.focus,.bootstrap-carousel a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.bootstrap-carousel .badge-light{color:#212529;background-color:#f8f9fa}.bootstrap-carousel a.badge-light:focus,.bootstrap-carousel a.badge-light:hover{color:#212529;background-color:#dae0e5}.bootstrap-carousel a.badge-light.focus,.bootstrap-carousel a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.bootstrap-carousel .badge-dark{color:#fff;background-color:#343a40}.bootstrap-carousel a.badge-dark:focus,.bootstrap-carousel a.badge-dark:hover{color:#fff;background-color:#1d2124}.bootstrap-carousel a.badge-dark.focus,.bootstrap-carousel a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.bootstrap-carousel .jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.bootstrap-carousel .jumbotron{padding:4rem 2rem}}.bootstrap-carousel .jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.bootstrap-carousel .alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.bootstrap-carousel .alert-heading{color:inherit}.bootstrap-carousel .alert-link{font-weight:700}.bootstrap-carousel .alert-dismissible{padding-right:4rem}.bootstrap-carousel .alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.bootstrap-carousel .alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.bootstrap-carousel .alert-primary hr{border-top-color:#9fcdff}.bootstrap-carousel .alert-primary .alert-link{color:#002752}.bootstrap-carousel .alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.bootstrap-carousel .alert-secondary hr{border-top-color:#c8cbcf}.bootstrap-carousel .alert-secondary .alert-link{color:#202326}.bootstrap-carousel .alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.bootstrap-carousel .alert-success hr{border-top-color:#b1dfbb}.bootstrap-carousel .alert-success .alert-link{color:#0b2e13}.bootstrap-carousel .alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.bootstrap-carousel .alert-info hr{border-top-color:#abdde5}.bootstrap-carousel .alert-info .alert-link{color:#062c33}.bootstrap-carousel .alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.bootstrap-carousel .alert-warning hr{border-top-color:#ffe8a1}.bootstrap-carousel .alert-warning .alert-link{color:#533f03}.bootstrap-carousel .alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.bootstrap-carousel .alert-danger hr{border-top-color:#f1b0b7}.bootstrap-carousel .alert-danger .alert-link{color:#491217}.bootstrap-carousel .alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.bootstrap-carousel .alert-light hr{border-top-color:#ececf6}.bootstrap-carousel .alert-light .alert-link{color:#686868}.bootstrap-carousel .alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.bootstrap-carousel .alert-dark hr{border-top-color:#b9bbbe}.bootstrap-carousel .alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.bootstrap-carousel .progress{height:1rem;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.bootstrap-carousel .progress,.bootstrap-carousel .progress-bar{display:flex;overflow:hidden}.bootstrap-carousel .progress-bar{flex-direction:column;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.bootstrap-carousel .progress-bar{transition:none}}.bootstrap-carousel .progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.bootstrap-carousel .progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.bootstrap-carousel .progress-bar-animated{-webkit-animation:none;animation:none}}.bootstrap-carousel .media{display:flex;align-items:flex-start}.bootstrap-carousel .media-body{flex:1 1}.bootstrap-carousel .list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.bootstrap-carousel .list-group-item-action{width:100%;color:#495057;text-align:inherit}.bootstrap-carousel .list-group-item-action:focus,.bootstrap-carousel .list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.bootstrap-carousel .list-group-item-action:active{color:#212529;background-color:#e9ecef}.bootstrap-carousel .list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.bootstrap-carousel .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.bootstrap-carousel .list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.bootstrap-carousel .list-group-item.disabled,.bootstrap-carousel .list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.bootstrap-carousel .list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.bootstrap-carousel .list-group-item+.list-group-item{border-top-width:0}.bootstrap-carousel .list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.bootstrap-carousel .list-group-horizontal{flex-direction:row}.bootstrap-carousel .list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.bootstrap-carousel .list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.bootstrap-carousel .list-group-horizontal>.list-group-item.active{margin-top:0}.bootstrap-carousel .list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.bootstrap-carousel .list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.bootstrap-carousel .list-group-horizontal-sm{flex-direction:row}.bootstrap-carousel .list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.bootstrap-carousel .list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.bootstrap-carousel .list-group-horizontal-sm>.list-group-item.active{margin-top:0}.bootstrap-carousel .list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.bootstrap-carousel .list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.bootstrap-carousel .list-group-horizontal-md{flex-direction:row}.bootstrap-carousel .list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.bootstrap-carousel .list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.bootstrap-carousel .list-group-horizontal-md>.list-group-item.active{margin-top:0}.bootstrap-carousel .list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.bootstrap-carousel .list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.bootstrap-carousel .list-group-horizontal-lg{flex-direction:row}.bootstrap-carousel .list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.bootstrap-carousel .list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.bootstrap-carousel .list-group-horizontal-lg>.list-group-item.active{margin-top:0}.bootstrap-carousel .list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.bootstrap-carousel .list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.bootstrap-carousel .list-group-horizontal-xl{flex-direction:row}.bootstrap-carousel .list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.bootstrap-carousel .list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.bootstrap-carousel .list-group-horizontal-xl>.list-group-item.active{margin-top:0}.bootstrap-carousel .list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.bootstrap-carousel .list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.bootstrap-carousel .list-group-flush{border-radius:0}.bootstrap-carousel .list-group-flush>.list-group-item{border-width:0 0 1px}.bootstrap-carousel .list-group-flush>.list-group-item:last-child{border-bottom-width:0}.bootstrap-carousel .list-group-item-primary{color:#004085;background-color:#b8daff}.bootstrap-carousel .list-group-item-primary.list-group-item-action:focus,.bootstrap-carousel .list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.bootstrap-carousel .list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.bootstrap-carousel .list-group-item-secondary{color:#383d41;background-color:#d6d8db}.bootstrap-carousel .list-group-item-secondary.list-group-item-action:focus,.bootstrap-carousel .list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.bootstrap-carousel .list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.bootstrap-carousel .list-group-item-success{color:#155724;background-color:#c3e6cb}.bootstrap-carousel .list-group-item-success.list-group-item-action:focus,.bootstrap-carousel .list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.bootstrap-carousel .list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.bootstrap-carousel .list-group-item-info{color:#0c5460;background-color:#bee5eb}.bootstrap-carousel .list-group-item-info.list-group-item-action:focus,.bootstrap-carousel .list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.bootstrap-carousel .list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.bootstrap-carousel .list-group-item-warning{color:#856404;background-color:#ffeeba}.bootstrap-carousel .list-group-item-warning.list-group-item-action:focus,.bootstrap-carousel .list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.bootstrap-carousel .list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.bootstrap-carousel .list-group-item-danger{color:#721c24;background-color:#f5c6cb}.bootstrap-carousel .list-group-item-danger.list-group-item-action:focus,.bootstrap-carousel .list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.bootstrap-carousel .list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.bootstrap-carousel .list-group-item-light{color:#818182;background-color:#fdfdfe}.bootstrap-carousel .list-group-item-light.list-group-item-action:focus,.bootstrap-carousel .list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.bootstrap-carousel .list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.bootstrap-carousel .list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.bootstrap-carousel .list-group-item-dark.list-group-item-action:focus,.bootstrap-carousel .list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.bootstrap-carousel .list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.bootstrap-carousel .close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.bootstrap-carousel .close:hover{color:#000;text-decoration:none}.bootstrap-carousel .close:not(:disabled):not(.disabled):focus,.bootstrap-carousel .close:not(:disabled):not(.disabled):hover{opacity:.75}.bootstrap-carousel button.close{padding:0;background-color:transparent;border:0}.bootstrap-carousel a.close.disabled{pointer-events:none}.bootstrap-carousel .toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);backdrop-filter:blur(10px);opacity:0;border-radius:.25rem}.bootstrap-carousel .toast:not(:last-child){margin-bottom:.75rem}.bootstrap-carousel .toast.showing{opacity:1}.bootstrap-carousel .toast.show{display:block;opacity:1}.bootstrap-carousel .toast.hide{display:none}.bootstrap-carousel .toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.bootstrap-carousel .toast-body{padding:.75rem}.bootstrap-carousel .modal-open{overflow:hidden}.bootstrap-carousel .modal-open .modal{overflow-x:hidden;overflow-y:auto}.bootstrap-carousel .modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.bootstrap-carousel .modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.bootstrap-carousel .modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translateY(-50px);transform:translateY(-50px)}@media (prefers-reduced-motion:reduce){.bootstrap-carousel .modal.fade .modal-dialog{transition:none}}.bootstrap-carousel .modal.show .modal-dialog{-webkit-transform:none;transform:none}.bootstrap-carousel .modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.bootstrap-carousel .modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.bootstrap-carousel .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.bootstrap-carousel .modal-dialog-scrollable .modal-footer,.bootstrap-carousel .modal-dialog-scrollable .modal-header{flex-shrink:0}.bootstrap-carousel .modal-dialog-scrollable .modal-body{overflow-y:auto}.bootstrap-carousel .modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.bootstrap-carousel .modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:min-content;content:""}.bootstrap-carousel .modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.bootstrap-carousel .modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.bootstrap-carousel .modal-dialog-centered.modal-dialog-scrollable:before{content:none}.bootstrap-carousel .modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.bootstrap-carousel .modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.bootstrap-carousel .modal-backdrop.fade{opacity:0}.bootstrap-carousel .modal-backdrop.show{opacity:.5}.bootstrap-carousel .modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.bootstrap-carousel .modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.bootstrap-carousel .modal-title{margin-bottom:0;line-height:1.5}.bootstrap-carousel .modal-body{position:relative;flex:1 1 auto;padding:1rem}.bootstrap-carousel .modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.bootstrap-carousel .modal-footer>*{margin:.25rem}.bootstrap-carousel .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.bootstrap-carousel .modal-dialog{max-width:500px;margin:1.75rem auto}.bootstrap-carousel .modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.bootstrap-carousel .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.bootstrap-carousel .modal-dialog-centered{min-height:calc(100% - 3.5rem)}.bootstrap-carousel .modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:min-content}.bootstrap-carousel .modal-sm{max-width:300px}}@media (min-width:992px){.bootstrap-carousel .modal-lg,.bootstrap-carousel .modal-xl{max-width:800px}}@media (min-width:1200px){.bootstrap-carousel .modal-xl{max-width:1140px}}.bootstrap-carousel .tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.bootstrap-carousel .tooltip.show{opacity:.9}.bootstrap-carousel .tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.bootstrap-carousel .tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bootstrap-carousel .bs-tooltip-auto[x-placement^=top],.bootstrap-carousel .bs-tooltip-top{padding:.4rem 0}.bootstrap-carousel .bs-tooltip-auto[x-placement^=top] .arrow,.bootstrap-carousel .bs-tooltip-top .arrow{bottom:0}.bootstrap-carousel .bs-tooltip-auto[x-placement^=top] .arrow:before,.bootstrap-carousel .bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bootstrap-carousel .bs-tooltip-auto[x-placement^=right],.bootstrap-carousel .bs-tooltip-right{padding:0 .4rem}.bootstrap-carousel .bs-tooltip-auto[x-placement^=right] .arrow,.bootstrap-carousel .bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bootstrap-carousel .bs-tooltip-auto[x-placement^=right] .arrow:before,.bootstrap-carousel .bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bootstrap-carousel .bs-tooltip-auto[x-placement^=bottom],.bootstrap-carousel .bs-tooltip-bottom{padding:.4rem 0}.bootstrap-carousel .bs-tooltip-auto[x-placement^=bottom] .arrow,.bootstrap-carousel .bs-tooltip-bottom .arrow{top:0}.bootstrap-carousel .bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bootstrap-carousel .bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bootstrap-carousel .bs-tooltip-auto[x-placement^=left],.bootstrap-carousel .bs-tooltip-left{padding:0 .4rem}.bootstrap-carousel .bs-tooltip-auto[x-placement^=left] .arrow,.bootstrap-carousel .bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bootstrap-carousel .bs-tooltip-auto[x-placement^=left] .arrow:before,.bootstrap-carousel .bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.bootstrap-carousel .tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.bootstrap-carousel .popover{top:0;left:0;z-index:1060;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.bootstrap-carousel .popover,.bootstrap-carousel .popover .arrow{position:absolute;display:block}.bootstrap-carousel .popover .arrow{width:1rem;height:.5rem;margin:0 .3rem}.bootstrap-carousel .popover .arrow:after,.bootstrap-carousel .popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bootstrap-carousel .bs-popover-auto[x-placement^=top],.bootstrap-carousel .bs-popover-top{margin-bottom:.5rem}.bootstrap-carousel .bs-popover-auto[x-placement^=top]>.arrow,.bootstrap-carousel .bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bootstrap-carousel .bs-popover-auto[x-placement^=top]>.arrow:before,.bootstrap-carousel .bs-popover-top>.arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bootstrap-carousel .bs-popover-auto[x-placement^=top]>.arrow:after,.bootstrap-carousel .bs-popover-top>.arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bootstrap-carousel .bs-popover-auto[x-placement^=right],.bootstrap-carousel .bs-popover-right{margin-left:.5rem}.bootstrap-carousel .bs-popover-auto[x-placement^=right]>.arrow,.bootstrap-carousel .bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bootstrap-carousel .bs-popover-auto[x-placement^=right]>.arrow:before,.bootstrap-carousel .bs-popover-right>.arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bootstrap-carousel .bs-popover-auto[x-placement^=right]>.arrow:after,.bootstrap-carousel .bs-popover-right>.arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bootstrap-carousel .bs-popover-auto[x-placement^=bottom],.bootstrap-carousel .bs-popover-bottom{margin-top:.5rem}.bootstrap-carousel .bs-popover-auto[x-placement^=bottom]>.arrow,.bootstrap-carousel .bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bootstrap-carousel .bs-popover-auto[x-placement^=bottom]>.arrow:before,.bootstrap-carousel .bs-popover-bottom>.arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bootstrap-carousel .bs-popover-auto[x-placement^=bottom]>.arrow:after,.bootstrap-carousel .bs-popover-bottom>.arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}.bootstrap-carousel .bs-popover-auto[x-placement^=bottom] .popover-header:before,.bootstrap-carousel .bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bootstrap-carousel .bs-popover-auto[x-placement^=left],.bootstrap-carousel .bs-popover-left{margin-right:.5rem}.bootstrap-carousel .bs-popover-auto[x-placement^=left]>.arrow,.bootstrap-carousel .bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bootstrap-carousel .bs-popover-auto[x-placement^=left]>.arrow:before,.bootstrap-carousel .bs-popover-left>.arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bootstrap-carousel .bs-popover-auto[x-placement^=left]>.arrow:after,.bootstrap-carousel .bs-popover-left>.arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.bootstrap-carousel .popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.bootstrap-carousel .popover-header:empty{display:none}.bootstrap-carousel .popover-body{padding:.5rem .75rem;color:#212529}.bootstrap-carousel .carousel{position:relative}.bootstrap-carousel .carousel.pointer-event{touch-action:pan-y}.bootstrap-carousel .carousel-inner{position:relative;width:100%;overflow:hidden}.bootstrap-carousel .carousel-inner:after{display:block;clear:both;content:""}.bootstrap-carousel .carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.bootstrap-carousel .carousel-item{transition:none}}.bootstrap-carousel .carousel-item-next,.bootstrap-carousel .carousel-item-prev,.bootstrap-carousel .carousel-item.active{display:block}.bootstrap-carousel .active.carousel-item-right,.bootstrap-carousel .carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.bootstrap-carousel .active.carousel-item-left,.bootstrap-carousel .carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.bootstrap-carousel .carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.bootstrap-carousel .carousel-fade .carousel-item-next.carousel-item-left,.bootstrap-carousel .carousel-fade .carousel-item-prev.carousel-item-right,.bootstrap-carousel .carousel-fade .carousel-item.active{z-index:1;opacity:1}.bootstrap-carousel .carousel-fade .active.carousel-item-left,.bootstrap-carousel .carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.bootstrap-carousel .carousel-fade .active.carousel-item-left,.bootstrap-carousel .carousel-fade .active.carousel-item-right{transition:none}}.bootstrap-carousel .carousel-control-next,.bootstrap-carousel .carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.bootstrap-carousel .carousel-control-next,.bootstrap-carousel .carousel-control-prev{transition:none}}.bootstrap-carousel .carousel-control-next:focus,.bootstrap-carousel .carousel-control-next:hover,.bootstrap-carousel .carousel-control-prev:focus,.bootstrap-carousel .carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.bootstrap-carousel .carousel-control-prev{left:0}.bootstrap-carousel .carousel-control-next{right:0}.bootstrap-carousel .carousel-control-next-icon,.bootstrap-carousel .carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.bootstrap-carousel .carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")}.bootstrap-carousel .carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")}.bootstrap-carousel .carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.bootstrap-carousel .carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.bootstrap-carousel .carousel-indicators li{transition:none}}.bootstrap-carousel .carousel-indicators .active{opacity:1}.bootstrap-carousel .carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner-border{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.bootstrap-carousel .spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid;border-right:.25em solid transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.bootstrap-carousel .spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.bootstrap-carousel .spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.bootstrap-carousel .spinner-grow-sm{width:1rem;height:1rem}.bootstrap-carousel .align-baseline{vertical-align:baseline!important}.bootstrap-carousel .align-top{vertical-align:top!important}.bootstrap-carousel .align-middle{vertical-align:middle!important}.bootstrap-carousel .align-bottom{vertical-align:bottom!important}.bootstrap-carousel .align-text-bottom{vertical-align:text-bottom!important}.bootstrap-carousel .align-text-top{vertical-align:text-top!important}.bootstrap-carousel .bg-primary{background-color:#007bff!important}.bootstrap-carousel a.bg-primary:focus,.bootstrap-carousel a.bg-primary:hover,.bootstrap-carousel button.bg-primary:focus,.bootstrap-carousel button.bg-primary:hover{background-color:#0062cc!important}.bootstrap-carousel .bg-secondary{background-color:#6c757d!important}.bootstrap-carousel a.bg-secondary:focus,.bootstrap-carousel a.bg-secondary:hover,.bootstrap-carousel button.bg-secondary:focus,.bootstrap-carousel button.bg-secondary:hover{background-color:#545b62!important}.bootstrap-carousel .bg-success{background-color:#28a745!important}.bootstrap-carousel a.bg-success:focus,.bootstrap-carousel a.bg-success:hover,.bootstrap-carousel button.bg-success:focus,.bootstrap-carousel button.bg-success:hover{background-color:#1e7e34!important}.bootstrap-carousel .bg-info{background-color:#17a2b8!important}.bootstrap-carousel a.bg-info:focus,.bootstrap-carousel a.bg-info:hover,.bootstrap-carousel button.bg-info:focus,.bootstrap-carousel button.bg-info:hover{background-color:#117a8b!important}.bootstrap-carousel .bg-warning{background-color:#ffc107!important}.bootstrap-carousel a.bg-warning:focus,.bootstrap-carousel a.bg-warning:hover,.bootstrap-carousel button.bg-warning:focus,.bootstrap-carousel button.bg-warning:hover{background-color:#d39e00!important}.bootstrap-carousel .bg-danger{background-color:#dc3545!important}.bootstrap-carousel a.bg-danger:focus,.bootstrap-carousel a.bg-danger:hover,.bootstrap-carousel button.bg-danger:focus,.bootstrap-carousel button.bg-danger:hover{background-color:#bd2130!important}.bootstrap-carousel .bg-light{background-color:#f8f9fa!important}.bootstrap-carousel a.bg-light:focus,.bootstrap-carousel a.bg-light:hover,.bootstrap-carousel button.bg-light:focus,.bootstrap-carousel button.bg-light:hover{background-color:#dae0e5!important}.bootstrap-carousel .bg-dark{background-color:#343a40!important}.bootstrap-carousel a.bg-dark:focus,.bootstrap-carousel a.bg-dark:hover,.bootstrap-carousel button.bg-dark:focus,.bootstrap-carousel button.bg-dark:hover{background-color:#1d2124!important}.bootstrap-carousel .bg-white{background-color:#fff!important}.bootstrap-carousel .bg-transparent{background-color:transparent!important}.bootstrap-carousel .border{border:1px solid #dee2e6!important}.bootstrap-carousel .border-top{border-top:1px solid #dee2e6!important}.bootstrap-carousel .border-right{border-right:1px solid #dee2e6!important}.bootstrap-carousel .border-bottom{border-bottom:1px solid #dee2e6!important}.bootstrap-carousel .border-left{border-left:1px solid #dee2e6!important}.bootstrap-carousel .border-0{border:0!important}.bootstrap-carousel .border-top-0{border-top:0!important}.bootstrap-carousel .border-right-0{border-right:0!important}.bootstrap-carousel .border-bottom-0{border-bottom:0!important}.bootstrap-carousel .border-left-0{border-left:0!important}.bootstrap-carousel .border-primary{border-color:#007bff!important}.bootstrap-carousel .border-secondary{border-color:#6c757d!important}.bootstrap-carousel .border-success{border-color:#28a745!important}.bootstrap-carousel .border-info{border-color:#17a2b8!important}.bootstrap-carousel .border-warning{border-color:#ffc107!important}.bootstrap-carousel .border-danger{border-color:#dc3545!important}.bootstrap-carousel .border-light{border-color:#f8f9fa!important}.bootstrap-carousel .border-dark{border-color:#343a40!important}.bootstrap-carousel .border-white{border-color:#fff!important}.bootstrap-carousel .rounded-sm{border-radius:.2rem!important}.bootstrap-carousel .rounded{border-radius:.25rem!important}.bootstrap-carousel .rounded-top{border-top-left-radius:.25rem!important}.bootstrap-carousel .rounded-right,.bootstrap-carousel .rounded-top{border-top-right-radius:.25rem!important}.bootstrap-carousel .rounded-bottom,.bootstrap-carousel .rounded-right{border-bottom-right-radius:.25rem!important}.bootstrap-carousel .rounded-bottom,.bootstrap-carousel .rounded-left{border-bottom-left-radius:.25rem!important}.bootstrap-carousel .rounded-left{border-top-left-radius:.25rem!important}.bootstrap-carousel .rounded-lg{border-radius:.3rem!important}.bootstrap-carousel .rounded-circle{border-radius:50%!important}.bootstrap-carousel .rounded-pill{border-radius:50rem!important}.bootstrap-carousel .rounded-0{border-radius:0!important}.bootstrap-carousel .clearfix:after{display:block;clear:both;content:""}.bootstrap-carousel .d-none{display:none!important}.bootstrap-carousel .d-inline{display:inline!important}.bootstrap-carousel .d-inline-block{display:inline-block!important}.bootstrap-carousel .d-block{display:block!important}.bootstrap-carousel .d-table{display:table!important}.bootstrap-carousel .d-table-row{display:table-row!important}.bootstrap-carousel .d-table-cell{display:table-cell!important}.bootstrap-carousel .d-flex{display:flex!important}.bootstrap-carousel .d-inline-flex{display:inline-flex!important}@media (min-width:576px){.bootstrap-carousel .d-sm-none{display:none!important}.bootstrap-carousel .d-sm-inline{display:inline!important}.bootstrap-carousel .d-sm-inline-block{display:inline-block!important}.bootstrap-carousel .d-sm-block{display:block!important}.bootstrap-carousel .d-sm-table{display:table!important}.bootstrap-carousel .d-sm-table-row{display:table-row!important}.bootstrap-carousel .d-sm-table-cell{display:table-cell!important}.bootstrap-carousel .d-sm-flex{display:flex!important}.bootstrap-carousel .d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.bootstrap-carousel .d-md-none{display:none!important}.bootstrap-carousel .d-md-inline{display:inline!important}.bootstrap-carousel .d-md-inline-block{display:inline-block!important}.bootstrap-carousel .d-md-block{display:block!important}.bootstrap-carousel .d-md-table{display:table!important}.bootstrap-carousel .d-md-table-row{display:table-row!important}.bootstrap-carousel .d-md-table-cell{display:table-cell!important}.bootstrap-carousel .d-md-flex{display:flex!important}.bootstrap-carousel .d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){.bootstrap-carousel .d-lg-none{display:none!important}.bootstrap-carousel .d-lg-inline{display:inline!important}.bootstrap-carousel .d-lg-inline-block{display:inline-block!important}.bootstrap-carousel .d-lg-block{display:block!important}.bootstrap-carousel .d-lg-table{display:table!important}.bootstrap-carousel .d-lg-table-row{display:table-row!important}.bootstrap-carousel .d-lg-table-cell{display:table-cell!important}.bootstrap-carousel .d-lg-flex{display:flex!important}.bootstrap-carousel .d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){.bootstrap-carousel .d-xl-none{display:none!important}.bootstrap-carousel .d-xl-inline{display:inline!important}.bootstrap-carousel .d-xl-inline-block{display:inline-block!important}.bootstrap-carousel .d-xl-block{display:block!important}.bootstrap-carousel .d-xl-table{display:table!important}.bootstrap-carousel .d-xl-table-row{display:table-row!important}.bootstrap-carousel .d-xl-table-cell{display:table-cell!important}.bootstrap-carousel .d-xl-flex{display:flex!important}.bootstrap-carousel .d-xl-inline-flex{display:inline-flex!important}}@media print{.bootstrap-carousel .d-print-none{display:none!important}.bootstrap-carousel .d-print-inline{display:inline!important}.bootstrap-carousel .d-print-inline-block{display:inline-block!important}.bootstrap-carousel .d-print-block{display:block!important}.bootstrap-carousel .d-print-table{display:table!important}.bootstrap-carousel .d-print-table-row{display:table-row!important}.bootstrap-carousel .d-print-table-cell{display:table-cell!important}.bootstrap-carousel .d-print-flex{display:flex!important}.bootstrap-carousel .d-print-inline-flex{display:inline-flex!important}}.bootstrap-carousel .embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.bootstrap-carousel .embed-responsive:before{display:block;content:""}.bootstrap-carousel .embed-responsive .embed-responsive-item,.bootstrap-carousel .embed-responsive embed,.bootstrap-carousel .embed-responsive iframe,.bootstrap-carousel .embed-responsive object,.bootstrap-carousel .embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.bootstrap-carousel .embed-responsive-21by9:before{padding-top:42.857143%}.bootstrap-carousel .embed-responsive-16by9:before{padding-top:56.25%}.bootstrap-carousel .embed-responsive-4by3:before{padding-top:75%}.bootstrap-carousel .embed-responsive-1by1:before{padding-top:100%}.bootstrap-carousel .flex-row{flex-direction:row!important}.bootstrap-carousel .flex-column{flex-direction:column!important}.bootstrap-carousel .flex-row-reverse{flex-direction:row-reverse!important}.bootstrap-carousel .flex-column-reverse{flex-direction:column-reverse!important}.bootstrap-carousel .flex-wrap{flex-wrap:wrap!important}.bootstrap-carousel .flex-nowrap{flex-wrap:nowrap!important}.bootstrap-carousel .flex-wrap-reverse{flex-wrap:wrap-reverse!important}.bootstrap-carousel .flex-fill{flex:1 1 auto!important}.bootstrap-carousel .flex-grow-0{flex-grow:0!important}.bootstrap-carousel .flex-grow-1{flex-grow:1!important}.bootstrap-carousel .flex-shrink-0{flex-shrink:0!important}.bootstrap-carousel .flex-shrink-1{flex-shrink:1!important}.bootstrap-carousel .justify-content-start{justify-content:flex-start!important}.bootstrap-carousel .justify-content-end{justify-content:flex-end!important}.bootstrap-carousel .justify-content-center{justify-content:center!important}.bootstrap-carousel .justify-content-between{justify-content:space-between!important}.bootstrap-carousel .justify-content-around{justify-content:space-around!important}.bootstrap-carousel .align-items-start{align-items:flex-start!important}.bootstrap-carousel .align-items-end{align-items:flex-end!important}.bootstrap-carousel .align-items-center{align-items:center!important}.bootstrap-carousel .align-items-baseline{align-items:baseline!important}.bootstrap-carousel .align-items-stretch{align-items:stretch!important}.bootstrap-carousel .align-content-start{align-content:flex-start!important}.bootstrap-carousel .align-content-end{align-content:flex-end!important}.bootstrap-carousel .align-content-center{align-content:center!important}.bootstrap-carousel .align-content-between{align-content:space-between!important}.bootstrap-carousel .align-content-around{align-content:space-around!important}.bootstrap-carousel .align-content-stretch{align-content:stretch!important}.bootstrap-carousel .align-self-auto{align-self:auto!important}.bootstrap-carousel .align-self-start{align-self:flex-start!important}.bootstrap-carousel .align-self-end{align-self:flex-end!important}.bootstrap-carousel .align-self-center{align-self:center!important}.bootstrap-carousel .align-self-baseline{align-self:baseline!important}.bootstrap-carousel .align-self-stretch{align-self:stretch!important}@media (min-width:576px){.bootstrap-carousel .flex-sm-row{flex-direction:row!important}.bootstrap-carousel .flex-sm-column{flex-direction:column!important}.bootstrap-carousel .flex-sm-row-reverse{flex-direction:row-reverse!important}.bootstrap-carousel .flex-sm-column-reverse{flex-direction:column-reverse!important}.bootstrap-carousel .flex-sm-wrap{flex-wrap:wrap!important}.bootstrap-carousel .flex-sm-nowrap{flex-wrap:nowrap!important}.bootstrap-carousel .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.bootstrap-carousel .flex-sm-fill{flex:1 1 auto!important}.bootstrap-carousel .flex-sm-grow-0{flex-grow:0!important}.bootstrap-carousel .flex-sm-grow-1{flex-grow:1!important}.bootstrap-carousel .flex-sm-shrink-0{flex-shrink:0!important}.bootstrap-carousel .flex-sm-shrink-1{flex-shrink:1!important}.bootstrap-carousel .justify-content-sm-start{justify-content:flex-start!important}.bootstrap-carousel .justify-content-sm-end{justify-content:flex-end!important}.bootstrap-carousel .justify-content-sm-center{justify-content:center!important}.bootstrap-carousel .justify-content-sm-between{justify-content:space-between!important}.bootstrap-carousel .justify-content-sm-around{justify-content:space-around!important}.bootstrap-carousel .align-items-sm-start{align-items:flex-start!important}.bootstrap-carousel .align-items-sm-end{align-items:flex-end!important}.bootstrap-carousel .align-items-sm-center{align-items:center!important}.bootstrap-carousel .align-items-sm-baseline{align-items:baseline!important}.bootstrap-carousel .align-items-sm-stretch{align-items:stretch!important}.bootstrap-carousel .align-content-sm-start{align-content:flex-start!important}.bootstrap-carousel .align-content-sm-end{align-content:flex-end!important}.bootstrap-carousel .align-content-sm-center{align-content:center!important}.bootstrap-carousel .align-content-sm-between{align-content:space-between!important}.bootstrap-carousel .align-content-sm-around{align-content:space-around!important}.bootstrap-carousel .align-content-sm-stretch{align-content:stretch!important}.bootstrap-carousel .align-self-sm-auto{align-self:auto!important}.bootstrap-carousel .align-self-sm-start{align-self:flex-start!important}.bootstrap-carousel .align-self-sm-end{align-self:flex-end!important}.bootstrap-carousel .align-self-sm-center{align-self:center!important}.bootstrap-carousel .align-self-sm-baseline{align-self:baseline!important}.bootstrap-carousel .align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.bootstrap-carousel .flex-md-row{flex-direction:row!important}.bootstrap-carousel .flex-md-column{flex-direction:column!important}.bootstrap-carousel .flex-md-row-reverse{flex-direction:row-reverse!important}.bootstrap-carousel .flex-md-column-reverse{flex-direction:column-reverse!important}.bootstrap-carousel .flex-md-wrap{flex-wrap:wrap!important}.bootstrap-carousel .flex-md-nowrap{flex-wrap:nowrap!important}.bootstrap-carousel .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.bootstrap-carousel .flex-md-fill{flex:1 1 auto!important}.bootstrap-carousel .flex-md-grow-0{flex-grow:0!important}.bootstrap-carousel .flex-md-grow-1{flex-grow:1!important}.bootstrap-carousel .flex-md-shrink-0{flex-shrink:0!important}.bootstrap-carousel .flex-md-shrink-1{flex-shrink:1!important}.bootstrap-carousel .justify-content-md-start{justify-content:flex-start!important}.bootstrap-carousel .justify-content-md-end{justify-content:flex-end!important}.bootstrap-carousel .justify-content-md-center{justify-content:center!important}.bootstrap-carousel .justify-content-md-between{justify-content:space-between!important}.bootstrap-carousel .justify-content-md-around{justify-content:space-around!important}.bootstrap-carousel .align-items-md-start{align-items:flex-start!important}.bootstrap-carousel .align-items-md-end{align-items:flex-end!important}.bootstrap-carousel .align-items-md-center{align-items:center!important}.bootstrap-carousel .align-items-md-baseline{align-items:baseline!important}.bootstrap-carousel .align-items-md-stretch{align-items:stretch!important}.bootstrap-carousel .align-content-md-start{align-content:flex-start!important}.bootstrap-carousel .align-content-md-end{align-content:flex-end!important}.bootstrap-carousel .align-content-md-center{align-content:center!important}.bootstrap-carousel .align-content-md-between{align-content:space-between!important}.bootstrap-carousel .align-content-md-around{align-content:space-around!important}.bootstrap-carousel .align-content-md-stretch{align-content:stretch!important}.bootstrap-carousel .align-self-md-auto{align-self:auto!important}.bootstrap-carousel .align-self-md-start{align-self:flex-start!important}.bootstrap-carousel .align-self-md-end{align-self:flex-end!important}.bootstrap-carousel .align-self-md-center{align-self:center!important}.bootstrap-carousel .align-self-md-baseline{align-self:baseline!important}.bootstrap-carousel .align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.bootstrap-carousel .flex-lg-row{flex-direction:row!important}.bootstrap-carousel .flex-lg-column{flex-direction:column!important}.bootstrap-carousel .flex-lg-row-reverse{flex-direction:row-reverse!important}.bootstrap-carousel .flex-lg-column-reverse{flex-direction:column-reverse!important}.bootstrap-carousel .flex-lg-wrap{flex-wrap:wrap!important}.bootstrap-carousel .flex-lg-nowrap{flex-wrap:nowrap!important}.bootstrap-carousel .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.bootstrap-carousel .flex-lg-fill{flex:1 1 auto!important}.bootstrap-carousel .flex-lg-grow-0{flex-grow:0!important}.bootstrap-carousel .flex-lg-grow-1{flex-grow:1!important}.bootstrap-carousel .flex-lg-shrink-0{flex-shrink:0!important}.bootstrap-carousel .flex-lg-shrink-1{flex-shrink:1!important}.bootstrap-carousel .justify-content-lg-start{justify-content:flex-start!important}.bootstrap-carousel .justify-content-lg-end{justify-content:flex-end!important}.bootstrap-carousel .justify-content-lg-center{justify-content:center!important}.bootstrap-carousel .justify-content-lg-between{justify-content:space-between!important}.bootstrap-carousel .justify-content-lg-around{justify-content:space-around!important}.bootstrap-carousel .align-items-lg-start{align-items:flex-start!important}.bootstrap-carousel .align-items-lg-end{align-items:flex-end!important}.bootstrap-carousel .align-items-lg-center{align-items:center!important}.bootstrap-carousel .align-items-lg-baseline{align-items:baseline!important}.bootstrap-carousel .align-items-lg-stretch{align-items:stretch!important}.bootstrap-carousel .align-content-lg-start{align-content:flex-start!important}.bootstrap-carousel .align-content-lg-end{align-content:flex-end!important}.bootstrap-carousel .align-content-lg-center{align-content:center!important}.bootstrap-carousel .align-content-lg-between{align-content:space-between!important}.bootstrap-carousel .align-content-lg-around{align-content:space-around!important}.bootstrap-carousel .align-content-lg-stretch{align-content:stretch!important}.bootstrap-carousel .align-self-lg-auto{align-self:auto!important}.bootstrap-carousel .align-self-lg-start{align-self:flex-start!important}.bootstrap-carousel .align-self-lg-end{align-self:flex-end!important}.bootstrap-carousel .align-self-lg-center{align-self:center!important}.bootstrap-carousel .align-self-lg-baseline{align-self:baseline!important}.bootstrap-carousel .align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.bootstrap-carousel .flex-xl-row{flex-direction:row!important}.bootstrap-carousel .flex-xl-column{flex-direction:column!important}.bootstrap-carousel .flex-xl-row-reverse{flex-direction:row-reverse!important}.bootstrap-carousel .flex-xl-column-reverse{flex-direction:column-reverse!important}.bootstrap-carousel .flex-xl-wrap{flex-wrap:wrap!important}.bootstrap-carousel .flex-xl-nowrap{flex-wrap:nowrap!important}.bootstrap-carousel .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.bootstrap-carousel .flex-xl-fill{flex:1 1 auto!important}.bootstrap-carousel .flex-xl-grow-0{flex-grow:0!important}.bootstrap-carousel .flex-xl-grow-1{flex-grow:1!important}.bootstrap-carousel .flex-xl-shrink-0{flex-shrink:0!important}.bootstrap-carousel .flex-xl-shrink-1{flex-shrink:1!important}.bootstrap-carousel .justify-content-xl-start{justify-content:flex-start!important}.bootstrap-carousel .justify-content-xl-end{justify-content:flex-end!important}.bootstrap-carousel .justify-content-xl-center{justify-content:center!important}.bootstrap-carousel .justify-content-xl-between{justify-content:space-between!important}.bootstrap-carousel .justify-content-xl-around{justify-content:space-around!important}.bootstrap-carousel .align-items-xl-start{align-items:flex-start!important}.bootstrap-carousel .align-items-xl-end{align-items:flex-end!important}.bootstrap-carousel .align-items-xl-center{align-items:center!important}.bootstrap-carousel .align-items-xl-baseline{align-items:baseline!important}.bootstrap-carousel .align-items-xl-stretch{align-items:stretch!important}.bootstrap-carousel .align-content-xl-start{align-content:flex-start!important}.bootstrap-carousel .align-content-xl-end{align-content:flex-end!important}.bootstrap-carousel .align-content-xl-center{align-content:center!important}.bootstrap-carousel .align-content-xl-between{align-content:space-between!important}.bootstrap-carousel .align-content-xl-around{align-content:space-around!important}.bootstrap-carousel .align-content-xl-stretch{align-content:stretch!important}.bootstrap-carousel .align-self-xl-auto{align-self:auto!important}.bootstrap-carousel .align-self-xl-start{align-self:flex-start!important}.bootstrap-carousel .align-self-xl-end{align-self:flex-end!important}.bootstrap-carousel .align-self-xl-center{align-self:center!important}.bootstrap-carousel .align-self-xl-baseline{align-self:baseline!important}.bootstrap-carousel .align-self-xl-stretch{align-self:stretch!important}}.bootstrap-carousel .float-left{float:left!important}.bootstrap-carousel .float-right{float:right!important}.bootstrap-carousel .float-none{float:none!important}@media (min-width:576px){.bootstrap-carousel .float-sm-left{float:left!important}.bootstrap-carousel .float-sm-right{float:right!important}.bootstrap-carousel .float-sm-none{float:none!important}}@media (min-width:768px){.bootstrap-carousel .float-md-left{float:left!important}.bootstrap-carousel .float-md-right{float:right!important}.bootstrap-carousel .float-md-none{float:none!important}}@media (min-width:992px){.bootstrap-carousel .float-lg-left{float:left!important}.bootstrap-carousel .float-lg-right{float:right!important}.bootstrap-carousel .float-lg-none{float:none!important}}@media (min-width:1200px){.bootstrap-carousel .float-xl-left{float:left!important}.bootstrap-carousel .float-xl-right{float:right!important}.bootstrap-carousel .float-xl-none{float:none!important}}.bootstrap-carousel .user-select-all{-webkit-user-select:all!important;user-select:all!important}.bootstrap-carousel .user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.bootstrap-carousel .user-select-none{-webkit-user-select:none!important;user-select:none!important}.bootstrap-carousel .overflow-auto{overflow:auto!important}.bootstrap-carousel .overflow-hidden{overflow:hidden!important}.bootstrap-carousel .position-static{position:static!important}.bootstrap-carousel .position-relative{position:relative!important}.bootstrap-carousel .position-absolute{position:absolute!important}.bootstrap-carousel .position-fixed{position:fixed!important}.bootstrap-carousel .position-sticky{position:sticky!important}.bootstrap-carousel .fixed-top{top:0}.bootstrap-carousel .fixed-bottom,.bootstrap-carousel .fixed-top{position:fixed;right:0;left:0;z-index:1030}.bootstrap-carousel .fixed-bottom{bottom:0}@supports (position:sticky){.bootstrap-carousel .sticky-top{position:sticky;top:0;z-index:1020}}.bootstrap-carousel .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.bootstrap-carousel .sr-only-focusable:active,.bootstrap-carousel .sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.bootstrap-carousel .shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.bootstrap-carousel .shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.bootstrap-carousel .shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.bootstrap-carousel .shadow-none{box-shadow:none!important}.bootstrap-carousel .w-25{width:25%!important}.bootstrap-carousel .w-50{width:50%!important}.bootstrap-carousel .w-75{width:75%!important}.bootstrap-carousel .w-100{width:100%!important}.bootstrap-carousel .w-auto{width:auto!important}.bootstrap-carousel .h-25{height:25%!important}.bootstrap-carousel .h-50{height:50%!important}.bootstrap-carousel .h-75{height:75%!important}.bootstrap-carousel .h-100{height:100%!important}.bootstrap-carousel .h-auto{height:auto!important}.bootstrap-carousel .mw-100{max-width:100%!important}.bootstrap-carousel .mh-100{max-height:100%!important}.bootstrap-carousel .min-vw-100{min-width:100vw!important}.bootstrap-carousel .min-vh-100{min-height:100vh!important}.bootstrap-carousel .vw-100{width:100vw!important}.bootstrap-carousel .vh-100{height:100vh!important}.bootstrap-carousel .m-0{margin:0!important}.bootstrap-carousel .mt-0,.bootstrap-carousel .my-0{margin-top:0!important}.bootstrap-carousel .mr-0,.bootstrap-carousel .mx-0{margin-right:0!important}.bootstrap-carousel .mb-0,.bootstrap-carousel .my-0{margin-bottom:0!important}.bootstrap-carousel .ml-0,.bootstrap-carousel .mx-0{margin-left:0!important}.bootstrap-carousel .m-1{margin:.25rem!important}.bootstrap-carousel .mt-1,.bootstrap-carousel .my-1{margin-top:.25rem!important}.bootstrap-carousel .mr-1,.bootstrap-carousel .mx-1{margin-right:.25rem!important}.bootstrap-carousel .mb-1,.bootstrap-carousel .my-1{margin-bottom:.25rem!important}.bootstrap-carousel .ml-1,.bootstrap-carousel .mx-1{margin-left:.25rem!important}.bootstrap-carousel .m-2{margin:.5rem!important}.bootstrap-carousel .mt-2,.bootstrap-carousel .my-2{margin-top:.5rem!important}.bootstrap-carousel .mr-2,.bootstrap-carousel .mx-2{margin-right:.5rem!important}.bootstrap-carousel .mb-2,.bootstrap-carousel .my-2{margin-bottom:.5rem!important}.bootstrap-carousel .ml-2,.bootstrap-carousel .mx-2{margin-left:.5rem!important}.bootstrap-carousel .m-3{margin:1rem!important}.bootstrap-carousel .mt-3,.bootstrap-carousel .my-3{margin-top:1rem!important}.bootstrap-carousel .mr-3,.bootstrap-carousel .mx-3{margin-right:1rem!important}.bootstrap-carousel .mb-3,.bootstrap-carousel .my-3{margin-bottom:1rem!important}.bootstrap-carousel .ml-3,.bootstrap-carousel .mx-3{margin-left:1rem!important}.bootstrap-carousel .m-4{margin:1.5rem!important}.bootstrap-carousel .mt-4,.bootstrap-carousel .my-4{margin-top:1.5rem!important}.bootstrap-carousel .mr-4,.bootstrap-carousel .mx-4{margin-right:1.5rem!important}.bootstrap-carousel .mb-4,.bootstrap-carousel .my-4{margin-bottom:1.5rem!important}.bootstrap-carousel .ml-4,.bootstrap-carousel .mx-4{margin-left:1.5rem!important}.bootstrap-carousel .m-5{margin:3rem!important}.bootstrap-carousel .mt-5,.bootstrap-carousel .my-5{margin-top:3rem!important}.bootstrap-carousel .mr-5,.bootstrap-carousel .mx-5{margin-right:3rem!important}.bootstrap-carousel .mb-5,.bootstrap-carousel .my-5{margin-bottom:3rem!important}.bootstrap-carousel .ml-5,.bootstrap-carousel .mx-5{margin-left:3rem!important}.bootstrap-carousel .p-0{padding:0!important}.bootstrap-carousel .pt-0,.bootstrap-carousel .py-0{padding-top:0!important}.bootstrap-carousel .pr-0,.bootstrap-carousel .px-0{padding-right:0!important}.bootstrap-carousel .pb-0,.bootstrap-carousel .py-0{padding-bottom:0!important}.bootstrap-carousel .pl-0,.bootstrap-carousel .px-0{padding-left:0!important}.bootstrap-carousel .p-1{padding:.25rem!important}.bootstrap-carousel .pt-1,.bootstrap-carousel .py-1{padding-top:.25rem!important}.bootstrap-carousel .pr-1,.bootstrap-carousel .px-1{padding-right:.25rem!important}.bootstrap-carousel .pb-1,.bootstrap-carousel .py-1{padding-bottom:.25rem!important}.bootstrap-carousel .pl-1,.bootstrap-carousel .px-1{padding-left:.25rem!important}.bootstrap-carousel .p-2{padding:.5rem!important}.bootstrap-carousel .pt-2,.bootstrap-carousel .py-2{padding-top:.5rem!important}.bootstrap-carousel .pr-2,.bootstrap-carousel .px-2{padding-right:.5rem!important}.bootstrap-carousel .pb-2,.bootstrap-carousel .py-2{padding-bottom:.5rem!important}.bootstrap-carousel .pl-2,.bootstrap-carousel .px-2{padding-left:.5rem!important}.bootstrap-carousel .p-3{padding:1rem!important}.bootstrap-carousel .pt-3,.bootstrap-carousel .py-3{padding-top:1rem!important}.bootstrap-carousel .pr-3,.bootstrap-carousel .px-3{padding-right:1rem!important}.bootstrap-carousel .pb-3,.bootstrap-carousel .py-3{padding-bottom:1rem!important}.bootstrap-carousel .pl-3,.bootstrap-carousel .px-3{padding-left:1rem!important}.bootstrap-carousel .p-4{padding:1.5rem!important}.bootstrap-carousel .pt-4,.bootstrap-carousel .py-4{padding-top:1.5rem!important}.bootstrap-carousel .pr-4,.bootstrap-carousel .px-4{padding-right:1.5rem!important}.bootstrap-carousel .pb-4,.bootstrap-carousel .py-4{padding-bottom:1.5rem!important}.bootstrap-carousel .pl-4,.bootstrap-carousel .px-4{padding-left:1.5rem!important}.bootstrap-carousel .p-5{padding:3rem!important}.bootstrap-carousel .pt-5,.bootstrap-carousel .py-5{padding-top:3rem!important}.bootstrap-carousel .pr-5,.bootstrap-carousel .px-5{padding-right:3rem!important}.bootstrap-carousel .pb-5,.bootstrap-carousel .py-5{padding-bottom:3rem!important}.bootstrap-carousel .pl-5,.bootstrap-carousel .px-5{padding-left:3rem!important}.bootstrap-carousel .m-n1{margin:-.25rem!important}.bootstrap-carousel .mt-n1,.bootstrap-carousel .my-n1{margin-top:-.25rem!important}.bootstrap-carousel .mr-n1,.bootstrap-carousel .mx-n1{margin-right:-.25rem!important}.bootstrap-carousel .mb-n1,.bootstrap-carousel .my-n1{margin-bottom:-.25rem!important}.bootstrap-carousel .ml-n1,.bootstrap-carousel .mx-n1{margin-left:-.25rem!important}.bootstrap-carousel .m-n2{margin:-.5rem!important}.bootstrap-carousel .mt-n2,.bootstrap-carousel .my-n2{margin-top:-.5rem!important}.bootstrap-carousel .mr-n2,.bootstrap-carousel .mx-n2{margin-right:-.5rem!important}.bootstrap-carousel .mb-n2,.bootstrap-carousel .my-n2{margin-bottom:-.5rem!important}.bootstrap-carousel .ml-n2,.bootstrap-carousel .mx-n2{margin-left:-.5rem!important}.bootstrap-carousel .m-n3{margin:-1rem!important}.bootstrap-carousel .mt-n3,.bootstrap-carousel .my-n3{margin-top:-1rem!important}.bootstrap-carousel .mr-n3,.bootstrap-carousel .mx-n3{margin-right:-1rem!important}.bootstrap-carousel .mb-n3,.bootstrap-carousel .my-n3{margin-bottom:-1rem!important}.bootstrap-carousel .ml-n3,.bootstrap-carousel .mx-n3{margin-left:-1rem!important}.bootstrap-carousel .m-n4{margin:-1.5rem!important}.bootstrap-carousel .mt-n4,.bootstrap-carousel .my-n4{margin-top:-1.5rem!important}.bootstrap-carousel .mr-n4,.bootstrap-carousel .mx-n4{margin-right:-1.5rem!important}.bootstrap-carousel .mb-n4,.bootstrap-carousel .my-n4{margin-bottom:-1.5rem!important}.bootstrap-carousel .ml-n4,.bootstrap-carousel .mx-n4{margin-left:-1.5rem!important}.bootstrap-carousel .m-n5{margin:-3rem!important}.bootstrap-carousel .mt-n5,.bootstrap-carousel .my-n5{margin-top:-3rem!important}.bootstrap-carousel .mr-n5,.bootstrap-carousel .mx-n5{margin-right:-3rem!important}.bootstrap-carousel .mb-n5,.bootstrap-carousel .my-n5{margin-bottom:-3rem!important}.bootstrap-carousel .ml-n5,.bootstrap-carousel .mx-n5{margin-left:-3rem!important}.bootstrap-carousel .m-auto{margin:auto!important}.bootstrap-carousel .mt-auto,.bootstrap-carousel .my-auto{margin-top:auto!important}.bootstrap-carousel .mr-auto,.bootstrap-carousel .mx-auto{margin-right:auto!important}.bootstrap-carousel .mb-auto,.bootstrap-carousel .my-auto{margin-bottom:auto!important}.bootstrap-carousel .ml-auto,.bootstrap-carousel .mx-auto{margin-left:auto!important}@media (min-width:576px){.bootstrap-carousel .m-sm-0{margin:0!important}.bootstrap-carousel .mt-sm-0,.bootstrap-carousel .my-sm-0{margin-top:0!important}.bootstrap-carousel .mr-sm-0,.bootstrap-carousel .mx-sm-0{margin-right:0!important}.bootstrap-carousel .mb-sm-0,.bootstrap-carousel .my-sm-0{margin-bottom:0!important}.bootstrap-carousel .ml-sm-0,.bootstrap-carousel .mx-sm-0{margin-left:0!important}.bootstrap-carousel .m-sm-1{margin:.25rem!important}.bootstrap-carousel .mt-sm-1,.bootstrap-carousel .my-sm-1{margin-top:.25rem!important}.bootstrap-carousel .mr-sm-1,.bootstrap-carousel .mx-sm-1{margin-right:.25rem!important}.bootstrap-carousel .mb-sm-1,.bootstrap-carousel .my-sm-1{margin-bottom:.25rem!important}.bootstrap-carousel .ml-sm-1,.bootstrap-carousel .mx-sm-1{margin-left:.25rem!important}.bootstrap-carousel .m-sm-2{margin:.5rem!important}.bootstrap-carousel .mt-sm-2,.bootstrap-carousel .my-sm-2{margin-top:.5rem!important}.bootstrap-carousel .mr-sm-2,.bootstrap-carousel .mx-sm-2{margin-right:.5rem!important}.bootstrap-carousel .mb-sm-2,.bootstrap-carousel .my-sm-2{margin-bottom:.5rem!important}.bootstrap-carousel .ml-sm-2,.bootstrap-carousel .mx-sm-2{margin-left:.5rem!important}.bootstrap-carousel .m-sm-3{margin:1rem!important}.bootstrap-carousel .mt-sm-3,.bootstrap-carousel .my-sm-3{margin-top:1rem!important}.bootstrap-carousel .mr-sm-3,.bootstrap-carousel .mx-sm-3{margin-right:1rem!important}.bootstrap-carousel .mb-sm-3,.bootstrap-carousel .my-sm-3{margin-bottom:1rem!important}.bootstrap-carousel .ml-sm-3,.bootstrap-carousel .mx-sm-3{margin-left:1rem!important}.bootstrap-carousel .m-sm-4{margin:1.5rem!important}.bootstrap-carousel .mt-sm-4,.bootstrap-carousel .my-sm-4{margin-top:1.5rem!important}.bootstrap-carousel .mr-sm-4,.bootstrap-carousel .mx-sm-4{margin-right:1.5rem!important}.bootstrap-carousel .mb-sm-4,.bootstrap-carousel .my-sm-4{margin-bottom:1.5rem!important}.bootstrap-carousel .ml-sm-4,.bootstrap-carousel .mx-sm-4{margin-left:1.5rem!important}.bootstrap-carousel .m-sm-5{margin:3rem!important}.bootstrap-carousel .mt-sm-5,.bootstrap-carousel .my-sm-5{margin-top:3rem!important}.bootstrap-carousel .mr-sm-5,.bootstrap-carousel .mx-sm-5{margin-right:3rem!important}.bootstrap-carousel .mb-sm-5,.bootstrap-carousel .my-sm-5{margin-bottom:3rem!important}.bootstrap-carousel .ml-sm-5,.bootstrap-carousel .mx-sm-5{margin-left:3rem!important}.bootstrap-carousel .p-sm-0{padding:0!important}.bootstrap-carousel .pt-sm-0,.bootstrap-carousel .py-sm-0{padding-top:0!important}.bootstrap-carousel .pr-sm-0,.bootstrap-carousel .px-sm-0{padding-right:0!important}.bootstrap-carousel .pb-sm-0,.bootstrap-carousel .py-sm-0{padding-bottom:0!important}.bootstrap-carousel .pl-sm-0,.bootstrap-carousel .px-sm-0{padding-left:0!important}.bootstrap-carousel .p-sm-1{padding:.25rem!important}.bootstrap-carousel .pt-sm-1,.bootstrap-carousel .py-sm-1{padding-top:.25rem!important}.bootstrap-carousel .pr-sm-1,.bootstrap-carousel .px-sm-1{padding-right:.25rem!important}.bootstrap-carousel .pb-sm-1,.bootstrap-carousel .py-sm-1{padding-bottom:.25rem!important}.bootstrap-carousel .pl-sm-1,.bootstrap-carousel .px-sm-1{padding-left:.25rem!important}.bootstrap-carousel .p-sm-2{padding:.5rem!important}.bootstrap-carousel .pt-sm-2,.bootstrap-carousel .py-sm-2{padding-top:.5rem!important}.bootstrap-carousel .pr-sm-2,.bootstrap-carousel .px-sm-2{padding-right:.5rem!important}.bootstrap-carousel .pb-sm-2,.bootstrap-carousel .py-sm-2{padding-bottom:.5rem!important}.bootstrap-carousel .pl-sm-2,.bootstrap-carousel .px-sm-2{padding-left:.5rem!important}.bootstrap-carousel .p-sm-3{padding:1rem!important}.bootstrap-carousel .pt-sm-3,.bootstrap-carousel .py-sm-3{padding-top:1rem!important}.bootstrap-carousel .pr-sm-3,.bootstrap-carousel .px-sm-3{padding-right:1rem!important}.bootstrap-carousel .pb-sm-3,.bootstrap-carousel .py-sm-3{padding-bottom:1rem!important}.bootstrap-carousel .pl-sm-3,.bootstrap-carousel .px-sm-3{padding-left:1rem!important}.bootstrap-carousel .p-sm-4{padding:1.5rem!important}.bootstrap-carousel .pt-sm-4,.bootstrap-carousel .py-sm-4{padding-top:1.5rem!important}.bootstrap-carousel .pr-sm-4,.bootstrap-carousel .px-sm-4{padding-right:1.5rem!important}.bootstrap-carousel .pb-sm-4,.bootstrap-carousel .py-sm-4{padding-bottom:1.5rem!important}.bootstrap-carousel .pl-sm-4,.bootstrap-carousel .px-sm-4{padding-left:1.5rem!important}.bootstrap-carousel .p-sm-5{padding:3rem!important}.bootstrap-carousel .pt-sm-5,.bootstrap-carousel .py-sm-5{padding-top:3rem!important}.bootstrap-carousel .pr-sm-5,.bootstrap-carousel .px-sm-5{padding-right:3rem!important}.bootstrap-carousel .pb-sm-5,.bootstrap-carousel .py-sm-5{padding-bottom:3rem!important}.bootstrap-carousel .pl-sm-5,.bootstrap-carousel .px-sm-5{padding-left:3rem!important}.bootstrap-carousel .m-sm-n1{margin:-.25rem!important}.bootstrap-carousel .mt-sm-n1,.bootstrap-carousel .my-sm-n1{margin-top:-.25rem!important}.bootstrap-carousel .mr-sm-n1,.bootstrap-carousel .mx-sm-n1{margin-right:-.25rem!important}.bootstrap-carousel .mb-sm-n1,.bootstrap-carousel .my-sm-n1{margin-bottom:-.25rem!important}.bootstrap-carousel .ml-sm-n1,.bootstrap-carousel .mx-sm-n1{margin-left:-.25rem!important}.bootstrap-carousel .m-sm-n2{margin:-.5rem!important}.bootstrap-carousel .mt-sm-n2,.bootstrap-carousel .my-sm-n2{margin-top:-.5rem!important}.bootstrap-carousel .mr-sm-n2,.bootstrap-carousel .mx-sm-n2{margin-right:-.5rem!important}.bootstrap-carousel .mb-sm-n2,.bootstrap-carousel .my-sm-n2{margin-bottom:-.5rem!important}.bootstrap-carousel .ml-sm-n2,.bootstrap-carousel .mx-sm-n2{margin-left:-.5rem!important}.bootstrap-carousel .m-sm-n3{margin:-1rem!important}.bootstrap-carousel .mt-sm-n3,.bootstrap-carousel .my-sm-n3{margin-top:-1rem!important}.bootstrap-carousel .mr-sm-n3,.bootstrap-carousel .mx-sm-n3{margin-right:-1rem!important}.bootstrap-carousel .mb-sm-n3,.bootstrap-carousel .my-sm-n3{margin-bottom:-1rem!important}.bootstrap-carousel .ml-sm-n3,.bootstrap-carousel .mx-sm-n3{margin-left:-1rem!important}.bootstrap-carousel .m-sm-n4{margin:-1.5rem!important}.bootstrap-carousel .mt-sm-n4,.bootstrap-carousel .my-sm-n4{margin-top:-1.5rem!important}.bootstrap-carousel .mr-sm-n4,.bootstrap-carousel .mx-sm-n4{margin-right:-1.5rem!important}.bootstrap-carousel .mb-sm-n4,.bootstrap-carousel .my-sm-n4{margin-bottom:-1.5rem!important}.bootstrap-carousel .ml-sm-n4,.bootstrap-carousel .mx-sm-n4{margin-left:-1.5rem!important}.bootstrap-carousel .m-sm-n5{margin:-3rem!important}.bootstrap-carousel .mt-sm-n5,.bootstrap-carousel .my-sm-n5{margin-top:-3rem!important}.bootstrap-carousel .mr-sm-n5,.bootstrap-carousel .mx-sm-n5{margin-right:-3rem!important}.bootstrap-carousel .mb-sm-n5,.bootstrap-carousel .my-sm-n5{margin-bottom:-3rem!important}.bootstrap-carousel .ml-sm-n5,.bootstrap-carousel .mx-sm-n5{margin-left:-3rem!important}.bootstrap-carousel .m-sm-auto{margin:auto!important}.bootstrap-carousel .mt-sm-auto,.bootstrap-carousel .my-sm-auto{margin-top:auto!important}.bootstrap-carousel .mr-sm-auto,.bootstrap-carousel .mx-sm-auto{margin-right:auto!important}.bootstrap-carousel .mb-sm-auto,.bootstrap-carousel .my-sm-auto{margin-bottom:auto!important}.bootstrap-carousel .ml-sm-auto,.bootstrap-carousel .mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.bootstrap-carousel .m-md-0{margin:0!important}.bootstrap-carousel .mt-md-0,.bootstrap-carousel .my-md-0{margin-top:0!important}.bootstrap-carousel .mr-md-0,.bootstrap-carousel .mx-md-0{margin-right:0!important}.bootstrap-carousel .mb-md-0,.bootstrap-carousel .my-md-0{margin-bottom:0!important}.bootstrap-carousel .ml-md-0,.bootstrap-carousel .mx-md-0{margin-left:0!important}.bootstrap-carousel .m-md-1{margin:.25rem!important}.bootstrap-carousel .mt-md-1,.bootstrap-carousel .my-md-1{margin-top:.25rem!important}.bootstrap-carousel .mr-md-1,.bootstrap-carousel .mx-md-1{margin-right:.25rem!important}.bootstrap-carousel .mb-md-1,.bootstrap-carousel .my-md-1{margin-bottom:.25rem!important}.bootstrap-carousel .ml-md-1,.bootstrap-carousel .mx-md-1{margin-left:.25rem!important}.bootstrap-carousel .m-md-2{margin:.5rem!important}.bootstrap-carousel .mt-md-2,.bootstrap-carousel .my-md-2{margin-top:.5rem!important}.bootstrap-carousel .mr-md-2,.bootstrap-carousel .mx-md-2{margin-right:.5rem!important}.bootstrap-carousel .mb-md-2,.bootstrap-carousel .my-md-2{margin-bottom:.5rem!important}.bootstrap-carousel .ml-md-2,.bootstrap-carousel .mx-md-2{margin-left:.5rem!important}.bootstrap-carousel .m-md-3{margin:1rem!important}.bootstrap-carousel .mt-md-3,.bootstrap-carousel .my-md-3{margin-top:1rem!important}.bootstrap-carousel .mr-md-3,.bootstrap-carousel .mx-md-3{margin-right:1rem!important}.bootstrap-carousel .mb-md-3,.bootstrap-carousel .my-md-3{margin-bottom:1rem!important}.bootstrap-carousel .ml-md-3,.bootstrap-carousel .mx-md-3{margin-left:1rem!important}.bootstrap-carousel .m-md-4{margin:1.5rem!important}.bootstrap-carousel .mt-md-4,.bootstrap-carousel .my-md-4{margin-top:1.5rem!important}.bootstrap-carousel .mr-md-4,.bootstrap-carousel .mx-md-4{margin-right:1.5rem!important}.bootstrap-carousel .mb-md-4,.bootstrap-carousel .my-md-4{margin-bottom:1.5rem!important}.bootstrap-carousel .ml-md-4,.bootstrap-carousel .mx-md-4{margin-left:1.5rem!important}.bootstrap-carousel .m-md-5{margin:3rem!important}.bootstrap-carousel .mt-md-5,.bootstrap-carousel .my-md-5{margin-top:3rem!important}.bootstrap-carousel .mr-md-5,.bootstrap-carousel .mx-md-5{margin-right:3rem!important}.bootstrap-carousel .mb-md-5,.bootstrap-carousel .my-md-5{margin-bottom:3rem!important}.bootstrap-carousel .ml-md-5,.bootstrap-carousel .mx-md-5{margin-left:3rem!important}.bootstrap-carousel .p-md-0{padding:0!important}.bootstrap-carousel .pt-md-0,.bootstrap-carousel .py-md-0{padding-top:0!important}.bootstrap-carousel .pr-md-0,.bootstrap-carousel .px-md-0{padding-right:0!important}.bootstrap-carousel .pb-md-0,.bootstrap-carousel .py-md-0{padding-bottom:0!important}.bootstrap-carousel .pl-md-0,.bootstrap-carousel .px-md-0{padding-left:0!important}.bootstrap-carousel .p-md-1{padding:.25rem!important}.bootstrap-carousel .pt-md-1,.bootstrap-carousel .py-md-1{padding-top:.25rem!important}.bootstrap-carousel .pr-md-1,.bootstrap-carousel .px-md-1{padding-right:.25rem!important}.bootstrap-carousel .pb-md-1,.bootstrap-carousel .py-md-1{padding-bottom:.25rem!important}.bootstrap-carousel .pl-md-1,.bootstrap-carousel .px-md-1{padding-left:.25rem!important}.bootstrap-carousel .p-md-2{padding:.5rem!important}.bootstrap-carousel .pt-md-2,.bootstrap-carousel .py-md-2{padding-top:.5rem!important}.bootstrap-carousel .pr-md-2,.bootstrap-carousel .px-md-2{padding-right:.5rem!important}.bootstrap-carousel .pb-md-2,.bootstrap-carousel .py-md-2{padding-bottom:.5rem!important}.bootstrap-carousel .pl-md-2,.bootstrap-carousel .px-md-2{padding-left:.5rem!important}.bootstrap-carousel .p-md-3{padding:1rem!important}.bootstrap-carousel .pt-md-3,.bootstrap-carousel .py-md-3{padding-top:1rem!important}.bootstrap-carousel .pr-md-3,.bootstrap-carousel .px-md-3{padding-right:1rem!important}.bootstrap-carousel .pb-md-3,.bootstrap-carousel .py-md-3{padding-bottom:1rem!important}.bootstrap-carousel .pl-md-3,.bootstrap-carousel .px-md-3{padding-left:1rem!important}.bootstrap-carousel .p-md-4{padding:1.5rem!important}.bootstrap-carousel .pt-md-4,.bootstrap-carousel .py-md-4{padding-top:1.5rem!important}.bootstrap-carousel .pr-md-4,.bootstrap-carousel .px-md-4{padding-right:1.5rem!important}.bootstrap-carousel .pb-md-4,.bootstrap-carousel .py-md-4{padding-bottom:1.5rem!important}.bootstrap-carousel .pl-md-4,.bootstrap-carousel .px-md-4{padding-left:1.5rem!important}.bootstrap-carousel .p-md-5{padding:3rem!important}.bootstrap-carousel .pt-md-5,.bootstrap-carousel .py-md-5{padding-top:3rem!important}.bootstrap-carousel .pr-md-5,.bootstrap-carousel .px-md-5{padding-right:3rem!important}.bootstrap-carousel .pb-md-5,.bootstrap-carousel .py-md-5{padding-bottom:3rem!important}.bootstrap-carousel .pl-md-5,.bootstrap-carousel .px-md-5{padding-left:3rem!important}.bootstrap-carousel .m-md-n1{margin:-.25rem!important}.bootstrap-carousel .mt-md-n1,.bootstrap-carousel .my-md-n1{margin-top:-.25rem!important}.bootstrap-carousel .mr-md-n1,.bootstrap-carousel .mx-md-n1{margin-right:-.25rem!important}.bootstrap-carousel .mb-md-n1,.bootstrap-carousel .my-md-n1{margin-bottom:-.25rem!important}.bootstrap-carousel .ml-md-n1,.bootstrap-carousel .mx-md-n1{margin-left:-.25rem!important}.bootstrap-carousel .m-md-n2{margin:-.5rem!important}.bootstrap-carousel .mt-md-n2,.bootstrap-carousel .my-md-n2{margin-top:-.5rem!important}.bootstrap-carousel .mr-md-n2,.bootstrap-carousel .mx-md-n2{margin-right:-.5rem!important}.bootstrap-carousel .mb-md-n2,.bootstrap-carousel .my-md-n2{margin-bottom:-.5rem!important}.bootstrap-carousel .ml-md-n2,.bootstrap-carousel .mx-md-n2{margin-left:-.5rem!important}.bootstrap-carousel .m-md-n3{margin:-1rem!important}.bootstrap-carousel .mt-md-n3,.bootstrap-carousel .my-md-n3{margin-top:-1rem!important}.bootstrap-carousel .mr-md-n3,.bootstrap-carousel .mx-md-n3{margin-right:-1rem!important}.bootstrap-carousel .mb-md-n3,.bootstrap-carousel .my-md-n3{margin-bottom:-1rem!important}.bootstrap-carousel .ml-md-n3,.bootstrap-carousel .mx-md-n3{margin-left:-1rem!important}.bootstrap-carousel .m-md-n4{margin:-1.5rem!important}.bootstrap-carousel .mt-md-n4,.bootstrap-carousel .my-md-n4{margin-top:-1.5rem!important}.bootstrap-carousel .mr-md-n4,.bootstrap-carousel .mx-md-n4{margin-right:-1.5rem!important}.bootstrap-carousel .mb-md-n4,.bootstrap-carousel .my-md-n4{margin-bottom:-1.5rem!important}.bootstrap-carousel .ml-md-n4,.bootstrap-carousel .mx-md-n4{margin-left:-1.5rem!important}.bootstrap-carousel .m-md-n5{margin:-3rem!important}.bootstrap-carousel .mt-md-n5,.bootstrap-carousel .my-md-n5{margin-top:-3rem!important}.bootstrap-carousel .mr-md-n5,.bootstrap-carousel .mx-md-n5{margin-right:-3rem!important}.bootstrap-carousel .mb-md-n5,.bootstrap-carousel .my-md-n5{margin-bottom:-3rem!important}.bootstrap-carousel .ml-md-n5,.bootstrap-carousel .mx-md-n5{margin-left:-3rem!important}.bootstrap-carousel .m-md-auto{margin:auto!important}.bootstrap-carousel .mt-md-auto,.bootstrap-carousel .my-md-auto{margin-top:auto!important}.bootstrap-carousel .mr-md-auto,.bootstrap-carousel .mx-md-auto{margin-right:auto!important}.bootstrap-carousel .mb-md-auto,.bootstrap-carousel .my-md-auto{margin-bottom:auto!important}.bootstrap-carousel .ml-md-auto,.bootstrap-carousel .mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.bootstrap-carousel .m-lg-0{margin:0!important}.bootstrap-carousel .mt-lg-0,.bootstrap-carousel .my-lg-0{margin-top:0!important}.bootstrap-carousel .mr-lg-0,.bootstrap-carousel .mx-lg-0{margin-right:0!important}.bootstrap-carousel .mb-lg-0,.bootstrap-carousel .my-lg-0{margin-bottom:0!important}.bootstrap-carousel .ml-lg-0,.bootstrap-carousel .mx-lg-0{margin-left:0!important}.bootstrap-carousel .m-lg-1{margin:.25rem!important}.bootstrap-carousel .mt-lg-1,.bootstrap-carousel .my-lg-1{margin-top:.25rem!important}.bootstrap-carousel .mr-lg-1,.bootstrap-carousel .mx-lg-1{margin-right:.25rem!important}.bootstrap-carousel .mb-lg-1,.bootstrap-carousel .my-lg-1{margin-bottom:.25rem!important}.bootstrap-carousel .ml-lg-1,.bootstrap-carousel .mx-lg-1{margin-left:.25rem!important}.bootstrap-carousel .m-lg-2{margin:.5rem!important}.bootstrap-carousel .mt-lg-2,.bootstrap-carousel .my-lg-2{margin-top:.5rem!important}.bootstrap-carousel .mr-lg-2,.bootstrap-carousel .mx-lg-2{margin-right:.5rem!important}.bootstrap-carousel .mb-lg-2,.bootstrap-carousel .my-lg-2{margin-bottom:.5rem!important}.bootstrap-carousel .ml-lg-2,.bootstrap-carousel .mx-lg-2{margin-left:.5rem!important}.bootstrap-carousel .m-lg-3{margin:1rem!important}.bootstrap-carousel .mt-lg-3,.bootstrap-carousel .my-lg-3{margin-top:1rem!important}.bootstrap-carousel .mr-lg-3,.bootstrap-carousel .mx-lg-3{margin-right:1rem!important}.bootstrap-carousel .mb-lg-3,.bootstrap-carousel .my-lg-3{margin-bottom:1rem!important}.bootstrap-carousel .ml-lg-3,.bootstrap-carousel .mx-lg-3{margin-left:1rem!important}.bootstrap-carousel .m-lg-4{margin:1.5rem!important}.bootstrap-carousel .mt-lg-4,.bootstrap-carousel .my-lg-4{margin-top:1.5rem!important}.bootstrap-carousel .mr-lg-4,.bootstrap-carousel .mx-lg-4{margin-right:1.5rem!important}.bootstrap-carousel .mb-lg-4,.bootstrap-carousel .my-lg-4{margin-bottom:1.5rem!important}.bootstrap-carousel .ml-lg-4,.bootstrap-carousel .mx-lg-4{margin-left:1.5rem!important}.bootstrap-carousel .m-lg-5{margin:3rem!important}.bootstrap-carousel .mt-lg-5,.bootstrap-carousel .my-lg-5{margin-top:3rem!important}.bootstrap-carousel .mr-lg-5,.bootstrap-carousel .mx-lg-5{margin-right:3rem!important}.bootstrap-carousel .mb-lg-5,.bootstrap-carousel .my-lg-5{margin-bottom:3rem!important}.bootstrap-carousel .ml-lg-5,.bootstrap-carousel .mx-lg-5{margin-left:3rem!important}.bootstrap-carousel .p-lg-0{padding:0!important}.bootstrap-carousel .pt-lg-0,.bootstrap-carousel .py-lg-0{padding-top:0!important}.bootstrap-carousel .pr-lg-0,.bootstrap-carousel .px-lg-0{padding-right:0!important}.bootstrap-carousel .pb-lg-0,.bootstrap-carousel .py-lg-0{padding-bottom:0!important}.bootstrap-carousel .pl-lg-0,.bootstrap-carousel .px-lg-0{padding-left:0!important}.bootstrap-carousel .p-lg-1{padding:.25rem!important}.bootstrap-carousel .pt-lg-1,.bootstrap-carousel .py-lg-1{padding-top:.25rem!important}.bootstrap-carousel .pr-lg-1,.bootstrap-carousel .px-lg-1{padding-right:.25rem!important}.bootstrap-carousel .pb-lg-1,.bootstrap-carousel .py-lg-1{padding-bottom:.25rem!important}.bootstrap-carousel .pl-lg-1,.bootstrap-carousel .px-lg-1{padding-left:.25rem!important}.bootstrap-carousel .p-lg-2{padding:.5rem!important}.bootstrap-carousel .pt-lg-2,.bootstrap-carousel .py-lg-2{padding-top:.5rem!important}.bootstrap-carousel .pr-lg-2,.bootstrap-carousel .px-lg-2{padding-right:.5rem!important}.bootstrap-carousel .pb-lg-2,.bootstrap-carousel .py-lg-2{padding-bottom:.5rem!important}.bootstrap-carousel .pl-lg-2,.bootstrap-carousel .px-lg-2{padding-left:.5rem!important}.bootstrap-carousel .p-lg-3{padding:1rem!important}.bootstrap-carousel .pt-lg-3,.bootstrap-carousel .py-lg-3{padding-top:1rem!important}.bootstrap-carousel .pr-lg-3,.bootstrap-carousel .px-lg-3{padding-right:1rem!important}.bootstrap-carousel .pb-lg-3,.bootstrap-carousel .py-lg-3{padding-bottom:1rem!important}.bootstrap-carousel .pl-lg-3,.bootstrap-carousel .px-lg-3{padding-left:1rem!important}.bootstrap-carousel .p-lg-4{padding:1.5rem!important}.bootstrap-carousel .pt-lg-4,.bootstrap-carousel .py-lg-4{padding-top:1.5rem!important}.bootstrap-carousel .pr-lg-4,.bootstrap-carousel .px-lg-4{padding-right:1.5rem!important}.bootstrap-carousel .pb-lg-4,.bootstrap-carousel .py-lg-4{padding-bottom:1.5rem!important}.bootstrap-carousel .pl-lg-4,.bootstrap-carousel .px-lg-4{padding-left:1.5rem!important}.bootstrap-carousel .p-lg-5{padding:3rem!important}.bootstrap-carousel .pt-lg-5,.bootstrap-carousel .py-lg-5{padding-top:3rem!important}.bootstrap-carousel .pr-lg-5,.bootstrap-carousel .px-lg-5{padding-right:3rem!important}.bootstrap-carousel .pb-lg-5,.bootstrap-carousel .py-lg-5{padding-bottom:3rem!important}.bootstrap-carousel .pl-lg-5,.bootstrap-carousel .px-lg-5{padding-left:3rem!important}.bootstrap-carousel .m-lg-n1{margin:-.25rem!important}.bootstrap-carousel .mt-lg-n1,.bootstrap-carousel .my-lg-n1{margin-top:-.25rem!important}.bootstrap-carousel .mr-lg-n1,.bootstrap-carousel .mx-lg-n1{margin-right:-.25rem!important}.bootstrap-carousel .mb-lg-n1,.bootstrap-carousel .my-lg-n1{margin-bottom:-.25rem!important}.bootstrap-carousel .ml-lg-n1,.bootstrap-carousel .mx-lg-n1{margin-left:-.25rem!important}.bootstrap-carousel .m-lg-n2{margin:-.5rem!important}.bootstrap-carousel .mt-lg-n2,.bootstrap-carousel .my-lg-n2{margin-top:-.5rem!important}.bootstrap-carousel .mr-lg-n2,.bootstrap-carousel .mx-lg-n2{margin-right:-.5rem!important}.bootstrap-carousel .mb-lg-n2,.bootstrap-carousel .my-lg-n2{margin-bottom:-.5rem!important}.bootstrap-carousel .ml-lg-n2,.bootstrap-carousel .mx-lg-n2{margin-left:-.5rem!important}.bootstrap-carousel .m-lg-n3{margin:-1rem!important}.bootstrap-carousel .mt-lg-n3,.bootstrap-carousel .my-lg-n3{margin-top:-1rem!important}.bootstrap-carousel .mr-lg-n3,.bootstrap-carousel .mx-lg-n3{margin-right:-1rem!important}.bootstrap-carousel .mb-lg-n3,.bootstrap-carousel .my-lg-n3{margin-bottom:-1rem!important}.bootstrap-carousel .ml-lg-n3,.bootstrap-carousel .mx-lg-n3{margin-left:-1rem!important}.bootstrap-carousel .m-lg-n4{margin:-1.5rem!important}.bootstrap-carousel .mt-lg-n4,.bootstrap-carousel .my-lg-n4{margin-top:-1.5rem!important}.bootstrap-carousel .mr-lg-n4,.bootstrap-carousel .mx-lg-n4{margin-right:-1.5rem!important}.bootstrap-carousel .mb-lg-n4,.bootstrap-carousel .my-lg-n4{margin-bottom:-1.5rem!important}.bootstrap-carousel .ml-lg-n4,.bootstrap-carousel .mx-lg-n4{margin-left:-1.5rem!important}.bootstrap-carousel .m-lg-n5{margin:-3rem!important}.bootstrap-carousel .mt-lg-n5,.bootstrap-carousel .my-lg-n5{margin-top:-3rem!important}.bootstrap-carousel .mr-lg-n5,.bootstrap-carousel .mx-lg-n5{margin-right:-3rem!important}.bootstrap-carousel .mb-lg-n5,.bootstrap-carousel .my-lg-n5{margin-bottom:-3rem!important}.bootstrap-carousel .ml-lg-n5,.bootstrap-carousel .mx-lg-n5{margin-left:-3rem!important}.bootstrap-carousel .m-lg-auto{margin:auto!important}.bootstrap-carousel .mt-lg-auto,.bootstrap-carousel .my-lg-auto{margin-top:auto!important}.bootstrap-carousel .mr-lg-auto,.bootstrap-carousel .mx-lg-auto{margin-right:auto!important}.bootstrap-carousel .mb-lg-auto,.bootstrap-carousel .my-lg-auto{margin-bottom:auto!important}.bootstrap-carousel .ml-lg-auto,.bootstrap-carousel .mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.bootstrap-carousel .m-xl-0{margin:0!important}.bootstrap-carousel .mt-xl-0,.bootstrap-carousel .my-xl-0{margin-top:0!important}.bootstrap-carousel .mr-xl-0,.bootstrap-carousel .mx-xl-0{margin-right:0!important}.bootstrap-carousel .mb-xl-0,.bootstrap-carousel .my-xl-0{margin-bottom:0!important}.bootstrap-carousel .ml-xl-0,.bootstrap-carousel .mx-xl-0{margin-left:0!important}.bootstrap-carousel .m-xl-1{margin:.25rem!important}.bootstrap-carousel .mt-xl-1,.bootstrap-carousel .my-xl-1{margin-top:.25rem!important}.bootstrap-carousel .mr-xl-1,.bootstrap-carousel .mx-xl-1{margin-right:.25rem!important}.bootstrap-carousel .mb-xl-1,.bootstrap-carousel .my-xl-1{margin-bottom:.25rem!important}.bootstrap-carousel .ml-xl-1,.bootstrap-carousel .mx-xl-1{margin-left:.25rem!important}.bootstrap-carousel .m-xl-2{margin:.5rem!important}.bootstrap-carousel .mt-xl-2,.bootstrap-carousel .my-xl-2{margin-top:.5rem!important}.bootstrap-carousel .mr-xl-2,.bootstrap-carousel .mx-xl-2{margin-right:.5rem!important}.bootstrap-carousel .mb-xl-2,.bootstrap-carousel .my-xl-2{margin-bottom:.5rem!important}.bootstrap-carousel .ml-xl-2,.bootstrap-carousel .mx-xl-2{margin-left:.5rem!important}.bootstrap-carousel .m-xl-3{margin:1rem!important}.bootstrap-carousel .mt-xl-3,.bootstrap-carousel .my-xl-3{margin-top:1rem!important}.bootstrap-carousel .mr-xl-3,.bootstrap-carousel .mx-xl-3{margin-right:1rem!important}.bootstrap-carousel .mb-xl-3,.bootstrap-carousel .my-xl-3{margin-bottom:1rem!important}.bootstrap-carousel .ml-xl-3,.bootstrap-carousel .mx-xl-3{margin-left:1rem!important}.bootstrap-carousel .m-xl-4{margin:1.5rem!important}.bootstrap-carousel .mt-xl-4,.bootstrap-carousel .my-xl-4{margin-top:1.5rem!important}.bootstrap-carousel .mr-xl-4,.bootstrap-carousel .mx-xl-4{margin-right:1.5rem!important}.bootstrap-carousel .mb-xl-4,.bootstrap-carousel .my-xl-4{margin-bottom:1.5rem!important}.bootstrap-carousel .ml-xl-4,.bootstrap-carousel .mx-xl-4{margin-left:1.5rem!important}.bootstrap-carousel .m-xl-5{margin:3rem!important}.bootstrap-carousel .mt-xl-5,.bootstrap-carousel .my-xl-5{margin-top:3rem!important}.bootstrap-carousel .mr-xl-5,.bootstrap-carousel .mx-xl-5{margin-right:3rem!important}.bootstrap-carousel .mb-xl-5,.bootstrap-carousel .my-xl-5{margin-bottom:3rem!important}.bootstrap-carousel .ml-xl-5,.bootstrap-carousel .mx-xl-5{margin-left:3rem!important}.bootstrap-carousel .p-xl-0{padding:0!important}.bootstrap-carousel .pt-xl-0,.bootstrap-carousel .py-xl-0{padding-top:0!important}.bootstrap-carousel .pr-xl-0,.bootstrap-carousel .px-xl-0{padding-right:0!important}.bootstrap-carousel .pb-xl-0,.bootstrap-carousel .py-xl-0{padding-bottom:0!important}.bootstrap-carousel .pl-xl-0,.bootstrap-carousel .px-xl-0{padding-left:0!important}.bootstrap-carousel .p-xl-1{padding:.25rem!important}.bootstrap-carousel .pt-xl-1,.bootstrap-carousel .py-xl-1{padding-top:.25rem!important}.bootstrap-carousel .pr-xl-1,.bootstrap-carousel .px-xl-1{padding-right:.25rem!important}.bootstrap-carousel .pb-xl-1,.bootstrap-carousel .py-xl-1{padding-bottom:.25rem!important}.bootstrap-carousel .pl-xl-1,.bootstrap-carousel .px-xl-1{padding-left:.25rem!important}.bootstrap-carousel .p-xl-2{padding:.5rem!important}.bootstrap-carousel .pt-xl-2,.bootstrap-carousel .py-xl-2{padding-top:.5rem!important}.bootstrap-carousel .pr-xl-2,.bootstrap-carousel .px-xl-2{padding-right:.5rem!important}.bootstrap-carousel .pb-xl-2,.bootstrap-carousel .py-xl-2{padding-bottom:.5rem!important}.bootstrap-carousel .pl-xl-2,.bootstrap-carousel .px-xl-2{padding-left:.5rem!important}.bootstrap-carousel .p-xl-3{padding:1rem!important}.bootstrap-carousel .pt-xl-3,.bootstrap-carousel .py-xl-3{padding-top:1rem!important}.bootstrap-carousel .pr-xl-3,.bootstrap-carousel .px-xl-3{padding-right:1rem!important}.bootstrap-carousel .pb-xl-3,.bootstrap-carousel .py-xl-3{padding-bottom:1rem!important}.bootstrap-carousel .pl-xl-3,.bootstrap-carousel .px-xl-3{padding-left:1rem!important}.bootstrap-carousel .p-xl-4{padding:1.5rem!important}.bootstrap-carousel .pt-xl-4,.bootstrap-carousel .py-xl-4{padding-top:1.5rem!important}.bootstrap-carousel .pr-xl-4,.bootstrap-carousel .px-xl-4{padding-right:1.5rem!important}.bootstrap-carousel .pb-xl-4,.bootstrap-carousel .py-xl-4{padding-bottom:1.5rem!important}.bootstrap-carousel .pl-xl-4,.bootstrap-carousel .px-xl-4{padding-left:1.5rem!important}.bootstrap-carousel .p-xl-5{padding:3rem!important}.bootstrap-carousel .pt-xl-5,.bootstrap-carousel .py-xl-5{padding-top:3rem!important}.bootstrap-carousel .pr-xl-5,.bootstrap-carousel .px-xl-5{padding-right:3rem!important}.bootstrap-carousel .pb-xl-5,.bootstrap-carousel .py-xl-5{padding-bottom:3rem!important}.bootstrap-carousel .pl-xl-5,.bootstrap-carousel .px-xl-5{padding-left:3rem!important}.bootstrap-carousel .m-xl-n1{margin:-.25rem!important}.bootstrap-carousel .mt-xl-n1,.bootstrap-carousel .my-xl-n1{margin-top:-.25rem!important}.bootstrap-carousel .mr-xl-n1,.bootstrap-carousel .mx-xl-n1{margin-right:-.25rem!important}.bootstrap-carousel .mb-xl-n1,.bootstrap-carousel .my-xl-n1{margin-bottom:-.25rem!important}.bootstrap-carousel .ml-xl-n1,.bootstrap-carousel .mx-xl-n1{margin-left:-.25rem!important}.bootstrap-carousel .m-xl-n2{margin:-.5rem!important}.bootstrap-carousel .mt-xl-n2,.bootstrap-carousel .my-xl-n2{margin-top:-.5rem!important}.bootstrap-carousel .mr-xl-n2,.bootstrap-carousel .mx-xl-n2{margin-right:-.5rem!important}.bootstrap-carousel .mb-xl-n2,.bootstrap-carousel .my-xl-n2{margin-bottom:-.5rem!important}.bootstrap-carousel .ml-xl-n2,.bootstrap-carousel .mx-xl-n2{margin-left:-.5rem!important}.bootstrap-carousel .m-xl-n3{margin:-1rem!important}.bootstrap-carousel .mt-xl-n3,.bootstrap-carousel .my-xl-n3{margin-top:-1rem!important}.bootstrap-carousel .mr-xl-n3,.bootstrap-carousel .mx-xl-n3{margin-right:-1rem!important}.bootstrap-carousel .mb-xl-n3,.bootstrap-carousel .my-xl-n3{margin-bottom:-1rem!important}.bootstrap-carousel .ml-xl-n3,.bootstrap-carousel .mx-xl-n3{margin-left:-1rem!important}.bootstrap-carousel .m-xl-n4{margin:-1.5rem!important}.bootstrap-carousel .mt-xl-n4,.bootstrap-carousel .my-xl-n4{margin-top:-1.5rem!important}.bootstrap-carousel .mr-xl-n4,.bootstrap-carousel .mx-xl-n4{margin-right:-1.5rem!important}.bootstrap-carousel .mb-xl-n4,.bootstrap-carousel .my-xl-n4{margin-bottom:-1.5rem!important}.bootstrap-carousel .ml-xl-n4,.bootstrap-carousel .mx-xl-n4{margin-left:-1.5rem!important}.bootstrap-carousel .m-xl-n5{margin:-3rem!important}.bootstrap-carousel .mt-xl-n5,.bootstrap-carousel .my-xl-n5{margin-top:-3rem!important}.bootstrap-carousel .mr-xl-n5,.bootstrap-carousel .mx-xl-n5{margin-right:-3rem!important}.bootstrap-carousel .mb-xl-n5,.bootstrap-carousel .my-xl-n5{margin-bottom:-3rem!important}.bootstrap-carousel .ml-xl-n5,.bootstrap-carousel .mx-xl-n5{margin-left:-3rem!important}.bootstrap-carousel .m-xl-auto{margin:auto!important}.bootstrap-carousel .mt-xl-auto,.bootstrap-carousel .my-xl-auto{margin-top:auto!important}.bootstrap-carousel .mr-xl-auto,.bootstrap-carousel .mx-xl-auto{margin-right:auto!important}.bootstrap-carousel .mb-xl-auto,.bootstrap-carousel .my-xl-auto{margin-bottom:auto!important}.bootstrap-carousel .ml-xl-auto,.bootstrap-carousel .mx-xl-auto{margin-left:auto!important}}.bootstrap-carousel .stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}.bootstrap-carousel .text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.bootstrap-carousel .text-justify{text-align:justify!important}.bootstrap-carousel .text-wrap{white-space:normal!important}.bootstrap-carousel .text-nowrap{white-space:nowrap!important}.bootstrap-carousel .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bootstrap-carousel .text-left{text-align:left!important}.bootstrap-carousel .text-right{text-align:right!important}.bootstrap-carousel .text-center{text-align:center!important}@media (min-width:576px){.bootstrap-carousel .text-sm-left{text-align:left!important}.bootstrap-carousel .text-sm-right{text-align:right!important}.bootstrap-carousel .text-sm-center{text-align:center!important}}@media (min-width:768px){.bootstrap-carousel .text-md-left{text-align:left!important}.bootstrap-carousel .text-md-right{text-align:right!important}.bootstrap-carousel .text-md-center{text-align:center!important}}@media (min-width:992px){.bootstrap-carousel .text-lg-left{text-align:left!important}.bootstrap-carousel .text-lg-right{text-align:right!important}.bootstrap-carousel .text-lg-center{text-align:center!important}}@media (min-width:1200px){.bootstrap-carousel .text-xl-left{text-align:left!important}.bootstrap-carousel .text-xl-right{text-align:right!important}.bootstrap-carousel .text-xl-center{text-align:center!important}}.bootstrap-carousel .text-lowercase{text-transform:lowercase!important}.bootstrap-carousel .text-uppercase{text-transform:uppercase!important}.bootstrap-carousel .text-capitalize{text-transform:capitalize!important}.bootstrap-carousel .font-weight-light{font-weight:300!important}.bootstrap-carousel .font-weight-lighter{font-weight:lighter!important}.bootstrap-carousel .font-weight-normal{font-weight:400!important}.bootstrap-carousel .font-weight-bold{font-weight:700!important}.bootstrap-carousel .font-weight-bolder{font-weight:bolder!important}.bootstrap-carousel .font-italic{font-style:italic!important}.bootstrap-carousel .text-white{color:#fff!important}.bootstrap-carousel .text-primary{color:#007bff!important}.bootstrap-carousel a.text-primary:focus,.bootstrap-carousel a.text-primary:hover{color:#0056b3!important}.bootstrap-carousel .text-secondary{color:#6c757d!important}.bootstrap-carousel a.text-secondary:focus,.bootstrap-carousel a.text-secondary:hover{color:#494f54!important}.bootstrap-carousel .text-success{color:#28a745!important}.bootstrap-carousel a.text-success:focus,.bootstrap-carousel a.text-success:hover{color:#19692c!important}.bootstrap-carousel .text-info{color:#17a2b8!important}.bootstrap-carousel a.text-info:focus,.bootstrap-carousel a.text-info:hover{color:#0f6674!important}.bootstrap-carousel .text-warning{color:#ffc107!important}.bootstrap-carousel a.text-warning:focus,.bootstrap-carousel a.text-warning:hover{color:#ba8b00!important}.bootstrap-carousel .text-danger{color:#dc3545!important}.bootstrap-carousel a.text-danger:focus,.bootstrap-carousel a.text-danger:hover{color:#a71d2a!important}.bootstrap-carousel .text-light{color:#f8f9fa!important}.bootstrap-carousel a.text-light:focus,.bootstrap-carousel a.text-light:hover{color:#cbd3da!important}.bootstrap-carousel .text-dark{color:#343a40!important}.bootstrap-carousel a.text-dark:focus,.bootstrap-carousel a.text-dark:hover{color:#121416!important}.bootstrap-carousel .text-body{color:#212529!important}.bootstrap-carousel .text-muted{color:#6c757d!important}.bootstrap-carousel .text-black-50{color:rgba(0,0,0,.5)!important}.bootstrap-carousel .text-white-50{color:hsla(0,0%,100%,.5)!important}.bootstrap-carousel .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.bootstrap-carousel .text-decoration-none{text-decoration:none!important}.bootstrap-carousel .text-break{word-wrap:break-word!important}.bootstrap-carousel .text-reset{color:inherit!important}.bootstrap-carousel .visible{visibility:visible!important}.bootstrap-carousel .invisible{visibility:hidden!important}@media print{.bootstrap-carousel *,.bootstrap-carousel :after,.bootstrap-carousel :before{text-shadow:none!important;box-shadow:none!important}.bootstrap-carousel a:not(.btn){text-decoration:underline}.bootstrap-carousel abbr[title]:after{content:" (" attr(title) ")"}.bootstrap-carousel pre{white-space:pre-wrap!important}.bootstrap-carousel blockquote,.bootstrap-carousel pre{border:1px solid #adb5bd;page-break-inside:avoid}.bootstrap-carousel thead{display:table-header-group}.bootstrap-carousel img,.bootstrap-carousel tr{page-break-inside:avoid}.bootstrap-carousel h2,.bootstrap-carousel h3,.bootstrap-carousel p{orphans:3;widows:3}.bootstrap-carousel h2,.bootstrap-carousel h3{page-break-after:avoid}@page{.bootstrap-carousel{size:a3}}.bootstrap-carousel .container,.bootstrap-carousel body{min-width:992px!important}.bootstrap-carousel .navbar{display:none}.bootstrap-carousel .badge{border:1px solid #000}.bootstrap-carousel .table{border-collapse:collapse!important}.bootstrap-carousel .table td,.bootstrap-carousel .table th{background-color:#fff!important}.bootstrap-carousel .table-bordered td,.bootstrap-carousel .table-bordered th{border:1px solid #dee2e6!important}.bootstrap-carousel .table-dark{color:inherit}.bootstrap-carousel .table-dark tbody+tbody,.bootstrap-carousel .table-dark td,.bootstrap-carousel .table-dark th,.bootstrap-carousel .table-dark thead th{border-color:#dee2e6}.bootstrap-carousel .table .thead-dark th{color:inherit;border-color:#dee2e6}}@media (max-width:767px){.microsite-footer-links.column{padding:0}}.microsite-footer-links__editor-wrapper{margin-bottom:1rem}.microsite-footer-links__editor-wrapper a{display:block;margin-bottom:1rem}.microsite-footer-links__title{font-family:var(--sourceSans-semibold);margin-bottom:1rem}.microsite-footer-links__list{display:flex;align-items:center;flex-wrap:wrap;grid-column-gap:4.25rem;-webkit-column-gap:4.25rem;column-gap:4.25rem;border-bottom:none;padding-top:0;padding-bottom:0}@media (min-width:1024px){.microsite-footer-links__list{grid-column-gap:6.375rem;-webkit-column-gap:6.375rem;column-gap:6.375rem}}.microsite-footer-links__list li{padding:0}.microsite-footer-link{padding:.1875rem 0}.microsite-footer-link a{font-size:1rem;color:var(--black);font-family:var(--sourceSans-regular);line-height:1.75rem;text-decoration:none}.microsite-footer-link a:focus{outline:1px solid var(--outline)}.microsite-footer-link a:hover{border-bottom:.0625rem solid var(--black)}.microsite-footer{background-color:var(--white);box-shadow:0 -2px 4px 0 rgba(0,0,0,.11);margin-top:4rem;padding-bottom:.1875rem;padding-top:.25rem}@media (min-width:768px) and (max-width:1023px){.microsite-footer{padding-top:1.75rem}}@media (max-width:767px){.microsite-footer{padding-bottom:0;padding-top:0}}@media (max-width:767px){.microsite-footer .microsite-footer__container{width:100%;max-width:100%;padding:0 .625rem}}.microsite-footer.section{padding:1.75rem 2rem 2.125rem}.microsite-footer__disclaimer{color:#767676;font-size:.875rem}@media (max-width:767px){.microsite-footer__disclaimer{margin-top:.375rem}}body.using-mouse :focus,body.using-mouse :focus-within{outline:none!important}