@charset "UTF-8";.clearfix:after{display:block;clear:both;content:""}.text-bg-primary{color:#fff!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-info{color:#000!important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-light{color:#000!important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity, 1))!important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity, 1))!important}.link-primary:hover,.link-primary:focus{color:RGBA(10,88,202,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity, 1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity, 1))!important}.link-secondary:hover,.link-secondary:focus{color:RGBA(86,94,100,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity, 1))!important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity, 1))!important}.link-success:hover,.link-success:focus{color:RGBA(20,108,67,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity, 1))!important}.link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity, 1))!important}.link-info:hover,.link-info:focus{color:RGBA(61,213,243,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity, 1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity, 1))!important}.link-warning:hover,.link-warning:focus{color:RGBA(255,205,57,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity, 1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity, 1))!important}.link-danger:hover,.link-danger:focus{color:RGBA(176,42,55,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity, 1))!important}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity, 1))!important}.link-light:hover,.link-light:focus{color:RGBA(249,250,251,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity, 1))!important}.link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity, 1))!important}.link-dark:hover,.link-dark:focus{color:RGBA(26,30,33,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity, 1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, 1))!important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, .75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, .75))!important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, .5));text-underline-offset:.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media (prefers-reduced-motion: reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media (min-width: 576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute!important}.stretched-link:after{position:absolute;inset:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{object-fit:contain!important}.object-fit-cover{object-fit:cover!important}.object-fit-fill{object-fit:fill!important}.object-fit-scale{object-fit:scale-down!important}.object-fit-none{object-fit:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:var(--bs-box-shadow)!important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.focus-ring-primary{--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translate(-50%)!important}.translate-middle-y{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-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-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-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: .1}.border-opacity-25{--bs-border-opacity: .25}.border-opacity-50{--bs-border-opacity: .5}.border-opacity-75{--bs-border-opacity: .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{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!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:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.column-gap-0{column-gap:0!important}.column-gap-1{column-gap:.25rem!important}.column-gap-2{column-gap:.5rem!important}.column-gap-3{column-gap:1rem!important}.column-gap-4{column-gap:1.5rem!important}.column-gap-5{column-gap:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!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-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-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-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:#00000080!important}.text-white-50{--bs-text-opacity: 1;color:#ffffff80!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: .25}.text-opacity-50{--bs-text-opacity: .5}.text-opacity-75{--bs-text-opacity: .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,.link-opacity-10-hover:hover{--bs-link-opacity: .1}.link-opacity-25,.link-opacity-25-hover:hover{--bs-link-opacity: .25}.link-opacity-50,.link-opacity-50-hover:hover{--bs-link-opacity: .5}.link-opacity-75,.link-opacity-75-hover:hover{--bs-link-opacity: .75}.link-opacity-100,.link-opacity-100-hover:hover{--bs-link-opacity: 1}.link-offset-1,.link-offset-1-hover:hover{text-underline-offset:.125em!important}.link-offset-2,.link-offset-2-hover:hover{text-underline-offset:.25em!important}.link-offset-3,.link-offset-3-hover:hover{text-underline-offset:.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-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,.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity: 0}.link-underline-opacity-10,.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity: .1}.link-underline-opacity-25,.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity: .25}.link-underline-opacity-50,.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity: .5}.link-underline-opacity-75,.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity: .75}.link-underline-opacity-100,.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-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-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-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: .1}.bg-opacity-25{--bs-bg-opacity: .25}.bg-opacity-50{--bs-bg-opacity: .5}.bg-opacity-75{--bs-bg-opacity: .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{user-select:all!important}.user-select-auto{user-select:auto!important}.user-select-none{user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius: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{object-fit:contain!important}.object-fit-sm-cover{object-fit:cover!important}.object-fit-sm-fill{object-fit:fill!important}.object-fit-sm-scale{object-fit:scale-down!important}.object-fit-sm-none{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:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!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:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{column-gap:0!important}.column-gap-sm-1{column-gap:.25rem!important}.column-gap-sm-2{column-gap:.5rem!important}.column-gap-sm-3{column-gap:1rem!important}.column-gap-sm-4{column-gap:1.5rem!important}.column-gap-sm-5{column-gap:3rem!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{object-fit:contain!important}.object-fit-md-cover{object-fit:cover!important}.object-fit-md-fill{object-fit:fill!important}.object-fit-md-scale{object-fit:scale-down!important}.object-fit-md-none{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:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!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:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{column-gap:0!important}.column-gap-md-1{column-gap:.25rem!important}.column-gap-md-2{column-gap:.5rem!important}.column-gap-md-3{column-gap:1rem!important}.column-gap-md-4{column-gap:1.5rem!important}.column-gap-md-5{column-gap:3rem!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{object-fit:contain!important}.object-fit-lg-cover{object-fit:cover!important}.object-fit-lg-fill{object-fit:fill!important}.object-fit-lg-scale{object-fit:scale-down!important}.object-fit-lg-none{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:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!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:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{column-gap:0!important}.column-gap-lg-1{column-gap:.25rem!important}.column-gap-lg-2{column-gap:.5rem!important}.column-gap-lg-3{column-gap:1rem!important}.column-gap-lg-4{column-gap:1.5rem!important}.column-gap-lg-5{column-gap:3rem!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{object-fit:contain!important}.object-fit-xl-cover{object-fit:cover!important}.object-fit-xl-fill{object-fit:fill!important}.object-fit-xl-scale{object-fit:scale-down!important}.object-fit-xl-none{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:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!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:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{column-gap:0!important}.column-gap-xl-1{column-gap:.25rem!important}.column-gap-xl-2{column-gap:.5rem!important}.column-gap-xl-3{column-gap:1rem!important}.column-gap-xl-4{column-gap:1.5rem!important}.column-gap-xl-5{column-gap:3rem!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{object-fit:contain!important}.object-fit-xxl-cover{object-fit:cover!important}.object-fit-xxl-fill{object-fit:fill!important}.object-fit-xxl-scale{object-fit:scale-down!important}.object-fit-xxl-none{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:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!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:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.column-gap-xxl-0{column-gap:0!important}.column-gap-xxl-1{column-gap:.25rem!important}.column-gap-xxl-2{column-gap:.5rem!important}.column-gap-xxl-3{column-gap:1rem!important}.column-gap-xxl-4{column-gap:1.5rem!important}.column-gap-xxl-5{column-gap:3rem!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:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{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:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion: reduce){.collapsing.collapse-horizontal{transition:none}}.toast{--bs-toast-zindex: 1090;--bs-toast-padding-x: .75rem;--bs-toast-padding-y: .5rem;--bs-toast-spacing: 1.5rem;--bs-toast-max-width: 350px;--bs-toast-font-size: .875rem;--bs-toast-color: ;--bs-toast-bg: rgba(var(--bs-body-bg-rgb), .85);--bs-toast-border-width: var(--bs-border-width);--bs-toast-border-color: var(--bs-border-color-translucent);--bs-toast-border-radius: var(--bs-border-radius);--bs-toast-box-shadow: var(--bs-box-shadow);--bs-toast-header-color: var(--bs-secondary-color);--bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), .85);--bs-toast-header-border-color: var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex: 1090;position:absolute;z-index:var(--bs-toast-zindex);width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.tooltip{--bs-tooltip-zindex: 1080;--bs-tooltip-max-width: 200px;--bs-tooltip-padding-x: .5rem;--bs-tooltip-padding-y: .25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size: .875rem;--bs-tooltip-color: var(--bs-body-bg);--bs-tooltip-bg: var(--bs-emphasis-color);--bs-tooltip-border-radius: var(--bs-border-radius);--bs-tooltip-opacity: .9;--bs-tooltip-arrow-width: .8rem;--bs-tooltip-arrow-height: .4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{bottom:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-top .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-end .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-bottom .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-start .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.table{--bs-table-color-type: initial;--bs-table-bg-type: initial;--bs-table-color-state: initial;--bs-table-bg-state: initial;--bs-table-color: var(--bs-emphasis-color);--bs-table-bg: var(--bs-body-bg);--bs-table-border-color: var(--bs-border-color);--bs-table-accent-bg: transparent;--bs-table-striped-color: var(--bs-emphasis-color);--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), .05);--bs-table-active-color: var(--bs-emphasis-color);--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), .1);--bs-table-hover-color: var(--bs-emphasis-color);--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), .075);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem;color:var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width) * 2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(2n){--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-active{--bs-table-color-state: var(--bs-table-active-color);--bs-table-bg-state: var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state: var(--bs-table-hover-color);--bs-table-bg-state: var(--bs-table-hover-bg)}.table-primary{--bs-table-color: #000;--bs-table-bg: #cfe2ff;--bs-table-border-color: #a6b5cc;--bs-table-striped-bg: #c5d7f2;--bs-table-striped-color: #000;--bs-table-active-bg: #bacbe6;--bs-table-active-color: #000;--bs-table-hover-bg: #bfd1ec;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color: #000;--bs-table-bg: #e2e3e5;--bs-table-border-color: #b5b6b7;--bs-table-striped-bg: #d7d8da;--bs-table-striped-color: #000;--bs-table-active-bg: #cbccce;--bs-table-active-color: #000;--bs-table-hover-bg: #d1d2d4;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color: #000;--bs-table-bg: #d1e7dd;--bs-table-border-color: #a7b9b1;--bs-table-striped-bg: #c7dbd2;--bs-table-striped-color: #000;--bs-table-active-bg: #bcd0c7;--bs-table-active-color: #000;--bs-table-hover-bg: #c1d6cc;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color: #000;--bs-table-bg: #cff4fc;--bs-table-border-color: #a6c3ca;--bs-table-striped-bg: #c5e8ef;--bs-table-striped-color: #000;--bs-table-active-bg: #badce3;--bs-table-active-color: #000;--bs-table-hover-bg: #bfe2e9;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color: #000;--bs-table-bg: #fff3cd;--bs-table-border-color: #ccc2a4;--bs-table-striped-bg: #f2e7c3;--bs-table-striped-color: #000;--bs-table-active-bg: #e6dbb9;--bs-table-active-color: #000;--bs-table-hover-bg: #ece1be;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color: #000;--bs-table-bg: #f8d7da;--bs-table-border-color: #c6acae;--bs-table-striped-bg: #eccccf;--bs-table-striped-color: #000;--bs-table-active-bg: #dfc2c4;--bs-table-active-color: #000;--bs-table-hover-bg: #e5c7ca;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color: #000;--bs-table-bg: #f8f9fa;--bs-table-border-color: #c6c7c8;--bs-table-striped-bg: #ecedee;--bs-table-striped-color: #000;--bs-table-active-bg: #dfe0e1;--bs-table-active-color: #000;--bs-table-hover-bg: #e5e6e7;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color: #fff;--bs-table-bg: #212529;--bs-table-border-color: #4d5154;--bs-table-striped-bg: #2c3034;--bs-table-striped-color: #fff;--bs-table-active-bg: #373b3e;--bs-table-active-color: #fff;--bs-table-hover-bg: #323539;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width: 575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.r\:50{border-radius:2.78em}@media (max-width: 991.98px){.r\:50{border-radius:1.85em}}@media (max-width: 767.98px){.r\:50{border-radius:1.39em}}.r\:40{border-radius:2.22em}@media (max-width: 991.98px){.r\:40{border-radius:1.48em}}@media (max-width: 767.98px){.r\:40{border-radius:1.11em}}.r\:35{border-radius:1.94em}@media (max-width: 991.98px){.r\:35{border-radius:1.3em}}@media (max-width: 767.98px){.r\:35{border-radius:.97em}}.r\:30{border-radius:1.67em}@media (max-width: 991.98px){.r\:30{border-radius:1.11em}}@media (max-width: 767.98px){.r\:30{border-radius:.83em}}.r\:25{border-radius:1.39em}@media (max-width: 991.98px){.r\:25{border-radius:.93em}}@media (max-width: 767.98px){.r\:25{border-radius:.69em}}.r\:20{border-radius:1.11em}@media (max-width: 991.98px){.r\:20{border-radius:.74em}}@media (max-width: 767.98px){.r\:20{border-radius:.56em}}.r\:15{border-radius:.83em}@media (max-width: 991.98px){.r\:15{border-radius:.56em}}@media (max-width: 767.98px){.r\:15{border-radius:.42em}}.r\:10{border-radius:.56em}@media (max-width: 991.98px){.r\:10{border-radius:.37em}}@media (max-width: 767.98px){.r\:10{border-radius:.28em}}.o\:10{opacity:.1}.o\:20{opacity:.2}.o\:30{opacity:.3}.o\:40{opacity:.4}.o\:50{opacity:.5}.o\:60{opacity:.6}.o\:70{opacity:.7}.o\:80{opacity:.8}.o\:90{opacity:.9}.fs\:10{font-size:.56em;line-height:1.5}@media (max-width: 1399.98px){.fs\:10{font-size:.5em}}.fs\:11{font-size:.61em;line-height:1.5}@media (max-width: 1399.98px){.fs\:11{font-size:.55em}}.fs\:12{font-size:.67em;line-height:1.5}@media (max-width: 1399.98px){.fs\:12{font-size:.6em}}.fs\:13{font-size:.72em;line-height:1.5}@media (max-width: 1399.98px){.fs\:13{font-size:.65em}}.fs\:14{font-size:.78em;line-height:1.5}@media (max-width: 1399.98px){.fs\:14{font-size:.7em}}.fs\:15{font-size:.83em;line-height:1.5}@media (max-width: 1399.98px){.fs\:15{font-size:.75em}}.fs\:16{font-size:.89em;line-height:1.5}@media (max-width: 1399.98px){.fs\:16{font-size:.8em}}.fs\:18{font-size:1em;line-height:1.5}@media (max-width: 1399.98px){.fs\:18{font-size:.9em}}.fs\:21{font-size:1.17em;line-height:1.5}@media (max-width: 1399.98px){.fs\:21{font-size:1.05em}}.fs\:24,.btn.-large{font-size:1.33em;line-height:1.333}@media (max-width: 1399.98px){.fs\:24,.btn.-large{font-size:1.2em}}.fs\:27,.standard-content h3{font-size:1.5em;line-height:1.333}@media (max-width: 1399.98px){.fs\:27,.standard-content h3{font-size:1.35em}}.fs\:32{font-size:1.78em;line-height:1.25}@media (max-width: 1399.98px){.fs\:32{font-size:1.6em}}.fs\:36,.standard-content h2{font-size:2em;line-height:1.25}@media (max-width: 1399.98px){.fs\:36,.standard-content h2{font-size:1.8em}}.fs\:42{font-size:2.33em;line-height:1.25}@media (max-width: 1399.98px){.fs\:42{font-size:2.1em}}.fs\:52{font-size:2.89em;line-height:1.15}@media (max-width: 1399.98px){.fs\:52{font-size:2.6em}}.fs\:62{font-size:3.44em;line-height:1.15}@media (max-width: 1399.98px){.fs\:62{font-size:3.1em}}.fs\:72{font-size:4em;line-height:1.15}@media (max-width: 1399.98px){.fs\:72{font-size:3.6em}}.fs\:90{font-size:5em;line-height:1.15}@media (max-width: 1399.98px){.fs\:90{font-size:4.5em}}.fs\:140{font-size:7.78em;line-height:.85}@media (max-width: 1399.98px){.fs\:140{font-size:7em}}@media (max-width: 767.98px){.fs\:140{font-size:4.44em}}.d\:block{display:block}.d\:flex{display:flex}.d\:inline-block{display:inline-block}.d\:flex\:column{display:flex;flex-direction:column}.d\:flex\:v-center{display:flex;justify-content:center}.d\:flex\:h-center{display:flex;align-items:center}.fs\:red,.fc\:red,.c\:red{color:#ed1c24}.bg\:red{background-color:#ed1c24}.fs\:aqua,.fc\:aqua,.c\:aqua{color:#75a5a2}.bg\:aqua{background-color:#75a5a2}.fs\:dark,.fc\:dark,.c\:dark{color:#353535}.bg\:dark{background-color:#353535}.fs\:esg-blue-dark,.fc\:esg-blue-dark,.c\:esg-blue-dark{color:#031923}.bg\:esg-blue-dark{background-color:#031923}.fs\:esg-blue,.fc\:esg-blue,.c\:esg-blue{color:#00537a}.bg\:esg-blue{background-color:#00537a}.fs\:gray,.fc\:gray,.c\:gray{color:#b0b0b0}.bg\:gray{background-color:#b0b0b0}.fs\:black,.fc\:black,.c\:black{color:#000}.bg\:black{background-color:#000}.fs\:white,.fc\:white,.c\:white{color:#fff}.bg\:white{background-color:#fff}.fs\:green,.fc\:green,.c\:green{color:#3a9c54}.bg\:green{background-color:#3a9c54}.fs\:brown,.fc\:brown,.c\:brown{color:#282520}.bg\:brown{background-color:#282520}.fs\:sepia,.fc\:sepia,.c\:sepia{color:#a99f8f}.bg\:sepia{background-color:#a99f8f}.fs\:beige,.fc\:beige,.c\:beige{color:#c1bda9}.bg\:beige{background-color:#c1bda9}.fs\:gray-old,.fc\:gray-old,.c\:gray-old{color:#cdcdcd}.bg\:gray-old{background-color:#cdcdcd}.fs\:green-dark,.fc\:green-dark,.c\:green-dark{color:#5a6a5e}.bg\:green-dark{background-color:#5a6a5e}.fs\:green-light,.fc\:green-light,.c\:green-light{color:#d9e7dd}.bg\:green-light{background-color:#d9e7dd}.fs\:blue-dark,.fc\:blue-dark,.c\:blue-dark{color:#001622}.bg\:blue-dark{background-color:#001622}.fs\:neon,.fc\:neon,.c\:neon{color:#0ff}.bg\:neon{background-color:#0ff}.fs\:150{font-size:clamp(32px,7vw,150px);line-height:.85}@media (max-width: 991.98px){.fs\:62{font-size:2em}.fs\:52{font-size:1.75em}.fs\:36,.standard-content h2{font-size:1.5em}.fs\:32{font-size:1.35em}.fs\:21{font-size:.95em}.fs\:18{font-size:.9em}}@media (max-width: 575.98px){.fs\:62{font-size:10vw}.fs\:52{font-size:8vw}.fs\:36,.standard-content h2{font-size:6vw}.fs\:32{font-size:5vw}}.ls\:50{letter-spacing:.05em}.ls\:25{letter-spacing:.025em}.ls\:20{letter-spacing:.02em}.ls\:15{letter-spacing:.015em}.fw\:400,.fw\:regular{font-weight:400!important}.fw\:700,.fw\:bold{font-weight:700!important}.fw\:900,.fw\:black{font-weight:900!important}.fs\:reset{font-size:1em}.fs\:italic{font-style:italic}.fs\:regular,.fs\:no-italic,.fs\:normal{font-style:normal}.f\:uppercase,.f\:upper,.-uppercase,.uppercase{text-transform:uppercase}.m\:auto{margin:auto}.mb\:0{margin-bottom:0}.mt\:0{margin-top:0}.ml\:0{margin-left:0}.mr\:0{margin-right:0}.m\:0{margin:0}.pb\:0{padding-bottom:0}.pt\:0{padding-top:0}.pl\:0{padding-left:0}.pr\:0{padding-right:0}.p\:0{padding:0}.mb\:1{margin-bottom:1em}.mt\:1{margin-top:1em}.ml\:1{margin-left:1em}.mr\:1{margin-right:1em}.m\:1{margin:1em}.pb\:1{padding-bottom:1em}.pt\:1{padding-top:1em}.pl\:1{padding-left:1em}.pr\:1{padding-right:1em}.p\:1{padding:1em}.mb\:2{margin-bottom:2em}.mt\:2{margin-top:2em}.ml\:2{margin-left:2em}.mr\:2{margin-right:2em}.m\:2{margin:2em}.pb\:2{padding-bottom:2em}.pt\:2{padding-top:2em}.pl\:2{padding-left:2em}.pr\:2{padding-right:2em}.p\:2{padding:2em}.mb\:3{margin-bottom:3em}.mt\:3{margin-top:3em}.ml\:3{margin-left:3em}.mr\:3{margin-right:3em}.m\:3{margin:3em}.pb\:3{padding-bottom:3em}.pt\:3{padding-top:3em}.pl\:3{padding-left:3em}.pr\:3{padding-right:3em}.p\:3{padding:3em}.mb\:4{margin-bottom:4em}.mt\:4{margin-top:4em}.ml\:4{margin-left:4em}.mr\:4{margin-right:4em}.m\:4{margin:4em}.pb\:4{padding-bottom:4em}.pt\:4{padding-top:4em}.pl\:4{padding-left:4em}.pr\:4{padding-right:4em}.p\:4{padding:4em}.mb\:5{margin-bottom:5em}.mt\:5{margin-top:5em}.ml\:5{margin-left:5em}.mr\:5{margin-right:5em}.m\:5{margin:5em}.pb\:5{padding-bottom:5em}.pt\:5{padding-top:5em}.pl\:5{padding-left:5em}.pr\:5{padding-right:5em}.p\:5{padding:5em}.mb\:1-2{margin-bottom:.5em}.-hide{display:none}.list\:unstyled,.region-group__content ul,.list\:unstyle{list-style:none;padding:0}.list\:inline{list-style:none;padding:0;margin:0}.list\:inline li{display:inline-block;margin-right:1em}.text\:center{text-align:center}.text\:end{text-align:right}.link\:no-underline{color:#ed1c24}.link\:no-underline:hover{text-decoration:underline;color:#ed1c24}.link\:standard{color:#ed1c24;text-decoration:underline}.link\:standard:hover{text-decoration:none;color:#ed1c24}hr{border:1px solid #5A6A5E;margin:1em 0}.btn{outline:none;border:none;display:inline-block;transition:all ease .15s;padding:.5em 1.25em;line-height:1.15;background-color:#ed1c24;border-radius:1em;font-weight:700;letter-spacing:.02em}.btn.-glow{box-shadow:0 .44em .28em #00000040,0 0 2.5em #ed1c2480}.btn.-glow:hover{box-shadow:0 .44em .17em #0000001a,0 0 3.61em #f53339bf}.btn:hover{background-color:#f53339;text-decoration:underline}.btn.-black{background-color:#000;color:#fff;box-shadow:0 8px 5px transparent}.btn.-black:hover{box-shadow:0 15px 15px #00000080}.btn.-rounded,.btn.btn\:rounded{border-radius:10em}.btn.-pill{padding:.28em .83em}.btn.-border,.btn.-outline{background:transparent;border:2px solid currentColor}.btn.-red{color:#ed1c24;text-align:center}.btn.-red:hover{background-color:#ed1c24}.btn.-small{font-size:.89em}.btn.-smaller{font-size:.78em}.btn[disabled]:not(.-loading){background-color:#00000029;cursor:not-allowed;box-shadow:none;color:#0000006e}.btn[disabled]:not(.-loading):hover{background-color:#00000029;color:#0000006e;text-decoration:none}.btn.-loading{cursor:progress;pointer-events:none;color:#00000080}.btn.btn\:black{background-color:#000;color:#ed1c24}.btn.btn\:black:hover{background-color:#000;color:#fff}.btn.btn\:shadow{transition-duration:.5s;box-shadow:0 .67em .33em #00000040}.btn.btn\:shadow:hover{box-shadow:0 .33em 1.39em #000000bf}.btn.btn\:outline{border:.11em solid #FF5B5B;background-color:transparent}.btn.btn\:outline.btn\:white:hover{background-color:#fff;color:#000;border-color:#fff}.btn.btn\:red{color:#fff}.btn.btn\:red:hover{background-color:#f53339;color:#fff}.btn.btn\:white{color:#fff;border-color:currentColor}.btn.btn\:white:hover{color:#fff}.btn.btn\:small-round{border-radius:.48em}:root{--color-red: #ED1C24}body{overflow-x:hidden;font-family:proxima-nova,Helvetica,Roboto,system-ui,sans-serif;font-weight:400;font-style:normal;font-size:1.125rem;line-height:1.5;min-height:120vh;color:#000}@media (max-width: 1399.98px){body{font-size:1rem}}@media (max-width: 767.98px){body{font-size:.9rem}}body#tinymce{min-height:initial}body.-block-scroll{overflow:hidden}a{color:inherit;text-decoration:none}a:hover{color:inherit}.list-inline,.l\:inline{display:inline-block;padding-left:0}.list-inline li,.l\:inline li{list-style:none;display:inline-block}.list-unstyled,.l\:reset{list-style:none;padding-left:0}img{max-width:100%}.tooltip-text{border-bottom:1px dotted #DBDBDB;cursor:help}a.tooltip-text{cursor:pointer}figure{margin-bottom:0}.standard-content h2{margin-bottom:.5em;margin-top:1.5em;font-weight:400}.standard-content p{margin-bottom:1.5em;text-align:justify;hyphens:auto;letter-spacing:.02em}.headroom{will-change:transform;transition:transform .2s linear;position:fixed;z-index:9;height:5.56em}@media (max-width: 767.98px){.headroom{height:initial}}.page-cntr{padding-top:5.56em}@media (max-width: 767.98px){.page-cntr{padding-top:8.33em}}.headroom--pinned{transform:translateY(0)}.headroom--unpinned{transform:translateY(-100%)}.top-bar{width:100%;display:flex;align-items:center;border-bottom:1px solid #ABABAB;box-shadow:0 5px 20px #00000040}@media (max-width: 767.98px){.top-bar{flex-wrap:wrap}}@media (max-width: 767.98px){.branch-selector{max-width:200px!important;min-width:100px!important;display:block!important}}@media (max-width: 767.98px){.branch-selector__graphics{display:none!important}}.top-bar__logo-img{max-height:2.78em}@media (max-width: 767.98px){.top-bar__logo-img{max-height:1.94em}}.top-bar__logo{padding:1em;border-right:1px solid #ABABAB;align-self:stretch}@media (max-width: 767.98px){.top-bar__logo{text-align:center;width:100%;flex-grow:1}}.top-bar__nav{padding-left:2em;background:#fff}@media (max-width: 767.98px){.top-bar__nav{padding-left:0}}@media (max-width: 767.98px){.top-bar__menu{width:100%;border-top:1px solid #eee;font-size:.8em}.top-bar__menu .top-bar__nav-list{justify-content:center}}.top-bar__nav-list{margin-bottom:0}@media (max-width: 767.98px){.top-bar__nav-list{padding:0;display:grid;grid-template-columns:1fr 1fr 1fr}}.top-bar__nav-item{position:relative;margin-right:2em}.top-bar__nav-item .submenu-arrow{transition:all ease .5s;display:inline-block;transform:rotate(180deg);transform-origin:center}@media (max-width: 767.98px){.top-bar__nav-item .submenu-arrow{display:none}}.top-bar__nav-item:hover .submenu-arrow{transform:rotate(0) translateY(-3px)}@media (max-width: 767.98px){.top-bar__nav-item{margin-right:0;border-right:1px solid #eee}}.top-bar__nav-link{padding-bottom:1em;font-weight:700;text-transform:uppercase}.top-bar__nav-item:not(.-has-submenu) .top-bar__nav-link:hover{text-decoration:underline}.nav-link-label\:mobile{display:none}@media (max-width: 767.98px){.nav-link-label\:mobile{display:inline}}@media (max-width: 767.98px){.nav-link-label{display:none}}@media (max-width: 767.98px){.top-bar__nav-item{font-size:14px;line-height:1.15;text-align:center;padding:.25em .5em}}.branch-selector__helper{position:absolute;transition:.5s;display:none;padding-top:1em}.top-bar__nav-link:hover+.branch-selector__helper,.branch-selector__helper:hover{display:block;z-index:1}@media (max-width: 767.98px){.branch-selector__helper{min-width:200px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.branch-selector{position:relative;transform:translate(-1em);transition:all 1s ease-in-out;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;animation-name:fadeIn;min-width:35.56em;z-index:1;box-shadow:0 5px 20px #00000040}.branch-selector:before{display:inline-block;content:"";position:absolute;width:3.06em;height:1em;background:url(/app/themes/fennercorporate/dist/img/white-triangle.svg) center top no-repeat;background-size:contain;top:-.83em;left:2em;filter:drop-shadow(0 -5px 3px rgba(0,0,0,.05))}.main-footer{padding-top:2.22em;padding-bottom:1em;background-color:#2b2b2b;background-image:linear-gradient(180deg,#000000 0%,#2B2B2B 100vh);color:#fff}@media (max-width: 767.98px){.main-footer{padding-top:2em}}.logo-list{display:flex;justify-content:space-between;align-items:center;padding-left:0;list-style:none;width:100%}@media (max-width: 1199.98px){.logo-list{display:grid;grid-gap:10px;grid-template-columns:1fr 1fr 1fr 1fr}}@media (max-width: 767.98px){.logo-list{grid-template-columns:1fr 1fr}}.logo-list__logo{max-width:100%}@media (max-width: 991.98px){.logo-list__logo{max-height:35px}}.logo-list__item{display:flex;justify-content:center;margin:0 1em 1.5em;max-width:350px}@media (max-width: 767.98px){.logo-list__item img{max-width:150px}}@media (max-width: 575.98px){.logo-list__item img{max-width:100%}}.company-regions{margin-top:2em}@media (max-width: 991.98px){.company-regions{margin-top:2em}}.region-group__address{line-height:1.25}.company-regions__list{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr}@media (max-width: 991.98px){.company-regions__list{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}.company-regions__single{margin-right:2em;margin-bottom:3rem}@media (max-width: 991.98px){.company-regions__single{border-right:none;margin-right:0;margin-bottom:.25rem;padding-top:.5rem}}.-technobalt .region-group__countries-list{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:1rem}@media (max-width: 991.98px){.-technobalt .region-group__countries-list{grid-template-columns:1fr}}@media (min-width: 992px){.company-regions__single .region-group__title,.company-regions__single .region-group__company{transition:all .5s ease}}.-africa .region-group__brands-list{display:grid;grid-gap:10px;grid-template-columns:1fr 1fr}@media (max-width: 991.98px){.-africa .region-group__brands-list{grid-template-columns:1fr}}.region-group__content{line-height:1.333}.region-group__content strong,.region-group__content b{text-transform:uppercase}.region-group__content li{margin-bottom:1em}.-europe .region-group__content ul{display:grid;grid-template-columns:1fr 2fr 1px;grid-gap:10px}@media (max-width: 991.98px){.-europe .region-group__content ul{grid-template-columns:1fr}}@media (max-width: 991.98px){.region-group__content ul{display:grid;grid-template-columns:1fr 1fr!important;grid-gap:10px}}.region-group__content.-spain ul,.region-group__content.-the-netherlands ul{grid-template-columns:1fr 1fr 1fr}@media (max-width: 991.98px){.region-group__content.-spain ul,.region-group__content.-the-netherlands ul{grid-template-columns:1fr}}.copy-info{display:flex;padding-top:1em;margin-top:1em;border-top:1px solid rgba(112,112,112,.23);justify-content:space-between}@media (max-width: 767.98px){.copy-info{justify-content:center;flex-direction:column;align-items:center}}.copy-info__link{text-decoration:none}.copy-info__link:hover{text-decoration:underline;color:#fff;cursor:pointer}.values{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2em}@media (max-width: 1199.98px){.values{margin-top:2em}}@media (max-width: 575.98px){.values{grid-template-columns:1fr;grid-gap:.5rem}}.value-banner{display:flex;flex-direction:column;align-items:center}@media (max-width: 767.98px){.value-banner{flex-direction:row;flex-wrap:wrap;text-align:left}}.value-banner__icon{margin-bottom:1em;background:#fff;width:4.33em;height:4.33em;border-radius:25em;display:flex;align-items:center;justify-content:center}@media (max-width: 767.98px){.value-banner__icon{width:3.61em;height:3.61em;margin-right:1em}.value-banner__icon img{padding:.25em}}.-mission .value-banner__icon{background-color:#f2eed84d}.-vision .value-banner__icon{background-color:#e9f3ff8c}.-values .value-banner__icon{background-color:#32d67433}.value-banner__icon img{width:100%;padding:1em}.simple-card__title{display:flex;align-items:center}.simple-card__title.-esg{align-items:flex-start}.simple-card__icon{margin-right:.5em}.-esg .simple-card__icon{margin-right:1em}.esg-values__title{max-width:45ch}.-esg .simple-card__title-text{max-width:30ch;line-height:1.25}@media (max-width: 767.98px){.simple-card__content{font-size:12px}}.simple-card{height:100%}@media (max-width: 767.98px){.simple-card{padding-right:.25em;text-align:left}}@media (max-width: 575.98px){.esg-values .simple-card{margin-bottom:.75em}.esg-values .simple-card .simple-card__icon{max-width:30px}.esg-values .simple-card .simple-card__title{align-items:center}}.esg-values{margin:4.44em auto}.esg-consumers__stats{margin-bottom:1em}.esg-consumers__stats .stats-list{max-width:66.67em;margin:0 auto}.stats-list+figcaption{margin-top:2em}@media (max-width: 767.98px){.stats-list{flex-direction:column}}.stats-list__item{display:flex;flex-direction:column;align-items:flex-start}.stats-list__item{position:relative;width:33%;padding:0 1em}.stats-list__item+.stats-list__item{border-left:.56em solid rgba(90,106,94,.2);padding-left:2em}@media (max-width: 767.98px){.stats-list__item+.stats-list__item{padding:1em;border-left:none}}@media (max-width: 767.98px){.stats-list__item{width:100%;text-align:center;align-items:center}}.stats-list__item-title{margin-bottom:.29em}.stats-list__item-subtitle{min-height:21px;display:block;font-size:.875rem}@media (max-width: 767.98px){.stats-list__item-subtitle{font-size:.8125rem}}.world-branches{margin:1em auto}@media (max-width: 767.98px){.world-branches{text-align:center;margin-top:0;padding:0!important}}.world-branches__map{max-width:66.67em;margin:auto}.dotted-map{height:auto}.dotted-map svg,.dotted-map img{fill:#b7b7b7;max-width:100%}.dotted-map #emea,.dotted-map #na,.dotted-map #sa,.dotted-map #india,.dotted-map #safrica,.dotted-map #australia{transition:fill .3s}.dotted-map.emea #emea,.dotted-map.emea #safrica-emea,.dotted-map.na #na{fill:#ed1c24}.dotted-map.sa #sa{fill:#000}.dotted-map.india #india{fill:#ed1c24}.dotted-map.safrica #safrica,.dotted-map.safrica #safrica-emea,.dotted-map.australia #australia{fill:#26519e}.world-branches__select{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #B0B0B0;box-shadow:0 .5em 1.25em #0003;border-radius:.5em;max-width:72.22em;margin:1em auto 2em}@media (min-width: 1200px){.world-branches__select{height:4em}}@media (max-width: 991.98px){.world-branches__select{font-size:.8em}}@media (max-width: 767.98px){.world-branches__select{flex-wrap:wrap;background:none;border:none;box-shadow:none}}@media (max-width: 575.98px){.world-branches__select{flex-direction:column;flex-wrap:nowrap}}.world-branches__desc{flex-grow:1;padding-left:1em;padding-right:1em;border-left:1px solid #B0B0B0;border-right:1px solid #B0B0B0}@media (max-width: 767.98px){.world-branches__desc{text-align:left;border-right:none}}@media (max-width: 575.98px){.world-branches__desc{border:none}}.world-branches__single-logo{padding:.5em 2em;max-width:17.78em;height:4.17em;object-fit:contain}@media (max-width: 1199.98px){.world-branches__single-logo{max-width:13.89em}}.world-branches__select-dropdown{background:transparent url(/app/themes/fennercorporate/dist/img/arrow-down-icon.svg) right 1em center no-repeat;background-size:.8em;outline:none;border:none;border-radius:.5em 0 0 .5em;letter-spacing:-.015em;text-align:center;font-weight:700;padding:1em 1.5em 1em 1em;line-height:1;cursor:pointer;min-width:17.78em;transition:all ease .15s;-moz-appearance:none;-webkit-appearance:none;appearance:none;text-decoration:underline;text-decoration-style:dotted;text-decoration-color:#b0b0b0;height:100%}.world-branches__select-dropdown:hover{color:#ed1c24;background-color:#eee}@media (max-width: 991.98px){.world-branches__select-dropdown{min-width:200px}}@media (max-width: 767.98px){.world-branches__select-dropdown{width:100%;border:1px solid #B0B0B0;background-color:#fff;border-radius:5px;box-shadow:0 3px 5px #0000001a;margin-bottom:1em}}@media (max-width: 575.98px){.world-branches__select-dropdown{width:100%;max-width:300px}}@media (max-width: 767.98px){.world-branches__details-row{flex-direction:column-reverse}}@keyframes fade-in{0%{opacity:0;transform:translate(10px)}to{opacity:1}}.world-branches__details.-fade-in{transform:translate(0);animation:fade-in .5s alternate}.list-enter-active,.list-leave-active{transition:all .5s ease}.list-enter-from,.list-leave-to{opacity:0;transform:translate(30px)}@media (max-width: 767.98px){.world-branches__graphics{margin-bottom:2em}}.philosophy__list{padding-left:0;list-style:none;display:grid;grid-template-columns:repeat(2,1fr)}@media (max-width: 575.98px){.philosophy__list{grid-template-columns:1fr}}.philosophy__item{padding:1.5em;text-align:justify;border-bottom:1px solid #BFBFBF}@media (max-width: 575.98px){.philosophy__item{padding:.5em}}@media (min-width: 576px){.philosophy__item{border:1px solid #BFBFBF}.philosophy__item:nth-child(4n+1){padding-left:0;border-left:none;border-top:none;position:relative}.philosophy__item:nth-child(4n+1):after{content:"";position:absolute;display:inline-block;width:20px;height:20px;background:url(/app/themes/fennercorporate/dist/img/philosophy-square-icon.svg) center no-repeat;background-size:contain;right:-10px;bottom:-10px}.philosophy__item:nth-child(4n+2){padding-right:0;border-left:none;border-top:none;border-right:none}.philosophy__item:nth-child(4n+3){padding-left:0;border-left:none;border-top:none;border-bottom:none}.philosophy__item:nth-child(4n+4){padding-right:0;border:none}}.x-series-banner{display:flex;position:relative;overflow:hidden;min-height:27.78em;align-items:center}.x-series-banner.-half{display:grid;grid-template-columns:1.375fr 1fr}@media (max-width: 991.98px){.x-series-banner.-half{grid-template-columns:2fr 1fr}}@media (max-width: 767.98px){.x-series-banner.-half{display:flex;flex-direction:column-reverse}}.x-series-banner__fig{height:100%}.x-series-banner__fig img{height:100%;width:100%;object-fit:cover;object-position:center}.x-series-banner__logo{max-width:25em;margin-bottom:1em}.x-series-banner__title{margin-bottom:1em}.x-series-banner__main{padding:1em 3em;z-index:1}@media (max-width: 991.98px){.x-series-banner__main{padding:1em}}.x-series-banner__main.-full{max-width:65%}.x-series-banner__content{margin-bottom:2em}.x-series-banner__content ul{list-style:none;padding-left:0}.x-series-banner__content li{display:flex;margin-bottom:.5em}.x-series-banner__content li:before{display:inline-block;padding-right:.25em;content:"—";color:#000}.x-series-banner_bg-fig{position:absolute;width:61.11em;height:100%;right:0;top:0;bottom:0}.x-series-banner_bg-fig:after{content:"";position:absolute;left:0;width:10%;height:100%;background-image:linear-gradient(90deg,#ED1C24 0%,transparent 100%)}.x-series-banner_bg-fig img{object-fit:cover;height:100%;width:100%;object-position:left center}.video-block{position:relative}@media (max-width: 575.98px){.video-block{min-height:500px}}.video-block__video{max-height:100vh;max-width:100%}@media (max-width: 575.98px){.video-block__video{width:100%;height:100%;position:absolute;object-fit:cover;object-position:center}}.video-block__content{position:absolute;left:50%;top:50%;width:100%;max-width:1200px;margin:auto;padding:1em;transform:translate(-50%,-50%)}.video-block__title{text-shadow:0 .2em .25em rgba(11,17,9,.5)}@media (max-width: 767.98px){.video-block__title{font-size:1em}}.video-block__footer{position:absolute;bottom:0;width:100%;padding:1.5em}@media (max-width: 991.98px){.video-block__footer{text-align:center}}.groups-rating.-gray{background:#F1F1F1}.groups-rating.-gray .groups-rating__title{color:#959595}.rating__title{line-height:1.1}.rating__logo-cntr{border-right:1px solid #B0B0B0;align-items:center;display:flex;justify-content:space-around}@media (max-width: 575.98px){.rating__logo-cntr{border-right:none}}.rating .row{height:100%}@media (max-width: 575.98px){.rating__logo{margin-bottom:1em}}.rating{height:100%;border:1px solid #5A6A5E;opacity:.35;transition:opacity .25s ease;cursor:pointer}.rating mark{display:inline-block;margin-right:.25em;padding:.25em .5em;font-weight:700;letter-spacing:.025em;background:#3A9C54}.splide__slide.is-active .rating{opacity:1;cursor:initial}.groups-rating .logo-list{gap:2rem;justify-content:center;justify-items:center}@media (max-width: 991.98px){.groups-rating .logo-list{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.groups-rating .splide__pagination{margin-top:1em}.groups-rating .splide__pagination [role=presentation]{margin-left:.45em}.groups-rating .splide__pagination [role=presentation]:first-child{margin-left:0}.groups-rating .splide__pagination__page{background:#aaa;border:none;border-radius:100%;width:.65em;height:.65em;display:inline-flex;padding:0;transition:all ease .15s}.groups-rating .splide__pagination__page:hover{background:#5A6A5E}.groups-rating .splide__pagination__page.is-active{background:#ED1C24}.cycle-diagram__title{max-width:35ch}@media (max-width: 1199.98px){.cycle-diagram__title{text-align:center;margin:auto auto 1em}}.cycle-diagram__content-row{flex-direction:column-reverse;align-items:center}@media (min-width: 992px){.cycle-diagram__content-row{flex-direction:row}}@media (max-width: 575.98px){.cycle-diagram__content-row>.p\:1{padding:0}}.cycle-diagram__image{text-align:center;max-width:600px;margin:0 auto}.cycle-diagram__image img{mix-blend-mode:multiply}.cycle-diagram__nav{overflow-x:auto;margin-top:1em}@media (max-width: 991.98px){.cycle-diagram__nav{display:flex;justify-content:center}}@media (max-width: 575.98px){.cycle-diagram__nav{justify-content:flex-start;padding:0 3em 0 1em}}@media (max-width: 991.98px){.cycle-diagram__slide{max-width:60ch;margin:1em auto;text-align:center}}@media (max-width: 575.98px){.cycle-diagram__slide{text-align:left;padding:0 1em}}.cycle-diagram__slide-title{position:relative;display:flex;align-items:flex-start;padding-top:.5em}.cycle-diagram__slide-title:before{transform:translateY(-.25em);content:"";display:inline-block;margin-right:.25em;color:#000;width:1.73em;height:1.92em;background:url(/app/themes/fennercorporate/dist/img/recycling-icon.svg) center no-repeat;background-size:contain}.-design .cycle-diagram__slide-title:before{background-image:url(/app/themes/fennercorporate/dist/img/design-icon.svg)}.-recycling .cycle-diagram__slide-title:before{background-image:url(/app/themes/fennercorporate/dist/img/recycling-icon.svg)}.-usage .cycle-diagram__slide-title:before{background-image:url(/app/themes/fennercorporate/dist/img/usage-icon.svg)}.-end-of-life .cycle-diagram__slide-title:before{background-image:url(/app/themes/fennercorporate/dist/img/end-of-life-icon.svg)}.-manufacturing .cycle-diagram__slide-title:before{background-image:url(/app/themes/fennercorporate/dist/img/manufacturing-icon.svg)}@media (max-width: 991.98px){.cycle-diagram__slide-title{justify-content:center;flex-direction:column;align-items:center}}@media (max-width: 575.98px){.cycle-diagram__slide-title{justify-content:flex-start;align-items:flex-start}}@media (max-width: 991.98px){.cycle-diagram__slide__content{font-size:12px}}.cycle-diagram .splide__pagination{display:inline-flex;justify-content:flex-start;padding:3px 0 .48em;position:relative;flex-wrap:nowrap}.cycle-diagram .splide__pagination:before{content:"";height:2px;width:100%;background:rgba(90,106,94,.5);position:absolute;z-index:-1}.cycle-diagram .splide__pagination li:last-child .splide__pagination__page{margin-right:0}.cycle-diagram .splide__pagination__page{--theme: $green;white-space:nowrap;border:2px solid var(--theme);border-radius:.65em;outline:none;padding:.25em .75em;margin-right:.5em;background:#fff;transition:all ease .25s;color:var(--theme);font-weight:700;font-size:1.3125rem;line-height:1.1}@media (max-width: 1399.98px){.cycle-diagram .splide__pagination__page{font-size:1.125rem}}@media (max-width: 1199.98px){.cycle-diagram .splide__pagination__page{font-size:.875rem}}.cycle-diagram .splide__pagination__page.-design{--theme: #407577}.cycle-diagram .splide__pagination__page.-manufacturing{--theme: #C96100}.cycle-diagram .splide__pagination__page.-usage{--theme: #D44241}.cycle-diagram .splide__pagination__page.-end-of-life{--theme: #2C1854}.cycle-diagram .splide__pagination__page.-recycling{--theme: #60A887}.cycle-diagram .splide__pagination__page:hover{background:#eee}.cycle-diagram .splide__pagination__page.is-active{background:var(--theme);color:#fff;box-shadow:0 .38em .29em var(--theme);transform:translateY(-3px)}@supports (box-shadow: 0 8px 6px color-mix(in srgb,var(--theme) 40%,transparent)){.cycle-diagram .splide__pagination__page.is-active{box-shadow:0 .38em .29em color-mix(in srgb,var(--theme) 40%,transparent)}}body{background-color:#fff;color:#000}.bg\:gradient{background:linear-gradient(180deg,#D8D8D8,#fff)}.js-dynamic-text{display:block;overflow:hidden;position:relative;height:1em;width:200px;white-space:nowrap}.js-dynamic-text [data-slide]{display:inline-block;position:absolute;transition:transform ease-in-out .5s;transform:translateY(1.25em)}.js-dynamic-text [data-slide].-show{transform:translateY(0)}.home-header{padding-top:3em;display:flex;align-items:center}@media (max-width: 991.98px){.home-header{min-height:initial;padding-top:1em}}.home-header__regions-item{margin-right:.5em!important}.home-header__regions-item+.home-header__regions-item:before{content:"—";padding-right:.5em}.esg-header__values{display:grid;grid-template-columns:repeat(3,1fr);gap:1em}@media (max-width: 991.98px){.esg-header__values{grid-template-columns:1fr;font-size:.9em;gap:.5em}}.esg-list__item{padding-left:1.5em;line-height:1.333;margin-bottom:.5em;position:relative}.esg-list__item:before{content:"";display:inline-block}.esg-list__item:before{content:"";display:block;width:1.11em;height:.22em;border-radius:1em;background:#3A9C54;background-size:contain;margin-right:1em;position:absolute;left:0;top:.65em}.esg-un-targets__flag{border:2px solid #fff}.esg-header__row{flex-direction:row-reverse;align-items:center;position:relative;padding:4.72em 0;border-bottom:2px solid rgba(90,106,94,.2)}@media (max-width: 767.98px){.esg-header__row{flex-direction:column-reverse}}.esg-consumers{padding-bottom:19.44em}@media (max-width: 1199.98px){.esg-consumers{padding-bottom:3em;border-radius:0 0 2.78em}}.esg-ppp{margin-top:-12.22em}@media (max-width: 1199.98px){.esg-ppp{margin-top:2em}}.esg-targets{padding-bottom:16.67em}@media (max-width: 1199.98px){.esg-targets{padding-bottom:2.78em}}.esg-table-cntr{padding:1em;background:rgba(91,106,95,.0784313725)}.esg-table{caption-side:bottom;border-collapse:collapse;width:100%;line-height:1.333}@media (max-width: 767.98px){.esg-table{font-size:.8em}}.esg-table td,.esg-table th{padding:.15em}.esg-table th{padding-bottom:.5em}.esg-table thead{border-bottom:2px solid #5A6A5E}@media (max-width: 767.98px){.esg-table .-ambition{font-size:.9em;width:200px}}.esg-table .-metric,.esg-table .-goal{width:9.52em;text-align:center}.esg-table td.-goal{color:#3a9c54;font-weight:900}.esg-table tbody tr{border-bottom:1px solid rgba(112,112,112,.2)}.esg-table tbody tr:last-child{border-bottom:none}.esg-table tbody td{height:4.76em}.esg-table__head th{font-weight:700;text-transform:uppercase}@supports (mix-blend-mode: multiply){.-esg-gradient-bg{position:relative}.-esg-gradient-bg:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background-image:linear-gradient(180deg,#fff 0,#D8D8D8 100%);mix-blend-mode:multiply}}.esg-consumers__header{padding:4.17em 0 2.78em}.esg-consumers__title{text-align:center;max-width:35ch;margin:0 auto 1em}.esg-consumers__content-row{align-items:center}@media (max-width: 767.98px){.esg-consumers__content-row{flex-direction:column-reverse}.esg-consumers__content-row .col-lg-5 img{margin-bottom:1.5em}}.esg-consumers__content{padding-right:2em}.esg-consumer__logo{max-width:420px}@media (max-width: 991.98px){.esg-consumer__logo{max-width:300px}}@media (max-width: 767.98px){.esg-consumer__logo{max-width:200px}}.ppp-banners{margin-top:8em;padding-bottom:2em;margin-bottom:2em;border-bottom:2px solid rgba(0,0,0,.25)}@media (max-width: 767.98px){.ppp-banners{margin-top:4em}}.single-esg-banner{padding:2em;height:100%;position:relative}.single-esg-banner.-people{background-color:#1a866933}.single-esg-banner.-people .single-esg-banner__title{color:#1a8669}.single-esg-banner.-planet{background-color:#00895a33}.single-esg-banner.-planet .single-esg-banner__title{color:#00895a}.single-esg-banner.-profit{background-color:#55af4c33}.single-esg-banner.-profit .single-esg-banner__title{color:#55af4c}.single-esg-banner__list li{padding-left:1.5em;margin-bottom:.5em;position:relative}.single-esg-banner__list li:before{content:"";display:inline-block}.single-esg-banner__list li:before{content:"";display:block;width:1.11em;height:.22em;border-radius:1em;background-size:contain;margin-right:1em;position:absolute;left:0;top:.65em}.-profit .single-esg-banner__list li:before{background:#55AF4C}.-planet .single-esg-banner__list li:before{background:#00895A}.-people .single-esg-banner__list li:before{background:#1A8669}.single-esg-banner__source{font-style:italic;padding-right:1em}.single-esg-banner__source a{color:#1a8669;text-decoration:underline}.single-esg-banner__source a:hover{color:#ed1c24}.single-esg-banner__title{margin-bottom:1em}.single-esg-banner__icon{padding:1em;background:#fff;border-radius:25em;width:7.78em;height:7.78em;position:absolute;top:0;right:2em;transform:translateY(-50%);display:flex;align-items:center;justify-content:center}.single-esg-banner__icon img{max-width:100%}@media (max-width: 991.98px){.single-esg-banner__icon{width:4.44em;height:4.44em;right:1em}}.x-series-banner__green-btn{background-color:#1f6432;color:#fff}.x-series-banner__green-btn:hover{background-color:#fff}.diversity-targets{padding-top:4.17em;position:relative}.diversity-targets:after{content:"";display:inline-block}.diversity-targets:before{content:"";display:block;width:5.56em;height:5.56em;border-radius:1em;background:url(/app/themes/fennercorporate/dist/img/triangle-esg.svg) center top no-repeat;background-size:contain;position:absolute;left:50%;transform:translate(-50%);bottom:-2.22em}.diversity-targets__title{margin-bottom:1.44em}@media (max-width: 991.98px){.diversity-targets__title{margin-bottom:1em}}.un-goals__list{display:grid;grid-template-rows:repeat(6,1fr);grid-auto-flow:column;padding-left:1em;grid-gap:1em}@media (max-width: 991.98px){.un-goals__list{grid-template-rows:repeat(9,1fr)}}@media (max-width: 767.98px){.un-goals__list{display:flex;flex-wrap:wrap;padding-left:0;grid-gap:0}}.un-goals__item{margin-left:1em;counter-increment:un-goals}@media (max-width: 767.98px){.un-goals__item{margin:.35em;display:inline-block;padding:.25em .5em;border-left:2px solid rgba(127,146,157,.4);letter-spacing:.025em;font-weight:700;color:#ffffffbf}.un-goals__item:before{content:counter(un-goals) ". "}}.stats-list__item{display:flex}@media (min-width: 992px){.stats-list__item:nth-child(odd){align-items:flex-end}}.diversity-stats{max-width:400px}.diversity-stats__numbers{display:flex;gap:1.5em}@media (max-width: 767.98px){.diversity-stats__numbers{flex-direction:column;align-items:center;gap:.5em}}.diversity-targets__stats .stats-list{justify-content:center}@media (max-width: 767.98px){.diversity-targets__stats .stats-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:.25em}.diversity-targets__stats .stats-list__item{background:rgba(238,238,238,.15);padding:.5em}}@media (max-width: 767.98px){.esg-un-targets__flag{margin-bottom:1.5em}}@media (max-width: 767.98px){.esg-un-targets__header{flex-direction:column;text-align:center;align-items:center;justify-content:center}}@media (max-width: 767.98px){.x-series-banner__main{text-align:center}}html.lenis{height:auto}.lenis.lenis-smooth{scroll-behavior:auto}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}.history__header{padding-top:6em}@media (max-width: 991.98px){.history__header{padding-top:1em}}.timeline{margin-top:8.33em;padding-top:2.78em;margin-bottom:5.56em;width:100%;overflow:auto;--sb-track-color: #282520;--sb-thumb-color: rgba(169, 159, 143, .25);--sb-size: 4px}@media (max-width: 767.98px){.timeline{margin-top:2em;margin-bottom:4em}}.timeline::-webkit-scrollbar{height:var(--sb-size)}.timeline::-webkit-scrollbar-track{background:var(--sb-track-color);border-radius:10px}.timeline::-webkit-scrollbar-thumb{background:var(--sb-thumb-color);transition:background ease .15s;cursor:pointer}.timeline::-webkit-scrollbar-thumb:hover{background:#a99f8f}@supports not selector(::-webkit-scrollbar){.timeline{scrollbar-color:var(--sb-thumb-color) var(--sb-track-color)}}.era__header{position:relative}.era__header-inside{display:inline-flex;position:sticky;flex-direction:column;left:1em;top:0}.timeline__track{display:flex;position:relative;padding-right:12vw}@media (min-width: 1400px){.timeline__track{margin-left:calc(50vw - 660px + .75rem)}}@media (min-width: 1650px){.timeline__track{margin-left:calc(50vw - 800px + .75rem)}}@media (max-width: 1399.98px){.timeline__track{margin-left:2em}}body.page-history{background:#282520}.era{flex-shrink:0;padding-right:2.78em;position:relative;z-index:1;min-width:60vw}.era:last-of-type{padding-right:25vw}.era__events-list{display:flex;margin-top:5em;padding-right:5em}.era__thumbnail{position:absolute;z-index:-1;top:-2.78em;left:50%;transform:translate(-50%);transition:opacity ease 2s;opacity:0}.era__thumbnail.is-inview{opacity:1}@media (max-width: 575.98px){.era__thumbnail{display:none}}.event{max-width:560px}.event__content{display:flex}.event__thumbnail{flex-shrink:0;padding-right:1em}.event__year{color:#cdcdcd;display:block;position:relative}.event__year:before{position:absolute;left:0;top:0;transform:translateY(-100%);content:"";display:block;width:1em;height:1em;background:url(/app/themes/fennercorporate/dist/img/year-arrow.svg) center no-repeat;background-size:contain}.timeline__axis{position:absolute;width:100%;height:17px;left:0;top:10em;transform:translateY(-50%);z-index:2;background-image:linear-gradient(90deg,#A99F8F 0 2px,transparent 0);background-size:25px}.timeline__axis:before{content:"";position:absolute;width:100%;height:3px;background-color:#a99f8f;top:50%;left:0;transform:translateY(-50%)}.timeline__axis:after{content:"";position:absolute;display:block;width:5px;height:25px;border-radius:10em;background-color:#a99f8f;left:0;top:50%;margin-top:-12.5px}.half-banner{display:grid;grid-template-columns:1fr 1fr;align-items:center;border-top:solid rgba(96,225,225,.75) 1px;border-bottom:solid rgba(96,225,225,.75) 1px}.half-banner .half-banner__img{height:100%;margin-bottom:0}.half-banner .half-banner__img img{width:100%;height:100%;object-fit:cover;object-position:left}.half-banner .half-banner__content{padding:2em}.half-banner.-future .half-banner__content a{color:#0ff;text-decoration:underline}.half-banner.-future .half-banner__content a:hover{text-decoration:none}@media (max-width: 991.98px){.half-banner{grid-template-columns:1fr}.half-banner .half-banner__content{padding:1em}}body.-modal-open{overflow:hidden}.australia-modal{position:fixed;z-index:11;top:50%;left:50%;width:80vw;max-width:800px;transform:translate(-50%,-50%)}.australia-modal:not(.-hide)+.bg-overlay{position:fixed;inset:0;background:rgba(0,0,0,.3);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);z-index:10}.australia-modal__content{position:relative}.australia-modal__close{outline:none;border:none;background:none}#cm{max-width:34.2em!important}
