/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s linear infinite}.fa-pulse{animation:fa-spin 1s steps(8) infinite}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(/assets/font_awesome_5_11_2/webfonts/fa-brands-400.eot);src:url(/assets/font_awesome_5_11_2/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/assets/font_awesome_5_11_2/webfonts/fa-brands-400.woff2) format("woff2"),url(/assets/font_awesome_5_11_2/webfonts/fa-brands-400.woff) format("woff"),url(/assets/font_awesome_5_11_2/webfonts/fa-brands-400.ttf) format("truetype"),url(/assets/font_awesome_5_11_2/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(/assets/font_awesome_5_11_2/webfonts/fa-regular-400.eot);src:url(/assets/font_awesome_5_11_2/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/assets/font_awesome_5_11_2/webfonts/fa-regular-400.woff2) format("woff2"),url(/assets/font_awesome_5_11_2/webfonts/fa-regular-400.woff) format("woff"),url(/assets/font_awesome_5_11_2/webfonts/fa-regular-400.ttf) format("truetype"),url(/assets/font_awesome_5_11_2/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(/assets/font_awesome_5_11_2/webfonts/fa-solid-900.eot);src:url(/assets/font_awesome_5_11_2/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/assets/font_awesome_5_11_2/webfonts/fa-solid-900.woff2) format("woff2"),url(/assets/font_awesome_5_11_2/webfonts/fa-solid-900.woff) format("woff"),url(/assets/font_awesome_5_11_2/webfonts/fa-solid-900.ttf) format("truetype"),url(/assets/font_awesome_5_11_2/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 1, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_root.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 21, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 27, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 45, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 57, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 73, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 83, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 99, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 109, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 121, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

/* line 129, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 135, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 142, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 149, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 153, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 158, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 162, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
dfn {
  font-style: italic;
}

/* line 167, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 173, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
small {
  font-size: 80%;
}

/* line 182, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 190, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 191, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 198, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 15, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 216, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

/* line 225, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 236, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 245, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 262, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 272, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 277, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 286, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 290, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 298, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
}

/* line 309, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 318, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 326, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 331, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 342, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 347, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 355, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 363, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 371, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 378, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 390, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 396, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 411, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 423, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 428, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 433, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 446, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 456, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 465, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 469, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 474, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
template {
  display: none;
}

/* line 480, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

/* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 17, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 18, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 20, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 21, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 23, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 29, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 73, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 95, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 117, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

/* line 122, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 8, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 29, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 10, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 30, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 39, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 45, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 18, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 28, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 34, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 38, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 31, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 36, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 48, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 50, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 31, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 50, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 31, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 50, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  /* line 31, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 50, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  /* line 31, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 50, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

/* line 5, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

/* line 11, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 18, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 23, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 27, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 38, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 49, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 52, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 58, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 71, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 15, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 15, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 23, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 7, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 15, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 23, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 7, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 15, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 23, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 7, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 15, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 23, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 15, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 23, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 7, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 15, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 23, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 7, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 15, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 23, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 15, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 23, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 7, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 15, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 23, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 109, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

/* line 117, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 125, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #212529;
}

/* line 129, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

/* line 135, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 140, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 15, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 165, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 174, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 165, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 174, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 165, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 174, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 165, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 174, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 165, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 174, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 31, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 40, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 51, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 60, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

/* line 64, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 76, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 89, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 97, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 104, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 117, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 128, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 144, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 152, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

/* line 157, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 165, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

/* line 176, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 180, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 190, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 196, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 208, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 214, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 219, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 224, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 228, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 235, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 30, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 38, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

/* line 55, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

/* line 58, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 63, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 71, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 75, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 83, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 86, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

/* line 91, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 96, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

/* line 102, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 112, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 115, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

/* line 118, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 123, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 30, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* line 38, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

/* line 55, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

/* line 58, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 63, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 71, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 75, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 83, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 86, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

/* line 91, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 96, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

/* line 102, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 112, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 115, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

/* line 118, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 123, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 263, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 271, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 277, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 285, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 294, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 301, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 305, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    width: auto;
  }
  /* line 311, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 318, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 325, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 329, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:hover, .btn:focus {
  text-decoration: none;
}

/* line 23, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 30, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 37, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 41, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled):active, .btn.active:not(:disabled):not(.disabled) {
  background-image: none;
}

/* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 64, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 15, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 18, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 29, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 36, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

/* line 46, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 64, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 15, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 18, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 29, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 36, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 46, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 64, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 15, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 18, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 29, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 36, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 46, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 64, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 15, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 18, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 29, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 36, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 46, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 64, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 15, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 18, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 29, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 36, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 46, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 64, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 15, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 18, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 29, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 36, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 46, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 64, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 15, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 18, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 29, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 36, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 46, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 64, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 15, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 18, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 29, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 36, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 46, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 70, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

/* line 63, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 69, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 74, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

/* line 80, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 87, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 70, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

/* line 63, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 69, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 74, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 80, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 87, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 70, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

/* line 63, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 69, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 74, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 80, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 87, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 70, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

/* line 63, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 69, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 74, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 80, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 87, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 70, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

/* line 63, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 69, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 74, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 80, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 87, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 70, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

/* line 63, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 69, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 74, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 80, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 87, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 70, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

/* line 63, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 69, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 74, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 80, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 87, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 70, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

/* line 63, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 69, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 74, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 80, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 87, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 81, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

/* line 15, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

/* line 93, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

/* line 100, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

/* line 113, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 117, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 126, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 131, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 140, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 3, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

/* line 7, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_transitions.scss */
.fade.show {
  opacity: 1;
}

/* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_transitions.scss */
.collapse {
  display: none;
}

/* line 14, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_transitions.scss */
.collapse.show {
  display: block;
}

/* line 20, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_transitions.scss */
tr.collapse.show {
  display: table-row;
}

/* line 26, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_transitions.scss */
tbody.collapse.show {
  display: table-row-group;
}

/* line 31, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

/* line 2, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 29, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 61, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 37, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 29, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 61, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 48, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 29, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 61, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 55, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 62, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 29, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 46, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 50, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 61, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 69, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 76, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 83, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 101, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 108, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 119, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 124, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 4, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

/* line 15, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 27, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 36, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 41, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 47, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 52, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 57, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 75, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 79, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 84, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 89, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 111, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 116, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

/* line 121, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 130, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 135, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 155, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 159, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 14, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 25, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

/* line 29, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 38, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 39, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 44, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 48, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 50, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 62, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 69, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 74, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 82, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 83, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 91, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 107, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 143, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 152, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 17, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 27, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

/* line 33, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 38, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

/* line 45, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 48, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label {
  margin-bottom: 0;
}

/* line 63, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}

/* line 78, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 98, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 103, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

/* line 106, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

/* line 112, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

/* line 116, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

/* line 122, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 125, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 136, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 141, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

/* line 144, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

/* line 150, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 163, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 181, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

/* line 186, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 197, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 204, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 210, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 215, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

/* line 222, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

/* line 234, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

/* line 242, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 250, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 254, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}

/* line 260, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 266, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 281, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 23, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
}

/* line 32, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 35, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 39, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 47, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 54, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 61, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 75, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 79, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 92, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 99, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 112, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 115, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 28, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 42, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 61, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 68, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 73, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 84, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 99, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 108, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 121, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 128, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 147, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 145, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 161, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 170, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 177, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 182, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 189, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 194, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 767.98px) {
  /* line 147, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 145, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 161, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 170, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 177, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 182, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 189, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 194, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 991.98px) {
  /* line 147, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 145, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 161, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 170, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 177, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 182, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 189, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 194, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199.98px) {
  /* line 147, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 145, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 161, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 170, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 177, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 182, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 189, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 194, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

/* line 145, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 147, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 158, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 161, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 165, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 170, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 177, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

/* line 182, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 189, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 194, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

/* line 211, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 220, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 227, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 232, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 240, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 245, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 249, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 251, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 263, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 272, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 279, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 284, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 292, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 297, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 301, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 303, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.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, 0.125);
  border-radius: 0.25rem;
}

/* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 28, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 34, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 41, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 45, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 50, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 15, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 59, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 68, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 74, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 79, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 85, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 90, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 100, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 107, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 113, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 122, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

/* line 128, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 133, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 141, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-deck {
  display: flex;
  flex-direction: column;
}

/* line 145, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 141, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 154, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 171, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-group {
  display: flex;
  flex-direction: column;
}

/* line 177, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 171, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 185, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 190, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 197, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 200, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  /* line 204, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 210, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 213, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  /* line 217, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  /* line 223, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  /* line 226, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  /* line 230, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  /* line 236, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  /* line 239, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

/* line 257, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 256, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  /* line 265, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 1, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 27, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 31, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 35, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 7, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 17, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 24, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 31, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 38, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 44, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 49, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 56, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 17, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 17, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

/* line 18, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 24, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 33, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 44, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

/* line 44, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

/* line 44, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

/* line 44, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

/* line 44, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

/* line 44, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

/* line 44, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

/* line 44, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

/* line 1, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 1, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 33, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 48, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #9fcdff;
}

/* line 10, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #002752;
}

/* line 48, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 10, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 48, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 10, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 48, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 10, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 48, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 10, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 48, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 10, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 48, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 10, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 48, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 10, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}

/* line 26, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 31, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

/* line 1, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 20, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 32, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 52, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 56, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

/* line 66, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

/* line 73, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 88, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 95, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 101, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 4, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

/* line 14, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 4, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

/* line 14, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 4, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 14, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 14, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 14, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 4, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 14, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 14, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 14, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 1, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

/* line 17, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_close.scss */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 28, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 8, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

/* line 29, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 36, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

/* line 48, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

/* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

/* line 60, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 77, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 87, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 88, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 93, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 101, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 109, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 116, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 125, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

/* line 133, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 134, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 138, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 149, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 154, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  /* line 162, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 167, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg {
    max-width: 800px;
  }
}

/* line 2, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 20, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 27, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

/* line 45, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

/* line 50, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 55, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

/* line 61, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 64, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 71, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

/* line 76, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 81, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

/* line 87, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 90, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

/* line 94, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

/* line 99, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 104, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

/* line 110, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 122, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 125, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 132, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

/* line 137, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 142, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

/* line 165, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 175, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 180, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 2, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

/* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 28, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

/* line 35, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  /* line 35, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

/* line 44, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  /* line 44, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-next,
.active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

/* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  /* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-prev,
.active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 67, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 91, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 97, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 105, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 113, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* line 116, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* line 126, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 140, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 151, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 160, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 171, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 181, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* line 3, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 20, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 20, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 20, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 20, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 25, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 36, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 40, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 44, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 48, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 53, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 57, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 11, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 14, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 15, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 17, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 18, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 11, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 14, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 15, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 17, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 18, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 14, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 15, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 17, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 18, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 14, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 15, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 17, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 18, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 14, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 15, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 17, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 18, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 29, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 30, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 31, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 32, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 33, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 34, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 35, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 36, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 37, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 31, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 37, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 49, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 20, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 21, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 23, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 24, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 26, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 27, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 28, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 29, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 30, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 32, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 33, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 34, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 35, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 36, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 37, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 39, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 40, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 41, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 42, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 44, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 20, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 21, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 23, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 24, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 26, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 27, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 28, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 29, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 30, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 32, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 33, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 34, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 35, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 36, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 37, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 39, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 40, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 41, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 42, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 44, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 20, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 21, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 23, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 24, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 26, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 27, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 28, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 29, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 30, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 32, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 33, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 34, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 35, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 36, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 37, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 39, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 40, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 41, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 42, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 44, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 20, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 21, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 23, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 24, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 26, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 27, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 28, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 29, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 30, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 32, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 33, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 34, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 35, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 36, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 37, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 39, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 40, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 41, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 42, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 44, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 20, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 21, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 23, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 24, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 26, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 27, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 28, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 29, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 30, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 32, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 33, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 34, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 35, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 36, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 37, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 39, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 40, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 41, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 42, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 43, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 44, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 5, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 7, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 5, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 7, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 5, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 7, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 5, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 7, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 5, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 7, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 9, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 9, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 9, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 9, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 9, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 14, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 30, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

/* line 25, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

/* line 7, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 11, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 29, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 30, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 33, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 36, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 39, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 29, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 30, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 33, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 36, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 39, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 29, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 30, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 33, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 36, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 39, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 29, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 30, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 33, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 36, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 39, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 16, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 22, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 29, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 30, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 33, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 36, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 39, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 9, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 10, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 11, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 20, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 21, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 20, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 21, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 20, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 21, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 20, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 21, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 20, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 21, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 27, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 28, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 29, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 33, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 34, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 35, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 36, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 40, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #007bff !important;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

/* line 6, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 19, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

/* line 46, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 50, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 9, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 24, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 63, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 67, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 72, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 79, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 92, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 95, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 100, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 103, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 107, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 110, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 116, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(/assets/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
@font-face {
  font-family: 'themify';
  src:url(/assets/fonts/themify.eot?-fvbane);
  src:url(/assets/fonts/themify.eot?#iefix-fvbane) format('embedded-opentype'),
  url(/assets/fonts/themify.woff?-fvbane) format('woff'),
  url(/assets/fonts/themify.ttf?-fvbane) format('truetype'),
  url(/assets/fonts/themify.svg?-fvbane#themify) format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ti-"], [class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
  content: "\e600";
}
.ti-volume:before {
  content: "\e601";
}
.ti-user:before {
  content: "\e602";
}
.ti-unlock:before {
  content: "\e603";
}
.ti-unlink:before {
  content: "\e604";
}
.ti-trash:before {
  content: "\e605";
}
.ti-thought:before {
  content: "\e606";
}
.ti-target:before {
  content: "\e607";
}
.ti-tag:before {
  content: "\e608";
}
.ti-tablet:before {
  content: "\e609";
}
.ti-star:before {
  content: "\e60a";
}
.ti-spray:before {
  content: "\e60b";
}
.ti-signal:before {
  content: "\e60c";
}
.ti-shopping-cart:before {
  content: "\e60d";
}
.ti-shopping-cart-full:before {
  content: "\e60e";
}
.ti-settings:before {
  content: "\e60f";
}
.ti-search:before {
  content: "\e610";
}
.ti-zoom-in:before {
  content: "\e611";
}
.ti-zoom-out:before {
  content: "\e612";
}
.ti-cut:before {
  content: "\e613";
}
.ti-ruler:before {
  content: "\e614";
}
.ti-ruler-pencil:before {
  content: "\e615";
}
.ti-ruler-alt:before {
  content: "\e616";
}
.ti-bookmark:before {
  content: "\e617";
}
.ti-bookmark-alt:before {
  content: "\e618";
}
.ti-reload:before {
  content: "\e619";
}
.ti-plus:before {
  content: "\e61a";
}
.ti-pin:before {
  content: "\e61b";
}
.ti-pencil:before {
  content: "\e61c";
}
.ti-pencil-alt:before {
  content: "\e61d";
}
.ti-paint-roller:before {
  content: "\e61e";
}
.ti-paint-bucket:before {
  content: "\e61f";
}
.ti-na:before {
  content: "\e620";
}
.ti-mobile:before {
  content: "\e621";
}
.ti-minus:before {
  content: "\e622";
}
.ti-medall:before {
  content: "\e623";
}
.ti-medall-alt:before {
  content: "\e624";
}
.ti-marker:before {
  content: "\e625";
}
.ti-marker-alt:before {
  content: "\e626";
}
.ti-arrow-up:before {
  content: "\e627";
}
.ti-arrow-right:before {
  content: "\e628";
}
.ti-arrow-left:before {
  content: "\e629";
}
.ti-arrow-down:before {
  content: "\e62a";
}
.ti-lock:before {
  content: "\e62b";
}
.ti-location-arrow:before {
  content: "\e62c";
}
.ti-link:before {
  content: "\e62d";
}
.ti-layout:before {
  content: "\e62e";
}
.ti-layers:before {
  content: "\e62f";
}
.ti-layers-alt:before {
  content: "\e630";
}
.ti-key:before {
  content: "\e631";
}
.ti-import:before {
  content: "\e632";
}
.ti-image:before {
  content: "\e633";
}
.ti-heart:before {
  content: "\e634";
}
.ti-heart-broken:before {
  content: "\e635";
}
.ti-hand-stop:before {
  content: "\e636";
}
.ti-hand-open:before {
  content: "\e637";
}
.ti-hand-drag:before {
  content: "\e638";
}
.ti-folder:before {
  content: "\e639";
}
.ti-flag:before {
  content: "\e63a";
}
.ti-flag-alt:before {
  content: "\e63b";
}
.ti-flag-alt-2:before {
  content: "\e63c";
}
.ti-eye:before {
  content: "\e63d";
}
.ti-export:before {
  content: "\e63e";
}
.ti-exchange-vertical:before {
  content: "\e63f";
}
.ti-desktop:before {
  content: "\e640";
}
.ti-cup:before {
  content: "\e641";
}
.ti-crown:before {
  content: "\e642";
}
.ti-comments:before {
  content: "\e643";
}
.ti-comment:before {
  content: "\e644";
}
.ti-comment-alt:before {
  content: "\e645";
}
.ti-close:before {
  content: "\e646";
}
.ti-clip:before {
  content: "\e647";
}
.ti-angle-up:before {
  content: "\e648";
}
.ti-angle-right:before {
  content: "\e649";
}
.ti-angle-left:before {
  content: "\e64a";
}
.ti-angle-down:before {
  content: "\e64b";
}
.ti-check:before {
  content: "\e64c";
}
.ti-check-box:before {
  content: "\e64d";
}
.ti-camera:before {
  content: "\e64e";
}
.ti-announcement:before {
  content: "\e64f";
}
.ti-brush:before {
  content: "\e650";
}
.ti-briefcase:before {
  content: "\e651";
}
.ti-bolt:before {
  content: "\e652";
}
.ti-bolt-alt:before {
  content: "\e653";
}
.ti-blackboard:before {
  content: "\e654";
}
.ti-bag:before {
  content: "\e655";
}
.ti-move:before {
  content: "\e656";
}
.ti-arrows-vertical:before {
  content: "\e657";
}
.ti-arrows-horizontal:before {
  content: "\e658";
}
.ti-fullscreen:before {
  content: "\e659";
}
.ti-arrow-top-right:before {
  content: "\e65a";
}
.ti-arrow-top-left:before {
  content: "\e65b";
}
.ti-arrow-circle-up:before {
  content: "\e65c";
}
.ti-arrow-circle-right:before {
  content: "\e65d";
}
.ti-arrow-circle-left:before {
  content: "\e65e";
}
.ti-arrow-circle-down:before {
  content: "\e65f";
}
.ti-angle-double-up:before {
  content: "\e660";
}
.ti-angle-double-right:before {
  content: "\e661";
}
.ti-angle-double-left:before {
  content: "\e662";
}
.ti-angle-double-down:before {
  content: "\e663";
}
.ti-zip:before {
  content: "\e664";
}
.ti-world:before {
  content: "\e665";
}
.ti-wheelchair:before {
  content: "\e666";
}
.ti-view-list:before {
  content: "\e667";
}
.ti-view-list-alt:before {
  content: "\e668";
}
.ti-view-grid:before {
  content: "\e669";
}
.ti-uppercase:before {
  content: "\e66a";
}
.ti-upload:before {
  content: "\e66b";
}
.ti-underline:before {
  content: "\e66c";
}
.ti-truck:before {
  content: "\e66d";
}
.ti-timer:before {
  content: "\e66e";
}
.ti-ticket:before {
  content: "\e66f";
}
.ti-thumb-up:before {
  content: "\e670";
}
.ti-thumb-down:before {
  content: "\e671";
}
.ti-text:before {
  content: "\e672";
}
.ti-stats-up:before {
  content: "\e673";
}
.ti-stats-down:before {
  content: "\e674";
}
.ti-split-v:before {
  content: "\e675";
}
.ti-split-h:before {
  content: "\e676";
}
.ti-smallcap:before {
  content: "\e677";
}
.ti-shine:before {
  content: "\e678";
}
.ti-shift-right:before {
  content: "\e679";
}
.ti-shift-left:before {
  content: "\e67a";
}
.ti-shield:before {
  content: "\e67b";
}
.ti-notepad:before {
  content: "\e67c";
}
.ti-server:before {
  content: "\e67d";
}
.ti-quote-right:before {
  content: "\e67e";
}
.ti-quote-left:before {
  content: "\e67f";
}
.ti-pulse:before {
  content: "\e680";
}
.ti-printer:before {
  content: "\e681";
}
.ti-power-off:before {
  content: "\e682";
}
.ti-plug:before {
  content: "\e683";
}
.ti-pie-chart:before {
  content: "\e684";
}
.ti-paragraph:before {
  content: "\e685";
}
.ti-panel:before {
  content: "\e686";
}
.ti-package:before {
  content: "\e687";
}
.ti-music:before {
  content: "\e688";
}
.ti-music-alt:before {
  content: "\e689";
}
.ti-mouse:before {
  content: "\e68a";
}
.ti-mouse-alt:before {
  content: "\e68b";
}
.ti-money:before {
  content: "\e68c";
}
.ti-microphone:before {
  content: "\e68d";
}
.ti-menu:before {
  content: "\e68e";
}
.ti-menu-alt:before {
  content: "\e68f";
}
.ti-map:before {
  content: "\e690";
}
.ti-map-alt:before {
  content: "\e691";
}
.ti-loop:before {
  content: "\e692";
}
.ti-location-pin:before {
  content: "\e693";
}
.ti-list:before {
  content: "\e694";
}
.ti-light-bulb:before {
  content: "\e695";
}
.ti-Italic:before {
  content: "\e696";
}
.ti-info:before {
  content: "\e697";
}
.ti-infinite:before {
  content: "\e698";
}
.ti-id-badge:before {
  content: "\e699";
}
.ti-hummer:before {
  content: "\e69a";
}
.ti-home:before {
  content: "\e69b";
}
.ti-help:before {
  content: "\e69c";
}
.ti-headphone:before {
  content: "\e69d";
}
.ti-harddrives:before {
  content: "\e69e";
}
.ti-harddrive:before {
  content: "\e69f";
}
.ti-gift:before {
  content: "\e6a0";
}
.ti-game:before {
  content: "\e6a1";
}
.ti-filter:before {
  content: "\e6a2";
}
.ti-files:before {
  content: "\e6a3";
}
.ti-file:before {
  content: "\e6a4";
}
.ti-eraser:before {
  content: "\e6a5";
}
.ti-envelope:before {
  content: "\e6a6";
}
.ti-download:before {
  content: "\e6a7";
}
.ti-direction:before {
  content: "\e6a8";
}
.ti-direction-alt:before {
  content: "\e6a9";
}
.ti-dashboard:before {
  content: "\e6aa";
}
.ti-control-stop:before {
  content: "\e6ab";
}
.ti-control-shuffle:before {
  content: "\e6ac";
}
.ti-control-play:before {
  content: "\e6ad";
}
.ti-control-pause:before {
  content: "\e6ae";
}
.ti-control-forward:before {
  content: "\e6af";
}
.ti-control-backward:before {
  content: "\e6b0";
}
.ti-cloud:before {
  content: "\e6b1";
}
.ti-cloud-up:before {
  content: "\e6b2";
}
.ti-cloud-down:before {
  content: "\e6b3";
}
.ti-clipboard:before {
  content: "\e6b4";
}
.ti-car:before {
  content: "\e6b5";
}
.ti-calendar:before {
  content: "\e6b6";
}
.ti-book:before {
  content: "\e6b7";
}
.ti-bell:before {
  content: "\e6b8";
}
.ti-basketball:before {
  content: "\e6b9";
}
.ti-bar-chart:before {
  content: "\e6ba";
}
.ti-bar-chart-alt:before {
  content: "\e6bb";
}
.ti-back-right:before {
  content: "\e6bc";
}
.ti-back-left:before {
  content: "\e6bd";
}
.ti-arrows-corner:before {
  content: "\e6be";
}
.ti-archive:before {
  content: "\e6bf";
}
.ti-anchor:before {
  content: "\e6c0";
}
.ti-align-right:before {
  content: "\e6c1";
}
.ti-align-left:before {
  content: "\e6c2";
}
.ti-align-justify:before {
  content: "\e6c3";
}
.ti-align-center:before {
  content: "\e6c4";
}
.ti-alert:before {
  content: "\e6c5";
}
.ti-alarm-clock:before {
  content: "\e6c6";
}
.ti-agenda:before {
  content: "\e6c7";
}
.ti-write:before {
  content: "\e6c8";
}
.ti-window:before {
  content: "\e6c9";
}
.ti-widgetized:before {
  content: "\e6ca";
}
.ti-widget:before {
  content: "\e6cb";
}
.ti-widget-alt:before {
  content: "\e6cc";
}
.ti-wallet:before {
  content: "\e6cd";
}
.ti-video-clapper:before {
  content: "\e6ce";
}
.ti-video-camera:before {
  content: "\e6cf";
}
.ti-vector:before {
  content: "\e6d0";
}
.ti-themify-logo:before {
  content: "\e6d1";
}
.ti-themify-favicon:before {
  content: "\e6d2";
}
.ti-themify-favicon-alt:before {
  content: "\e6d3";
}
.ti-support:before {
  content: "\e6d4";
}
.ti-stamp:before {
  content: "\e6d5";
}
.ti-split-v-alt:before {
  content: "\e6d6";
}
.ti-slice:before {
  content: "\e6d7";
}
.ti-shortcode:before {
  content: "\e6d8";
}
.ti-shift-right-alt:before {
  content: "\e6d9";
}
.ti-shift-left-alt:before {
  content: "\e6da";
}
.ti-ruler-alt-2:before {
  content: "\e6db";
}
.ti-receipt:before {
  content: "\e6dc";
}
.ti-pin2:before {
  content: "\e6dd";
}
.ti-pin-alt:before {
  content: "\e6de";
}
.ti-pencil-alt2:before {
  content: "\e6df";
}
.ti-palette:before {
  content: "\e6e0";
}
.ti-more:before {
  content: "\e6e1";
}
.ti-more-alt:before {
  content: "\e6e2";
}
.ti-microphone-alt:before {
  content: "\e6e3";
}
.ti-magnet:before {
  content: "\e6e4";
}
.ti-line-double:before {
  content: "\e6e5";
}
.ti-line-dotted:before {
  content: "\e6e6";
}
.ti-line-dashed:before {
  content: "\e6e7";
}
.ti-layout-width-full:before {
  content: "\e6e8";
}
.ti-layout-width-default:before {
  content: "\e6e9";
}
.ti-layout-width-default-alt:before {
  content: "\e6ea";
}
.ti-layout-tab:before {
  content: "\e6eb";
}
.ti-layout-tab-window:before {
  content: "\e6ec";
}
.ti-layout-tab-v:before {
  content: "\e6ed";
}
.ti-layout-tab-min:before {
  content: "\e6ee";
}
.ti-layout-slider:before {
  content: "\e6ef";
}
.ti-layout-slider-alt:before {
  content: "\e6f0";
}
.ti-layout-sidebar-right:before {
  content: "\e6f1";
}
.ti-layout-sidebar-none:before {
  content: "\e6f2";
}
.ti-layout-sidebar-left:before {
  content: "\e6f3";
}
.ti-layout-placeholder:before {
  content: "\e6f4";
}
.ti-layout-menu:before {
  content: "\e6f5";
}
.ti-layout-menu-v:before {
  content: "\e6f6";
}
.ti-layout-menu-separated:before {
  content: "\e6f7";
}
.ti-layout-menu-full:before {
  content: "\e6f8";
}
.ti-layout-media-right-alt:before {
  content: "\e6f9";
}
.ti-layout-media-right:before {
  content: "\e6fa";
}
.ti-layout-media-overlay:before {
  content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}
.ti-layout-media-left-alt:before {
  content: "\e6fe";
}
.ti-layout-media-left:before {
  content: "\e6ff";
}
.ti-layout-media-center-alt:before {
  content: "\e700";
}
.ti-layout-media-center:before {
  content: "\e701";
}
.ti-layout-list-thumb:before {
  content: "\e702";
}
.ti-layout-list-thumb-alt:before {
  content: "\e703";
}
.ti-layout-list-post:before {
  content: "\e704";
}
.ti-layout-list-large-image:before {
  content: "\e705";
}
.ti-layout-line-solid:before {
  content: "\e706";
}
.ti-layout-grid4:before {
  content: "\e707";
}
.ti-layout-grid3:before {
  content: "\e708";
}
.ti-layout-grid2:before {
  content: "\e709";
}
.ti-layout-grid2-thumb:before {
  content: "\e70a";
}
.ti-layout-cta-right:before {
  content: "\e70b";
}
.ti-layout-cta-left:before {
  content: "\e70c";
}
.ti-layout-cta-center:before {
  content: "\e70d";
}
.ti-layout-cta-btn-right:before {
  content: "\e70e";
}
.ti-layout-cta-btn-left:before {
  content: "\e70f";
}
.ti-layout-column4:before {
  content: "\e710";
}
.ti-layout-column3:before {
  content: "\e711";
}
.ti-layout-column2:before {
  content: "\e712";
}
.ti-layout-accordion-separated:before {
  content: "\e713";
}
.ti-layout-accordion-merged:before {
  content: "\e714";
}
.ti-layout-accordion-list:before {
  content: "\e715";
}
.ti-ink-pen:before {
  content: "\e716";
}
.ti-info-alt:before {
  content: "\e717";
}
.ti-help-alt:before {
  content: "\e718";
}
.ti-headphone-alt:before {
  content: "\e719";
}
.ti-hand-point-up:before {
  content: "\e71a";
}
.ti-hand-point-right:before {
  content: "\e71b";
}
.ti-hand-point-left:before {
  content: "\e71c";
}
.ti-hand-point-down:before {
  content: "\e71d";
}
.ti-gallery:before {
  content: "\e71e";
}
.ti-face-smile:before {
  content: "\e71f";
}
.ti-face-sad:before {
  content: "\e720";
}
.ti-credit-card:before {
  content: "\e721";
}
.ti-control-skip-forward:before {
  content: "\e722";
}
.ti-control-skip-backward:before {
  content: "\e723";
}
.ti-control-record:before {
  content: "\e724";
}
.ti-control-eject:before {
  content: "\e725";
}
.ti-comments-smiley:before {
  content: "\e726";
}
.ti-brush-alt:before {
  content: "\e727";
}
.ti-youtube:before {
  content: "\e728";
}
.ti-vimeo:before {
  content: "\e729";
}
.ti-twitter:before {
  content: "\e72a";
}
.ti-time:before {
  content: "\e72b";
}
.ti-tumblr:before {
  content: "\e72c";
}
.ti-skype:before {
  content: "\e72d";
}
.ti-share:before {
  content: "\e72e";
}
.ti-share-alt:before {
  content: "\e72f";
}
.ti-rocket:before {
  content: "\e730";
}
.ti-pinterest:before {
  content: "\e731";
}
.ti-new-window:before {
  content: "\e732";
}
.ti-microsoft:before {
  content: "\e733";
}
.ti-list-ol:before {
  content: "\e734";
}
.ti-linkedin:before {
  content: "\e735";
}
.ti-layout-sidebar-2:before {
  content: "\e736";
}
.ti-layout-grid4-alt:before {
  content: "\e737";
}
.ti-layout-grid3-alt:before {
  content: "\e738";
}
.ti-layout-grid2-alt:before {
  content: "\e739";
}
.ti-layout-column4-alt:before {
  content: "\e73a";
}
.ti-layout-column3-alt:before {
  content: "\e73b";
}
.ti-layout-column2-alt:before {
  content: "\e73c";
}
.ti-instagram:before {
  content: "\e73d";
}
.ti-google:before {
  content: "\e73e";
}
.ti-github:before {
  content: "\e73f";
}
.ti-flickr:before {
  content: "\e740";
}
.ti-facebook:before {
  content: "\e741";
}
.ti-dropbox:before {
  content: "\e742";
}
.ti-dribbble:before {
  content: "\e743";
}
.ti-apple:before {
  content: "\e744";
}
.ti-android:before {
  content: "\e745";
}
.ti-save:before {
  content: "\e746";
}
.ti-save-alt:before {
  content: "\e747";
}
.ti-yahoo:before {
  content: "\e748";
}
.ti-wordpress:before {
  content: "\e749";
}
.ti-vimeo-alt:before {
  content: "\e74a";
}
.ti-twitter-alt:before {
  content: "\e74b";
}
.ti-tumblr-alt:before {
  content: "\e74c";
}
.ti-trello:before {
  content: "\e74d";
}
.ti-stack-overflow:before {
  content: "\e74e";
}
.ti-soundcloud:before {
  content: "\e74f";
}
.ti-sharethis:before {
  content: "\e750";
}
.ti-sharethis-alt:before {
  content: "\e751";
}
.ti-reddit:before {
  content: "\e752";
}
.ti-pinterest-alt:before {
  content: "\e753";
}
.ti-microsoft-alt:before {
  content: "\e754";
}
.ti-linux:before {
  content: "\e755";
}
.ti-jsfiddle:before {
  content: "\e756";
}
.ti-joomla:before {
  content: "\e757";
}
.ti-html5:before {
  content: "\e758";
}
.ti-flickr-alt:before {
  content: "\e759";
}
.ti-email:before {
  content: "\e75a";
}
.ti-drupal:before {
  content: "\e75b";
}
.ti-dropbox-alt:before {
  content: "\e75c";
}
.ti-css3:before {
  content: "\e75d";
}
.ti-rss:before {
  content: "\e75e";
}
.ti-rss-alt:before {
  content: "\e75f";
}
/* Resp Table (v1.0.0) - Copyright 2018 Joseph Cabral - Licensed under MIT
   Docs: https://github.com/Joe1363/responsive_table
*/
.resp_table { display: table;  width: 100%; }
.rt_tr { display: table-row; }
.rt_td, .rt_th { display: table-cell;  padding-right: 4px; }
.rt_td {  vertical-align: top;  }
.rt_m_th { display: none;  width: 110px;  text-align: right; }
.resp_table .rt_header.fixed_header { position: sticky;  top: 0;  z-index: 1; }  /* div containing table must have a max-height and overflow set */
@media screen and (max-width: 860px) {
  .resp_table { display: block;  width: auto; }
  .rt_tr { display: block; }
  .rt_th { display: none; }
  .rt_m_th { display: table-cell; }
  .rt_tr:not(:first-child):not(:last-child) { margin-bottom: 5px; }
  .rt_td { display: table;  width: 100%; }
  .rt_td .rt_tdc { display: table-cell; }
  .rt_td .rt_tdc::after { content: ' ';  white-space: pre; }
}
/* This css file is to over write bootstarp css
--------------------------------------------------------- /
* Theme Name: Sufee-Admin Admin Template
* Theme URI: http://demos.jeweltheme.com/Sufee-Admin/
* Author: jewel_theme
* Author URI: http://themeforest.net/user/jewel_theme/portfolio
* Description:
* Version: 1.0.0
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Tags: html, themplate, Sufee-Admin
--------------------------------------------------------- */
/* Bootstrap */
/*@import url(/assets/animate-39aec328b0afcfbf3ebae8d3ea0e510080a1823a7b6a9c23a798c7f1a79f4030.css);*/
.horizontal-bars { padding: 0;  margin: 0;  list-style: none; }
.horizontal-bars li { position: relative;  height: 40px;  line-height: 40px;  vertical-align: middle; }
.horizontal-bars li .title { width: 100px;  font-size: 12px;  font-weight: 600;  color: #868e96;  vertical-align: middle; }
.horizontal-bars li .bars { position: absolute;  top: 15px;  width: 100%;  padding-left: 100px; }
.horizontal-bars li .bars .progress:first-child { margin-bottom: 2px; }
.horizontal-bars li.legend { text-align: center; }
.horizontal-bars li.legend .badge { display: inline-block;  width: 8px;  height: 8px;  padding: 0; }
.horizontal-bars li.divider { height: 40px; }
.horizontal-bars li.divider i { margin: 0 !important; }
.horizontal-bars.type-2 li { overflow: hidden; }
.horizontal-bars.type-2 li i { display: inline-block;  margin-right: 1rem;  margin-left: 5px;  font-size: 18px;  line-height: 40px; }
.horizontal-bars.type-2 li .title { display: inline-block;  width: auto;  margin-top: -9px;  font-size: 1rem;  font-weight: normal;  line-height: 40px;  color: #212529; }
.horizontal-bars.type-2 li .value { float: right;  font-weight: 600; }
.horizontal-bars.type-2 li .bars { position: absolute;  top: auto;  bottom: 0;  padding: 0; }

.transition {  transition: all 0.3s ease; }
body { background: #f1f2f7;  display: table;  font-size: 16px;  width: 100%;  font-family: 'Roboto', sans-serif;}
div[class*="col-"] { float: left; }

p { font-size: 16px;  font-weight: 400;  line-height: 22px;  margin-bottom: 10px; }
p:focus { border: none;  outline: 0; }
a, button { text-decoration: none;  outline: none !important;  transition: all 0.25s ease; }
a:hover,
a:focus { text-decoration: none;  color: #000; }
h1, h2, h3, h4, h5, h6 { margin: 0; }
ul, ol { padding-left: 0; }
.btn:focus,
button:focus { box-shadow: none !important;  outline: 0; }
img { max-width: 100%; }
.btn, button, input, textarea { box-shadow: none;  outline: 0 !important; }
.no-padding { padding: 0 !important; }

/* Global Styles */
/* Main Styles */
aside.left-panel { background: #231F20;  display: table-cell;  height: 100vh;  min-height: 100%;  vertical-align: top;  width: 280px;  min-width: 240px;  transition: width 0.3s ease;  padding: 0;  position: relative; }
aside.left-panel.parent-org-admin { background-color: #330000; }
.lp_nav_select { width: 240px;  max-width: 240px; }
.right-panel.parent-admin header.header { background: #330000; }
.navbar { border-radius: 0;  border: none;  display: block;  margin: 0 0 10px;  padding: 0; }
.navbar .navbar-header { float: none;  text-align: center;  width: 100%; }
.navbar .navbar-brand { border-bottom: 1px solid #4e4e52;  color: #f1f2f7 !important;  font-family: 'Roboto', sans-serif;  font-size: 22px;  float: none;  line-height: 50px;  margin: 0;
                        text-align: left;  text-transform: capitalize;  min-height: 69px;  padding: 0;  display: flex;  justify-content: center;  align-items: center;  position: relative; }
.navbar .navbar-brand span {font-weight: 600; }
.navbar .navbar-brand img {max-width: 160px; }
.navbar .navbar-brand.hidden {display: none; }

body.open .navbar .navbar-brand.hidden {
  display: block; }
.open aside.left-panel {
  max-width: 70px;
  width: 70px; }
.open aside.left-panel .navbar .navbar-brand {
  display: none; }
.open aside.left-panel .navbar .navbar-brand.hidden {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center; }
.open aside.left-panel .navbar .navbar-brand.hidden img {
  max-width: 30px;
  margin: 0 auto; }
.open aside.left-panel .navbar .navbar-brand.d-md-none {
  display: block !important;
  margin: 13px 0 0;
  min-height: 67px;
  padding: 0;
  text-align: center; }

/* Right panel */
.right-panel { display: table-cell;  padding-left: 0 !important;  transition: all .35s ease;  position: relative; }
.right-panel .breadcrumbs { background-color: #fff;  display: inline-block;  margin-top: 0;  padding: 0 5px;  width: 100%; }
.right-panel header.header { background: #231F20;  padding: 0 20px;  border-left: 1px solid #4e4e52;  position: relative; }
.open .right-panel { margin-left: -210px; }
header.fixed-top { background: #fff;  padding: 20px; }
.header-menu { height: 68px; }
.header-menu .tcell { vertical-align: middle; }
#dash_header { display: flex;  justify-content: space-between;  align-items: center;  height: 68px; }
#dash_header_admin { display: flex;  justify-content: flex-end;  align-items: center;  height: 68px; }
header .form-inline { display: inline-block;  width: auto;  height: 40px; }
header .form-inline .search-form { height: 100%;  max-width: 1025px;  margin: 0 auto;  position: relative; }
header .form-inline .search-form input[type="text"] {
  background: #263238;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #d3d3d3;
  font-size: 16px;
  height: inherit;
  margin-right: 0 !important;
  padding: 10px 36px 10px 15px;
  width: 100%; }
header .form-inline .search-form input[type="text"].active, header .form-inline .search-form input[type="text"]:focus {
  border-color: rgba(0, 0, 0, 0.125);  outline: 0;
}
header .form-inline .search-form button {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -14px !important; }
header .form-inline .search-form button:active,
header .form-inline .search-form button:focus,
header .form-inline .search-form button:visited,
header .form-inline .search-form .btn-outline-success:hover {
  background: transparent;
  border: none !important;
  box-shadow: none;
  outline: 0 !important; }
header .form-inline .search-form.close { display: none; }
.dropdown-menu { border-radius: 0;  transform: none !important; }

.user-area { display: inline-block; }
.user-area .user-menu {
  background: #fff;
  font-family: 'Roboto', sans-serif;
  left: inherit !important;
  right: 0;
  top: 55px !important;
  margin: 0;
  max-width: 150px;
  padding: 5px 10px;
  position: absolute;
  width: 100%;
  z-index: 999;
  min-width: 150px; }
.user-area .user-menu .nav-link {
  color: #272c33;
  display: block;
  font-size: 14px;
  line-height: 22px;
  padding: 5px 0; }
.user-area .user-avatar {
  width: 38px;
  height: 38px; }
.user-area .user-info .name {
  color: #8c8c8c;
  font-size: 14px;
  position: relative;
  text-transform: uppercase; }
.user-area .count {
  background: #d9534f;
  border-radius: 50%;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 9px;
  font-weight: 700;
  float: right;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center; }
.user-area .dropdown-toggle:after {
  display: none; }

.notification-show + .dropdown-menu,
.message-show + .dropdown-menu,
.language-show + .dropdown-menu { display: block; }

.content { float: left;  padding: 0 20px; width: 100%; }
.card { margin-bottom: 1.5rem;  border-radius: 0; }
.card h4 { font-size: 1.1rem; }
.card .user-header .media img { border: 5px solid rgba(255, 255, 255, 0.3);  border-radius: 50%;  -webkit-border-radius: 50%; }
.card .card-header .card-actions button { display: block;  float: left;  width: 50px;  padding: .75rem 0;  margin: 0 !important;color: #fff;  outline: 0;  text-align: center;
                                          background: transparent;  border: 0;  border-left: 1px solid rgba(120, 130, 140, 0.4); }
.card .card-footer { padding: 0.65rem 1.25rem;  background-color: #f0f3f5;  border-top: 1px solid #c2cfd6; }
.card .card-footer ul li { display: table-cell;  padding: 0 1rem;  text-align: center; }
.card.alert { background-color: lightpink; }
.breadcrumbs { margin-top: 0; }

/* Tabs */
.nav-tabs a.active { color: #555;  cursor: default;  background-color: #fff;  border: 1px solid #ddd;  border-bottom-color: transparent; }
.nav-tabs .dropdown .dropdown-menu { top: 100% !important; }

.custom-tab .nav-tabs > a.active, .custom-tab .nav-tabs > .active > a:focus, .custom-tab .nav-tabs > li.active > a:hover {
  border-color: transparent transparent;
  color: #ff2e44;
  position: relative; }

.custom-tab .nav-tabs > a.active > a:after, .custom-tab .nav-tabs > li.active > a:focus:after, .custom-tab .nav-tabs > li.active > a:hover:after {
  background: #ff2e44;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 999; }

.card .card-header .card-actions { float: right; }
.card .card-header .card-actions [class*="btn"] {
  border-left: 1px solid rgba(120, 130, 140, 0.4);
  color: #878787;
  display: inline-block;
  font-size: 16px;
  float: left;
  padding: 0 7px;
  width: inherit;
  text-align: center; }

.buttons button { margin: 2px 0; }
/* Button Reset */
.btn, .button { display: inline-block;  font-weight: 400;  text-align: center;  white-space: nowrap;  vertical-align: middle;  transition: all .15s ease-in-out;  border-radius: 0;  cursor: pointer; }

.login-logo { text-align: center;  margin-bottom: 15px; }
.login-logo span { color: #ffffff;  font-size: 24px; }
.login-content { max-width: 540px;  margin: 8vh auto; }
.login-form { background: #ffffff;  padding: 30px 30px 20px;  border-radius: 2px; }
.login-form h4 { color: #878787;  text-align: center;  margin-bottom: 50px; }
.login-form .checkbox { color: #878787; }
.login-form .checkbox label { text-transform: none; }
.login-form .btn { width: 100%;  text-transform: uppercase;  font-size: 14px;  padding: 15px;  border: 0px; }
.login-form label { color: #878787;  text-transform: uppercase; }
.login-form label a { color: #ff2e44; }

.cpu-load { width: 100%;  height: 272px;  font-size: 14px;  line-height: 1.2em; }
.cpu-load-data-content { font-size: 18px;  font-weight: 400;  line-height: 40px; }
.cpu-load-data { margin-bottom: 30px; }
.cpu-load-data li { display: inline-block;  width: 32.5%;  text-align: center;  border-right: 1px solid #e7e7e7; }
.cpu-load-data li:last-child { border-right: 0; }
.nestable-cart { overflow: hidden; }

/* Forms */
.input-group-addon { background-color: transparent;  border-left: 0; }
.input-group-addon, .input-group-btn { white-space: nowrap;  vertical-align: middle; }
.input-group-addon { padding: .5rem .75rem;  margin-bottom: 0;  font-size: 1rem;  font-weight: 400;  line-height: 1.25;  color: #495057;  text-align: center;
                     background-color: #e9ecef;  border: 1px solid rgba(0, 0, 0, 0.15);  border-radius: .25rem; }

.flotTip { background: #252525;  border: 1px solid #252525;  padding: 5px 15px;  color: #ffffff; }
.flot-container { box-sizing: border-box;  width: 100%;  height: 275px;  padding: 20px 15px 15px;  margin: 15px auto 30px;  background: transparent; }
.flot-pie-container { height: 275px; }
.flot-line { width: 100%;  height: 100%;  font-size: 14px;  line-height: 1.2em; }
.legend table { border-spacing: 5px; }
#chart1, #flotBar, #flotCurve { width: 100%;  height: 275px; }
.map, .vmap { width: 100%;  height: 400px; }

.btn-toolbar { float: left !important; }
.btn-toolbar .btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-toolbar .btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-toolbar .show > .btn-outline-secondary.dropdown-toggle {
  background-color: #212529;  border-color: #212529;  box-shadow: none;  color: #fff; }
.btn-toolbar .btn-outline-secondary:hover { background-color: #212529;  border-color: #212529;  color: #fff; }

/* Stat widget Eight
--------------------------- */
.horizontal { position: relative; }
.horizontal:before { background: #ffffff;  bottom: 0;  content: "";  height: 38px;  left: 0;  margin: 0 auto;  position: absolute;  right: 0;  width: 1px; }

/* Mixed Styles */
.badges h1, .badges h2, .badges h3, .badges h4, .badges h5, .badges h6 { margin: 5px 0; }

.vue-lists ul, .vue-lists ol { padding-left: 30px; }

.card .dropdown.float-right .dropdown-menu { left: inherit !important;  right: 0 !important;  top: 93% !important; }

.dataTables_paginate .pagination { border-radius: 0; }
.dataTables_paginate .pagination li { border-radius: 0 !important; }
.dataTables_paginate .pagination li a { border-radius: 0 !important;  color: #272c33; }
.dataTables_paginate .pagination li.active a { background: #272c33;  border-color: #272c33;  color: #fff; }
.dataTables_paginate .pagination li:hover a { background: #272c33;  border-color: #272c33;  color: #fff; }

@media (max-width: 1368px) {
  .content { padding: 0 15px; }
  .card-body { padding: 15px; }
  .badges button { margin: 2px 0; } }

@media (max-width: 1024px) {
  .card .card-header { position: relative; }
  .card .card-header strong { display: block; }
  .card .card-header small { float: left; }
  .card .card-header .card-actions { right: 0;  top: .75rem;  position: absolute; }
}

@media (max-width: 992px) {
  [class*="col"].no-padding { flex: none; }
}

@media (max-width: 860px) {
  #dash_header { display: block;  height: unset; }
  #dh_recent_stu_ld_div { padding: 5px 0 ; }
  #dash_header_icons { text-align: right;  padding-bottom: 5px; }
}

@media (max-width: 575.99px) {
  body { display: block;  position: relative; }
  aside.left-panel { display: block;  height: auto;  min-height: inherit;  width: 100%; }
  aside.left-panel .navbar { margin-bottom: 0; }
  aside.left-panel .navbar .navbar-header { height: 50px; }
  aside.left-panel .navbar .navbar-brand { border-bottom: none;  display: inline-block;  float: left;  line-height: 1;  margin-top: 11px;  min-height: inherit; }
  aside.left-panel .navbar .navbar-brand.hidden { display: none; }
  aside.left-panel .navbar .navbar-toggler { float: right;  color: #fff;  margin-top: 8px; }

  .right-panel { display: block; }
  .right-panel:after { content: ' ';  clear: both;  display: table; }
  .right-panel header.header div[class*="col"] { padding: 0;  width: initial; }
  .right-panel header.header .col-sm-7 { float: left; }
  .right-panel header.header .col-sm-5 { float: right; }
  .right-panel .breadcrumbs { padding: 10px 15px; }
  .right-panel .breadcrumbs div[class*="col"] { padding: 0; }
  .right-panel .content { padding: 0 10px; }
  .right-panel .content .card .card-title { margin-bottom: 0; }
  .right-panel .content .card .card-footer { padding: 15px 5px; }
  .right-panel .content .card .card-footer ul { margin: 0; }
  .right-panel .content .card .card-footer ul li { float: left;  margin: 5px 0;  padding: 0 10px;  width: 33.33%; }
  .right-panel .content div[class*="col"] { padding: 0; }
  .right-panel .content .row div[class*="col"] { padding: 0 10px; }
  .right-panel .content .nav-tabs .nav-link,
  .right-panel .content .nav-pills .nav-link { padding: .5rem; }
  .right-panel .content .tab-content.pl-3 { padding-left: 0 !important; }
  .right-panel .content #bootstrap-data-table_wrapper { font-size: 14px;  padding: 0; }
  .right-panel .content #bootstrap-data-table_wrapper div[class*="col"] { padding: 0; }
  .right-panel .content #bootstrap-data-table_wrapper .table td, .right-panel .content #bootstrap-data-table_wrapper .table th { padding: 5px; }
}

.student-row:hover { background-color: lightyellow; }
.row.highlightable:hover { background-color: lightyellow !important; }
.left-align { text-align: left !important; }

/* New breadcrumbs styling */
#breadcrumbs { padding: 0 20px;  background: #ffffff;  border-top: 1px solid rgba(0, 0, 0, 0.125);  border-bottom: 1px solid rgba(0, 0, 0, 0.125);  color: #212529; }
#breadcrumbs.bc_fx_height { min-height: 60px; }
#bdc_campus b { font-size: 18px;  margin-right: 5px;  display: inline-block; }
#cnsd_view_icon.cnsd_on { color: green; }
/* End new breadcrumbs styling */
#gn_window { width: 800px;  left: 0;  max-width: 100vw;  margin: 1vh auto;  position: fixed;  border: 1px solid black;  z-index: 1000;  background-color: #fff;  display: none;  top: 0;  right: 0; }
#gnw_content { overflow-y: auto;  max-height: 98vh; }
#gn_window_overlay { width: 100%;  height: 100%;  display: none;  top: 0;  right: 0;  bottom: 0;  left: 0;  position: fixed;  z-index: 1000;  background-color: rgba(0, 0, 0, .5); }
#gnw_close { position: absolute;  top: 2px;  right: 15px;  cursor: pointer;  z-index: 1001;  opacity: .88; }
#gnw_close:hover { opacity: 1; }
.gnw_no_scroll { overflow: hidden; }
#gnw_loading { height: 100%;  padding: 20% 0;  width: 100%;  text-align: center; }
#gnw_loading p { font-size: 24px; }
h3 { font-size: 24px;  font-weight: 400; }
h4 { font-size: 18px;  font-weight: 400; }
a { color: #212529; }
a:hover { color: #667c80; }

/*form*/
input[type=text], input[type=date], input[type=number], input[type=password], select, textarea { background-color: #edf0f7; }
.user-name-form label { text-align: right; }

/*Tab*/
.custom-tab .nav-tabs > a.active, .custom-tab .nav-tabs > .active > a:focus, .custom-tab .nav-tabs > li.active > a:hover {
  color: #272c33;
}
.table-res { overflow: auto; }
.dataTables_paginate .pagination { float: right; }
.dataTables_length, .dataTables_filter { display: none; }

/*Button*/
.btn-thm { padding: 7px 25px; }
.btn-success { background: #58BB65;  border-color: #55cf5e; }
.btn-danger { background: #c6573d;  border-color: #c6573d; }
.btn-primary { background: #4266b2;  border-color: #4266b2; }

/*form*/
.input-group-addon { border-radius: 0; }
.form-control:focus { box-shadow: none;  border-color: #aeb5c0; }
.header-card { background: #231F20;  padding: 10px 15px;  color: #ffffff; }
.link-row td a { text-decoration: underline; }
.form-control { border-radius: 0; }
.new-number .info { float: left; }
.new-number .info-btn { float: right; }


#main-menu { width: 100%;  margin-top: 15px; }
#main-menu-search-tool { position: fixed;  left: 0;  bottom: 0;  color: #ffffff; }
#quick-search-tool { font-size: 42px;  padding: 5px;  cursor: pointer; }
#quick-search-tool:hover { background: #58BB65; }

#quick-search-tool-window { display: block;  background: #FFFFFF;  position: fixed;  box-shadow: 0 0 0 10px rgba(0,0,0,.3);  max-height: 600px;
                            width: 720px;  bottom: -600px;  z-index: 9999;  padding: 5px;  left: 50%;  margin-left: -320px; }
#quick-search-tool-window.up { bottom: 60px; }
#quick-search-tool-window-background { display: none;  top: 0;  left: 0;  background: url(/assets/page/black-50p.png);  position: fixed;  width: 100%;  height: 100%;  z-index: 9990; }
#quick-search-tool-window-background.show { display: block; }

#log-employment-status-window, #add-log-entry-window { display: block;  background: #FFFFFF;  position: fixed;  box-shadow: 0 0 0 10px rgba(0,0,0,.3);  max-height: 600px;  width: 720px;
                                                       bottom: -600px;  z-index: 9999;  padding: 5px;  left: 50%;  margin-left: -320px; }
#log-employment-status-window.up { bottom: 60px;  padding: 10px 15px; }
#add-log-entry-window.up { bottom: 60px; }

/*#qst-header { padding: 10px 10px;  width: 100% !important;  clear: both; }*/
#qst-main { float:left;  width: 700px !important;  clear:both;  padding: 20px 20px;  vertical-align: top; }
#qst-main-left { display: inline-block;  width: 500px;  vertical-align: top; }
#qst-main-right { display: inline-block;  width: 100px;  vertical-align: top;  margin-top: 40px; }
#qst-main-right div { margin-bottom: 10px; }
#qst-search-bar { text-align:center;  width: 100% !important; clear: both;  margin: 10px; }
#qst_search_term { width: 500px; }
#qst-choose-label { font-size: 18px; }
.action-button { width: 180px; }

.menu-profile { padding: 20px 15px 0;  text-align: center; }
.menu-profile img { width: 110px;  height: auto; }
.menu-profile ul li { display: inline-block;  margin: 0 7px;}
.menu-profile ul li a { color: #fff;  font-size: 22px;}
.menu-profile ul li a:hover { color: #90a3bd; }
#menu-profile-info { color: #ffffff; }
.open aside.left-panel .menu-profile { display: none; }


/* Top Bar Search */
#top_bar_search_icon i { font-size: 22px;  color: #ffffff;  vertical-align: middle;  cursor: pointer; }

/* Top Bar QR Codes */
#qr_code_header_icon i { font-size: 26px;  color: #ffffff;  vertical-align: middle;  cursor: pointer;  padding-top: 2px; }

/* Header Alerts & Header Call Menu */
#header_alerts, #header_calls { position: relative;  cursor: pointer; }
#header_alerts i, #header_calls i { vertical-align: middle;  color: #ffffff; font-size: 24px; }
#ha_new_count {
  position: absolute;  color: #ffffff;  background-color: red;  font-size: 12px;  font-weight: bold;  top: 0;  right: -5px;  /* Base styling accounts for 1 digit number */
  border-radius: 10px;  width: 18px;  height: 18px;  text-align: center;  line-height: 16px; }
#ha_new_count.d2 { width: 20px;  right: -8px; }  /* 2 digit number */
#ha_new_count.d3 { width: unset;  right: -13px;  padding: 0 3px; }  /* 3 digit number */
#hc_alert { position: absolute;  display: none;  height: 10px;  width: 10px;  background-color: #1E90FFFF;  bottom: -1px;  right: -4px;  border-radius: 20px;  border: 1px solid #1b75d3; }
#hc_alert.hc_new { display: block;  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);  transform: scale(1);  animation: pulse 2s infinite; }
@keyframes pulse {
  0% { transform: scale(0.95);  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); }
  70% { transform: scale(1);  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
  100% { transform: scale(0.95);  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

/* User Alerts & User Call Menu */
#user_alerts, #user_calls {
  position: fixed;  display: flex;  flex-direction: column;  max-height: 100vh;  width: 720px;  max-width: 100%;  top: -500px;  right: 0;
  background-color: #ffffff;  border-left: 2px solid #000000;  border-bottom: 2px solid #000000;  z-index: 999; }
#ua_close, #uc_close { position: absolute;  top: 0;  right: 0; }
#ua_close i, #uc_close i { padding: 2px 5px;  margin-right: 5px;  font-size: 20px;  cursor: pointer; }
#uc_content { overflow-y: auto; }
#ua_header, #uc_header { margin-bottom: 2px; }
#ua_actions i, #uc_actions i { font-size: 18px;  cursor: pointer; }
#ua_mark_all_unread .fa-check-circle { position: absolute;  font-size: 14px;  top: 4px;  right: -4px;  background-color: #ffffff;  border-radius: 30px; }

/* Header Update Notices */
#header_update_notices { position: relative;  cursor: pointer; }
#header_update_notices i { vertical-align: middle;  color: #ffffff;  font-size: 22px; }
#hun_new { position: absolute;  height: 8px;  width: 8px;  background-color: #1E90FFFF;  bottom: 0;  right: -3px;  border-radius: 20px;  border: 1px solid #1b75d3; }

/* Calls shared */
.uc_call, .uc_voicemail { line-height: 1.25;  padding-bottom: 2px; }
.uc_call:not(:last-of-type), .uc_voicemail:not(:last-of-type) { border-bottom: 1px solid rgba(0, 0, 0, 0.125);  margin-bottom: 2px; }
.ucc_entity_name { flex-grow: 1; }
.call_icon { position: relative; }
.ci_inner { position: absolute;  top: 0;  right: -3px;  font-size: 10px;  transform: rotate(225deg); }
.uc_voicemail_icon { background-color: green;  color: #ffffff; font-size: 14px;  padding: 2px 3px;  border-radius: 2px;  cursor: pointer; }
#uc_all_calls_content { max-height: 60vh;  overflow-y: auto; }

/* User Alerts */
#ua_display { overflow-y: auto; }
.ualert { background-color: #eaeaea;  padding: 2px 10px;  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.ua_new { background-color: rgba(110, 167, 24, .15) !important; }
.ualert.ua_unread { background: #ffffff; }
.ua_selected { color: green; }
.ua_date { flex-shrink: 0; }
.ua_message { flex-grow: 1;  cursor: pointer; }
.ua_message:hover { background-color: rgba(110, 167, 24, .15) !important; }
.ua_msg_options { border-left: 1px solid rgba(0, 0, 0, 0.125);  padding-left: 5px; }
.ua_msg_options i {  transition: color 0.25s; }
.ua_msg_options i:hover { color: #586d6f; }

#ua_c_alerts { position: fixed;  top: -200px;  right: 0;  left: 0;  margin: 0 auto;  background: #ffffff;  border: 2px solid #000000;  border-top: 0;  z-index: 999;
               max-width: 100%;  width: 720px;  max-height: 100vh; }
#uac_close { position: absolute;  top: 2px;  right: 0;  padding: 0 5px;  font-size: 18px;  cursor: pointer; }
#uac_close:hover { color: #586d6f; }
#ua_c_alerts .c_alert { padding: 0 5px;  font-size: 14px; }
#ua_c_alerts .ca_main_content:hover { background-color: rgba(110, 167, 24, .15); }
#ua_c_alerts .c_alert:not(:last-of-type) { border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
#ua_c_alerts .c_alert .ca_title { flex-shrink: 0;  font-weight: bold;  max-width: 160px;  width: 160px;  margin-right: 5px; }
#ua_c_alerts .c_alert .ca_message { flex-grow: 1;  margin-right: 5px; }
#ua_c_alerts .c_alert .ca_dt { flex-shrink: 0;  color: #666666; }

/* User Calls & User Call Menu */
.dial_entity_icon { color: green;  cursor: pointer; }
.plivo_phone_call { color: black;  cursor: pointer; }
#uc_recent_calls, #uc_recent_vm { padding: 0 10px; }
.uc_grid { display: grid;  grid-template-columns: 1fr 1fr; }
#uc_recent_calls { border-right: 1px solid rgba(0, 0, 0, 0.125); }

/* Transfer Call Target User */
#tu_list { padding: 0 10px; }
.tu_grid { display: grid;  grid-template-columns: 1fr 1fr; }
#uc_recent_calls { border-right: 1px solid rgba(0, 0, 0, 0.125); }

#transfer_users { position: fixed;  display: flex;  flex-direction: column;  max-height: 100vh;  width: 600px;  max-width: 100%;  top: -500px;  right: 0;
                  background-color: #ffffff;  border-left: 2px solid #000000;  border-bottom: 2px solid #000000;  z-index: 999; }
#tu_close { position: absolute;  top: 0;  right: 0; }
#tu_close i { padding: 2px 5px;  margin-right: 5px;  font-size: 20px;  cursor: pointer; }
#tu_header { margin-bottom: 2px; }
#tu_actions i { font-size: 18px;  cursor: pointer; }

@media (max-width: 1080px) {
  #uc_recent_calls { border-right: 0;  border-bottom: 1px solid rgba(0, 0, 0, 0.125);  padding-bottom: 5px;  margin-bottom: 5px; }
}
@media (max-width: 602px) {
  #user_alerts { border-left: 0; }  /* 600 (width of alerts window) + 2 (2px border) */
  #ua_c_alerts { border-left: 0;  border-right: 0; }
}
/* END Header Alerts & User Alerts */

.top-header-menu ul { float: right; }
.top-header-menu ul li { display: inline-block;  margin: 0 7px; }
.top-header-menu ul li a { display: block;  color: #fff; }
.top-header-menu ul li a:hover { color: #cfdeff; }

.user-area .user-menu.employer { top: 69px !important; }

#cc_copyright { position: absolute;  bottom: 0;  width: 100%;  color: #212529;  font-size: 14px;  text-align: center; }
/*@media (max-width: 575.99px) { #cc_copyright { position: fixed;  color: #212529; } }*/


/*------------------------
		Login
-------------------------*/
.login-bg { background: #ecf0f6;  height: 100vh; }
.login-header { background: #231F20;  line-height: 65px; }

.form-login { padding: 20px 20px 20px 40px;  border-left: 1px solid #aeb5c0; }
.form-login.v2 { padding: 0 20px 20px 40px; }
.form-login .input-group-addon { background: #aeb5c0; }
.form-login .input-group-addon span { color: #fff; }
.form-login .form-control { background: transparent; }

.login-content { width: 100%;  max-width: 100%;  position: relative;  margin: 30vh auto; }
.login-content.lg_alt { margin: 24vh auto; }
.login-content .login-logo { padding: 10px 0; }

.login_sso_hr { width: 100%;  text-align: center;  border-bottom: 1px solid rgba(0, 0, 0, 0.125);  line-height: 0.1em;  margin: 10px 0 20px; }
.login_sso_hr span { background: #ecf0f6;  padding:0 10px; }

/*Media Query*/
@media screen and (max-width: 800px) {
  .text-right { text-align: center !important; }
  .login-content .login-logo, .form-login { padding: 0;  border: 0;  margin-top: 0; }
  .login-content { margin: 10vh auto; }
  .top-header-menu { display: none; }
  .right-panel header.header { padding: 0 15px; }
  .user-name-form label { text-align: left; }
  #non_logged_in_header { line-height: 14px;  padding: 12px 10px; }
  #non_logged_in_header #powered_by_cc { padding-top: 5px; }
}
@media screen and (max-width: 575.55px) { .right-panel header.header { border-left: 0; } }

/*----------------------
   Additional styling
-----------------------*/
/** Flash Messages **/
#flash_messages { text-align: center;  padding-bottom: 5px;  font-size: 21px; }
.flash_success { color: green;  white-space: pre-wrap;  font-weight: bold; }
.flash_notice, .flash_error { color: red;  white-space: pre-wrap;  font-weight: bold; }
.flash_warning { color: orange;  white-space: pre-wrap;  font-weight: bold; }
.flash_normal { white-space: pre-wrap; }
.alert-input { background-color: #FFDEDE !important; }
.bgc_yellow { background-color: lightyellow !important; }
.bgc_orange { background-color: orange !important; }
.bgc_red { background-color: red !important; }
.bgc_light_grey { background-color: #ececec !important; }
.bgc_white { background-color: #ffffff; }
.bgc_black { background-color: #231F20; }
.bgc_light_green { background-color: rgba(110, 167, 24, .15) !important; }
.bgc_light_pink { background-color: #ffeff2 !important; }
#fixed_alert { position: fixed;  text-align: center;  top: 0;  right: 0;  left: 0;  z-index: 1000; }
#fixed_alert * { background: #ffffff;  border-bottom: 1px solid #000000;  padding: 4px 10px; }
#fixed_alert .flash_success { background: #daffde; }
#fixed_alert .flash_notice, #fixed_alert .flash_error { background: #FFDEDE; }
#fixed_alert .flash_warning { background: #ffeed3; }

/** Students index **/
#student_filters, .filter_div { padding: 0 1px; }
#student_filters select, .filter_div select { padding: 2px;  margin: 0 10px 5px 0;  width: 250px;  border: 1px solid #ced4da; }
#student_filters input[type=text], .filter_div input[type=text] { margin: 0 10px 5px 0;  padding: 0 2px;  width: 250px;  border: 1px solid #ced4da; }
#student_filters .faux_select { display: inline-flex;  height: 27px;  width: 250px;  margin: 0 10px 5px 0;  padding: 2px 5px;  border-color: #ced4da; }
#student_filters .faux_select .fs_icon i { vertical-align: middle; }
#add_student_btn { color: #ffffff; }
#add_edit_stu_form h3 { margin-bottom: 5px; }
.general_tooltip {
  padding: 5px 10px;  font-size: 16px;  cursor: initial;  background: #ffffff;  border: 2px solid #000000;  min-width: 100px;  text-align: initial;  max-height: 90vh;  overflow-y: auto;
}
#form_info_content { border-bottom: 1px solid rgba(0, 0, 0, 0.125);  margin-bottom: 5px;  padding-bottom: 10px; }
.rt_td .acttElement span { padding: 0; }  /** For overriding resp_table span padding **/
/*.non_link { color: #007bff;  cursor: pointer;  transition: all 0.25s ease; }*/
/*.non_link:hover { color: #000; }*/
.non_link { color: #212529;  cursor: pointer;  transition: all 0.25s ease; }
.non_link_u { color: #212529;  cursor: pointer;  text-decoration: underline;  transition: all 0.25s ease; }
.non_link:hover, .non_link_u:hover { color: #667c80; }
.non_link_b { color: #007bff;  cursor: pointer;  transition: all 0.25s ease; }
.non_link_bu { color: #007bff;  cursor: pointer;  text-decoration: underline;  transition: all 0.25s ease; }
.link_blue { color: #007bff; }
.link_blue_u { color: #007bff;  text-decoration: underline; }
.non_link_b:hover, .non_link_bu:hover, .link_blue:hover, .link_blue_u:hover { color: #005ab4; }
.student_form_form_actions { text-align: right;  border-top: 1px solid #8f8f8f;  padding-top: 10px;  margin-top: 10px; }
#acTooltip.form_tooltip { width: 480px; }
#form_overview_wrapper { display: table;  width: 100%; }
.form_overview { display: table-row;  font-size: 14px; }
.form_overview div { display: table-cell; }
.form_overview_br { display: none; }
.form_overview i { cursor: pointer;  font-size: 16px; }
#stuf_dup_list, #lead_dup_list { max-height: 30vh;  overflow-y: auto; }

/* General use tooltip close icon */
.x_close_abs { position: absolute;  top: 0;  right: 0;  font-size: 18px;  cursor: pointer;  padding: 5px 5px 0;  margin-right: 5px; }
.x_close_abs2 { position: absolute;  top: 0;  right: 0;  font-size: 18px;  cursor: pointer; }
.x_close_float { float: right;  font-size: 18px;  cursor: pointer; }

#form_recipient_content .form_row.request_method { margin-bottom: 0; }
#form_recipient_content .form_row.request_method input[type=radio] { vertical-align: middle; }
.form_recipient { font-size: 14px;  display: table;  width: 100%; }
.form_recipient:not(:last-of-type) { border-bottom: 1px solid #c1c1c1;  padding-bottom: 10px;  margin-bottom: 5px; }
.form_recipient_number, .form_recipient_info { display: table-cell; }
.form_recipient_number { width: 20px; }
#esign_request_form input[type=text], #esign_request_form select { border: 1px solid #ced4da;  padding: 0 5px;  height: 22px;  line-height: 20px;  width: 100%; }
#form_fill_data, #form_builder { padding: 0 20px;  font-size: 14px;  border-bottom: 1px solid #8f8f8f;  margin-bottom: 10px; }
#form_fill_data h4, #form_builder h4 { font-weight: bold;  margin-top: 15px; }

#recipient_summary .current { background: lightyellow; }
#recipient_summary { font-size: 14px;  border-bottom: 1px solid #c1c1c1;  padding-bottom: 5px;  margin-bottom: 10px; }

#per_page_div, .per_page_div { margin: 0 10px 10px;  text-align: right; }
#per_page_div select, .per_page_div select { padding: 2px; }

#fingerprint-select-section, #extern_select, #sync_off_select, #rep_select { display: inline-block;  margin-right: 10px; }
#fingerprint-select-section input[type=checkbox], #extern_select input[type=checkbox], #rep_select input[type=checkbox], #sync_off_select input[type=checkbox] {
  margin-right: 5px;  margin-left: 2px;  vertical-align: middle;
}
#mass_select { display: inline-block;  float: right; }
#mass_select_actions { background: #231F20;  color: gray;  padding: 4px 10px; }
#mass_select_actions span { display: inline-block; }
#mass_select_actions.active i { cursor: pointer;  color: white; }
#mass_select_actions i { vertical-align: middle;  font-size: 18px;  padding-right: 5px; }
#mass_select_actions i.always-active { cursor: pointer;  color: white; }

.mass_select_alt { background: #231F20;  color: gray;  padding: 4px 8px;  line-height: 1.2; }
.mass_select_alt.active i { cursor: pointer;  color: white; }
.mass_select_alt i.always-active { cursor: pointer;  color: white; }

.student-search-box { width: 280px !important; }
.student-search-box-lg { width: 330px !important; }

/** Messages index **/
#message_filters { padding: 0 1px; }
#message_filters select { padding: 2px;  margin: 0 10px 5px 0;  min-width: 270px; }

/** Image related **/
#org_logo.ed, #parent_org_logo.ed { cursor: pointer; }
#org_logo.maxh, #parent_org_logo.maxh { max-height: 60px;  padding: 4px 0; }
.blank_logo { width: 110px;  max-width: 100%;  height: 110px;  background: #ffffff;  margin: 0 auto; }
#image_display { text-align: center;  margin-bottom: 10px; }

@media (max-width: 575.99px){
  .menu-profile { margin-bottom: 2px; }
  #org_logo, #parent_org_logo, #admin_logo, #menu-profile-info { display: inline-block;  vertical-align: middle }
  #org_logo, #parent_org_logo, #admin_logo { width: 30px;  height: 30px; }
  .blank_logo { height: 60px; }
  #menu-profile-info { margin-left: 10px; }
  #main-menu { margin-top: 10px; }
}

/** Responsive table styling **/
.rt_th, .rt_m_th { background: #231F20;  color: #ffffff; }
.rt_th, .rt_m_th, .rt_td { padding: 4px 8px;  vertical-align: middle;  line-height: 1.2; }
.resp_table.td_va_top .rt_td { vertical-align: top; }
.resp_table.va_top .rt_td, .resp_table.va_top .rt_th, .resp_table.va_top .rt_m_th { vertical-align: top; }
.resp_table.th_va_bottom .rt_th { vertical-align: bottom; }
.resp_table .rt_header.header_unset .rt_th { background: unset;  color: #212529; }
.resp_table .t_actions a { display: inline-block;  vertical-align: middle;  font-size: 20px; }
.resp_table .t_actions a i { vertical-align: middle;  font-size: 20px;  cursor: pointer;  display: block; }
.resp_table .t_actions a i.fa-file-o { font-size: 18px; }
.resp_table .t_actions i { vertical-align: middle;  font-size: 20px;  cursor: pointer;  padding-right: 2px; }
.plivo_supervisor_call #supervisor_call{ max-width: 45% !important; }
@media (min-width: 860px){
  .resp_table.bordered { border: 1px solid rgba(0, 0, 0, 0.125); }
  .resp_table .rt_td { border-top: 1px solid rgba(0, 0, 0, 0.125); }
}
@media (max-width: 860px){
  .rt_th, .rt_td { padding: 0;  text-align: unset; }
  .rt_td .rt_tdc { padding: 4px 8px; }
  .resp_table .t_icon { width: unset; }
  .resp_table { border: none; }
  .resp_table .rt_td { border-top: none; }
  .resp_table.bordered .rt_tr:not(.rt_header) { border: 1px solid rgba(0, 0, 0, 0.125); }
  .resp_table.bordered .rt_td:not(:last-child) { border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .resp_table.no_border .rt_tr:nth-child(n+3) { border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .resp_table.no_border .rt_td { border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
}

@media (max-width: 860px) {
  .student-search-box, .student-search-box-lg { float: left;  width: 300px !important;  display: inline-block; }
  .input-group-text { float: left;  display: inline-block; }
  .input-group { flex-wrap: nowrap !important; }
}
/** END Responsive table styling **/

.paginate_container { background: #fff;  margin: 10px 0;  padding: 0 10px; }
.paginate_container .page_info, .paginate_container .pagination_wrapper { display: inline-block; }
.paginate_container .page_info { padding: 6px 0; }
.paginate_container .pagination_wrapper { float: right; }
.pagination { flex-wrap: wrap; }
.pagination * { padding: 2px 12px;  border: 1px solid #dee2e6;  font-style: normal; }
.pagination .current, .pagination a:hover { color: #ffffff;  background: #231F20;  border-color: #231F20; }

/* User Top Bar Recent Students */
#recent_stu_ld_link { padding: 0 10px;  border: 2px solid #212529;  background-color: #ffffff;  width: 250px;  cursor: pointer; }
#user_recent_students_tooltip { min-width: 250px; }
#user_recent_students_tooltip div { padding: 1px 10px; }
#user_recent_students_tooltip div:first-of-type { border-color: #212529; }
#user_recent_students_tooltip div:not(last-of-type) { border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

/** Students show **/
.form_group { display: inline-block;  width: 33%;  margin: 0 0 2px;  vertical-align: top; }
.ri_half .form_group { width: 49.5%; }
.ri_full .form_group { width: 100%; }
.form_group input[type=text], .form_group select, .field_group span { height: 22px;  line-height: 20px; }
.form_group input[type=text], .form_group select { width: 100%;  border: 1px solid #ced4da; }
.form_group input { padding: 0 5px; }
.form_group select { padding: 0 1px; }
.field_group span { padding: 0 2px; }
.field_group span::before { content: " ";  white-space: pre-wrap; }
.field_group { display: table;  width: 100%; }
.field_group label, .field_group span, .field_group input[type=text], .field_group select { display: table-cell; }
.field_group label { width: 150px;  min-width: 150px;  text-align: right;  padding-right: 4px;  font-weight: bold;  line-height: 20px; }

.student_form_actions, .employment_form_actions, .job_alert_form_actions { text-align: right; }
#employment_edit_cancel, #create_timesheet_cancel { cursor: pointer;  margin-right: 10px; }
#edit_student_form #new_student { border-top: none !important;  padding-top: 0; }
.enrollment_entry:not(:last-child) { border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.enrollment_entry:not(:first-of-type) { padding-top: 10px; }
.stu_view_stu_attd { display: inline-block;  width: 20px;  height: 20px;  padding-right: 2px; }
.stu_view_stu_attd .fa-clock { position: absolute;  top: -1px;  left: -1px;  padding-right: 0 !important; }
.stu_view_stu_attd .fa-check-circle { position: absolute;  bottom: 0;  right: 1px;  font-size: 12px !important;  background: #fff;  border-radius: 20px;  padding-right: 0 !important; }

#form_info .t_actions img, #timesheet_summaries .t_actions img { cursor: pointer; }

.stu_show_title_icon { cursor: pointer;  margin-left: 5px;  vertical-align: initial;  font-size: 18px; }
#resend_form_options div { font-weight: normal;  line-height: 1.5; }
.note_text { font-size: 14px;  line-height: 1.1;  margin-bottom: 5px; }
#cws_pub_toggle { margin-left: 10px;  cursor: pointer; }
#cws_pub_toggle.fa-toggle-on { color: green; }
#cws_pub_display { display: inline-block; }
#vsPanel.show_conv { background: #ffffff;  border-left: 1px solid #000000;  border-top: 1px solid #000000;  line-height: 1.25;  top: unset !important; }
#vsPanel.show_conv .convm_wrap { margin: 0 15px; }
#vsPanel.show_conv .conv_msg { padding: 2px 8px; }
#vsPanel.show_conv #vspContent { height: 100%; }

.dntp-toggle.phone { cursor: pointer; }
.mass_doc_sf_dl { font-size: 16px !important;  position: relative;  padding-top: 2px; }
.mass_doc_sf_dl i { font-size: 10px !important;  position: absolute;  top: -1px;  right: -6px; }

@media (max-width: 462px) { #vsPanel.show_conv { border-left: 0; } }
@media (max-height: 760px) { #vsPanel.show_conv { height: 100vh !important;  border-top: 0; } }


#new_job_alert select, #new_job_alert input[type=text] { height: 26px; }
#new_job_alert input[type=checkbox] { vertical-align: middle; }
#new_job_alert .job_boards span { display: inline-block;  width: 150px;  margin-right: 10px; }
#new_job_alert #miles_from { width: 120px;  display: inline-block; }
#new_job_alert #zip_code { width: 240px;  display: inline-block; }
#new_job_alert .job_alert_form_actions { border-top: 1px solid #8f8f8f;  padding-top: 10px;  margin-top: 10px; }

#bg_overlay { width: 100%;  height: 100%;  top: 0;  right: 0;  bottom: 0;  left: 0;  position: fixed;  z-index: 998;  background-color: rgb(0, 0, 0); }
.bg_object { position: relative;  z-index: 999; }

.stu_field_form_link { display: inline-block;  text-decoration: underline;  position: absolute;  top: 0;  right: -30px; }
.stu_field_form_click { font-size: 18px;  cursor: pointer; }
#student_image img { cursor: pointer; }
#student_photo_input { height: unset;  width: 97%;  display: inline-block;  padding: 0;  border: unset; }
#students_show #course_content { max-height: 355px;  overflow-y: auto; }

@media (max-width: 860px) {
  #students_show #course_content { max-height: 701px; }
}

@media (max-width: 1080px) {
  .stu_field_form_link { position: static;  float: right; }
}

#timesheets .t_actions img { cursor: pointer; }
#nex_employer_sv { display: none; }
#externship_selected #timesheet_externship_id { width: 240px; }

#student_show_chks { display: inline-block;  vertical-align: middle;  padding: 0 15px; }
#student_show_chks span { display: inline-block;  margin-right: 15px; }
#student_show_chks label { margin-bottom: 0; }
#student_show_chks input[type=checkbox] { margin-right: 5px; }

#mass_select.mass_doc_dl, #mass_select.mass_form_dl { margin: -32px 1px 0; }  /* Side margin matches table border */
@media (max-width: 820px) {
  #mass_select.mass_doc_dl, #mass_select.mass_form_dl { margin-top: unset;  float: unset; }
}

/** Student forms index **/
.extra_filter { display: none; }
#more_filters_link { display: inline-block;  margin-bottom: 10px; }

/** Note and Tagging styling **/
#notes .note { position: relative; }
.note:not(:last-child) { margin-bottom: 10px; }
.note.important { background-color: #faffa8;  border-radius: 2px; }
.note_actions { min-width: 40px;  text-align: right; }
.note_send_text { font-size: 12px;  font-weight: bold;  font-style: italic; }
.form_row { margin-bottom: 10px; }
.form_row label { margin-bottom: 0; }
.form_row input[type=text], .form_row input[type=number], input[type=password], .form_row textarea, .form_row select {
  display: block;  width: 100%;  border: 1px solid #ced4da;  padding: 0 5px;
}
.form_row textarea { height: 100px; }
#notes .paginate_container { padding: 8px 0 0;  margin: 4px 0 0;  border-top: 1px solid rgba(0, 0, 0, 0.125); }
#notes .paginate_container .page_info { padding: 0; }
#notes .pagination * { padding: 0 10px; }
.tagging_title { font-weight: bold;  font-size: 14px;  margin-bottom: 2px; }
.tagging_creator { font-size: 13px;  font-weight: normal !important;  font-style: italic; }
.tagging_creator.esh { vertical-align: text-top; }
.tagging_note_display { padding-left: 15px;  font-size: 14px;  line-height: 18px;  word-break: break-all; }
#log_icons { text-align: right;  position: relative; }
#log_icons a, #log_icons span { display: inline-block;  position: relative; }
.icon_invert { color: #ffffff;  background-color: #212529; }
#log_filters { display: none;  border-top: 1px solid #8f8f8f;  border-bottom: 1px solid #8f8f8f;  padding: 3px 0 5px;  margin-bottom: 10px; }
#log_filter_submit { padding: 0.2em 2em; }
#active_log_filters { padding-bottom: 5px;  font-size: 14px;  font-style: italic; }
#entity_note_log_tooltip .note, #c1_recent_notes .note { line-height: 1.25; }
#entity_note_log_tooltip .note_title b, #entity_note_log_tooltip .note_content_div, #c1_recent_notes .note_title b, #c1_recent_notes .note_content_div {
  font-size: 14px;
}
.note_content_div { word-break: break-word; }

/** List Index **/
#list_upload h4 { margin-bottom: 10px; }
#new_list_submit { padding: 3px 12px; }

/** List show **/
#list_info { display: inline-block;  width: 60%;  float: left;  padding-right: 20px; }
.list_show #notes { display: inline-block;  width: 40%;  float: right; }

#list_info h3 { margin-bottom: 10px; }
#list_contents h4 { font-weight: 800;  font-size: 18px;  margin-bottom: 8px; }
#list_contents .form_group { width: 19.5%;  display: inline-block;  margin: 0; }
#list_contents .field_group label { width: 135px;  min-width: 135px; }
.list_content_group { border-bottom: 1px solid rgba(0, 0, 0, 0.125);  padding: .5rem;  background: #fff; }

.al_added { background: #E5FFE5; }
.al_skipped { background: #E6E6E6; }
.al_add, .al_skip { background: #f7f7f7; }
.al_duplicate { background: #FFE5E5; }
.al_duplicate_warning { background: #FFFFEF; }
.al_invalid, .al_invalid_duplicate { background: #FFFFE5; }
.al_added .al_status { color: green; }
.al_skipped .al_status { color: gray; }
.al_add .al_status, .al_skip .al_status { color: cornflowerblue; }
.al_duplicate .al_status { color: red; }
.al_invalid .al_status, .al_invalid_duplicate .al_status { color: orange; }
.cl_skipped { background: rgba(128, 128, 128, .1); }
.cl_skipped .cl_status { color: gray; }
.cl_added .cl_status { color: green; }

.list_content_title { display: inline-block;  width: 210px; }
.list_content_actions { font-size: 16px;  font-weight: normal;  vertical-align: middle; }
.list_content_actions i { font-size: 20px;  padding-right: 5px;  cursor: pointer; }
.list_content_actions i.list_content_add { padding-right: 8px; }
.list_content_add { color: green; }
.list_content_skip { color: red; }
.list_content_form_actions { text-align: right;  width: 98.5% }
#list_content_edit_cancel { cursor: pointer;  margin-right: 10px; }

#list_submit_btn_wrapper { text-align: right; }
#list_submit_btn { padding: 0.375rem 4rem; }

/** My Assistant  **/
#my_assistant h4 { background: #adadad;  color: #ffffff;  padding: 4px 8px; }
#my_assistant #add_note_btn { float: right;  padding: 0 25px; }
#my_assistant #notes_content .note:not(:last-child) { margin-bottom: 0;  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
#my_assistant #notes_content .note { line-height: 1.3;  padding: 4px 8px; }
#needs_attention #mass_select { margin-right: 1px; }
#my_assistant #mass_select { float: unset;  border: 1px solid rgba(0, 0, 0, 0.125); }

/** Configuration **/
.config_header { margin-bottom: 10px; }
.config_header span { font-size: 18px;  font-weight: bold; }
.config_header button { padding: 5px;  float: right; }
.config_icon { cursor: pointer; }
.resp_table .t_actions a.delete_program_btn, .resp_table .t_actions a.delete_cohort_btn { font-size: 16px;  vertical-align: unset; }
.form_row .half_row { display: inline-block;  width: 50%;  padding: 0; }
.form_row .half_row:first-of-type { padding-right: 5px; }
.form_row .half_row:nth-of-type(2) { padding-left: 5px; }
.program_milestone #milestone_credit_value, .program_milestone #milestone_hours_values, .pgm_grad_auto { display: none; }
.program_milestone.credit #milestone_credit_value { display: block; }
.program_milestone.hours #milestone_hours_values { display: block; }
.program_milestone.cohort_end_date .pgm_grad_auto { display: block; }
.program_milestone.hours #milestone_hours_values.half_row { display: inline-block;  margin-top: 0;  padding: 0 5px;  line-height: 20px; }
#milestone_credit_value input[type=text], #milestone_credit_value input[type=number] { width: 100%; }
#program_add_edit_form textarea { height: 80px; }
.fct_count { position: absolute;  display: flex;  justify-content: center;  align-content: center;  bottom: -4px;  right: -2px;  font-size: 9px;  font-weight: bold;
             color: #ffffff;  background: #212529;  border: 1px solid #ffffff;  border-radius: 15px;  padding: 1px 2px; }
.co_shift_icon { position: absolute;  bottom: -1px;  right: 3px;  font-size: 14px !important; }
.location-button { display: inline-block;  font-size: 12px;  border: 1px solid black;  border-radius: 3px;  color: #ffffff;  margin: 0 2px 2px 0;  padding: 1px 3px;  cursor: pointer; }
.location-button.deployed, .rt_tdc.deployed .location-button { background-color: #231F20; }
.location-button.not-deployed, .rt_tdc.not-deployed .location-button { background-color: #999999; }

/* Extra */
.tabled { display: table;  width: 100%; }
.tabled .trow { display: table-row; }
.tabled .tcell { display: table-cell;  vertical-align: top; }
.tabled .tcaption { display: table-caption; }

/** Dashboard **/
.pieLabel { text-align: center;  color: #fff; }

/** Job Search **/
#job_search_box .jsb_section, #job_search_box #jsb_submit_div { display: inline-block;  margin-right: 10px;  vertical-align: top; }
.jsb_section.query { padding-right: 5px; }
.jsb_section.location { padding-left: 5px; }
#job_search_box input[type=text], #job_search_box select { width: 300px;  margin-bottom: 2px; }
#job_search_box select { width: 100px; }
#job_search_box.job_search input[type=text] { width: 280px; }  /* Reduce width for added radius select on job_search index */
#job_search_box input[type=submit], #job_search_box button { height: 24px;  line-height: 24px;  padding: 0 20px;  vertical-align: top; }
#job_search_box label { display: block;  font-weight: bold;  margin-bottom: 0; }

#job_search_results { display: table; }
#jsr_left { display: table-cell;  vertical-align: top;  width: 215px; }
#jsr_job_board_tabs { border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
#jsr_job_board_tabs .active { display: none; }
#jsr_job_board_tabs .inactive { display: block; }
#jsr_job_board_tabs img { padding: 15px 30px;  margin: 0 auto; }
#jsr_job_board_tabs div { background: #efefea;  cursor: pointer; }
#jsr_job_board_tabs div.selected, #jsr_job_board_tabs div:hover { background: unset; }
#jsr_job_board_tabs div.selected .active, #jsr_job_board_tabs div:hover .active { display: block; }
#jsr_job_board_tabs div.selected .inactive, #jsr_job_board_tabs div:hover .inactive { display: none; }
.job_tab { position: relative; }
.jb_count { position: absolute;  margin: 11px 0 0 165px;  background-color: inherit !important; }

#jsr_recent_searches { margin-top: 70px; }
#jsr_recent_searches h5 { font-size: 16px;  padding: 5px 0;  text-align: center;  border-top: 1px solid rgba(0, 0, 0, 0.125);  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.jsrrs_section:last-child { border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.jsrrs_list { padding: 2px 10px;  font-size: 14px;  margin-bottom: 10px; }

#jsr_right { display: table-cell;  vertical-align: top;  padding: 1rem;  border-left: 1px solid rgba(0, 0, 0, 0.125); }
.jsr_job:not(:last-child) { border-bottom: 1px solid rgba(0, 0, 0, 0.125);  padding-bottom: 10px;  margin-bottom: 10px; }
.jsr_job_description { margin-bottom: 8px; }
.jsr_job_company { margin-right: 10px; }
.jsr_job_location { border-left: 1px solid #212529;  padding-left: 10px; }
#job_search_alert { text-align: center; }

.board_jobs { display: none; }
.board_jobs.selected { display: block; }

#admin_add_job_div { text-align: right;  position: absolute;  right: 0;  bottom: 2px; }
#admin_add_job_btn { color: #ffffff; }
.add_to_board_btn, .add_biz_dev_lead, .add_extern_site_lead { padding: 0 0.75rem;  line-height: 1.3; }
.job_added_text { color: green;  font-weight: bold; }

@media (max-width: 1300px){
  #job_search_box .jsb_section { width: 50%;  margin-right: 0; }
  #job_search_box input[type=text], #job_search_box.job_search input[type=text] { width: 100%; }
  #jsb_radius_div { margin-bottom: 4px; }
  #jsb_category_div { margin-bottom: 4px;}
  #job_search_box #jsb_submit_div label { display: none; }
  #job_search_box #jsb_submit_div { display: block;  text-align: right;  margin-right: 0; }
  #job_search_box #jsb_submit_div input[type=submit], #job_search_box button { width: 160px;  display: inline-block; }
}
@media (max-width: 960px){
  .jsb_section.query, .jsb_section.location { padding: 0; }
  #jsr_left { width: 120px; }
  #jsr_job_board_tabs img { padding: 15px 10px;  margin: 0; }
  .jb_count { margin: 0;  top: 16px;  right: 5px;  font-size: 12px; }
  #job_search_box .jsb_section { display: block;  width: 100%; }
  #job_search_box input[type=text] { width: 100%; }
  #admin_add_job_div { position: relative; }
}

/** Employers **/
#emp_form_alert .flash_error { white-space: pre-wrap;  padding-bottom: 10px; }

/** Employers Show  **/
#employer_logo_display { max-width: 100%; }
#employer_logo_display.empty { height: 100px;  background: #d3d3d3; }

.bordered_items span, .bordered_items_alt .b_item { display: inline-block;  border: 1px solid #ced4da;  padding: 0 5px;  margin-right: 5px;  margin-bottom: 5px; }
.bordered_items span i, .bordered_items_alt .b_item i { cursor: pointer; }
.select_tooltip_list div, .select_tooltip_list_alt div { cursor: pointer; }
.select_tooltip_list div:not(:last-child), .select_tooltip_list_alt .stl_row:not(:last-child) { border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.select_tooltip_list div:hover, .select_tooltip_list_alt .stl_row:hover { background-color: lightyellow; }

.es_tabs_mobile { display: none; }
.es_tab { display: inline-block;  padding: 5px 0;  width: 150px;  text-align: center;  background: #d4d5da;  border: 1px solid rgba(0, 0, 0, 0.125);  border-bottom: 0;  cursor: pointer; }
.es_tab.selected, .es_tab:hover { background: #fff; }
.es_tab_m { display: block;  background: #d4d5da;  color: #212529;  padding: 5px 10px;  cursor: pointer;  border: 1px solid rgba(0, 0, 0, 0.125);  border-bottom: 0; }
.es_tab_m.active { background: #fff; }
#career_services_tabs .es_tab { width: 165px; }
.es_content { display: none; }
.es_content.active { display: block; }
#es_contact_options { display: table;  width: 100%; }
#es_contact_options #student_filters { display: table-cell; }
#add_ec_btn_div { display: table-cell;  text-align: right; }
#add_ec_btn_div_mobile { display: none;  text-align: right; }

@media (max-width: 960px) { .es_tabs_mobile { display: block; } }
@media (max-width: 860px) {
  #es_contact_options, #es_contact_options #student_filters, #add_ec_btn_div_mobile { display: block; }
  #add_ec_btn_div { display: none; }
}

/** Employers jobs **/
.job_form_actions { text-align: right; }
.job_form_actions.add { border-top: 1px solid #8f8f8f;  padding-top: 10px;  margin-top: 10px; }
#job_form_cancel { cursor: pointer;  margin-right: 10px; }
#employer_job_show p { margin-bottom: 5px; }
#job_add_edit_alert { text-align: center; }
.employer_job_edit_icon:hover { color: #212529; }

.form_blocks_inline input, .form_blocks_inline select { width: 100%;  border: 1px solid #ced4da; }
.form_blocks_inline { display: flex;  flex-wrap: wrap;  justify-content: space-between; }
.form_blocks_inline div { display: inline-block;  margin-bottom: 10px; }
.form_blocks_inline.fbi25 div { width: 24%; }
.form_blocks_inline.fbi33 div { width: 32%; }
.form_blocks_inline.fbi50 div { width: 49%; }
.form_blocks_inline label { width: 100%;  display: block;  margin-bottom: 0;  font-weight: bold; }
.form_blocks_inline input, .form_blocks_inline select { width: 100%;  border: 1px solid #ced4da; }

.form_row span, .form_blocks_inline span { display: inline-block; }
.form_row span, .form_row input, .form_row select, .form_blocks_inline span, .form_blocks_inline input, .form_blocks_inline select { padding: 0 5px;  height: 22px;  line-height: 20px; }
.form_row label, .form_blocks_inline label { height: 22px;  line-height: 20px; }
.fr_field { padding: 0 5px;  height: 22px;  line-height: 20px;  border: 1px solid #ced4da; }  /* Input styling without .form_row */
.select_lg { font-size: 20px;  height: 30px;  line-height: 30px; }

#jft_links div { margin-bottom: 4px; }
.form_row span.jftl_name { width: 30%; }
.form_row span.jftl_url { width: 70%; }

#admin_employer_option_chk { margin-bottom: 5px; }
#admin_employer_option_chk span { display: inline-block;  line-height: 1.2; }
#admin_employer_option_chk span label { margin-bottom: 0; }
#admin_existing_employers_dd { width: 50%; }

#job_info, #job_details { display: inline-block; }
#job_details { width: 73%; }
#job_info { width: 25%;  float: right; }
#apply_url_display { padding: 0 5px;  word-break: break-all; }
#job_show_options { text-align: right;  margin-top: -10px; }
#job_show_options i { font-size: 20px;  cursor: pointer;  margin-right: 5px; }

@media (max-width: 1020px) {
  .form_blocks_inline.fbi25 div { width: 49%; }
}
@media (max-width: 960px) {
  #job_info, #job_details { display: block;  width: auto;  float: none; }
}
@media (max-width: 820px) {
  .form_blocks_inline.fbi33 div, #admin_existing_employers_dd { width: 49%; }
  #add_edit_job_form #job_title { width: 100%; }
  .form_blocks_inline.fbi50 div { width: 100%; }
}
@media (max-width: 520px) {
  .form_blocks_inline.fbi25 div, .form_blocks_inline.fbi33 div, #admin_existing_employers_dd { width: 100%; }
}

/** Alerts panel section **/
.communications-alerts { display: none;  color: #ffffff; }
.communications-alerts.active { display: block; }

/** Left panel Old (Still used in employer portal) **/
.mm_category { padding-bottom: 10px; }
.mm_category a i { font-size: 16px;  width: 20px;  text-align: center; }
.mm_header { padding: 5px 15px; }
.mm_header .icon_wrap { width: 27px;  display: inline-block; }
.mm_header img { vertical-align: text-bottom;  display: inline-block; }
.mm_header i { margin-right: 5px;  font-size: 20px;  width: 25px;  text-align: center; }
.mm_cat_list_item img { vertical-align: text-top;  display: inline-block;  margin-right: 2px;  width: 16px; }
.mm_cat_list_item { padding: 5px 5px 5px 52px;  display: block;  color: #ffffff; }
.mm_cat_list_item.active, .mm_cat_list_item:hover { background: #58BB65;  color: #ffffff;  font-weight: normal; }
.mm_cat_list_item.sub_item { padding: 5px 5px 5px 90px; }
.mm_cat_list_item.sub_sub_item { padding: 5px 5px 5px 120px; }
.mm_list_item_title { margin-left: 5px; }
.open .mm_cat_list_item { padding: 5px;  text-align: center; }
.open .mm_list_item_title { display: none; }
div.mm_cat_list_item { cursor: pointer; }
.lp_sub_group { display: none; }
.lp_sub_group.lp_sub_show { display: block; }

/** Left Panel **/
.lp_cat_header { display: flex;  align-items: baseline;  padding: 0 10px;  font-size: 18px;  color: #ffffff; }
.lp_cat_header i { width: 20px;  text-align: center;  margin-right: 5px; }
.lp_cat_item { display: block;  padding: 4px 5px 4px 35px;  font-size: 14px;  font-weight: 300;  color: #ffffff; }
.lp_cat_item i { width: 8px; }
.lp_cat_item.active, .lp_cat_item:hover, .lp_cat_sub_item.active, .lp_cat_sub_item:hover { background: #58BB65;  color: #ffffff; font-weight: 400; }
.lp_cat_header.has_sub, .lp_cat_item.has_sub { cursor: pointer; }
.lp_cat_sub_item { display: block;  padding: 4px 5px 4px 45px;  font-size: 14px;  font-weight: 300;  color: #ffffff; }
.lp_cat_sub_item i { width: 10px; }

/** User Status **/
#curr_user_status { margin: 0 15px; }
#curr_user_status .user_status { border-color: #231F20; }
.user_status { border: 1px solid grey;  border-radius: 5px;  max-width: 100%;  padding: 2px 10px;  text-align: center;  cursor: pointer;  line-height: 18px; }
.status_active { background: #58BB65;  color: #ffffff; }
.status_interviewing { background: mediumpurple;  color: #ffffff; }
.status_break { background: yellow;  color: #000000; }
.status_tour { background: dodgerblue;  color: #ffffff; }
.status_not_active { background: lightgrey;  color: #000000; }
.status_calendar_event { background: maroon;  color: #ffffff; }
#current_status_tooltip div:hover { opacity: .9; }

/** Student Attendance **/
.sta_status { display: inline-block;  flex-grow: 1;  padding: 2px;  border-radius: 2px;  text-align: center;  font-size: 14px; }
.sta_status.sta_curr.sta_acc { cursor: pointer; }
.sta_attended.sta_acc, .sta_attended_color { background: #58BB65;  color: #ffffff;  border: 1px solid #58BB65; }
.sta_absent.sta_acc, .sta_absent_color { background: red;  color: #ffffff;  border: 1px solid red; }
.sta_late.sta_acc, .sta_late_color { background: yellow;  color: #000000;  border: 1px solid #eaea24; }
.sta_off.sta_acc, .sta_off_color { background: lightgrey;  color: #000000;  border: 1px solid #c9c9c9; }
.sta_scheduled.sta_acc, .sta_scheduled_color { background: grey;  color: #ffffff;  border: 1px solid #737373; }
.sta_in_progress.sta_acc, .sta_in_progress_color { background: cornflowerblue;  color: #ffffff;  border: 1px solid cornflowerblue; }
.sta_incomplete.sta_acc, .sta_incomplete_color { background: darkorange;  color: #ffffff;  border: 1px solid darkorange; }
.sta_excused_absence.sta_acc, .sta_excused_absence_color { background: purple;  color: #ffffff;  border: 1px solid purple; }
.sta_attended.sta_nacc { border: 1px solid #58BB65; }
.sta_absent.sta_nacc { border: 1px solid red; }
.sta_late.sta_nacc { border: 1px solid yellow; }
.sta_off.sta_nacc { border: 1px solid lightgrey; }
.sta_scheduled.sta_nacc { border: 1px solid grey; }
.sta_in_progress.sta_nacc { border: 1px solid cornflowerblue; }
.sta_incomplete.sta_nacc { border: 1px solid darkorange; }
.sta_excused_absence.sta_nacc { border: 1px solid purple; }
.last_upd_div { font-size: 12px;  font-style: italic;  color: #5e676b;  line-height: 1.2; }
.sys_upd_note { font-size: 12px;  font-style: italic;  color: #5e676b;  margin: 2px -2px 0 -2px;  background-color: lightyellow; }
#search_clear { position: absolute;  top: 0;  right: 0;  padding: 5px;  cursor: pointer; }
.sta_pg_legend { width: 1em;  height: 1em;  border-radius: 2px;  margin-right: 5px; }
.sta_pg_display { display: grid;  height: 1.5em; }
.sta_pg_display div { display: flex;  height: 1.5em;  align-items: center;  justify-content: center; }
.sta_status_op { display: flex;  margin-bottom: 5px; }
#sta_pg_table .sa_th_sort { cursor: pointer; }
#sta_pg_table .sa_th_sort:hover { text-decoration: underline; }
#sa_status_div label { padding: 2px 5px;  margin-bottom: 0;  border-radius: 2px;  flex-grow: 1; }
.sa_img { width: 50px;  height: 50px;  border: 1px solid rgba(0, 0, 0, 0.125);  border-radius: 50px; }
.status_attended { background: #58BB65;  color: #ffffff; }
.status_absent { background: red;  color: #ffffff; }
.status_late { background: yellow;  color: #000000; }
.status_off { background: lightgrey;  color: #000000; }
.ard_day { padding: 2px 10px 2px 5px;  align-self: stretch; }

/** Reports **/
#at_risk_reports h3, .h_color_invert h3 { background: #231F20;  color: #ffffff;  padding: 5px 10px; }
#at_risk_reports .rt_th, .h_color_invert .rt_th { background: unset;  color: #212529;  font-weight: bold; }
#add_leads select, #add_leads input[type=text] { line-height: 26px;  height: 26px;  border: 1px solid #ced4da; }
#add_leads input[type=text] { padding: 0 5px; }
#add_lead_fields { display: table;  width: 100%;  margin-bottom: 15px; }
.add_lead_program { display: table-row; }
.add_lead_program span { display: table-cell;  padding: 0 5px 5px; }
.lead_number_input { width: 40px;  text-align: center; }
.add_lead_price { text-align: right;  padding: 0 0 5px; }

#at_risk_top, .g3_top { display: table;  width: 100% }
#ar_top_select, #ar_academic_graph, #ar_attendance_graph, .g3_section { display: table-cell;  width: 33.33%;  vertical-align: top; }
.ar_graph, .g3_graph { height: 240px;  width: 100%; }
.ar_graph_title, .g3_title { padding: 10px 15px;  font-weight: bold;  text-decoration: underline; }
.g2_graph { height: 240px;  width: 100%; }
.g2_section { display: table-cell;  width: 50%;  vertical-align: top; }

#atev_top, .lgraph_top { padding: 10px 10px 5px; }
#atev_graph.atev_h, .lgraph.ht { height: 300px; }
#atev_top .ct-labels span, .lgraph_top .ct-labels span { color: #212529; }
#atev_top .ct-series-a .ct-point, #atev_top .ct-series-a .ct-line, .lgraph_top .ct-series-a .ct-point, .lgraph_top .ct-series-a .ct-line { stroke: #58BB65; }
#atev_top .ct-series-b .ct-point, #atev_top .ct-series-b .ct-line, .lgraph_top .ct-series-b .ct-point, .lgraph_top .ct-series-b .ct-line { stroke: #48B1B4; }
#atev_top .ct-series-c .ct-point, #atev_top .ct-series-c .ct-line, .lgraph_top .ct-series-c .ct-point, .lgraph_top .ct-series-c .ct-line { stroke: #0066cc; }
#line_chart_legend { padding-left: 20px; }
#line_chart_legend span { display: inline-block;  font-size: 14px;  margin-right: 20px; }

#arp_graph.arp_h { height: 300px; }
#arp_top .ct-labels span { color: #212529; }
#arp_top .ct-series-a .ct-point, #arp_top .ct-series-a .ct-line { stroke: #58BB65 !important; }
#arp_top .ct-series-b .ct-point, #arp_top .ct-series-b .ct-line { stroke: #48B1B4 !important; }

#csp_graph.csp_h { height: 300px; }
#csp_top .ct-labels span { color: #212529; }
#csp_top .ct-series-a .ct-point, #csp_top .ct-series-a .ct-line { stroke: #58BB65 !important; }
#csp_top .ct-series-b .ct-point, #csp_top .ct-series-b .ct-line { stroke: #48B1B4 !important; }
#csp_top .ct-series-a .ct-bar { stroke: #0059b3 !important; }
#csp_top .ct-series-b .ct-bar { stroke: #58BB65 !important; }
#csp_top .ct-series-c .ct-bar { stroke: #cc2900 !important; }
#csp_top .ct-series-d .ct-bar { stroke: #808080 !important; }
#csp_top .ct-series-e .ct-bar { stroke: #248f24 !important; }
#csp_graph.csp_h { height: 300px; }
#csp_graph { padding-top: 20px; }

.report_compare input[type=text], .report_compare select { border: 1px solid #ced4da;  padding: 0 5px;  width: 210px;  height: 26px;  line-height: 26px;  margin-bottom: 5px; }
#hol_range_selection { margin-bottom: 25px; }
#hol_prev_range { display: none; }
#hol_prev_range.show { display: block; }
.hol_disabled input[type=text] { background-color: #dfe1e8; }
#hol_range_submit { display: block;  padding: 2px 0;  width: 210px;  margin-left: 0; }
/*#hol_table_wrap table { width: max-content; font-size: 12px; }*/
#hol_table_wrap table { width: 100%; font-size: 14px; }
#hol_table_wrap .hol_header { background: #231F20;  color: #ffffff;  text-align: center;  vertical-align: bottom; }
#hol_table_wrap tr:not(:first-child) { border-top: 1px solid rgba(0, 0, 0, 0.125); }
#hol_table_wrap td { padding: 2px 4px; }
#hol_table_wrap tr td:not(:last-child) { border-right: 1px solid rgba(0, 0, 0, 0.125); }
#hol_table_wrap tr td:not(:first-child) { max-width: 90px; }
#hol_table_wrap .hol_tdi :not(.hol_tdh) { text-align: right; }
/*.hol_t1 { color: #58BB65;  font-weight: bold; }*/
/*.hol_prev { color: #5C9999;  font-weight: bold; }*/
@media (max-width: 575.99px) {
  .report_compare input[type=text] { margin-bottom: 5px; }
}

/** Video chat requests **/
#vcr_dock_link { display: inline-block; }
#vc_docked { width: 290px;  margin: 1px;  position: fixed;  border: 1px solid black;  z-index: 999;  background-color: #fff; }
#vc_docked.dock_left { bottom: 50px;  left: 0; }
#vc_docked.dock_right { bottom: 0;  right: 15px; }

#vcd_content { overflow-y: auto;  max-height: 98vh;  padding: 5px 5px 0; }
#vc_docked h2 { display: none; }
#vc_docked #vcr_dock_div { padding: 0 6px; }

#vc_controls { display: flex;  justify-content: space-between; }
#vc_controls div { display: inline-block; }
#vcr_undock_controls, #vce_icon, #vccw_icon { display: none; }
#vcr_undock_controls span, #vce_icon, #vccw_icon { cursor: pointer; }
.docked #vce_text, .docked #vccw_text, .docked #vcr_dock_link { display: none; }
.docked #vce_icon, .docked #vcr_undock_controls, .docked #vccw_icon { display: inline-block; }
.vc_container { width: 480px;  margin: 0 auto; }
#otEmbedContainer { height: 360px;  position: relative;  z-index: 5;  background: #231F20; }
#vc_errors { padding: 10px 20px;  text-align: center;  color: #ffffff;  position: absolute;  top: 0;  right: 0;  left: 0; }
.vc_windows { position: relative; }
#vcSubWindow { position: absolute;  bottom: 5px;  left: 5px; display: inline-block;  width: 100px;  height: 100px;  z-index: 10; }
#vc_docked #otEmbedContainer { width: 270px;  height: 180px; }
.vc_disable { cursor: not-allowed; }
.vc_disable #org_logo, .vc_disable .mm_cat_list_item, .vc_disable .navbar-brand, #breadcrumbs.vc_disable a, #student_video_chat.vc_disable {
  pointer-events: none;
}

/** voice service requests **/
#cw_call_actions #call_status { padding-right: 20px; }

/** Student leads **/
.s_lead_update_quick_form label { display: inline-block;  margin-right: 5px;  width: 68px;  margin-bottom: 0; }
.s_lead_update_quick_form input[type=submit] { padding: 0.2rem 0.75rem; }
.s_lead_update_quick_form input[type=text] { width: 100%;  border: 1px solid #ced4da;  margin-bottom: 5px; }

#student_lead_mass_status_change_form input[type=radio] { margin-right: 5px;  vertical-align: middle; }
#student_lead_mass_status_change_form span { display: inline-block;  margin-right: 40px; }
#s_lead_mass_status_btns { text-align: right;  border-top: 1px solid #8f8f8f;  padding-top: 10px; }
.sl_subtext { font-size: 12px;  font-weight: bold; }
.lm_highlight { background-color: lightgreen; }

/** Externs **/
.actions_tar_border { text-align: right;  border-top: 1px solid #8f8f8f;  padding-top: 10px;  margin: 10px 0 5px; }
.actions_cancel, .actions_close { cursor: pointer;  margin-right: 20px; }
.form_alert { color: red;  text-align: center; }

#ts_stats_div { font-weight: bold;  text-align: right; }
#ts_stats, #ts_options { position: absolute;  display: inline-block;  padding: 2px 10px 0;  font-size: 18px;  right: 0;  line-height: 1.2; }
.ex_w_issues { color: red; }
#incompletes_reminder, #export_ts_to_csv { display: inline-block;  margin-left: 15px; }
#ts_options { text-align: right; }

#text_copy_container { border: 1px solid black; border-radius: 5px;  display: inline-block; }
#text_copy_display, #text_copy_url { padding: 2px 10px; }
#text_copy_url { background: #231F20;  color: #ffffff;  display: inline-block;  cursor: pointer; }
.text-copy-url { padding: 2px 10px; background: #231F20;  color: #ffffff;  display: inline-block;  cursor: pointer; }
.text_copy_div_alt { display: inline-grid;  grid-template-columns: 1fr 36px;  border: 1px solid #222222;  border-radius: 5px; }  /* Alternate copy CSS, 36px (16px icon plus padding 20px padding (10 *2)) */
.text_copy_div_alt .tcd_text, .text_copy_div_alt .tcd_icon { padding: 2px 10px; }
.text_copy_div_alt .tcd_icon { background: #222222;  color: #ffffff;  cursor: pointer; }

@media (max-width: 1330px) { #ts_options.ex_report { position: relative;  display: block;  margin-bottom: 5px; } }
@media (max-width: 1120px) { #ts_stats, #ts_options { position: relative;  padding: 0; } }
@media (max-width: 960px) { #extern_tabs { display: none; } }

/** Student Portal **/
#powered_by_cc { margin-bottom: 20px; }
#powered_by_cc span { color: #fff;  font-size: 12px;  line-height: 16px; }
#powered_by_cc img { width: 105px;  line-height: 16px; }

#left-panel.smp { background: #231F20; }

/** Automatic Actions **/
#automatic-actions .fa.fa-toggle-on, #automatic-actions .fa.fa-toggle-off { font-size: 18px;  cursor: pointer; }
#automatic-actions .fa.fa-toggle-on { color: green; }

/** Faculty **/
.flex_icons_end { display: flex;  justify-content: flex-end; }
.flex_icons_end a, .flex_icons_end i { cursor: pointer; }
.flex_icons_end i { font-size: 18px;  margin-right: 8px; }

/** Employer **/
#employers_message_tooltip label { font-weight: bold;  margin-bottom: 0;  display: block; }
#employers_message_tooltip a, #employers_message_tooltip .non_link { font-size: 16px;  margin-left: 10px; }

/** Chartist js styling **/
.ct-label { fill: #212529 !important; }
.ct-series-a .ct-slice-donut, .cl-a { stroke: #58BB65 !important; }
.ct-series-b .ct-slice-donut, .cl-b { stroke: #7DC682 !important; }
.ct-series-c .ct-slice-donut, .cl-c { stroke: #9DD29E !important; }
.ct-series-d .ct-slice-donut, .cl-d { stroke: #BDE0BB !important; }
.ct-series-e .ct-slice-donut, .cl-e { stroke: #DCEEDB !important; }
#extern_progress_report .ct-series line { stroke: #58BB65 !important; }
.cl-a { color: #58BB65; }
.cl-b { color: #7DC682; }
.cl-c { color: #9DD29E; }
.cl-d { color: #BDE0BB; }
.cl-e { color: #DCEEDB; }
.chart_legend { text-align: center;  font-size: 14px; }
.chart_legend span {  display: inline-block;  padding: 0 5px; }
.lc-a { color: #58BB65; }
.lc-b { color: #48B1B4; }
.lc-c { color: #0066cc; }
.pl-a { color: #0066cc; }
.pl-b { color: #58BB65; }
.pl-c { color: #e60000; }
.pl-d { color: #8c8c8c; }
.pl-e { color: #29a329; }

/** Utility **/
.grid_2, .grid_2s { display: grid;  grid-template-columns: 1fr 1fr;  grid-column-gap: 15px; }
.grid_mm2 { display: grid;  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);  grid-column-gap: 15px; }  /* minmax to prevent content expanding column width */
.grid_3, .grid_3s { display: grid;  grid-template-columns: 1fr 1fr 1fr;  grid-column-gap: 15px; }
.grid_mm3 { display: grid;  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);  grid-column-gap: 15px; }  /* minmax to prevent content expanding column width */
.grid_4, .grid_4s { display: grid;  grid-template-columns: 1fr 1fr 1fr 1fr;  grid-column-gap: 15px; }
.grid_mm4 { display: grid;  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);  grid-column-gap: 15px; }  /* minmax to prevent content expanding column width */
.grid_6, .grid_6s { display: grid;  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;  grid-column-gap: 10px; }
.grid_8, .grid_8s { display: grid;  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;  grid-column-gap: 10px;  grid-row-gap: 10px; }
.grid_3_right_col { grid-column: 3;  text-align: right; }  /* Place on last grid element, keeps div on last column */
.grid_4_right_col { grid-column: 4;  text-align: right; }
.grid_3_1 { display: grid;  grid-template-columns: 3fr 1fr;  grid-column-gap: 15px; }
.date_input_grid { display: grid;  grid-template-columns: 1fr 65px 1fr;  grid-column-gap: 5px; }  /* Use with month, day, year set of 3 select input */
.time_grid { display: grid;  grid-template-columns: 1fr 3px 1fr 1fr;  grid-column-gap: 5px; }  /* Uses Hour, :, Minutes, Meridian */
.card2 { background: #ffffff;  padding: 10px;  margin-bottom: 1.5rem;  border: 1px solid rgba(0, 0, 0, 0.125); }  /* padding 10 vs 15 */
.card3 { background: #ffffff;  border: 1px solid rgba(0, 0, 0, 0.125); }  /* No padding or margin */
.card4 { background: #ffffff; }
.flex_space_between { display: flex;  justify-content: space-between; }
.flex_space_between > * { min-width: 0;  min-height: 0; }
.space_between { justify-content: space-between; }
.justify_content_center { justify-content: center; }
.justify_content_end { justify-content: flex-end; }
.input_full input[type=text], .input_full input[type=time], .input_full input[type=number], .input_full input[type=password], .input_full input[type=file], .input_full textarea, .input_full select {
  width: 100%;
}
.flex_grow_1 { flex-grow: 1; }
.flex_wrap_wrap { flex-wrap: wrap; }
.label, .bold, .bold6 { font-weight: bold; }
.bold5 { font-weight: 500; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.line-through { text-decoration: line-through; }
.mb0 { margin-bottom: 0; }
.mb2 { margin-bottom: 2px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb50 { margin-bottom: 50px; }
.mb5_xlast:not(:last-of-type) { margin-bottom: 5px; }
.mb10_xlast:not(:last-of-type) { margin-bottom: 10px; }
.mbm2 { margin-bottom: -2px; }
.mbm5 { margin-bottom: -5px; }
.mr2 { margin-right: 2px; }
.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr25 { margin-right: 25px; }
.mr50 { margin-right: 50px; }
.mt2 { margin-top: 2px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mtm2 { margin-top: -2px; }
.mtm5 { margin-top: -5px; }
.mtm10 { margin-top: -10px; }
.ml2 { margin-left: 2px; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml_auto { margin-left: auto; }
.sm5 { margin-right: 5px;  margin-left: 5px; }  /* Side margin */
.sm10 { margin-right: 10px;  margin-left: 10px; }
.smm10 { margin-right: -10px;  margin-left: -10px; }
.vm5 { margin-top: 5px;  margin-bottom: 5px; }
.vm10 { margin-top: 10px;  margin-bottom: 10px; }
.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt10_xfirst:not(:first-of-type) { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pl5 { padding-left: 5px; }
.pl10 { padding-left: 10px; }
.pl15 { padding-left: 15px; }
.pl20 { padding-left: 20px; }
.pb2 { padding-bottom: 2px; }
.pb5 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pr2 { padding-right: 2px; }
.pr5 { padding-right: 5px; }
.pr20 { padding-right: 20px; }
.sp5 { padding-right: 5px;  padding-left: 5px; }
.sp8 { padding-right: 8px;  padding-left: 8px; }
.sp10 { padding-right: 10px;  padding-left: 10px; }
.sp15 { padding-right: 15px;  padding-left: 15px; }
.vp4 { padding-top: 4px;  padding-bottom: 4px; }
.vp5 { padding-top: 5px;  padding-bottom: 5px; }
.vp10 { padding-top: 10px;  padding-bottom: 10px; }
.pad0 { padding: 0; }
.pad5 { padding: 5px; }
.pad10 { padding: 10px; }
.p0_2 { padding: 0 2px; }
.p5_10 { padding: 5px 10px; }
.p4_8 { padding: 4px 8px; }  /* Used widely within the app */
.p2_10 { padding: 2px 10px; }
.text_left { text-align: left; }
.text_center { text-align: center; }
.text_right { text-align: right; }
.valign_top { vertical-align: top; }
.valign_middle { vertical-align: middle; }
.valign_bottom { vertical-align: bottom; }
.valign_baseline { vertical-align: baseline; }
.valign_text_top { vertical-align: text-top; }
.pointer { cursor: pointer; }
.overflow_auto { overflow: auto; }
.w100p { width: 100%; }
.mw100vw { max-width: 100vw; }
.pos_rel { position: relative; }
.inline_icon5 { margin-left: 5px;  cursor: pointer; }
.d_none { display: none !important; }
.flex_valign_center, .flex_valign_top { display: flex; }
.il_flex_valign_center, .il_flex_valign_top { display: inline-flex; }
.flex_valign_center > *, .il_flex_valign_center > * { align-self: center; }
.flex_valign_top > *, .il_flex_valign_top > * { align-self: baseline; }
.flex_valign_center_alt { display: flex;  align-items: center; }
.flex_valign_top_alt { display: flex;  align-items: flex-start; }
.flex_valign_end_alt { display: flex;  align-items: flex-end; }
.flex_valign_baseline_alt { display: flex;  align-items: baseline; }
.il_flex_valign_center_alt { display: inline-flex;  align-items: center; }
.il_flex_valign_top_alt { display: inline-flex;  align-items: flex-start; }
.il_flex_valign_end_alt { display: inline-flex;  align-items: flex-end; }
.il_flex_valign_baseline_alt { display: inline-flex;  align-items: baseline; }
.font_size10 { font-size: 10px; }
.font_size12 { font-size: 12px; }
.font_size13 { font-size: 13px; }
.font_size14 { font-size: 14px; }
.font_size15 { font-size: 15px; }
.font_size16 { font-size: 16px; }
.font_size18 { font-size: 18px; }
.font_size20 { font-size: 20px; }
.font_size26 { font-size: 26px; }
.color_red { color: red; }
.color_dark_red { color: darkred; }
.color_green { color: green; }
.color_white { color: #ffffff; }
.color_orange { color: orange; }
.color_grey { color: #5e676b; }
.color_purple { color: #965784; }
.color_yellow { color: yellow; }
.color_black { color: #231F20; }
.border_all { border: 1px solid rgba(0, 0, 0, 0.125); }
.border_bottom, .border_bottom_xlast:not(:last-of-type) { border-bottom: 1px solid rgba(0, 0, 0, 0.125); }  /* xlast = except last */
.border_bottom_10, .border_bottom_10_xlast:not(:last-of-type) { border-bottom: 1px solid rgba(0, 0, 0, 0.125);  margin-bottom: 10px;  padding-bottom: 10px; }
.border_bottom_m5, .border_bottom_m5_xlast:not(:last-of-type) { border-bottom: 1px solid rgba(0, 0, 0, 0.125);  margin-bottom: 5px; }
.border_bottom_m10, .border_bottom_m10_xlast:not(:last-of-type) { border-bottom: 1px solid rgba(0, 0, 0, 0.125);  margin-bottom: 10px; }
.border_bottom_p5, .border_bottom_p5_xlast:not(:last-of-type) { border-bottom: 1px solid rgba(0, 0, 0, 0.125);  padding-bottom: 5px; }
.border_bottom_p10, .border_bottom_p10_xlast:not(:last-of-type) { border-bottom: 1px solid rgba(0, 0, 0, 0.125);  padding-bottom: 10px; }
.border_bottom_p5_m10, .border_bottom_p5_m10_xlast:not(:last-of-type) { border-bottom: 1px solid rgba(0, 0, 0, 0.125);  padding-bottom: 5px;  margin-bottom: 10px; }
.border_top { border-top: 1px solid rgba(0, 0, 0, 0.125); }
.d_block { display: block; }
.il-block { display: inline-block; }
.d_flex { display: flex; }
.il-flex { display: inline-flex; }
.pointer_events_none { pointer-events: none; }
.white_space_pre_line { white-space: pre-line; }
.white_space_no_wrap { white-space: nowrap; }
.align_items_start { align-items: flex-start; }
.align_items_baseline { align-items: baseline; }
.align_items_center { align-items: center; }
.align_items_end { align-items: flex-end; }
.line_height1 { line-height: 1; }
.line_height1_1 { line-height: 1.1; }
.line_height1_2 { line-height: 1.2; }
.line_height1_25 { line-height: 1.25; }
.line_height1_3 { line-height: 1.3; }
.line_height1_75 { line-height: 1.75; }
.green_background { background: rgba(110, 167, 24, .15); }
.bgc_grey { background-color: #f1f1f1; }
.dd_handle { color: #686868;  cursor: grab !important; }  /* Drag and drop handle */
.btn-wide { padding: 0.375rem 2rem; }
.btn-slim { padding: 0.2rem 2rem; }
.btn-slim-2 { padding: 0 2rem; }
.btn-slim-3 { padding: 0 3rem; }
.word_break_all { word-break: break-all; }
.text_search_btn { position: absolute;  top: 0;  right: 0;  height: 100%;  display: flex;  align-items: center;  padding: 0 5px;
                   background: #231F20;  border: 1px solid #231F20;  cursor: pointer;  color: #ffffff; }
.search_clear_icon { position: absolute;  bottom: 0;  right: 0;  padding: 4px 5px;  cursor: pointer; }
.search_clear_icon2 { position: absolute;  bottom: 0;  right: 0;  padding: 4px 5px;  cursor: pointer;  margin-right: 26px; }
.ofy_auto { overflow-y: auto; }
.mh40vh { max-height: 40vh; }
.mh60vh { max-height: 60vh; }
.mh80vh { max-height: 80vh; }

/* Uniform input */
.u_input input[type=text], .u_input input[type=time], .u_input input[type=number], .u_input input[type=password], .u_input textarea, .u_input select {
  background: #edf0f7;  border: 1px solid #ced4da;  padding: 0 5px;
}
.u_input input[type=text], .u_input input[type=time], .u_input input[type=number], .u_input input[type=password], .u_input select {
  height: 24px;  line-height: 24px;  /* Ensure equal height */
}
.u_div { background: #edf0f7;  border: 1px solid #ced4da;  padding: 0 5px;  height: 24px;  line-height: 24px; }  /* Mimic u_input style */
.u_div_white { border: 1px solid #ced4da;  padding: 0 5px;  height: 24px;  line-height: 24px; }
.u_height { height: 24px;  line-height: 24px; }

/** GN Window styling **/
#gn_window { margin: 5vh auto; }
#gnw_content { max-height: 90vh;  padding: 10px 20px; }
#gnw_content h2 { text-align: center;  border-bottom: 1px solid #8f8f8f;  margin: 0 0 15px; }
@media (max-width: 1100px), (max-height: 600px) { #gn_window { margin: 1vh auto; }  #gnw_content { max-height: 98vh; }  }
/** END GN Window styling **/


/** acSearch styling **/
#acSearch { position: absolute;  max-height: 70vh;  overflow-y: auto;  z-index: 999; }
#acSearch .acsRow { display: block;  padding: 5px; }
#acSearch .acsRow { cursor: pointer; }
#acSearch .acsRow:not(:last-of-type) { border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
#acSearch .acsRow:hover, #acSearch .acsRow:focus { background-color: #58BB65;  color: white; }
#acsOverlay { width: 100%;  height: 100%;  top: 0;  right: 0;  bottom: 0;  left: 0;  position: fixed;  z-index: 999; }
@media (max-width: 575.99px) { #acSearch { max-height: 60vh; } }
/** END acSearch styling **/

@media (max-width: 1720px){ #list_contents .form_group { width: 24.5%; }  .list_content_form_actions { width: 98.9%; } }
@media (max-width: 1430px){ #list_contents .form_group { width: 33%; }  .list_content_form_actions { width: 99.7%; } }
@media (max-width: 1400px){
  .form_group { width: 49.5%; }
  #list_info.ri_half .form_group { width: 100%; }
  .list_content_form_actions { width: 99.3%; }
  #employer_logo_display.empty { width: 260px;  height: 100px;  background: #d3d3d3; }
}
@media (max-width: 1280px){
  #at_risk_top, .g3_top { display: block;  width: auto }
  #ar_top_select, .g3_top select { display: block;  width: auto; }
  #ar_academic_graph, #ar_attendance_graph, .g3_section, .g2_section { display: inline-block;  width: 50%; }
}
@media (max-width: 1180px){
  #list_contents .form_group { width: 49.5%; }
}
@media (max-width: 1100px){ #add_student_form .form_group { width: 49.5%;  display: inline-block; } }
@media (max-width: 1080px){
  .form_group, .ri_half .form_group { width: 100%;  display: block; }
  .list_show #notes, #list_info { display: block;  width: auto;  float: unset;  padding-right: 0; }
  .jsr_job_company, .jsr_job_location { display: block;  border-left: unset;  margin: 0;  padding: 0; }
  .grid_2 { grid-template-columns: 1fr; }
  .grid_mm2 { grid-template-columns: minmax(0, 1fr); }
  .grid_3 { grid-template-columns: 1fr 1fr; }
  .grid_mm3 { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .grid_4 { grid-template-columns: 1fr 1fr 1fr; }
  .grid_3_1 { grid-template-columns: 2fr 1fr; }
  .grid_mm4 { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr); }
  .grid_6 { grid-template-columns: 1fr 1fr 1fr; }
  .grid_8 { grid-template-columns: 1fr 1fr 1fr 1fr; }
  .grid_3_right_col { grid-column: 2; }
  .grid_4_right_col { grid-column: 3; }
}
@media (max-width: 1024px){
  .mm_cat_list_item { padding: 5px 5px 5px 35px; }
  .mm_cat_list_item.sub_item { padding: 5px 5px 5px 56px; }
}
@media (max-width: 860px){
  #jsr_right { padding: 5px 10px; }
  #jsr_left { width: 140px; }
  #jsr_recent_searches h5 { font-size: 14px; }
  .jsrrs_list a { display: inline-block;  margin-bottom: 3px;  line-height: 18px; }
}
@media (max-width: 800px){
  #list_contents .form_group {width: 100%;  display: block; }
  .list_content_form_actions { margin-top: 10px;  width: 100%; }
  #ar_academic_graph, #ar_attendance_graph { display: block;  width: auto; }
  .user-area .user-menu.admin { top: 48px !important; }
}
@media (max-width: 720px){
  #add_student_form .form_group { width: 100%;  display: block; }
  #otEmbedContainer { width: 100%;  height: 75vh;  margin: 0; }
  .grid_3 { grid-template-columns: 1fr; }
  .grid_mm3 { grid-template-columns: minmax(0, 1fr); }
  .grid_4 { grid-template-columns: 1fr 1fr; }
  .grid_mm4 { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .grid_6 { grid-template-columns: 1fr 1fr 1fr; }
  .grid_8 { grid-template-columns: 1fr 1fr 1fr 1fr; }
  .grid_3_right_col { grid-column: unset; }
  .grid_4_right_col { grid-column: 2; }
  .grid_3_1 { grid-template-columns: 1fr; }
}
@media (max-width: 575.99px) {
  .menu-profile { padding: 0 15px 0;  text-align: left; }
  aside.left-panel .navbar .navbar-brand { padding-left: 15px; }
  .right-panel header.employer_header.header { padding: 9px 10px; }
  .user-area .user-menu.admin { top: 45px !important; }
  #left-panel.smp .menu-profile, #left-panel.smp #main-menu { display: none; }
  .grid_4 { grid-template-columns: 1fr; }
  .grid_mm4 { grid-template-columns: minmax(0, 1fr); }
  .grid_4_right_col { grid-column: unset; }
  .grid_row_1_ss { grid-row: 1; }  /* grid-row: 1 small screen/mobile */
}
@media (max-width: 520px){
  #acTooltip.form_tooltip { width: 340px; }
  .form_overview_br { display: unset; }
}
@media (max-width: 420px) { #employer_logo_display { width: unset; } }

/** Messages **/
#message-main { display: none; }
#message-main.active { display: block; }
#message-schedule-section { display: none; }
#message-schedule-section.active { display: block; }
#message_show_edit textarea { font-weight: bold; }
/*#message-text { width: 80%;  min-width: 300px;  min-height: 140px;  padding: 10px 10px; }*/
#auto-reply-message-for-yes, #auto-reply-message-for-no { width: 80%;  min-width: 300px;  min-height: 160px;  padding: 10px; }
#message-text.text { width: 80%;  min-width: 400px;  min-height: 220px;  padding: 10px; }
.lead-builder-text-message.text { min-width: 400px !important;  min-height: 120px;  padding: 10px; }
.auto-reply-message { width:370px !important; height: 80px !important; }
#message-text.email { width: 80%;  min-width: 400px;  min-height: 280px; padding: 10px; }
#message-name { width: 300px; }
#message-subject-section.text { display: none; }
#message-subject-section.email { display: block; }
#message-section.hide { display: none; }
#message-section.show { display: block; }
#message-legend-info.hide { display: none !important; }
.legend { font-size: 11px;  font-weight: bold; }

#message_filters { padding-top: 10px;  padding-bottom: 10px;  display: inline-block;  overflow: hidden; }

#message_index_table { display: none;  text-align: center; }
#message_index_table.active { display: block; }
#message_index_table h2 { font-size: 20px;  padding: 10px 20px; }

.sched-type.once { display: none; }
.recipient-type.student { display: none; }

#auto-text-back-options.active { display: block; }
#auto-text-back-options { display: none; }
#auto-text-back-options { padding-top: 15px;  padding-bottom: 20px; }
#auto-text-back-options-new.active { display: block; }
#auto-text-back-options-new { display: none; }
#auto-text-back-options-new { padding-top: 15px;  padding-bottom: 20px;  padding-left: 10px;   padding-right: 10px; }
#schedule-filter-options { padding-left: 10px;  padding-right: 10px;  display: none;  text-align: left; }
#schedule-filter-options.active { display: block; }
#schedule-options-table td.label { font-size: 11px;  min-width: 120px; width: 120px; }
#add-message-schedule-button { display: none; }
#add-message-schedule-button.active { display: block; }
#lead-builder-text-options { display: none; }
#lead-builder-text-options.active { display: block; }
#messager-attachments { display: none; }
#messager-attachments-view-link { display: block;  margin-top: 10px; }

#short-code-options-sections { display: none; }
#short-code-options-sections.active { display: block; }

#schedule-edit-window { width: 100%;  text-align: center;  padding-left: 0;  padding-right: 0;  margin-left: auto;  margin-right: auto; }

#message-template-chooser.selector #message-template-selector, #message-template-chooser.input #message-template-input {
  display: block;
}
#message-template-chooser.input #message-template-selector, #message-template-chooser.selector #message-template-input {
  display: none;
}
#message-template-chooser.index #message-template-selector, #message-template-chooser.index #message-template-input {
  display: none;
}

.yellow_hover:hover { background-color: lightyellow; }
.yellow_hover_i:hover { background-color: lightyellow !important; }
.green_hover:hover { background: rgba(110, 167, 24, .15); }

.text-align-left { text-align: left; }
.header-row { width: 100%; }
.left { float: left; }
.right { float: right; }
.hide { display: none; }

#message-template-select { min-width: 200px; }

.font-large { font-size: 24px; }
.font-small { font-size: 10px; }
#employment-info { width: 100%; }

/** page loading background **/
#page-load-background { position: fixed;  width: 100%;  left: 0;  right: 0;  top: 0;  bottom: 0;  background-color: rgba(255,255,255,0.5);  z-index: 1001;  display: none; }
#page-load-background.show { display: block; }
@keyframes spin {
  from {transform:rotate(0deg);}
  to {transform:rotate(360deg);}
}

#page-load-background::after {
  content: '';  display: block;  position: absolute;  left: 48%;  top: 40%;  width: 40px;  height: 40px;  border: 4px solid black;  border-top-color: transparent;
  border-radius: 50%;  animation: spin .8s linear infinite;
}

/* tSpinner styling */
#tSpinner { width: 100%;  height: 100%;  top: 0;  right: 0;  bottom: 0;  left: 0;  position: fixed;  z-index: 999;  background: rgba(0, 0, 0, 0.4);  display: flex;  justify-content: center;  align-items: center; }
#tSpinner #tsDiv { color: #ffffff;  background: rgba(0, 0, 0, 0.8);  text-align: center;  padding: 25px; border-radius: 5px; }
#tSpinner #tsLoad { width: 50px;  height: 50px;  border: 8px solid #ffffff;  border-top-color: transparent;  border-radius: 50%;  display: inline-block;  animation: spin .8s linear infinite; }
#tSpinner #tsText { padding-top: 5px; }
.tspScroll { overflow: hidden; }
.tspRel { position: relative !important; }
.tspAbs { position: absolute !important; }

/* announcements light window */
#page-announcement { position: fixed;  width: 100%;  left: 0;  right: 0;  top: 0;  bottom: 0;  background-color: rgba(50,50,50,0.5);  z-index: 1002;  display: none; }
#page-announcement.show { display: block; }

#page-announcement div#content {
  display: block;  padding: 20px;  overflow: hidden;  background: #FFF;  position: fixed;  z-index: 1003;  left: 50%;  top: 180px;
  max-height: 480px;  margin-left: -350px;  width: 700px;
}

#announcements h2 { text-align: center;  border-bottom: 1px solid rgba(0, 0, 0, 0.125);  margin-bottom: 5px; }
#announcements-table-container { max-height: 640px;  overflow-y: auto; }
#announcements-table { width: 100%; }
#announcements-table td.title, #announcements-table span.date { font-weight: bold; }

/* ... animation */
/* Related HTML: <div class="dotdotdot">Saving<span>.</span><span>.</span><span>.</span></div>, can use JS function dotdotdotHTML(text) to add */
@keyframes blink {
  0% { opacity: .2; }
  20% { opacity: 1; }
  100% { opacity: .2; }
}
.dotdotdot span { animation-name: blink;  animation-duration: 1.2s;  animation-iteration-count: infinite;  animation-fill-mode: both;  font-size: 36px;  line-height: 24px; }
.dotdotdot span:nth-child(2) { animation-delay: .2s; }
.dotdotdot span:nth-child(3) { animation-delay: .4s; }
/* END .. animation */

#auto-actions div.label { padding: 10px 20px;  font-size: 24px; }
#auto-actions .btn { color: #FFFFFF !important; }

#main-menu li.auto-actions-sub.scheduled a, #main-menu li.auto-actions-sub.triggered a { padding-left: 60px; }

#les-error-message { display: none;  text-align: center; }
#les-error-message.show { display: block; }
#les-success-message { display: none; text-align: center; }
#les-success-message-text { font-size: 22px;  color: green; }
#les-success-message.show { display: block; }
#les-error-message-text { color: red; }
#les-add-employer-section {display: none;  clear: both; }
#les-add-employer-section span { clear: both; }
#les-employer-info { display: none; }

#comm-alert-table a { color: white; }
#comm-alert-table div.alert-row a { color: yellow !important;  cursor: pointer; }
#comm-alert-table .alert-row { padding: 0 5px 0 35px;  font-size: 14px;  font-weight: 300; }

/** User profile **/
.user_pref_flash { margin-left: 20px;  font-weight: bold; }
#profile_nav a.h_tab { color: #ffffff;  opacity: 0.3;  background: #231F20;  flex-basis: 120px; }
#profile_nav a.h_tab.active { opacity: 1; }

/* Employment */
.employment-info.employer-info input, .employment-info.employer-info textarea, .employment-info.employer-info select {
  border: none;  background: none;
}
.employment-info.employer-info select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.employment-info.employer-info.edit input, .employment-info.employer-info.edit textarea, .employment-info.employer-info.edit select {
  border: 1px solid #ced4da;  background: inherit;
}

#employment-link-employer { text-decoration: underline; }
#employer-link-search-term { width: 230px; }
#employer-link-results-table div.results-table { max-height: 300px;  overflow-y: auto; }
#employer-link-results-table #results-table { width: 100% !important;  border: 1px solid black; }
#employer-link-results-table #results-table td { padding-bottom: 10px;  text-align: left;  vertical-align: top; }

.third { width: 33%; }

#employer-link-message span.success { color: darkgreen; }
#employer-link-message span.notice { color: darkgreen; }
#employer-link-message span.success { color: darkgreen; }
#employer-link-results-loading { display: none;  text-align:center;  margin-top: 20px; }
#employer-link-search-section { margin-bottom: 10px;  text-align: center; }

#link-employer-to-employment-response { padding: 10px; }
#employer-link-confirmation-employer-name { margin-right: 15px; }
#employer-link-confirmation-table { width: 100%; }

#campus-select .nav-org-select { min-width: 300px; }

.is_disabled { cursor: not-allowed;  opacity: 0.5; }
a.is_disabled { color: darkgray;  display: inline-block;  /* For IE11/ MS Edge bug */  pointer-events: none;  text-decoration: none;}

/*.blink { animation:blink 500ms infinite alternate; }*/
.blink { font-weight: bold; color: yellow; }
.new { background-color: #e6ffe6; }

/* Career services reports */
.cs_reports_table { width: 100%; }
.cs_reports_table th { background: #231F20;  color: #ffffff; }
.cs_reports_table th, .cs_reports_table td { padding: 4px 8px;  line-height: 1.2;  border: 1px solid #222222; }
.cs_reports_table td { border: 1px solid rgba(0, 0, 0, 0.125); }
.cs_reports_table td.ac { cursor: pointer;  text-decoration: underline; }
.cs_reports_table tr.ac:hover { background-color: lightyellow; }
.highlighted { background-color: #fffdcd; }
.tri_row { background-color: #e8e8e8; }
.cs_reports_table .tri_row td { padding: 4px 50px 8px; }
.tri_row .resp_table { background-color: #ffffff; }

.round-bordered { border: 2px darkgrey solid;  border-radius: 5px;  padding: 10px;}

/* Conversations */
#conv_recipients { width: 360px;  vertical-align: top;  position: relative; }
#conv_recipient_list, #conv_search_results { height: 78vh;  overflow-y: auto;  position: relative; }
#recent_conv { background:  #000000;  color: #ffffff; }
.conv_rcp_icon { width: 18px;  cursor: pointer;  text-align: center; }
#conv_right { border-left: 1px solid rgba(0, 0, 0, 0.125); }
.conv_content { display: flex;  flex-direction: column;  height: 100%; }
#conversations #conv_content { max-height: 80vh;  height: 80vh; }
.conv_curr_recipient, .conv_form { padding: 5px 10px; }
.conv_form { border-top: 1px solid rgba(0, 0, 0, 0.125); }
.conv_recipient { padding: 5px 10px;  display: block;  cursor: pointer; }
.cr_selected, .conv_recipient:hover { background-color: #DCEEDB; }
.sub_text { color: #5e676b; }
.convr_tl { padding-right: 5px; }
.convr_tr { width: 90px;  text-align: right; }
#conv_messages { overflow-y: auto;  position: relative;  flex-grow: 1; }
.conv_message { padding: 5px 10px; }
.convc_mr { text-align: right; }
.convc_ml { text-align: left; }
.convc_msg { border: 1px solid rgba(0, 0, 0, 0.125);  padding: 5px 10px;  display: inline-block;  width: 90%;  background-color: #ffffff;  word-break: break-all; }
.convc_mr .convc_msg { border-radius: 10px 0 10px 10px;  text-align: left; }
.convc_ml .convc_msg { border-radius: 0 10px 10px 10px;  background-color: #DCEEDB; }
.convc_mr.user .convc_msg { background-color: #EAEAEA; }
.convc_mr.ipu .convc_msg, .convc_ml.ipu .convc_msg { background-color: #FFDEDE !important; }
.conv_curr_recipient { border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.r_do_not_text { color: red;  font-size: 12px;  font-weight: bold;  vertical-align: middle; }
.conv_textarea textarea { height: 60px; }
#conv_sms_phone select { width: auto; display: inline-block; }
.conv_confirm_send, .conv_send_cancel { display: none; }
.conv_send_cancel { margin-right: 15px; }
.m_block, .m_iblock { display: none; }
#conv_rti { cursor: pointer; }
#rlload { position: absolute;  bottom: 0;  top: 0;  right: 0;  left: 0; }
#rloading { position: absolute;  text-align: center;  width: 100%;  background: #ffffff;  border-top: 1px solid rgba(0, 0, 0, 0.125);  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
#rloading.top { top: 0; }
#rloading.bottom { bottom: 0; }
#conv_recipient_search { position: absolute;  z-index: 2;  top: 0;  right: 0;  left: 0;  bottom: 0;  background: #ffffff; }
#conv_search_top { background:  #000000;  position: relative; }
#conv_search_div { border-right: 1px solid transparent; }
#conv_search_cancel { cursor: pointer;  color: #ffffff;  padding: 2px 1px;  text-align: center; }
#conv_search_div, #conv_search_cancel { vertical-align: middle; }
#rcp_query { border-right: 0;  height: 26px;  line-height: 24px;  padding-right: 24px; }
.rcp_dnt { color: red;  font-size: 12px;  font-weight: bold;  line-height: 1; }
#convs_spinner { position: absolute; right: 0;  top: 0;  margin: 2px 5px 2px 2px; }
#conv_submit_div { text-align: right;  margin-bottom: 10px; }
.conv_unread { background-color: #f1f1f1; }
.rl_name { line-height: 1; }
.rl_name span { display: inline-block;  vertical-align: middle; }
.rli_unread { font-size: 12px;  color: #5e676b;  font-weight: normal; }
.msg_unread_hl { padding: 10px; }
.msg_unread_hl div { text-align: center;  color: #5e676b;  font-size: 14px;  border-bottom: 1px solid rgba(0, 0, 0, 0.125); line-height: .01; }
.msg_unread_hl div span { background-color: #ffffff;  padding: 0 5px; }
#conv_rcp_options { width: 100%;  max-width: 360px; }
.conv_tooltip { position: absolute;  display: none;  top: 0;  right: 0;  color: #000000;  background: #ffffff;  border: 2px solid #000000;  z-index: 999;  padding: 5px 10px;  text-align: initial;  max-width: 100vw; }
#conv_rcpo_overlay, .convmo_overlay { display: none;  width: 100%;  height: 100%;  top: 0;  right: 0;  bottom: 0;  left: 0;  position: fixed;  z-index: 998;  background-color: transparent; }
.convm_wrap { margin: 0 20px; }
#convmh_options { text-align: right;  position: relative;  vertical-align: bottom; }
#convmh_options span { display: inline-block;  position: relative; }
.conv_date_range, .conv_other_options { width: 230px; }
.conv_range_display span { display: inline-block; }
#convm_display { line-height: 1.25;  vertical-align: bottom; }
.conv_text_template_tlt { top: unset;  bottom: 2px;  width: 100%;  max-width: 100%;  border-width: 1px; }  /* Right set to offset .conv_form padding */
#conv_message_options { width: 26px; }

/* Content Management */
#cm_body h3 { margin-bottom: 10px; }
#cm_body input[type=checkbox], #cm_body input[type=radio] { vertical-align: middle; }
.form_blocks_inline select.cm_month_select, .form_blocks_inline select.cm_year_select { display: inline-block;  width: 49%; }
.date_spacer { display: inline-block;  width: 2%; }
.cm_section { border-bottom: 1px solid rgba(0, 0, 0, 0.125);  margin-bottom: 10px; }
.cm_section.cm_image { border-bottom: 0; }
.cm_actions { text-align: right; }
.cm_actions span { font-weight: bold;  color: #007bff; }
#cm_save_only, #cm_submit { padding: 0.375rem 1rem; }

#cm_profile_pic span, #cm_resume_actions span { color: #007bff;  font-weight: bold;  padding: 0; }
#cm_profile_pic img { border: 1px solid rgba(0, 0, 0, 0.125);  cursor: pointer; }
.res_img_spacer { display: inline-block;  padding:0 8px; }
#cm_site_model select { width: 400px;  max-width: 400px; }
#model_preview_link { color: #007bff;  display: inline-block;  margin-left: 10px; }
.cm_section .form_row, .cm_section .form_blocks_inline.fbi33 div { margin-bottom: 5px; }
.cm_actions i { font-size: 20px;  cursor: pointer; }

#cm_media .form_row textarea { height: 50px; }
.cm_image { display: inline-block;  width: 200px;  vertical-align: top; }
.cm_image select, .cm_image input[type=text] { margin-bottom: 2px; }
.cm_image img { border: 1px solid rgba(0, 0, 0, 0.125);  width: 100%;  height: 100px; }

@media (max-width: 800px) {
  #cws_url_check_btn { display: block;  margin-left: 0;  margin-top: 5px; }
}

@media (max-width: 1120px) {
  #conv_recipients { width: 280px; }
  .convr_tl { width: 185px; }
}
@media (max-width: 980px) {
  .m_hide { display: none; }
  .m_block { display: block; }
  .m_iblock { display: inline-block; }
  #conv_recipients, #conv_right { display: block; }
  #conv_recipients { width: unset; }
  #conv_recipient_list { border-bottom: 2px solid rgba(0, 0, 0, 0.125); }
  #conv_right { border-left: 0; }
}

#intercommunication-recipient-section #user-group-selected-display { display: block; min-height: 60px; max-height: 180px; overflow-y: auto; border: 1px solid #ced4da; margin-top: 5px; }
#intercommunication-recipient-section #user-group-selected-display.hide { display: none; }
#intercommunication-recipient-section #user-group-selected-display.show { display: block; }
#intercommunication-recipient-section #user-individual-selection-section { display: none; }
#intercommunication-recipient-section #user-individual-selection-section.hide { display: none; }
#intercommunication-recipient-section #user-individual-selection-section.show { display: block; }
#intercommunication-recipient-section #user-group-selection-section { display: none; }
#intercommunication-recipient-section #user-group-selection-section.hide { display: none; }
#intercommunication-recipient-section #user-group-selection-section.show { display: block; }
#user-group-add-section { display: none; }
#user-group-add-section.show { display: block; }
#main-note-form { display: block; }
#main-note-form.hide { display: none; }
#main-note-form.show { display: block; }
#add-group-users-choice-list { max-height: 320px; margin-bottom: 20px; overflow-y: auto; }
#add-group-buttons { margin-top: 20px; }
#add-group-message { margin: 10px; }

table#announcements-table tr.important { background-color: #faffa8; }

.success { color: darkgreen; }
.failed { color: darkred; }

/* Saved Messages */
.subtext { font-size: 14px; }
.subtext_g { font-size: 14px;  color: #5e676b; }
.subtext_i { font-size: 14px;  font-style: italic; }
.subtext_gi { font-size: 14px;  color: #5e676b;  font-style: italic; }

.conv_saved_message_shell { display: none;  top: unset;  bottom: 2px;  width: 100%;  max-width: 100%;  padding: 0; }  /* Right set to offset .conv_form padding */
#sm_header { text-align: center;  padding: 2px 10px 2px;  margin-bottom: 10px;  border-bottom: 1px solid #8f8f8f; }
#sm_index_nav { padding: 0 10px 10px;  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
#saved_messages_list { height: 45vh;  overflow-y: auto; }
#sm_search_icon { color: grey; }
#sm_index_manage, #sm_search_field { margin-bottom: 5px; }
#sm_search_field, #saved_message_sort { width: 100%; }
.smtco_left { width: 140px; }
.smtci_left { text-align: right;  padding-right: 5px; }
.smo_input .smtci_right { width: 310px; }
.smo_input_sml .smtci_right{ width: 195px; }

.saved_message { padding: 5px 10px; }
.copy_mode .saved_message { cursor: pointer; }
.saved_message:not(:last-child) { border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.saved_message:hover { background: #DCEEDB; }
.sm_full_text, .copy_mode #smm_back_link, .copy_mode #smm_add_link, .manage_mode #smm_copy_mode_link { display: none; }
.copy_mode .smm_options { display: none; }
.smm_options { width: 48px;  text-align: right; }
.smm_options div { display: inline-block; }
#smm_add_link_m { display: none;  float: right; }

#saved_message_add_edit_form { padding: 5px 10px; }
#saved_message_add_edit_form #message { height: 200px; }

@media (max-width: 1260px) {
  .smo_input .smtci_right, .smo_input_sml .smtci_right { width: unset; }
  .smtci_left { width: 65px; }
}
@media (max-width: 760px) {
  #sm_index_nav > .tabled, #sm_index_nav .trow, #sm_index_nav .tabled .trow > .tcell { display: block; }
  #sm_index_manage { margin-bottom: 5px; }
  .smtco_left { width: unset; }
  .manage_mode #smm_add_link { display: none; }
  .manage_mode #smm_add_link_m { display: inline; }
}

/* Work Queues */
.work_queue { margin-bottom: 10px; }
.wq_item_list { height: 13.5em;  background: #ffffff;  border: 1px solid rgba(0, 0, 0, 0.125);  border-top: 0;  display: flex;  flex-direction: column; }  /* 13.5em height equivalent to 9 lines at 1.5 line-height */
.wq_header { background: #231F20;  color: #ffffff;  padding: 4px 8px; }
.wq_header.user_q { background: #4b4244; }
.wq_item, .wql_bottom { padding: 0 10px; }
.wq_item { display: flex;  align-items: baseline; }
.wq_item:hover { background: lightyellow; }
.wq_item .entity_name { flex-grow: 1; }
.wq_item .subtext_gi { text-align: right; }
.wq_item .actions { text-align: right;  width: 22px;  flex-shrink: 0; }
.wql_bottom { border-top: 1px solid rgba(0, 0, 0, 0.125);  margin-top: auto; }
.queue_actions { text-align: right;  flex-grow: 1; }
.queue_actions.manage { width: 30px; }
.queue_actions.q_user { width: 50px; }
.queue_actions i, .queue_actions a { width: 18px;  text-align: center;  cursor: pointer;  vertical-align: middle; }
.queue_actions a { color: #ffffff;  display: inline-block;  line-height: 0; }  /* line-height set to 0 to undo height added by a tag */
.queue_actions a i { font-size: 16px; }
.truncated { white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis; }
.tb_trunc { display: table;  width: 100%;  table-layout: fixed; }
.wqh_trc { margin-right: 5px; }
#wq_search_div { display: inline-block;  position: relative; }
#wqs_spinner, #wqs_clear { position: absolute;  top: 0;  right: 0;  padding: 4px 5px; }
#wqs_clear { display: none;  cursor: pointer; }
.wq_page_sub_header { font-size: 20px; }
.wqia_user { display: inline-block; }
.wqia_user.assigned { background: #7DC682; }
#wqi_pagination { border-top: 1px solid rgba(0, 0, 0, 0.125); }
#wqi_pagination .page_info { padding: 0; }
#wqi_pagination a { cursor: pointer; }

#wqi_add_edit_form input[type=radio] { vertical-align: middle; }
#wqit_blank { padding: 4px 8px;  border: 1px solid rgba(0, 0, 0, 0.125);  border-top: 0; }
#wqif_actions, #wqi_tags { display: none; }
.wq_textarea { height: 4em;  width: 100%; }
.wq_sort { padding: 0 5px;  font-size: 16px;  display: inline-block;  cursor: pointer; }

.tooltip_no_pad { font-size: 16px;  cursor: initial;  background: #ffffff;  border: 2px solid #000000;  min-width: 100px; }

#tr_options { line-height: 1.3;  border: 1px solid #ced4da; }
.tr_option { padding: 4px 12px;  cursor: pointer; }
.tr_option:hover, .tr_option.tr_selected { background: #7DC682; }
.tr_first_row { border-bottom: 1px solid #ced4da; }
#tr_transfer_options, #tr_remove_options, #tr_move_options, #trm_options, #trm_assign_note, #wqit_form_submit, #wqat_form_submit { display: none; }
#tr_transfer_options, #tr_move_options { margin-top: 20px; }
#tr_options, .wqtr_form select { margin-bottom: 10px; }
.wqtr_form select { width: 100%; }
#wqi_sort { width: 110px;  border-left: 1px solid transparent;  position: relative; }
#wqi_sort, #wqi_mass_actions { vertical-align: bottom; }
#wqi_sort_icon { padding: 4px 6px; }
#wqi_sort_icon.active { background: #231F20;  color: #ffffff; }
#wqi_mass_actions { border-right: 1px solid transparent; }
.mt_sel_header { width: 35px; }
.grouped_select option:disabled { color: black;  font-weight: bold; }
#wqi_info_header .tcell { vertical-align: middle; }
.wqac_view, .etac_view { font-size: 14px; }
#wq_data_details, #etac_data_details { line-height: 1.3; }
.chkbx_table .tcell:first-of-type { width: 20px;  vertical-align: top; }
.chkbx_table input[type=checkbox], .chkbx_table input[type=radio] { vertical-align: middle; }
.notmp_warning, .notag_warning { color: red; }
#notmp_message, #notag_message { color: red;  display: none; }

.flex_checkbox_div { line-height: 1.2; }
.flex_checkbox_div .fcd_row { display: flex;  align-items: flex-start;  margin-bottom: 2px; }
.flex_checkbox_div .fcd_chk { margin-right: 5px;  margin-top: 2px; }  /* Class should be placed on div containing checkbox or checkbox itself if not in a div */

#tag_tl_title, .tlt_title { padding: 5px 10px 0; }
.select_tooltip_list.tag_tl div { padding: 0 10px; }
.all_user_transfer_icon { width: 20px;  height: 20px;  position: relative;  color: #fff;  cursor: pointer; }
.all_user_transfer_icon .fa-user { top: 0;  left: 0;  position: absolute;  font-size: 16px; }
.all_user_transfer_icon .fa-arrow-right { bottom: -1px;  right: 0;  position: absolute;  font-size: 12px; }

.ml_variable_table, .variable_table { font-size: 13px; }
.ml_variable_table div, .variable_table div { display: table-row; }
.ml_variable_table i, .ml_variable_table span, .variable_table i, .variable_table span { display: table-cell;  line-height: 1.2;  padding-bottom: 2px; }
.ml_variable_table i, .variable_table i { padding-right: 10px; }
.var_copy { cursor: pointer; }
.ml_variable_table div:not(.underline):hover { background-color: lightyellow; }
.mt_var_section { font-size: 13px;  line-height: 1.25; }
.mt_var_section_table { display: table; }
.mt_var_section_table .mvst_row { display: table-row; }
.mt_var_section_table .mvst_row:hover { background-color: lightyellow; }
.mt_var_section_table .mvst_row div { display: table-cell; }
.mt_var_section_table .mvst_row .var_copy { padding-right: 10px; }

/* Background Check */
#goodhire-main-order-form { display: block; }
#gh-report-description { display: none; }
#gh-latest-order-table { width: 100%;  border: 1px solid #dbe0e1;  border-radius: 5px;  padding: 3px 10px; }
#gh-latest-order-table td { padding: 3px 5px; }
#gh-latest-order-required-actions td { padding: 3px 5px; }
#goodhire-product-choices { display: block;  width: 100%;  padding-top: 12px;  padding-bottom: 8px; }
#goodhire-report-info-view-link { cursor: pointer; }
.gh-report-description-button, .gh-check-option { cursor: pointer; }
#goodhire-additional-checks-container { background-color: #f2f2f2;  border-radius: 5px;  padding: 10px;  overflow-y: auto;  height: 300px; }
#goodhire-report-order-message { width: 100%;  padding-top: 10px;  padding-bottom: 10px;  text-align: center; }
#goodhire-report-viewer, #goodhire-view-report-data { display: none; }
#gh-latest-order-check-details, #gh-latest-order-required-actions { display: none; }
div#report-package-list { cursor: pointer; }
#report_data.gh.report_data .content { margin: 5px; }
#reset-background-checks-filters { cursor: pointer;  text-decoration: underline; }
div.pg_subgroup { margin-bottom: 20px; }
.psg_min_hours_per_week_input { width: 80px; }

.student.alert { font-weight: bold;  color: darkred;  padding: 0;  margin: 0; }
.darkred { color: darkred; }

/* Timepicki */
.ti_tx, .mi_tx, .mer_tx { width: 100%;  text-align: center;  margin: 0; }
.time, .mins, .meridian { width: 50px;  color: #2d2e2e;  font-weight: 700;  display: inline-block; }
.time, .mins { margin-right: 10px; }
.time_pick .prev, .time_pick .next { cursor: pointer;  padding: 3px;  border: 1px solid #999999; }
.time_pick .prev { border-top-right-radius: 5px;  border-top-left-radius: 5px; }
.time_pick .next { border-bottom-right-radius: 5px;  border-bottom-left-radius: 5px; }
.prev:hover, .next:hover { background-color: #ccc; }
.time_pick { position: relative; }
.timepicker_wrap {
  padding: 10px 0;  border-radius: 5px;  z-index: 998;  display: none;  box-shadow: 2px 2px 5px 0 rgba(50,50,50,0.35);
  background: #f6f6f6;  border: 1px solid #999999;  position: absolute;  top: 27px;  left: 0;  min-width: 200px;  max-width: 100%;  text-align: center;
}
input.timepicki-input { background: #FFFFFF;  text-align: center;  width: 100%; }
.reset_wrap { text-align: right;  margin: 5px 0 -5px;  padding: 0 15px; }

#fetch-cvue-student-info:hover { cursor: pointer; }

#student_student_id { max-width: 160px; }

@media (max-width: 920px) {
  #wq_search_div { width: 100%; }
  #wqi_info_header .tcell, #wq_index_top .tcell { display: block; }
}
@media (max-width: 860px) {
  #wqit_blank { border-top: 1px solid rgba(0, 0, 0, 0.125); }
}
@media (max-width: 720px) {
  #wqi_mass_actions #mass_select { width: 190px; }
  #mass_select_actions { padding: 5px 15px; }
}
@media (max-width: 575.5px) {
  #add_work_queue_btn, #wqi_add_btn { width: 100%; }
}

/* Horizontal Tabs */
.h_tabs { overflow-x: auto;  white-space: nowrap;  display: flex; }
.h_tab { padding: 5px 10px;  flex-basis: 130px;  text-align: center;  font-weight: 500;  background: #d4d5da;  text-decoration: none;  border: 1px solid #dbe0e1;  border-bottom: 0; }
.h_tabs.full_border .h_tab { border-bottom: 1px solid #dbe0e1; }
.h_tab.active, .h_tab:hover { background: #ffffff;  cursor: pointer; }
.h_tabs.ac_blk .h_tab.active, .h_tabs.ac_blk .h_tab:hover { background-color: #231F20;  color: #ffffff;  cursor: pointer; }
a.h_tab.active { pointer-events: none; }

/* Calendar */
#header_calendar i { vertical-align: middle;  color: white; font-size: 22px;  cursor: pointer; }
#vsPanel.hcal { background: #ffffff;  border-left: 2px solid #000000;  border-bottom: 2px solid #000000;  max-height: 100vh; }

/* Calendar Event Summary Popup */
.ce_left { width: 172px;  margin-right: 5px;  font-weight: 500;  text-align: right;  flex-shrink: 0; }
.user_ce .ce_day_row:not(:last-of-type) { border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.esp_content { display: flex;  flex-direction: row;  overflow: auto;  max-height: 70vh; }
.esp_user { width: 260px;  flex-shrink: 0;  margin-bottom: 10px; }
.esp_user:not(:last-of-type) { margin-right: 10px; }
.esp_u_name { position: sticky;  top: 0;  background: #fff;  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

@media (max-width: 720px) {
  .ce_day_row .d_flex { display: block; }
  .ce_left { width: unset;  text-align: unset; }
  .ce_info { margin-left: 15px; }
}

/* Esign Config */
#esign_form_recipients { font-size: 14px; }
.esign_rcpt_num { width: 20px; }
.esign_rcpt_info { width: 100%; }
.esign_recipient:not(:last-of-type) { border-bottom: 1px solid #c1c1c1;  padding-bottom: 5px;  margin-bottom: 5px; }

/* Assigned Entity Tags */
.etdd_days, .etdd_hours { width: 36px;  text-align: right;  height: 22px;  line-height: 20px;  margin-right: 5px; }
.etdd_minutes { width: 50px !important;  text-align: right;  height: 22px;  line-height: 20px;  margin-right: 5px; }
.etdddt_date, .etdddt_time { width: 120px; }
.et_delay_datetime span { display: inline-block; }
.et_delay_datetime .bold { width: 45px; }
.et_delay_datetime .time_pick { display: inline-block; }
.et_dc_icon { display: inline-block;  border: 1px solid #212529;  border-radius: 3px;  width: 14px;  height: 14px; }
.dt_selected { border-color: #000000 !important;  border-width: 3px !important; }
.dt_entity_tag.tagged { color: #797979;  text-decoration: line-through; }
.dt_entity_tag.prev_tagged { color: #797979; }
.et_is_contact_icon { position: relative;  display: inline-block;  height: 14px;  width: 14px; }
.et_is_contact_icon .fa-phone { position: absolute;  font-size: 12px;  bottom: -3px;  left: -1px; }
.et_is_contact_icon .fa-envelope { position: absolute;  font-size: 11px;  top: 1px;  right: -1px; }
.deta_div { margin: 0 5px 2px 0;  padding: 0 10px; }

/* Canvas */
.student-row.canvas:hover { cursor: pointer; }
.btn-simple { color: lightgrey;  border-radius: 5px;  padding: 3px; }
.btn-simple.small { font-size: 10px; }
.btn-simple.grey { background: grey; }

/* Flow Shared Styling */
.faux_select { display: flex;  justify-content: space-between;  align-items: center;  position: relative;  padding: 0 10px;  border: 1px solid #ced4da;
               background-color: #edf0f7;  cursor: pointer;  height: 24px;  width: 100%; }
.fs_icon { position: absolute;  top: 0;  right: 0;  height: 100%;  border-left: 1px solid #ced4da;  background-color: #edf0f7; }
.fs_icon i { vertical-align: text-top;  font-size: 14px;  padding: 0 1px; }
.fs_icon.va_baseline i { vertical-align: baseline; }

/* Page Alerts */
#pa_display { padding: 5px 10px;  max-height: 90px;  overflow-y: auto;  background: #ffeded; }
.page_alert:not(:last-of-type) { margin-bottom: 3px;  padding-bottom: 2px;  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.pa_dismiss { cursor: pointer; }
#ps_slim_table .pa_dismiss { font-size: 18px; }

/* Conditionals */
.cond_date { width: 120px !important; }
.cond_data_target.cndv_zip_code { width: 70px !important; }
.cond_data_target.cnd_days { width: 50px !important; }
.etdd_days, .etdd_hours { width: 40px !important; }
.cond_data_target[data-type="LEAD_MOBILE_PHONE"] { width: 110px !important; }

/* Multi Tags add */
#mass_tags_add .faux_select { display: inline-flex;  height: 23px;  margin: 0 10px 5px 0;  padding: 2px 10px;  border-color: rgb(118, 118, 118); }
#mass_tags_add #campus_select { width: 250px; }
#mass_tags_add #tag_select { width: 350px; }
#mass_tags_add .faux_select .fs_icon i { font-size: 14px; }

/* Datatables */
.dt-search, .dt-buttons, .dt-info { padding: 0 10px; }
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 24px;
}

.slider.round:before {
    border-radius: 50%;
}
/*! jQuery UI - v1.12.1 - 2018-03-21
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(/assets/jquery_ui/ui-icons_444444_256x240.png)}.ui-widget-header .ui-icon{background-image:url(/assets/jquery_ui/ui-icons_444444_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url(/assets/jquery_ui/ui-icons_555555_256x240.png)}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url(/assets/jquery_ui/ui-icons_ffffff_256x240.png)}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url(/assets/jquery_ui/ui-icons_777620_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(/assets/jquery_ui/ui-icons_cc0000_256x240.png)}.ui-button .ui-icon{background-image:url(/assets/jquery_ui/ui-icons_777777_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{box-shadow:0 0 5px #666}
/* line 2, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar table {
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dddddd;
  border-collapse: collapse;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

/* line 13, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar tr {
  border-collapse: collapse;
}

/* line 17, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar th {
  padding: 6px;
  border-bottom: 2px solid #dddddd;
  border-collapse: collapse;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 0px none #333333;
  box-sizing: border-box;
  text-align: left;
}

/* line 28, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar td {
  padding: 6px;
  vertical-align: top;
  width: 14%;
  border: 1px solid #ddd;
  border-top-color: #dddddd;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: #dddddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #dddddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dddddd;
  border-left-style: solid;
  border-left-width: 1px;
}

/* line 48, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .day {
  height: 80px;
}

/* line 60, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .today {
  background: #FFFFC0;
}

/* line 69, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .prev-month {
  background: #DDD;
}

/* line 72, ../../../../../../opt/homebrew/Cellar/rbenv/1.3.2/versions/3.3.6/lib/ruby/gems/3.3.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .next-month {
  background: #DDD;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


















 */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/*! Select2 Bootstrap Theme v0.1.0-beta.7 | MIT License | github.com/select2/select2-bootstrap-theme */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*\
          #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*\
          #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*\
          #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*\
      #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*\
      #RTL SUPPORT
  \*------------------------------------*/
}
.select2-container--bootstrap .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  outline: 0;
}
.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
   * Firefox 19+
   *
   * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
   */
}
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-results__option {
  /**
   * Disabled results.
   *
   * @see https://select2.github.io/examples.html#disabled-results
   */
  /**
   * Hover state.
   */
  /**
   * Selected state.
   */
}
.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff;
}
.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}
.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  white-space: nowrap;
}
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}
.select2-container--bootstrap.select2-container--open {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
  /**
   * Handle border radii of the container when the dropdown is showing.
   */
}
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}
.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  box-shadow: none;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.select2-container--bootstrap .select2-dropdown {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}
.select2-container--bootstrap .select2-dropdown--above {
  margin-top: 1px;
}
.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.428571429;
  padding: 6px 24px 6px 12px;
  /**
   * Adjust the single Select2's dropdown arrow button appearance.
   */
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
  /**
   * Make Multi Select2's choices match Bootstrap 3's default button styles.
   */
  /**
   * Minus 2px borders.
   */
  /**
   * Clear the selection.
   */
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1.428571429;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.428571429;
  margin-top: 0;
  min-width: 5em;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}
.select2-container--bootstrap .select2-selection--single.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--single, .form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}
.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b, .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--single.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--single, .form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--multiple, .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.select2-container--bootstrap[dir="rtl"] {
  /**
   * Single Select2
   *
   * 1. Makes sure that .select2-selection__placeholder is positioned
   *    correctly.
   */
  /**
   * Multiple Select2
   */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/*------------------------------------*\
    #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}
.has-warning.select2-drop-active {
  border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}
.has-error.select2-drop-active {
  border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}
.has-success.select2-drop-active {
  border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstraps
 * "Input Group" component, we don't want specific edges of the Select2
 * container to have a border-radius.
 *
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on
 * a Bootstrap 3 .input-group to let the contained Select2 widget know which
 * edges should not be rounded as they are directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/**
 * Mimick Bootstraps .input-group .form-control styles.
 *
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
.input-group .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
}
.input-group .select2-container--bootstrap.select2-container--open, .input-group .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}

.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/**
 * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grow taller than its initial size.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
*/
.form-inline .select2-container--bootstrap {
  display: inline-block;
}
.ct-double-octave:after,.ct-major-eleventh:after,.ct-major-second:after,.ct-major-seventh:after,.ct-major-sixth:after,.ct-major-tenth:after,.ct-major-third:after,.ct-major-twelfth:after,.ct-minor-second:after,.ct-minor-seventh:after,.ct-minor-sixth:after,.ct-minor-third:after,.ct-octave:after,.ct-perfect-fifth:after,.ct-perfect-fourth:after,.ct-square:after{content:"";clear:both}.ct-label{fill:rgba(0,0,0,.4);color:rgba(0,0,0,.4);font-size:.75rem;line-height:1}.ct-grid-background,.ct-line{fill:none}.ct-chart-bar .ct-label,.ct-chart-line .ct-label{display:block;display:flex}.ct-chart-donut .ct-label,.ct-chart-pie .ct-label{dominant-baseline:central}.ct-label.ct-horizontal.ct-start{align-items:flex-end;justify-content:flex-start;text-align:left;text-anchor:start}.ct-label.ct-horizontal.ct-end{align-items:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-label.ct-vertical.ct-start{align-items:flex-end;justify-content:flex-end;text-align:right;text-anchor:end}.ct-label.ct-vertical.ct-end{align-items:flex-end;justify-content:flex-start;text-align:left;text-anchor:start}.ct-chart-bar .ct-label.ct-horizontal.ct-start{align-items:flex-end;justify-content:center;text-align:center;text-anchor:start}.ct-chart-bar .ct-label.ct-horizontal.ct-end{align-items:flex-start;justify-content:center;text-align:center;text-anchor:start}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start{align-items:flex-end;justify-content:flex-start;text-align:left;text-anchor:start}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end{align-items:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start{align-items:center;justify-content:flex-end;text-align:right;text-anchor:end}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end{align-items:center;justify-content:flex-start;text-align:left;text-anchor:end}.ct-grid{stroke:rgba(0,0,0,.2);stroke-width:1px;stroke-dasharray:2px}.ct-point{stroke-width:10px;stroke-linecap:round}.ct-line{stroke-width:4px}.ct-area{stroke:none;fill-opacity:.1}.ct-bar{fill:none;stroke-width:10px}.ct-slice-donut{fill:none;stroke-width:60px}.ct-series-a .ct-bar,.ct-series-a .ct-line,.ct-series-a .ct-point,.ct-series-a .ct-slice-donut{stroke:#d70206}.ct-series-a .ct-area,.ct-series-a .ct-slice-donut-solid,.ct-series-a .ct-slice-pie{fill:#d70206}.ct-series-b .ct-bar,.ct-series-b .ct-line,.ct-series-b .ct-point,.ct-series-b .ct-slice-donut{stroke:#f05b4f}.ct-series-b .ct-area,.ct-series-b .ct-slice-donut-solid,.ct-series-b .ct-slice-pie{fill:#f05b4f}.ct-series-c .ct-bar,.ct-series-c .ct-line,.ct-series-c .ct-point,.ct-series-c .ct-slice-donut{stroke:#f4c63d}.ct-series-c .ct-area,.ct-series-c .ct-slice-donut-solid,.ct-series-c .ct-slice-pie{fill:#f4c63d}.ct-series-d .ct-bar,.ct-series-d .ct-line,.ct-series-d .ct-point,.ct-series-d .ct-slice-donut{stroke:#d17905}.ct-series-d .ct-area,.ct-series-d .ct-slice-donut-solid,.ct-series-d .ct-slice-pie{fill:#d17905}.ct-series-e .ct-bar,.ct-series-e .ct-line,.ct-series-e .ct-point,.ct-series-e .ct-slice-donut{stroke:#453d3f}.ct-series-e .ct-area,.ct-series-e .ct-slice-donut-solid,.ct-series-e .ct-slice-pie{fill:#453d3f}.ct-series-f .ct-bar,.ct-series-f .ct-line,.ct-series-f .ct-point,.ct-series-f .ct-slice-donut{stroke:#59922b}.ct-series-f .ct-area,.ct-series-f .ct-slice-donut-solid,.ct-series-f .ct-slice-pie{fill:#59922b}.ct-series-g .ct-bar,.ct-series-g .ct-line,.ct-series-g .ct-point,.ct-series-g .ct-slice-donut{stroke:#0544d3}.ct-series-g .ct-area,.ct-series-g .ct-slice-donut-solid,.ct-series-g .ct-slice-pie{fill:#0544d3}.ct-series-h .ct-bar,.ct-series-h .ct-line,.ct-series-h .ct-point,.ct-series-h .ct-slice-donut{stroke:#6b0392}.ct-series-h .ct-area,.ct-series-h .ct-slice-donut-solid,.ct-series-h .ct-slice-pie{fill:#6b0392}.ct-series-i .ct-bar,.ct-series-i .ct-line,.ct-series-i .ct-point,.ct-series-i .ct-slice-donut{stroke:#f05b4f}.ct-series-i .ct-area,.ct-series-i .ct-slice-donut-solid,.ct-series-i .ct-slice-pie{fill:#f05b4f}.ct-series-j .ct-bar,.ct-series-j .ct-line,.ct-series-j .ct-point,.ct-series-j .ct-slice-donut{stroke:#dda458}.ct-series-j .ct-area,.ct-series-j .ct-slice-donut-solid,.ct-series-j .ct-slice-pie{fill:#dda458}.ct-series-k .ct-bar,.ct-series-k .ct-line,.ct-series-k .ct-point,.ct-series-k .ct-slice-donut{stroke:#eacf7d}.ct-series-k .ct-area,.ct-series-k .ct-slice-donut-solid,.ct-series-k .ct-slice-pie{fill:#eacf7d}.ct-series-l .ct-bar,.ct-series-l .ct-line,.ct-series-l .ct-point,.ct-series-l .ct-slice-donut{stroke:#86797d}.ct-series-l .ct-area,.ct-series-l .ct-slice-donut-solid,.ct-series-l .ct-slice-pie{fill:#86797d}.ct-series-m .ct-bar,.ct-series-m .ct-line,.ct-series-m .ct-point,.ct-series-m .ct-slice-donut{stroke:#b2c326}.ct-series-m .ct-area,.ct-series-m .ct-slice-donut-solid,.ct-series-m .ct-slice-pie{fill:#b2c326}.ct-series-n .ct-bar,.ct-series-n .ct-line,.ct-series-n .ct-point,.ct-series-n .ct-slice-donut{stroke:#6188e2}.ct-series-n .ct-area,.ct-series-n .ct-slice-donut-solid,.ct-series-n .ct-slice-pie{fill:#6188e2}.ct-series-o .ct-bar,.ct-series-o .ct-line,.ct-series-o .ct-point,.ct-series-o .ct-slice-donut{stroke:#a748ca}.ct-series-o .ct-area,.ct-series-o .ct-slice-donut-solid,.ct-series-o .ct-slice-pie{fill:#a748ca}.ct-square{display:block;position:relative;width:100%}.ct-square:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:100%}.ct-square:after{display:table}.ct-square>svg{display:block;position:absolute;top:0;left:0}.ct-minor-second{display:block;position:relative;width:100%}.ct-minor-second:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:93.75%}.ct-minor-second:after{display:table}.ct-minor-second>svg{display:block;position:absolute;top:0;left:0}.ct-major-second{display:block;position:relative;width:100%}.ct-major-second:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:88.8888888889%}.ct-major-second:after{display:table}.ct-major-second>svg{display:block;position:absolute;top:0;left:0}.ct-minor-third{display:block;position:relative;width:100%}.ct-minor-third:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:83.3333333333%}.ct-minor-third:after{display:table}.ct-minor-third>svg{display:block;position:absolute;top:0;left:0}.ct-major-third{display:block;position:relative;width:100%}.ct-major-third:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:80%}.ct-major-third:after{display:table}.ct-major-third>svg{display:block;position:absolute;top:0;left:0}.ct-perfect-fourth{display:block;position:relative;width:100%}.ct-perfect-fourth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:75%}.ct-perfect-fourth:after{display:table}.ct-perfect-fourth>svg{display:block;position:absolute;top:0;left:0}.ct-perfect-fifth{display:block;position:relative;width:100%}.ct-perfect-fifth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:66.6666666667%}.ct-perfect-fifth:after{display:table}.ct-perfect-fifth>svg{display:block;position:absolute;top:0;left:0}.ct-minor-sixth{display:block;position:relative;width:100%}.ct-minor-sixth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:62.5%}.ct-minor-sixth:after{display:table}.ct-minor-sixth>svg{display:block;position:absolute;top:0;left:0}.ct-golden-section{display:block;position:relative;width:100%}.ct-golden-section:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:61.804697157%}.ct-golden-section:after{content:"";display:table;clear:both}.ct-golden-section>svg{display:block;position:absolute;top:0;left:0}.ct-major-sixth{display:block;position:relative;width:100%}.ct-major-sixth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:60%}.ct-major-sixth:after{display:table}.ct-major-sixth>svg{display:block;position:absolute;top:0;left:0}.ct-minor-seventh{display:block;position:relative;width:100%}.ct-minor-seventh:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:56.25%}.ct-minor-seventh:after{display:table}.ct-minor-seventh>svg{display:block;position:absolute;top:0;left:0}.ct-major-seventh{display:block;position:relative;width:100%}.ct-major-seventh:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:53.3333333333%}.ct-major-seventh:after{display:table}.ct-major-seventh>svg{display:block;position:absolute;top:0;left:0}.ct-octave{display:block;position:relative;width:100%}.ct-octave:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:50%}.ct-octave:after{display:table}.ct-octave>svg{display:block;position:absolute;top:0;left:0}.ct-major-tenth{display:block;position:relative;width:100%}.ct-major-tenth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:40%}.ct-major-tenth:after{display:table}.ct-major-tenth>svg{display:block;position:absolute;top:0;left:0}.ct-major-eleventh{display:block;position:relative;width:100%}.ct-major-eleventh:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:37.5%}.ct-major-eleventh:after{display:table}.ct-major-eleventh>svg{display:block;position:absolute;top:0;left:0}.ct-major-twelfth{display:block;position:relative;width:100%}.ct-major-twelfth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:33.3333333333%}.ct-major-twelfth:after{display:table}.ct-major-twelfth>svg{display:block;position:absolute;top:0;left:0}.ct-double-octave{display:block;position:relative;width:100%}.ct-double-octave:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:25%}.ct-double-octave:after{display:table}.ct-double-octave>svg{display:block;position:absolute;top:0;left:0}
.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 5em;
  padding: .5em;
  background: grey;
  color: white;
  font-family: Oxygen,Helvetica,Arial,sans-serif;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  transition: opacity .2s linear; }
  .chartist-tooltip:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top-color: grey; }
  .chartist-tooltip.tooltip-show {
    opacity: 1; }

.ct-area, .ct-line {
  pointer-events: none; }
