.position-static{position:static !important;}.position-relative{position:relative !important;}.position-absolute{position:absolute !important;}.position-fixed{position:fixed !important;}.position-sticky{position:sticky !important;}.top-0{top:0 !important;}.top-50{top:50% !important;}.top-100{top:100% !important;}.bottom-0{bottom:0 !important;}.bottom-50{bottom:50% !important;}.bottom-100{bottom:100% !important;}.start-0{left:0 !important;}.start-50{left:50% !important;}.start-100{left:100% !important;}.end-0{right:0 !important;}.end-50{right:50% !important;}.end-100{right:100% !important;}.translate-middle{-webkit-transform:translate(-50%,-50%) !important;transform:translate(-50%,-50%) !important;}.translate-middle-x{-webkit-transform:translateX(-50%) !important;transform:translateX(-50%) !important;}.translate-middle-y{-webkit-transform:translateY(-50%) !important;transform:translateY(-50%) !important;}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;}.border-0{border:0 !important;}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;}.border-top-0{border-top:0 !important;}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;}.border-end-0{border-right:0 !important;}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;}.border-bottom-0{border-bottom:0 !important;}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;}.border-start-0{border-left:0 !important;}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity)) !important;}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity)) !important;}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity)) !important;}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity)) !important;}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity)) !important;}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity)) !important;}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity)) !important;}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity)) !important;}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity)) !important;}.border-black{--bs-border-opacity:1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity)) !important;}.border-primary-subtle{border-color:var(--bs-primary-border-subtle) !important;}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle) !important;}.border-success-subtle{border-color:var(--bs-success-border-subtle) !important;}.border-info-subtle{border-color:var(--bs-info-border-subtle) !important;}.border-warning-subtle{border-color:var(--bs-warning-border-subtle) !important;}.border-danger-subtle{border-color:var(--bs-danger-border-subtle) !important;}.border-light-subtle{border-color:var(--bs-light-border-subtle) !important;}.border-dark-subtle{border-color:var(--bs-dark-border-subtle) !important;}.border-1{border-width:1px !important;}.border-2{border-width:2px !important;}.border-3{border-width:3px !important;}.border-4{border-width:4px !important;}.border-5{border-width:5px !important;}.border-opacity-10{--bs-border-opacity:0.1;}.border-opacity-25{--bs-border-opacity:0.25;}.border-opacity-50{--bs-border-opacity:0.5;}.border-opacity-75{--bs-border-opacity:0.75;}.border-opacity-100{--bs-border-opacity:1;}.w-25{width:25% !important;}.w-50{width:50% !important;}.w-75{width:75% !important;}.w-100{width:100% !important;}.w-auto{width:auto !important;}.mw-100{max-width:100% !important;}.vw-100{width:100vw !important;}.min-vw-100{min-width:100vw !important;}.h-25{height:25% !important;}.h-50{height:50% !important;}.h-75{height:75% !important;}.h-100{height:100% !important;}.h-auto{height:auto !important;}.mh-100{max-height:100% !important;}.vh-100{height:100vh !important;}.min-vh-100{min-height:100vh !important;}.flex-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important;}.flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important;}.flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important;}.flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}.flex-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important;}.flex-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important;}.flex-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important;}.flex-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important;}.flex-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important;}.flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}.flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important;}.justify-content-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important;}.justify-content-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important;}.justify-content-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important;}.justify-content-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important;}.justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important;}.justify-content-evenly{-webkit-box-pack:space-evenly !important;-ms-flex-pack:space-evenly !important;justify-content:space-evenly !important;}.align-items-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important;}.align-items-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important;}.align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;}.align-items-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important;}.align-items-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important;}.align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important;}.align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important;}.align-content-center{-ms-flex-line-pack:center !important;align-content:center !important;}.align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important;}.align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important;}.align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important;}.align-self-auto{-ms-flex-item-align:auto !important;align-self:auto !important;}.align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important;}.align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important;}.align-self-center{-ms-flex-item-align:center !important;align-self:center !important;}.align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important;}.align-self-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important;}.order-first{-webkit-box-ordinal-group:0 !important;-ms-flex-order:-1 !important;order:-1 !important;}.order-0{-webkit-box-ordinal-group:1 !important;-ms-flex-order:0 !important;order:0 !important;}.order-1{-webkit-box-ordinal-group:2 !important;-ms-flex-order:1 !important;order:1 !important;}.order-2{-webkit-box-ordinal-group:3 !important;-ms-flex-order:2 !important;order:2 !important;}.order-3{-webkit-box-ordinal-group:4 !important;-ms-flex-order:3 !important;order:3 !important;}.order-4{-webkit-box-ordinal-group:5 !important;-ms-flex-order:4 !important;order:4 !important;}.order-5{-webkit-box-ordinal-group:6 !important;-ms-flex-order:5 !important;order:5 !important;}.order-last{-webkit-box-ordinal-group:7 !important;-ms-flex-order:6 !important;order:6 !important;}.m-0{margin:0 !important;}.m-1{margin:0.25rem !important;}.m-2{margin:0.5rem !important;}.m-3{margin:1rem !important;}.m-4{margin:1.6rem !important;}.m-5{margin:2.5rem !important;}.m-6{margin:3.5rem !important;}.m-7{margin:4rem !important;}.m-8{margin:8rem !important;}.m-9{margin:11rem !important;}.m-auto{margin:auto !important;}.mx-0{margin-right:0 !important;margin-left:0 !important;}.mx-1{margin-right:0.25rem !important;margin-left:0.25rem !important;}.mx-2{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-3{margin-right:1rem !important;margin-left:1rem !important;}.mx-4{margin-right:1.6rem !important;margin-left:1.6rem !important;}.mx-5{margin-right:2.5rem !important;margin-left:2.5rem !important;}.mx-6{margin-right:3.5rem !important;margin-left:3.5rem !important;}.mx-7{margin-right:4rem !important;margin-left:4rem !important;}.mx-8{margin-right:8rem !important;margin-left:8rem !important;}.mx-9{margin-right:11rem !important;margin-left:11rem !important;}.mx-auto{margin-right:auto !important;margin-left:auto !important;}.my-0{margin-top:0 !important;margin-bottom:0 !important;}.my-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-3{margin-top:1rem !important;margin-bottom:1rem !important;}.my-4{margin-top:1.6rem !important;margin-bottom:1.6rem !important;}.my-5{margin-top:2.5rem !important;margin-bottom:2.5rem !important;}.my-6{margin-top:3.5rem !important;margin-bottom:3.5rem !important;}.my-7{margin-top:4rem !important;margin-bottom:4rem !important;}.my-8{margin-top:8rem !important;margin-bottom:8rem !important;}.my-9{margin-top:11rem !important;margin-bottom:11rem !important;}.my-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-0{margin-top:0 !important;}.mt-1{margin-top:0.25rem !important;}.mt-2{margin-top:0.5rem !important;}.mt-3{margin-top:1rem !important;}.mt-4{margin-top:1.6rem !important;}.mt-5{margin-top:2.5rem !important;}.mt-6{margin-top:3.5rem !important;}.mt-7{margin-top:4rem !important;}.mt-8{margin-top:8rem !important;}.mt-9{margin-top:11rem !important;}.mt-auto{margin-top:auto !important;}.me-0{margin-right:0 !important;}.me-1{margin-right:0.25rem !important;}.me-2{margin-right:0.5rem !important;}.me-3{margin-right:1rem !important;}.me-4{margin-right:1.6rem !important;}.me-5{margin-right:2.5rem !important;}.me-6{margin-right:3.5rem !important;}.me-7{margin-right:4rem !important;}.me-8{margin-right:8rem !important;}.me-9{margin-right:11rem !important;}.me-auto{margin-right:auto !important;}.mb-0{margin-bottom:0 !important;}.mb-1{margin-bottom:0.25rem !important;}.mb-2{margin-bottom:0.5rem !important;}.mb-3{margin-bottom:1rem !important;}.mb-4{margin-bottom:1.6rem !important;}.mb-5{margin-bottom:2.5rem !important;}.mb-6{margin-bottom:3.5rem !important;}.mb-7{margin-bottom:4rem !important;}.mb-8{margin-bottom:8rem !important;}.mb-9{margin-bottom:11rem !important;}.mb-auto{margin-bottom:auto !important;}.ms-0{margin-left:0 !important;}.ms-1{margin-left:0.25rem !important;}.ms-2{margin-left:0.5rem !important;}.ms-3{margin-left:1rem !important;}.ms-4{margin-left:1.6rem !important;}.ms-5{margin-left:2.5rem !important;}.ms-6{margin-left:3.5rem !important;}.ms-7{margin-left:4rem !important;}.ms-8{margin-left:8rem !important;}.ms-9{margin-left:11rem !important;}.ms-auto{margin-left:auto !important;}.m-n1{margin:-0.25rem !important;}.m-n2{margin:-0.5rem !important;}.m-n3{margin:-1rem !important;}.m-n4{margin:-1.6rem !important;}.m-n5{margin:-2.5rem !important;}.m-n6{margin:-3.5rem !important;}.m-n7{margin:-4rem !important;}.m-n8{margin:-8rem !important;}.m-n9{margin:-11rem !important;}.mx-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important;}.mx-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-n3{margin-right:-1rem !important;margin-left:-1rem !important;}.mx-n4{margin-right:-1.6rem !important;margin-left:-1.6rem !important;}.mx-n5{margin-right:-2.5rem !important;margin-left:-2.5rem !important;}.mx-n6{margin-right:-3.5rem !important;margin-left:-3.5rem !important;}.mx-n7{margin-right:-4rem !important;margin-left:-4rem !important;}.mx-n8{margin-right:-8rem !important;margin-left:-8rem !important;}.mx-n9{margin-right:-11rem !important;margin-left:-11rem !important;}.my-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important;}.my-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-n3{margin-top:-1rem !important;margin-bottom:-1rem !important;}.my-n4{margin-top:-1.6rem !important;margin-bottom:-1.6rem !important;}.my-n5{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important;}.my-n6{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important;}.my-n7{margin-top:-4rem !important;margin-bottom:-4rem !important;}.my-n8{margin-top:-8rem !important;margin-bottom:-8rem !important;}.my-n9{margin-top:-11rem !important;margin-bottom:-11rem !important;}.mt-n1{margin-top:-0.25rem !important;}.mt-n2{margin-top:-0.5rem !important;}.mt-n3{margin-top:-1rem !important;}.mt-n4{margin-top:-1.6rem !important;}.mt-n5{margin-top:-2.5rem !important;}.mt-n6{margin-top:-3.5rem !important;}.mt-n7{margin-top:-4rem !important;}.mt-n8{margin-top:-8rem !important;}.mt-n9{margin-top:-11rem !important;}.me-n1{margin-right:-0.25rem !important;}.me-n2{margin-right:-0.5rem !important;}.me-n3{margin-right:-1rem !important;}.me-n4{margin-right:-1.6rem !important;}.me-n5{margin-right:-2.5rem !important;}.me-n6{margin-right:-3.5rem !important;}.me-n7{margin-right:-4rem !important;}.me-n8{margin-right:-8rem !important;}.me-n9{margin-right:-11rem !important;}.mb-n1{margin-bottom:-0.25rem !important;}.mb-n2{margin-bottom:-0.5rem !important;}.mb-n3{margin-bottom:-1rem !important;}.mb-n4{margin-bottom:-1.6rem !important;}.mb-n5{margin-bottom:-2.5rem !important;}.mb-n6{margin-bottom:-3.5rem !important;}.mb-n7{margin-bottom:-4rem !important;}.mb-n8{margin-bottom:-8rem !important;}.mb-n9{margin-bottom:-11rem !important;}.ms-n1{margin-left:-0.25rem !important;}.ms-n2{margin-left:-0.5rem !important;}.ms-n3{margin-left:-1rem !important;}.ms-n4{margin-left:-1.6rem !important;}.ms-n5{margin-left:-2.5rem !important;}.ms-n6{margin-left:-3.5rem !important;}.ms-n7{margin-left:-4rem !important;}.ms-n8{margin-left:-8rem !important;}.ms-n9{margin-left:-11rem !important;}.p-0{padding:0 !important;}.p-1{padding:0.25rem !important;}.p-2{padding:0.5rem !important;}.p-3{padding:1rem !important;}.p-4{padding:1.6rem !important;}.p-5{padding:2.5rem !important;}.p-6{padding:3.5rem !important;}.p-7{padding:4rem !important;}.p-8{padding:8rem !important;}.p-9{padding:11rem !important;}.px-0{padding-right:0 !important;padding-left:0 !important;}.px-1{padding-right:0.25rem !important;padding-left:0.25rem !important;}.px-2{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-3{padding-right:1rem !important;padding-left:1rem !important;}.px-4{padding-right:1.6rem !important;padding-left:1.6rem !important;}.px-5{padding-right:2.5rem !important;padding-left:2.5rem !important;}.px-6{padding-right:3.5rem !important;padding-left:3.5rem !important;}.px-7{padding-right:4rem !important;padding-left:4rem !important;}.px-8{padding-right:8rem !important;padding-left:8rem !important;}.px-9{padding-right:11rem !important;padding-left:11rem !important;}.py-0{padding-top:0 !important;padding-bottom:0 !important;}.py-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-3{padding-top:1rem !important;padding-bottom:1rem !important;}.py-4{padding-top:1.6rem !important;padding-bottom:1.6rem !important;}.py-5{padding-top:2.5rem !important;padding-bottom:2.5rem !important;}.py-6{padding-top:3.5rem !important;padding-bottom:3.5rem !important;}.py-7{padding-top:4rem !important;padding-bottom:4rem !important;}.py-8{padding-top:8rem !important;padding-bottom:8rem !important;}.py-9{padding-top:11rem !important;padding-bottom:11rem !important;}.pt-0{padding-top:0 !important;}.pt-1{padding-top:0.25rem !important;}.pt-2{padding-top:0.5rem !important;}.pt-3{padding-top:1rem !important;}.pt-4{padding-top:1.6rem !important;}.pt-5{padding-top:2.5rem !important;}.pt-6{padding-top:3.5rem !important;}.pt-7{padding-top:4rem !important;}.pt-8{padding-top:8rem !important;}.pt-9{padding-top:11rem !important;}.pe-0{padding-right:0 !important;}.pe-1{padding-right:0.25rem !important;}.pe-2{padding-right:0.5rem !important;}.pe-3{padding-right:1rem !important;}.pe-4{padding-right:1.6rem !important;}.pe-5{padding-right:2.5rem !important;}.pe-6{padding-right:3.5rem !important;}.pe-7{padding-right:4rem !important;}.pe-8{padding-right:8rem !important;}.pe-9{padding-right:11rem !important;}.pb-0{padding-bottom:0 !important;}.pb-1{padding-bottom:0.25rem !important;}.pb-2{padding-bottom:0.5rem !important;}.pb-3{padding-bottom:1rem !important;}.pb-4{padding-bottom:1.6rem !important;}.pb-5{padding-bottom:2.5rem !important;}.pb-6{padding-bottom:3.5rem !important;}.pb-7{padding-bottom:4rem !important;}.pb-8{padding-bottom:8rem !important;}.pb-9{padding-bottom:11rem !important;}.ps-0{padding-left:0 !important;}.ps-1{padding-left:0.25rem !important;}.ps-2{padding-left:0.5rem !important;}.ps-3{padding-left:1rem !important;}.ps-4{padding-left:1.6rem !important;}.ps-5{padding-left:2.5rem !important;}.ps-6{padding-left:3.5rem !important;}.ps-7{padding-left:4rem !important;}.ps-8{padding-left:8rem !important;}.ps-9{padding-left:11rem !important;}.gap-0{gap:0 !important;}.gap-1{gap:0.25rem !important;}.gap-2{gap:0.5rem !important;}.gap-3{gap:1rem !important;}.gap-4{gap:1.6rem !important;}.gap-5{gap:2.5rem !important;}.gap-6{gap:3.5rem !important;}.gap-7{gap:4rem !important;}.gap-8{gap:8rem !important;}.gap-9{gap:11rem !important;}.row-gap-0{row-gap:0 !important;}.row-gap-1{row-gap:0.25rem !important;}.row-gap-2{row-gap:0.5rem !important;}.row-gap-3{row-gap:1rem !important;}.row-gap-4{row-gap:1.6rem !important;}.row-gap-5{row-gap:2.5rem !important;}.row-gap-6{row-gap:3.5rem !important;}.row-gap-7{row-gap:4rem !important;}.row-gap-8{row-gap:8rem !important;}.row-gap-9{row-gap:11rem !important;}.column-gap-0{-webkit-column-gap:0 !important;-moz-column-gap:0 !important;column-gap:0 !important;}.column-gap-1{-webkit-column-gap:0.25rem !important;-moz-column-gap:0.25rem !important;column-gap:0.25rem !important;}.column-gap-2{-webkit-column-gap:0.5rem !important;-moz-column-gap:0.5rem !important;column-gap:0.5rem !important;}.column-gap-3{-webkit-column-gap:1rem !important;-moz-column-gap:1rem !important;column-gap:1rem !important;}.column-gap-4{-webkit-column-gap:1.6rem !important;-moz-column-gap:1.6rem !important;column-gap:1.6rem !important;}.column-gap-5{-webkit-column-gap:2.5rem !important;-moz-column-gap:2.5rem !important;column-gap:2.5rem !important;}.column-gap-6{-webkit-column-gap:3.5rem !important;-moz-column-gap:3.5rem !important;column-gap:3.5rem !important;}.column-gap-7{-webkit-column-gap:4rem !important;-moz-column-gap:4rem !important;column-gap:4rem !important;}.column-gap-8{-webkit-column-gap:8rem !important;-moz-column-gap:8rem !important;column-gap:8rem !important;}.column-gap-9{-webkit-column-gap:11rem !important;-moz-column-gap:11rem !important;column-gap:11rem !important;}.font-monospace{font-family:var(--bs-font-monospace) !important;}.fs-1{font-size:calc(1.485rem + 2.82vw) !important;}.fs-2{font-size:calc(1.4rem + 1.8vw) !important;}.fs-3{font-size:calc(1.363rem + 1.356vw) !important;}.fs-4{font-size:calc(1.325rem + 0.9vw) !important;}.fs-5{font-size:calc(1.275rem + 0.3vw) !important;}.fs-6{font-size:1.2rem !important;}.fst-italic{font-style:italic !important;}.fst-normal{font-style:normal !important;}.fw-lighter{font-weight:lighter !important;}.fw-light{font-weight:400 !important;}.fw-normal{font-weight:500 !important;}.fw-medium{font-weight:500 !important;}.fw-semibold{font-weight:600 !important;}.fw-bold{font-weight:700 !important;}.fw-bolder{font-weight:bolder !important;}.lh-1{line-height:1 !important;}.lh-sm{line-height:1.25 !important;}.lh-base{line-height:1.5 !important;}.lh-lg{line-height:2 !important;}.text-start{text-align:left !important;}.text-end{text-align:right !important;}.text-center{text-align:center !important;}.text-decoration-none{text-decoration:none !important;}.text-decoration-underline{text-decoration:underline !important;}.text-decoration-line-through{text-decoration:line-through !important;}.text-lowercase{text-transform:lowercase !important;}.text-uppercase{text-transform:uppercase !important;}.text-capitalize{text-transform:capitalize !important;}.text-wrap{white-space:normal !important;}.text-nowrap{white-space:nowrap !important;}.text-break{word-wrap:break-word !important;word-break:break-word !important;}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity)) !important;}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important;}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity)) !important;}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity)) !important;}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity)) !important;}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity)) !important;}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important;}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity)) !important;}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity)) !important;}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity)) !important;}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity)) !important;}.text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color) !important;}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,0.5) !important;}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,0.5) !important;}.text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color) !important;}.text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color) !important;}.text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color) !important;}.text-reset{--bs-text-opacity:1;color:inherit !important;}.text-opacity-25{--bs-text-opacity:0.25;}.text-opacity-50{--bs-text-opacity:0.5;}.text-opacity-75{--bs-text-opacity:0.75;}.text-opacity-100{--bs-text-opacity:1;}.text-primary-emphasis{color:var(--bs-primary-text-emphasis) !important;}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis) !important;}.text-success-emphasis{color:var(--bs-success-text-emphasis) !important;}.text-info-emphasis{color:var(--bs-info-text-emphasis) !important;}.text-warning-emphasis{color:var(--bs-warning-text-emphasis) !important;}.text-danger-emphasis{color:var(--bs-danger-text-emphasis) !important;}.text-light-emphasis{color:var(--bs-light-text-emphasis) !important;}.text-dark-emphasis{color:var(--bs-dark-text-emphasis) !important;}.link-opacity-10{--bs-link-opacity:0.1;}.link-opacity-10-hover:hover{--bs-link-opacity:0.1;}.link-opacity-25{--bs-link-opacity:0.25;}.link-opacity-25-hover:hover{--bs-link-opacity:0.25;}.link-opacity-50{--bs-link-opacity:0.5;}.link-opacity-50-hover:hover{--bs-link-opacity:0.5;}.link-opacity-75{--bs-link-opacity:0.75;}.link-opacity-75-hover:hover{--bs-link-opacity:0.75;}.link-opacity-100{--bs-link-opacity:1;}.link-opacity-100-hover:hover{--bs-link-opacity:1;}.link-offset-1{text-underline-offset:0.125em !important;}.link-offset-1-hover:hover{text-underline-offset:0.125em !important;}.link-offset-2{text-underline-offset:0.25em !important;}.link-offset-2-hover:hover{text-underline-offset:0.25em !important;}.link-offset-3{text-underline-offset:0.375em !important;}.link-offset-3-hover:hover{text-underline-offset:0.375em !important;}.link-underline-primary{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-white{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-white-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-secondary{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-success{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-info{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-warning{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-danger{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-light{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-dark{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-underline-opacity-0{--bs-link-underline-opacity:0;}.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0;}.link-underline-opacity-10{--bs-link-underline-opacity:0.1;}.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:0.1;}.link-underline-opacity-25{--bs-link-underline-opacity:0.25;}.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:0.25;}.link-underline-opacity-50{--bs-link-underline-opacity:0.5;}.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:0.5;}.link-underline-opacity-75{--bs-link-underline-opacity:0.75;}.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:0.75;}.link-underline-opacity-100{--bs-link-underline-opacity:1;}.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1;}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity)) !important;}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important;}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity)) !important;}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity)) !important;}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity)) !important;}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity)) !important;}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity)) !important;}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important;}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity)) !important;}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity)) !important;}.bg-transparent{--bs-bg-opacity:1;background-color:transparent !important;}.bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity)) !important;}.bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity)) !important;}.bg-opacity-10{--bs-bg-opacity:0.1;}.bg-opacity-25{--bs-bg-opacity:0.25;}.bg-opacity-50{--bs-bg-opacity:0.5;}.bg-opacity-75{--bs-bg-opacity:0.75;}.bg-opacity-100{--bs-bg-opacity:1;}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle) !important;}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle) !important;}.bg-success-subtle{background-color:var(--bs-success-bg-subtle) !important;}.bg-info-subtle{background-color:var(--bs-info-bg-subtle) !important;}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle) !important;}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle) !important;}.bg-light-subtle{background-color:var(--bs-light-bg-subtle) !important;}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle) !important;}.bg-gradient{background-image:var(--bs-gradient) !important;}.user-select-all{-webkit-user-select:all !important;-moz-user-select:all !important;user-select:all !important;}.user-select-auto{-webkit-user-select:auto !important;-moz-user-select:auto !important;-ms-user-select:auto !important;user-select:auto !important;}.user-select-none{-webkit-user-select:none !important;-moz-user-select:none !important;-ms-user-select:none !important;user-select:none !important;}.pe-none{pointer-events:none !important;}.pe-auto{pointer-events:auto !important;}.rounded{border-radius:var(--bs-border-radius) !important;}.rounded-0{border-radius:0 !important;}.rounded-1{border-radius:var(--bs-border-radius-sm) !important;}.rounded-2{border-radius:var(--bs-border-radius) !important;}.rounded-3{border-radius:var(--bs-border-radius-lg) !important;}.rounded-4{border-radius:var(--bs-border-radius-xl) !important;}.rounded-5{border-radius:var(--bs-border-radius-xxl) !important;}.rounded-circle{border-radius:50% !important;}.rounded-pill{border-radius:var(--bs-border-radius-pill) !important;}.rounded-top{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important;}.rounded-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important;}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm) !important;border-top-right-radius:var(--bs-border-radius-sm) !important;}.rounded-top-2{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important;}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg) !important;border-top-right-radius:var(--bs-border-radius-lg) !important;}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl) !important;border-top-right-radius:var(--bs-border-radius-xl) !important;}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl) !important;border-top-right-radius:var(--bs-border-radius-xxl) !important;}.rounded-top-circle{border-top-left-radius:50% !important;border-top-right-radius:50% !important;}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill) !important;border-top-right-radius:var(--bs-border-radius-pill) !important;}.rounded-end{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important;}.rounded-end-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important;}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm) !important;border-bottom-right-radius:var(--bs-border-radius-sm) !important;}.rounded-end-2{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important;}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg) !important;border-bottom-right-radius:var(--bs-border-radius-lg) !important;}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl) !important;border-bottom-right-radius:var(--bs-border-radius-xl) !important;}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-right-radius:var(--bs-border-radius-xxl) !important;}.rounded-end-circle{border-top-right-radius:50% !important;border-bottom-right-radius:50% !important;}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill) !important;border-bottom-right-radius:var(--bs-border-radius-pill) !important;}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important;}.rounded-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important;}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm) !important;border-bottom-left-radius:var(--bs-border-radius-sm) !important;}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important;}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg) !important;border-bottom-left-radius:var(--bs-border-radius-lg) !important;}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl) !important;border-bottom-left-radius:var(--bs-border-radius-xl) !important;}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-left-radius:var(--bs-border-radius-xxl) !important;}.rounded-bottom-circle{border-bottom-right-radius:50% !important;border-bottom-left-radius:50% !important;}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill) !important;border-bottom-left-radius:var(--bs-border-radius-pill) !important;}.rounded-start{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important;}.rounded-start-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important;}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm) !important;border-top-left-radius:var(--bs-border-radius-sm) !important;}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important;}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg) !important;border-top-left-radius:var(--bs-border-radius-lg) !important;}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl) !important;border-top-left-radius:var(--bs-border-radius-xl) !important;}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl) !important;border-top-left-radius:var(--bs-border-radius-xxl) !important;}.rounded-start-circle{border-bottom-left-radius:50% !important;border-top-left-radius:50% !important;}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill) !important;border-top-left-radius:var(--bs-border-radius-pill) !important;}.visible{visibility:visible !important;}.invisible{visibility:hidden !important;}.z-n1{z-index:-1 !important;}.z-0{z-index:0 !important;}.z-1{z-index:1 !important;}.z-2{z-index:2 !important;}.z-3{z-index:3 !important;}@media (min-width:576px){.float-sm-start{float:left !important;}.float-sm-end{float:right !important;}.float-sm-none{float:none !important;}.object-fit-sm-contain{-o-object-fit:contain !important;object-fit:contain !important;}.object-fit-sm-cover{-o-object-fit:cover !important;object-fit:cover !important;}.object-fit-sm-fill{-o-object-fit:fill !important;object-fit:fill !important;}.object-fit-sm-scale{-o-object-fit:scale-down !important;object-fit:scale-down !important;}.object-fit-sm-none{-o-object-fit:none !important;object-fit:none !important;}.d-sm-inline{display:inline !important;}.d-sm-inline-block{display:inline-block !important;}.d-sm-block{display:block !important;}.d-sm-grid{display:grid !important;}.d-sm-inline-grid{display:inline-grid !important;}.d-sm-table{display:table !important;}.d-sm-table-row{display:table-row !important;}.d-sm-table-cell{display:table-cell !important;}.d-sm-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;}.d-sm-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important;}.d-sm-none{display:none !important;}.flex-sm-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important;}.flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important;}.flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important;}.flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}.flex-sm-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important;}.flex-sm-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important;}.flex-sm-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important;}.flex-sm-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important;}.flex-sm-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important;}.flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}.flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important;}.justify-content-sm-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important;}.justify-content-sm-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important;}.justify-content-sm-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important;}.justify-content-sm-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important;}.justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important;}.justify-content-sm-evenly{-webkit-box-pack:space-evenly !important;-ms-flex-pack:space-evenly !important;justify-content:space-evenly !important;}.align-items-sm-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important;}.align-items-sm-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important;}.align-items-sm-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;}.align-items-sm-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important;}.align-items-sm-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important;}.align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important;}.align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important;}.align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important;}.align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important;}.align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important;}.align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important;}.align-self-sm-auto{-ms-flex-item-align:auto !important;align-self:auto !important;}.align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important;}.align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important;}.align-self-sm-center{-ms-flex-item-align:center !important;align-self:center !important;}.align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important;}.align-self-sm-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important;}.order-sm-first{-webkit-box-ordinal-group:0 !important;-ms-flex-order:-1 !important;order:-1 !important;}.order-sm-0{-webkit-box-ordinal-group:1 !important;-ms-flex-order:0 !important;order:0 !important;}.order-sm-1{-webkit-box-ordinal-group:2 !important;-ms-flex-order:1 !important;order:1 !important;}.order-sm-2{-webkit-box-ordinal-group:3 !important;-ms-flex-order:2 !important;order:2 !important;}.order-sm-3{-webkit-box-ordinal-group:4 !important;-ms-flex-order:3 !important;order:3 !important;}.order-sm-4{-webkit-box-ordinal-group:5 !important;-ms-flex-order:4 !important;order:4 !important;}.order-sm-5{-webkit-box-ordinal-group:6 !important;-ms-flex-order:5 !important;order:5 !important;}.order-sm-last{-webkit-box-ordinal-group:7 !important;-ms-flex-order:6 !important;order:6 !important;}.m-sm-0{margin:0 !important;}.m-sm-1{margin:0.25rem !important;}.m-sm-2{margin:0.5rem !important;}.m-sm-3{margin:1rem !important;}.m-sm-4{margin:1.6rem !important;}.m-sm-5{margin:2.5rem !important;}.m-sm-6{margin:3.5rem !important;}.m-sm-7{margin:4rem !important;}.m-sm-8{margin:8rem !important;}.m-sm-9{margin:11rem !important;}.m-sm-auto{margin:auto !important;}.mx-sm-0{margin-right:0 !important;margin-left:0 !important;}.mx-sm-1{margin-right:0.25rem !important;margin-left:0.25rem !important;}.mx-sm-2{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important;}.mx-sm-4{margin-right:1.6rem !important;margin-left:1.6rem !important;}.mx-sm-5{margin-right:2.5rem !important;margin-left:2.5rem !important;}.mx-sm-6{margin-right:3.5rem !important;margin-left:3.5rem !important;}.mx-sm-7{margin-right:4rem !important;margin-left:4rem !important;}.mx-sm-8{margin-right:8rem !important;margin-left:8rem !important;}.mx-sm-9{margin-right:11rem !important;margin-left:11rem !important;}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important;}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important;}.my-sm-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-sm-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important;}.my-sm-4{margin-top:1.6rem !important;margin-bottom:1.6rem !important;}.my-sm-5{margin-top:2.5rem !important;margin-bottom:2.5rem !important;}.my-sm-6{margin-top:3.5rem !important;margin-bottom:3.5rem !important;}.my-sm-7{margin-top:4rem !important;margin-bottom:4rem !important;}.my-sm-8{margin-top:8rem !important;margin-bottom:8rem !important;}.my-sm-9{margin-top:11rem !important;margin-bottom:11rem !important;}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-sm-0{margin-top:0 !important;}.mt-sm-1{margin-top:0.25rem !important;}.mt-sm-2{margin-top:0.5rem !important;}.mt-sm-3{margin-top:1rem !important;}.mt-sm-4{margin-top:1.6rem !important;}.mt-sm-5{margin-top:2.5rem !important;}.mt-sm-6{margin-top:3.5rem !important;}.mt-sm-7{margin-top:4rem !important;}.mt-sm-8{margin-top:8rem !important;}.mt-sm-9{margin-top:11rem !important;}.mt-sm-auto{margin-top:auto !important;}.me-sm-0{margin-right:0 !important;}.me-sm-1{margin-right:0.25rem !important;}.me-sm-2{margin-right:0.5rem !important;}.me-sm-3{margin-right:1rem !important;}.me-sm-4{margin-right:1.6rem !important;}.me-sm-5{margin-right:2.5rem !important;}.me-sm-6{margin-right:3.5rem !important;}.me-sm-7{margin-right:4rem !important;}.me-sm-8{margin-right:8rem !important;}.me-sm-9{margin-right:11rem !important;}.me-sm-auto{margin-right:auto !important;}.mb-sm-0{margin-bottom:0 !important;}.mb-sm-1{margin-bottom:0.25rem !important;}.mb-sm-2{margin-bottom:0.5rem !important;}.mb-sm-3{margin-bottom:1rem !important;}.mb-sm-4{margin-bottom:1.6rem !important;}.mb-sm-5{margin-bottom:2.5rem !important;}.mb-sm-6{margin-bottom:3.5rem !important;}.mb-sm-7{margin-bottom:4rem !important;}.mb-sm-8{margin-bottom:8rem !important;}.mb-sm-9{margin-bottom:11rem !important;}.mb-sm-auto{margin-bottom:auto !important;}.ms-sm-0{margin-left:0 !important;}.ms-sm-1{margin-left:0.25rem !important;}.ms-sm-2{margin-left:0.5rem !important;}.ms-sm-3{margin-left:1rem !important;}.ms-sm-4{margin-left:1.6rem !important;}.ms-sm-5{margin-left:2.5rem !important;}.ms-sm-6{margin-left:3.5rem !important;}.ms-sm-7{margin-left:4rem !important;}.ms-sm-8{margin-left:8rem !important;}.ms-sm-9{margin-left:11rem !important;}.ms-sm-auto{margin-left:auto !important;}.m-sm-n1{margin:-0.25rem !important;}.m-sm-n2{margin:-0.5rem !important;}.m-sm-n3{margin:-1rem !important;}.m-sm-n4{margin:-1.6rem !important;}.m-sm-n5{margin:-2.5rem !important;}.m-sm-n6{margin:-3.5rem !important;}.m-sm-n7{margin:-4rem !important;}.m-sm-n8{margin:-8rem !important;}.m-sm-n9{margin:-11rem !important;}.mx-sm-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important;}.mx-sm-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-sm-n3{margin-right:-1rem !important;margin-left:-1rem !important;}.mx-sm-n4{margin-right:-1.6rem !important;margin-left:-1.6rem !important;}.mx-sm-n5{margin-right:-2.5rem !important;margin-left:-2.5rem !important;}.mx-sm-n6{margin-right:-3.5rem !important;margin-left:-3.5rem !important;}.mx-sm-n7{margin-right:-4rem !important;margin-left:-4rem !important;}.mx-sm-n8{margin-right:-8rem !important;margin-left:-8rem !important;}.mx-sm-n9{margin-right:-11rem !important;margin-left:-11rem !important;}.my-sm-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important;}.my-sm-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-sm-n3{margin-top:-1rem !important;margin-bottom:-1rem !important;}.my-sm-n4{margin-top:-1.6rem !important;margin-bottom:-1.6rem !important;}.my-sm-n5{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important;}.my-sm-n6{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important;}.my-sm-n7{margin-top:-4rem !important;margin-bottom:-4rem !important;}.my-sm-n8{margin-top:-8rem !important;margin-bottom:-8rem !important;}.my-sm-n9{margin-top:-11rem !important;margin-bottom:-11rem !important;}.mt-sm-n1{margin-top:-0.25rem !important;}.mt-sm-n2{margin-top:-0.5rem !important;}.mt-sm-n3{margin-top:-1rem !important;}.mt-sm-n4{margin-top:-1.6rem !important;}.mt-sm-n5{margin-top:-2.5rem !important;}.mt-sm-n6{margin-top:-3.5rem !important;}.mt-sm-n7{margin-top:-4rem !important;}.mt-sm-n8{margin-top:-8rem !important;}.mt-sm-n9{margin-top:-11rem !important;}.me-sm-n1{margin-right:-0.25rem !important;}.me-sm-n2{margin-right:-0.5rem !important;}.me-sm-n3{margin-right:-1rem !important;}.me-sm-n4{margin-right:-1.6rem !important;}.me-sm-n5{margin-right:-2.5rem !important;}.me-sm-n6{margin-right:-3.5rem !important;}.me-sm-n7{margin-right:-4rem !important;}.me-sm-n8{margin-right:-8rem !important;}.me-sm-n9{margin-right:-11rem !important;}.mb-sm-n1{margin-bottom:-0.25rem !important;}.mb-sm-n2{margin-bottom:-0.5rem !important;}.mb-sm-n3{margin-bottom:-1rem !important;}.mb-sm-n4{margin-bottom:-1.6rem !important;}.mb-sm-n5{margin-bottom:-2.5rem !important;}.mb-sm-n6{margin-bottom:-3.5rem !important;}.mb-sm-n7{margin-bottom:-4rem !important;}.mb-sm-n8{margin-bottom:-8rem !important;}.mb-sm-n9{margin-bottom:-11rem !important;}.ms-sm-n1{margin-left:-0.25rem !important;}.ms-sm-n2{margin-left:-0.5rem !important;}.ms-sm-n3{margin-left:-1rem !important;}.ms-sm-n4{margin-left:-1.6rem !important;}.ms-sm-n5{margin-left:-2.5rem !important;}.ms-sm-n6{margin-left:-3.5rem !important;}.ms-sm-n7{margin-left:-4rem !important;}.ms-sm-n8{margin-left:-8rem !important;}.ms-sm-n9{margin-left:-11rem !important;}.p-sm-0{padding:0 !important;}.p-sm-1{padding:0.25rem !important;}.p-sm-2{padding:0.5rem !important;}.p-sm-3{padding:1rem !important;}.p-sm-4{padding:1.6rem !important;}.p-sm-5{padding:2.5rem !important;}.p-sm-6{padding:3.5rem !important;}.p-sm-7{padding:4rem !important;}.p-sm-8{padding:8rem !important;}.p-sm-9{padding:11rem !important;}.px-sm-0{padding-right:0 !important;padding-left:0 !important;}.px-sm-1{padding-right:0.25rem !important;padding-left:0.25rem !important;}.px-sm-2{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important;}.px-sm-4{padding-right:1.6rem !important;padding-left:1.6rem !important;}.px-sm-5{padding-right:2.5rem !important;padding-left:2.5rem !important;}.px-sm-6{padding-right:3.5rem !important;padding-left:3.5rem !important;}.px-sm-7{padding-right:4rem !important;padding-left:4rem !important;}.px-sm-8{padding-right:8rem !important;padding-left:8rem !important;}.px-sm-9{padding-right:11rem !important;padding-left:11rem !important;}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important;}.py-sm-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-sm-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important;}.py-sm-4{padding-top:1.6rem !important;padding-bottom:1.6rem !important;}.py-sm-5{padding-top:2.5rem !important;padding-bottom:2.5rem !important;}.py-sm-6{padding-top:3.5rem !important;padding-bottom:3.5rem !important;}.py-sm-7{padding-top:4rem !important;padding-bottom:4rem !important;}.py-sm-8{padding-top:8rem !important;padding-bottom:8rem !important;}.py-sm-9{padding-top:11rem !important;padding-bottom:11rem !important;}.pt-sm-0{padding-top:0 !important;}.pt-sm-1{padding-top:0.25rem !important;}.pt-sm-2{padding-top:0.5rem !important;}.pt-sm-3{padding-top:1rem !important;}.pt-sm-4{padding-top:1.6rem !important;}.pt-sm-5{padding-top:2.5rem !important;}.pt-sm-6{padding-top:3.5rem !important;}.pt-sm-7{padding-top:4rem !important;}.pt-sm-8{padding-top:8rem !important;}.pt-sm-9{padding-top:11rem !important;}.pe-sm-0{padding-right:0 !important;}.pe-sm-1{padding-right:0.25rem !important;}.pe-sm-2{padding-right:0.5rem !important;}.pe-sm-3{padding-right:1rem !important;}.pe-sm-4{padding-right:1.6rem !important;}.pe-sm-5{padding-right:2.5rem !important;}.pe-sm-6{padding-right:3.5rem !important;}.pe-sm-7{padding-right:4rem !important;}.pe-sm-8{padding-right:8rem !important;}.pe-sm-9{padding-right:11rem !important;}.pb-sm-0{padding-bottom:0 !important;}.pb-sm-1{padding-bottom:0.25rem !important;}.pb-sm-2{padding-bottom:0.5rem !important;}.pb-sm-3{padding-bottom:1rem !important;}.pb-sm-4{padding-bottom:1.6rem !important;}.pb-sm-5{padding-bottom:2.5rem !important;}.pb-sm-6{padding-bottom:3.5rem !important;}.pb-sm-7{padding-bottom:4rem !important;}.pb-sm-8{padding-bottom:8rem !important;}.pb-sm-9{padding-bottom:11rem !important;}.ps-sm-0{padding-left:0 !important;}.ps-sm-1{padding-left:0.25rem !important;}.ps-sm-2{padding-left:0.5rem !important;}.ps-sm-3{padding-left:1rem !important;}.ps-sm-4{padding-left:1.6rem !important;}.ps-sm-5{padding-left:2.5rem !important;}.ps-sm-6{padding-left:3.5rem !important;}.ps-sm-7{padding-left:4rem !important;}.ps-sm-8{padding-left:8rem !important;}.ps-sm-9{padding-left:11rem !important;}.gap-sm-0{gap:0 !important;}.gap-sm-1{gap:0.25rem !important;}.gap-sm-2{gap:0.5rem !important;}.gap-sm-3{gap:1rem !important;}.gap-sm-4{gap:1.6rem !important;}.gap-sm-5{gap:2.5rem !important;}.gap-sm-6{gap:3.5rem !important;}.gap-sm-7{gap:4rem !important;}.gap-sm-8{gap:8rem !important;}.gap-sm-9{gap:11rem !important;}.row-gap-sm-0{row-gap:0 !important;}.row-gap-sm-1{row-gap:0.25rem !important;}.row-gap-sm-2{row-gap:0.5rem !important;}.row-gap-sm-3{row-gap:1rem !important;}.row-gap-sm-4{row-gap:1.6rem !important;}.row-gap-sm-5{row-gap:2.5rem !important;}.row-gap-sm-6{row-gap:3.5rem !important;}.row-gap-sm-7{row-gap:4rem !important;}.row-gap-sm-8{row-gap:8rem !important;}.row-gap-sm-9{row-gap:11rem !important;}.column-gap-sm-0{-webkit-column-gap:0 !important;-moz-column-gap:0 !important;column-gap:0 !important;}.column-gap-sm-1{-webkit-column-gap:0.25rem !important;-moz-column-gap:0.25rem !important;column-gap:0.25rem !important;}.column-gap-sm-2{-webkit-column-gap:0.5rem !important;-moz-column-gap:0.5rem !important;column-gap:0.5rem !important;}.column-gap-sm-3{-webkit-column-gap:1rem !important;-moz-column-gap:1rem !important;column-gap:1rem !important;}.column-gap-sm-4{-webkit-column-gap:1.6rem !important;-moz-column-gap:1.6rem !important;column-gap:1.6rem !important;}.column-gap-sm-5{-webkit-column-gap:2.5rem !important;-moz-column-gap:2.5rem !important;column-gap:2.5rem !important;}.column-gap-sm-6{-webkit-column-gap:3.5rem !important;-moz-column-gap:3.5rem !important;column-gap:3.5rem !important;}.column-gap-sm-7{-webkit-column-gap:4rem !important;-moz-column-gap:4rem !important;column-gap:4rem !important;}.column-gap-sm-8{-webkit-column-gap:8rem !important;-moz-column-gap:8rem !important;column-gap:8rem !important;}.column-gap-sm-9{-webkit-column-gap:11rem !important;-moz-column-gap:11rem !important;column-gap:11rem !important;}.text-sm-start{text-align:left !important;}.text-sm-end{text-align:right !important;}.text-sm-center{text-align:center !important;}}@media (min-width:768px){.float-md-start{float:left !important;}.float-md-end{float:right !important;}.float-md-none{float:none !important;}.object-fit-md-contain{-o-object-fit:contain !important;object-fit:contain !important;}.object-fit-md-cover{-o-object-fit:cover !important;object-fit:cover !important;}.object-fit-md-fill{-o-object-fit:fill !important;object-fit:fill !important;}.object-fit-md-scale{-o-object-fit:scale-down !important;object-fit:scale-down !important;}.object-fit-md-none{-o-object-fit:none !important;object-fit:none !important;}.d-md-inline{display:inline !important;}.d-md-inline-block{display:inline-block !important;}.d-md-block{display:block !important;}.d-md-grid{display:grid !important;}.d-md-inline-grid{display:inline-grid !important;}.d-md-table{display:table !important;}.d-md-table-row{display:table-row !important;}.d-md-table-cell{display:table-cell !important;}.d-md-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;}.d-md-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important;}.d-md-none{display:none !important;}.flex-md-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important;}.flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important;}.flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important;}.flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}.flex-md-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important;}.flex-md-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important;}.flex-md-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important;}.flex-md-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important;}.flex-md-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important;}.flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}.flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important;}.justify-content-md-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important;}.justify-content-md-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important;}.justify-content-md-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important;}.justify-content-md-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important;}.justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important;}.justify-content-md-evenly{-webkit-box-pack:space-evenly !important;-ms-flex-pack:space-evenly !important;justify-content:space-evenly !important;}.align-items-md-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important;}.align-items-md-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important;}.align-items-md-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;}.align-items-md-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important;}.align-items-md-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important;}.align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important;}.align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important;}.align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important;}.align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important;}.align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important;}.align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important;}.align-self-md-auto{-ms-flex-item-align:auto !important;align-self:auto !important;}.align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important;}.align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important;}.align-self-md-center{-ms-flex-item-align:center !important;align-self:center !important;}.align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important;}.align-self-md-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important;}.order-md-first{-webkit-box-ordinal-group:0 !important;-ms-flex-order:-1 !important;order:-1 !important;}.order-md-0{-webkit-box-ordinal-group:1 !important;-ms-flex-order:0 !important;order:0 !important;}.order-md-1{-webkit-box-ordinal-group:2 !important;-ms-flex-order:1 !important;order:1 !important;}.order-md-2{-webkit-box-ordinal-group:3 !important;-ms-flex-order:2 !important;order:2 !important;}.order-md-3{-webkit-box-ordinal-group:4 !important;-ms-flex-order:3 !important;order:3 !important;}.order-md-4{-webkit-box-ordinal-group:5 !important;-ms-flex-order:4 !important;order:4 !important;}.order-md-5{-webkit-box-ordinal-group:6 !important;-ms-flex-order:5 !important;order:5 !important;}.order-md-last{-webkit-box-ordinal-group:7 !important;-ms-flex-order:6 !important;order:6 !important;}.m-md-0{margin:0 !important;}.m-md-1{margin:0.25rem !important;}.m-md-2{margin:0.5rem !important;}.m-md-3{margin:1rem !important;}.m-md-4{margin:1.6rem !important;}.m-md-5{margin:2.5rem !important;}.m-md-6{margin:3.5rem !important;}.m-md-7{margin:4rem !important;}.m-md-8{margin:8rem !important;}.m-md-9{margin:11rem !important;}.m-md-auto{margin:auto !important;}.mx-md-0{margin-right:0 !important;margin-left:0 !important;}.mx-md-1{margin-right:0.25rem !important;margin-left:0.25rem !important;}.mx-md-2{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important;}.mx-md-4{margin-right:1.6rem !important;margin-left:1.6rem !important;}.mx-md-5{margin-right:2.5rem !important;margin-left:2.5rem !important;}.mx-md-6{margin-right:3.5rem !important;margin-left:3.5rem !important;}.mx-md-7{margin-right:4rem !important;margin-left:4rem !important;}.mx-md-8{margin-right:8rem !important;margin-left:8rem !important;}.mx-md-9{margin-right:11rem !important;margin-left:11rem !important;}.mx-md-auto{margin-right:auto !important;margin-left:auto !important;}.my-md-0{margin-top:0 !important;margin-bottom:0 !important;}.my-md-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-md-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important;}.my-md-4{margin-top:1.6rem !important;margin-bottom:1.6rem !important;}.my-md-5{margin-top:2.5rem !important;margin-bottom:2.5rem !important;}.my-md-6{margin-top:3.5rem !important;margin-bottom:3.5rem !important;}.my-md-7{margin-top:4rem !important;margin-bottom:4rem !important;}.my-md-8{margin-top:8rem !important;margin-bottom:8rem !important;}.my-md-9{margin-top:11rem !important;margin-bottom:11rem !important;}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-md-0{margin-top:0 !important;}.mt-md-1{margin-top:0.25rem !important;}.mt-md-2{margin-top:0.5rem !important;}.mt-md-3{margin-top:1rem !important;}.mt-md-4{margin-top:1.6rem !important;}.mt-md-5{margin-top:2.5rem !important;}.mt-md-6{margin-top:3.5rem !important;}.mt-md-7{margin-top:4rem !important;}.mt-md-8{margin-top:8rem !important;}.mt-md-9{margin-top:11rem !important;}.mt-md-auto{margin-top:auto !important;}.me-md-0{margin-right:0 !important;}.me-md-1{margin-right:0.25rem !important;}.me-md-2{margin-right:0.5rem !important;}.me-md-3{margin-right:1rem !important;}.me-md-4{margin-right:1.6rem !important;}.me-md-5{margin-right:2.5rem !important;}.me-md-6{margin-right:3.5rem !important;}.me-md-7{margin-right:4rem !important;}.me-md-8{margin-right:8rem !important;}.me-md-9{margin-right:11rem !important;}.me-md-auto{margin-right:auto !important;}.mb-md-0{margin-bottom:0 !important;}.mb-md-1{margin-bottom:0.25rem !important;}.mb-md-2{margin-bottom:0.5rem !important;}.mb-md-3{margin-bottom:1rem !important;}.mb-md-4{margin-bottom:1.6rem !important;}.mb-md-5{margin-bottom:2.5rem !important;}.mb-md-6{margin-bottom:3.5rem !important;}.mb-md-7{margin-bottom:4rem !important;}.mb-md-8{margin-bottom:8rem !important;}.mb-md-9{margin-bottom:11rem !important;}.mb-md-auto{margin-bottom:auto !important;}.ms-md-0{margin-left:0 !important;}.ms-md-1{margin-left:0.25rem !important;}.ms-md-2{margin-left:0.5rem !important;}.ms-md-3{margin-left:1rem !important;}.ms-md-4{margin-left:1.6rem !important;}.ms-md-5{margin-left:2.5rem !important;}.ms-md-6{margin-left:3.5rem !important;}.ms-md-7{margin-left:4rem !important;}.ms-md-8{margin-left:8rem !important;}.ms-md-9{margin-left:11rem !important;}.ms-md-auto{margin-left:auto !important;}.m-md-n1{margin:-0.25rem !important;}.m-md-n2{margin:-0.5rem !important;}.m-md-n3{margin:-1rem !important;}.m-md-n4{margin:-1.6rem !important;}.m-md-n5{margin:-2.5rem !important;}.m-md-n6{margin:-3.5rem !important;}.m-md-n7{margin:-4rem !important;}.m-md-n8{margin:-8rem !important;}.m-md-n9{margin:-11rem !important;}.mx-md-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important;}.mx-md-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-md-n3{margin-right:-1rem !important;margin-left:-1rem !important;}.mx-md-n4{margin-right:-1.6rem !important;margin-left:-1.6rem !important;}.mx-md-n5{margin-right:-2.5rem !important;margin-left:-2.5rem !important;}.mx-md-n6{margin-right:-3.5rem !important;margin-left:-3.5rem !important;}.mx-md-n7{margin-right:-4rem !important;margin-left:-4rem !important;}.mx-md-n8{margin-right:-8rem !important;margin-left:-8rem !important;}.mx-md-n9{margin-right:-11rem !important;margin-left:-11rem !important;}.my-md-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important;}.my-md-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-md-n3{margin-top:-1rem !important;margin-bottom:-1rem !important;}.my-md-n4{margin-top:-1.6rem !important;margin-bottom:-1.6rem !important;}.my-md-n5{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important;}.my-md-n6{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important;}.my-md-n7{margin-top:-4rem !important;margin-bottom:-4rem !important;}.my-md-n8{margin-top:-8rem !important;margin-bottom:-8rem !important;}.my-md-n9{margin-top:-11rem !important;margin-bottom:-11rem !important;}.mt-md-n1{margin-top:-0.25rem !important;}.mt-md-n2{margin-top:-0.5rem !important;}.mt-md-n3{margin-top:-1rem !important;}.mt-md-n4{margin-top:-1.6rem !important;}.mt-md-n5{margin-top:-2.5rem !important;}.mt-md-n6{margin-top:-3.5rem !important;}.mt-md-n7{margin-top:-4rem !important;}.mt-md-n8{margin-top:-8rem !important;}.mt-md-n9{margin-top:-11rem !important;}.me-md-n1{margin-right:-0.25rem !important;}.me-md-n2{margin-right:-0.5rem !important;}.me-md-n3{margin-right:-1rem !important;}.me-md-n4{margin-right:-1.6rem !important;}.me-md-n5{margin-right:-2.5rem !important;}.me-md-n6{margin-right:-3.5rem !important;}.me-md-n7{margin-right:-4rem !important;}.me-md-n8{margin-right:-8rem !important;}.me-md-n9{margin-right:-11rem !important;}.mb-md-n1{margin-bottom:-0.25rem !important;}.mb-md-n2{margin-bottom:-0.5rem !important;}.mb-md-n3{margin-bottom:-1rem !important;}.mb-md-n4{margin-bottom:-1.6rem !important;}.mb-md-n5{margin-bottom:-2.5rem !important;}.mb-md-n6{margin-bottom:-3.5rem !important;}.mb-md-n7{margin-bottom:-4rem !important;}.mb-md-n8{margin-bottom:-8rem !important;}.mb-md-n9{margin-bottom:-11rem !important;}.ms-md-n1{margin-left:-0.25rem !important;}.ms-md-n2{margin-left:-0.5rem !important;}.ms-md-n3{margin-left:-1rem !important;}.ms-md-n4{margin-left:-1.6rem !important;}.ms-md-n5{margin-left:-2.5rem !important;}.ms-md-n6{margin-left:-3.5rem !important;}.ms-md-n7{margin-left:-4rem !important;}.ms-md-n8{margin-left:-8rem !important;}.ms-md-n9{margin-left:-11rem !important;}.p-md-0{padding:0 !important;}.p-md-1{padding:0.25rem !important;}.p-md-2{padding:0.5rem !important;}.p-md-3{padding:1rem !important;}.p-md-4{padding:1.6rem !important;}.p-md-5{padding:2.5rem !important;}.p-md-6{padding:3.5rem !important;}.p-md-7{padding:4rem !important;}.p-md-8{padding:8rem !important;}.p-md-9{padding:11rem !important;}.px-md-0{padding-right:0 !important;padding-left:0 !important;}.px-md-1{padding-right:0.25rem !important;padding-left:0.25rem !important;}.px-md-2{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-md-3{padding-right:1rem !important;padding-left:1rem !important;}.px-md-4{padding-right:1.6rem !important;padding-left:1.6rem !important;}.px-md-5{padding-right:2.5rem !important;padding-left:2.5rem !important;}.px-md-6{padding-right:3.5rem !important;padding-left:3.5rem !important;}.px-md-7{padding-right:4rem !important;padding-left:4rem !important;}.px-md-8{padding-right:8rem !important;padding-left:8rem !important;}.px-md-9{padding-right:11rem !important;padding-left:11rem !important;}.py-md-0{padding-top:0 !important;padding-bottom:0 !important;}.py-md-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-md-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important;}.py-md-4{padding-top:1.6rem !important;padding-bottom:1.6rem !important;}.py-md-5{padding-top:2.5rem !important;padding-bottom:2.5rem !important;}.py-md-6{padding-top:3.5rem !important;padding-bottom:3.5rem !important;}.py-md-7{padding-top:4rem !important;padding-bottom:4rem !important;}.py-md-8{padding-top:8rem !important;padding-bottom:8rem !important;}.py-md-9{padding-top:11rem !important;padding-bottom:11rem !important;}.pt-md-0{padding-top:0 !important;}.pt-md-1{padding-top:0.25rem !important;}.pt-md-2{padding-top:0.5rem !important;}.pt-md-3{padding-top:1rem !important;}.pt-md-4{padding-top:1.6rem !important;}.pt-md-5{padding-top:2.5rem !important;}.pt-md-6{padding-top:3.5rem !important;}.pt-md-7{padding-top:4rem !important;}.pt-md-8{padding-top:8rem !important;}.pt-md-9{padding-top:11rem !important;}.pe-md-0{padding-right:0 !important;}.pe-md-1{padding-right:0.25rem !important;}.pe-md-2{padding-right:0.5rem !important;}.pe-md-3{padding-right:1rem !important;}.pe-md-4{padding-right:1.6rem !important;}.pe-md-5{padding-right:2.5rem !important;}.pe-md-6{padding-right:3.5rem !important;}.pe-md-7{padding-right:4rem !important;}.pe-md-8{padding-right:8rem !important;}.pe-md-9{padding-right:11rem !important;}.pb-md-0{padding-bottom:0 !important;}.pb-md-1{padding-bottom:0.25rem !important;}.pb-md-2{padding-bottom:0.5rem !important;}.pb-md-3{padding-bottom:1rem !important;}.pb-md-4{padding-bottom:1.6rem !important;}.pb-md-5{padding-bottom:2.5rem !important;}.pb-md-6{padding-bottom:3.5rem !important;}.pb-md-7{padding-bottom:4rem !important;}.pb-md-8{padding-bottom:8rem !important;}.pb-md-9{padding-bottom:11rem !important;}.ps-md-0{padding-left:0 !important;}.ps-md-1{padding-left:0.25rem !important;}.ps-md-2{padding-left:0.5rem !important;}.ps-md-3{padding-left:1rem !important;}.ps-md-4{padding-left:1.6rem !important;}.ps-md-5{padding-left:2.5rem !important;}.ps-md-6{padding-left:3.5rem !important;}.ps-md-7{padding-left:4rem !important;}.ps-md-8{padding-left:8rem !important;}.ps-md-9{padding-left:11rem !important;}.gap-md-0{gap:0 !important;}.gap-md-1{gap:0.25rem !important;}.gap-md-2{gap:0.5rem !important;}.gap-md-3{gap:1rem !important;}.gap-md-4{gap:1.6rem !important;}.gap-md-5{gap:2.5rem !important;}.gap-md-6{gap:3.5rem !important;}.gap-md-7{gap:4rem !important;}.gap-md-8{gap:8rem !important;}.gap-md-9{gap:11rem !important;}.row-gap-md-0{row-gap:0 !important;}.row-gap-md-1{row-gap:0.25rem !important;}.row-gap-md-2{row-gap:0.5rem !important;}.row-gap-md-3{row-gap:1rem !important;}.row-gap-md-4{row-gap:1.6rem !important;}.row-gap-md-5{row-gap:2.5rem !important;}.row-gap-md-6{row-gap:3.5rem !important;}.row-gap-md-7{row-gap:4rem !important;}.row-gap-md-8{row-gap:8rem !important;}.row-gap-md-9{row-gap:11rem !important;}.column-gap-md-0{-webkit-column-gap:0 !important;-moz-column-gap:0 !important;column-gap:0 !important;}.column-gap-md-1{-webkit-column-gap:0.25rem !important;-moz-column-gap:0.25rem !important;column-gap:0.25rem !important;}.column-gap-md-2{-webkit-column-gap:0.5rem !important;-moz-column-gap:0.5rem !important;column-gap:0.5rem !important;}.column-gap-md-3{-webkit-column-gap:1rem !important;-moz-column-gap:1rem !important;column-gap:1rem !important;}.column-gap-md-4{-webkit-column-gap:1.6rem !important;-moz-column-gap:1.6rem !important;column-gap:1.6rem !important;}.column-gap-md-5{-webkit-column-gap:2.5rem !important;-moz-column-gap:2.5rem !important;column-gap:2.5rem !important;}.column-gap-md-6{-webkit-column-gap:3.5rem !important;-moz-column-gap:3.5rem !important;column-gap:3.5rem !important;}.column-gap-md-7{-webkit-column-gap:4rem !important;-moz-column-gap:4rem !important;column-gap:4rem !important;}.column-gap-md-8{-webkit-column-gap:8rem !important;-moz-column-gap:8rem !important;column-gap:8rem !important;}.column-gap-md-9{-webkit-column-gap:11rem !important;-moz-column-gap:11rem !important;column-gap:11rem !important;}.text-md-start{text-align:left !important;}.text-md-end{text-align:right !important;}.text-md-center{text-align:center !important;}}@media (min-width:992px){.float-lg-start{float:left !important;}.float-lg-end{float:right !important;}.float-lg-none{float:none !important;}.object-fit-lg-contain{-o-object-fit:contain !important;object-fit:contain !important;}.object-fit-lg-cover{-o-object-fit:cover !important;object-fit:cover !important;}.object-fit-lg-fill{-o-object-fit:fill !important;object-fit:fill !important;}.object-fit-lg-scale{-o-object-fit:scale-down !important;object-fit:scale-down !important;}.object-fit-lg-none{-o-object-fit:none !important;object-fit:none !important;}.d-lg-inline{display:inline !important;}.d-lg-inline-block{display:inline-block !important;}.d-lg-block{display:block !important;}.d-lg-grid{display:grid !important;}.d-lg-inline-grid{display:inline-grid !important;}.d-lg-table{display:table !important;}.d-lg-table-row{display:table-row !important;}.d-lg-table-cell{display:table-cell !important;}.d-lg-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;}.d-lg-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important;}.d-lg-none{display:none !important;}.flex-lg-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important;}.flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important;}.flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important;}.flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}.flex-lg-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important;}.flex-lg-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important;}.flex-lg-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important;}.flex-lg-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important;}.flex-lg-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important;}.flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}.flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important;}.justify-content-lg-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important;}.justify-content-lg-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important;}.justify-content-lg-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important;}.justify-content-lg-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important;}.justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important;}.justify-content-lg-evenly{-webkit-box-pack:space-evenly !important;-ms-flex-pack:space-evenly !important;justify-content:space-evenly !important;}.align-items-lg-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important;}.align-items-lg-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important;}.align-items-lg-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;}.align-items-lg-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important;}.align-items-lg-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important;}.align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important;}.align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important;}.align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important;}.align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important;}.align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important;}.align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important;}.align-self-lg-auto{-ms-flex-item-align:auto !important;align-self:auto !important;}.align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important;}.align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important;}.align-self-lg-center{-ms-flex-item-align:center !important;align-self:center !important;}.align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important;}.align-self-lg-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important;}.order-lg-first{-webkit-box-ordinal-group:0 !important;-ms-flex-order:-1 !important;order:-1 !important;}.order-lg-0{-webkit-box-ordinal-group:1 !important;-ms-flex-order:0 !important;order:0 !important;}.order-lg-1{-webkit-box-ordinal-group:2 !important;-ms-flex-order:1 !important;order:1 !important;}.order-lg-2{-webkit-box-ordinal-group:3 !important;-ms-flex-order:2 !important;order:2 !important;}.order-lg-3{-webkit-box-ordinal-group:4 !important;-ms-flex-order:3 !important;order:3 !important;}.order-lg-4{-webkit-box-ordinal-group:5 !important;-ms-flex-order:4 !important;order:4 !important;}.order-lg-5{-webkit-box-ordinal-group:6 !important;-ms-flex-order:5 !important;order:5 !important;}.order-lg-last{-webkit-box-ordinal-group:7 !important;-ms-flex-order:6 !important;order:6 !important;}.m-lg-0{margin:0 !important;}.m-lg-1{margin:0.25rem !important;}.m-lg-2{margin:0.5rem !important;}.m-lg-3{margin:1rem !important;}.m-lg-4{margin:1.6rem !important;}.m-lg-5{margin:2.5rem !important;}.m-lg-6{margin:3.5rem !important;}.m-lg-7{margin:4rem !important;}.m-lg-8{margin:8rem !important;}.m-lg-9{margin:11rem !important;}.m-lg-auto{margin:auto !important;}.mx-lg-0{margin-right:0 !important;margin-left:0 !important;}.mx-lg-1{margin-right:0.25rem !important;margin-left:0.25rem !important;}.mx-lg-2{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important;}.mx-lg-4{margin-right:1.6rem !important;margin-left:1.6rem !important;}.mx-lg-5{margin-right:2.5rem !important;margin-left:2.5rem !important;}.mx-lg-6{margin-right:3.5rem !important;margin-left:3.5rem !important;}.mx-lg-7{margin-right:4rem !important;margin-left:4rem !important;}.mx-lg-8{margin-right:8rem !important;margin-left:8rem !important;}.mx-lg-9{margin-right:11rem !important;margin-left:11rem !important;}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important;}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important;}.my-lg-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-lg-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important;}.my-lg-4{margin-top:1.6rem !important;margin-bottom:1.6rem !important;}.my-lg-5{margin-top:2.5rem !important;margin-bottom:2.5rem !important;}.my-lg-6{margin-top:3.5rem !important;margin-bottom:3.5rem !important;}.my-lg-7{margin-top:4rem !important;margin-bottom:4rem !important;}.my-lg-8{margin-top:8rem !important;margin-bottom:8rem !important;}.my-lg-9{margin-top:11rem !important;margin-bottom:11rem !important;}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-lg-0{margin-top:0 !important;}.mt-lg-1{margin-top:0.25rem !important;}.mt-lg-2{margin-top:0.5rem !important;}.mt-lg-3{margin-top:1rem !important;}.mt-lg-4{margin-top:1.6rem !important;}.mt-lg-5{margin-top:2.5rem !important;}.mt-lg-6{margin-top:3.5rem !important;}.mt-lg-7{margin-top:4rem !important;}.mt-lg-8{margin-top:8rem !important;}.mt-lg-9{margin-top:11rem !important;}.mt-lg-auto{margin-top:auto !important;}.me-lg-0{margin-right:0 !important;}.me-lg-1{margin-right:0.25rem !important;}.me-lg-2{margin-right:0.5rem !important;}.me-lg-3{margin-right:1rem !important;}.me-lg-4{margin-right:1.6rem !important;}.me-lg-5{margin-right:2.5rem !important;}.me-lg-6{margin-right:3.5rem !important;}.me-lg-7{margin-right:4rem !important;}.me-lg-8{margin-right:8rem !important;}.me-lg-9{margin-right:11rem !important;}.me-lg-auto{margin-right:auto !important;}.mb-lg-0{margin-bottom:0 !important;}.mb-lg-1{margin-bottom:0.25rem !important;}.mb-lg-2{margin-bottom:0.5rem !important;}.mb-lg-3{margin-bottom:1rem !important;}.mb-lg-4{margin-bottom:1.6rem !important;}.mb-lg-5{margin-bottom:2.5rem !important;}.mb-lg-6{margin-bottom:3.5rem !important;}.mb-lg-7{margin-bottom:4rem !important;}.mb-lg-8{margin-bottom:8rem !important;}.mb-lg-9{margin-bottom:11rem !important;}.mb-lg-auto{margin-bottom:auto !important;}.ms-lg-0{margin-left:0 !important;}.ms-lg-1{margin-left:0.25rem !important;}.ms-lg-2{margin-left:0.5rem !important;}.ms-lg-3{margin-left:1rem !important;}.ms-lg-4{margin-left:1.6rem !important;}.ms-lg-5{margin-left:2.5rem !important;}.ms-lg-6{margin-left:3.5rem !important;}.ms-lg-7{margin-left:4rem !important;}.ms-lg-8{margin-left:8rem !important;}.ms-lg-9{margin-left:11rem !important;}.ms-lg-auto{margin-left:auto !important;}.m-lg-n1{margin:-0.25rem !important;}.m-lg-n2{margin:-0.5rem !important;}.m-lg-n3{margin:-1rem !important;}.m-lg-n4{margin:-1.6rem !important;}.m-lg-n5{margin:-2.5rem !important;}.m-lg-n6{margin:-3.5rem !important;}.m-lg-n7{margin:-4rem !important;}.m-lg-n8{margin:-8rem !important;}.m-lg-n9{margin:-11rem !important;}.mx-lg-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important;}.mx-lg-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-lg-n3{margin-right:-1rem !important;margin-left:-1rem !important;}.mx-lg-n4{margin-right:-1.6rem !important;margin-left:-1.6rem !important;}.mx-lg-n5{margin-right:-2.5rem !important;margin-left:-2.5rem !important;}.mx-lg-n6{margin-right:-3.5rem !important;margin-left:-3.5rem !important;}.mx-lg-n7{margin-right:-4rem !important;margin-left:-4rem !important;}.mx-lg-n8{margin-right:-8rem !important;margin-left:-8rem !important;}.mx-lg-n9{margin-right:-11rem !important;margin-left:-11rem !important;}.my-lg-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important;}.my-lg-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-lg-n3{margin-top:-1rem !important;margin-bottom:-1rem !important;}.my-lg-n4{margin-top:-1.6rem !important;margin-bottom:-1.6rem !important;}.my-lg-n5{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important;}.my-lg-n6{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important;}.my-lg-n7{margin-top:-4rem !important;margin-bottom:-4rem !important;}.my-lg-n8{margin-top:-8rem !important;margin-bottom:-8rem !important;}.my-lg-n9{margin-top:-11rem !important;margin-bottom:-11rem !important;}.mt-lg-n1{margin-top:-0.25rem !important;}.mt-lg-n2{margin-top:-0.5rem !important;}.mt-lg-n3{margin-top:-1rem !important;}.mt-lg-n4{margin-top:-1.6rem !important;}.mt-lg-n5{margin-top:-2.5rem !important;}.mt-lg-n6{margin-top:-3.5rem !important;}.mt-lg-n7{margin-top:-4rem !important;}.mt-lg-n8{margin-top:-8rem !important;}.mt-lg-n9{margin-top:-11rem !important;}.me-lg-n1{margin-right:-0.25rem !important;}.me-lg-n2{margin-right:-0.5rem !important;}.me-lg-n3{margin-right:-1rem !important;}.me-lg-n4{margin-right:-1.6rem !important;}.me-lg-n5{margin-right:-2.5rem !important;}.me-lg-n6{margin-right:-3.5rem !important;}.me-lg-n7{margin-right:-4rem !important;}.me-lg-n8{margin-right:-8rem !important;}.me-lg-n9{margin-right:-11rem !important;}.mb-lg-n1{margin-bottom:-0.25rem !important;}.mb-lg-n2{margin-bottom:-0.5rem !important;}.mb-lg-n3{margin-bottom:-1rem !important;}.mb-lg-n4{margin-bottom:-1.6rem !important;}.mb-lg-n5{margin-bottom:-2.5rem !important;}.mb-lg-n6{margin-bottom:-3.5rem !important;}.mb-lg-n7{margin-bottom:-4rem !important;}.mb-lg-n8{margin-bottom:-8rem !important;}.mb-lg-n9{margin-bottom:-11rem !important;}.ms-lg-n1{margin-left:-0.25rem !important;}.ms-lg-n2{margin-left:-0.5rem !important;}.ms-lg-n3{margin-left:-1rem !important;}.ms-lg-n4{margin-left:-1.6rem !important;}.ms-lg-n5{margin-left:-2.5rem !important;}.ms-lg-n6{margin-left:-3.5rem !important;}.ms-lg-n7{margin-left:-4rem !important;}.ms-lg-n8{margin-left:-8rem !important;}.ms-lg-n9{margin-left:-11rem !important;}.p-lg-0{padding:0 !important;}.p-lg-1{padding:0.25rem !important;}.p-lg-2{padding:0.5rem !important;}.p-lg-3{padding:1rem !important;}.p-lg-4{padding:1.6rem !important;}.p-lg-5{padding:2.5rem !important;}.p-lg-6{padding:3.5rem !important;}.p-lg-7{padding:4rem !important;}.p-lg-8{padding:8rem !important;}.p-lg-9{padding:11rem !important;}.px-lg-0{padding-right:0 !important;padding-left:0 !important;}.px-lg-1{padding-right:0.25rem !important;padding-left:0.25rem !important;}.px-lg-2{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important;}.px-lg-4{padding-right:1.6rem !important;padding-left:1.6rem !important;}.px-lg-5{padding-right:2.5rem !important;padding-left:2.5rem !important;}.px-lg-6{padding-right:3.5rem !important;padding-left:3.5rem !important;}.px-lg-7{padding-right:4rem !important;padding-left:4rem !important;}.px-lg-8{padding-right:8rem !important;padding-left:8rem !important;}.px-lg-9{padding-right:11rem !important;padding-left:11rem !important;}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important;}.py-lg-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-lg-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important;}.py-lg-4{padding-top:1.6rem !important;padding-bottom:1.6rem !important;}.py-lg-5{padding-top:2.5rem !important;padding-bottom:2.5rem !important;}.py-lg-6{padding-top:3.5rem !important;padding-bottom:3.5rem !important;}.py-lg-7{padding-top:4rem !important;padding-bottom:4rem !important;}.py-lg-8{padding-top:8rem !important;padding-bottom:8rem !important;}.py-lg-9{padding-top:11rem !important;padding-bottom:11rem !important;}.pt-lg-0{padding-top:0 !important;}.pt-lg-1{padding-top:0.25rem !important;}.pt-lg-2{padding-top:0.5rem !important;}.pt-lg-3{padding-top:1rem !important;}.pt-lg-4{padding-top:1.6rem !important;}.pt-lg-5{padding-top:2.5rem !important;}.pt-lg-6{padding-top:3.5rem !important;}.pt-lg-7{padding-top:4rem !important;}.pt-lg-8{padding-top:8rem !important;}.pt-lg-9{padding-top:11rem !important;}.pe-lg-0{padding-right:0 !important;}.pe-lg-1{padding-right:0.25rem !important;}.pe-lg-2{padding-right:0.5rem !important;}.pe-lg-3{padding-right:1rem !important;}.pe-lg-4{padding-right:1.6rem !important;}.pe-lg-5{padding-right:2.5rem !important;}.pe-lg-6{padding-right:3.5rem !important;}.pe-lg-7{padding-right:4rem !important;}.pe-lg-8{padding-right:8rem !important;}.pe-lg-9{padding-right:11rem !important;}.pb-lg-0{padding-bottom:0 !important;}.pb-lg-1{padding-bottom:0.25rem !important;}.pb-lg-2{padding-bottom:0.5rem !important;}.pb-lg-3{padding-bottom:1rem !important;}.pb-lg-4{padding-bottom:1.6rem !important;}.pb-lg-5{padding-bottom:2.5rem !important;}.pb-lg-6{padding-bottom:3.5rem !important;}.pb-lg-7{padding-bottom:4rem !important;}.pb-lg-8{padding-bottom:8rem !important;}.pb-lg-9{padding-bottom:11rem !important;}.ps-lg-0{padding-left:0 !important;}.ps-lg-1{padding-left:0.25rem !important;}.ps-lg-2{padding-left:0.5rem !important;}.ps-lg-3{padding-left:1rem !important;}.ps-lg-4{padding-left:1.6rem !important;}.ps-lg-5{padding-left:2.5rem !important;}.ps-lg-6{padding-left:3.5rem !important;}.ps-lg-7{padding-left:4rem !important;}.ps-lg-8{padding-left:8rem !important;}.ps-lg-9{padding-left:11rem !important;}.gap-lg-0{gap:0 !important;}.gap-lg-1{gap:0.25rem !important;}.gap-lg-2{gap:0.5rem !important;}.gap-lg-3{gap:1rem !important;}.gap-lg-4{gap:1.6rem !important;}.gap-lg-5{gap:2.5rem !important;}.gap-lg-6{gap:3.5rem !important;}.gap-lg-7{gap:4rem !important;}.gap-lg-8{gap:8rem !important;}.gap-lg-9{gap:11rem !important;}.row-gap-lg-0{row-gap:0 !important;}.row-gap-lg-1{row-gap:0.25rem !important;}.row-gap-lg-2{row-gap:0.5rem !important;}.row-gap-lg-3{row-gap:1rem !important;}.row-gap-lg-4{row-gap:1.6rem !important;}.row-gap-lg-5{row-gap:2.5rem !important;}.row-gap-lg-6{row-gap:3.5rem !important;}.row-gap-lg-7{row-gap:4rem !important;}.row-gap-lg-8{row-gap:8rem !important;}.row-gap-lg-9{row-gap:11rem !important;}.column-gap-lg-0{-webkit-column-gap:0 !important;-moz-column-gap:0 !important;column-gap:0 !important;}.column-gap-lg-1{-webkit-column-gap:0.25rem !important;-moz-column-gap:0.25rem !important;column-gap:0.25rem !important;}.column-gap-lg-2{-webkit-column-gap:0.5rem !important;-moz-column-gap:0.5rem !important;column-gap:0.5rem !important;}.column-gap-lg-3{-webkit-column-gap:1rem !important;-moz-column-gap:1rem !important;column-gap:1rem !important;}.column-gap-lg-4{-webkit-column-gap:1.6rem !important;-moz-column-gap:1.6rem !important;column-gap:1.6rem !important;}.column-gap-lg-5{-webkit-column-gap:2.5rem !important;-moz-column-gap:2.5rem !important;column-gap:2.5rem !important;}.column-gap-lg-6{-webkit-column-gap:3.5rem !important;-moz-column-gap:3.5rem !important;column-gap:3.5rem !important;}.column-gap-lg-7{-webkit-column-gap:4rem !important;-moz-column-gap:4rem !important;column-gap:4rem !important;}.column-gap-lg-8{-webkit-column-gap:8rem !important;-moz-column-gap:8rem !important;column-gap:8rem !important;}.column-gap-lg-9{-webkit-column-gap:11rem !important;-moz-column-gap:11rem !important;column-gap:11rem !important;}.text-lg-start{text-align:left !important;}.text-lg-end{text-align:right !important;}.text-lg-center{text-align:center !important;}}@media (min-width:1200px){.float-xl-start{float:left !important;}.float-xl-end{float:right !important;}.float-xl-none{float:none !important;}.object-fit-xl-contain{-o-object-fit:contain !important;object-fit:contain !important;}.object-fit-xl-cover{-o-object-fit:cover !important;object-fit:cover !important;}.object-fit-xl-fill{-o-object-fit:fill !important;object-fit:fill !important;}.object-fit-xl-scale{-o-object-fit:scale-down !important;object-fit:scale-down !important;}.object-fit-xl-none{-o-object-fit:none !important;object-fit:none !important;}.d-xl-inline{display:inline !important;}.d-xl-inline-block{display:inline-block !important;}.d-xl-block{display:block !important;}.d-xl-grid{display:grid !important;}.d-xl-inline-grid{display:inline-grid !important;}.d-xl-table{display:table !important;}.d-xl-table-row{display:table-row !important;}.d-xl-table-cell{display:table-cell !important;}.d-xl-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;}.d-xl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important;}.d-xl-none{display:none !important;}.flex-xl-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important;}.flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important;}.flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important;}.flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}.flex-xl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important;}.flex-xl-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important;}.flex-xl-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important;}.flex-xl-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important;}.flex-xl-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important;}.flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}.flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important;}.justify-content-xl-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important;}.justify-content-xl-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important;}.justify-content-xl-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important;}.justify-content-xl-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important;}.justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important;}.justify-content-xl-evenly{-webkit-box-pack:space-evenly !important;-ms-flex-pack:space-evenly !important;justify-content:space-evenly !important;}.align-items-xl-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important;}.align-items-xl-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important;}.align-items-xl-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;}.align-items-xl-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important;}.align-items-xl-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important;}.align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important;}.align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important;}.align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important;}.align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important;}.align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important;}.align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important;}.align-self-xl-auto{-ms-flex-item-align:auto !important;align-self:auto !important;}.align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important;}.align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important;}.align-self-xl-center{-ms-flex-item-align:center !important;align-self:center !important;}.align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important;}.align-self-xl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important;}.order-xl-first{-webkit-box-ordinal-group:0 !important;-ms-flex-order:-1 !important;order:-1 !important;}.order-xl-0{-webkit-box-ordinal-group:1 !important;-ms-flex-order:0 !important;order:0 !important;}.order-xl-1{-webkit-box-ordinal-group:2 !important;-ms-flex-order:1 !important;order:1 !important;}.order-xl-2{-webkit-box-ordinal-group:3 !important;-ms-flex-order:2 !important;order:2 !important;}.order-xl-3{-webkit-box-ordinal-group:4 !important;-ms-flex-order:3 !important;order:3 !important;}.order-xl-4{-webkit-box-ordinal-group:5 !important;-ms-flex-order:4 !important;order:4 !important;}.order-xl-5{-webkit-box-ordinal-group:6 !important;-ms-flex-order:5 !important;order:5 !important;}.order-xl-last{-webkit-box-ordinal-group:7 !important;-ms-flex-order:6 !important;order:6 !important;}.m-xl-0{margin:0 !important;}.m-xl-1{margin:0.25rem !important;}.m-xl-2{margin:0.5rem !important;}.m-xl-3{margin:1rem !important;}.m-xl-4{margin:1.6rem !important;}.m-xl-5{margin:2.5rem !important;}.m-xl-6{margin:3.5rem !important;}.m-xl-7{margin:4rem !important;}.m-xl-8{margin:8rem !important;}.m-xl-9{margin:11rem !important;}.m-xl-auto{margin:auto !important;}.mx-xl-0{margin-right:0 !important;margin-left:0 !important;}.mx-xl-1{margin-right:0.25rem !important;margin-left:0.25rem !important;}.mx-xl-2{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important;}.mx-xl-4{margin-right:1.6rem !important;margin-left:1.6rem !important;}.mx-xl-5{margin-right:2.5rem !important;margin-left:2.5rem !important;}.mx-xl-6{margin-right:3.5rem !important;margin-left:3.5rem !important;}.mx-xl-7{margin-right:4rem !important;margin-left:4rem !important;}.mx-xl-8{margin-right:8rem !important;margin-left:8rem !important;}.mx-xl-9{margin-right:11rem !important;margin-left:11rem !important;}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important;}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important;}.my-xl-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-xl-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important;}.my-xl-4{margin-top:1.6rem !important;margin-bottom:1.6rem !important;}.my-xl-5{margin-top:2.5rem !important;margin-bottom:2.5rem !important;}.my-xl-6{margin-top:3.5rem !important;margin-bottom:3.5rem !important;}.my-xl-7{margin-top:4rem !important;margin-bottom:4rem !important;}.my-xl-8{margin-top:8rem !important;margin-bottom:8rem !important;}.my-xl-9{margin-top:11rem !important;margin-bottom:11rem !important;}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-xl-0{margin-top:0 !important;}.mt-xl-1{margin-top:0.25rem !important;}.mt-xl-2{margin-top:0.5rem !important;}.mt-xl-3{margin-top:1rem !important;}.mt-xl-4{margin-top:1.6rem !important;}.mt-xl-5{margin-top:2.5rem !important;}.mt-xl-6{margin-top:3.5rem !important;}.mt-xl-7{margin-top:4rem !important;}.mt-xl-8{margin-top:8rem !important;}.mt-xl-9{margin-top:11rem !important;}.mt-xl-auto{margin-top:auto !important;}.me-xl-0{margin-right:0 !important;}.me-xl-1{margin-right:0.25rem !important;}.me-xl-2{margin-right:0.5rem !important;}.me-xl-3{margin-right:1rem !important;}.me-xl-4{margin-right:1.6rem !important;}.me-xl-5{margin-right:2.5rem !important;}.me-xl-6{margin-right:3.5rem !important;}.me-xl-7{margin-right:4rem !important;}.me-xl-8{margin-right:8rem !important;}.me-xl-9{margin-right:11rem !important;}.me-xl-auto{margin-right:auto !important;}.mb-xl-0{margin-bottom:0 !important;}.mb-xl-1{margin-bottom:0.25rem !important;}.mb-xl-2{margin-bottom:0.5rem !important;}.mb-xl-3{margin-bottom:1rem !important;}.mb-xl-4{margin-bottom:1.6rem !important;}.mb-xl-5{margin-bottom:2.5rem !important;}.mb-xl-6{margin-bottom:3.5rem !important;}.mb-xl-7{margin-bottom:4rem !important;}.mb-xl-8{margin-bottom:8rem !important;}.mb-xl-9{margin-bottom:11rem !important;}.mb-xl-auto{margin-bottom:auto !important;}.ms-xl-0{margin-left:0 !important;}.ms-xl-1{margin-left:0.25rem !important;}.ms-xl-2{margin-left:0.5rem !important;}.ms-xl-3{margin-left:1rem !important;}.ms-xl-4{margin-left:1.6rem !important;}.ms-xl-5{margin-left:2.5rem !important;}.ms-xl-6{margin-left:3.5rem !important;}.ms-xl-7{margin-left:4rem !important;}.ms-xl-8{margin-left:8rem !important;}.ms-xl-9{margin-left:11rem !important;}.ms-xl-auto{margin-left:auto !important;}.m-xl-n1{margin:-0.25rem !important;}.m-xl-n2{margin:-0.5rem !important;}.m-xl-n3{margin:-1rem !important;}.m-xl-n4{margin:-1.6rem !important;}.m-xl-n5{margin:-2.5rem !important;}.m-xl-n6{margin:-3.5rem !important;}.m-xl-n7{margin:-4rem !important;}.m-xl-n8{margin:-8rem !important;}.m-xl-n9{margin:-11rem !important;}.mx-xl-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important;}.mx-xl-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-xl-n3{margin-right:-1rem !important;margin-left:-1rem !important;}.mx-xl-n4{margin-right:-1.6rem !important;margin-left:-1.6rem !important;}.mx-xl-n5{margin-right:-2.5rem !important;margin-left:-2.5rem !important;}.mx-xl-n6{margin-right:-3.5rem !important;margin-left:-3.5rem !important;}.mx-xl-n7{margin-right:-4rem !important;margin-left:-4rem !important;}.mx-xl-n8{margin-right:-8rem !important;margin-left:-8rem !important;}.mx-xl-n9{margin-right:-11rem !important;margin-left:-11rem !important;}.my-xl-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important;}.my-xl-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-xl-n3{margin-top:-1rem !important;margin-bottom:-1rem !important;}.my-xl-n4{margin-top:-1.6rem !important;margin-bottom:-1.6rem !important;}.my-xl-n5{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important;}.my-xl-n6{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important;}.my-xl-n7{margin-top:-4rem !important;margin-bottom:-4rem !important;}.my-xl-n8{margin-top:-8rem !important;margin-bottom:-8rem !important;}.my-xl-n9{margin-top:-11rem !important;margin-bottom:-11rem !important;}.mt-xl-n1{margin-top:-0.25rem !important;}.mt-xl-n2{margin-top:-0.5rem !important;}.mt-xl-n3{margin-top:-1rem !important;}.mt-xl-n4{margin-top:-1.6rem !important;}.mt-xl-n5{margin-top:-2.5rem !important;}.mt-xl-n6{margin-top:-3.5rem !important;}.mt-xl-n7{margin-top:-4rem !important;}.mt-xl-n8{margin-top:-8rem !important;}.mt-xl-n9{margin-top:-11rem !important;}.me-xl-n1{margin-right:-0.25rem !important;}.me-xl-n2{margin-right:-0.5rem !important;}.me-xl-n3{margin-right:-1rem !important;}.me-xl-n4{margin-right:-1.6rem !important;}.me-xl-n5{margin-right:-2.5rem !important;}.me-xl-n6{margin-right:-3.5rem !important;}.me-xl-n7{margin-right:-4rem !important;}.me-xl-n8{margin-right:-8rem !important;}.me-xl-n9{margin-right:-11rem !important;}.mb-xl-n1{margin-bottom:-0.25rem !important;}.mb-xl-n2{margin-bottom:-0.5rem !important;}.mb-xl-n3{margin-bottom:-1rem !important;}.mb-xl-n4{margin-bottom:-1.6rem !important;}.mb-xl-n5{margin-bottom:-2.5rem !important;}.mb-xl-n6{margin-bottom:-3.5rem !important;}.mb-xl-n7{margin-bottom:-4rem !important;}.mb-xl-n8{margin-bottom:-8rem !important;}.mb-xl-n9{margin-bottom:-11rem !important;}.ms-xl-n1{margin-left:-0.25rem !important;}.ms-xl-n2{margin-left:-0.5rem !important;}.ms-xl-n3{margin-left:-1rem !important;}.ms-xl-n4{margin-left:-1.6rem !important;}.ms-xl-n5{margin-left:-2.5rem !important;}.ms-xl-n6{margin-left:-3.5rem !important;}.ms-xl-n7{margin-left:-4rem !important;}.ms-xl-n8{margin-left:-8rem !important;}.ms-xl-n9{margin-left:-11rem !important;}.p-xl-0{padding:0 !important;}.p-xl-1{padding:0.25rem !important;}.p-xl-2{padding:0.5rem !important;}.p-xl-3{padding:1rem !important;}.p-xl-4{padding:1.6rem !important;}.p-xl-5{padding:2.5rem !important;}.p-xl-6{padding:3.5rem !important;}.p-xl-7{padding:4rem !important;}.p-xl-8{padding:8rem !important;}.p-xl-9{padding:11rem !important;}.px-xl-0{padding-right:0 !important;padding-left:0 !important;}.px-xl-1{padding-right:0.25rem !important;padding-left:0.25rem !important;}.px-xl-2{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important;}.px-xl-4{padding-right:1.6rem !important;padding-left:1.6rem !important;}.px-xl-5{padding-right:2.5rem !important;padding-left:2.5rem !important;}.px-xl-6{padding-right:3.5rem !important;padding-left:3.5rem !important;}.px-xl-7{padding-right:4rem !important;padding-left:4rem !important;}.px-xl-8{padding-right:8rem !important;padding-left:8rem !important;}.px-xl-9{padding-right:11rem !important;padding-left:11rem !important;}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important;}.py-xl-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-xl-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important;}.py-xl-4{padding-top:1.6rem !important;padding-bottom:1.6rem !important;}.py-xl-5{padding-top:2.5rem !important;padding-bottom:2.5rem !important;}.py-xl-6{padding-top:3.5rem !important;padding-bottom:3.5rem !important;}.py-xl-7{padding-top:4rem !important;padding-bottom:4rem !important;}.py-xl-8{padding-top:8rem !important;padding-bottom:8rem !important;}.py-xl-9{padding-top:11rem !important;padding-bottom:11rem !important;}.pt-xl-0{padding-top:0 !important;}.pt-xl-1{padding-top:0.25rem !important;}.pt-xl-2{padding-top:0.5rem !important;}.pt-xl-3{padding-top:1rem !important;}.pt-xl-4{padding-top:1.6rem !important;}.pt-xl-5{padding-top:2.5rem !important;}.pt-xl-6{padding-top:3.5rem !important;}.pt-xl-7{padding-top:4rem !important;}.pt-xl-8{padding-top:8rem !important;}.pt-xl-9{padding-top:11rem !important;}.pe-xl-0{padding-right:0 !important;}.pe-xl-1{padding-right:0.25rem !important;}.pe-xl-2{padding-right:0.5rem !important;}.pe-xl-3{padding-right:1rem !important;}.pe-xl-4{padding-right:1.6rem !important;}.pe-xl-5{padding-right:2.5rem !important;}.pe-xl-6{padding-right:3.5rem !important;}.pe-xl-7{padding-right:4rem !important;}.pe-xl-8{padding-right:8rem !important;}.pe-xl-9{padding-right:11rem !important;}.pb-xl-0{padding-bottom:0 !important;}.pb-xl-1{padding-bottom:0.25rem !important;}.pb-xl-2{padding-bottom:0.5rem !important;}.pb-xl-3{padding-bottom:1rem !important;}.pb-xl-4{padding-bottom:1.6rem !important;}.pb-xl-5{padding-bottom:2.5rem !important;}.pb-xl-6{padding-bottom:3.5rem !important;}.pb-xl-7{padding-bottom:4rem !important;}.pb-xl-8{padding-bottom:8rem !important;}.pb-xl-9{padding-bottom:11rem !important;}.ps-xl-0{padding-left:0 !important;}.ps-xl-1{padding-left:0.25rem !important;}.ps-xl-2{padding-left:0.5rem !important;}.ps-xl-3{padding-left:1rem !important;}.ps-xl-4{padding-left:1.6rem !important;}.ps-xl-5{padding-left:2.5rem !important;}.ps-xl-6{padding-left:3.5rem !important;}.ps-xl-7{padding-left:4rem !important;}.ps-xl-8{padding-left:8rem !important;}.ps-xl-9{padding-left:11rem !important;}.gap-xl-0{gap:0 !important;}.gap-xl-1{gap:0.25rem !important;}.gap-xl-2{gap:0.5rem !important;}.gap-xl-3{gap:1rem !important;}.gap-xl-4{gap:1.6rem !important;}.gap-xl-5{gap:2.5rem !important;}.gap-xl-6{gap:3.5rem !important;}.gap-xl-7{gap:4rem !important;}.gap-xl-8{gap:8rem !important;}.gap-xl-9{gap:11rem !important;}.row-gap-xl-0{row-gap:0 !important;}.row-gap-xl-1{row-gap:0.25rem !important;}.row-gap-xl-2{row-gap:0.5rem !important;}.row-gap-xl-3{row-gap:1rem !important;}.row-gap-xl-4{row-gap:1.6rem !important;}.row-gap-xl-5{row-gap:2.5rem !important;}.row-gap-xl-6{row-gap:3.5rem !important;}.row-gap-xl-7{row-gap:4rem !important;}.row-gap-xl-8{row-gap:8rem !important;}.row-gap-xl-9{row-gap:11rem !important;}.column-gap-xl-0{-webkit-column-gap:0 !important;-moz-column-gap:0 !important;column-gap:0 !important;}.column-gap-xl-1{-webkit-column-gap:0.25rem !important;-moz-column-gap:0.25rem !important;column-gap:0.25rem !important;}.column-gap-xl-2{-webkit-column-gap:0.5rem !important;-moz-column-gap:0.5rem !important;column-gap:0.5rem !important;}.column-gap-xl-3{-webkit-column-gap:1rem !important;-moz-column-gap:1rem !important;column-gap:1rem !important;}.column-gap-xl-4{-webkit-column-gap:1.6rem !important;-moz-column-gap:1.6rem !important;column-gap:1.6rem !important;}.column-gap-xl-5{-webkit-column-gap:2.5rem !important;-moz-column-gap:2.5rem !important;column-gap:2.5rem !important;}.column-gap-xl-6{-webkit-column-gap:3.5rem !important;-moz-column-gap:3.5rem !important;column-gap:3.5rem !important;}.column-gap-xl-7{-webkit-column-gap:4rem !important;-moz-column-gap:4rem !important;column-gap:4rem !important;}.column-gap-xl-8{-webkit-column-gap:8rem !important;-moz-column-gap:8rem !important;column-gap:8rem !important;}.column-gap-xl-9{-webkit-column-gap:11rem !important;-moz-column-gap:11rem !important;column-gap:11rem !important;}.text-xl-start{text-align:left !important;}.text-xl-end{text-align:right !important;}.text-xl-center{text-align:center !important;}}@media (min-width:1400px){.float-xxl-start{float:left !important;}.float-xxl-end{float:right !important;}.float-xxl-none{float:none !important;}.object-fit-xxl-contain{-o-object-fit:contain !important;object-fit:contain !important;}.object-fit-xxl-cover{-o-object-fit:cover !important;object-fit:cover !important;}.object-fit-xxl-fill{-o-object-fit:fill !important;object-fit:fill !important;}.object-fit-xxl-scale{-o-object-fit:scale-down !important;object-fit:scale-down !important;}.object-fit-xxl-none{-o-object-fit:none !important;object-fit:none !important;}.d-xxl-inline{display:inline !important;}.d-xxl-inline-block{display:inline-block !important;}.d-xxl-block{display:block !important;}.d-xxl-grid{display:grid !important;}.d-xxl-inline-grid{display:inline-grid !important;}.d-xxl-table{display:table !important;}.d-xxl-table-row{display:table-row !important;}.d-xxl-table-cell{display:table-cell !important;}.d-xxl-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;}.d-xxl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important;}.d-xxl-none{display:none !important;}.flex-xxl-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important;}.flex-xxl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important;}.flex-xxl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important;}.flex-xxl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}.flex-xxl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important;}.flex-xxl-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important;}.flex-xxl-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important;}.flex-xxl-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important;}.flex-xxl-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important;}.flex-xxl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}.flex-xxl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}.flex-xxl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important;}.justify-content-xxl-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important;}.justify-content-xxl-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important;}.justify-content-xxl-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important;}.justify-content-xxl-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important;}.justify-content-xxl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important;}.justify-content-xxl-evenly{-webkit-box-pack:space-evenly !important;-ms-flex-pack:space-evenly !important;justify-content:space-evenly !important;}.align-items-xxl-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important;}.align-items-xxl-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important;}.align-items-xxl-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;}.align-items-xxl-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important;}.align-items-xxl-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important;}.align-content-xxl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important;}.align-content-xxl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important;}.align-content-xxl-center{-ms-flex-line-pack:center !important;align-content:center !important;}.align-content-xxl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important;}.align-content-xxl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important;}.align-content-xxl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important;}.align-self-xxl-auto{-ms-flex-item-align:auto !important;align-self:auto !important;}.align-self-xxl-start{-ms-flex-item-align:start !important;align-self:flex-start !important;}.align-self-xxl-end{-ms-flex-item-align:end !important;align-self:flex-end !important;}.align-self-xxl-center{-ms-flex-item-align:center !important;align-self:center !important;}.align-self-xxl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important;}.align-self-xxl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important;}.order-xxl-first{-webkit-box-ordinal-group:0 !important;-ms-flex-order:-1 !important;order:-1 !important;}.order-xxl-0{-webkit-box-ordinal-group:1 !important;-ms-flex-order:0 !important;order:0 !important;}.order-xxl-1{-webkit-box-ordinal-group:2 !important;-ms-flex-order:1 !important;order:1 !important;}.order-xxl-2{-webkit-box-ordinal-group:3 !important;-ms-flex-order:2 !important;order:2 !important;}.order-xxl-3{-webkit-box-ordinal-group:4 !important;-ms-flex-order:3 !important;order:3 !important;}.order-xxl-4{-webkit-box-ordinal-group:5 !important;-ms-flex-order:4 !important;order:4 !important;}.order-xxl-5{-webkit-box-ordinal-group:6 !important;-ms-flex-order:5 !important;order:5 !important;}.order-xxl-last{-webkit-box-ordinal-group:7 !important;-ms-flex-order:6 !important;order:6 !important;}.m-xxl-0{margin:0 !important;}.m-xxl-1{margin:0.25rem !important;}.m-xxl-2{margin:0.5rem !important;}.m-xxl-3{margin:1rem !important;}.m-xxl-4{margin:1.6rem !important;}.m-xxl-5{margin:2.5rem !important;}.m-xxl-6{margin:3.5rem !important;}.m-xxl-7{margin:4rem !important;}.m-xxl-8{margin:8rem !important;}.m-xxl-9{margin:11rem !important;}.m-xxl-auto{margin:auto !important;}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important;}.mx-xxl-1{margin-right:0.25rem !important;margin-left:0.25rem !important;}.mx-xxl-2{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important;}.mx-xxl-4{margin-right:1.6rem !important;margin-left:1.6rem !important;}.mx-xxl-5{margin-right:2.5rem !important;margin-left:2.5rem !important;}.mx-xxl-6{margin-right:3.5rem !important;margin-left:3.5rem !important;}.mx-xxl-7{margin-right:4rem !important;margin-left:4rem !important;}.mx-xxl-8{margin-right:8rem !important;margin-left:8rem !important;}.mx-xxl-9{margin-right:11rem !important;margin-left:11rem !important;}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important;}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important;}.my-xxl-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-xxl-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important;}.my-xxl-4{margin-top:1.6rem !important;margin-bottom:1.6rem !important;}.my-xxl-5{margin-top:2.5rem !important;margin-bottom:2.5rem !important;}.my-xxl-6{margin-top:3.5rem !important;margin-bottom:3.5rem !important;}.my-xxl-7{margin-top:4rem !important;margin-bottom:4rem !important;}.my-xxl-8{margin-top:8rem !important;margin-bottom:8rem !important;}.my-xxl-9{margin-top:11rem !important;margin-bottom:11rem !important;}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-xxl-0{margin-top:0 !important;}.mt-xxl-1{margin-top:0.25rem !important;}.mt-xxl-2{margin-top:0.5rem !important;}.mt-xxl-3{margin-top:1rem !important;}.mt-xxl-4{margin-top:1.6rem !important;}.mt-xxl-5{margin-top:2.5rem !important;}.mt-xxl-6{margin-top:3.5rem !important;}.mt-xxl-7{margin-top:4rem !important;}.mt-xxl-8{margin-top:8rem !important;}.mt-xxl-9{margin-top:11rem !important;}.mt-xxl-auto{margin-top:auto !important;}.me-xxl-0{margin-right:0 !important;}.me-xxl-1{margin-right:0.25rem !important;}.me-xxl-2{margin-right:0.5rem !important;}.me-xxl-3{margin-right:1rem !important;}.me-xxl-4{margin-right:1.6rem !important;}.me-xxl-5{margin-right:2.5rem !important;}.me-xxl-6{margin-right:3.5rem !important;}.me-xxl-7{margin-right:4rem !important;}.me-xxl-8{margin-right:8rem !important;}.me-xxl-9{margin-right:11rem !important;}.me-xxl-auto{margin-right:auto !important;}.mb-xxl-0{margin-bottom:0 !important;}.mb-xxl-1{margin-bottom:0.25rem !important;}.mb-xxl-2{margin-bottom:0.5rem !important;}.mb-xxl-3{margin-bottom:1rem !important;}.mb-xxl-4{margin-bottom:1.6rem !important;}.mb-xxl-5{margin-bottom:2.5rem !important;}.mb-xxl-6{margin-bottom:3.5rem !important;}.mb-xxl-7{margin-bottom:4rem !important;}.mb-xxl-8{margin-bottom:8rem !important;}.mb-xxl-9{margin-bottom:11rem !important;}.mb-xxl-auto{margin-bottom:auto !important;}.ms-xxl-0{margin-left:0 !important;}.ms-xxl-1{margin-left:0.25rem !important;}.ms-xxl-2{margin-left:0.5rem !important;}.ms-xxl-3{margin-left:1rem !important;}.ms-xxl-4{margin-left:1.6rem !important;}.ms-xxl-5{margin-left:2.5rem !important;}.ms-xxl-6{margin-left:3.5rem !important;}.ms-xxl-7{margin-left:4rem !important;}.ms-xxl-8{margin-left:8rem !important;}.ms-xxl-9{margin-left:11rem !important;}.ms-xxl-auto{margin-left:auto !important;}.m-xxl-n1{margin:-0.25rem !important;}.m-xxl-n2{margin:-0.5rem !important;}.m-xxl-n3{margin:-1rem !important;}.m-xxl-n4{margin:-1.6rem !important;}.m-xxl-n5{margin:-2.5rem !important;}.m-xxl-n6{margin:-3.5rem !important;}.m-xxl-n7{margin:-4rem !important;}.m-xxl-n8{margin:-8rem !important;}.m-xxl-n9{margin:-11rem !important;}.mx-xxl-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important;}.mx-xxl-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-xxl-n3{margin-right:-1rem !important;margin-left:-1rem !important;}.mx-xxl-n4{margin-right:-1.6rem !important;margin-left:-1.6rem !important;}.mx-xxl-n5{margin-right:-2.5rem !important;margin-left:-2.5rem !important;}.mx-xxl-n6{margin-right:-3.5rem !important;margin-left:-3.5rem !important;}.mx-xxl-n7{margin-right:-4rem !important;margin-left:-4rem !important;}.mx-xxl-n8{margin-right:-8rem !important;margin-left:-8rem !important;}.mx-xxl-n9{margin-right:-11rem !important;margin-left:-11rem !important;}.my-xxl-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important;}.my-xxl-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-xxl-n3{margin-top:-1rem !important;margin-bottom:-1rem !important;}.my-xxl-n4{margin-top:-1.6rem !important;margin-bottom:-1.6rem !important;}.my-xxl-n5{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important;}.my-xxl-n6{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important;}.my-xxl-n7{margin-top:-4rem !important;margin-bottom:-4rem !important;}.my-xxl-n8{margin-top:-8rem !important;margin-bottom:-8rem !important;}.my-xxl-n9{margin-top:-11rem !important;margin-bottom:-11rem !important;}.mt-xxl-n1{margin-top:-0.25rem !important;}.mt-xxl-n2{margin-top:-0.5rem !important;}.mt-xxl-n3{margin-top:-1rem !important;}.mt-xxl-n4{margin-top:-1.6rem !important;}.mt-xxl-n5{margin-top:-2.5rem !important;}.mt-xxl-n6{margin-top:-3.5rem !important;}.mt-xxl-n7{margin-top:-4rem !important;}.mt-xxl-n8{margin-top:-8rem !important;}.mt-xxl-n9{margin-top:-11rem !important;}.me-xxl-n1{margin-right:-0.25rem !important;}.me-xxl-n2{margin-right:-0.5rem !important;}.me-xxl-n3{margin-right:-1rem !important;}.me-xxl-n4{margin-right:-1.6rem !important;}.me-xxl-n5{margin-right:-2.5rem !important;}.me-xxl-n6{margin-right:-3.5rem !important;}.me-xxl-n7{margin-right:-4rem !important;}.me-xxl-n8{margin-right:-8rem !important;}.me-xxl-n9{margin-right:-11rem !important;}.mb-xxl-n1{margin-bottom:-0.25rem !important;}.mb-xxl-n2{margin-bottom:-0.5rem !important;}.mb-xxl-n3{margin-bottom:-1rem !important;}.mb-xxl-n4{margin-bottom:-1.6rem !important;}.mb-xxl-n5{margin-bottom:-2.5rem !important;}.mb-xxl-n6{margin-bottom:-3.5rem !important;}.mb-xxl-n7{margin-bottom:-4rem !important;}.mb-xxl-n8{margin-bottom:-8rem !important;}.mb-xxl-n9{margin-bottom:-11rem !important;}.ms-xxl-n1{margin-left:-0.25rem !important;}.ms-xxl-n2{margin-left:-0.5rem !important;}.ms-xxl-n3{margin-left:-1rem !important;}.ms-xxl-n4{margin-left:-1.6rem !important;}.ms-xxl-n5{margin-left:-2.5rem !important;}.ms-xxl-n6{margin-left:-3.5rem !important;}.ms-xxl-n7{margin-left:-4rem !important;}.ms-xxl-n8{margin-left:-8rem !important;}.ms-xxl-n9{margin-left:-11rem !important;}.p-xxl-0{padding:0 !important;}.p-xxl-1{padding:0.25rem !important;}.p-xxl-2{padding:0.5rem !important;}.p-xxl-3{padding:1rem !important;}.p-xxl-4{padding:1.6rem !important;}.p-xxl-5{padding:2.5rem !important;}.p-xxl-6{padding:3.5rem !important;}.p-xxl-7{padding:4rem !important;}.p-xxl-8{padding:8rem !important;}.p-xxl-9{padding:11rem !important;}.px-xxl-0{padding-right:0 !important;padding-left:0 !important;}.px-xxl-1{padding-right:0.25rem !important;padding-left:0.25rem !important;}.px-xxl-2{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important;}.px-xxl-4{padding-right:1.6rem !important;padding-left:1.6rem !important;}.px-xxl-5{padding-right:2.5rem !important;padding-left:2.5rem !important;}.px-xxl-6{padding-right:3.5rem !important;padding-left:3.5rem !important;}.px-xxl-7{padding-right:4rem !important;padding-left:4rem !important;}.px-xxl-8{padding-right:8rem !important;padding-left:8rem !important;}.px-xxl-9{padding-right:11rem !important;padding-left:11rem !important;}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important;}.py-xxl-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-xxl-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important;}.py-xxl-4{padding-top:1.6rem !important;padding-bottom:1.6rem !important;}.py-xxl-5{padding-top:2.5rem !important;padding-bottom:2.5rem !important;}.py-xxl-6{padding-top:3.5rem !important;padding-bottom:3.5rem !important;}.py-xxl-7{padding-top:4rem !important;padding-bottom:4rem !important;}.py-xxl-8{padding-top:8rem !important;padding-bottom:8rem !important;}.py-xxl-9{padding-top:11rem !important;padding-bottom:11rem !important;}.pt-xxl-0{padding-top:0 !important;}.pt-xxl-1{padding-top:0.25rem !important;}.pt-xxl-2{padding-top:0.5rem !important;}.pt-xxl-3{padding-top:1rem !important;}.pt-xxl-4{padding-top:1.6rem !important;}.pt-xxl-5{padding-top:2.5rem !important;}.pt-xxl-6{padding-top:3.5rem !important;}.pt-xxl-7{padding-top:4rem !important;}.pt-xxl-8{padding-top:8rem !important;}.pt-xxl-9{padding-top:11rem !important;}.pe-xxl-0{padding-right:0 !important;}.pe-xxl-1{padding-right:0.25rem !important;}.pe-xxl-2{padding-right:0.5rem !important;}.pe-xxl-3{padding-right:1rem !important;}.pe-xxl-4{padding-right:1.6rem !important;}.pe-xxl-5{padding-right:2.5rem !important;}.pe-xxl-6{padding-right:3.5rem !important;}.pe-xxl-7{padding-right:4rem !important;}.pe-xxl-8{padding-right:8rem !important;}.pe-xxl-9{padding-right:11rem !important;}.pb-xxl-0{padding-bottom:0 !important;}.pb-xxl-1{padding-bottom:0.25rem !important;}.pb-xxl-2{padding-bottom:0.5rem !important;}.pb-xxl-3{padding-bottom:1rem !important;}.pb-xxl-4{padding-bottom:1.6rem !important;}.pb-xxl-5{padding-bottom:2.5rem !important;}.pb-xxl-6{padding-bottom:3.5rem !important;}.pb-xxl-7{padding-bottom:4rem !important;}.pb-xxl-8{padding-bottom:8rem !important;}.pb-xxl-9{padding-bottom:11rem !important;}.ps-xxl-0{padding-left:0 !important;}.ps-xxl-1{padding-left:0.25rem !important;}.ps-xxl-2{padding-left:0.5rem !important;}.ps-xxl-3{padding-left:1rem !important;}.ps-xxl-4{padding-left:1.6rem !important;}.ps-xxl-5{padding-left:2.5rem !important;}.ps-xxl-6{padding-left:3.5rem !important;}.ps-xxl-7{padding-left:4rem !important;}.ps-xxl-8{padding-left:8rem !important;}.ps-xxl-9{padding-left:11rem !important;}.gap-xxl-0{gap:0 !important;}.gap-xxl-1{gap:0.25rem !important;}.gap-xxl-2{gap:0.5rem !important;}.gap-xxl-3{gap:1rem !important;}.gap-xxl-4{gap:1.6rem !important;}.gap-xxl-5{gap:2.5rem !important;}.gap-xxl-6{gap:3.5rem !important;}.gap-xxl-7{gap:4rem !important;}.gap-xxl-8{gap:8rem !important;}.gap-xxl-9{gap:11rem !important;}.row-gap-xxl-0{row-gap:0 !important;}.row-gap-xxl-1{row-gap:0.25rem !important;}.row-gap-xxl-2{row-gap:0.5rem !important;}.row-gap-xxl-3{row-gap:1rem !important;}.row-gap-xxl-4{row-gap:1.6rem !important;}.row-gap-xxl-5{row-gap:2.5rem !important;}.row-gap-xxl-6{row-gap:3.5rem !important;}.row-gap-xxl-7{row-gap:4rem !important;}.row-gap-xxl-8{row-gap:8rem !important;}.row-gap-xxl-9{row-gap:11rem !important;}.column-gap-xxl-0{-webkit-column-gap:0 !important;-moz-column-gap:0 !important;column-gap:0 !important;}.column-gap-xxl-1{-webkit-column-gap:0.25rem !important;-moz-column-gap:0.25rem !important;column-gap:0.25rem !important;}.column-gap-xxl-2{-webkit-column-gap:0.5rem !important;-moz-column-gap:0.5rem !important;column-gap:0.5rem !important;}.column-gap-xxl-3{-webkit-column-gap:1rem !important;-moz-column-gap:1rem !important;column-gap:1rem !important;}.column-gap-xxl-4{-webkit-column-gap:1.6rem !important;-moz-column-gap:1.6rem !important;column-gap:1.6rem !important;}.column-gap-xxl-5{-webkit-column-gap:2.5rem !important;-moz-column-gap:2.5rem !important;column-gap:2.5rem !important;}.column-gap-xxl-6{-webkit-column-gap:3.5rem !important;-moz-column-gap:3.5rem !important;column-gap:3.5rem !important;}.column-gap-xxl-7{-webkit-column-gap:4rem !important;-moz-column-gap:4rem !important;column-gap:4rem !important;}.column-gap-xxl-8{-webkit-column-gap:8rem !important;-moz-column-gap:8rem !important;column-gap:8rem !important;}.column-gap-xxl-9{-webkit-column-gap:11rem !important;-moz-column-gap:11rem !important;column-gap:11rem !important;}.text-xxl-start{text-align:left !important;}.text-xxl-end{text-align:right !important;}.text-xxl-center{text-align:center !important;}}@media (min-width:1200px){.fs-1{font-size:3.6rem !important;}.fs-2{font-size:2.75rem !important;}.fs-3{font-size:2.38rem !important;}.fs-4{font-size:2rem !important;}.fs-5{font-size:1.5rem !important;}}@media print{.d-print-inline{display:inline !important;}.d-print-inline-block{display:inline-block !important;}.d-print-block{display:block !important;}.d-print-grid{display:grid !important;}.d-print-inline-grid{display:inline-grid !important;}.d-print-table{display:table !important;}.d-print-table-row{display:table-row !important;}.d-print-table-cell{display:table-cell !important;}.d-print-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;}.d-print-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important;}.d-print-none{display:none !important;}}.min-w-auto{min-width:auto !important;}.vh-100{height:100vh !important;}.h-20px{height:20px !important;}.h-30px{height:30px !important;}.h-40px{height:40px !important;}.h-50px{height:50px !important;}.h-60px{height:60px !important;}.h-150px{height:150px !important;}.h-200px{height:200px !important;}.h-250px{height:250px !important;}.h-300px{height:300px !important;}.h-400px{height:400px !important;}.h-500px{height:500px !important;}.h-600px{height:600px !important;}.h-700px{height:700px !important;}.h-750px{height:750px !important;}.w-30{width:30% !important;}.w-20px{width:20px !important;}.w-30px{width:30px !important;}.w-40px{width:40px !important;}.w-50px{width:50px !important;}.w-80px{width:80px !important;}.w-150px{width:150px !important;}.w-200px{width:200px !important;}.w-250px{width:250px !important;}.bg-opacity-15{--bs-bg-opacity:0.15;}.fill-primary{fill:#09B850 !important;}.fill-white{fill:#fff !important;}.fill-secondary{fill:#85878a !important;}.fill-success{fill:#0cbc87 !important;}.fill-info{fill:#17a2b8 !important;}.fill-warning{fill:#f7c32e !important;}.fill-danger{fill:#d6293e !important;}.fill-light{fill:#f8f8f8 !important;}.fill-dark{fill:#202124 !important;}.fill-body{fill:var(--bs-body-bg) !important;}.fill-mode{fill:var(--bs-gray-900) !important;}.z-index-0{z-index:0 !important;}.z-index-1{z-index:1 !important;}.z-index-2{z-index:2 !important;}.z-index-9{z-index:9 !important;}.z-index-99{z-index:99 !important;}.z-index-n1{z-index:-1 !important;}.rotate-10{-webkit-transform:rotate(10deg) !important;transform:rotate(10deg) !important;}.rotate-13{-webkit-transform:rotate(13deg) !important;transform:rotate(13deg) !important;}.rotate-33{-webkit-transform:rotate(33deg) !important;transform:rotate(33deg) !important;}.rotate-180{-webkit-transform:rotate(180deg) !important;transform:rotate(180deg) !important;}.rotate-270{-webkit-transform:rotate(270deg) !important;transform:rotate(270deg) !important;}.rotate-335{-webkit-transform:rotate(335deg) !important;transform:rotate(335deg) !important;}.rotate-343{-webkit-transform:rotate(343deg) !important;transform:rotate(343deg) !important;}.rotate-355{-webkit-transform:rotate(355deg) !important;transform:rotate(355deg) !important;}.lh-0{line-height:0 !important;}.lh-base{line-height:1.5 !important;}.opacity-0{opacity:0 !important;}.opacity-1{opacity:0.1 !important;}.opacity-2{opacity:0.2 !important;}.opacity-3{opacity:0.3 !important;}.opacity-4{opacity:0.4 !important;}.opacity-5{opacity:0.5 !important;}.opacity-6{opacity:0.6 !important;}.opacity-7{opacity:0.7 !important;}.opacity-8{opacity:0.8 !important;}.opacity-9{opacity:0.9 !important;}@media (min-width:576px){.h-sm-20px{height:20px !important;}.h-sm-30px{height:30px !important;}.h-sm-40px{height:40px !important;}.h-sm-50px{height:50px !important;}.h-sm-60px{height:60px !important;}.h-sm-150px{height:150px !important;}.h-sm-200px{height:200px !important;}.h-sm-250px{height:250px !important;}.h-sm-300px{height:300px !important;}.h-sm-400px{height:400px !important;}.h-sm-500px{height:500px !important;}.h-sm-600px{height:600px !important;}.h-sm-700px{height:700px !important;}.h-sm-750px{height:750px !important;}.w-sm-30{width:30% !important;}.w-sm-20px{width:20px !important;}.w-sm-30px{width:30px !important;}.w-sm-40px{width:40px !important;}.w-sm-50px{width:50px !important;}.w-sm-80px{width:80px !important;}.w-sm-150px{width:150px !important;}.w-sm-200px{width:200px !important;}.w-sm-250px{width:250px !important;}.rotate-sm-10{-webkit-transform:rotate(10deg) !important;transform:rotate(10deg) !important;}.rotate-sm-13{-webkit-transform:rotate(13deg) !important;transform:rotate(13deg) !important;}.rotate-sm-33{-webkit-transform:rotate(33deg) !important;transform:rotate(33deg) !important;}.rotate-sm-180{-webkit-transform:rotate(180deg) !important;transform:rotate(180deg) !important;}.rotate-sm-270{-webkit-transform:rotate(270deg) !important;transform:rotate(270deg) !important;}.rotate-sm-335{-webkit-transform:rotate(335deg) !important;transform:rotate(335deg) !important;}.rotate-sm-343{-webkit-transform:rotate(343deg) !important;transform:rotate(343deg) !important;}.rotate-sm-355{-webkit-transform:rotate(355deg) !important;transform:rotate(355deg) !important;}.lh-sm-0{line-height:0 !important;}.lh-sm-base{line-height:1.5 !important;}}@media (min-width:768px){.h-md-20px{height:20px !important;}.h-md-30px{height:30px !important;}.h-md-40px{height:40px !important;}.h-md-50px{height:50px !important;}.h-md-60px{height:60px !important;}.h-md-150px{height:150px !important;}.h-md-200px{height:200px !important;}.h-md-250px{height:250px !important;}.h-md-300px{height:300px !important;}.h-md-400px{height:400px !important;}.h-md-500px{height:500px !important;}.h-md-600px{height:600px !important;}.h-md-700px{height:700px !important;}.h-md-750px{height:750px !important;}.w-md-30{width:30% !important;}.w-md-20px{width:20px !important;}.w-md-30px{width:30px !important;}.w-md-40px{width:40px !important;}.w-md-50px{width:50px !important;}.w-md-80px{width:80px !important;}.w-md-150px{width:150px !important;}.w-md-200px{width:200px !important;}.w-md-250px{width:250px !important;}.rotate-md-10{-webkit-transform:rotate(10deg) !important;transform:rotate(10deg) !important;}.rotate-md-13{-webkit-transform:rotate(13deg) !important;transform:rotate(13deg) !important;}.rotate-md-33{-webkit-transform:rotate(33deg) !important;transform:rotate(33deg) !important;}.rotate-md-180{-webkit-transform:rotate(180deg) !important;transform:rotate(180deg) !important;}.rotate-md-270{-webkit-transform:rotate(270deg) !important;transform:rotate(270deg) !important;}.rotate-md-335{-webkit-transform:rotate(335deg) !important;transform:rotate(335deg) !important;}.rotate-md-343{-webkit-transform:rotate(343deg) !important;transform:rotate(343deg) !important;}.rotate-md-355{-webkit-transform:rotate(355deg) !important;transform:rotate(355deg) !important;}.lh-md-0{line-height:0 !important;}.lh-md-base{line-height:1.5 !important;}}@media (min-width:992px){.h-lg-20px{height:20px !important;}.h-lg-30px{height:30px !important;}.h-lg-40px{height:40px !important;}.h-lg-50px{height:50px !important;}.h-lg-60px{height:60px !important;}.h-lg-150px{height:150px !important;}.h-lg-200px{height:200px !important;}.h-lg-250px{height:250px !important;}.h-lg-300px{height:300px !important;}.h-lg-400px{height:400px !important;}.h-lg-500px{height:500px !important;}.h-lg-600px{height:600px !important;}.h-lg-700px{height:700px !important;}.h-lg-750px{height:750px !important;}.w-lg-30{width:30% !important;}.w-lg-20px{width:20px !important;}.w-lg-30px{width:30px !important;}.w-lg-40px{width:40px !important;}.w-lg-50px{width:50px !important;}.w-lg-80px{width:80px !important;}.w-lg-150px{width:150px !important;}.w-lg-200px{width:200px !important;}.w-lg-250px{width:250px !important;}.rotate-lg-10{-webkit-transform:rotate(10deg) !important;transform:rotate(10deg) !important;}.rotate-lg-13{-webkit-transform:rotate(13deg) !important;transform:rotate(13deg) !important;}.rotate-lg-33{-webkit-transform:rotate(33deg) !important;transform:rotate(33deg) !important;}.rotate-lg-180{-webkit-transform:rotate(180deg) !important;transform:rotate(180deg) !important;}.rotate-lg-270{-webkit-transform:rotate(270deg) !important;transform:rotate(270deg) !important;}.rotate-lg-335{-webkit-transform:rotate(335deg) !important;transform:rotate(335deg) !important;}.rotate-lg-343{-webkit-transform:rotate(343deg) !important;transform:rotate(343deg) !important;}.rotate-lg-355{-webkit-transform:rotate(355deg) !important;transform:rotate(355deg) !important;}.lh-lg-0{line-height:0 !important;}.lh-lg-base{line-height:1.5 !important;}}@media (min-width:1200px){.h-xl-20px{height:20px !important;}.h-xl-30px{height:30px !important;}.h-xl-40px{height:40px !important;}.h-xl-50px{height:50px !important;}.h-xl-60px{height:60px !important;}.h-xl-150px{height:150px !important;}.h-xl-200px{height:200px !important;}.h-xl-250px{height:250px !important;}.h-xl-300px{height:300px !important;}.h-xl-400px{height:400px !important;}.h-xl-500px{height:500px !important;}.h-xl-600px{height:600px !important;}.h-xl-700px{height:700px !important;}.h-xl-750px{height:750px !important;}.w-xl-30{width:30% !important;}.w-xl-20px{width:20px !important;}.w-xl-30px{width:30px !important;}.w-xl-40px{width:40px !important;}.w-xl-50px{width:50px !important;}.w-xl-80px{width:80px !important;}.w-xl-150px{width:150px !important;}.w-xl-200px{width:200px !important;}.w-xl-250px{width:250px !important;}.rotate-xl-10{-webkit-transform:rotate(10deg) !important;transform:rotate(10deg) !important;}.rotate-xl-13{-webkit-transform:rotate(13deg) !important;transform:rotate(13deg) !important;}.rotate-xl-33{-webkit-transform:rotate(33deg) !important;transform:rotate(33deg) !important;}.rotate-xl-180{-webkit-transform:rotate(180deg) !important;transform:rotate(180deg) !important;}.rotate-xl-270{-webkit-transform:rotate(270deg) !important;transform:rotate(270deg) !important;}.rotate-xl-335{-webkit-transform:rotate(335deg) !important;transform:rotate(335deg) !important;}.rotate-xl-343{-webkit-transform:rotate(343deg) !important;transform:rotate(343deg) !important;}.rotate-xl-355{-webkit-transform:rotate(355deg) !important;transform:rotate(355deg) !important;}.lh-xl-0{line-height:0 !important;}.lh-xl-base{line-height:1.5 !important;}}@media (min-width:1400px){.h-xxl-20px{height:20px !important;}.h-xxl-30px{height:30px !important;}.h-xxl-40px{height:40px !important;}.h-xxl-50px{height:50px !important;}.h-xxl-60px{height:60px !important;}.h-xxl-150px{height:150px !important;}.h-xxl-200px{height:200px !important;}.h-xxl-250px{height:250px !important;}.h-xxl-300px{height:300px !important;}.h-xxl-400px{height:400px !important;}.h-xxl-500px{height:500px !important;}.h-xxl-600px{height:600px !important;}.h-xxl-700px{height:700px !important;}.h-xxl-750px{height:750px !important;}.w-xxl-30{width:30% !important;}.w-xxl-20px{width:20px !important;}.w-xxl-30px{width:30px !important;}.w-xxl-40px{width:40px !important;}.w-xxl-50px{width:50px !important;}.w-xxl-80px{width:80px !important;}.w-xxl-150px{width:150px !important;}.w-xxl-200px{width:200px !important;}.w-xxl-250px{width:250px !important;}.rotate-xxl-10{-webkit-transform:rotate(10deg) !important;transform:rotate(10deg) !important;}.rotate-xxl-13{-webkit-transform:rotate(13deg) !important;transform:rotate(13deg) !important;}.rotate-xxl-33{-webkit-transform:rotate(33deg) !important;transform:rotate(33deg) !important;}.rotate-xxl-180{-webkit-transform:rotate(180deg) !important;transform:rotate(180deg) !important;}.rotate-xxl-270{-webkit-transform:rotate(270deg) !important;transform:rotate(270deg) !important;}.rotate-xxl-335{-webkit-transform:rotate(335deg) !important;transform:rotate(335deg) !important;}.rotate-xxl-343{-webkit-transform:rotate(343deg) !important;transform:rotate(343deg) !important;}.rotate-xxl-355{-webkit-transform:rotate(355deg) !important;transform:rotate(355deg) !important;}.lh-xxl-0{line-height:0 !important;}.lh-xxl-base{line-height:1.5 !important;}}.accordion .accordion-button{text-align:left;}.accordion .accordion-item{color:var(--bs-body-color);}.accordion.accordion-icon .accordion-header{position:relative;}.accordion.accordion-icon .accordion-header .accordion-button{background:transparent;font-size:inherit;border:none;padding-right:2rem;}.accordion.accordion-icon .accordion-header .accordion-button:after{content:"";background:var(--bs-gray-800) !important;width:10px;height:2px;display:block;position:absolute;top:47%;right:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;-webkit-transform:rotateZ(0deg);transform:rotateZ(0deg);z-index:9;}.accordion.accordion-icon .accordion-header .accordion-button:before{content:"";background:var(--bs-gray-800) !important;width:10px;height:2px;display:block;position:absolute;top:47%;right:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;-webkit-transform:rotateZ(0deg);transform:rotateZ(0deg);z-index:9;}.accordion.accordion-icon .accordion-header .accordion-button[aria-expanded=false]:after{-webkit-transform:rotateZ(267deg);transform:rotateZ(267deg);}.accordion.accordion-icon .accordion-header .accordion-button[aria-expanded=true]:before{-webkit-transform:rotateZ(0deg);transform:rotateZ(0deg);}.accordion.accordion-icon .accordion-collapse{border:none;}.accordion.accordion-icon .accordion-body{padding:0.2rem 1rem 0.5rem 1rem;}.accordion.accordion-icon-start .accordion-header .accordion-button:after{content:"";left:20px !important;right:auto;}.accordion.accordion-icon-start .accordion-header .accordion-button:before{content:"";left:20px !important;right:auto;}.accordion.accordion-bg-light .accordion-item{border:none;background-color:transparent;}.accordion.accordion-bg-light .accordion-button{background-color:var(--bs-light) !important;color:var(--bs-gray-900) !important;}.accordion.accordion-bg-light .accordion-button:not(.collapsed){-webkit-box-shadow:none !important;box-shadow:none !important;}@media (max-width:575.98px){.accordion-icon .accordion-body{padding:0.6rem 0.5rem 0.5rem 0.5rem !important;}}.accordion.accordion-border .accordion-item{border:none;background-color:transparent;}.accordion.accordion-border .accordion-button{border:1px solid var(--bs-border-color) !important;color:var(--bs-gray-800);}.accordion.accordion-border .accordion-button:not(.collapsed){-webkit-box-shadow:none !important;box-shadow:none !important;}.accordion.accordion-border .accordion-button[aria-expanded=true]{color:#fff;background-color:var(--bs-gray-900);}.accordion.accordion-border .accordion-button[aria-expanded=true]:before{background:#fff !important;}.accordion.accordion-border .accordion-button[aria-expanded=true]:after{background:#fff !important;}.accordion.accordion-border-bottom .accordion-item{border:none;padding-bottom:20px;background-color:transparent;border-bottom:1px solid var(--bs-border-color) !important;border-radius:0;}.accordion.accordion-border-bottom .accordion-body{padding-left:0;padding-top:10px;}.accordion.accordion-border-bottom .accordion-button{border:none;padding:0;color:var(--bs-gray-800);}.accordion.accordion-border-bottom .accordion-button:not(.collapsed){-webkit-box-shadow:none !important;box-shadow:none !important;}.accordion.accordion-alt .accordion-item{border:1px solid var(--bs-border-color) !important;border-radius:0.4rem;background-color:transparent;padding:15px;margin-bottom:20px;}.accordion.accordion-alt .accordion-body{padding:0;margin-top:20px;}.accordion.accordion-alt .accordion-button{border:0 !important;color:var(--bs-gray-800);padding:0;}.accordion.accordion-alt .accordion-button:not(.collapsed){-webkit-box-shadow:none !important;box-shadow:none !important;}.accordion.accordion-alt .accordion-button[aria-expanded=true]{color:var(--bs-gray-900);background-color:var(--bs-body-bg);}.accordion.accordion-alt .accordion-button:after{width:1rem;height:1rem;background-size:1rem;}.breadcrumb-item a{color:var(--bs-body-color);}.breadcrumb-item a:hover{color:var(--bs-primary);}.breadcrumb.breadcrumb-dark .breadcrumb-item a{color:#fff;}.breadcrumb.breadcrumb-dark .breadcrumb-item a:hover{color:var(--bs-primary);}.breadcrumb.breadcrumb-dark .breadcrumb-item.active{color:var(--bs-primary);}.breadcrumb.breadcrumb-dots .breadcrumb-item + .breadcrumb-item::before{content:"•";font-size:18px;line-height:1;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.btn{letter-spacing:0.5px;position:relative;overflow:hidden;outline:0;margin-bottom:6px;}.btn:focus-visible{-webkit-box-shadow:none !important;box-shadow:none !important;}.input-group .btn{margin-bottom:0;}.btn-xs{padding:0.4rem 0.6rem;font-size:0.6rem;line-height:1.2;border-radius:0.2rem;}.btn-light{background:var(--bs-light);border-color:var(--bs-light);color:var(--bs-gray-900);}.btn-light.active,.btn-light:active,.btn-light:focus,.btn-light:hover{background:var(--bs-gray-200);border-color:var(--bs-gray-200);color:var(--bs-gray-900);}.btn-white{background:#fff;color:#222427;}.btn-white.active,.btn-white:active,.btn-white:focus,.btn-white:hover{background:#dce0e5;color:#222427;border-color:#dce0e5;}.btn-outline-white{background:transparent;border-color:#fff;color:#fff;}.btn-outline-white.active,.btn-outline-white:active,.btn-outline-white:focus,.btn-outline-white:hover{color:#222427;background:#fff;}.btn-outline-light{background:transparent;border-color:#96969a;color:#606261;}.btn-outline-light:active,.btn-outline-light:hover,.btn-outline-light:focus{background:#c5c5c7;border-color:#c5c5c7;color:#222427;}.btn-check:checked + .btn-outline-light{background:#96969a;border-color:#96969a;color:#222427;}.btn-round{height:40px;width:40px;line-height:40px;border-radius:50%;padding:0;text-align:center;}.btn-round i{margin:0;}.btn-round .fa-play{padding-left:3px;}.btn-round.btn-lg,.btn-group-lg > .btn-round.btn{height:55px;width:55px;line-height:55px;}.btn-round.btn-sm,.btn-group-sm > .btn-round.btn{height:32px;width:32px;line-height:30px;}.btn-round.btn-sm i,.btn-group-sm > .btn-round.btn i{font-size:0.6rem;}.btn-round.btn-xs{height:25px;width:25px;line-height:24px;}.btn-round.btn-xs i{font-size:0.6rem;}.btn-primary-soft{color:#09B850;background-color:rgba(9,184,80,0.1);}.btn-primary-soft:active,.btn-primary-soft:hover,.btn-primary-soft:focus{color:#fff;background-color:#09B850;border-color:transparent;}.btn-white-soft{color:#fff;background-color:rgba(255,255,255,0.1);}.btn-white-soft:active,.btn-white-soft:hover,.btn-white-soft:focus{color:#000;background-color:#fff;border-color:transparent;}.btn-secondary-soft{color:#85878a;background-color:rgba(133,135,138,0.1);}.btn-secondary-soft:active,.btn-secondary-soft:hover,.btn-secondary-soft:focus{color:#fff;background-color:#85878a;border-color:transparent;}.btn-success-soft{color:#0cbc87;background-color:rgba(12,188,135,0.1);}.btn-success-soft:active,.btn-success-soft:hover,.btn-success-soft:focus{color:#fff;background-color:#0cbc87;border-color:transparent;}.btn-info-soft{color:#17a2b8;background-color:rgba(23,162,184,0.1);}.btn-info-soft:active,.btn-info-soft:hover,.btn-info-soft:focus{color:#fff;background-color:#17a2b8;border-color:transparent;}.btn-warning-soft{color:#f7c32e;background-color:rgba(247,195,46,0.1);}.btn-warning-soft:active,.btn-warning-soft:hover,.btn-warning-soft:focus{color:#000;background-color:#f7c32e;border-color:transparent;}.btn-danger-soft{color:#d6293e;background-color:rgba(214,41,62,0.1);}.btn-danger-soft:active,.btn-danger-soft:hover,.btn-danger-soft:focus{color:#fff;background-color:#d6293e;border-color:transparent;}.btn-light-soft{color:#f8f8f8;background-color:rgba(248,248,248,0.1);}.btn-light-soft:active,.btn-light-soft:hover,.btn-light-soft:focus{color:#000;background-color:#f8f8f8;border-color:transparent;}.btn-dark-soft{color:#202124;background-color:rgba(32,33,36,0.1);}.btn-dark-soft:active,.btn-dark-soft:hover,.btn-dark-soft:focus{color:#fff;background-color:#202124;border-color:transparent;}.btn-primary-soft-check:hover{background-color:rgba(var(--bs-primary-rgb),0.2);border:1px solid var(--bs-primary);color:var(--bs-primary);}.btn-check:active + .btn-primary-soft-check,.btn-check:checked + .btn-primary-soft-check,.btn-primary-soft-check.active,.btn-primary-soft-check:active,.show > .btn-primary-soft-check.dropdown-toggle{background-color:rgba(var(--bs-primary-rgb),0.2);color:var(--bs-primary);border:1px solid var(--bs-primary) !important;}.btn-check:focus + .btn,.btn-round-shadow:focus{-webkit-box-shadow:none;box-shadow:none;}.btn-check:focus + .btn,.btn-round-shadow:focus{-webkit-box-shadow:none;box-shadow:none;}.btn-primary-check:hover{background-color:var(--bs-primary) !important;color:#fff !important;border:1px solid var(--bs-primary);}.btn-check:active + .btn-primary-check,.btn-check:checked + .btn-primary-check,.btn-primary-check.active,.btn-primary-check:active,.show > .btn-primary-check.dropdown-toggle{background-color:var(--bs-primary);color:#fff;border:1px solid var(--bs-primary);}.btn-white-hover:hover{background-color:#fff !important;border-color:#fff;color:#202124 !important;}.btn-transition{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}.btn-transition:focus,.btn-transition:hover{-webkit-transform:translateY(-0.1875rem);transform:translateY(-0.1875rem);}.btn-icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-negative:0;flex-shrink:0;width:2.5rem;height:2.5rem;padding:0;}.btn-icon.btn-xs{width:2rem;height:2rem;font-size:0.8rem;}.btn-icon.btn-sm,.btn-group-sm > .btn-icon.btn{width:2.25rem;height:2.25rem;font-size:0.8rem;}.btn-icon.btn-lg,.btn-group-lg > .btn-icon.btn{width:3rem;height:3rem;font-size:1.4375rem;}.btn-icon.btn-xl{width:3.5rem;height:3.5rem;font-size:1.75rem;}.btn-ripple{position:relative;overflow:visible;}.btn-ripple:after{content:"";position:absolute;top:0;left:0;z-index:-1;border-color:inherit;width:100%;height:100%;border-radius:50%;opacity:1;-webkit-animation-name:rippleanim;animation-name:rippleanim;-webkit-animation-duration:1.2s;animation-duration:1.2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:cubic-bezier(0.4,0,0.3,1);animation-timing-function:cubic-bezier(0.4,0,0.3,1);-webkit-animation-delay:1s;animation-delay:1s;}@keyframes rippleanim{0%{opacity:1;-webkit-box-shadow:0 0 0 0 rgba(var(--bs-primary-rgb),0.9);box-shadow:0 0 0 0 rgba(var(--bs-primary-rgb),0.9);}100%{opacity:0;-webkit-box-shadow:0 0 0 15px rgba(var(--bs-primary-rgb),0.4);box-shadow:0 0 0 15px rgba(var(--bs-primary-rgb),0.4);}}@-webkit-keyframes rippleanim{0%{opacity:1;background:rgba(var(--bs-primary-rgb),0.9);-webkit-transform:scale(0);transform:scale(0);}100%{opacity:0;background:rgba(var(--bs-primary-rgb),0.4);-webkit-transform:scale(1.5);transform:scale(1.5);}}a.badge:hover{color:#fff;}.card.overflow-hidden,.tiny-slider.overflow-hidden{will-change:transform;}.card-header-title{margin-bottom:0;}.card .card-img-overlay{z-index:2;}.card.card-element-hover .hover-element{visibility:hidden;opacity:0;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;z-index:9;}.card.card-element-hover .card-text,.card.card-element-hover img{-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}.card.card-element-hover:hover .card-text{margin-bottom:10px;}.card.card-element-hover:hover .hover-element{visibility:visible;opacity:1;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}.card.card-img-scale .card-img-scale-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0);position:relative;overflow:hidden;}.card.card-img-scale .img-scale{-webkit-transition:all 0.5s ease;transition:all 0.5s ease;-webkit-transform:scale(1.001);transform:scale(1.001);}.card.card-img-scale:hover .img-scale{-webkit-transform:scale(1.03);transform:scale(1.03);}.card.card-img-blur:hover .img-blur{-webkit-filter:blur(5px);filter:blur(5px);}.card-metro-hover{overflow:hidden;}.card-metro-hover:after{content:"";opacity:0;position:absolute;z-index:1;top:0;left:0;bottom:0;right:0;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;background-image:-webkit-gradient(linear,left top,left bottom,from(transparent),to(rgb(0,0,0)));background-image:linear-gradient(180deg,transparent,rgb(0,0,0));}.card-metro-hover:hover:after{opacity:1;}.card.card-hover-shadow{-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}.card.card-hover-shadow:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);-webkit-box-shadow:0px 10px 30px rgba(29,58,83,0.15);box-shadow:0px 10px 30px rgba(29,58,83,0.15);}.dropdown{outline:none;-webkit-box-shadow:none;box-shadow:none;}.dropdown-item.active,.dropdown-item:active,.dropdown-item:hover,.dropdown-item:focus{border-radius:0.313rem;}.dropdown-menu{padding-left:10px;padding-right:10px;z-index:1100;-webkit-box-shadow:0 0.125rem 0.25rem rgba(29,58,83,0.15);box-shadow:0 0.125rem 0.25rem rgba(29,58,83,0.15);border:1px solid var(--bs-border-color);}.dropdown-item{margin-bottom:0.3rem;}.dropdown-fullwidth{position:static;}.dropdown-fullwidth .dropdown-menu{margin:0 auto;left:0;right:0;padding:1rem 0;top:auto;}@media (min-width:576px){.dropdown-fullwidth .dropdown-menu{max-width:96%;}}@media (min-width:768px){.dropdown-fullwidth .dropdown-menu{max-width:94%;}}@media (min-width:992px){.dropdown-fullwidth .dropdown-menu{max-width:94%;}}@media (min-width:1200px){.dropdown-fullwidth .dropdown-menu{max-width:1140px;}}@media (min-width:1400px){.dropdown-fullwidth .dropdown-menu{max-width:1300px;}}.dropdown-animation .dropdown-menu.show{-webkit-animation-duration:0.3s !important;animation-duration:0.3s !important;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:dropdownslideIn;animation-name:dropdownslideIn;position:absolute !important;top:100% !important;-webkit-transition:none;transition:none;}@keyframes dropdownslideIn{0%{-webkit-transform:translateY(1rem);transform:translateY(1rem);opacity:0;}100%{-webkit-transform:translateY(0rem);transform:translateY(0rem);opacity:1;}0%{-webkit-transform:translateY(1rem);transform:translateY(1rem);opacity:0;}}@-webkit-keyframes dropdownslideIn{0%{-webkit-transform:transform;-webkit-opacity:0;}100%{-webkit-transform:translateY(0);-webkit-opacity:1;}0%{-webkit-transform:translateY(1rem);-webkit-opacity:0;}}.list-group-borderless .list-group-item{border:none !important;padding:0.425rem 0;}.list-group-borderless a.list-group-item:hover{background-color:transparent;color:var(--bs-primary);}.nav-pills .nav-link{cursor:pointer;padding:0.5rem 1rem;color:var(--bs-primary);white-space:nowrap;}.nav.flex-column:not(.nav-pills) .nav-link{padding-left:0;padding-top:0.3rem;padding-bottom:0.3rem;}@media (max-width:991.98px){.nav-responsive{overflow-x:scroll;-ms-flex-wrap:nowrap;flex-wrap:nowrap;}}.nav.nav-divider a:not(.dropdown-item){color:inherit;}.nav.nav-divider .nav-item + .nav-item:before{content:"•";color:inherit;padding-left:0.65rem;padding-right:0.75rem;opacity:0.8;}.nav.nav-divider .nav-item{display:inline-block;vertical-align:middle;}.nav.nav-divider .nav-link{padding:0;color:inherit;}.nav-pills-primary .nav-item{padding:0 !important;margin-right:2px;margin-left:2px;border-bottom:0 !important;}.nav-pills-primary .nav-link{padding:0.5rem 0.8rem !important;color:var(--bs-gray-800);font-weight:500;border-radius:0.313rem;}.nav-pills-primary .nav-link.active,.nav-pills-primary .nav-link:hover{color:var(--bs-white);background-color:var(--bs-primary);}.nav-pills-primary.flex-column .nav-item{margin-bottom:3px;margin-right:0;}.nav-pills-primary-soft .nav-link{background-color:transparent;color:var(--bs-body-color);border:none;font-weight:500;}.nav-pills-primary-soft .nav-link.active,.nav-pills-primary-soft .nav-link:hover{color:var(--bs-primary);background-color:rgba(var(--bs-primary-rgb),0.1);}.nav-pills-dark .nav-link{background-color:transparent;color:var(--bs-gray-900);border:none;font-weight:600;}.nav-pills-dark .nav-link.active,.nav-pills-dark .show > .nav-link{color:var(--bs-body-bg);background-color:var(--bs-gray-900);}.nav-pills-light .nav-link{background-color:transparent;color:var(--bs-body-color);border:1px solid transparent;}.nav-pills-light .nav-link.active,.nav-pills-light .nav-link:hover,.nav-pills-light .show > .nav-link{color:var(--bs-gray-900);background-color:var(--bs-light);border:1px solid var(--bs-border-color);}.nav-pills-border-start .nav-link{background-color:transparent;color:var(--bs-body-color);border:3px solid transparent;white-space:normal;}.nav-pills-border-start .nav-link.active,.nav-pills-border-start .nav-link:hover,.nav-pills-border-start .show > .nav-link{color:var(--bs-gray-900);background-color:var(--bs-light);border-left:3px solid var(--bs-primary);}.nav-tabs-radio .nav-link label{width:1.25rem;height:1.25rem;border-radius:50%;}.nav-tabs-radio .nav-link label span{width:0.75rem;height:0.75rem;border-radius:50%;-webkit-box-shadow:0px 0px 40px rgba(29,58,83,0.1);box-shadow:0px 0px 40px rgba(29,58,83,0.1);}.nav-tabs-radio .nav-link:hover{border-radius:50%;border-color:transparent;}.nav-tabs-radio .nav-link.active{background-color:transparent;border:1px solid transparent;border-radius:50%;}.nav-tabs-radio .nav-link .btn-check:checked + .btn{border-color:var(--bs-gray-900) !important;}.nav-pills-primary-border-start .nav-item{padding:0 !important;margin-right:2px;margin-left:2px;border-bottom:0 !important;}.nav-pills-primary-border-start .nav-link{padding:0.5rem 0.8rem !important;color:var(--bs-gray-800);font-weight:500;border-radius:0.313rem;border-left:2px solid transparent;}.nav-pills-primary-border-start .nav-link.active,.nav-pills-primary-border-start .nav-link:hover{color:var(--bs-primary);background-color:rgba(var(--bs-primary-rgb),0.1);border-left:2px solid var(--bs-primary);}.nav-pills-primary-border-start.flex-column .nav-item{margin-bottom:4px;margin-right:0;}.nav-pills-testimonial .nav-link{background-color:transparent;color:var(--bs-body-color);border:1px solid transparent;opacity:50%;}.nav-pills-testimonial .nav-link:hover{opacity:100%;}.nav-pills-testimonial .nav-link.active,.nav-pills-testimonial .show > .nav-link{color:var(--bs-gray-900);background-color:var(--bs-light);border:1px solid var(--bs-border-color);opacity:100%;}.navbar-expand-sm .dropdown .dropdown-link{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x) !important;clear:both;border-radius:0.313rem;margin-bottom:0.3rem;font-weight:500;}.navbar-expand-sm .dropdown .dropdown-link:hover,.navbar-expand-sm .dropdown .dropdown-link:focus,.navbar-expand-sm .dropdown .dropdown-link:active{color:var(--bs-dropdown-link-hover-color);background:var(--bs-dropdown-link-hover-bg);}@media (min-width:576px){.navbar-expand-sm .navbar-brand .navbar-brand-item{height:40px;display:block;width:auto;}.navbar-expand-sm .dropdown-menu-size-md{min-width:22rem;}.navbar-expand-sm .dropdown-menu-size-lg{min-width:35rem;}.navbar-expand-sm .dropdown-menu-size-xl{min-width:55rem;}.navbar-expand-sm .dropdown-menu.dropdown-menu-center.dropdown-menu-size-xl{left:-27.5rem;}.navbar-expand-sm .dropdown-menu.dropdown-menu-center.dropdown-menu-size-lg{left:-17.5rem;}.navbar-expand-sm .navbar-nav .dropdown > .dropdown-menu{-webkit-animation-name:slideInUp;animation-name:slideInUp;-webkit-animation-duration:300ms;animation-duration:300ms;}@-webkit-keyframes slideInUp{from{-webkit-transform:translateY(10px);transform:translateY(10px);}to{-webkit-transform:translateY(0);transform:translateY(0);}}@keyframes slideInUp{from{-webkit-transform:translateY(10px);transform:translateY(10px);}to{-webkit-transform:translateY(0);transform:translateY(0);}}.navbar-expand-sm.navbar-divider{border-bottom:1px solid var(--bs-gray-200);}.navbar-expand-sm .dropdown-menu .dropdown-toggle:after{position:absolute;}}@media (max-width:575.98px){.navbar-expand-sm .dropdown-fullwidth{position:relative;}.navbar-expand-sm .dropdown-fullwidth .dropdown-menu{margin:0;max-width:100%;}.navbar-expand-sm .navbar-brand .navbar-brand-item{height:30px;}.navbar-expand-sm .navbar-brand{padding:20px 0;}.navbar-expand-sm .navbar-nav-scroll{max-height:var(--bs-scroll-height,65vh);}.navbar-expand-sm .navbar-collapse{-webkit-box-shadow:0px 10px 30px rgba(83,88,93,0.4);box-shadow:0px 10px 30px rgba(83,88,93,0.4);position:absolute;left:0;right:0;top:100%;background:var(--bs-body-bg);border-top:1px solid rgba(0,0,0,0.1);}.navbar-expand-sm .navbar-collapse .navbar-nav .nav-item{border-bottom:1px solid var(--bs-border-color);padding:8px 20px;}.navbar-expand-sm .navbar-collapse .navbar-nav .nav-item .nav-link{padding:0.25rem 0;}.navbar-expand-sm .dropdown-menu-size-md{min-width:100%;}.navbar-expand-sm .dropdown-menu-size-lg{min-width:100%;}.navbar-expand-sm .dropdown-menu-size-xl{min-width:100%;}.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-toggle::after{position:absolute;right:15px;}.navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-toggle::before{position:absolute;right:15px;}.navbar-expand-sm .navbar-toggler:focus{-webkit-box-shadow:none;box-shadow:none;}.navbar-expand-sm .offcanvas-body{padding:1rem 0.875rem;}.navbar-expand-sm .offcanvas-body .navbar-nav .nav-item{border-bottom:1px solid rgba(0,0,0,0.1);padding:8px 0;}.navbar-expand-sm .offcanvas-body .navbar-nav .dropdown-toggle::after{position:absolute;}.navbar-expand-sm .navbar-nav .dropdown-menu{border:1px solid var(--bs-border-color);margin-top:8px;-webkit-box-shadow:none;box-shadow:none;}.navbar-expand-sm .navbar-nav.navbar-offcanvas-menu .nav-item{padding:0.5rem 0;}.navbar-expand-sm .navbar-nav.navbar-offcanvas-menu .nav-item .nav-link{padding:0.25rem 0;}.navbar-expand-sm .navbar-nav.navbar-offcanvas-menu .nav-item > .dropdown-menu{background:transparent;padding:0;-webkit-box-shadow:none;box-shadow:none;border-left:solid 1px var(--bs-gray-200);border-radius:0;margin-left:8px;}.navbar-expand-sm .navbar-nav.navbar-offcanvas-menu .nav-item > .dropdown-menu .dropdown-item.active,.navbar-expand-sm .navbar-nav.navbar-offcanvas-menu .nav-item > .dropdown-menu .dropdown-item:hover{background:none !important;}}.navbar-expand-md .dropdown .dropdown-link{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x) !important;clear:both;border-radius:0.313rem;margin-bottom:0.3rem;font-weight:500;}.navbar-expand-md .dropdown .dropdown-link:hover,.navbar-expand-md .dropdown .dropdown-link:focus,.navbar-expand-md .dropdown .dropdown-link:active{color:var(--bs-dropdown-link-hover-color);background:var(--bs-dropdown-link-hover-bg);}@media (min-width:768px){.navbar-expand-md .navbar-brand .navbar-brand-item{height:40px;display:block;width:auto;}.navbar-expand-md .dropdown-menu-size-md{min-width:22rem;}.navbar-expand-md .dropdown-menu-size-lg{min-width:35rem;}.navbar-expand-md .dropdown-menu-size-xl{min-width:55rem;}.navbar-expand-md .dropdown-menu.dropdown-menu-center.dropdown-menu-size-xl{left:-27.5rem;}.navbar-expand-md .dropdown-menu.dropdown-menu-center.dropdown-menu-size-lg{left:-17.5rem;}.navbar-expand-md .navbar-nav .dropdown > .dropdown-menu{-webkit-animation-name:slideInUp;animation-name:slideInUp;-webkit-animation-duration:300ms;animation-duration:300ms;}@-webkit-keyframes slideInUp{from{-webkit-transform:translateY(10px);transform:translateY(10px);}to{-webkit-transform:translateY(0);transform:translateY(0);}}@keyframes slideInUp{from{-webkit-transform:translateY(10px);transform:translateY(10px);}to{-webkit-transform:translateY(0);transform:translateY(0);}}.navbar-expand-md.navbar-divider{border-bottom:1px solid var(--bs-gray-200);}.navbar-expand-md .dropdown-menu .dropdown-toggle:after{position:absolute;}}@media (max-width:767.98px){.navbar-expand-md .dropdown-fullwidth{position:relative;}.navbar-expand-md .dropdown-fullwidth .dropdown-menu{margin:0;max-width:100%;}.navbar-expand-md .navbar-brand .navbar-brand-item{height:30px;}.navbar-expand-md .navbar-brand{padding:20px 0;}.navbar-expand-md .navbar-nav-scroll{max-height:var(--bs-scroll-height,65vh);}.navbar-expand-md .navbar-collapse{-webkit-box-shadow:0px 10px 30px rgba(83,88,93,0.4);box-shadow:0px 10px 30px rgba(83,88,93,0.4);position:absolute;left:0;right:0;top:100%;background:var(--bs-body-bg);border-top:1px solid rgba(0,0,0,0.1);}.navbar-expand-md .navbar-collapse .navbar-nav .nav-item{border-bottom:1px solid var(--bs-border-color);padding:8px 20px;}.navbar-expand-md .navbar-collapse .navbar-nav .nav-item .nav-link{padding:0.25rem 0;}.navbar-expand-md .dropdown-menu-size-md{min-width:100%;}.navbar-expand-md .dropdown-menu-size-lg{min-width:100%;}.navbar-expand-md .dropdown-menu-size-xl{min-width:100%;}.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-toggle::after{position:absolute;right:15px;}.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-toggle::before{position:absolute;right:15px;}.navbar-expand-md .navbar-toggler:focus{-webkit-box-shadow:none;box-shadow:none;}.navbar-expand-md .offcanvas-body{padding:1rem 0.875rem;}.navbar-expand-md .offcanvas-body .navbar-nav .nav-item{border-bottom:1px solid rgba(0,0,0,0.1);padding:8px 0;}.navbar-expand-md .offcanvas-body .navbar-nav .dropdown-toggle::after{position:absolute;}.navbar-expand-md .navbar-nav .dropdown-menu{border:1px solid var(--bs-border-color);margin-top:8px;-webkit-box-shadow:none;box-shadow:none;}.navbar-expand-md .navbar-nav.navbar-offcanvas-menu .nav-item{padding:0.5rem 0;}.navbar-expand-md .navbar-nav.navbar-offcanvas-menu .nav-item .nav-link{padding:0.25rem 0;}.navbar-expand-md .navbar-nav.navbar-offcanvas-menu .nav-item > .dropdown-menu{background:transparent;padding:0;-webkit-box-shadow:none;box-shadow:none;border-left:solid 1px var(--bs-gray-200);border-radius:0;margin-left:8px;}.navbar-expand-md .navbar-nav.navbar-offcanvas-menu .nav-item > .dropdown-menu .dropdown-item.active,.navbar-expand-md .navbar-nav.navbar-offcanvas-menu .nav-item > .dropdown-menu .dropdown-item:hover{background:none !important;}}.navbar-expand-lg .dropdown .dropdown-link{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x) !important;clear:both;border-radius:0.313rem;margin-bottom:0.3rem;font-weight:500;}.navbar-expand-lg .dropdown .dropdown-link:hover,.navbar-expand-lg .dropdown .dropdown-link:focus,.navbar-expand-lg .dropdown .dropdown-link:active{color:var(--bs-dropdown-link-hover-color);background:var(--bs-dropdown-link-hover-bg);}@media (min-width:992px){.navbar-expand-lg .navbar-brand .navbar-brand-item{height:40px;display:block;width:auto;}.navbar-expand-lg .dropdown-menu-size-md{min-width:22rem;}.navbar-expand-lg .dropdown-menu-size-lg{min-width:35rem;}.navbar-expand-lg .dropdown-menu-size-xl{min-width:55rem;}.navbar-expand-lg .dropdown-menu.dropdown-menu-center.dropdown-menu-size-xl{left:-27.5rem;}.navbar-expand-lg .dropdown-menu.dropdown-menu-center.dropdown-menu-size-lg{left:-17.5rem;}.navbar-expand-lg .navbar-nav .dropdown > .dropdown-menu{-webkit-animation-name:slideInUp;animation-name:slideInUp;-webkit-animation-duration:300ms;animation-duration:300ms;}@-webkit-keyframes slideInUp{from{-webkit-transform:translateY(10px);transform:translateY(10px);}to{-webkit-transform:translateY(0);transform:translateY(0);}}@keyframes slideInUp{from{-webkit-transform:translateY(10px);transform:translateY(10px);}to{-webkit-transform:translateY(0);transform:translateY(0);}}.navbar-expand-lg.navbar-divider{border-bottom:1px solid var(--bs-gray-200);}.navbar-expand-lg .dropdown-menu .dropdown-toggle:after{position:absolute;}}@media (max-width:991.98px){.navbar-expand-lg .dropdown-fullwidth{position:relative;}.navbar-expand-lg .dropdown-fullwidth .dropdown-menu{margin:0;max-width:100%;}.navbar-expand-lg .navbar-brand .navbar-brand-item{height:30px;}.navbar-expand-lg .navbar-brand{padding:20px 0;}.navbar-expand-lg .navbar-nav-scroll{max-height:var(--bs-scroll-height,65vh);}.navbar-expand-lg .navbar-collapse{-webkit-box-shadow:0px 10px 30px rgba(83,88,93,0.4);box-shadow:0px 10px 30px rgba(83,88,93,0.4);position:absolute;left:0;right:0;top:100%;background:var(--bs-body-bg);border-top:1px solid rgba(0,0,0,0.1);}.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item{border-bottom:1px solid var(--bs-border-color);padding:8px 20px;}.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link{padding:0.25rem 0;}.navbar-expand-lg .dropdown-menu-size-md{min-width:100%;}.navbar-expand-lg .dropdown-menu-size-lg{min-width:100%;}.navbar-expand-lg .dropdown-menu-size-xl{min-width:100%;}.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-toggle::after{position:absolute;right:15px;}.navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-toggle::before{position:absolute;right:15px;}.navbar-expand-lg .navbar-toggler:focus{-webkit-box-shadow:none;box-shadow:none;}.navbar-expand-lg .offcanvas-body{padding:1rem 0.875rem;}.navbar-expand-lg .offcanvas-body .navbar-nav .nav-item{border-bottom:1px solid rgba(0,0,0,0.1);padding:8px 0;}.navbar-expand-lg .offcanvas-body .navbar-nav .dropdown-toggle::after{position:absolute;}.navbar-expand-lg .navbar-nav .dropdown-menu{border:1px solid var(--bs-border-color);margin-top:8px;-webkit-box-shadow:none;box-shadow:none;}.navbar-expand-lg .navbar-nav.navbar-offcanvas-menu .nav-item{padding:0.5rem 0;}.navbar-expand-lg .navbar-nav.navbar-offcanvas-menu .nav-item .nav-link{padding:0.25rem 0;}.navbar-expand-lg .navbar-nav.navbar-offcanvas-menu .nav-item > .dropdown-menu{background:transparent;padding:0;-webkit-box-shadow:none;box-shadow:none;border-left:solid 1px var(--bs-gray-200);border-radius:0;margin-left:8px;}.navbar-expand-lg .navbar-nav.navbar-offcanvas-menu .nav-item > .dropdown-menu .dropdown-item.active,.navbar-expand-lg .navbar-nav.navbar-offcanvas-menu .nav-item > .dropdown-menu .dropdown-item:hover{background:none !important;}}.navbar-expand-xl .dropdown .dropdown-link{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x) !important;clear:both;border-radius:0.313rem;margin-bottom:0.3rem;font-weight:500;}.navbar-expand-xl .dropdown .dropdown-link:hover,.navbar-expand-xl .dropdown .dropdown-link:focus,.navbar-expand-xl .dropdown .dropdown-link:active{color:var(--bs-dropdown-link-hover-color);background:var(--bs-dropdown-link-hover-bg);}@media (min-width:1200px){.navbar-expand-xl .navbar-brand .navbar-brand-item{height:60px;display:block;width:auto;}.navbar-expand-xl .dropdown-menu-size-md{min-width:22rem;}.navbar-expand-xl .dropdown-menu-size-lg{min-width:35rem;}.navbar-expand-xl .dropdown-menu-size-xl{min-width:55rem;}.navbar-expand-xl .dropdown-menu.dropdown-menu-center.dropdown-menu-size-xl{left:-27.5rem;}.navbar-expand-xl .dropdown-menu.dropdown-menu-center.dropdown-menu-size-lg{left:-17.5rem;}.navbar-expand-xl .navbar-nav .dropdown > .dropdown-menu{-webkit-animation-name:slideInUp;animation-name:slideInUp;-webkit-animation-duration:300ms;animation-duration:300ms;}@-webkit-keyframes slideInUp{from{-webkit-transform:translateY(10px);transform:translateY(10px);}to{-webkit-transform:translateY(0);transform:translateY(0);}}@keyframes slideInUp{from{-webkit-transform:translateY(10px);transform:translateY(10px);}to{-webkit-transform:translateY(0);transform:translateY(0);}}.navbar-expand-xl.navbar-divider{border-bottom:1px solid var(--bs-gray-200);}.navbar-expand-xl .dropdown-menu .dropdown-toggle:after{position:absolute;}}@media (max-width:1199.98px){.navbar-expand-xl .dropdown-fullwidth{position:relative;}.navbar-expand-xl .dropdown-fullwidth .dropdown-menu{margin:0;max-width:100%;}.navbar-expand-xl .navbar-brand .navbar-brand-item{height:30px;}.navbar-expand-xl .navbar-brand{padding:20px 0;}.navbar-expand-xl .navbar-nav-scroll{max-height:var(--bs-scroll-height,65vh);}.navbar-expand-xl .navbar-collapse{-webkit-box-shadow:0px 10px 30px rgba(83,88,93,0.4);box-shadow:0px 10px 30px rgba(83,88,93,0.4);position:absolute;left:0;right:0;top:100%;background:var(--bs-body-bg);border-top:1px solid rgba(0,0,0,0.1);}.navbar-expand-xl .navbar-collapse .navbar-nav .nav-item{border-bottom:1px solid var(--bs-border-color);padding:8px 20px;}.navbar-expand-xl .navbar-collapse .navbar-nav .nav-item .nav-link{padding:0.25rem 0;}.navbar-expand-xl .dropdown-menu-size-md{min-width:100%;}.navbar-expand-xl .dropdown-menu-size-lg{min-width:100%;}.navbar-expand-xl .dropdown-menu-size-xl{min-width:100%;}.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-toggle::after{position:absolute;right:15px;}.navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-toggle::before{position:absolute;right:15px;}.navbar-expand-xl .navbar-toggler:focus{-webkit-box-shadow:none;box-shadow:none;}.navbar-expand-xl .offcanvas-body{padding:1rem 0.875rem;}.navbar-expand-xl .offcanvas-body .navbar-nav .nav-item{border-bottom:1px solid rgba(0,0,0,0.1);padding:8px 0;}.navbar-expand-xl .offcanvas-body .navbar-nav .dropdown-toggle::after{position:absolute;}.navbar-expand-xl .navbar-nav .dropdown-menu{border:1px solid var(--bs-border-color);margin-top:8px;-webkit-box-shadow:none;box-shadow:none;}.navbar-expand-xl .navbar-nav.navbar-offcanvas-menu .nav-item{padding:0.5rem 0;}.navbar-expand-xl .navbar-nav.navbar-offcanvas-menu .nav-item .nav-link{padding:0.25rem 0;}.navbar-expand-xl .navbar-nav.navbar-offcanvas-menu .nav-item > .dropdown-menu{background:transparent;padding:0;-webkit-box-shadow:none;box-shadow:none;border-left:solid 1px var(--bs-gray-200);border-radius:0;margin-left:8px;}.navbar-expand-xl .navbar-nav.navbar-offcanvas-menu .nav-item > .dropdown-menu .dropdown-item.active,.navbar-expand-xl .navbar-nav.navbar-offcanvas-menu .nav-item > .dropdown-menu .dropdown-item:hover{background:none !important;}}.navbar-expand-xxl .dropdown .dropdown-link{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x) !important;clear:both;border-radius:0.313rem;margin-bottom:0.3rem;font-weight:500;}.navbar-expand-xxl .dropdown .dropdown-link:hover,.navbar-expand-xxl .dropdown .dropdown-link:focus,.navbar-expand-xxl .dropdown .dropdown-link:active{color:var(--bs-dropdown-link-hover-color);background:var(--bs-dropdown-link-hover-bg);}@media (min-width:1400px){.navbar-expand-xxl .navbar-brand .navbar-brand-item{height:40px;display:block;width:auto;}.navbar-expand-xxl .dropdown-menu-size-md{min-width:22rem;}.navbar-expand-xxl .dropdown-menu-size-lg{min-width:35rem;}.navbar-expand-xxl .dropdown-menu-size-xl{min-width:55rem;}.navbar-expand-xxl .dropdown-menu.dropdown-menu-center.dropdown-menu-size-xl{left:-27.5rem;}.navbar-expand-xxl .dropdown-menu.dropdown-menu-center.dropdown-menu-size-lg{left:-17.5rem;}.navbar-expand-xxl .navbar-nav .dropdown > .dropdown-menu{-webkit-animation-name:slideInUp;animation-name:slideInUp;-webkit-animation-duration:300ms;animation-duration:300ms;}@-webkit-keyframes slideInUp{from{-webkit-transform:translateY(10px);transform:translateY(10px);}to{-webkit-transform:translateY(0);transform:translateY(0);}}@keyframes slideInUp{from{-webkit-transform:translateY(10px);transform:translateY(10px);}to{-webkit-transform:translateY(0);transform:translateY(0);}}.navbar-expand-xxl.navbar-divider{border-bottom:1px solid var(--bs-gray-200);}.navbar-expand-xxl .dropdown-menu .dropdown-toggle:after{position:absolute;}}@media (max-width:1399.98px){.navbar-expand-xxl .dropdown-fullwidth{position:relative;}.navbar-expand-xxl .dropdown-fullwidth .dropdown-menu{margin:0;max-width:100%;}.navbar-expand-xxl .navbar-brand .navbar-brand-item{height:30px;}.navbar-expand-xxl .navbar-brand{padding:20px 0;}.navbar-expand-xxl .navbar-nav-scroll{max-height:var(--bs-scroll-height,65vh);}.navbar-expand-xxl .navbar-collapse{-webkit-box-shadow:0px 10px 30px rgba(83,88,93,0.4);box-shadow:0px 10px 30px rgba(83,88,93,0.4);position:absolute;left:0;right:0;top:100%;background:var(--bs-body-bg);border-top:1px solid rgba(0,0,0,0.1);}.navbar-expand-xxl .navbar-collapse .navbar-nav .nav-item{border-bottom:1px solid var(--bs-border-color);padding:8px 20px;}.navbar-expand-xxl .navbar-collapse .navbar-nav .nav-item .nav-link{padding:0.25rem 0;}.navbar-expand-xxl .dropdown-menu-size-md{min-width:100%;}.navbar-expand-xxl .dropdown-menu-size-lg{min-width:100%;}.navbar-expand-xxl .dropdown-menu-size-xl{min-width:100%;}.navbar-expand-xxl .navbar-collapse .navbar-nav .dropdown-toggle::after{position:absolute;right:15px;}.navbar-expand-xxl .navbar-collapse .navbar-nav .dropdown-toggle::before{position:absolute;right:15px;}.navbar-expand-xxl .navbar-toggler:focus{-webkit-box-shadow:none;box-shadow:none;}.navbar-expand-xxl .offcanvas-body{padding:1rem 0.875rem;}.navbar-expand-xxl .offcanvas-body .navbar-nav .nav-item{border-bottom:1px solid rgba(0,0,0,0.1);padding:8px 0;}.navbar-expand-xxl .offcanvas-body .navbar-nav .dropdown-toggle::after{position:absolute;}.navbar-expand-xxl .navbar-nav .dropdown-menu{border:1px solid var(--bs-border-color);margin-top:8px;-webkit-box-shadow:none;box-shadow:none;}.navbar-expand-xxl .navbar-nav.navbar-offcanvas-menu .nav-item{padding:0.5rem 0;}.navbar-expand-xxl .navbar-nav.navbar-offcanvas-menu .nav-item .nav-link{padding:0.25rem 0;}.navbar-expand-xxl .navbar-nav.navbar-offcanvas-menu .nav-item > .dropdown-menu{background:transparent;padding:0;-webkit-box-shadow:none;box-shadow:none;border-left:solid 1px var(--bs-gray-200);border-radius:0;margin-left:8px;}.navbar-expand-xxl .navbar-nav.navbar-offcanvas-menu .nav-item > .dropdown-menu .dropdown-item.active,.navbar-expand-xxl .navbar-nav.navbar-offcanvas-menu .nav-item > .dropdown-menu .dropdown-item:hover{background:none !important;}}.navbar-expand .dropdown .dropdown-link{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x) !important;clear:both;border-radius:0.313rem;margin-bottom:0.3rem;font-weight:500;}.navbar-expand .dropdown .dropdown-link:hover,.navbar-expand .dropdown .dropdown-link:focus,.navbar-expand .dropdown .dropdown-link:active{color:var(--bs-dropdown-link-hover-color);background:var(--bs-dropdown-link-hover-bg);}.navbar-expand .navbar-brand .navbar-brand-item{height:40px;display:block;width:auto;}.navbar-expand .dropdown-menu-size-md{min-width:22rem;}.navbar-expand .dropdown-menu-size-lg{min-width:35rem;}.navbar-expand .dropdown-menu-size-xl{min-width:55rem;}.navbar-expand .dropdown-menu.dropdown-menu-center.dropdown-menu-size-xl{left:-27.5rem;}.navbar-expand .dropdown-menu.dropdown-menu-center.dropdown-menu-size-lg{left:-17.5rem;}.navbar-expand .navbar-nav .dropdown > .dropdown-menu{-webkit-animation-name:slideInUp;animation-name:slideInUp;-webkit-animation-duration:300ms;animation-duration:300ms;}@-webkit-keyframes slideInUp{from{-webkit-transform:translateY(10px);transform:translateY(10px);}to{-webkit-transform:translateY(0);transform:translateY(0);}}@keyframes slideInUp{from{-webkit-transform:translateY(10px);transform:translateY(10px);}to{-webkit-transform:translateY(0);transform:translateY(0);}}.navbar-expand.navbar-divider{border-bottom:1px solid var(--bs-gray-200);}.navbar-expand .dropdown-menu .dropdown-toggle:after{position:absolute;}.navbar-expand .dropdown-fullwidth{position:relative;}.navbar-expand .dropdown-fullwidth .dropdown-menu{margin:0;max-width:100%;}.navbar-expand .navbar-brand .navbar-brand-item{height:30px;}.navbar-expand .navbar-brand{padding:20px 0;}.navbar-expand .navbar-nav-scroll{max-height:var(--bs-scroll-height,65vh);}.navbar-expand .navbar-collapse{-webkit-box-shadow:0px 10px 30px rgba(83,88,93,0.4);box-shadow:0px 10px 30px rgba(83,88,93,0.4);position:absolute;left:0;right:0;top:100%;background:var(--bs-body-bg);border-top:1px solid rgba(0,0,0,0.1);}.navbar-expand .navbar-collapse .navbar-nav .nav-item{border-bottom:1px solid var(--bs-border-color);padding:8px 20px;}.navbar-expand .navbar-collapse .navbar-nav .nav-item .nav-link{padding:0.25rem 0;}.navbar-expand .dropdown-menu-size-md{min-width:100%;}.navbar-expand .dropdown-menu-size-lg{min-width:100%;}.navbar-expand .dropdown-menu-size-xl{min-width:100%;}.navbar-expand .navbar-collapse .navbar-nav .dropdown-toggle::after{position:absolute;right:15px;}.navbar-expand .navbar-collapse .navbar-nav .dropdown-toggle::before{position:absolute;right:15px;}.navbar-expand .navbar-toggler:focus{-webkit-box-shadow:none;box-shadow:none;}.navbar-expand .offcanvas-body{padding:1rem 0.875rem;}.navbar-expand .offcanvas-body .navbar-nav .nav-item{border-bottom:1px solid rgba(0,0,0,0.1);padding:8px 0;}.navbar-expand .offcanvas-body .navbar-nav .dropdown-toggle::after{position:absolute;}.navbar-expand .navbar-nav .dropdown-menu{border:1px solid var(--bs-border-color);margin-top:8px;-webkit-box-shadow:none;box-shadow:none;}.navbar-expand .navbar-nav.navbar-offcanvas-menu .nav-item{padding:0.5rem 0;}.navbar-expand .navbar-nav.navbar-offcanvas-menu .nav-item .nav-link{padding:0.25rem 0;}.navbar-expand .navbar-nav.navbar-offcanvas-menu .nav-item > .dropdown-menu{background:transparent;padding:0;-webkit-box-shadow:none;box-shadow:none;border-left:solid 1px var(--bs-gray-200);border-radius:0;margin-left:8px;}.navbar-expand .navbar-nav.navbar-offcanvas-menu .nav-item > .dropdown-menu .dropdown-item.active,.navbar-expand .navbar-nav.navbar-offcanvas-menu .nav-item > .dropdown-menu .dropdown-item:hover{background:none !important;}@media (min-width:1200px){header{-webkit-animation:fadeInUp 0.5s;animation:fadeInUp 0.5s;}header.header-sticky-on{position:fixed;z-index:1040;top:0;left:0;right:0;background-color:var(--bs-body-bg);-webkit-animation:fadeInDown 0.5s;animation:fadeInDown 0.5s;width:100%;border-bottom:1px solid var(--bs-gray-200);}header.header-sticky-on .navbar-top{display:none !important;}header.header-sticky-on .navbar-brand{padding:14px 0;}header.header-sticky-on .navbar-brand .navbar-brand-item{height:35px;}}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}.header-absolute{background:transparent;position:absolute;top:0;left:0;right:0;width:100%;}.navbar-toggler{padding:10px 10px;}.navbar-toggler{padding:10px 10px;}.navbar-toggler .navbar-toggler-animation{-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;background-image:none;position:relative;height:22px;width:22px;display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%;}.navbar-toggler .navbar-toggler-animation span{-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;-webkit-transform:rotateZ(0deg);transform:rotateZ(0deg);height:2px;background:var(--bs-navbar-color);display:block;position:absolute;width:100%;border-radius:30px;}.navbar-toggler .navbar-toggler-animation span:nth-child(1){top:10%;}.navbar-toggler .navbar-toggler-animation span:nth-child(2){top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);}.navbar-toggler .navbar-toggler-animation span:nth-child(3){bottom:10%;}.navbar-toggler[data-bs-toggle=collapse][aria-expanded=true] .navbar-toggler-animation span:nth-child(1){-webkit-transform:rotateZ(45deg) translateY(-50%);transform:rotateZ(45deg) translateY(-50%);top:49%;-webkit-transform-origin:50% 0;transform-origin:50% 0;width:100%;}.navbar-toggler[data-bs-toggle=collapse][aria-expanded=true] .navbar-toggler-animation span:nth-child(2){visibility:hidden;-webkit-transition:all 0s ease-in-out;transition:all 0s ease-in-out;}.navbar-toggler[data-bs-toggle=collapse][aria-expanded=true] .navbar-toggler-animation span:nth-child(3){-webkit-transform:rotateZ(-45deg) translateY(-50%);transform:rotateZ(-45deg) translateY(-50%);bottom:42%;-webkit-transform-origin:50% 0;transform-origin:50% 0;width:100%;}.pagination .page-item{margin-bottom:5px;float:left;}.pagination-primary-soft{border:none;padding:4px;border-radius:0.313rem;}.pagination-primary-soft .page-item{margin:3px;}.pagination-primary-soft .page-item.page-item.active .page-link{color:#fff;background-color:var(--bs-primary);}.pagination-primary-soft .page-item.disabled{opacity:0.7 !important;}.pagination-primary-soft .page-link{border:transparent;border-radius:0.313rem !important;color:var(--bs-gray-700);background-color:var(--bs-light);}.pagination-primary-soft .page-link:hover{z-index:2;color:#fff;background-color:var(--bs-primary);border-color:var(--bs-primary);}.progress{position:relative;overflow-x:visible;overflow-y:visible;}.progress .progress-bar{position:relative;overflow:visible;border-radius:0.313rem;}.progress .progress-percent{color:#606261;font-weight:500;line-height:24px;position:absolute;right:0;top:-24px;font-size:12px;}.progress .progress-percent-simple{position:absolute;right:0;top:-20px;font-size:14px;}.progress.progress-percent-bg .progress-percent{background:var(--bs-dark);padding:2px 5px;border-radius:2px;color:var(--bs-body-bg);line-height:16px;position:absolute;right:0;top:-25px;font-size:10px;}.progress.progress-percent-bg .progress-percent:before{border-top-color:var(--bs-dark);border-width:5px;left:50%;margin-left:-5px;}.progress.progress-percent-bg .progress-percent:after,.progress.progress-percent-bg .progress-percent:before{top:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;}.progress.progress-percent-bg .progress-percent:after{border-top-color:var(--bs-dark);border-width:4px;left:50%;margin-left:-4px;}.progress.progress-xs{height:3px;}.progress.progress-sm{height:5px;}.progress.progress-md{height:10px;}.progress.progress-lg{height:16px;}.progress.progress-xl{height:20px;}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;overflow-x:hidden;z-index:0;position:relative;}header{position:relative;z-index:1020;background:var(--bs-body-bg);}a{-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}h1 > a,h2 > a,h3 > a,h4 > a,h5 > a,h6 > a,.h1 > a,.h2 > a,.h3 > a,.h4 > a,.h5 > a,.h6 > a{color:var(--bs-gray-900);}h1 > a:hover,h2 > a:hover,h3 > a:hover,h4 > a:hover,h5 > a:hover,h6 > a:hover,.h1 > a:hover,.h2 > a:hover,.h3 > a:hover,.h4 > a:hover,.h5 > a:hover,.h6 > a:hover{color:var(--bs-primary);}img{max-width:100%;height:auto;}video{background-size:cover;display:table-cell;vertical-align:middle;width:100%;}section{padding-top:7.5rem;padding-bottom:7.5rem;}@media (max-width:1199.98px){section{padding-top:5rem;padding-bottom:4rem;}}*:focus-visible{outline:none !important;}.table td,.table th{white-space:nowrap;}.table-compare td,.table-compare th{white-space:normal;}@media (min-width:767.98px){.table-shrink.table td,.table-shrink.table th{white-space:inherit;}}@media (max-width:767.98px){.table-shrink .table-responsive-title{width:200px;white-space:normal;}}.table .thead-dark{background-color:#222427;}.bg-primary-hover:hover,.bg-primary-hover.active,.bg-primary-hover:focus{background-color:var(--bs-primary) !important;color:var(--bs-white);border:1px solid var(--bs-primary);}.bg-light-hover:hover{background-color:var(--bs-light);}.border-primary-hover{border:1px solid transparent;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}.border-primary-hover:hover{border:1px solid var(--bs-primary) !important;}.bg-overlay{display:block;position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;}.bg-linear-overlay{background:-webkit-gradient(linear,left bottom,left top,color-stop(10%,rgba(0,0,0,0.5)),color-stop(59%,rgba(0,0,0,0.5)),to(rgb(0,0,0)));background:linear-gradient(to top,rgba(0,0,0,0.5) 10%,rgba(0,0,0,0.5) 59%,rgb(0,0,0) 100%);}small,.small{font-weight:400;}.smaller{font-size:60%;font-weight:500;}.dropcap{font-size:4em;font-weight:bold;display:block;float:left;margin:0.04em 0.2em 0 0;color:var(--bs-gray-900);line-height:1;}.bg-facebook{background-color:#5d82d1;color:#fff;border:none;}.bg-facebook:hover,.bg-facebook:active,.bg-facebook:focus{background-color:#5475bc;color:#fff;}.text-facebook{color:#5d82d1;}.text-facebook:hover{color:#5475bc;}.bg-whatsapp{background-color:#25D366;color:#fff;border:none;}.bg-whatsapp:hover,.bg-whatsapp:active,.bg-whatsapp:focus{background-color:#21be5c;color:#fff;}.text-whatsapp{color:#25D366;}.text-whatsapp:hover{color:#21be5c;}.bg-instagram{background:#c22b72;color:#fff;border:none;}.bg-instagram:hover,.bg-instagram:active,.bg-instagram:focus{background-color:#af2767;color:#fff;}.text-instagram{color:#c22b72;}.text-instagram:hover{color:#af2767;}.bg-instagram-gradient{background:radial-gradient(circle at 20% 130%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);background:-webkit-radial-gradient(circle at 20% 130%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);color:#fff;background-size:120% 120%;background-position:right bottom;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;border:0;}.bg-instagram-gradient:hover,.bg-instagram-gradient:active,.bg-instagram-gradient:focus{background:radial-gradient(circle at 20% 130%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);background:-webkit-radial-gradient(circle at 20% 130%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);color:#fff;background-size:100% 100%;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;background-position:left bottom;}.text-instagram-gradient{color:transparent;background:radial-gradient(circle at 20% 130%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);background:-webkit-radial-gradient(circle at 20% 130%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);background-clip:text;-webkit-background-clip:text;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;background-size:120% 120%;}.text-instagram-gradient:hover{color:transparent;background:radial-gradient(circle at 20% 130%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);background:-webkit-radial-gradient(circle at 20% 130%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);background-clip:text;-webkit-background-clip:text;background-size:100% 100%;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}.bg-google{background-color:#3c7ff1;color:#fff;border:none;}.bg-google:hover,.bg-google:active,.bg-google:focus{background-color:#3672d9;color:#fff;}.text-google{color:#3c7ff1;}.text-google:hover{color:#3672d9;}.text-google-icon{background:conic-gradient(from -45deg,#ea4335 110deg,#4285f4 90deg 180deg,#34a853 180deg 270deg,#fbbc05 270deg) 73% 55%/150% 150% no-repeat;-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;}.bg-twitter{background-color:#40bff5;color:#fff;border:none;}.bg-twitter:hover,.bg-twitter:active,.bg-twitter:focus{background-color:#3aacdd;color:#fff;}.text-twitter{color:#40bff5;}.text-twitter:hover{color:#3aacdd;}.bg-dribbble{background-color:#ea4c89;color:#fff;border:none;}.bg-dribbble:hover,.bg-dribbble:active,.bg-dribbble:focus{background-color:#d3447b;color:#fff;}.text-dribbble{color:#ea4c89;}.text-dribbble:hover{color:#d3447b;}.bg-linkedin{background-color:#238cc8;color:#fff;border:none;}.bg-linkedin:hover,.bg-linkedin:active,.bg-linkedin:focus{background-color:#207eb4;color:#fff;}.text-linkedin{color:#238cc8;}.text-linkedin:hover{color:#207eb4;}.bg-youtube{background-color:#ff0000;color:#fff;border:none;}.bg-youtube:hover,.bg-youtube:active,.bg-youtube:focus{background-color:#e60000;color:#fff;}.text-youtube{color:#ff0000;}.text-youtube:hover{color:#e60000;}.form-check .form-check-input:focus{-webkit-box-shadow:none;box-shadow:none;}.form-check .form-check-input,.form-check .form-check-label{cursor:pointer;}.form-switch .form-check-input:focus{-webkit-box-shadow:none;box-shadow:none;}.form-switch.form-check-md .form-check-input{height:1.3em;width:2.4em;}.form-switch.form-check-lg .form-check-input{height:2em;width:4em;margin-top:0.15em;}.form-switch.form-check-lg .form-check-input .form-check-input{width:3.4em;}.form-check-input.focus-shadow-none:focus{-webkit-box-shadow:none;box-shadow:none;}.color-check-radio .form-check-input{width:1.5em;height:1.5em;background-image:none;border:3px solid var(--bs-body-bg);}.color-check-radio .form-check-input:checked{border:3px solid #fff !important;-webkit-box-shadow:0 0.125rem 0.25rem rgba(29,58,83,0.3);box-shadow:0 0.125rem 0.25rem rgba(29,58,83,0.3);}.form-control.focus-shadow-none:focus{-webkit-box-shadow:none;box-shadow:none;}.input-floating-label.form-floating > label{padding:0.75rem;height:auto;}.input-floating-label.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label{transform:scale(0.85) translateY(-1.2rem) translateX(0.3rem) !important;background:var(--bs-body-bg);padding:0.3rem;}.input-floating-label.form-floating > .form-control:not(:-ms-input-placeholder) ~ label{transform:scale(0.85) translateY(-1.2rem) translateX(0.3rem) !important;background:var(--bs-body-bg);padding:0.3rem;}.input-floating-label.form-floating > .form-control:focus ~ label,.input-floating-label.form-floating > .form-control:not(:placeholder-shown) ~ label,.input-floating-label.form-floating > .form-control-plaintext ~ label,.input-floating-label.form-floating > .form-select ~ label{-webkit-transform:scale(0.85) translateY(-1.2rem) translateX(0.3rem) !important;transform:scale(0.85) translateY(-1.2rem) translateX(0.3rem) !important;background:var(--bs-body-bg);padding:0.3rem;}.input-floating-label.form-floating > .form-control:not(:-moz-placeholder-shown),.input-floating-label.form-floating > .form-control-plaintext:not(:-moz-placeholder-shown){padding-top:0.7rem;}.input-floating-label.form-floating > .form-control:not(:-ms-input-placeholder),.input-floating-label.form-floating > .form-control-plaintext:not(:-ms-input-placeholder){padding-top:0.7rem;}.input-floating-label.form-floating > .form-control:focus,.input-floating-label.form-floating > .form-control:not(:placeholder-shown),.input-floating-label.form-floating > .form-control-plaintext:focus,.input-floating-label.form-floating > .form-control-plaintext:not(:placeholder-shown){padding-top:0.7rem;}.input-floating-label.form-floating > .form-control,.input-floating-label.form-floating > .form-control-plaintext,.input-floating-label.form-floating > .form-select{height:calc(3rem + 2px);min-height:calc(3rem + 2px);}.plyr__control--overlaid,.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true],.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true],.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:var(--bs-primary);}.plyr--full-ui input[type=range]{color:var(--bs-primary);}.back-top{cursor:pointer;position:fixed !important;bottom:40px;right:40px;display:block;z-index:99;visibility:hidden;opacity:0;-webkit-transform:translateY(50%);transform:translateY(50%);-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;background:var(--bs-primary);color:#fff;border-radius:10%;width:52px;height:52px;line-height:52px;text-align:center;}.back-top:hover{background:var(--bs-link-hover-color);color:#fff;}.back-top.back-top-show{visibility:visible;opacity:1;-webkit-transform:translateY(0%);transform:translateY(0%);}@media (max-width:767.98px){.back-top{bottom:10px;right:10px;width:30px;height:30px;line-height:30px;}.back-top:before{font-size:0.6rem;}}@media (max-width:575.98px){.back-top{display:none;}}.bi.fa-fw{display:inline-block;}.preloader{background-color:var(--bs-body-bg);position:fixed;z-index:1190;height:100%;width:100%;top:0;left:0;}.preloader .preloader-item{position:absolute;top:50%;left:50%;text-align:center;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}.uploadremove{width:20px;height:20px;line-height:20px;text-align:center;border:0;padding:0;background:var(--bs-danger);border-radius:50%;position:absolute;top:0;right:0;z-index:1;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}.fakepasswordicon{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;}.fakepasswordicon.fa-eye:before{content:"\f06e" !important;}.inner-container{max-width:900px;margin-right:auto;margin-left:auto;}.inner-container-small{max-width:700px;margin-right:auto;margin-left:auto;}.inner-container.left{margin-left:0px;}.inner-container-small.left{margin-left:0px;}.nav-search .dropdown-menu{top:120%;visibility:hidden;opacity:0;display:block;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;width:300px;left:auto;right:0;}.nav-search .dropdown-menu.show{top:100%;visibility:visible;opacity:1;}@media (max-width:575.98px){.nav-search .dropdown-menu{width:100%;}}.step-process > *{position:relative;}.step-process > *::before{content:"";border:1px dashed var(--bs-gray-200);width:90%;position:absolute;top:50px;-webkit-transform:translateX(50%);transform:translateX(50%);z-index:-1;display:none;}@media (min-width:992px){.step-process > *:not(:last-child):before{display:block;}}@media (max-width:1199.98px){.vh-xl-auto{height:auto !important;}}@media (max-width:991.98px){.vh-lg-auto{height:auto !important;}}@media (max-width:767.98px){.vh-md-auto{height:auto !important;}}@media (max-width:575.98px){.vh-sm-auto{height:auto !important;}}.avatar{height:3rem;width:3rem;position:relative;display:inline-block !important;}.avatar-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;}.avatar-group{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;}.avatar-group > li{position:relative;}.avatar-group > li:not(:last-child){margin-right:-0.8rem;}.avatar .avatar-name{margin-left:7px;}.avatar-xxs{height:1.5rem;width:1.5rem;}.avatar-xs{height:2.1875rem;width:2.1875rem;}.avatar-sm{height:2.5rem;width:2.5rem;}.avatar-lg{height:4rem;width:4rem;}.avatar-xl{height:5.125rem;width:5.125rem;}.avatar-xxl{height:5.125rem;width:5.125rem;}@media (min-width:768px){.avatar-xxl{width:8rem;height:8rem;}}.avatar-xxxl{height:8rem;width:8rem;}@media (min-width:768px){.avatar-xxxl{width:11rem;height:11rem;}}.iphone-x{position:relative;margin:40px auto;width:360px;height:780px;background-color:#202124;border-radius:30px;-webkit-box-shadow:0px 0px 0px 11px #202124,0px 0px 0px 13px #202124,0px 0px 0px 10px #1a1a1d,0px 5px 7px 13px rgba(220,224,229,0.04);box-shadow:0px 0px 0px 11px #202124,0px 0px 0px 13px #202124,0px 0px 0px 10px #1a1a1d,0px 5px 7px 13px rgba(220,224,229,0.04);}.iphone-x:before,.iphone-x:after{content:"";position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);}.iphone-x:after{bottom:7px;width:140px;height:4px;background-color:#f8f8f8;border-radius:10px;}.iphone-x:before{top:-2px;width:66%;height:28px;background-color:#202124;border-radius:0px 0px 40px 40px;}.iphone-x i,.iphone-x b,.iphone-x s,.iphone-x span{position:absolute;display:block;color:transparent;}.iphone-x i{top:0px;left:50%;-webkit-transform:translate(-50%,6px);transform:translate(-50%,6px);height:8px;width:15%;background-color:#000;border-radius:8px;-webkit-box-shadow:inset 0px -3px 3px 0px rgba(255,255,255,0.2);box-shadow:inset 0px -3px 3px 0px rgba(255,255,255,0.2);}.iphone-x b{left:10%;top:0px;-webkit-transform:translate(180px,4px);transform:translate(180px,4px);width:12px;height:12px;background-color:#000;border-radius:12px;-webkit-box-shadow:inset 0px -3px 2px 0px rgba(255,255,255,0.2);box-shadow:inset 0px -3px 2px 0px rgba(255,255,255,0.2);}.iphone-x b:after{content:"";position:absolute;background-color:rgba(9,184,80,0.5);width:6px;height:6px;top:2px;left:2px;top:3px;left:3px;display:block;border-radius:4px;-webkit-box-shadow:inset 0px -2px 2px rgba(0,0,0,0.5);box-shadow:inset 0px -2px 2px rgba(0,0,0,0.5);}.iphone-x s{top:50px;text-align:center;text-decoration:none;width:100%;font-size:70px;font-weight:100;padding-top:60px;}.iphone-x span{bottom:50px;width:40px;height:40px;background-color:rgba(0,0,0,0.3);border-radius:50%;left:30px;}.iphone-x span + span{left:auto;right:30px;}.iphone-x.iphone-x-small{margin:40px auto;width:280px;height:580px;}.iphone-x.iphone-x-small b{left:4%;}@media (max-width:1199.98px){.iphone-x,.iphone-x.iphone-x-small{width:260px;height:540px;background-size:100%;}.iphone-x b,.iphone-x.iphone-x-small b{left:-1%;}.iphone-x.iphone-x-half{width:240px;height:280px;background-size:100%;}.iphone-x b{left:-6%;}}@media (max-width:575.98px){.iphone-x,.iphone-x.iphone-x-small{width:240px;height:480px;background-size:100%;}.iphone-x b,.iphone-x.iphone-x-small b{left:-6%;}}.mac_container{width:100%;margin:10px auto;}.mac_scaler{margin:auto;width:100%;padding-top:57.875%;height:0px;position:relative;}.mac_holder{position:absolute;left:0px;top:0px;width:100%;height:100%;}.mac_screen{margin:auto;background:#080808;width:86%;height:100%;border-top-left-radius:2% 3%;border-top-right-radius:2% 3%;border-bottom-left-radius:5% 3%;border-bottom-right-radius:5% 3%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:3%;position:relative;overflow:hidden;border:1px solid var(--bs-light);}.mac_camera{background:#333;border-radius:50%;width:1%;height:1.5%;position:absolute;left:49.5%;top:2%;}.mac_camera:after{content:"";position:absolute;left:35%;top:40%;width:30%;height:30%;border-radius:50%;background:#777;}.mac_bottom{background:#e9e9e9;background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#ccc),to(#444));background:linear-gradient(#ccc 50%,#444);width:100%;height:3%;position:relative;top:-1.7%;border-bottom-left-radius:6% 50%;border-bottom-right-radius:6% 50%;}.mac_bottom_top_half{width:100%;height:50%;background:#e9e9e9;background:-webkit-gradient(linear,left top,right top,from(#aaa),color-stop(0.5%,#f3f3f3),color-stop(2.5%,#aaa),color-stop(5.5%,#f3f3f3),color-stop(94.5%,#f3f3f3),color-stop(97.5%,#aaa),color-stop(99.5%,#f3f3f3),to(#aaa));background:linear-gradient(90deg,#aaa,#f3f3f3 0.5%,#aaa 2.5%,#f3f3f3 5.5%,#f3f3f3 94.5%,#aaa 97.5%,#f3f3f3 99.5%,#aaa);}.mac_bottom:after{content:"";position:absolute;right:1%;bottom:11%;width:98%;height:0%;-webkit-box-shadow:1px 0px 8px 1px #333;box-shadow:1px 0px 8px 1px #333;}.mac_thumb_space{background:#bbb;background:radial-gradient(90% 150% at 50% 1%,#eee 49%,#888);margin:auto;width:15%;height:60%;border-bottom-left-radius:8% 100%;border-bottom-right-radius:8% 100%;}.mac_screen_content{width:100%;height:100%;text-align:center;}.heading-color{color:var(--bs-gray-900) !important;}.text-primary-hover a{color:#c5c5c7;}.text-primary-hover a:hover{color:var(--bs-primary) !important;}a.text-primary-hover,button.text-primary-hover{color:var(--bs-gray-600);-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}a.text-primary-hover:hover,button.text-primary-hover:hover{color:var(--bs-primary) !important;}.text-primary-hover li{color:var(--bs-gray-300);}.text-primary-hover li:hover{color:var(--bs-primary) !important;}.font-base{font-family:"Inter",sans-serif !important;}.font-heading{font-family:"Instrument Sans",sans-serif !important;}.grayscale{-webkit-filter:grayscale(100%);filter:grayscale(100%);-webkit-transition:all 0.6s ease;transition:all 0.6s ease;}.grayscale:hover{filter:none;-webkit-filter:grayscale(0%);}.icon-sm{width:1.5rem;height:1.5rem;line-height:1.5rem;text-align:center;font-size:75%;}.icon-md{width:2.6rem;height:2.6rem;line-height:2.6rem;text-align:center;font-size:0.8rem;}.icon-lg{width:3.5rem;height:3.5rem;line-height:3.5rem;text-align:center;font-size:1.2rem;}.icon-xl{width:5rem;height:5rem;line-height:5rem;text-align:center;font-size:1.9rem;}.icon-xxl{width:7rem;height:7rem;line-height:7rem;text-align:center;font-size:2.5rem;}.swiper-button-next{right:0;}.swiper-button-next:after{display:none !important;}.swiper-button-prev{left:0;}.swiper-button-prev:after{display:none !important;}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{pointer-events:visible;}.swiper-pagination-bullet-active{background:var(--bs-primary);}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--bs-primary);}.swiper-pagination.swiper-pagination-primary .swiper-pagination-bullet{background-color:var(--bs-gray-500);-webkit-transition:width 0.3s ease-in-out,height 0.3s ease-in-out,background-color 0.3s ease-in-out;transition:width 0.3s ease-in-out,height 0.3s ease-in-out,background-color 0.3s ease-in-out;}.swiper-pagination.swiper-pagination-primary .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--bs-primary);width:20px;border-radius:5px;}.swiper-pagination.swiper-pagination-white .swiper-pagination-bullet{background-color:#fff;opacity:0.6;-webkit-transition:width 0.3s ease-in-out,height 0.3s ease-in-out,background-color 0.3s ease-in-out;transition:width 0.3s ease-in-out,height 0.3s ease-in-out,background-color 0.3s ease-in-out;}.swiper-pagination.swiper-pagination-white .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#fff;width:20px;border-radius:5px;opacity:1;}.swiper-pagination.swiper-pagination-line .swiper-pagination-bullet{width:30px;height:3px;border-radius:0;background-color:#fff;}.swiper-pagination.swiper-pagination-progress-primary{background-color:var(--bs-border-color);}.swiper-pagination.swiper-pagination-progress-primary .swiper-pagination-progressbar-fill{background-color:var(--bs-primary);}.swiper-outside-end-n20{margin-right:-20vw;}@media (max-width:767.98px){.swiper-outside-end-n20{margin-right:0;}}.swiper-img-scale .scale-img{-webkit-transition:-webkit-transform 5000ms linear 0s;transition:-webkit-transform 5000ms linear 0s;transition:transform 5000ms linear 0s;transition:transform 5000ms linear 0s,-webkit-transform 5000ms linear 0s;}.swiper-img-scale .swiper-slide-active .scale-img{-webkit-transform:scale(1.07,1.07);transform:scale(1.07,1.07);}.stepper-outline .step-trigger:hover{background-color:transparent;}.stepper-outline .bs-stepper-circle{width:3rem;height:3rem;border-radius:100%;background-color:var(--bs-light);border:2px solid var(--bs-gray-200);color:var(--bs-gray-200);line-height:1.8rem;}.stepper-outline .line{background-color:var(--bs-gray-200);}.stepper-outline .bs-stepper-content{padding:20px;}.stepper-outline .step.active .bs-stepper-circle{color:var(--bs-gray-600);border:2px solid var(--bs-gray-600);line-height:1.8rem;}.stepper-outline .step .bs-stepper-label{margin:0;}.stepper-outline .step.active .bs-stepper-label{color:var(--bs-primary);}.step-trigger{padding:5px;}.step-trigger:hover{text-decoration:none;background-color:transparent;}@media (max-width:767.98px){.stepper-outline .bs-stepper-circle{width:2.5rem;height:2.5rem;line-height:1.4rem;}.stepper-outline .step.active .bs-stepper-circle{line-height:1.6rem;}.stepper-outline .bs-stepper-content{padding:5px;}}[data-bs-theme=dark]{--bs-light:#292a2d;--bs-gray-100:#1f2122;--bs-gray-200:#3c3e41;--bs-gray-300:#5f5f68;--bs-gray-400:#a1a1a8;--bs-gray-500:#bfc0c9;--bs-gray-600:#c5c6cc;--bs-gray-700:#ffffffb3;--bs-gray-800:#ffffffd9;--bs-gray-900:#fff;--bs-body-bg:#161618;--bs-body-bg-rgb:#161618;--bs-body-color:#c4c5c7;--bs-heading-color:var(--bs-gray-900);--bs-mode:#191b1d;--bs-border-color:rgba(255,255,255,0.07);}[data-bs-theme=dark] body,[data-bs-theme=dark] p,[data-bs-theme=dark] ul,[data-bs-theme=dark] ol{color:var(--bs-body-color);}[data-bs-theme=dark] .navbar{--bs-navbar-color:var(--bs-gray-800);--bs-navbar-hover-color:var(--bs-primary);--bs-navbar-disabled-color:var(--bs-gray-400);--bs-navbar-active-color:var(--bs-primary);}[data-bs-theme=dark] .navbar-light-static .theme-icon-active svg{fill:var(--bs-gray-900);}[data-bs-theme=dark] .navbar-light-static .theme-icon-active .nav-link.active svg{fill:var(--bs-primary);}[data-bs-theme=dark] .nav{--bs-nav-link-color:var(--bs-gray-600);}[data-bs-theme=dark] .dropdown-menu{--bs-dropdown-bg:var(--bs-mode);--bs-dropdown-link-hover-color:var(--bs-primary);--bs-dropdown-link-active-color:var(--bs-primary);--bs-dropdown-link-disabled-color:var(--bs-gray-200);-webkit-box-shadow:none;box-shadow:none;border:1px solid var(--bs-border-color);}[data-bs-theme=dark] .btn-link{--bs-link-color:var(--bs-primary);--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-active-color:var(--bs-link-hover-color);}[data-bs-theme=dark] .modal{--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-footer-border-color:var(--bs-border-color);}[data-bs-theme=dark] .table-light{--bs-table-bg:var(--bs-light);--bs-table-color:var(--bs-gray-900);}[data-bs-theme=dark] .offcanvas,[data-bs-theme=dark] .offcanvas-xxl,[data-bs-theme=dark] .offcanvas-xl,[data-bs-theme=dark] .offcanvas-lg,[data-bs-theme=dark] .offcanvas-md,[data-bs-theme=dark] .offcanvas-sm{--bs-offcanvas-bg:var(--bs-body-bg);}[data-bs-theme=dark] .nav-pills{--bs-nav-pills-link-active-bg:var(--bs-primary);}[data-bs-theme=dark] .card{--bs-card-cap-bg:var(--bs-mode);--bs-card-bg:var(--bs-mode);}[data-bs-theme=dark] header.header-sticky-on{border-bottom:1px solid var(--bs-border-color);}[data-bs-theme=dark] .alert-primary{--bs-alert-bg:rgba(9,184,80,.05);--bs-alert-border-color:rgba(9,184,80,.25);--bs-alert-color:rgba(9,184,80,0.8);}[data-bs-theme=dark] .alert-white{--bs-alert-bg:rgba(255,255,255,.05);--bs-alert-border-color:rgba(255,255,255,.25);--bs-alert-color:rgba(255,255,255,0.8);}[data-bs-theme=dark] .alert-secondary{--bs-alert-bg:rgba(133,135,138,.05);--bs-alert-border-color:rgba(133,135,138,.25);--bs-alert-color:rgba(133,135,138,0.8);}[data-bs-theme=dark] .alert-success{--bs-alert-bg:rgba(12,188,135,.05);--bs-alert-border-color:rgba(12,188,135,.25);--bs-alert-color:rgba(12,188,135,0.8);}[data-bs-theme=dark] .alert-info{--bs-alert-bg:rgba(23,162,184,.05);--bs-alert-border-color:rgba(23,162,184,.25);--bs-alert-color:rgba(23,162,184,0.8);}[data-bs-theme=dark] .alert-warning{--bs-alert-bg:rgba(247,195,46,.05);--bs-alert-border-color:rgba(247,195,46,.25);--bs-alert-color:rgba(247,195,46,0.8);}[data-bs-theme=dark] .alert-danger{--bs-alert-bg:rgba(214,41,62,.05);--bs-alert-border-color:rgba(214,41,62,.25);--bs-alert-color:rgba(214,41,62,0.8);}[data-bs-theme=dark] .alert-light{--bs-alert-bg:rgba(248,248,248,.05);--bs-alert-border-color:rgba(248,248,248,.25);--bs-alert-color:rgba(248,248,248,0.8);}[data-bs-theme=dark] .alert-dark{--bs-alert-bg:rgba(32,33,36,.05);--bs-alert-border-color:rgba(32,33,36,.25);--bs-alert-color:rgba(32,33,36,0.8);}[data-bs-theme=dark] .alert-dark{--bs-alert-color:var(--bs-gray-700);--bs-alert-border-color:var( --bs-border-color);}[data-bs-theme=dark] .alert-light{--bs-alert-bg:var(--bs-light);--bs-alert-color:var(--bs-body-color);--bs-alert-link-color:#fff;--bs-alert-border-color:var( --bs-gray-200);}[data-bs-theme=dark] .alert-secondary{--bs-alert-bg:rgba(var(--bs-secondary-rgb),0.2);--bs-alert-color:var(--bs-body-color);--bs-alert-link-color:#fff;--bs-alert-border-color:var( --bs-border-color);}[data-bs-theme=dark] .btn-outline-dark{--bs-btn-color:var(--bs-gray-300);--bs-btn-border-color:var(--bs-gray-300);}[data-bs-theme=dark] .input-group .input-group-text:first-of-type:not(:last-child){border-right-color:transparent;}[data-bs-theme=dark] .input-group .input-group-text:last-of-type:not(:first-child){border-left-color:transparent;}[data-bs-theme=dark] .input-floating-label.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label{background:var(--bs-mode);}[data-bs-theme=dark] .input-floating-label.form-floating > .form-control:not(:-ms-input-placeholder) ~ label{background:var(--bs-mode);}[data-bs-theme=dark] .input-floating-label.form-floating > .form-control:focus ~ label,[data-bs-theme=dark] .input-floating-label.form-floating > .form-control:not(:placeholder-shown) ~ label,[data-bs-theme=dark] .input-floating-label.form-floating > .form-control-plaintext ~ label,[data-bs-theme=dark] .input-floating-label.form-floating > .form-select ~ label{background:var(--bs-mode);}[data-bs-theme=dark] .input-floating-label.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after,[data-bs-theme=dark] .input-floating-label.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after{background:var(--bs-mode);}[data-bs-theme=dark] .input-floating-label.form-floating > .form-control:not(:-ms-input-placeholder) ~ label::after,[data-bs-theme=dark] .input-floating-label.form-floating > .form-control:not(:-ms-input-placeholder) ~ label::after{background:var(--bs-mode);}[data-bs-theme=dark] .input-floating-label.form-floating > .form-control:not(:placeholder-shown) ~ label::after,[data-bs-theme=dark] .input-floating-label.form-floating > .form-control:focus ~ label::after,[data-bs-theme=dark] .input-floating-label.form-floating > .form-control:not(:placeholder-shown) ~ label::after,[data-bs-theme=dark] .input-floating-label.form-floating > .form-control-plaintext ~ label::after,[data-bs-theme=dark] .input-floating-label.form-floating > .form-select ~ label::after{background:var(--bs-mode);}[data-bs-theme=dark] .form-control:focus{border-color:var(--bs-gray-300);-webkit-box-shadow:0 7px 15px 3px rgba(42,44,46,0.3);box-shadow:0 7px 15px 3px rgba(42,44,46,0.3);}[data-bs-theme=dark] .form-control.focus-shadow-none:focus{-webkit-box-shadow:none;box-shadow:none;}[data-bs-theme=dark] .form-select:focus{border-color:var(--bs-gray-300);-webkit-box-shadow:0 7px 15px 3px rgba(42,44,46,0.3);box-shadow:0 7px 15px 3px rgba(42,44,46,0.3);}[data-bs-theme=dark] .form-select.focus-shadow-none:focus{-webkit-box-shadow:none;box-shadow:none;}[data-bs-theme=dark] .bg-light{background-color:var(--bs-light) !important;}[data-bs-theme=dark] .fill-light{fill:var(--bs-light) !important;}[data-bs-theme=dark] .border-light{border-color:var(--bs-light) !important;}[data-bs-theme=dark] .bg-body{background-color:var(--bs-body-bg) !important;}[data-bs-theme=dark] .shadow,[data-bs-theme=dark] .shadow-lg,[data-bs-theme=dark] .shadow-sm{-webkit-box-shadow:none !important;box-shadow:none !important;}[data-bs-theme=dark] .navbar-nav .dropdown .dropdown-submenu:hover > .dropdown-menu{-webkit-box-shadow:none;box-shadow:none;}[data-bs-theme=dark] .btn-close{-webkit-filter:invert(1) grayscale(100%) brightness(300%);filter:invert(1) grayscale(100%) brightness(300%);}[data-bs-theme=dark] .form-check-input:checked{background-color:var(--bs-primary);border-color:var(--bs-primary);}[data-bs-theme=dark] .text-primary-hover a{color:var(--bs-gray-600);}[data-bs-theme=dark] .text-primary-hover li{color:var(--bs-gray-600) !important;}[data-bs-theme=dark] .iphone-x{background-color:var(--bs-gray-200);-webkit-box-shadow:0px 0px 0px 11px var(--bs-gray-200),0px 0px 0px 13px var(--bs-gray-200),0px 0px 0px 10px #1a1a1d,0px 5px 7px 13px rgba(220,224,229,0.04);box-shadow:0px 0px 0px 11px var(--bs-gray-200),0px 0px 0px 13px var(--bs-gray-200),0px 0px 0px 10px #1a1a1d,0px 5px 7px 13px rgba(220,224,229,0.04);}[data-bs-theme=dark] .iphone-x:before{background-color:var(--bs-gray-200);}[data-bs-theme=dark] .iphone-x i{background-color:#000;-webkit-box-shadow:inset 0px -3px 3px 0px rgba(255,255,255,0.2);box-shadow:inset 0px -3px 3px 0px rgba(255,255,255,0.2);}[data-bs-theme=dark] .iphone-x b{background-color:#000;-webkit-box-shadow:inset 0px -3px 2px 0px rgba(255,255,255,0.2);box-shadow:inset 0px -3px 2px 0px rgba(255,255,255,0.2);}[data-bs-theme=dark] .accordion.accordion-border .accordion-button[aria-expanded=true]{color:var(--bs-gray-100);}[data-bs-theme=dark] .accordion.accordion-border .accordion-button[aria-expanded=true]:before{background:var(--bs-gray-100) !important;}[data-bs-theme=dark] .accordion.accordion-border .accordion-button[aria-expanded=true]:after{background:var(--bs-gray-100) !important;}.dark-mode-item{display:none !important;}[data-bs-theme=dark] .dark-mode-item{display:inline-block !important;}[data-bs-theme=dark] .light-mode-item{display:none !important;}