/*!
 * Bootstrap Utilities v5.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}@media (prefers-reduced-motion: reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important}.animate__animated[class*=Out]{opacity:0}}@keyframes fadeInBottomLeft{0%{transform:translate3d(-10%,10%,0)}to{transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInTopRight{0%{transform:translate3d(10%,-10%,0)}to{transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes slideInLeft{0%{transform:translate3d(-10%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(10%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--ev-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--ev-aspect-ratio: 100%}.ratio-4x3{--ev-aspect-ratio: 75%}.ratio-16x9{--ev-aspect-ratio: 56.25%}.ratio-21x9{--ev-aspect-ratio: 42.8571428571%}.ratio-144x65{--ev-aspect-ratio: 45.1388888889%}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.d-inline{display:inline}.d-inline-block{display:inline-block}.d-block{display:block}.d-grid{display:grid}.d-flex{display:flex}.d-inline-flex{display:inline-flex}.d-none{display:none}.position-relative{position:relative}.position-absolute{position:absolute}.top-0{top:0}.top-50{top:50%}.top-100{top:100%}.bottom-0{bottom:0}.bottom-50{bottom:50%}.bottom-100{bottom:100%}.start-0{left:0}.start-50{left:50%}.start-100{left:100%}.end-0{right:0}.end-50{right:50%}.end-100{right:100%}.w-25{width:25%}.w-50{width:50%}.w-75{width:75%}.w-100{width:100%}.w-auto{width:auto}.mw-100{max-width:100%}.vw-100{width:100vw}.min-vw-100{min-width:100vw}.h-25{height:25%}.h-50{height:50%}.h-75{height:75%}.h-100{height:100%}.h-auto{height:auto}.mh-100{max-height:100%}.vh-100{height:100vh}.min-vh-100{min-height:100vh}.flex-fill{flex:1 1 auto}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-row-reverse{flex-direction:row-reverse}.flex-column-reverse{flex-direction:column-reverse}.flex-grow-0{flex-grow:0}.flex-grow-1{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-shrink-1{flex-shrink:1}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.gap-0{gap:0}.gap-5{gap:.3125rem}.gap-10{gap:.625rem}.gap-20{gap:1.25rem}.gap-30{gap:1.875rem}.gap-40{gap:2.5rem}.gap-50{gap:3.125rem}.gap-60{gap:3.75rem}.gap-75{gap:4.6875rem}.gap-100{gap:6.25rem}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-around{justify-content:space-around}.justify-content-evenly{justify-content:space-evenly}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.align-items-center{align-items:center}.align-items-baseline{align-items:baseline}.align-items-stretch{align-items:stretch}.align-content-start{align-content:flex-start}.align-content-end{align-content:flex-end}.align-content-center{align-content:center}.align-content-between{align-content:space-between}.align-content-around{align-content:space-around}.align-content-stretch{align-content:stretch}.align-self-auto{align-self:auto}.align-self-start{align-self:flex-start}.align-self-end{align-self:flex-end}.align-self-center{align-self:center}.align-self-baseline{align-self:baseline}.align-self-stretch{align-self:stretch}.order-first{order:-1}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-last{order:6}.m-0{margin:0}.m-5{margin:.3125rem}.m-10{margin:.625rem}.m-20{margin:1.25rem}.m-30{margin:1.875rem}.m-40{margin:2.5rem}.m-50{margin:3.125rem}.m-60{margin:3.75rem}.m-75{margin:4.6875rem}.m-100{margin:6.25rem}.m-auto{margin:auto}.mx-0{margin-right:0;margin-left:0}.mx-5{margin-right:.3125rem;margin-left:.3125rem}.mx-10{margin-right:.625rem;margin-left:.625rem}.mx-20{margin-right:1.25rem;margin-left:1.25rem}.mx-30{margin-right:1.875rem;margin-left:1.875rem}.mx-40{margin-right:2.5rem;margin-left:2.5rem}.mx-50{margin-right:3.125rem;margin-left:3.125rem}.mx-60{margin-right:3.75rem;margin-left:3.75rem}.mx-75{margin-right:4.6875rem;margin-left:4.6875rem}.mx-100{margin-right:6.25rem;margin-left:6.25rem}.mx-auto{margin-right:auto;margin-left:auto}.my-0{margin-top:0;margin-bottom:0}.my-5{margin-top:.3125rem;margin-bottom:.3125rem}.my-10{margin-top:.625rem;margin-bottom:.625rem}.my-20{margin-top:1.25rem;margin-bottom:1.25rem}.my-30{margin-top:1.875rem;margin-bottom:1.875rem}.my-40{margin-top:2.5rem;margin-bottom:2.5rem}.my-50{margin-top:3.125rem;margin-bottom:3.125rem}.my-60{margin-top:3.75rem;margin-bottom:3.75rem}.my-75{margin-top:4.6875rem;margin-bottom:4.6875rem}.my-100{margin-top:6.25rem;margin-bottom:6.25rem}.my-auto{margin-top:auto;margin-bottom:auto}.mt-0{margin-top:0}.mt-5{margin-top:.3125rem}.mt-10{margin-top:.625rem}.mt-20{margin-top:1.25rem}.mt-30{margin-top:1.875rem}.mt-40{margin-top:2.5rem}.mt-50{margin-top:3.125rem}.mt-60{margin-top:3.75rem}.mt-75{margin-top:4.6875rem}.mt-100{margin-top:6.25rem}.mt-auto{margin-top:auto}.me-0{margin-right:0}.me-5{margin-right:.3125rem}.me-10{margin-right:.625rem}.me-20{margin-right:1.25rem}.me-30{margin-right:1.875rem}.me-40{margin-right:2.5rem}.me-50{margin-right:3.125rem}.me-60{margin-right:3.75rem}.me-75{margin-right:4.6875rem}.me-100{margin-right:6.25rem}.me-auto{margin-right:auto}.mb-0{margin-bottom:0}.mb-5{margin-bottom:.3125rem}.mb-10{margin-bottom:.625rem}.mb-20{margin-bottom:1.25rem}.mb-30{margin-bottom:1.875rem}.mb-40{margin-bottom:2.5rem}.mb-50{margin-bottom:3.125rem}.mb-60{margin-bottom:3.75rem}.mb-75{margin-bottom:4.6875rem}.mb-100{margin-bottom:6.25rem}.mb-auto{margin-bottom:auto}.ms-0{margin-left:0}.ms-5{margin-left:.3125rem}.ms-10{margin-left:.625rem}.ms-20{margin-left:1.25rem}.ms-30{margin-left:1.875rem}.ms-40{margin-left:2.5rem}.ms-50{margin-left:3.125rem}.ms-60{margin-left:3.75rem}.ms-75{margin-left:4.6875rem}.ms-100{margin-left:6.25rem}.ms-auto{margin-left:auto}.p-0{padding:0}.p-5{padding:.3125rem}.p-10{padding:.625rem}.p-20{padding:1.25rem}.p-30{padding:1.875rem}.p-40{padding:2.5rem}.p-50{padding:3.125rem}.p-60{padding:3.75rem}.p-75{padding:4.6875rem}.p-100{padding:6.25rem}.px-0{padding-right:0;padding-left:0}.px-5{padding-right:.3125rem;padding-left:.3125rem}.px-10{padding-right:.625rem;padding-left:.625rem}.px-20{padding-right:1.25rem;padding-left:1.25rem}.px-30{padding-right:1.875rem;padding-left:1.875rem}.px-40{padding-right:2.5rem;padding-left:2.5rem}.px-50{padding-right:3.125rem;padding-left:3.125rem}.px-60{padding-right:3.75rem;padding-left:3.75rem}.px-75{padding-right:4.6875rem;padding-left:4.6875rem}.px-100{padding-right:6.25rem;padding-left:6.25rem}.py-0{padding-top:0;padding-bottom:0}.py-5{padding-top:.3125rem;padding-bottom:.3125rem}.py-10{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:1.25rem;padding-bottom:1.25rem}.py-30{padding-top:1.875rem;padding-bottom:1.875rem}.py-40{padding-top:2.5rem;padding-bottom:2.5rem}.py-50{padding-top:3.125rem;padding-bottom:3.125rem}.py-60{padding-top:3.75rem;padding-bottom:3.75rem}.py-75{padding-top:4.6875rem;padding-bottom:4.6875rem}.py-100{padding-top:6.25rem;padding-bottom:6.25rem}.pt-0{padding-top:0}.pt-5{padding-top:.3125rem}.pt-10{padding-top:.625rem}.pt-20{padding-top:1.25rem}.pt-30{padding-top:1.875rem}.pt-40{padding-top:2.5rem}.pt-50{padding-top:3.125rem}.pt-60{padding-top:3.75rem}.pt-75{padding-top:4.6875rem}.pt-100{padding-top:6.25rem}.pe-0{padding-right:0}.pe-5{padding-right:.3125rem}.pe-10{padding-right:.625rem}.pe-20{padding-right:1.25rem}.pe-30{padding-right:1.875rem}.pe-40{padding-right:2.5rem}.pe-50{padding-right:3.125rem}.pe-60{padding-right:3.75rem}.pe-75{padding-right:4.6875rem}.pe-100{padding-right:6.25rem}.pb-0{padding-bottom:0}.pb-5{padding-bottom:.3125rem}.pb-10{padding-bottom:.625rem}.pb-20{padding-bottom:1.25rem}.pb-30{padding-bottom:1.875rem}.pb-40{padding-bottom:2.5rem}.pb-50{padding-bottom:3.125rem}.pb-60{padding-bottom:3.75rem}.pb-75{padding-bottom:4.6875rem}.pb-100{padding-bottom:6.25rem}.ps-0{padding-left:0}.ps-5{padding-left:.3125rem}.ps-10{padding-left:.625rem}.ps-20{padding-left:1.25rem}.ps-30{padding-left:1.875rem}.ps-40{padding-left:2.5rem}.ps-50{padding-left:3.125rem}.ps-60{padding-left:3.75rem}.ps-75{padding-left:4.6875rem}.ps-100{padding-left:6.25rem}.fs-12{font-size:.75rem}.fs-14{font-size:.875rem}.fs-16{font-size:1rem}.fs-18{font-size:calc(1.0125rem + .15vw)}.fs-24{font-size:calc(1.05rem + .6vw)}.fs-32{font-size:calc(1.1rem + 1.2vw)}.fs-48{font-size:calc(1.2rem + 2.4vw)}.fs-64{font-size:calc(1.3rem + 3.6vw)}.fs-72{font-size:calc(1.35rem + 4.2vw)}.fs-96{font-size:calc(1.5rem + 6vw)}.fst-italic{font-style:italic}.fst-normal{font-style:normal}.text-start{text-align:left}.text-end{text-align:right}.text-center{text-align:center}.text-decoration-none{text-decoration:none}.text-decoration-underline{text-decoration:underline}.text-decoration-line-through{text-decoration:line-through}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-wrap{white-space:normal}.text-nowrap{white-space:nowrap}.text-break{word-wrap:break-word;word-break:break-word}.user-select-all{-webkit-user-select:all;user-select:all}.user-select-auto{-webkit-user-select:auto;user-select:auto}.user-select-none{-webkit-user-select:none;user-select:none}.pe-none{pointer-events:none}.pe-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}@media (min-width: 768px){.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-grid{display:grid}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.d-sm-none{display:none}.flex-sm-fill{flex:1 1 auto}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.gap-sm-0{gap:0}.gap-sm-5{gap:.3125rem}.gap-sm-10{gap:.625rem}.gap-sm-20{gap:1.25rem}.gap-sm-30{gap:1.875rem}.gap-sm-40{gap:2.5rem}.gap-sm-50{gap:3.125rem}.gap-sm-60{gap:3.75rem}.gap-sm-75{gap:4.6875rem}.gap-sm-100{gap:6.25rem}.justify-content-sm-start{justify-content:flex-start}.justify-content-sm-end{justify-content:flex-end}.justify-content-sm-center{justify-content:center}.justify-content-sm-between{justify-content:space-between}.justify-content-sm-around{justify-content:space-around}.justify-content-sm-evenly{justify-content:space-evenly}.align-items-sm-start{align-items:flex-start}.align-items-sm-end{align-items:flex-end}.align-items-sm-center{align-items:center}.align-items-sm-baseline{align-items:baseline}.align-items-sm-stretch{align-items:stretch}.align-content-sm-start{align-content:flex-start}.align-content-sm-end{align-content:flex-end}.align-content-sm-center{align-content:center}.align-content-sm-between{align-content:space-between}.align-content-sm-around{align-content:space-around}.align-content-sm-stretch{align-content:stretch}.align-self-sm-auto{align-self:auto}.align-self-sm-start{align-self:flex-start}.align-self-sm-end{align-self:flex-end}.align-self-sm-center{align-self:center}.align-self-sm-baseline{align-self:baseline}.align-self-sm-stretch{align-self:stretch}.order-sm-first{order:-1}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-last{order:6}.m-sm-0{margin:0}.m-sm-5{margin:.3125rem}.m-sm-10{margin:.625rem}.m-sm-20{margin:1.25rem}.m-sm-30{margin:1.875rem}.m-sm-40{margin:2.5rem}.m-sm-50{margin:3.125rem}.m-sm-60{margin:3.75rem}.m-sm-75{margin:4.6875rem}.m-sm-100{margin:6.25rem}.m-sm-auto{margin:auto}.mx-sm-0{margin-right:0;margin-left:0}.mx-sm-5{margin-right:.3125rem;margin-left:.3125rem}.mx-sm-10{margin-right:.625rem;margin-left:.625rem}.mx-sm-20{margin-right:1.25rem;margin-left:1.25rem}.mx-sm-30{margin-right:1.875rem;margin-left:1.875rem}.mx-sm-40{margin-right:2.5rem;margin-left:2.5rem}.mx-sm-50{margin-right:3.125rem;margin-left:3.125rem}.mx-sm-60{margin-right:3.75rem;margin-left:3.75rem}.mx-sm-75{margin-right:4.6875rem;margin-left:4.6875rem}.mx-sm-100{margin-right:6.25rem;margin-left:6.25rem}.mx-sm-auto{margin-right:auto;margin-left:auto}.my-sm-0{margin-top:0;margin-bottom:0}.my-sm-5{margin-top:.3125rem;margin-bottom:.3125rem}.my-sm-10{margin-top:.625rem;margin-bottom:.625rem}.my-sm-20{margin-top:1.25rem;margin-bottom:1.25rem}.my-sm-30{margin-top:1.875rem;margin-bottom:1.875rem}.my-sm-40{margin-top:2.5rem;margin-bottom:2.5rem}.my-sm-50{margin-top:3.125rem;margin-bottom:3.125rem}.my-sm-60{margin-top:3.75rem;margin-bottom:3.75rem}.my-sm-75{margin-top:4.6875rem;margin-bottom:4.6875rem}.my-sm-100{margin-top:6.25rem;margin-bottom:6.25rem}.my-sm-auto{margin-top:auto;margin-bottom:auto}.mt-sm-0{margin-top:0}.mt-sm-5{margin-top:.3125rem}.mt-sm-10{margin-top:.625rem}.mt-sm-20{margin-top:1.25rem}.mt-sm-30{margin-top:1.875rem}.mt-sm-40{margin-top:2.5rem}.mt-sm-50{margin-top:3.125rem}.mt-sm-60{margin-top:3.75rem}.mt-sm-75{margin-top:4.6875rem}.mt-sm-100{margin-top:6.25rem}.mt-sm-auto{margin-top:auto}.me-sm-0{margin-right:0}.me-sm-5{margin-right:.3125rem}.me-sm-10{margin-right:.625rem}.me-sm-20{margin-right:1.25rem}.me-sm-30{margin-right:1.875rem}.me-sm-40{margin-right:2.5rem}.me-sm-50{margin-right:3.125rem}.me-sm-60{margin-right:3.75rem}.me-sm-75{margin-right:4.6875rem}.me-sm-100{margin-right:6.25rem}.me-sm-auto{margin-right:auto}.mb-sm-0{margin-bottom:0}.mb-sm-5{margin-bottom:.3125rem}.mb-sm-10{margin-bottom:.625rem}.mb-sm-20{margin-bottom:1.25rem}.mb-sm-30{margin-bottom:1.875rem}.mb-sm-40{margin-bottom:2.5rem}.mb-sm-50{margin-bottom:3.125rem}.mb-sm-60{margin-bottom:3.75rem}.mb-sm-75{margin-bottom:4.6875rem}.mb-sm-100{margin-bottom:6.25rem}.mb-sm-auto{margin-bottom:auto}.ms-sm-0{margin-left:0}.ms-sm-5{margin-left:.3125rem}.ms-sm-10{margin-left:.625rem}.ms-sm-20{margin-left:1.25rem}.ms-sm-30{margin-left:1.875rem}.ms-sm-40{margin-left:2.5rem}.ms-sm-50{margin-left:3.125rem}.ms-sm-60{margin-left:3.75rem}.ms-sm-75{margin-left:4.6875rem}.ms-sm-100{margin-left:6.25rem}.ms-sm-auto{margin-left:auto}.p-sm-0{padding:0}.p-sm-5{padding:.3125rem}.p-sm-10{padding:.625rem}.p-sm-20{padding:1.25rem}.p-sm-30{padding:1.875rem}.p-sm-40{padding:2.5rem}.p-sm-50{padding:3.125rem}.p-sm-60{padding:3.75rem}.p-sm-75{padding:4.6875rem}.p-sm-100{padding:6.25rem}.px-sm-0{padding-right:0;padding-left:0}.px-sm-5{padding-right:.3125rem;padding-left:.3125rem}.px-sm-10{padding-right:.625rem;padding-left:.625rem}.px-sm-20{padding-right:1.25rem;padding-left:1.25rem}.px-sm-30{padding-right:1.875rem;padding-left:1.875rem}.px-sm-40{padding-right:2.5rem;padding-left:2.5rem}.px-sm-50{padding-right:3.125rem;padding-left:3.125rem}.px-sm-60{padding-right:3.75rem;padding-left:3.75rem}.px-sm-75{padding-right:4.6875rem;padding-left:4.6875rem}.px-sm-100{padding-right:6.25rem;padding-left:6.25rem}.py-sm-0{padding-top:0;padding-bottom:0}.py-sm-5{padding-top:.3125rem;padding-bottom:.3125rem}.py-sm-10{padding-top:.625rem;padding-bottom:.625rem}.py-sm-20{padding-top:1.25rem;padding-bottom:1.25rem}.py-sm-30{padding-top:1.875rem;padding-bottom:1.875rem}.py-sm-40{padding-top:2.5rem;padding-bottom:2.5rem}.py-sm-50{padding-top:3.125rem;padding-bottom:3.125rem}.py-sm-60{padding-top:3.75rem;padding-bottom:3.75rem}.py-sm-75{padding-top:4.6875rem;padding-bottom:4.6875rem}.py-sm-100{padding-top:6.25rem;padding-bottom:6.25rem}.pt-sm-0{padding-top:0}.pt-sm-5{padding-top:.3125rem}.pt-sm-10{padding-top:.625rem}.pt-sm-20{padding-top:1.25rem}.pt-sm-30{padding-top:1.875rem}.pt-sm-40{padding-top:2.5rem}.pt-sm-50{padding-top:3.125rem}.pt-sm-60{padding-top:3.75rem}.pt-sm-75{padding-top:4.6875rem}.pt-sm-100{padding-top:6.25rem}.pe-sm-0{padding-right:0}.pe-sm-5{padding-right:.3125rem}.pe-sm-10{padding-right:.625rem}.pe-sm-20{padding-right:1.25rem}.pe-sm-30{padding-right:1.875rem}.pe-sm-40{padding-right:2.5rem}.pe-sm-50{padding-right:3.125rem}.pe-sm-60{padding-right:3.75rem}.pe-sm-75{padding-right:4.6875rem}.pe-sm-100{padding-right:6.25rem}.pb-sm-0{padding-bottom:0}.pb-sm-5{padding-bottom:.3125rem}.pb-sm-10{padding-bottom:.625rem}.pb-sm-20{padding-bottom:1.25rem}.pb-sm-30{padding-bottom:1.875rem}.pb-sm-40{padding-bottom:2.5rem}.pb-sm-50{padding-bottom:3.125rem}.pb-sm-60{padding-bottom:3.75rem}.pb-sm-75{padding-bottom:4.6875rem}.pb-sm-100{padding-bottom:6.25rem}.ps-sm-0{padding-left:0}.ps-sm-5{padding-left:.3125rem}.ps-sm-10{padding-left:.625rem}.ps-sm-20{padding-left:1.25rem}.ps-sm-30{padding-left:1.875rem}.ps-sm-40{padding-left:2.5rem}.ps-sm-50{padding-left:3.125rem}.ps-sm-60{padding-left:3.75rem}.ps-sm-75{padding-left:4.6875rem}.ps-sm-100{padding-left:6.25rem}.text-sm-start{text-align:left}.text-sm-end{text-align:right}.text-sm-center{text-align:center}}@media (min-width: 992px){.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-grid{display:grid}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.d-lg-none{display:none}.flex-lg-fill{flex:1 1 auto}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.gap-lg-0{gap:0}.gap-lg-5{gap:.3125rem}.gap-lg-10{gap:.625rem}.gap-lg-20{gap:1.25rem}.gap-lg-30{gap:1.875rem}.gap-lg-40{gap:2.5rem}.gap-lg-50{gap:3.125rem}.gap-lg-60{gap:3.75rem}.gap-lg-75{gap:4.6875rem}.gap-lg-100{gap:6.25rem}.justify-content-lg-start{justify-content:flex-start}.justify-content-lg-end{justify-content:flex-end}.justify-content-lg-center{justify-content:center}.justify-content-lg-between{justify-content:space-between}.justify-content-lg-around{justify-content:space-around}.justify-content-lg-evenly{justify-content:space-evenly}.align-items-lg-start{align-items:flex-start}.align-items-lg-end{align-items:flex-end}.align-items-lg-center{align-items:center}.align-items-lg-baseline{align-items:baseline}.align-items-lg-stretch{align-items:stretch}.align-content-lg-start{align-content:flex-start}.align-content-lg-end{align-content:flex-end}.align-content-lg-center{align-content:center}.align-content-lg-between{align-content:space-between}.align-content-lg-around{align-content:space-around}.align-content-lg-stretch{align-content:stretch}.align-self-lg-auto{align-self:auto}.align-self-lg-start{align-self:flex-start}.align-self-lg-end{align-self:flex-end}.align-self-lg-center{align-self:center}.align-self-lg-baseline{align-self:baseline}.align-self-lg-stretch{align-self:stretch}.order-lg-first{order:-1}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-last{order:6}.m-lg-0{margin:0}.m-lg-5{margin:.3125rem}.m-lg-10{margin:.625rem}.m-lg-20{margin:1.25rem}.m-lg-30{margin:1.875rem}.m-lg-40{margin:2.5rem}.m-lg-50{margin:3.125rem}.m-lg-60{margin:3.75rem}.m-lg-75{margin:4.6875rem}.m-lg-100{margin:6.25rem}.m-lg-auto{margin:auto}.mx-lg-0{margin-right:0;margin-left:0}.mx-lg-5{margin-right:.3125rem;margin-left:.3125rem}.mx-lg-10{margin-right:.625rem;margin-left:.625rem}.mx-lg-20{margin-right:1.25rem;margin-left:1.25rem}.mx-lg-30{margin-right:1.875rem;margin-left:1.875rem}.mx-lg-40{margin-right:2.5rem;margin-left:2.5rem}.mx-lg-50{margin-right:3.125rem;margin-left:3.125rem}.mx-lg-60{margin-right:3.75rem;margin-left:3.75rem}.mx-lg-75{margin-right:4.6875rem;margin-left:4.6875rem}.mx-lg-100{margin-right:6.25rem;margin-left:6.25rem}.mx-lg-auto{margin-right:auto;margin-left:auto}.my-lg-0{margin-top:0;margin-bottom:0}.my-lg-5{margin-top:.3125rem;margin-bottom:.3125rem}.my-lg-10{margin-top:.625rem;margin-bottom:.625rem}.my-lg-20{margin-top:1.25rem;margin-bottom:1.25rem}.my-lg-30{margin-top:1.875rem;margin-bottom:1.875rem}.my-lg-40{margin-top:2.5rem;margin-bottom:2.5rem}.my-lg-50{margin-top:3.125rem;margin-bottom:3.125rem}.my-lg-60{margin-top:3.75rem;margin-bottom:3.75rem}.my-lg-75{margin-top:4.6875rem;margin-bottom:4.6875rem}.my-lg-100{margin-top:6.25rem;margin-bottom:6.25rem}.my-lg-auto{margin-top:auto;margin-bottom:auto}.mt-lg-0{margin-top:0}.mt-lg-5{margin-top:.3125rem}.mt-lg-10{margin-top:.625rem}.mt-lg-20{margin-top:1.25rem}.mt-lg-30{margin-top:1.875rem}.mt-lg-40{margin-top:2.5rem}.mt-lg-50{margin-top:3.125rem}.mt-lg-60{margin-top:3.75rem}.mt-lg-75{margin-top:4.6875rem}.mt-lg-100{margin-top:6.25rem}.mt-lg-auto{margin-top:auto}.me-lg-0{margin-right:0}.me-lg-5{margin-right:.3125rem}.me-lg-10{margin-right:.625rem}.me-lg-20{margin-right:1.25rem}.me-lg-30{margin-right:1.875rem}.me-lg-40{margin-right:2.5rem}.me-lg-50{margin-right:3.125rem}.me-lg-60{margin-right:3.75rem}.me-lg-75{margin-right:4.6875rem}.me-lg-100{margin-right:6.25rem}.me-lg-auto{margin-right:auto}.mb-lg-0{margin-bottom:0}.mb-lg-5{margin-bottom:.3125rem}.mb-lg-10{margin-bottom:.625rem}.mb-lg-20{margin-bottom:1.25rem}.mb-lg-30{margin-bottom:1.875rem}.mb-lg-40{margin-bottom:2.5rem}.mb-lg-50{margin-bottom:3.125rem}.mb-lg-60{margin-bottom:3.75rem}.mb-lg-75{margin-bottom:4.6875rem}.mb-lg-100{margin-bottom:6.25rem}.mb-lg-auto{margin-bottom:auto}.ms-lg-0{margin-left:0}.ms-lg-5{margin-left:.3125rem}.ms-lg-10{margin-left:.625rem}.ms-lg-20{margin-left:1.25rem}.ms-lg-30{margin-left:1.875rem}.ms-lg-40{margin-left:2.5rem}.ms-lg-50{margin-left:3.125rem}.ms-lg-60{margin-left:3.75rem}.ms-lg-75{margin-left:4.6875rem}.ms-lg-100{margin-left:6.25rem}.ms-lg-auto{margin-left:auto}.p-lg-0{padding:0}.p-lg-5{padding:.3125rem}.p-lg-10{padding:.625rem}.p-lg-20{padding:1.25rem}.p-lg-30{padding:1.875rem}.p-lg-40{padding:2.5rem}.p-lg-50{padding:3.125rem}.p-lg-60{padding:3.75rem}.p-lg-75{padding:4.6875rem}.p-lg-100{padding:6.25rem}.px-lg-0{padding-right:0;padding-left:0}.px-lg-5{padding-right:.3125rem;padding-left:.3125rem}.px-lg-10{padding-right:.625rem;padding-left:.625rem}.px-lg-20{padding-right:1.25rem;padding-left:1.25rem}.px-lg-30{padding-right:1.875rem;padding-left:1.875rem}.px-lg-40{padding-right:2.5rem;padding-left:2.5rem}.px-lg-50{padding-right:3.125rem;padding-left:3.125rem}.px-lg-60{padding-right:3.75rem;padding-left:3.75rem}.px-lg-75{padding-right:4.6875rem;padding-left:4.6875rem}.px-lg-100{padding-right:6.25rem;padding-left:6.25rem}.py-lg-0{padding-top:0;padding-bottom:0}.py-lg-5{padding-top:.3125rem;padding-bottom:.3125rem}.py-lg-10{padding-top:.625rem;padding-bottom:.625rem}.py-lg-20{padding-top:1.25rem;padding-bottom:1.25rem}.py-lg-30{padding-top:1.875rem;padding-bottom:1.875rem}.py-lg-40{padding-top:2.5rem;padding-bottom:2.5rem}.py-lg-50{padding-top:3.125rem;padding-bottom:3.125rem}.py-lg-60{padding-top:3.75rem;padding-bottom:3.75rem}.py-lg-75{padding-top:4.6875rem;padding-bottom:4.6875rem}.py-lg-100{padding-top:6.25rem;padding-bottom:6.25rem}.pt-lg-0{padding-top:0}.pt-lg-5{padding-top:.3125rem}.pt-lg-10{padding-top:.625rem}.pt-lg-20{padding-top:1.25rem}.pt-lg-30{padding-top:1.875rem}.pt-lg-40{padding-top:2.5rem}.pt-lg-50{padding-top:3.125rem}.pt-lg-60{padding-top:3.75rem}.pt-lg-75{padding-top:4.6875rem}.pt-lg-100{padding-top:6.25rem}.pe-lg-0{padding-right:0}.pe-lg-5{padding-right:.3125rem}.pe-lg-10{padding-right:.625rem}.pe-lg-20{padding-right:1.25rem}.pe-lg-30{padding-right:1.875rem}.pe-lg-40{padding-right:2.5rem}.pe-lg-50{padding-right:3.125rem}.pe-lg-60{padding-right:3.75rem}.pe-lg-75{padding-right:4.6875rem}.pe-lg-100{padding-right:6.25rem}.pb-lg-0{padding-bottom:0}.pb-lg-5{padding-bottom:.3125rem}.pb-lg-10{padding-bottom:.625rem}.pb-lg-20{padding-bottom:1.25rem}.pb-lg-30{padding-bottom:1.875rem}.pb-lg-40{padding-bottom:2.5rem}.pb-lg-50{padding-bottom:3.125rem}.pb-lg-60{padding-bottom:3.75rem}.pb-lg-75{padding-bottom:4.6875rem}.pb-lg-100{padding-bottom:6.25rem}.ps-lg-0{padding-left:0}.ps-lg-5{padding-left:.3125rem}.ps-lg-10{padding-left:.625rem}.ps-lg-20{padding-left:1.25rem}.ps-lg-30{padding-left:1.875rem}.ps-lg-40{padding-left:2.5rem}.ps-lg-50{padding-left:3.125rem}.ps-lg-60{padding-left:3.75rem}.ps-lg-75{padding-left:4.6875rem}.ps-lg-100{padding-left:6.25rem}.text-lg-start{text-align:left}.text-lg-end{text-align:right}.text-lg-center{text-align:center}}@media (min-width: 1200px){.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-grid{display:grid}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.d-xl-none{display:none}.flex-xl-fill{flex:1 1 auto}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.gap-xl-0{gap:0}.gap-xl-5{gap:.3125rem}.gap-xl-10{gap:.625rem}.gap-xl-20{gap:1.25rem}.gap-xl-30{gap:1.875rem}.gap-xl-40{gap:2.5rem}.gap-xl-50{gap:3.125rem}.gap-xl-60{gap:3.75rem}.gap-xl-75{gap:4.6875rem}.gap-xl-100{gap:6.25rem}.justify-content-xl-start{justify-content:flex-start}.justify-content-xl-end{justify-content:flex-end}.justify-content-xl-center{justify-content:center}.justify-content-xl-between{justify-content:space-between}.justify-content-xl-around{justify-content:space-around}.justify-content-xl-evenly{justify-content:space-evenly}.align-items-xl-start{align-items:flex-start}.align-items-xl-end{align-items:flex-end}.align-items-xl-center{align-items:center}.align-items-xl-baseline{align-items:baseline}.align-items-xl-stretch{align-items:stretch}.align-content-xl-start{align-content:flex-start}.align-content-xl-end{align-content:flex-end}.align-content-xl-center{align-content:center}.align-content-xl-between{align-content:space-between}.align-content-xl-around{align-content:space-around}.align-content-xl-stretch{align-content:stretch}.align-self-xl-auto{align-self:auto}.align-self-xl-start{align-self:flex-start}.align-self-xl-end{align-self:flex-end}.align-self-xl-center{align-self:center}.align-self-xl-baseline{align-self:baseline}.align-self-xl-stretch{align-self:stretch}.order-xl-first{order:-1}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-last{order:6}.m-xl-0{margin:0}.m-xl-5{margin:.3125rem}.m-xl-10{margin:.625rem}.m-xl-20{margin:1.25rem}.m-xl-30{margin:1.875rem}.m-xl-40{margin:2.5rem}.m-xl-50{margin:3.125rem}.m-xl-60{margin:3.75rem}.m-xl-75{margin:4.6875rem}.m-xl-100{margin:6.25rem}.m-xl-auto{margin:auto}.mx-xl-0{margin-right:0;margin-left:0}.mx-xl-5{margin-right:.3125rem;margin-left:.3125rem}.mx-xl-10{margin-right:.625rem;margin-left:.625rem}.mx-xl-20{margin-right:1.25rem;margin-left:1.25rem}.mx-xl-30{margin-right:1.875rem;margin-left:1.875rem}.mx-xl-40{margin-right:2.5rem;margin-left:2.5rem}.mx-xl-50{margin-right:3.125rem;margin-left:3.125rem}.mx-xl-60{margin-right:3.75rem;margin-left:3.75rem}.mx-xl-75{margin-right:4.6875rem;margin-left:4.6875rem}.mx-xl-100{margin-right:6.25rem;margin-left:6.25rem}.mx-xl-auto{margin-right:auto;margin-left:auto}.my-xl-0{margin-top:0;margin-bottom:0}.my-xl-5{margin-top:.3125rem;margin-bottom:.3125rem}.my-xl-10{margin-top:.625rem;margin-bottom:.625rem}.my-xl-20{margin-top:1.25rem;margin-bottom:1.25rem}.my-xl-30{margin-top:1.875rem;margin-bottom:1.875rem}.my-xl-40{margin-top:2.5rem;margin-bottom:2.5rem}.my-xl-50{margin-top:3.125rem;margin-bottom:3.125rem}.my-xl-60{margin-top:3.75rem;margin-bottom:3.75rem}.my-xl-75{margin-top:4.6875rem;margin-bottom:4.6875rem}.my-xl-100{margin-top:6.25rem;margin-bottom:6.25rem}.my-xl-auto{margin-top:auto;margin-bottom:auto}.mt-xl-0{margin-top:0}.mt-xl-5{margin-top:.3125rem}.mt-xl-10{margin-top:.625rem}.mt-xl-20{margin-top:1.25rem}.mt-xl-30{margin-top:1.875rem}.mt-xl-40{margin-top:2.5rem}.mt-xl-50{margin-top:3.125rem}.mt-xl-60{margin-top:3.75rem}.mt-xl-75{margin-top:4.6875rem}.mt-xl-100{margin-top:6.25rem}.mt-xl-auto{margin-top:auto}.me-xl-0{margin-right:0}.me-xl-5{margin-right:.3125rem}.me-xl-10{margin-right:.625rem}.me-xl-20{margin-right:1.25rem}.me-xl-30{margin-right:1.875rem}.me-xl-40{margin-right:2.5rem}.me-xl-50{margin-right:3.125rem}.me-xl-60{margin-right:3.75rem}.me-xl-75{margin-right:4.6875rem}.me-xl-100{margin-right:6.25rem}.me-xl-auto{margin-right:auto}.mb-xl-0{margin-bottom:0}.mb-xl-5{margin-bottom:.3125rem}.mb-xl-10{margin-bottom:.625rem}.mb-xl-20{margin-bottom:1.25rem}.mb-xl-30{margin-bottom:1.875rem}.mb-xl-40{margin-bottom:2.5rem}.mb-xl-50{margin-bottom:3.125rem}.mb-xl-60{margin-bottom:3.75rem}.mb-xl-75{margin-bottom:4.6875rem}.mb-xl-100{margin-bottom:6.25rem}.mb-xl-auto{margin-bottom:auto}.ms-xl-0{margin-left:0}.ms-xl-5{margin-left:.3125rem}.ms-xl-10{margin-left:.625rem}.ms-xl-20{margin-left:1.25rem}.ms-xl-30{margin-left:1.875rem}.ms-xl-40{margin-left:2.5rem}.ms-xl-50{margin-left:3.125rem}.ms-xl-60{margin-left:3.75rem}.ms-xl-75{margin-left:4.6875rem}.ms-xl-100{margin-left:6.25rem}.ms-xl-auto{margin-left:auto}.p-xl-0{padding:0}.p-xl-5{padding:.3125rem}.p-xl-10{padding:.625rem}.p-xl-20{padding:1.25rem}.p-xl-30{padding:1.875rem}.p-xl-40{padding:2.5rem}.p-xl-50{padding:3.125rem}.p-xl-60{padding:3.75rem}.p-xl-75{padding:4.6875rem}.p-xl-100{padding:6.25rem}.px-xl-0{padding-right:0;padding-left:0}.px-xl-5{padding-right:.3125rem;padding-left:.3125rem}.px-xl-10{padding-right:.625rem;padding-left:.625rem}.px-xl-20{padding-right:1.25rem;padding-left:1.25rem}.px-xl-30{padding-right:1.875rem;padding-left:1.875rem}.px-xl-40{padding-right:2.5rem;padding-left:2.5rem}.px-xl-50{padding-right:3.125rem;padding-left:3.125rem}.px-xl-60{padding-right:3.75rem;padding-left:3.75rem}.px-xl-75{padding-right:4.6875rem;padding-left:4.6875rem}.px-xl-100{padding-right:6.25rem;padding-left:6.25rem}.py-xl-0{padding-top:0;padding-bottom:0}.py-xl-5{padding-top:.3125rem;padding-bottom:.3125rem}.py-xl-10{padding-top:.625rem;padding-bottom:.625rem}.py-xl-20{padding-top:1.25rem;padding-bottom:1.25rem}.py-xl-30{padding-top:1.875rem;padding-bottom:1.875rem}.py-xl-40{padding-top:2.5rem;padding-bottom:2.5rem}.py-xl-50{padding-top:3.125rem;padding-bottom:3.125rem}.py-xl-60{padding-top:3.75rem;padding-bottom:3.75rem}.py-xl-75{padding-top:4.6875rem;padding-bottom:4.6875rem}.py-xl-100{padding-top:6.25rem;padding-bottom:6.25rem}.pt-xl-0{padding-top:0}.pt-xl-5{padding-top:.3125rem}.pt-xl-10{padding-top:.625rem}.pt-xl-20{padding-top:1.25rem}.pt-xl-30{padding-top:1.875rem}.pt-xl-40{padding-top:2.5rem}.pt-xl-50{padding-top:3.125rem}.pt-xl-60{padding-top:3.75rem}.pt-xl-75{padding-top:4.6875rem}.pt-xl-100{padding-top:6.25rem}.pe-xl-0{padding-right:0}.pe-xl-5{padding-right:.3125rem}.pe-xl-10{padding-right:.625rem}.pe-xl-20{padding-right:1.25rem}.pe-xl-30{padding-right:1.875rem}.pe-xl-40{padding-right:2.5rem}.pe-xl-50{padding-right:3.125rem}.pe-xl-60{padding-right:3.75rem}.pe-xl-75{padding-right:4.6875rem}.pe-xl-100{padding-right:6.25rem}.pb-xl-0{padding-bottom:0}.pb-xl-5{padding-bottom:.3125rem}.pb-xl-10{padding-bottom:.625rem}.pb-xl-20{padding-bottom:1.25rem}.pb-xl-30{padding-bottom:1.875rem}.pb-xl-40{padding-bottom:2.5rem}.pb-xl-50{padding-bottom:3.125rem}.pb-xl-60{padding-bottom:3.75rem}.pb-xl-75{padding-bottom:4.6875rem}.pb-xl-100{padding-bottom:6.25rem}.ps-xl-0{padding-left:0}.ps-xl-5{padding-left:.3125rem}.ps-xl-10{padding-left:.625rem}.ps-xl-20{padding-left:1.25rem}.ps-xl-30{padding-left:1.875rem}.ps-xl-40{padding-left:2.5rem}.ps-xl-50{padding-left:3.125rem}.ps-xl-60{padding-left:3.75rem}.ps-xl-75{padding-left:4.6875rem}.ps-xl-100{padding-left:6.25rem}.text-xl-start{text-align:left}.text-xl-end{text-align:right}.text-xl-center{text-align:center}}@media (min-width: 1400px){.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-grid{display:grid}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.d-xxl-none{display:none}.flex-xxl-fill{flex:1 1 auto}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.gap-xxl-0{gap:0}.gap-xxl-5{gap:.3125rem}.gap-xxl-10{gap:.625rem}.gap-xxl-20{gap:1.25rem}.gap-xxl-30{gap:1.875rem}.gap-xxl-40{gap:2.5rem}.gap-xxl-50{gap:3.125rem}.gap-xxl-60{gap:3.75rem}.gap-xxl-75{gap:4.6875rem}.gap-xxl-100{gap:6.25rem}.justify-content-xxl-start{justify-content:flex-start}.justify-content-xxl-end{justify-content:flex-end}.justify-content-xxl-center{justify-content:center}.justify-content-xxl-between{justify-content:space-between}.justify-content-xxl-around{justify-content:space-around}.justify-content-xxl-evenly{justify-content:space-evenly}.align-items-xxl-start{align-items:flex-start}.align-items-xxl-end{align-items:flex-end}.align-items-xxl-center{align-items:center}.align-items-xxl-baseline{align-items:baseline}.align-items-xxl-stretch{align-items:stretch}.align-content-xxl-start{align-content:flex-start}.align-content-xxl-end{align-content:flex-end}.align-content-xxl-center{align-content:center}.align-content-xxl-between{align-content:space-between}.align-content-xxl-around{align-content:space-around}.align-content-xxl-stretch{align-content:stretch}.align-self-xxl-auto{align-self:auto}.align-self-xxl-start{align-self:flex-start}.align-self-xxl-end{align-self:flex-end}.align-self-xxl-center{align-self:center}.align-self-xxl-baseline{align-self:baseline}.align-self-xxl-stretch{align-self:stretch}.order-xxl-first{order:-1}.order-xxl-0{order:0}.order-xxl-1{order:1}.order-xxl-2{order:2}.order-xxl-3{order:3}.order-xxl-4{order:4}.order-xxl-5{order:5}.order-xxl-last{order:6}.m-xxl-0{margin:0}.m-xxl-5{margin:.3125rem}.m-xxl-10{margin:.625rem}.m-xxl-20{margin:1.25rem}.m-xxl-30{margin:1.875rem}.m-xxl-40{margin:2.5rem}.m-xxl-50{margin:3.125rem}.m-xxl-60{margin:3.75rem}.m-xxl-75{margin:4.6875rem}.m-xxl-100{margin:6.25rem}.m-xxl-auto{margin:auto}.mx-xxl-0{margin-right:0;margin-left:0}.mx-xxl-5{margin-right:.3125rem;margin-left:.3125rem}.mx-xxl-10{margin-right:.625rem;margin-left:.625rem}.mx-xxl-20{margin-right:1.25rem;margin-left:1.25rem}.mx-xxl-30{margin-right:1.875rem;margin-left:1.875rem}.mx-xxl-40{margin-right:2.5rem;margin-left:2.5rem}.mx-xxl-50{margin-right:3.125rem;margin-left:3.125rem}.mx-xxl-60{margin-right:3.75rem;margin-left:3.75rem}.mx-xxl-75{margin-right:4.6875rem;margin-left:4.6875rem}.mx-xxl-100{margin-right:6.25rem;margin-left:6.25rem}.mx-xxl-auto{margin-right:auto;margin-left:auto}.my-xxl-0{margin-top:0;margin-bottom:0}.my-xxl-5{margin-top:.3125rem;margin-bottom:.3125rem}.my-xxl-10{margin-top:.625rem;margin-bottom:.625rem}.my-xxl-20{margin-top:1.25rem;margin-bottom:1.25rem}.my-xxl-30{margin-top:1.875rem;margin-bottom:1.875rem}.my-xxl-40{margin-top:2.5rem;margin-bottom:2.5rem}.my-xxl-50{margin-top:3.125rem;margin-bottom:3.125rem}.my-xxl-60{margin-top:3.75rem;margin-bottom:3.75rem}.my-xxl-75{margin-top:4.6875rem;margin-bottom:4.6875rem}.my-xxl-100{margin-top:6.25rem;margin-bottom:6.25rem}.my-xxl-auto{margin-top:auto;margin-bottom:auto}.mt-xxl-0{margin-top:0}.mt-xxl-5{margin-top:.3125rem}.mt-xxl-10{margin-top:.625rem}.mt-xxl-20{margin-top:1.25rem}.mt-xxl-30{margin-top:1.875rem}.mt-xxl-40{margin-top:2.5rem}.mt-xxl-50{margin-top:3.125rem}.mt-xxl-60{margin-top:3.75rem}.mt-xxl-75{margin-top:4.6875rem}.mt-xxl-100{margin-top:6.25rem}.mt-xxl-auto{margin-top:auto}.me-xxl-0{margin-right:0}.me-xxl-5{margin-right:.3125rem}.me-xxl-10{margin-right:.625rem}.me-xxl-20{margin-right:1.25rem}.me-xxl-30{margin-right:1.875rem}.me-xxl-40{margin-right:2.5rem}.me-xxl-50{margin-right:3.125rem}.me-xxl-60{margin-right:3.75rem}.me-xxl-75{margin-right:4.6875rem}.me-xxl-100{margin-right:6.25rem}.me-xxl-auto{margin-right:auto}.mb-xxl-0{margin-bottom:0}.mb-xxl-5{margin-bottom:.3125rem}.mb-xxl-10{margin-bottom:.625rem}.mb-xxl-20{margin-bottom:1.25rem}.mb-xxl-30{margin-bottom:1.875rem}.mb-xxl-40{margin-bottom:2.5rem}.mb-xxl-50{margin-bottom:3.125rem}.mb-xxl-60{margin-bottom:3.75rem}.mb-xxl-75{margin-bottom:4.6875rem}.mb-xxl-100{margin-bottom:6.25rem}.mb-xxl-auto{margin-bottom:auto}.ms-xxl-0{margin-left:0}.ms-xxl-5{margin-left:.3125rem}.ms-xxl-10{margin-left:.625rem}.ms-xxl-20{margin-left:1.25rem}.ms-xxl-30{margin-left:1.875rem}.ms-xxl-40{margin-left:2.5rem}.ms-xxl-50{margin-left:3.125rem}.ms-xxl-60{margin-left:3.75rem}.ms-xxl-75{margin-left:4.6875rem}.ms-xxl-100{margin-left:6.25rem}.ms-xxl-auto{margin-left:auto}.p-xxl-0{padding:0}.p-xxl-5{padding:.3125rem}.p-xxl-10{padding:.625rem}.p-xxl-20{padding:1.25rem}.p-xxl-30{padding:1.875rem}.p-xxl-40{padding:2.5rem}.p-xxl-50{padding:3.125rem}.p-xxl-60{padding:3.75rem}.p-xxl-75{padding:4.6875rem}.p-xxl-100{padding:6.25rem}.px-xxl-0{padding-right:0;padding-left:0}.px-xxl-5{padding-right:.3125rem;padding-left:.3125rem}.px-xxl-10{padding-right:.625rem;padding-left:.625rem}.px-xxl-20{padding-right:1.25rem;padding-left:1.25rem}.px-xxl-30{padding-right:1.875rem;padding-left:1.875rem}.px-xxl-40{padding-right:2.5rem;padding-left:2.5rem}.px-xxl-50{padding-right:3.125rem;padding-left:3.125rem}.px-xxl-60{padding-right:3.75rem;padding-left:3.75rem}.px-xxl-75{padding-right:4.6875rem;padding-left:4.6875rem}.px-xxl-100{padding-right:6.25rem;padding-left:6.25rem}.py-xxl-0{padding-top:0;padding-bottom:0}.py-xxl-5{padding-top:.3125rem;padding-bottom:.3125rem}.py-xxl-10{padding-top:.625rem;padding-bottom:.625rem}.py-xxl-20{padding-top:1.25rem;padding-bottom:1.25rem}.py-xxl-30{padding-top:1.875rem;padding-bottom:1.875rem}.py-xxl-40{padding-top:2.5rem;padding-bottom:2.5rem}.py-xxl-50{padding-top:3.125rem;padding-bottom:3.125rem}.py-xxl-60{padding-top:3.75rem;padding-bottom:3.75rem}.py-xxl-75{padding-top:4.6875rem;padding-bottom:4.6875rem}.py-xxl-100{padding-top:6.25rem;padding-bottom:6.25rem}.pt-xxl-0{padding-top:0}.pt-xxl-5{padding-top:.3125rem}.pt-xxl-10{padding-top:.625rem}.pt-xxl-20{padding-top:1.25rem}.pt-xxl-30{padding-top:1.875rem}.pt-xxl-40{padding-top:2.5rem}.pt-xxl-50{padding-top:3.125rem}.pt-xxl-60{padding-top:3.75rem}.pt-xxl-75{padding-top:4.6875rem}.pt-xxl-100{padding-top:6.25rem}.pe-xxl-0{padding-right:0}.pe-xxl-5{padding-right:.3125rem}.pe-xxl-10{padding-right:.625rem}.pe-xxl-20{padding-right:1.25rem}.pe-xxl-30{padding-right:1.875rem}.pe-xxl-40{padding-right:2.5rem}.pe-xxl-50{padding-right:3.125rem}.pe-xxl-60{padding-right:3.75rem}.pe-xxl-75{padding-right:4.6875rem}.pe-xxl-100{padding-right:6.25rem}.pb-xxl-0{padding-bottom:0}.pb-xxl-5{padding-bottom:.3125rem}.pb-xxl-10{padding-bottom:.625rem}.pb-xxl-20{padding-bottom:1.25rem}.pb-xxl-30{padding-bottom:1.875rem}.pb-xxl-40{padding-bottom:2.5rem}.pb-xxl-50{padding-bottom:3.125rem}.pb-xxl-60{padding-bottom:3.75rem}.pb-xxl-75{padding-bottom:4.6875rem}.pb-xxl-100{padding-bottom:6.25rem}.ps-xxl-0{padding-left:0}.ps-xxl-5{padding-left:.3125rem}.ps-xxl-10{padding-left:.625rem}.ps-xxl-20{padding-left:1.25rem}.ps-xxl-30{padding-left:1.875rem}.ps-xxl-40{padding-left:2.5rem}.ps-xxl-50{padding-left:3.125rem}.ps-xxl-60{padding-left:3.75rem}.ps-xxl-75{padding-left:4.6875rem}.ps-xxl-100{padding-left:6.25rem}.text-xxl-start{text-align:left}.text-xxl-end{text-align:right}.text-xxl-center{text-align:center}}@media (min-width: 2500px){.d-xxxl-inline{display:inline}.d-xxxl-inline-block{display:inline-block}.d-xxxl-block{display:block}.d-xxxl-grid{display:grid}.d-xxxl-flex{display:flex}.d-xxxl-inline-flex{display:inline-flex}.d-xxxl-none{display:none}.flex-xxxl-fill{flex:1 1 auto}.flex-xxxl-row{flex-direction:row}.flex-xxxl-column{flex-direction:column}.flex-xxxl-row-reverse{flex-direction:row-reverse}.flex-xxxl-column-reverse{flex-direction:column-reverse}.flex-xxxl-grow-0{flex-grow:0}.flex-xxxl-grow-1{flex-grow:1}.flex-xxxl-shrink-0{flex-shrink:0}.flex-xxxl-shrink-1{flex-shrink:1}.flex-xxxl-wrap{flex-wrap:wrap}.flex-xxxl-nowrap{flex-wrap:nowrap}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse}.gap-xxxl-0{gap:0}.gap-xxxl-5{gap:.3125rem}.gap-xxxl-10{gap:.625rem}.gap-xxxl-20{gap:1.25rem}.gap-xxxl-30{gap:1.875rem}.gap-xxxl-40{gap:2.5rem}.gap-xxxl-50{gap:3.125rem}.gap-xxxl-60{gap:3.75rem}.gap-xxxl-75{gap:4.6875rem}.gap-xxxl-100{gap:6.25rem}.justify-content-xxxl-start{justify-content:flex-start}.justify-content-xxxl-end{justify-content:flex-end}.justify-content-xxxl-center{justify-content:center}.justify-content-xxxl-between{justify-content:space-between}.justify-content-xxxl-around{justify-content:space-around}.justify-content-xxxl-evenly{justify-content:space-evenly}.align-items-xxxl-start{align-items:flex-start}.align-items-xxxl-end{align-items:flex-end}.align-items-xxxl-center{align-items:center}.align-items-xxxl-baseline{align-items:baseline}.align-items-xxxl-stretch{align-items:stretch}.align-content-xxxl-start{align-content:flex-start}.align-content-xxxl-end{align-content:flex-end}.align-content-xxxl-center{align-content:center}.align-content-xxxl-between{align-content:space-between}.align-content-xxxl-around{align-content:space-around}.align-content-xxxl-stretch{align-content:stretch}.align-self-xxxl-auto{align-self:auto}.align-self-xxxl-start{align-self:flex-start}.align-self-xxxl-end{align-self:flex-end}.align-self-xxxl-center{align-self:center}.align-self-xxxl-baseline{align-self:baseline}.align-self-xxxl-stretch{align-self:stretch}.order-xxxl-first{order:-1}.order-xxxl-0{order:0}.order-xxxl-1{order:1}.order-xxxl-2{order:2}.order-xxxl-3{order:3}.order-xxxl-4{order:4}.order-xxxl-5{order:5}.order-xxxl-last{order:6}.m-xxxl-0{margin:0}.m-xxxl-5{margin:.3125rem}.m-xxxl-10{margin:.625rem}.m-xxxl-20{margin:1.25rem}.m-xxxl-30{margin:1.875rem}.m-xxxl-40{margin:2.5rem}.m-xxxl-50{margin:3.125rem}.m-xxxl-60{margin:3.75rem}.m-xxxl-75{margin:4.6875rem}.m-xxxl-100{margin:6.25rem}.m-xxxl-auto{margin:auto}.mx-xxxl-0{margin-right:0;margin-left:0}.mx-xxxl-5{margin-right:.3125rem;margin-left:.3125rem}.mx-xxxl-10{margin-right:.625rem;margin-left:.625rem}.mx-xxxl-20{margin-right:1.25rem;margin-left:1.25rem}.mx-xxxl-30{margin-right:1.875rem;margin-left:1.875rem}.mx-xxxl-40{margin-right:2.5rem;margin-left:2.5rem}.mx-xxxl-50{margin-right:3.125rem;margin-left:3.125rem}.mx-xxxl-60{margin-right:3.75rem;margin-left:3.75rem}.mx-xxxl-75{margin-right:4.6875rem;margin-left:4.6875rem}.mx-xxxl-100{margin-right:6.25rem;margin-left:6.25rem}.mx-xxxl-auto{margin-right:auto;margin-left:auto}.my-xxxl-0{margin-top:0;margin-bottom:0}.my-xxxl-5{margin-top:.3125rem;margin-bottom:.3125rem}.my-xxxl-10{margin-top:.625rem;margin-bottom:.625rem}.my-xxxl-20{margin-top:1.25rem;margin-bottom:1.25rem}.my-xxxl-30{margin-top:1.875rem;margin-bottom:1.875rem}.my-xxxl-40{margin-top:2.5rem;margin-bottom:2.5rem}.my-xxxl-50{margin-top:3.125rem;margin-bottom:3.125rem}.my-xxxl-60{margin-top:3.75rem;margin-bottom:3.75rem}.my-xxxl-75{margin-top:4.6875rem;margin-bottom:4.6875rem}.my-xxxl-100{margin-top:6.25rem;margin-bottom:6.25rem}.my-xxxl-auto{margin-top:auto;margin-bottom:auto}.mt-xxxl-0{margin-top:0}.mt-xxxl-5{margin-top:.3125rem}.mt-xxxl-10{margin-top:.625rem}.mt-xxxl-20{margin-top:1.25rem}.mt-xxxl-30{margin-top:1.875rem}.mt-xxxl-40{margin-top:2.5rem}.mt-xxxl-50{margin-top:3.125rem}.mt-xxxl-60{margin-top:3.75rem}.mt-xxxl-75{margin-top:4.6875rem}.mt-xxxl-100{margin-top:6.25rem}.mt-xxxl-auto{margin-top:auto}.me-xxxl-0{margin-right:0}.me-xxxl-5{margin-right:.3125rem}.me-xxxl-10{margin-right:.625rem}.me-xxxl-20{margin-right:1.25rem}.me-xxxl-30{margin-right:1.875rem}.me-xxxl-40{margin-right:2.5rem}.me-xxxl-50{margin-right:3.125rem}.me-xxxl-60{margin-right:3.75rem}.me-xxxl-75{margin-right:4.6875rem}.me-xxxl-100{margin-right:6.25rem}.me-xxxl-auto{margin-right:auto}.mb-xxxl-0{margin-bottom:0}.mb-xxxl-5{margin-bottom:.3125rem}.mb-xxxl-10{margin-bottom:.625rem}.mb-xxxl-20{margin-bottom:1.25rem}.mb-xxxl-30{margin-bottom:1.875rem}.mb-xxxl-40{margin-bottom:2.5rem}.mb-xxxl-50{margin-bottom:3.125rem}.mb-xxxl-60{margin-bottom:3.75rem}.mb-xxxl-75{margin-bottom:4.6875rem}.mb-xxxl-100{margin-bottom:6.25rem}.mb-xxxl-auto{margin-bottom:auto}.ms-xxxl-0{margin-left:0}.ms-xxxl-5{margin-left:.3125rem}.ms-xxxl-10{margin-left:.625rem}.ms-xxxl-20{margin-left:1.25rem}.ms-xxxl-30{margin-left:1.875rem}.ms-xxxl-40{margin-left:2.5rem}.ms-xxxl-50{margin-left:3.125rem}.ms-xxxl-60{margin-left:3.75rem}.ms-xxxl-75{margin-left:4.6875rem}.ms-xxxl-100{margin-left:6.25rem}.ms-xxxl-auto{margin-left:auto}.p-xxxl-0{padding:0}.p-xxxl-5{padding:.3125rem}.p-xxxl-10{padding:.625rem}.p-xxxl-20{padding:1.25rem}.p-xxxl-30{padding:1.875rem}.p-xxxl-40{padding:2.5rem}.p-xxxl-50{padding:3.125rem}.p-xxxl-60{padding:3.75rem}.p-xxxl-75{padding:4.6875rem}.p-xxxl-100{padding:6.25rem}.px-xxxl-0{padding-right:0;padding-left:0}.px-xxxl-5{padding-right:.3125rem;padding-left:.3125rem}.px-xxxl-10{padding-right:.625rem;padding-left:.625rem}.px-xxxl-20{padding-right:1.25rem;padding-left:1.25rem}.px-xxxl-30{padding-right:1.875rem;padding-left:1.875rem}.px-xxxl-40{padding-right:2.5rem;padding-left:2.5rem}.px-xxxl-50{padding-right:3.125rem;padding-left:3.125rem}.px-xxxl-60{padding-right:3.75rem;padding-left:3.75rem}.px-xxxl-75{padding-right:4.6875rem;padding-left:4.6875rem}.px-xxxl-100{padding-right:6.25rem;padding-left:6.25rem}.py-xxxl-0{padding-top:0;padding-bottom:0}.py-xxxl-5{padding-top:.3125rem;padding-bottom:.3125rem}.py-xxxl-10{padding-top:.625rem;padding-bottom:.625rem}.py-xxxl-20{padding-top:1.25rem;padding-bottom:1.25rem}.py-xxxl-30{padding-top:1.875rem;padding-bottom:1.875rem}.py-xxxl-40{padding-top:2.5rem;padding-bottom:2.5rem}.py-xxxl-50{padding-top:3.125rem;padding-bottom:3.125rem}.py-xxxl-60{padding-top:3.75rem;padding-bottom:3.75rem}.py-xxxl-75{padding-top:4.6875rem;padding-bottom:4.6875rem}.py-xxxl-100{padding-top:6.25rem;padding-bottom:6.25rem}.pt-xxxl-0{padding-top:0}.pt-xxxl-5{padding-top:.3125rem}.pt-xxxl-10{padding-top:.625rem}.pt-xxxl-20{padding-top:1.25rem}.pt-xxxl-30{padding-top:1.875rem}.pt-xxxl-40{padding-top:2.5rem}.pt-xxxl-50{padding-top:3.125rem}.pt-xxxl-60{padding-top:3.75rem}.pt-xxxl-75{padding-top:4.6875rem}.pt-xxxl-100{padding-top:6.25rem}.pe-xxxl-0{padding-right:0}.pe-xxxl-5{padding-right:.3125rem}.pe-xxxl-10{padding-right:.625rem}.pe-xxxl-20{padding-right:1.25rem}.pe-xxxl-30{padding-right:1.875rem}.pe-xxxl-40{padding-right:2.5rem}.pe-xxxl-50{padding-right:3.125rem}.pe-xxxl-60{padding-right:3.75rem}.pe-xxxl-75{padding-right:4.6875rem}.pe-xxxl-100{padding-right:6.25rem}.pb-xxxl-0{padding-bottom:0}.pb-xxxl-5{padding-bottom:.3125rem}.pb-xxxl-10{padding-bottom:.625rem}.pb-xxxl-20{padding-bottom:1.25rem}.pb-xxxl-30{padding-bottom:1.875rem}.pb-xxxl-40{padding-bottom:2.5rem}.pb-xxxl-50{padding-bottom:3.125rem}.pb-xxxl-60{padding-bottom:3.75rem}.pb-xxxl-75{padding-bottom:4.6875rem}.pb-xxxl-100{padding-bottom:6.25rem}.ps-xxxl-0{padding-left:0}.ps-xxxl-5{padding-left:.3125rem}.ps-xxxl-10{padding-left:.625rem}.ps-xxxl-20{padding-left:1.25rem}.ps-xxxl-30{padding-left:1.875rem}.ps-xxxl-40{padding-left:2.5rem}.ps-xxxl-50{padding-left:3.125rem}.ps-xxxl-60{padding-left:3.75rem}.ps-xxxl-75{padding-left:4.6875rem}.ps-xxxl-100{padding-left:6.25rem}.text-xxxl-start{text-align:left}.text-xxxl-end{text-align:right}.text-xxxl-center{text-align:center}}@media (min-width: 1200px){.fs-18{font-size:1.125rem}.fs-24{font-size:1.5rem}.fs-32{font-size:2rem}.fs-48{font-size:3rem}.fs-64{font-size:4rem}.fs-72{font-size:4.5rem}.fs-96{font-size:6rem}}@media print{.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-grid{display:grid}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.d-print-none{display:none}}
