html[data-v-1f70713f],body[data-v-1f70713f]{height:min-content}.custom-select-container[data-v-1f70713f]{display:initial}.custom-select[data-v-1f70713f]{padding:5px 10px;border-radius:var(--bm-border-radius);font-size:1em;border:1px solid gray;display:block;width:100%;width:-webkit-fill-available;background:white}.custom-select.no-border[data-v-1f70713f]{border:none;padding-left:0}.custom-select.display-inline[data-v-1f70713f]{display:inline;width:initial}.custom-select[data-v-1f70713f]:focus,.custom-select[data-v-1f70713f]:active{outline:none;border-color:var(--bm-btn-primary)}.custom-select>option[data-v-1f70713f]{font-weight:400}.custom-select[data-v-1f70713f]:disabled,.custom-select[aria-disabled=true][data-v-1f70713f]{color:gray;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E),linear-gradient(to bottom,#ffffff 0%,#e5e5e5 100%)}.custom-select[data-v-1f70713f]:disabled:hover,.custom-select[aria-disabled=true][data-v-1f70713f]{border-color:#aaa}.radio-btn-group .btn-check[data-v-1f70713f]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.radio-btn-group .btn-check-label[data-v-1f70713f]{border-radius:var(--bm-border-radius);border:1px solid var(--bm-btn-primary);color:var(--bm-btn-primary);padding:7px 10px;display:inline-block}.radio-btn-group .btn-check:checked+.btn-check-label[data-v-1f70713f]{color:var(--bm-btn-text-color);background:var(--bm-btn-primary)}html[data-v-65f53550],body[data-v-65f53550]{height:min-content}.text-input[data-v-65f53550]{position:relative;transition:margin-bottom .25s}@keyframes highlight-65f53550{0%,to{box-shadow:none}50%{box-shadow:0 0 5px 2px var(--bm-selected)}}.text-input .highlight[data-v-65f53550]{animation:highlight-65f53550 .5s linear 2}.text-input[data-v-65f53550]:has(.input-label){margin-top:1em}.text-input:has(.input-label).invalid-input[data-v-65f53550]{margin-bottom:.5em}.text-input .input-label[data-v-65f53550]{transform:translateY(-50%);color:gray;position:absolute;top:50%;left:.5em;transition:all .25s ease-out;transform-origin:left;user-select:none;pointer-events:none;z-index:2}.text-input input[data-v-65f53550]{padding:5px 10px;border:1px solid gray;border-radius:var(--bm-border-radius);color:var(--bm-text-color);font-size:1em;outline:none;background:var(--bm-bg-color);display:block;width:100%;box-sizing:border-box;box-shadow:none}.text-input input[data-v-65f53550]:-webkit-autofill,.text-input input[data-v-65f53550]:-webkit-autofill:hover,.text-input input[data-v-65f53550]:-webkit-autofill:focus,.text-input input[data-v-65f53550]:-internal-autofill-selected{transition:all 9999s ease-in-out 0s;background:var(--bm-bg-color)!important}.text-input .error-msg[data-v-65f53550]{font-size:small;font-weight:400;color:#ff2b2b;position:absolute;top:100%;right:4px}.text-input .error-indicator[data-v-65f53550]{color:#ff2b2b;position:absolute;top:50%;right:.5em;transform:translateY(-50%)}.text-input.label-top .input-label[data-v-65f53550]{transform:scale(.8) translateY(-65%);top:0;color:var(--bm-btn-primary);background:var(--bm-bg-color)}.text-input.label-top input[data-v-65f53550]{border-color:var(--bm-btn-primary);background:var(--bm-bg-color)}.text-input.valid-input .input-label[data-v-65f53550]{color:gray}.text-input.invalid-input input[data-v-65f53550]{border-color:#ff2b2b}.text-input.invalid-input .input-label[data-v-65f53550]{color:#ff2b2b}.text-input.disabled .input-label[data-v-65f53550],.text-input.disabled input[data-v-65f53550]{border-color:transparent;pointer-events:none;background:lightgray;color:gray}.text-input.disabled .input-label[data-v-65f53550]{display:none;color:var(--bm-text-color)}.loader{text-align:center;text-transform:uppercase;display:flex;flex-direction:column;align-items:center;margin:25px auto 0}.loader .animation-container{display:inline-block;position:relative;width:80px;height:80px}.loader .animation-container div{position:absolute;width:7px;height:7px;background:var(--bm-btn-primary);border-radius:50%;animation:loader 1.2s linear infinite}.loader .animation-container div:nth-child(1){animation-delay:0s;top:37px;left:66px}.loader .animation-container div:nth-child(2){animation-delay:-.1s;top:22px;left:62px}.loader .animation-container div:nth-child(3){animation-delay:-.2s;top:11px;left:52px}.loader .animation-container div:nth-child(4){animation-delay:-.3s;top:7px;left:37px}.loader .animation-container div:nth-child(5){animation-delay:-.4s;top:11px;left:22px}.loader .animation-container div:nth-child(6){animation-delay:-.5s;top:22px;left:11px}.loader .animation-container div:nth-child(7){animation-delay:-.6s;top:37px;left:7px}.loader .animation-container div:nth-child(8){animation-delay:-.7s;top:52px;left:11px}.loader .animation-container div:nth-child(9){animation-delay:-.8s;top:62px;left:22px}.loader .animation-container div:nth-child(10){animation-delay:-.9s;top:66px;left:37px}.loader .animation-container div:nth-child(11){animation-delay:-1s;top:62px;left:52px}.loader .animation-container div:nth-child(12){animation-delay:-1.1s;top:52px;left:62px}@keyframes loader{0%,20%,80%,to{transform:scale(1)}50%{transform:scale(1.5)}}html[data-v-a30500d4],body[data-v-a30500d4]{height:min-content}.custom-btn[data-v-a30500d4]{border-radius:var(--bm-border-radius);border:none;height:min-content;transition:box-shadow .1s,background-color .1s;-webkit-tap-highlight-color:transparent;position:relative;user-select:none;color:var(--bm-btn-text-color);min-width:fit-content;width:fit-content;padding:4px 8px}.custom-btn[data-v-a30500d4]:not(.disabled):hover{filter:brightness(95%)}.custom-btn[data-v-a30500d4]:not(.disabled):active{box-shadow:0 0 2px #000}.custom-btn.disabled[data-v-a30500d4]{filter:opacity(70%)}.custom-btn.btn-primary[data-v-a30500d4]{background:var(--bm-btn-primary)}.custom-btn.btn-primary.outline[data-v-a30500d4]{border:1px solid var(--bm-btn-primary);color:var(--bm-btn-primary);background:none}.custom-btn.btn-primary.filled[data-v-a30500d4]{background:var(--bm-btn-text-color)}.custom-btn.btn-secondary[data-v-a30500d4]{background:var(--bm-btn-secondary)}.custom-btn.btn-secondary.outline[data-v-a30500d4]{border:1px solid var(--bm-btn-secondary);color:var(--bm-btn-secondary);background:none}.custom-btn.btn-secondary.filled[data-v-a30500d4]{background:var(--bm-btn-text-color)}.custom-btn.btn-danger[data-v-a30500d4]{background:red}.custom-btn.btn-danger.outline[data-v-a30500d4]{border:1px solid red;color:red;background:none}.custom-btn.btn-danger.filled[data-v-a30500d4]{background:var(--bm-btn-text-color)}.custom-btn.size-md[data-v-a30500d4]{padding:7px 12px}.custom-btn.size-lg[data-v-a30500d4]{padding:10px 20px;font-size:larger;border-radius:var(--bm-border-radius)}.custom-btn.block[data-v-a30500d4]{display:block;width:100%;max-width:400px}@media (max-width: 374.98px){.custom-btn.block[data-v-a30500d4]{width:90%}}.custom-btn .inline-loader{transform:scale(.2) translate(-150%,-150%);margin:0;position:absolute;top:0;display:inline}.custom-btn .inline-loader .animation-container div{background:var(--bm-btn-text-color)}.custom-btn.size-lg .inline-loader{transform:scale(.35) translate(-50%,-70%)}html[data-v-7287e58a],body[data-v-7287e58a]{height:min-content}@keyframes highlight-7287e58a{0%,to{box-shadow:none}50%{box-shadow:0 0 5px 2px var(--bm-selected)}}.highlight[data-v-7287e58a]{animation:highlight-7287e58a .5s linear 2}html[data-v-86cf5020],body[data-v-86cf5020]{height:min-content}@keyframes highlight-86cf5020{0%,to{box-shadow:none}50%{box-shadow:0 0 5px 5px var(--bm-selected)}}.highlight[data-v-86cf5020]{animation:highlight-86cf5020 .5s linear 4}.required-field-notice[data-v-86cf5020],.has-account-notice[data-v-86cf5020],.sign-in-notice[data-v-86cf5020]{font-size:small}html[data-v-cae336c8],body[data-v-cae336c8]{height:min-content}.error[data-v-cae336c8]{color:red}html[data-v-d87e99fa],body[data-v-d87e99fa]{height:min-content}.confirmation-modal[data-v-d87e99fa]{position:fixed;z-index:5;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;max-width:800px;width:100%;height:100%;top:12px}.confirmation-modal>div[data-v-d87e99fa]{position:absolute;top:0;box-sizing:border-box;border-radius:var(--bm-border-radius);box-shadow:0 0 3px #000;z-index:5;padding:15px;background:var(--bm-bg-color);display:flex;flex-wrap:wrap;flex-direction:column;width:95%;max-width:800px}.confirmation-modal>*[data-v-d87e99fa]{width:100%}.confirmation-modal .header-row[data-v-d87e99fa]{height:min-content;margin-bottom:15px}.confirmation-modal .header-row .hide-modal-btn[data-v-d87e99fa]{position:relative;-webkit-tap-highlight-color:transparent;border-radius:50%;width:20px;height:20px;background:var(--bm-btn-primary);box-shadow:0 0 5px 0 var(--bm-btn-primary)}.confirmation-modal .header-row .hide-modal-btn[data-v-d87e99fa]:before,.confirmation-modal .header-row .hide-modal-btn[data-v-d87e99fa]:after{content:"";width:13px;height:2px;border-radius:1px;background:white;z-index:2;top:50%;left:50%;position:absolute}.confirmation-modal .header-row .hide-modal-btn[data-v-d87e99fa]:before{transform:translate(-50%,-50%) rotate(45deg)}.confirmation-modal .header-row .hide-modal-btn[data-v-d87e99fa]:after{transform:translate(-50%,-50%) rotate(-45deg)}.confirmation-modal-wrapper[data-v-d87e99fa]{transition:all .5s ease}html,body{height:min-content}.d-flex{display:flex;flex-wrap:wrap}.justify-content-end{justify-content:flex-end}.justify-content-between{justify-content:space-between}.justify-content-around{justify-content:space-around}.justify-content-center{justify-content:center}.justify-content-evenly{justify-content:space-evenly}.align-items-center{align-items:center}.align-items-end{align-items:flex-end}.align-items-start{align-items:flex-start}.flex-column{flex-direction:column}.flex-nowrap{flex-wrap:nowrap}@media (min-width: 375px){.d-flex-xs{display:flex;flex-wrap:wrap}.justify-content-end-xs{justify-content:flex-end}.justify-content-between-xs{justify-content:space-between}.justify-content-around-xs{justify-content:space-around}.justify-content-center-xs{justify-content:center}.justify-content-evenly-xs{justify-content:space-evenly}.align-items-center-xs{align-items:center}.align-items-end-xs{align-items:flex-end}.align-items-start-xs{align-items:flex-start}.flex-column-xs{flex-direction:column}.flex-nowrap-xs{flex-wrap:nowrap}}@media (min-width: 576px){.d-flex-sm{display:flex;flex-wrap:wrap}.justify-content-end-sm{justify-content:flex-end}.justify-content-between-sm{justify-content:space-between}.justify-content-around-sm{justify-content:space-around}.justify-content-center-sm{justify-content:center}.justify-content-evenly-sm{justify-content:space-evenly}.align-items-center-sm{align-items:center}.align-items-end-sm{align-items:flex-end}.align-items-start-sm{align-items:flex-start}.flex-column-sm{flex-direction:column}.flex-nowrap-sm{flex-wrap:nowrap}}@media (min-width: 768px){.d-flex-md{display:flex;flex-wrap:wrap}.justify-content-end-md{justify-content:flex-end}.justify-content-between-md{justify-content:space-between}.justify-content-around-md{justify-content:space-around}.justify-content-center-md{justify-content:center}.justify-content-evenly-md{justify-content:space-evenly}.align-items-center-md{align-items:center}.align-items-end-md{align-items:flex-end}.align-items-start-md{align-items:flex-start}.flex-column-md{flex-direction:column}.flex-nowrap-md{flex-wrap:nowrap}}@media (min-width: 992px){.d-flex-lg{display:flex;flex-wrap:wrap}.justify-content-end-lg{justify-content:flex-end}.justify-content-between-lg{justify-content:space-between}.justify-content-around-lg{justify-content:space-around}.justify-content-center-lg{justify-content:center}.justify-content-evenly-lg{justify-content:space-evenly}.align-items-center-lg{align-items:center}.align-items-end-lg{align-items:flex-end}.align-items-start-lg{align-items:flex-start}.flex-column-lg{flex-direction:column}.flex-nowrap-lg{flex-wrap:nowrap}}@media (min-width: 1200px){.d-flex-xl{display:flex;flex-wrap:wrap}.justify-content-end-xl{justify-content:flex-end}.justify-content-between-xl{justify-content:space-between}.justify-content-around-xl{justify-content:space-around}.justify-content-center-xl{justify-content:center}.justify-content-evenly-xl{justify-content:space-evenly}.align-items-center-xl{align-items:center}.align-items-end-xl{align-items:flex-end}.align-items-start-xl{align-items:flex-start}.flex-column-xl{flex-direction:column}.flex-nowrap-xl{flex-wrap:nowrap}}@media (min-width: 1400px){.d-flex-xxl{display:flex;flex-wrap:wrap}.justify-content-end-xxl{justify-content:flex-end}.justify-content-between-xxl{justify-content:space-between}.justify-content-around-xxl{justify-content:space-around}.justify-content-center-xxl{justify-content:center}.justify-content-evenly-xxl{justify-content:space-evenly}.align-items-center-xxl{align-items:center}.align-items-end-xxl{align-items:flex-end}.align-items-start-xxl{align-items:flex-start}.flex-column-xxl{flex-direction:column}.flex-nowrap-xxl{flex-wrap:nowrap}}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.me-0{margin-right:0}.ms-0{margin-left:0}.mx-0{margin-left:0;margin-right:0}.my-0{margin-top:0;margin-bottom:0}.m-0{margin:0}.mt-1{margin-top:.25rem}.mb-1{margin-bottom:.25rem}.me-1{margin-right:.25rem}.ms-1{margin-left:.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.m-1{margin:.25rem}.mt-2{margin-top:.5rem}.mb-2{margin-bottom:.5rem}.me-2{margin-right:.5rem}.ms-2{margin-left:.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.m-2{margin:.5rem}.mt-3{margin-top:1rem}.mb-3{margin-bottom:1rem}.me-3{margin-right:1rem}.ms-3{margin-left:1rem}.mx-3{margin-left:1rem;margin-right:1rem}.my-3{margin-top:1rem;margin-bottom:1rem}.m-3{margin:1rem}.mt-4{margin-top:1.5rem}.mb-4{margin-bottom:1.5rem}.me-4{margin-right:1.5rem}.ms-4{margin-left:1.5rem}.mx-4{margin-left:1.5rem;margin-right:1.5rem}.my-4{margin-top:1.5rem;margin-bottom:1.5rem}.m-4{margin:1.5rem}.mt-5{margin-top:3rem}.mb-5{margin-bottom:3rem}.me-5{margin-right:3rem}.ms-5{margin-left:3rem}.mx-5{margin-left:3rem;margin-right:3rem}.my-5{margin-top:3rem;margin-bottom:3rem}.m-5{margin:3rem}.mt-auto{margin-top:auto}.mb-auto{margin-bottom:auto}.me-auto{margin-right:auto}.ms-auto{margin-left:auto}.mx-auto{margin-left:auto;margin-right:auto}.my-auto{margin-top:auto;margin-bottom:auto}.m-auto{margin:auto}.pt-0{padding-top:0}.pb-0{padding-bottom:0}.pe-0{padding-right:0}.ps-0{padding-left:0}.px-0{padding-left:0;padding-right:0}.py-0{padding-top:0;padding-bottom:0}.p-0{padding:0}.pt-1{padding-top:.25rem}.pb-1{padding-bottom:.25rem}.pe-1{padding-right:.25rem}.ps-1{padding-left:.25rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.p-1{padding:.25rem}.pt-2{padding-top:.5rem}.pb-2{padding-bottom:.5rem}.pe-2{padding-right:.5rem}.ps-2{padding-left:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.p-2{padding:.5rem}.pt-3{padding-top:1rem}.pb-3{padding-bottom:1rem}.pe-3{padding-right:1rem}.ps-3{padding-left:1rem}.px-3{padding-left:1rem;padding-right:1rem}.py-3{padding-top:1rem;padding-bottom:1rem}.p-3{padding:1rem}.pt-4{padding-top:1.5rem}.pb-4{padding-bottom:1.5rem}.pe-4{padding-right:1.5rem}.ps-4{padding-left:1.5rem}.px-4{padding-left:1.5rem;padding-right:1.5rem}.py-4{padding-top:1.5rem;padding-bottom:1.5rem}.p-4{padding:1.5rem}.pt-5{padding-top:3rem}.pb-5{padding-bottom:3rem}.pe-5{padding-right:3rem}.ps-5{padding-left:3rem}.px-5{padding-left:3rem;padding-right:3rem}.py-5{padding-top:3rem;padding-bottom:3rem}.p-5{padding:3rem}.pt-auto{padding-top:auto}.pb-auto{padding-bottom:auto}.pe-auto{padding-right:auto}.ps-auto{padding-left:auto}.px-auto{padding-left:auto;padding-right:auto}.py-auto{padding-top:auto;padding-bottom:auto}.p-auto{padding-top:auto;padding-bottom:auto;padding-left:auto;padding-right:auto}@media (min-width: 375px){.mt-xs-0{margin-top:0}.mb-xs-0{margin-bottom:0}.me-xs-0{margin-right:0}.ms-xs-0{margin-left:0}.mx-xs-0{margin-left:0;margin-right:0}.my-xs-0{margin-top:0;margin-bottom:0}.m-xs-0{margin:0}.mt-xs-1{margin-top:.25rem}.mb-xs-1{margin-bottom:.25rem}.me-xs-1{margin-right:.25rem}.ms-xs-1{margin-left:.25rem}.mx-xs-1{margin-left:.25rem;margin-right:.25rem}.my-xs-1{margin-top:.25rem;margin-bottom:.25rem}.m-xs-1{margin:.25rem}.mt-xs-2{margin-top:.5rem}.mb-xs-2{margin-bottom:.5rem}.me-xs-2{margin-right:.5rem}.ms-xs-2{margin-left:.5rem}.mx-xs-2{margin-left:.5rem;margin-right:.5rem}.my-xs-2{margin-top:.5rem;margin-bottom:.5rem}.m-xs-2{margin:.5rem}.mt-xs-3{margin-top:1rem}.mb-xs-3{margin-bottom:1rem}.me-xs-3{margin-right:1rem}.ms-xs-3{margin-left:1rem}.mx-xs-3{margin-left:1rem;margin-right:1rem}.my-xs-3{margin-top:1rem;margin-bottom:1rem}.m-xs-3{margin:1rem}.mt-xs-4{margin-top:1.5rem}.mb-xs-4{margin-bottom:1.5rem}.me-xs-4{margin-right:1.5rem}.ms-xs-4{margin-left:1.5rem}.mx-xs-4{margin-left:1.5rem;margin-right:1.5rem}.my-xs-4{margin-top:1.5rem;margin-bottom:1.5rem}.m-xs-4{margin:1.5rem}.mt-xs-5{margin-top:3rem}.mb-xs-5{margin-bottom:3rem}.me-xs-5{margin-right:3rem}.ms-xs-5{margin-left:3rem}.mx-xs-5{margin-left:3rem;margin-right:3rem}.my-xs-5{margin-top:3rem;margin-bottom:3rem}.m-xs-5{margin:3rem}.mt-xs-auto{margin-top:auto}.mb-xs-auto{margin-bottom:auto}.me-xs-auto{margin-right:auto}.ms-xs-auto{margin-left:auto}.mx-xs-auto{margin-left:auto;margin-right:auto}.my-xs-auto{margin-top:auto;margin-bottom:auto}.m-xs-auto{margin:auto}.pt-xs-0{padding-top:0}.pb-xs-0{padding-bottom:0}.pe-xs-0{padding-right:0}.ps-xs-0{padding-left:0}.px-xs-0{padding-left:0;padding-right:0}.py-xs-0{padding-top:0;padding-bottom:0}.p-xs-0{padding:0}.pt-xs-1{padding-top:.25rem}.pb-xs-1{padding-bottom:.25rem}.pe-xs-1{padding-right:.25rem}.ps-xs-1{padding-left:.25rem}.px-xs-1{padding-left:.25rem;padding-right:.25rem}.py-xs-1{padding-top:.25rem;padding-bottom:.25rem}.p-xs-1{padding:.25rem}.pt-xs-2{padding-top:.5rem}.pb-xs-2{padding-bottom:.5rem}.pe-xs-2{padding-right:.5rem}.ps-xs-2{padding-left:.5rem}.px-xs-2{padding-left:.5rem;padding-right:.5rem}.py-xs-2{padding-top:.5rem;padding-bottom:.5rem}.p-xs-2{padding:.5rem}.pt-xs-3{padding-top:1rem}.pb-xs-3{padding-bottom:1rem}.pe-xs-3{padding-right:1rem}.ps-xs-3{padding-left:1rem}.px-xs-3{padding-left:1rem;padding-right:1rem}.py-xs-3{padding-top:1rem;padding-bottom:1rem}.p-xs-3{padding:1rem}.pt-xs-4{padding-top:1.5rem}.pb-xs-4{padding-bottom:1.5rem}.pe-xs-4{padding-right:1.5rem}.ps-xs-4{padding-left:1.5rem}.px-xs-4{padding-left:1.5rem;padding-right:1.5rem}.py-xs-4{padding-top:1.5rem;padding-bottom:1.5rem}.p-xs-4{padding:1.5rem}.pt-xs-5{padding-top:3rem}.pb-xs-5{padding-bottom:3rem}.pe-xs-5{padding-right:3rem}.ps-xs-5{padding-left:3rem}.px-xs-5{padding-left:3rem;padding-right:3rem}.py-xs-5{padding-top:3rem;padding-bottom:3rem}.p-xs-5{padding:3rem}.pt-xs-auto{padding-top:auto}.pb-xs-auto{padding-bottom:auto}.pe-xs-auto{padding-right:auto}.ps-xs-auto{padding-left:auto}.px-xs-auto{padding-left:auto;padding-right:auto}.py-xs-auto{padding-top:auto;padding-bottom:auto}.p-xs-auto{padding-top:auto;padding-bottom:auto;padding-left:auto;padding-right:auto}}@media (min-width: 576px){.mt-sm-0{margin-top:0}.mb-sm-0{margin-bottom:0}.me-sm-0{margin-right:0}.ms-sm-0{margin-left:0}.mx-sm-0{margin-left:0;margin-right:0}.my-sm-0{margin-top:0;margin-bottom:0}.m-sm-0{margin:0}.mt-sm-1{margin-top:.25rem}.mb-sm-1{margin-bottom:.25rem}.me-sm-1{margin-right:.25rem}.ms-sm-1{margin-left:.25rem}.mx-sm-1{margin-left:.25rem;margin-right:.25rem}.my-sm-1{margin-top:.25rem;margin-bottom:.25rem}.m-sm-1{margin:.25rem}.mt-sm-2{margin-top:.5rem}.mb-sm-2{margin-bottom:.5rem}.me-sm-2{margin-right:.5rem}.ms-sm-2{margin-left:.5rem}.mx-sm-2{margin-left:.5rem;margin-right:.5rem}.my-sm-2{margin-top:.5rem;margin-bottom:.5rem}.m-sm-2{margin:.5rem}.mt-sm-3{margin-top:1rem}.mb-sm-3{margin-bottom:1rem}.me-sm-3{margin-right:1rem}.ms-sm-3{margin-left:1rem}.mx-sm-3{margin-left:1rem;margin-right:1rem}.my-sm-3{margin-top:1rem;margin-bottom:1rem}.m-sm-3{margin:1rem}.mt-sm-4{margin-top:1.5rem}.mb-sm-4{margin-bottom:1.5rem}.me-sm-4{margin-right:1.5rem}.ms-sm-4{margin-left:1.5rem}.mx-sm-4{margin-left:1.5rem;margin-right:1.5rem}.my-sm-4{margin-top:1.5rem;margin-bottom:1.5rem}.m-sm-4{margin:1.5rem}.mt-sm-5{margin-top:3rem}.mb-sm-5{margin-bottom:3rem}.me-sm-5{margin-right:3rem}.ms-sm-5{margin-left:3rem}.mx-sm-5{margin-left:3rem;margin-right:3rem}.my-sm-5{margin-top:3rem;margin-bottom:3rem}.m-sm-5{margin:3rem}.mt-sm-auto{margin-top:auto}.mb-sm-auto{margin-bottom:auto}.me-sm-auto{margin-right:auto}.ms-sm-auto{margin-left:auto}.mx-sm-auto{margin-left:auto;margin-right:auto}.my-sm-auto{margin-top:auto;margin-bottom:auto}.m-sm-auto{margin:auto}.pt-sm-0{padding-top:0}.pb-sm-0{padding-bottom:0}.pe-sm-0{padding-right:0}.ps-sm-0{padding-left:0}.px-sm-0{padding-left:0;padding-right:0}.py-sm-0{padding-top:0;padding-bottom:0}.p-sm-0{padding:0}.pt-sm-1{padding-top:.25rem}.pb-sm-1{padding-bottom:.25rem}.pe-sm-1{padding-right:.25rem}.ps-sm-1{padding-left:.25rem}.px-sm-1{padding-left:.25rem;padding-right:.25rem}.py-sm-1{padding-top:.25rem;padding-bottom:.25rem}.p-sm-1{padding:.25rem}.pt-sm-2{padding-top:.5rem}.pb-sm-2{padding-bottom:.5rem}.pe-sm-2{padding-right:.5rem}.ps-sm-2{padding-left:.5rem}.px-sm-2{padding-left:.5rem;padding-right:.5rem}.py-sm-2{padding-top:.5rem;padding-bottom:.5rem}.p-sm-2{padding:.5rem}.pt-sm-3{padding-top:1rem}.pb-sm-3{padding-bottom:1rem}.pe-sm-3{padding-right:1rem}.ps-sm-3{padding-left:1rem}.px-sm-3{padding-left:1rem;padding-right:1rem}.py-sm-3{padding-top:1rem;padding-bottom:1rem}.p-sm-3{padding:1rem}.pt-sm-4{padding-top:1.5rem}.pb-sm-4{padding-bottom:1.5rem}.pe-sm-4{padding-right:1.5rem}.ps-sm-4{padding-left:1.5rem}.px-sm-4{padding-left:1.5rem;padding-right:1.5rem}.py-sm-4{padding-top:1.5rem;padding-bottom:1.5rem}.p-sm-4{padding:1.5rem}.pt-sm-5{padding-top:3rem}.pb-sm-5{padding-bottom:3rem}.pe-sm-5{padding-right:3rem}.ps-sm-5{padding-left:3rem}.px-sm-5{padding-left:3rem;padding-right:3rem}.py-sm-5{padding-top:3rem;padding-bottom:3rem}.p-sm-5{padding:3rem}.pt-sm-auto{padding-top:auto}.pb-sm-auto{padding-bottom:auto}.pe-sm-auto{padding-right:auto}.ps-sm-auto{padding-left:auto}.px-sm-auto{padding-left:auto;padding-right:auto}.py-sm-auto{padding-top:auto;padding-bottom:auto}.p-sm-auto{padding-top:auto;padding-bottom:auto;padding-left:auto;padding-right:auto}}@media (min-width: 768px){.mt-md-0{margin-top:0}.mb-md-0{margin-bottom:0}.me-md-0{margin-right:0}.ms-md-0{margin-left:0}.mx-md-0{margin-left:0;margin-right:0}.my-md-0{margin-top:0;margin-bottom:0}.m-md-0{margin:0}.mt-md-1{margin-top:.25rem}.mb-md-1{margin-bottom:.25rem}.me-md-1{margin-right:.25rem}.ms-md-1{margin-left:.25rem}.mx-md-1{margin-left:.25rem;margin-right:.25rem}.my-md-1{margin-top:.25rem;margin-bottom:.25rem}.m-md-1{margin:.25rem}.mt-md-2{margin-top:.5rem}.mb-md-2{margin-bottom:.5rem}.me-md-2{margin-right:.5rem}.ms-md-2{margin-left:.5rem}.mx-md-2{margin-left:.5rem;margin-right:.5rem}.my-md-2{margin-top:.5rem;margin-bottom:.5rem}.m-md-2{margin:.5rem}.mt-md-3{margin-top:1rem}.mb-md-3{margin-bottom:1rem}.me-md-3{margin-right:1rem}.ms-md-3{margin-left:1rem}.mx-md-3{margin-left:1rem;margin-right:1rem}.my-md-3{margin-top:1rem;margin-bottom:1rem}.m-md-3{margin:1rem}.mt-md-4{margin-top:1.5rem}.mb-md-4{margin-bottom:1.5rem}.me-md-4{margin-right:1.5rem}.ms-md-4{margin-left:1.5rem}.mx-md-4{margin-left:1.5rem;margin-right:1.5rem}.my-md-4{margin-top:1.5rem;margin-bottom:1.5rem}.m-md-4{margin:1.5rem}.mt-md-5{margin-top:3rem}.mb-md-5{margin-bottom:3rem}.me-md-5{margin-right:3rem}.ms-md-5{margin-left:3rem}.mx-md-5{margin-left:3rem;margin-right:3rem}.my-md-5{margin-top:3rem;margin-bottom:3rem}.m-md-5{margin:3rem}.mt-md-auto{margin-top:auto}.mb-md-auto{margin-bottom:auto}.me-md-auto{margin-right:auto}.ms-md-auto{margin-left:auto}.mx-md-auto{margin-left:auto;margin-right:auto}.my-md-auto{margin-top:auto;margin-bottom:auto}.m-md-auto{margin:auto}.pt-md-0{padding-top:0}.pb-md-0{padding-bottom:0}.pe-md-0{padding-right:0}.ps-md-0{padding-left:0}.px-md-0{padding-left:0;padding-right:0}.py-md-0{padding-top:0;padding-bottom:0}.p-md-0{padding:0}.pt-md-1{padding-top:.25rem}.pb-md-1{padding-bottom:.25rem}.pe-md-1{padding-right:.25rem}.ps-md-1{padding-left:.25rem}.px-md-1{padding-left:.25rem;padding-right:.25rem}.py-md-1{padding-top:.25rem;padding-bottom:.25rem}.p-md-1{padding:.25rem}.pt-md-2{padding-top:.5rem}.pb-md-2{padding-bottom:.5rem}.pe-md-2{padding-right:.5rem}.ps-md-2{padding-left:.5rem}.px-md-2{padding-left:.5rem;padding-right:.5rem}.py-md-2{padding-top:.5rem;padding-bottom:.5rem}.p-md-2{padding:.5rem}.pt-md-3{padding-top:1rem}.pb-md-3{padding-bottom:1rem}.pe-md-3{padding-right:1rem}.ps-md-3{padding-left:1rem}.px-md-3{padding-left:1rem;padding-right:1rem}.py-md-3{padding-top:1rem;padding-bottom:1rem}.p-md-3{padding:1rem}.pt-md-4{padding-top:1.5rem}.pb-md-4{padding-bottom:1.5rem}.pe-md-4{padding-right:1.5rem}.ps-md-4{padding-left:1.5rem}.px-md-4{padding-left:1.5rem;padding-right:1.5rem}.py-md-4{padding-top:1.5rem;padding-bottom:1.5rem}.p-md-4{padding:1.5rem}.pt-md-5{padding-top:3rem}.pb-md-5{padding-bottom:3rem}.pe-md-5{padding-right:3rem}.ps-md-5{padding-left:3rem}.px-md-5{padding-left:3rem;padding-right:3rem}.py-md-5{padding-top:3rem;padding-bottom:3rem}.p-md-5{padding:3rem}.pt-md-auto{padding-top:auto}.pb-md-auto{padding-bottom:auto}.pe-md-auto{padding-right:auto}.ps-md-auto{padding-left:auto}.px-md-auto{padding-left:auto;padding-right:auto}.py-md-auto{padding-top:auto;padding-bottom:auto}.p-md-auto{padding-top:auto;padding-bottom:auto;padding-left:auto;padding-right:auto}}@media (min-width: 992px){.mt-lg-0{margin-top:0}.mb-lg-0{margin-bottom:0}.me-lg-0{margin-right:0}.ms-lg-0{margin-left:0}.mx-lg-0{margin-left:0;margin-right:0}.my-lg-0{margin-top:0;margin-bottom:0}.m-lg-0{margin:0}.mt-lg-1{margin-top:.25rem}.mb-lg-1{margin-bottom:.25rem}.me-lg-1{margin-right:.25rem}.ms-lg-1{margin-left:.25rem}.mx-lg-1{margin-left:.25rem;margin-right:.25rem}.my-lg-1{margin-top:.25rem;margin-bottom:.25rem}.m-lg-1{margin:.25rem}.mt-lg-2{margin-top:.5rem}.mb-lg-2{margin-bottom:.5rem}.me-lg-2{margin-right:.5rem}.ms-lg-2{margin-left:.5rem}.mx-lg-2{margin-left:.5rem;margin-right:.5rem}.my-lg-2{margin-top:.5rem;margin-bottom:.5rem}.m-lg-2{margin:.5rem}.mt-lg-3{margin-top:1rem}.mb-lg-3{margin-bottom:1rem}.me-lg-3{margin-right:1rem}.ms-lg-3{margin-left:1rem}.mx-lg-3{margin-left:1rem;margin-right:1rem}.my-lg-3{margin-top:1rem;margin-bottom:1rem}.m-lg-3{margin:1rem}.mt-lg-4{margin-top:1.5rem}.mb-lg-4{margin-bottom:1.5rem}.me-lg-4{margin-right:1.5rem}.ms-lg-4{margin-left:1.5rem}.mx-lg-4{margin-left:1.5rem;margin-right:1.5rem}.my-lg-4{margin-top:1.5rem;margin-bottom:1.5rem}.m-lg-4{margin:1.5rem}.mt-lg-5{margin-top:3rem}.mb-lg-5{margin-bottom:3rem}.me-lg-5{margin-right:3rem}.ms-lg-5{margin-left:3rem}.mx-lg-5{margin-left:3rem;margin-right:3rem}.my-lg-5{margin-top:3rem;margin-bottom:3rem}.m-lg-5{margin:3rem}.mt-lg-auto{margin-top:auto}.mb-lg-auto{margin-bottom:auto}.me-lg-auto{margin-right:auto}.ms-lg-auto{margin-left:auto}.mx-lg-auto{margin-left:auto;margin-right:auto}.my-lg-auto{margin-top:auto;margin-bottom:auto}.m-lg-auto{margin:auto}.pt-lg-0{padding-top:0}.pb-lg-0{padding-bottom:0}.pe-lg-0{padding-right:0}.ps-lg-0{padding-left:0}.px-lg-0{padding-left:0;padding-right:0}.py-lg-0{padding-top:0;padding-bottom:0}.p-lg-0{padding:0}.pt-lg-1{padding-top:.25rem}.pb-lg-1{padding-bottom:.25rem}.pe-lg-1{padding-right:.25rem}.ps-lg-1{padding-left:.25rem}.px-lg-1{padding-left:.25rem;padding-right:.25rem}.py-lg-1{padding-top:.25rem;padding-bottom:.25rem}.p-lg-1{padding:.25rem}.pt-lg-2{padding-top:.5rem}.pb-lg-2{padding-bottom:.5rem}.pe-lg-2{padding-right:.5rem}.ps-lg-2{padding-left:.5rem}.px-lg-2{padding-left:.5rem;padding-right:.5rem}.py-lg-2{padding-top:.5rem;padding-bottom:.5rem}.p-lg-2{padding:.5rem}.pt-lg-3{padding-top:1rem}.pb-lg-3{padding-bottom:1rem}.pe-lg-3{padding-right:1rem}.ps-lg-3{padding-left:1rem}.px-lg-3{padding-left:1rem;padding-right:1rem}.py-lg-3{padding-top:1rem;padding-bottom:1rem}.p-lg-3{padding:1rem}.pt-lg-4{padding-top:1.5rem}.pb-lg-4{padding-bottom:1.5rem}.pe-lg-4{padding-right:1.5rem}.ps-lg-4{padding-left:1.5rem}.px-lg-4{padding-left:1.5rem;padding-right:1.5rem}.py-lg-4{padding-top:1.5rem;padding-bottom:1.5rem}.p-lg-4{padding:1.5rem}.pt-lg-5{padding-top:3rem}.pb-lg-5{padding-bottom:3rem}.pe-lg-5{padding-right:3rem}.ps-lg-5{padding-left:3rem}.px-lg-5{padding-left:3rem;padding-right:3rem}.py-lg-5{padding-top:3rem;padding-bottom:3rem}.p-lg-5{padding:3rem}.pt-lg-auto{padding-top:auto}.pb-lg-auto{padding-bottom:auto}.pe-lg-auto{padding-right:auto}.ps-lg-auto{padding-left:auto}.px-lg-auto{padding-left:auto;padding-right:auto}.py-lg-auto{padding-top:auto;padding-bottom:auto}.p-lg-auto{padding-top:auto;padding-bottom:auto;padding-left:auto;padding-right:auto}}@media (min-width: 1200px){.mt-xl-0{margin-top:0}.mb-xl-0{margin-bottom:0}.me-xl-0{margin-right:0}.ms-xl-0{margin-left:0}.mx-xl-0{margin-left:0;margin-right:0}.my-xl-0{margin-top:0;margin-bottom:0}.m-xl-0{margin:0}.mt-xl-1{margin-top:.25rem}.mb-xl-1{margin-bottom:.25rem}.me-xl-1{margin-right:.25rem}.ms-xl-1{margin-left:.25rem}.mx-xl-1{margin-left:.25rem;margin-right:.25rem}.my-xl-1{margin-top:.25rem;margin-bottom:.25rem}.m-xl-1{margin:.25rem}.mt-xl-2{margin-top:.5rem}.mb-xl-2{margin-bottom:.5rem}.me-xl-2{margin-right:.5rem}.ms-xl-2{margin-left:.5rem}.mx-xl-2{margin-left:.5rem;margin-right:.5rem}.my-xl-2{margin-top:.5rem;margin-bottom:.5rem}.m-xl-2{margin:.5rem}.mt-xl-3{margin-top:1rem}.mb-xl-3{margin-bottom:1rem}.me-xl-3{margin-right:1rem}.ms-xl-3{margin-left:1rem}.mx-xl-3{margin-left:1rem;margin-right:1rem}.my-xl-3{margin-top:1rem;margin-bottom:1rem}.m-xl-3{margin:1rem}.mt-xl-4{margin-top:1.5rem}.mb-xl-4{margin-bottom:1.5rem}.me-xl-4{margin-right:1.5rem}.ms-xl-4{margin-left:1.5rem}.mx-xl-4{margin-left:1.5rem;margin-right:1.5rem}.my-xl-4{margin-top:1.5rem;margin-bottom:1.5rem}.m-xl-4{margin:1.5rem}.mt-xl-5{margin-top:3rem}.mb-xl-5{margin-bottom:3rem}.me-xl-5{margin-right:3rem}.ms-xl-5{margin-left:3rem}.mx-xl-5{margin-left:3rem;margin-right:3rem}.my-xl-5{margin-top:3rem;margin-bottom:3rem}.m-xl-5{margin:3rem}.mt-xl-auto{margin-top:auto}.mb-xl-auto{margin-bottom:auto}.me-xl-auto{margin-right:auto}.ms-xl-auto{margin-left:auto}.mx-xl-auto{margin-left:auto;margin-right:auto}.my-xl-auto{margin-top:auto;margin-bottom:auto}.m-xl-auto{margin:auto}.pt-xl-0{padding-top:0}.pb-xl-0{padding-bottom:0}.pe-xl-0{padding-right:0}.ps-xl-0{padding-left:0}.px-xl-0{padding-left:0;padding-right:0}.py-xl-0{padding-top:0;padding-bottom:0}.p-xl-0{padding:0}.pt-xl-1{padding-top:.25rem}.pb-xl-1{padding-bottom:.25rem}.pe-xl-1{padding-right:.25rem}.ps-xl-1{padding-left:.25rem}.px-xl-1{padding-left:.25rem;padding-right:.25rem}.py-xl-1{padding-top:.25rem;padding-bottom:.25rem}.p-xl-1{padding:.25rem}.pt-xl-2{padding-top:.5rem}.pb-xl-2{padding-bottom:.5rem}.pe-xl-2{padding-right:.5rem}.ps-xl-2{padding-left:.5rem}.px-xl-2{padding-left:.5rem;padding-right:.5rem}.py-xl-2{padding-top:.5rem;padding-bottom:.5rem}.p-xl-2{padding:.5rem}.pt-xl-3{padding-top:1rem}.pb-xl-3{padding-bottom:1rem}.pe-xl-3{padding-right:1rem}.ps-xl-3{padding-left:1rem}.px-xl-3{padding-left:1rem;padding-right:1rem}.py-xl-3{padding-top:1rem;padding-bottom:1rem}.p-xl-3{padding:1rem}.pt-xl-4{padding-top:1.5rem}.pb-xl-4{padding-bottom:1.5rem}.pe-xl-4{padding-right:1.5rem}.ps-xl-4{padding-left:1.5rem}.px-xl-4{padding-left:1.5rem;padding-right:1.5rem}.py-xl-4{padding-top:1.5rem;padding-bottom:1.5rem}.p-xl-4{padding:1.5rem}.pt-xl-5{padding-top:3rem}.pb-xl-5{padding-bottom:3rem}.pe-xl-5{padding-right:3rem}.ps-xl-5{padding-left:3rem}.px-xl-5{padding-left:3rem;padding-right:3rem}.py-xl-5{padding-top:3rem;padding-bottom:3rem}.p-xl-5{padding:3rem}.pt-xl-auto{padding-top:auto}.pb-xl-auto{padding-bottom:auto}.pe-xl-auto{padding-right:auto}.ps-xl-auto{padding-left:auto}.px-xl-auto{padding-left:auto;padding-right:auto}.py-xl-auto{padding-top:auto;padding-bottom:auto}.p-xl-auto{padding-top:auto;padding-bottom:auto;padding-left:auto;padding-right:auto}}@media (min-width: 1400px){.mt-xxl-0{margin-top:0}.mb-xxl-0{margin-bottom:0}.me-xxl-0{margin-right:0}.ms-xxl-0{margin-left:0}.mx-xxl-0{margin-left:0;margin-right:0}.my-xxl-0{margin-top:0;margin-bottom:0}.m-xxl-0{margin:0}.mt-xxl-1{margin-top:.25rem}.mb-xxl-1{margin-bottom:.25rem}.me-xxl-1{margin-right:.25rem}.ms-xxl-1{margin-left:.25rem}.mx-xxl-1{margin-left:.25rem;margin-right:.25rem}.my-xxl-1{margin-top:.25rem;margin-bottom:.25rem}.m-xxl-1{margin:.25rem}.mt-xxl-2{margin-top:.5rem}.mb-xxl-2{margin-bottom:.5rem}.me-xxl-2{margin-right:.5rem}.ms-xxl-2{margin-left:.5rem}.mx-xxl-2{margin-left:.5rem;margin-right:.5rem}.my-xxl-2{margin-top:.5rem;margin-bottom:.5rem}.m-xxl-2{margin:.5rem}.mt-xxl-3{margin-top:1rem}.mb-xxl-3{margin-bottom:1rem}.me-xxl-3{margin-right:1rem}.ms-xxl-3{margin-left:1rem}.mx-xxl-3{margin-left:1rem;margin-right:1rem}.my-xxl-3{margin-top:1rem;margin-bottom:1rem}.m-xxl-3{margin:1rem}.mt-xxl-4{margin-top:1.5rem}.mb-xxl-4{margin-bottom:1.5rem}.me-xxl-4{margin-right:1.5rem}.ms-xxl-4{margin-left:1.5rem}.mx-xxl-4{margin-left:1.5rem;margin-right:1.5rem}.my-xxl-4{margin-top:1.5rem;margin-bottom:1.5rem}.m-xxl-4{margin:1.5rem}.mt-xxl-5{margin-top:3rem}.mb-xxl-5{margin-bottom:3rem}.me-xxl-5{margin-right:3rem}.ms-xxl-5{margin-left:3rem}.mx-xxl-5{margin-left:3rem;margin-right:3rem}.my-xxl-5{margin-top:3rem;margin-bottom:3rem}.m-xxl-5{margin:3rem}.mt-xxl-auto{margin-top:auto}.mb-xxl-auto{margin-bottom:auto}.me-xxl-auto{margin-right:auto}.ms-xxl-auto{margin-left:auto}.mx-xxl-auto{margin-left:auto;margin-right:auto}.my-xxl-auto{margin-top:auto;margin-bottom:auto}.m-xxl-auto{margin:auto}.pt-xxl-0{padding-top:0}.pb-xxl-0{padding-bottom:0}.pe-xxl-0{padding-right:0}.ps-xxl-0{padding-left:0}.px-xxl-0{padding-left:0;padding-right:0}.py-xxl-0{padding-top:0;padding-bottom:0}.p-xxl-0{padding:0}.pt-xxl-1{padding-top:.25rem}.pb-xxl-1{padding-bottom:.25rem}.pe-xxl-1{padding-right:.25rem}.ps-xxl-1{padding-left:.25rem}.px-xxl-1{padding-left:.25rem;padding-right:.25rem}.py-xxl-1{padding-top:.25rem;padding-bottom:.25rem}.p-xxl-1{padding:.25rem}.pt-xxl-2{padding-top:.5rem}.pb-xxl-2{padding-bottom:.5rem}.pe-xxl-2{padding-right:.5rem}.ps-xxl-2{padding-left:.5rem}.px-xxl-2{padding-left:.5rem;padding-right:.5rem}.py-xxl-2{padding-top:.5rem;padding-bottom:.5rem}.p-xxl-2{padding:.5rem}.pt-xxl-3{padding-top:1rem}.pb-xxl-3{padding-bottom:1rem}.pe-xxl-3{padding-right:1rem}.ps-xxl-3{padding-left:1rem}.px-xxl-3{padding-left:1rem;padding-right:1rem}.py-xxl-3{padding-top:1rem;padding-bottom:1rem}.p-xxl-3{padding:1rem}.pt-xxl-4{padding-top:1.5rem}.pb-xxl-4{padding-bottom:1.5rem}.pe-xxl-4{padding-right:1.5rem}.ps-xxl-4{padding-left:1.5rem}.px-xxl-4{padding-left:1.5rem;padding-right:1.5rem}.py-xxl-4{padding-top:1.5rem;padding-bottom:1.5rem}.p-xxl-4{padding:1.5rem}.pt-xxl-5{padding-top:3rem}.pb-xxl-5{padding-bottom:3rem}.pe-xxl-5{padding-right:3rem}.ps-xxl-5{padding-left:3rem}.px-xxl-5{padding-left:3rem;padding-right:3rem}.py-xxl-5{padding-top:3rem;padding-bottom:3rem}.p-xxl-5{padding:3rem}.pt-xxl-auto{padding-top:auto}.pb-xxl-auto{padding-bottom:auto}.pe-xxl-auto{padding-right:auto}.ps-xxl-auto{padding-left:auto}.px-xxl-auto{padding-left:auto;padding-right:auto}.py-xxl-auto{padding-top:auto;padding-bottom:auto}.p-xxl-auto{padding-top:auto;padding-bottom:auto;padding-left:auto;padding-right:auto}}.hide{display:none}.show{display:initial}@media (min-width: 375px){.hide-xs{display:none}.show-xs{display:initial}}@media (min-width: 576px){.hide-sm{display:none}.show-sm{display:initial}}@media (min-width: 768px){.hide-md{display:none}.show-md{display:initial}}@media (min-width: 992px){.hide-lg{display:none}.show-lg{display:initial}}@media (min-width: 1200px){.hide-xl{display:none}.show-xl{display:initial}}@media (min-width: 1400px){.hide-xxl{display:none}.show-xxl{display:initial}}:root{--bm-border-radius: 5px;--bm-bg-color: #ffffff;--bm-btn-primary: #218d9c;--bm-selected: #9ee1eb;--bm-btn-secondary: gray;--bm-text-color: #000;--bm-btn-text-color: #fff;--bm-font-family: Arial, sans-serif;--bm-font-header: Tahoma, sans-serif}body{background:var(--bm-bg-color);color:var(--bm-text-color);padding:0;max-width:800px;margin:0 auto}*{font-family:var(--bm-font-family)}* h1,* h2,* h3,* h4,* h5,* h6,* *[class*=header]{font-family:var(--bm-font-header)}* h1:not(div) *,* h2:not(div) *,* h3:not(div) *,* h4:not(div) *,* h5:not(div) *,* h6:not(div) *,* *[class*=header]:not(div) *{font-family:var(--bm-font-header)}*::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5;z-index:10}*::-webkit-scrollbar{width:6px;background-color:#f5f5f5;z-index:10}*::-webkit-scrollbar-thumb{z-index:10;border-radius:3px;background-color:rgba(0,0,0,.282);transition:background-color 1.25s}*::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.667)}*[role=button],*[role=menuitem]{cursor:pointer}a{color:var(--bm-btn-primary)}.row{display:flex;flex-wrap:wrap}.row.no-wrap{flex-wrap:nowrap}.row .col{display:flex;flex-direction:column;width:-webkit-fill-available;width:100%}.fade-enter-active,.fade-leave-active{transition:opacity .25s ease}.fade-enter-from,.fade-leave-to{opacity:0}.collapse-enter-active,.collapse-leave-active{transition:transform .25s ease,height .25s ease .25s;transform-origin:top}.collapse-enter-from,.collapse-leave-to{transform:scaleY(0);height:0}.span-2{grid-column:span 2}.span-3{grid-column:span 3}.border-none{border:none!important}.notice{padding:10px 15px;border:1px solid var(--bm-btn-primary);background:var(--bm-selected);border-radius:var(--bm-border-radius);filter:brightness(120%);text-align:center;color:var(--bm-btn-text-color)}.notice a{color:var(--bm-btn-secondary)}.chip{color:#000;font-family:Arial,Helvetica,sans-serif;padding:2.5px 5px 4px;border-radius:75px;font-size:x-small;text-transform:capitalize;height:10px;text-align:center;line-height:1em;font-weight:700;user-select:none}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tooltip{display:block;opacity:0;position:absolute;padding:.25em .5em;border-radius:.35em;border:.15em solid var(--bm-btn-primary);background:var(--bm-bg-color);color:var(--bm-btn-primary);z-index:50;font-size:small;transition:all .25s .25s;transition-property:opacity,z-index;cursor:default;text-align:center;transform:translate(-50%);max-width:250px;box-shadow:0 0 2px #fff}.tooltip.visible{opacity:1;transition:all .25s .5s;transition-property:opacity,z-index}.tooltip:after,.tooltip:before{content:"";aspect-ratio:1/1;width:0;position:absolute;transform:translate(-50%);border-color:transparent transparent var(--bm-btn-primary) transparent;border-width:.75em;border-style:solid;z-index:-2;left:50%;bottom:100%}.tooltip:before{border-width:.62em;border-bottom-color:var(--bm-bg-color);z-index:-1}.tooltip.arrow-bottom:after,.tooltip.arrow-bottom:before{bottom:0;transform:translate(-50%,100%);border-color:var(--bm-btn-primary) transparent transparent transparent}.tooltip.arrow-bottom:before{border-top-color:var(--bm-bg-color);border-width:.62em}.tooltip.arrow-left{transform:translate(-10%)}.tooltip.arrow-left:after,.tooltip.arrow-left:before{left:10%}html[data-v-27f35dc9],body[data-v-27f35dc9]{height:min-content}.header-bar[data-v-27f35dc9]{background:var(--bm-btn-primary);width:100%;position:fixed;top:0;left:0;z-index:3;box-sizing:border-box;height:50px}.bg-cover[data-v-27f35dc9]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:4;background-color:rgba(255,255,255,.9)}@supports (-webkit-backdrop-filter: blur(2em)) or (backdrop-filter: blur(2em)){.bg-cover[data-v-27f35dc9]{backdrop-filter:blur(3px);background-color:unset;-webkit-backdrop-filter:blur(3px)}}.rate-warning-wrapper[data-v-27f35dc9]{height:100%}.rate-warning-wrapper .rate-warning[data-v-27f35dc9]{padding:3rem;text-align:center;color:#fff;background-color:#554b4b;border-radius:var(--bm-border-radius)}
