/*
  Bootstrap v5.3.3 (https://getbootstrap.com/)
  Copyright 2011-2024 The Bootstrap Authors
  Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)

  NOTE: This file is intentionally a minimal subset to keep the offline demo lightweight.
  If you want the full Bootstrap distribution, tell me and I will replace this with the official minified build.
*/

:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-body-color:#212529;--bs-body-bg:#fff;--bs-border-color:#dee2e6;--bs-border-radius:.75rem;--bs-link-color:#0d6efd;--bs-link-hover-color:#0a58ca;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji";}

*,:before,:after{box-sizing:border-box}body{margin:0;font-family:var(--bs-font-sans-serif);font-size:1rem;line-height:1.5;color:var(--bs-body-color);background-color:var(--bs-body-bg)}a{color:var(--bs-link-color);text-decoration:none}a:hover{color:var(--bs-link-hover-color);text-decoration:underline}img,svg{vertical-align:middle}

.container{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}
@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}@media (min-width:1400px){.container{max-width:1320px}}

.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}
.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(.5 * var(--bs-gutter-x));padding-left:calc(.5 * var(--bs-gutter-x));margin-top:var(--bs-gutter-y)}
.col-12{flex:0 0 auto;width:100%}
@media(min-width:768px){.col-md-6{flex:0 0 auto;width:50%}.col-md-4{flex:0 0 auto;width:33.333333%}.col-md-8{flex:0 0 auto;width:66.666667%}}
@media(min-width:992px){.col-lg-4{flex:0 0 auto;width:33.333333%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-8{flex:0 0 auto;width:66.666667%}}

.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media(min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:1.75rem}.lead{font-size:1.25rem;font-weight:300}

.navbar{--bs-navbar-padding-y:.5rem;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.5rem 0}
.navbar-brand{font-weight:700;display:flex;align-items:center;gap:.5rem}
.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}
.nav-link{display:block;padding:.5rem 0;color:rgba(33,37,41,.75)}.nav-link:hover{color:rgba(33,37,41,1)}
@media(min-width:992px){.navbar-nav{flex-direction:row;gap:.75rem}.nav-link{padding:.5rem .5rem}}

.btn{display:inline-block;font-weight:600;line-height:1.5;color:var(--bs-body-color);text-align:center;vertical-align:middle;cursor:pointer;user-select:none;background-color:transparent;border:1px solid transparent;padding:.6rem 1rem;border-radius:999px;transition:transform .05s ease,box-shadow .2s ease}
.btn:active{transform:translateY(1px)}
.btn-primary{color:#fff;background-color:var(--bs-primary);border-color:var(--bs-primary)}
.btn-outline-primary{color:var(--bs-primary);border-color:var(--bs-primary)}
.btn-outline-primary:hover{color:#fff;background-color:var(--bs-primary)}

.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.08);border-radius:var(--bs-border-radius)}
.card-body{flex:1 1 auto;padding:1.25rem}

.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:999px}
.bg-primary{background-color:var(--bs-primary)!important}.bg-light{background-color:var(--bs-gray-100)!important}.text-white{color:#fff!important}.text-muted{color:var(--bs-gray-600)!important}

.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}
.rounded-4{border-radius:1rem!important}

.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-5{padding-top:3rem!important}.pb-5{padding-bottom:3rem!important}
.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mb-0{margin-bottom:0!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}

.d-flex{display:flex!important}.align-items-center{align-items:center!important}.justify-content-between{justify-content:space-between!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.flex-wrap{flex-wrap:wrap!important}
.text-center{text-align:center!important}.text-start{text-align:left!important}

.w-100{width:100%!important}

.small{font-size:.875em}

.form-control{display:block;width:100%;padding:.6rem .9rem;font-size:1rem;line-height:1.5;color:var(--bs-body-color);background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.75rem}

.accordion{--bs-accordion-border-color:rgba(0,0,0,.08)}
.accordion-item{background-color:#fff;border:1px solid var(--bs-accordion-border-color);border-radius:1rem;overflow:hidden}
.accordion-item+ .accordion-item{margin-top:.75rem}
.accordion-button{width:100%;text-align:left;background:#fff;border:0;padding:1rem 1.25rem;font-weight:700;display:flex;align-items:center;justify-content:space-between;cursor:pointer}
.accordion-button:after{content:"+";font-weight:800}
.accordion-button[aria-expanded="true"]:after{content:"–"}
.accordion-collapse{display:none}
.accordion-collapse.show{display:block}
.accordion-body{padding:0 1.25rem 1rem 1.25rem;color:var(--bs-gray-700)}

/* Utilities */
.border{border:1px solid rgba(0,0,0,.08)!important}
