@charset "UTF-8";
/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*-------------------
      Base Sizes
--------------------*/
/* This is the single variable that controls them all */
/*-------------------
    Scroll Bars
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
    Derived Values
--------------------*/
/* Rendered Scrollbar Width */
/* Responsive */
/*
 * # Semantic - Menu
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2015 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Standard
*******************************/
/*--------------
      Menu
---------------*/
@import url("https://fonts.googleapis.com/css?family=Source Sans Pro");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600&display=swap");
@import url(/assets/fontawesome/css/all.min-1b19afa8ec6d56e9d79ad415ffcac8726f62cf3b14b519f515ed3be3d00efdd4.css);
/* line 22, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu {
  display: flex;
  margin: 1rem 0em;
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  background: #FFFFFF;
  font-weight: normal;
  border: 1px solid rgba(34, 36, 38, 0.15);
  box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  min-height: 2.85714286em;
}

/* line 36, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu:after {
  content: '';
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

/* line 43, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu:first-child {
  margin-top: 0rem;
}

/* line 46, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu:last-child {
  margin-bottom: 0rem;
}

/*--------------
    Sub-Menu
---------------*/
/* line 54, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .menu {
  margin: 0em;
}

/* line 57, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu:not(.vertical) > .menu {
  display: flex;
}

/*--------------
      Item
---------------*/
/* line 67, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu:not(.vertical) .item {
  display: flex;
  align-items: center;
}

/* line 75, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .item {
  position: relative;
  vertical-align: middle;
  line-height: 1;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  flex: 0 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: none;
  padding: 0.92857143em 1.14285714em;
  text-transform: none;
  color: rgba(0, 0, 0, 0.87);
  font-weight: normal;
  transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
}

/* line 98, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu > .item:first-child {
  border-radius: 0.28571429rem 0px 0px 0.28571429rem;
}

/* Border */
/* line 103, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .item:before {
  position: absolute;
  content: '';
  top: 0%;
  right: 0px;
  height: 100%;
  width: 1px;
  background: rgba(34, 36, 38, 0.1);
}

/*--------------
  Text Content
---------------*/
/* line 117, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .text.item > *,
.ui.menu .item > a:not(.ui),
.ui.menu .item > p:only-child {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  line-height: 1.3;
}

/* line 126, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .item > p:first-child {
  margin-top: 0;
}

/* line 129, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .item > p:last-child {
  margin-bottom: 0;
}

/*--------------
      Icons
---------------*/
/* line 137, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .item > i.icon {
  opacity: 0.9;
  float: none;
  margin: 0em 0.35714286em 0em 0em;
}

/*--------------
     Button
---------------*/
/* line 147, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu:not(.vertical) .item > .button {
  position: relative;
  top: 0em;
  margin: -0.5em 0em;
  padding-bottom: 0.78571429em;
  padding-top: 0.78571429em;
  font-size: 1em;
}

/*----------------
 Grid / Container
-----------------*/
/* line 160, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu > .grid,
.ui.menu > .container {
  display: flex;
  align-items: inherit;
  flex-direction: inherit;
}

/*--------------
     Inputs
---------------*/
/* line 178, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .item > .input {
  width: 100%;
}

/* line 181, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu:not(.vertical) .item > .input {
  position: relative;
  top: 0em;
  margin: -0.5em 0em;
}

/* line 186, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .item > .input input {
  font-size: 1em;
  padding-top: 0.57142857em;
  padding-bottom: 0.57142857em;
}

/*--------------
     Header
---------------*/
/* line 196, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .header.item,
.ui.vertical.menu .header.item {
  margin: 0em;
  background: '';
  text-transform: normal;
  font-weight: bold;
}

/* line 203, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .item > .header:not(.ui) {
  margin: 0em 0em 0.5em;
  font-size: 1em;
  font-weight: bold;
}

/*--------------
    Dropdowns
---------------*/
/* Dropdown Icon */
/* line 215, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .item > i.dropdown.icon {
  padding: 0em;
  float: right;
  margin: 0em 0em 0em 1em;
}

/* Menu */
/* line 222, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .dropdown.item .menu {
  min-width: calc(100% - 1px);
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  background: #FFFFFF;
  margin: 0em 0px 0px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  flex-direction: column !important;
}

/* Menu Items */
/* line 236, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .ui.dropdown .menu > .item {
  margin: 0;
  text-align: left;
  font-size: 1em !important;
  padding: 0.78571429em 1.14285714em !important;
  background: transparent !important;
  color: rgba(0, 0, 0, 0.87) !important;
  text-transform: none !important;
  font-weight: normal !important;
  box-shadow: none !important;
  transition: none !important;
}

/* line 250, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .ui.dropdown .menu > .item:hover {
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.95) !important;
}

/* line 254, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .ui.dropdown .menu > .selected.item {
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.95) !important;
}

/* line 258, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .ui.dropdown .menu > .active.item {
  background: rgba(0, 0, 0, 0.03) !important;
  font-weight: bold !important;
  color: rgba(0, 0, 0, 0.95) !important;
}

/* line 263, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .ui.dropdown.item .menu .item:not(.filtered) {
  display: block;
}

/* line 266, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .ui.dropdown .menu > .item .icon:not(.dropdown) {
  display: inline-block;
  font-size: 1em !important;
  float: none;
  margin: 0em 0.75em 0em 0em !important;
}

/* Secondary */
/* line 274, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.menu .dropdown.item > .menu,
.ui.text.menu .dropdown.item > .menu {
  border-radius: 0.28571429rem;
  margin-top: 0.35714286em;
}

/* Pointing */
/* line 281, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .pointing.dropdown.item .menu {
  margin-top: 0.75em;
}

/* Inverted */
/* line 286, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.menu .search.dropdown.item > .search,
.ui.inverted.menu .search.dropdown.item > .text {
  color: rgba(255, 255, 255, 0.9);
}

/* Vertical */
/* line 292, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .dropdown.item > .icon {
  float: right;
  content: "\f0da";
  margin-left: 1em;
}

/* line 297, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .dropdown.item .menu {
  left: 100%;
  min-width: 0;
  margin: 0em 0em 0em 0em;
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0em 0.28571429rem 0.28571429rem 0.28571429rem;
}

/* line 305, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .dropdown.item.upward .menu {
  bottom: 0;
}

/* line 308, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .dropdown.item:not(.upward) .menu {
  top: 0;
}

/* line 311, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .active.dropdown.item {
  border-top-right-radius: 0em;
  border-bottom-right-radius: 0em;
}

/* line 315, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .dropdown.active.item {
  box-shadow: none;
}

/* Evenly Divided */
/* line 321, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.item.menu .dropdown .menu .item {
  width: 100%;
}

/*--------------
     Labels
---------------*/
/* line 329, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .item > .label {
  background: #999999;
  color: #FFFFFF;
  margin-left: 1em;
  padding: 0.3em 0.78571429em;
}

/* line 335, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .item > .label {
  background: #999999;
  color: #FFFFFF;
  margin-top: -0.15em;
  margin-bottom: -0.15em;
  padding: 0.3em 0.78571429em;
}

/* line 342, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .item > .floating.label {
  padding: 0.3em 0.78571429em;
}

/*--------------
     Images
---------------*/
/* line 350, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .item > img:not(.ui) {
  display: inline-block;
  vertical-align: middle;
  margin: -0.3em 0em;
  width: 2.5em;
}

/* line 356, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .item > img:not(.ui):only-child {
  display: block;
  max-width: 100%;
  width: auto;
}

/*******************************
          Coupling
*******************************/
/*--------------
     List
---------------*/
/* Menu divider shouldnt apply */
/* line 374, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .list .item:before {
  background: none !important;
}

/*--------------
     Sidebar
---------------*/
/* Show vertical dividers below last */
/* line 384, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.sidebar.menu > .item:first-child:before {
  display: block !important;
}

/* line 387, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.sidebar.menu > .item::before {
  top: auto;
  bottom: 0px;
}

/*--------------
    Container
---------------*/
@media only screen and (max-width: 767px) {
  /* line 397, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
  .ui.menu > .ui.container {
    width: 100% !important;
    margin-left: 0em !important;
    margin-right: 0em !important;
  }
}

@media only screen and (min-width: 768px) {
  /* line 404, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
  .ui.menu:not(.secondary):not(.text):not(.tabular):not(.borderless) > .container > .item:not(.right):not(.borderless):first-child {
    border-left: 1px solid rgba(34, 36, 38, 0.1);
  }
}

/*******************************
             States
*******************************/
/*--------------
      Hover
---------------*/
/* line 419, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.link.menu .item:hover,
.ui.menu .dropdown.item:hover,
.ui.menu .link.item:hover,
.ui.menu a.item:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.95);
}

/*--------------
     Pressed
---------------*/
/* line 432, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.link.menu .item:active,
.ui.menu .link.item:active,
.ui.menu a.item:active {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.95);
}

/*--------------
     Active
---------------*/
/* line 443, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .active.item {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
  font-weight: normal;
  box-shadow: none;
}

/* line 450, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .active.item > i.icon {
  opacity: 1;
}

/*--------------
  Active Hover
---------------*/
/* line 458, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .active.item:hover,
.ui.vertical.menu .active.item:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
}

/*--------------
     Disabled
---------------*/
/* line 468, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .item.disabled,
.ui.menu .item.disabled:hover {
  cursor: default !important;
  background-color: transparent !important;
  color: rgba(40, 40, 40, 0.3) !important;
}

/*******************************
             Types
*******************************/
/*------------------
Floated Menu / Item
-------------------*/
/* Left Floated */
/* line 487, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu:not(.vertical) .left.item,
.ui.menu:not(.vertical) :not(.dropdown) > .left.menu {
  display: flex;
  margin-right: auto !important;
}

/* Right Floated */
/* line 496, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu:not(.vertical) .right.item,
.ui.menu:not(.vertical) .right.menu {
  display: flex;
  margin-left: auto !important;
}

/* Swapped Borders */
/* line 505, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .right.item::before,
.ui.menu .right.menu > .item::before {
  right: auto;
  left: 0;
}

/*--------------
    Vertical
---------------*/
/* line 515, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu {
  display: block;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
}

/*--- Item ---*/
/* line 528, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .item {
  display: block;
  background: none;
  border-top: none;
  border-right: none;
}

/* line 534, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu > .item:first-child {
  border-radius: 0.28571429rem 0.28571429rem 0px 0px;
}

/* line 537, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu > .item:last-child {
  border-radius: 0px 0px 0.28571429rem 0.28571429rem;
}

/*--- Label ---*/
/* line 543, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .item > .label {
  float: right;
  text-align: center;
}

/*--- Icon ---*/
/* line 550, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .item > i.icon {
  width: 1.18em;
  float: right;
  margin: 0em 0em 0em 0.5em;
}

/* line 555, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .item > .label + i.icon {
  float: none;
  margin: 0em 0.5em 0em 0em;
}

/*--- Border ---*/
/* line 562, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .item:before {
  position: absolute;
  content: '';
  top: 0%;
  left: 0px;
  width: 100%;
  height: 1px;
  background: rgba(34, 36, 38, 0.1);
}

/* line 571, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .item:first-child:before {
  display: none !important;
}

/*--- Sub Menu ---*/
/* line 577, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .item > .menu {
  margin: 0.5em -1.14285714em 0em;
}

/* line 580, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .menu .item {
  background: none;
  padding: 0.5em 1.33333333em;
  font-size: 0.85714286em;
  color: rgba(0, 0, 0, 0.5);
}

/* line 586, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .item .menu a.item:hover,
.ui.vertical.menu .item .menu .link.item:hover {
  color: rgba(0, 0, 0, 0.85);
}

/* line 590, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .menu .item:before {
  display: none;
}

/* Vertical Active */
/* line 595, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .active.item {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 0em;
  box-shadow: none;
}

/* line 601, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu > .active.item:first-child {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

/* line 604, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu > .active.item:last-child {
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
}

/* line 607, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu > .active.item:only-child {
  border-radius: 0.28571429rem;
}

/* line 610, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .active.item .menu .active.item {
  border-left: none;
}

/* line 613, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu .item .menu .active.item {
  background-color: transparent;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.95);
}

/*--------------
     Tabular
---------------*/
/* line 623, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.tabular.menu {
  border-radius: 0em;
  box-shadow: none !important;
  border: none;
  background: none transparent;
  border-bottom: 1px solid #D4D4D5;
}

/* line 631, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.tabular.fluid.menu {
  width: calc(100% + (1px * 2)) !important;
}

/* line 634, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.tabular.menu .item {
  background: transparent;
  border-bottom: none;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 2px solid transparent;
  padding: 0.92857143em 1.42857143em;
  color: rgba(0, 0, 0, 0.87);
}

/* line 643, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.tabular.menu .item:before {
  display: none;
}

/* Hover */
/* line 648, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.tabular.menu .item:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.8);
}

/* Active */
/* line 654, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.tabular.menu .active.item {
  background: none #FFFFFF;
  color: rgba(0, 0, 0, 0.95);
  border-top-width: 1px;
  border-color: #D4D4D5;
  font-weight: bold;
  margin-bottom: -1px;
  box-shadow: none;
  border-radius: 0.28571429rem 0.28571429rem 0px 0px !important;
}

/* Coupling with segment for attachment */
/* line 667, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.tabular.menu + .attached.segment:not(.top),
.ui.tabular.menu + .attached.segment:not(.top) + .attached.segment:not(.top) {
  border-top: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  width: 100%;
}

/* line 675, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.top.attached.segment + .ui.bottom.tabular.menu {
  position: relative;
  width: calc(100% + (1px * 2));
  left: -1px;
}

/* Bottom Vertical Tabular */
/* line 682, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.bottom.tabular.menu {
  background: none transparent;
  border-radius: 0em;
  box-shadow: none !important;
  border-bottom: none;
  border-top: 1px solid #D4D4D5;
}

/* line 690, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.bottom.tabular.menu .item {
  background: none;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-top: none;
}

/* line 697, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.bottom.tabular.menu .active.item {
  background: none #FFFFFF;
  color: rgba(0, 0, 0, 0.95);
  border-color: #D4D4D5;
  margin: -1px 0px 0px 0px;
  border-radius: 0px 0px 0.28571429rem 0.28571429rem !important;
}

/* Vertical Tabular (Left) */
/* line 706, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.tabular.menu {
  background: none transparent;
  border-radius: 0em;
  box-shadow: none !important;
  border-bottom: none;
  border-right: 1px solid #D4D4D5;
}

/* line 714, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.tabular.menu .item {
  background: none;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  border-right: none;
}

/* line 721, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.tabular.menu .active.item {
  background: none #FFFFFF;
  color: rgba(0, 0, 0, 0.95);
  border-color: #D4D4D5;
  margin: 0px -1px 0px 0px;
  border-radius: 0.28571429rem 0px 0px 0.28571429rem !important;
}

/* Vertical Right Tabular */
/* line 730, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.right.tabular.menu {
  background: none transparent;
  border-radius: 0em;
  box-shadow: none !important;
  border-bottom: none;
  border-right: none;
  border-left: 1px solid #D4D4D5;
}

/* line 739, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.right.tabular.menu .item {
  background: none;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  border-left: none;
}

/* line 746, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.right.tabular.menu .active.item {
  background: none #FFFFFF;
  color: rgba(0, 0, 0, 0.95);
  border-color: #D4D4D5;
  margin: 0px 0px 0px -1px;
  border-radius: 0px 0.28571429rem 0.28571429rem 0px !important;
}

/* Dropdown */
/* line 755, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.tabular.menu .active.dropdown.item {
  margin-bottom: 0px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 2px solid transparent;
  border-bottom: none;
}

/*--------------
   Pagination
---------------*/
/* line 767, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.pagination.menu {
  margin: 0em;
  display: inline-flex;
  vertical-align: middle;
}

/* line 774, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.pagination.menu .item:last-child {
  border-radius: 0em 0.28571429rem 0.28571429rem 0em;
}

/* line 777, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.compact.menu .item:last-child {
  border-radius: 0em 0.28571429rem 0.28571429rem 0em;
}

/* line 780, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.pagination.menu .item:last-child:before {
  display: none;
}

/* line 783, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.pagination.menu .item {
  min-width: 3em;
  text-align: center;
}

/* line 787, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.pagination.menu .icon.item i.icon {
  vertical-align: top;
}

/* Active */
/* line 792, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.pagination.menu .active.item {
  border-top: none;
  padding-top: 0.92857143em;
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
  box-shadow: none;
}

/*--------------
   Secondary
---------------*/
/* line 805, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.menu {
  background: none;
  margin-left: -0.35714286em;
  margin-right: -0.35714286em;
  border-radius: 0em;
  border: none;
  box-shadow: none;
}

/* Item */
/* line 816, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.menu .item {
  align-self: center;
  box-shadow: none;
  border: none;
  padding: 0.78571429em 0.92857143em;
  margin: 0em 0.35714286em;
  background: none;
  transition: color 0.1s ease;
  border-radius: 0.28571429rem;
}

/* No Divider */
/* line 831, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.menu .item:before {
  display: none !important;
}

/* Header */
/* line 836, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.menu .header.item {
  border-radius: 0em;
  border-right: none;
  background: none transparent;
}

/* Image */
/* line 843, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.menu .item > img:not(.ui) {
  margin: 0em;
}

/* Hover */
/* line 848, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.menu .dropdown.item:hover,
.ui.secondary.menu .link.item:hover,
.ui.secondary.menu a.item:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
}

/* Active */
/* line 856, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.menu .active.item {
  box-shadow: none;
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
  border-radius: 0.28571429rem;
}

/* Active Hover */
/* line 865, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.menu .active.item:hover {
  box-shadow: none;
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
}

/* Inverted */
/* line 873, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.inverted.menu .link.item,
.ui.secondary.inverted.menu a.item {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 877, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.inverted.menu .dropdown.item:hover,
.ui.secondary.inverted.menu .link.item:hover,
.ui.secondary.inverted.menu a.item:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
}

/* line 883, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.inverted.menu .active.item {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
}

/* Fix item margins */
/* line 889, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.item.menu {
  margin-left: 0em;
  margin-right: 0em;
}

/* line 893, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.item.menu .item:last-child {
  margin-right: 0em;
}

/* line 896, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.attached.menu {
  box-shadow: none;
}

/* Sub Menu */
/* line 902, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.secondary.menu .item:not(.dropdown) > .menu {
  margin: 0em -0.92857143em;
}

/* line 905, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.secondary.menu .item:not(.dropdown) > .menu > .item {
  margin: 0em;
  padding: 0.5em 1.33333333em;
}

/*---------------------
   Secondary Vertical
-----------------------*/
/* line 914, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.vertical.menu > .item {
  border: none;
  margin: 0em 0em 0.35714286em;
  border-radius: 0.28571429rem !important;
}

/* line 919, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.vertical.menu > .header.item {
  border-radius: 0em;
}

/* Sub Menu */
/* line 924, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.secondary.menu .item > .menu .item {
  background-color: transparent;
}

/* Inverted */
/* line 929, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.inverted.menu {
  background-color: transparent;
}

/*---------------------
   Secondary Pointing
-----------------------*/
/* line 937, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.pointing.menu {
  margin-left: 0em;
  margin-right: 0em;
  border-bottom: 2px solid rgba(34, 36, 38, 0.15);
}

/* line 942, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.pointing.menu .item {
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-radius: 0em;
  align-self: flex-end;
  margin: 0em 0em -2px;
  padding: 0.85714286em 1.14285714em;
  border-bottom-width: 2px;
  transition: color 0.1s ease;
}

/* Item Types */
/* line 956, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.pointing.menu .header.item {
  color: rgba(0, 0, 0, 0.85) !important;
}

/* line 959, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.pointing.menu .text.item {
  box-shadow: none !important;
}

/* line 963, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.pointing.menu .item:after {
  display: none;
}

/* Hover */
/* line 968, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.pointing.menu .dropdown.item:hover,
.ui.secondary.pointing.menu .link.item:hover,
.ui.secondary.pointing.menu a.item:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.87);
}

/* Pressed */
/* line 976, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.pointing.menu .dropdown.item:active,
.ui.secondary.pointing.menu .link.item:active,
.ui.secondary.pointing.menu a.item:active {
  background-color: transparent;
  border-color: rgba(34, 36, 38, 0.15);
}

/* Active */
/* line 984, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.pointing.menu .active.item {
  background-color: transparent;
  box-shadow: none;
  border-color: #1B1C1D;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.95);
}

/* Active Hover */
/* line 994, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.pointing.menu .active.item:hover {
  border-color: #1B1C1D;
  color: rgba(0, 0, 0, 0.95);
}

/* Active Dropdown */
/* line 1000, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.pointing.menu .active.dropdown.item {
  border-color: transparent;
}

/* Vertical Pointing */
/* line 1005, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.vertical.pointing.menu {
  border-bottom-width: 0px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: rgba(34, 36, 38, 0.15);
}

/* line 1011, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.vertical.pointing.menu .item {
  border-bottom: none;
  border-right-style: solid;
  border-right-color: transparent;
  border-radius: 0em !important;
  margin: 0em -2px 0em 0em;
  border-right-width: 2px;
}

/* Vertical Active */
/* line 1021, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.vertical.pointing.menu .active.item {
  border-color: #1B1C1D;
}

/* Inverted */
/* line 1026, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.inverted.pointing.menu {
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 1029, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.inverted.pointing.menu {
  border-width: 2px;
  border-color: rgba(34, 36, 38, 0.15);
}

/* line 1033, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.inverted.pointing.menu .item {
  color: rgba(255, 255, 255, 0.9);
}

/* line 1036, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.inverted.pointing.menu .header.item {
  color: #FFFFFF !important;
}

/* Hover */
/* line 1041, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.inverted.pointing.menu .link.item:hover,
.ui.secondary.inverted.pointing.menu a.item:hover {
  color: rgba(0, 0, 0, 0.95);
}

/* Active */
/* line 1047, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.secondary.inverted.pointing.menu .active.item {
  border-color: #FFFFFF;
  color: #ffffff;
}

/*--------------
    Text Menu
---------------*/
/* line 1056, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.text.menu {
  background: none transparent;
  border-radius: 0px;
  box-shadow: none;
  border: none;
  margin: 1em -0.5em;
}

/* line 1064, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.text.menu .item {
  border-radius: 0px;
  box-shadow: none;
  align-self: center;
  margin: 0em 0em;
  padding: 0.35714286em 0.5em;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.1s ease;
}

/* Border */
/* line 1079, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.text.menu .item:before,
.ui.text.menu .menu .item:before {
  display: none !important;
}

/* Header */
/* line 1085, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.text.menu .header.item {
  background-color: transparent;
  opacity: 1;
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.92857143em;
  text-transform: uppercase;
  font-weight: bold;
}

/* Image */
/* line 1095, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.text.menu .item > img:not(.ui) {
  margin: 0em;
}

/*--- fluid text ---*/
/* line 1101, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.text.item.menu .item {
  margin: 0em;
}

/*--- vertical text ---*/
/* line 1107, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.text.menu {
  margin: 1em 0em;
}

/* line 1110, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.text.menu:first-child {
  margin-top: 0rem;
}

/* line 1113, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.text.menu:last-child {
  margin-bottom: 0rem;
}

/* line 1116, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.text.menu .item {
  margin: 0.57142857em 0em;
  padding-left: 0em;
  padding-right: 0em;
}

/* line 1121, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.text.menu .item > i.icon {
  float: none;
  margin: 0em 0.35714286em 0em 0em;
}

/* line 1125, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.text.menu .header.item {
  margin: 0.57142857em 0em 0.71428571em;
}

/* Vertical Sub Menu */
/* line 1130, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.text.menu .item:not(.dropdown) > .menu {
  margin: 0em;
}

/* line 1133, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.text.menu .item:not(.dropdown) > .menu > .item {
  margin: 0em;
  padding: 0.5em 0em;
}

/*--- hover ---*/
/* line 1140, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.text.menu .item:hover {
  opacity: 1;
  background-color: transparent;
}

/*--- active ---*/
/* line 1147, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.text.menu .active.item {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.95);
}

/*--- active hover ---*/
/* line 1158, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.text.menu .active.item:hover {
  background-color: transparent;
}

/* Disable Bariations */
/* line 1163, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.text.pointing.menu .active.item:after {
  box-shadow: none;
}

/* line 1167, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.text.attached.menu {
  box-shadow: none;
}

/* Inverted */
/* line 1173, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.text.menu,
.ui.inverted.text.menu .item,
.ui.inverted.text.menu .item:hover,
.ui.inverted.text.menu .active.item {
  background-color: transparent !important;
}

/* Fluid */
/* line 1181, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.fluid.text.menu {
  margin-left: 0em;
  margin-right: 0em;
}

/*--------------
    Icon Only
---------------*/
/* Vertical Menu */
/* line 1192, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.icon.menu {
  display: inline-block;
  width: auto;
}

/* Item */
/* line 1198, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.icon.menu .item {
  height: auto;
  text-align: center;
  color: #1B1C1D;
}

/* Icon */
/* line 1205, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.icon.menu .item > .icon:not(.dropdown) {
  margin: 0;
  opacity: 1;
}

/* Icon Gylph */
/* line 1211, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.icon.menu .icon:before {
  opacity: 1;
}

/* (x) Item Icon */
/* line 1216, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .icon.item > .icon {
  width: auto;
  margin: 0em auto;
}

/* Vertical Icon */
/* line 1222, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.icon.menu .item > .icon:not(.dropdown) {
  display: block;
  opacity: 1;
  margin: 0em auto;
  float: none;
}

/* Inverted */
/* line 1230, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.icon.menu .item {
  color: #FFFFFF;
}

/*--------------
   Labeled Icon
---------------*/
/* Menu */
/* line 1240, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.labeled.icon.menu {
  text-align: center;
}

/* Item */
/* line 1245, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.labeled.icon.menu .item {
  min-width: 6em;
  flex-direction: column;
}

/* Icon */
/* line 1254, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.labeled.icon.menu .item > .icon:not(.dropdown) {
  height: 1em;
  display: block;
  font-size: 1.71428571em !important;
  margin: 0em auto 0.5rem !important;
}

/* Fluid */
/* line 1262, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.fluid.labeled.icon.menu > .item {
  min-width: 0em;
}

/*******************************
           Variations
*******************************/
/*--------------
    Stackable
---------------*/
@media only screen and (max-width: 767px) {
  /* line 1277, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
  .ui.stackable.menu {
    flex-direction: column;
  }
  /* line 1283, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
  .ui.stackable.menu .item {
    width: 100% !important;
  }
  /* line 1286, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
  .ui.stackable.menu .item:before {
    position: absolute;
    content: '';
    top: auto;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: rgba(34, 36, 38, 0.1);
  }
  /* line 1296, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
  .ui.stackable.menu .left.menu,
.ui.stackable.menu .left.item {
    margin-right: 0 !important;
  }
  /* line 1300, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
  .ui.stackable.menu .right.menu,
.ui.stackable.menu .right.item {
    margin-left: 0 !important;
  }
  /* line 1304, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
  .ui.stackable.menu .right.menu,
.ui.stackable.menu .left.menu {
    flex-direction: column;
  }
}

/*--------------
     Colors
---------------*/
/*--- Standard Colors  ---*/
/* line 1320, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .red.active.item,
.ui.red.menu .active.item {
  border-color: #DB2828 !important;
  color: #DB2828 !important;
}

/* line 1325, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .orange.active.item,
.ui.orange.menu .active.item {
  border-color: #F2711C !important;
  color: #F2711C !important;
}

/* line 1330, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .yellow.active.item,
.ui.yellow.menu .active.item {
  border-color: #FBBD08 !important;
  color: #FBBD08 !important;
}

/* line 1335, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .olive.active.item,
.ui.olive.menu .active.item {
  border-color: #B5CC18 !important;
  color: #B5CC18 !important;
}

/* line 1340, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .green.active.item,
.ui.green.menu .active.item {
  border-color: #21BA45 !important;
  color: #21BA45 !important;
}

/* line 1345, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .teal.active.item,
.ui.teal.menu .active.item {
  border-color: #00B5AD !important;
  color: #00B5AD !important;
}

/* line 1350, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .blue.active.item,
.ui.blue.menu .active.item {
  border-color: #2185D0 !important;
  color: #2185D0 !important;
}

/* line 1355, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .violet.active.item,
.ui.violet.menu .active.item {
  border-color: #6435C9 !important;
  color: #6435C9 !important;
}

/* line 1360, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .purple.active.item,
.ui.purple.menu .active.item {
  border-color: #A333C8 !important;
  color: #A333C8 !important;
}

/* line 1365, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .pink.active.item,
.ui.pink.menu .active.item {
  border-color: #E03997 !important;
  color: #E03997 !important;
}

/* line 1370, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .brown.active.item,
.ui.brown.menu .active.item {
  border-color: #A5673F !important;
  color: #A5673F !important;
}

/* line 1375, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu .grey.active.item,
.ui.grey.menu .active.item {
  border-color: #767676 !important;
  color: #767676 !important;
}

/*--------------
    Inverted
---------------*/
/* line 1385, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.menu {
  border: 0px solid transparent;
  background: #1B1C1D;
  box-shadow: none;
}

/* Menu Item */
/* line 1393, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.menu .item,
.ui.inverted.menu .item > a:not(.ui) {
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
}

/* line 1398, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.menu .item.menu {
  background: transparent;
}

/*--- Border ---*/
/* line 1404, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.menu .item:before {
  background: rgba(255, 255, 255, 0.08);
}

/* line 1407, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.inverted.menu .item:before {
  background: rgba(255, 255, 255, 0.08);
}

/* Sub Menu */
/* line 1412, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.inverted.menu .menu .item,
.ui.vertical.inverted.menu .menu .item a:not(.ui) {
  color: rgba(255, 255, 255, 0.5);
}

/* Header */
/* line 1418, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.menu .header.item {
  margin: 0em;
  background: transparent;
  box-shadow: none;
}

/* Disabled */
/* line 1426, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.menu .item.disabled,
.ui.inverted.menu .item.disabled:hover {
  color: rgba(225, 225, 225, 0.3);
}

/*--- Hover ---*/
/* line 1433, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.link.inverted.menu .item:hover,
.ui.inverted.menu .dropdown.item:hover,
.ui.inverted.menu .link.item:hover,
.ui.inverted.menu a.item:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

/* line 1440, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.inverted.menu .item .menu a.item:hover,
.ui.vertical.inverted.menu .item .menu .link.item:hover {
  background: transparent;
  color: #ffffff;
}

/*--- Pressed ---*/
/* line 1448, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.menu a.item:active,
.ui.inverted.menu .link.item:active {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

/*--- Active ---*/
/* line 1456, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.menu .active.item {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
}

/* line 1460, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.vertical.menu .item .menu .active.item {
  background: transparent;
  color: #FFFFFF;
}

/* line 1464, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.menu .active.item:after {
  background: #3D3E3F !important;
  margin: 0em !important;
  box-shadow: none !important;
  border: none !important;
}

/*--- Active Hover ---*/
/* line 1474, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.menu .active.item:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #FFFFFF !important;
}

/* line 1478, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pointing.menu .active.item:hover:after {
  background: #3D3E3F !important;
}

/*--------------
     Floated
---------------*/
/* line 1486, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.floated.menu {
  float: left;
  margin: 0rem 0.5rem 0rem 0rem;
}

/* line 1490, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.floated.menu .item:last-child:before {
  display: none;
}

/* line 1493, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.right.floated.menu {
  float: right;
  margin: 0rem 0rem 0rem 0.5rem;
}

/*--------------
    Inverted
---------------*/
/* Red */
/* line 1504, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.menu .red.active.item,
.ui.inverted.red.menu {
  background-color: #DB2828;
}

/* line 1508, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.red.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

/* line 1511, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.red.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* Orange */
/* line 1516, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.menu .orange.active.item,
.ui.inverted.orange.menu {
  background-color: #F2711C;
}

/* line 1520, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.orange.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

/* line 1523, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.orange.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* Yellow */
/* line 1528, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.menu .yellow.active.item,
.ui.inverted.yellow.menu {
  background-color: #FBBD08;
}

/* line 1532, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.yellow.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

/* line 1535, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.yellow.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* Olive */
/* line 1540, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.menu .olive.active.item,
.ui.inverted.olive.menu {
  background-color: #B5CC18;
}

/* line 1544, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.olive.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

/* line 1547, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.olive.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* Green */
/* line 1552, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.menu .green.active.item,
.ui.inverted.green.menu {
  background-color: #21BA45;
}

/* line 1556, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.green.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

/* line 1559, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.green.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* Teal */
/* line 1564, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.menu .teal.active.item,
.ui.inverted.teal.menu {
  background-color: #00B5AD;
}

/* line 1568, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.teal.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

/* line 1571, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.teal.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* Blue */
/* line 1576, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.menu .blue.active.item,
.ui.inverted.blue.menu {
  background-color: #2185D0;
}

/* line 1580, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.blue.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

/* line 1583, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.blue.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* Violet */
/* line 1588, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.menu .violet.active.item,
.ui.inverted.violet.menu {
  background-color: #6435C9;
}

/* line 1592, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.violet.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

/* line 1595, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.violet.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* Purple */
/* line 1600, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.menu .purple.active.item,
.ui.inverted.purple.menu {
  background-color: #A333C8;
}

/* line 1604, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.purple.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

/* line 1607, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.purple.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* Pink */
/* line 1612, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.menu .pink.active.item,
.ui.inverted.pink.menu {
  background-color: #E03997;
}

/* line 1616, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pink.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

/* line 1619, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.pink.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* Brown */
/* line 1624, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.menu .brown.active.item,
.ui.inverted.brown.menu {
  background-color: #A5673F;
}

/* line 1628, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.brown.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

/* line 1631, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.brown.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* Grey */
/* line 1636, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.menu .grey.active.item,
.ui.inverted.grey.menu {
  background-color: #767676;
}

/* line 1640, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.grey.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

/* line 1643, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.inverted.grey.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/*--------------
     Fitted
---------------*/
/* line 1651, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.fitted.menu .item,
.ui.fitted.menu .item .menu .item,
.ui.menu .fitted.item {
  padding: 0em;
}

/* line 1656, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.horizontally.fitted.menu .item,
.ui.horizontally.fitted.menu .item .menu .item,
.ui.menu .horizontally.fitted.item {
  padding-top: 0.92857143em;
  padding-bottom: 0.92857143em;
}

/* line 1662, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertically.fitted.menu .item,
.ui.vertically.fitted.menu .item .menu .item,
.ui.menu .vertically.fitted.item {
  padding-left: 1.14285714em;
  padding-right: 1.14285714em;
}

/*--------------
   Borderless
---------------*/
/* line 1673, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.borderless.menu .item:before,
.ui.borderless.menu .item .menu .item:before,
.ui.menu .borderless.item:before {
  background: none !important;
}

/*-------------------
       Compact
--------------------*/
/* line 1683, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.compact.menu {
  display: inline-flex;
  margin: 0em;
  vertical-align: middle;
}

/* line 1690, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.compact.vertical.menu {
  display: inline-block;
}

/* line 1693, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.compact.menu .item:last-child {
  border-radius: 0em 0.28571429rem 0.28571429rem 0em;
}

/* line 1696, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.compact.menu .item:last-child:before {
  display: none;
}

/* line 1699, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.compact.vertical.menu {
  width: auto !important;
}

/* line 1702, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.compact.vertical.menu .item:last-child::before {
  display: block;
}

/*-------------------
        Fluid
--------------------*/
/* line 1710, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu.fluid,
.ui.vertical.menu.fluid {
  width: 100% !important;
}

/*-------------------
      Evenly Sized
--------------------*/
/* line 1719, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.item.menu,
.ui.item.menu .item {
  width: 100%;
  padding-left: 0em !important;
  padding-right: 0em !important;
  margin-left: 0em !important;
  margin-right: 0em !important;
  text-align: center;
  justify-content: center;
}

/* line 1731, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.attached.item.menu {
  margin: 0em -1px !important;
}

/* line 1734, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.item.menu .item:last-child:before {
  display: none;
}

/* line 1737, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu.two.item .item {
  width: 50%;
}

/* line 1740, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu.three.item .item {
  width: 33.333%;
}

/* line 1743, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu.four.item .item {
  width: 25%;
}

/* line 1746, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu.five.item .item {
  width: 20%;
}

/* line 1749, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu.six.item .item {
  width: 16.666%;
}

/* line 1752, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu.seven.item .item {
  width: 14.285%;
}

/* line 1755, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu.eight.item .item {
  width: 12.5%;
}

/* line 1758, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu.nine.item .item {
  width: 11.11%;
}

/* line 1761, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu.ten.item .item {
  width: 10%;
}

/* line 1764, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu.eleven.item .item {
  width: 9.09%;
}

/* line 1767, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu.twelve.item .item {
  width: 8.333%;
}

/*--------------
     Fixed
---------------*/
/* line 1775, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu.fixed {
  position: fixed;
  z-index: 101;
  margin: 0em;
  width: 100%;
}

/* line 1781, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu.fixed,
.ui.menu.fixed .item:first-child,
.ui.menu.fixed .item:last-child {
  border-radius: 0px !important;
}

/* line 1786, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.fixed.menu,
.ui.menu[class*="top fixed"] {
  top: 0px;
  left: 0px;
  right: auto;
  bottom: auto;
}

/* line 1793, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu[class*="top fixed"] {
  border-top: none;
  border-left: none;
  border-right: none;
}

/* line 1798, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu[class*="right fixed"] {
  border-top: none;
  border-bottom: none;
  border-right: none;
  top: 0px;
  right: 0px;
  left: auto;
  bottom: auto;
  width: auto;
  height: 100%;
}

/* line 1809, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu[class*="bottom fixed"] {
  border-bottom: none;
  border-left: none;
  border-right: none;
  bottom: 0px;
  left: 0px;
  top: auto;
  right: auto;
}

/* line 1818, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu[class*="left fixed"] {
  border-top: none;
  border-bottom: none;
  border-left: none;
  top: 0px;
  left: 0px;
  right: auto;
  bottom: auto;
  width: auto;
  height: 100%;
}

/* Coupling with Grid */
/* line 1831, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.fixed.menu + .ui.grid {
  padding-top: 2.75rem;
}

/*-------------------
       Pointing
--------------------*/
/* line 1839, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.pointing.menu .item:after {
  visibility: hidden;
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  background: none;
  margin: 0.5px 0em 0em;
  width: 0.57142857em;
  height: 0.57142857em;
  border: none;
  border-bottom: 1px solid #D4D4D5;
  border-right: 1px solid #D4D4D5;
  z-index: 2;
  transition: background 0.1s ease;
}

/* line 1858, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.pointing.menu .item:after {
  position: absolute;
  top: 50%;
  right: 0%;
  bottom: auto;
  left: auto;
  transform: translateX(50%) translateY(-50%) rotate(45deg);
  margin: 0em -0.5px 0em 0em;
  border: none;
  border-top: 1px solid #D4D4D5;
  border-right: 1px solid #D4D4D5;
}

/* Active */
/* line 1873, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.pointing.menu .active.item:after {
  visibility: visible;
}

/* line 1876, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.pointing.menu .active.dropdown.item:after {
  visibility: hidden;
}

/* Don't double up pointers */
/* line 1881, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.pointing.menu .dropdown.active.item:after,
.ui.pointing.menu .active.item .menu .active.item:after {
  display: none;
}

/* Colors */
/* line 1887, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.pointing.menu .active.item:hover:after {
  background-color: #F2F2F2;
}

/* line 1890, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.pointing.menu .active.item:after {
  background-color: #F2F2F2;
}

/* line 1893, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.pointing.menu .active.item:hover:after {
  background-color: #F2F2F2;
}

/* line 1896, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.pointing.menu .active.item:hover:after {
  background-color: #F2F2F2;
}

/* line 1899, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.pointing.menu .active.item:after {
  background-color: #F2F2F2;
}

/* line 1902, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.pointing.menu .menu .active.item:after {
  background-color: #FFFFFF;
}

/*--------------
    Attached
---------------*/
/* Middle */
/* line 1912, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.attached.menu {
  top: 0px;
  bottom: 0px;
  border-radius: 0px;
  margin: 0em -1px;
  width: calc(100% - (-1px * 2));
  max-width: calc(100% - (-1px * 2));
  box-shadow: none;
}

/* line 1922, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.attached + .ui.attached.menu:not(.top) {
  border-top: none;
}

/* Top */
/* line 1927, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu[class*="top attached"] {
  bottom: 0px;
  margin-bottom: 0em;
  top: 0px;
  margin-top: 1rem;
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

/* line 1934, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu[class*="top attached"]:first-child {
  margin-top: 0em;
}

/* Bottom */
/* line 1939, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu[class*="bottom attached"] {
  bottom: 0px;
  margin-top: 0em;
  top: 0px;
  margin-bottom: 1rem;
  box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), none;
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
}

/* line 1948, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu[class*="bottom attached"]:last-child {
  margin-bottom: 0em;
}

/* Attached Menu Item */
/* line 1953, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.top.attached.menu > .item:first-child {
  border-radius: 0.28571429rem 0em 0em 0em;
}

/* line 1956, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.bottom.attached.menu > .item:first-child {
  border-radius: 0em 0em 0em 0.28571429rem;
}

/* Tabular Attached */
/* line 1961, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.attached.menu:not(.tabular) {
  border: 1px solid #D4D4D5;
}

/* line 1964, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.attached.inverted.menu {
  border: none;
}

/* line 1967, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.attached.tabular.menu {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

/*--------------
     Sizes
---------------*/
/* Mini */
/* line 1979, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.mini.menu {
  font-size: 0.78571429rem;
}

/* line 1982, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.mini.vertical.menu {
  width: 9rem;
}

/* Tiny */
/* line 1987, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.tiny.menu {
  font-size: 0.85714286rem;
}

/* line 1990, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.tiny.vertical.menu {
  width: 11rem;
}

/* Small */
/* line 1995, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.small.menu {
  font-size: 0.92857143rem;
}

/* line 1998, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.small.vertical.menu {
  width: 13rem;
}

/* Medium */
/* line 2003, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.menu {
  font-size: 1rem;
}

/* line 2006, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.vertical.menu {
  width: 15rem;
}

/* Large */
/* line 2011, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.large.menu {
  font-size: 1.07142857rem;
}

/* line 2014, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.large.vertical.menu {
  width: 18rem;
}

/* Huge */
/* line 2019, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.huge.menu {
  font-size: 1.21428571rem;
}

/* line 2022, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.huge.vertical.menu {
  width: 22rem;
}

/* Big */
/* line 2027, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.big.menu {
  font-size: 1.14285714rem;
}

/* line 2030, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.big.vertical.menu {
  width: 20rem;
}

/* Massive */
/* line 2035, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.massive.menu {
  font-size: 1.28571429rem;
}

/* line 2038, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/collections/_menu.scss */
.ui.massive.vertical.menu {
  width: 25rem;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.4.2 - Dropdown
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Dropdown
*******************************/
/* line 16, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown {
  cursor: pointer;
  position: relative;
  display: inline-block;
  outline: none;
  text-align: left;
  transition: box-shadow 0.1s ease, width 0.1s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*******************************
            Content
*******************************/
/*--------------
      Menu
---------------*/
/* line 39, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu {
  cursor: auto;
  position: absolute;
  display: none;
  outline: none;
  top: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0em;
  padding: 0em 0em;
  background: #FFFFFF;
  font-size: 1em;
  text-shadow: none;
  text-align: left;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  transition: opacity 0.1s ease;
  z-index: 11;
  will-change: transform, opacity;
}

/* line 63, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu > * {
  white-space: nowrap;
}

/*--------------
  Hidden Input
---------------*/
/* line 71, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > input:not(.search):first-child,
.ui.dropdown > select {
  display: none !important;
}

/*--------------
 Dropdown Icon
---------------*/
/* line 80, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .dropdown.icon {
  position: relative;
  width: auto;
  font-size: 0.85714286em;
  margin: 0em 0em 0em 1em;
}

/* line 86, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu > .item .dropdown.icon {
  width: auto;
  float: right;
  margin: 0em 0em 0em 1em;
}

/* line 91, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu > .item .dropdown.icon + .text {
  margin-right: 1em;
}

/*--------------
      Text
---------------*/
/* line 99, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .text {
  display: inline-block;
  transition: none;
}

/*--------------
    Menu Item
---------------*/
/* line 109, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu > .item {
  position: relative;
  cursor: pointer;
  display: block;
  border: none;
  height: auto;
  text-align: left;
  border-top: none;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.78571429rem 1.14285714rem !important;
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  box-shadow: none;
  -webkit-touch-callout: none;
}

/* line 127, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu > .item:first-child {
  border-top-width: 0px;
}

/*--------------
  Floated Content
---------------*/
/* line 135, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .text > [class*="right floated"],
.ui.dropdown .menu .item > [class*="right floated"] {
  float: right !important;
  margin-right: 0em !important;
  margin-left: 1em !important;
}

/* line 141, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .text > [class*="left floated"],
.ui.dropdown .menu .item > [class*="left floated"] {
  float: left !important;
  margin-left: 0em !important;
  margin-right: 1em !important;
}

/* line 147, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu .item > .icon.floated,
.ui.dropdown .menu .item > .flag.floated,
.ui.dropdown .menu .item > .image.floated,
.ui.dropdown .menu .item > img.floated {
  margin-top: 0em;
}

/*--------------
  Menu Divider
---------------*/
/* line 158, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu > .header {
  margin: 1rem 0rem 0.75rem;
  padding: 0em 1.14285714rem;
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.78571429em;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 166, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu > .divider {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  height: 0em;
  margin: 0.5em 0em;
}

/* line 171, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown.dropdown .menu > .input {
  width: auto;
  display: flex;
  margin: 1.14285714rem 0.78571429rem;
  min-width: 10rem;
}

/* line 179, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu > .header + .input {
  margin-top: 0em;
}

/* line 182, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu > .input:not(.transparent) input {
  padding: 0.5em 1em;
}

/* line 185, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu > .input:not(.transparent) .button,
.ui.dropdown .menu > .input:not(.transparent) .icon,
.ui.dropdown .menu > .input:not(.transparent) .label {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

/*-----------------
  Item Description
-------------------*/
/* line 196, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .text > .description,
.ui.dropdown .menu > .item > .description {
  float: right;
  margin: 0em 0em 0em 1em;
  color: rgba(0, 0, 0, 0.4);
}

/*-----------------
       Message
-------------------*/
/* line 207, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu > .message {
  padding: 0.78571429rem 1.14285714rem;
  font-weight: normal;
}

/* line 211, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu > .message:not(.ui) {
  color: rgba(0, 0, 0, 0.4);
}

/*--------------
    Sub Menu
---------------*/
/* line 219, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu .menu {
  top: 0% !important;
  left: 100%;
  right: auto;
  margin: 0em 0em 0em -0.5em !important;
  border-radius: 0.28571429rem !important;
  z-index: 21 !important;
}

/* Hide Arrow */
/* line 229, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu .menu:after {
  display: none;
}

/*--------------
   Sub Elements
---------------*/
/* Icons / Flags / Labels / Image */
/* line 239, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image {
  margin-top: 0em;
}

/* line 246, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  margin-top: 0em;
}

/* line 253, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image,
.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  margin-left: 0em;
  float: none;
  margin-right: 0.78571429rem;
}

/*--------------
     Image
---------------*/
/* line 272, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  max-height: 2em;
}

/*******************************
            Coupling
*******************************/
/*--------------
      Menu
---------------*/
/* Remove Menu Item Divider */
/* line 296, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .ui.menu > .item:before,
.ui.menu .ui.dropdown .menu > .item:before {
  display: none;
}

/* Prevent Menu Item Border */
/* line 302, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.menu .ui.dropdown .menu .active.item {
  border-left: none;
}

/* Automatically float dropdown menu right on last menu item */
/* line 307, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.menu .right.menu .dropdown:last-child .menu,
.ui.menu .right.dropdown.item .menu,
.ui.buttons > .ui.dropdown:last-child .menu {
  left: auto;
  right: 0em;
}

/*--------------
      Label
---------------*/
/* Dropdown Menu */
/* line 320, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.label.dropdown .menu {
  min-width: 100%;
}

/*--------------
     Button
---------------*/
/* No Margin On Icon Button */
/* line 330, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown.icon.button > .dropdown.icon {
  margin: 0em;
}

/* line 333, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.button.dropdown .menu {
  min-width: 100%;
}

/*******************************
              Types
*******************************/
/*--------------
    Selection
---------------*/
/* Displays like a select box */
/* line 349, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown {
  cursor: pointer;
  word-wrap: break-word;
  line-height: 1em;
  white-space: normal;
  outline: 0;
  transform: rotateZ(0deg);
  min-width: 14em;
  min-height: 2.71428571em;
  background: #FFFFFF;
  display: inline-block;
  padding: 0.78571429em 2.1em 0.78571429em 1em;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: none;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  transition: box-shadow 0.1s ease, width 0.1s ease;
}

/* line 372, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown.visible,
.ui.selection.dropdown.active {
  z-index: 10;
}

/* line 376, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
select.ui.dropdown {
  height: 38px;
  padding: 0.5em;
  border: 1px solid rgba(34, 36, 38, 0.15);
  visibility: visible;
}

/* line 382, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown > .search.icon,
.ui.selection.dropdown > .delete.icon,
.ui.selection.dropdown > .dropdown.icon {
  cursor: pointer;
  position: absolute;
  width: auto;
  height: auto;
  line-height: 1.21428571em;
  top: 0.78571429em;
  right: 1em;
  z-index: 3;
  margin: -0.78571429em;
  padding: 0.91666667em;
  opacity: 0.8;
  transition: opacity 0.1s ease;
}

/* Compact */
/* line 401, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.compact.selection.dropdown {
  min-width: 0px;
}

/*  Selection Menu */
/* line 406, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  border-top-width: 0px !important;
  width: auto;
  outline: none;
  margin: 0px -1px;
  min-width: calc(100% +  2px);
  width: calc(100% +  2px);
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  transition: opacity 0.1s ease;
}

/* line 424, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown .menu:after,
.ui.selection.dropdown .menu:before {
  display: none;
}

/*--------------
    Message
---------------*/
/* line 433, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown .menu > .message {
  padding: 0.78571429rem 1.14285714rem;
}

@media only screen and (max-width: 767px) {
  /* line 437, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.selection.dropdown .menu {
    max-height: 8.01428571rem;
  }
}

@media only screen and (min-width: 768px) {
  /* line 442, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.selection.dropdown .menu {
    max-height: 10.68571429rem;
  }
}

@media only screen and (min-width: 992px) {
  /* line 447, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.selection.dropdown .menu {
    max-height: 16.02857143rem;
  }
}

@media only screen and (min-width: 1920px) {
  /* line 452, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.selection.dropdown .menu {
    max-height: 21.37142857rem;
  }
}

/* Menu Item */
/* line 458, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown .menu > .item {
  border-top: 1px solid #FAFAFA;
  padding: 0.78571429rem 1.14285714rem !important;
  white-space: normal;
  word-wrap: normal;
}

/* User Item */
/* line 466, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown .menu > .hidden.addition.item {
  display: none;
}

/* Hover */
/* line 471, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown:hover {
  border-color: rgba(34, 36, 38, 0.35);
  box-shadow: none;
}

/* Active */
/* line 478, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.active.dropdown {
  border-color: #96C8DA;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

/* line 483, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.active.dropdown .menu {
  border-color: #96C8DA;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

/* Focus */
/* line 490, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown:focus {
  border-color: #96C8DA;
  box-shadow: none;
}

/* line 495, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown:focus .menu {
  border-color: #96C8DA;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

/* Visible */
/* line 502, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.visible.dropdown > .text:not(.default) {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
}

/* Visible Hover */
/* line 508, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.active.dropdown:hover {
  border-color: #96C8DA;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

/* line 513, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.active.dropdown:hover .menu {
  border-color: #96C8DA;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

/* Dropdown Icon */
/* line 520, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.active.selection.dropdown > .dropdown.icon,
.ui.visible.selection.dropdown > .dropdown.icon {
  opacity: '';
  z-index: 3;
}

/* Connecting Border */
/* line 527, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.active.selection.dropdown {
  border-bottom-left-radius: 0em !important;
  border-bottom-right-radius: 0em !important;
}

/* Empty Connecting Border */
/* line 533, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.active.empty.selection.dropdown {
  border-radius: 0.28571429rem !important;
  box-shadow: none !important;
}

/* line 538, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.active.empty.selection.dropdown .menu {
  border: none !important;
  box-shadow: none !important;
}

/*--------------
   Searchable
---------------*/
/* Search Selection */
/* line 550, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.search.dropdown {
  min-width: '';
}

/* Search Dropdown */
/* line 555, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.search.dropdown > input.search {
  background: none transparent !important;
  border: none !important;
  box-shadow: none !important;
  cursor: text;
  top: 0em;
  left: 1px;
  width: 100%;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  padding: inherit;
}

/* Text Layering */
/* line 570, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.search.dropdown > input.search {
  position: absolute;
  z-index: 2;
}

/* line 574, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.search.dropdown > .text {
  cursor: text;
  position: relative;
  left: 1px;
  z-index: 3;
}

/* Search Selection */
/* line 582, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.search.selection.dropdown > input.search {
  line-height: 1.21428571em;
  padding: 0.67857143em 2.1em 0.67857143em 1em;
}

/* Used to size multi select input to character width */
/* line 588, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.search.selection.dropdown > span.sizer {
  line-height: 1.21428571em;
  padding: 0.67857143em 2.1em 0.67857143em 1em;
  display: none;
  white-space: pre;
}

/* Active/Visible Search */
/* line 596, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.search.dropdown.active > input.search,
.ui.search.dropdown.visible > input.search {
  cursor: auto;
}

/* line 600, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.search.dropdown.active > .text,
.ui.search.dropdown.visible > .text {
  pointer-events: none;
}

/* Filtered Text */
/* line 606, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.active.search.dropdown input.search:focus + .text .icon,
.ui.active.search.dropdown input.search:focus + .text .flag {
  opacity: 0.45;
}

/* line 610, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.active.search.dropdown input.search:focus + .text {
  color: rgba(115, 115, 115, 0.87) !important;
}

/* Search Menu */
/* line 615, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.search.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 767px) {
  /* line 623, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.search.dropdown .menu {
    max-height: 8.01428571rem;
  }
}

@media only screen and (min-width: 768px) {
  /* line 628, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.search.dropdown .menu {
    max-height: 10.68571429rem;
  }
}

@media only screen and (min-width: 992px) {
  /* line 633, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.search.dropdown .menu {
    max-height: 16.02857143rem;
  }
}

@media only screen and (min-width: 1920px) {
  /* line 638, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.search.dropdown .menu {
    max-height: 21.37142857rem;
  }
}

/*--------------
    Multiple
---------------*/
/* Multiple Selection */
/* line 649, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.multiple.dropdown {
  padding: 0.22619048em 2.1em 0.22619048em 0.35714286em;
}

/* line 652, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.multiple.dropdown .menu {
  cursor: auto;
}

/* Multiple Search Selection */
/* line 657, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.multiple.search.dropdown,
.ui.multiple.search.dropdown > input.search {
  cursor: text;
}

/* Selection Label */
/* line 663, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.multiple.dropdown > .label {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  font-size: 1em;
  padding: 0.35714286em 0.78571429em;
  margin: 0.14285714rem 0.28571429rem 0.14285714rem 0em;
  box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
}

/* Dropdown Icon */
/* line 679, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.multiple.dropdown .dropdown.icon {
  margin: '';
  padding: '';
}

/* Text */
/* line 685, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.multiple.dropdown > .text {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45238095em 0em 0.45238095em 0.64285714em;
  line-height: 1.21428571em;
}

/* line 692, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.multiple.dropdown > .label ~ input.search {
  margin-left: 0.14285714em !important;
}

/* line 695, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.multiple.dropdown > .label ~ .text {
  display: none;
}

/*-----------------
  Multiple Search
-----------------*/
/* Prompt Text */
/* line 705, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.multiple.search.dropdown > .text {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: inherit;
  margin: 0.45238095em 0em 0.45238095em 0.64285714em;
  line-height: 1.21428571em;
}

/* line 714, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.multiple.search.dropdown > .label ~ .text {
  display: none;
}

/* Search */
/* line 719, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.multiple.search.dropdown > input.search {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45238095em 0em 0.45238095em 0.64285714em;
  width: 2.2em;
  line-height: 1.21428571em;
}

/*--------------
     Inline
---------------*/
/* line 732, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inline.dropdown {
  cursor: pointer;
  display: inline-block;
  color: inherit;
}

/* line 737, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inline.dropdown .dropdown.icon {
  margin: 0em 0.21428571em 0em 0.21428571em;
  vertical-align: baseline;
}

/* line 741, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inline.dropdown > .text {
  font-weight: bold;
}

/* line 744, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.inline.dropdown .menu {
  cursor: auto;
  margin-top: 0.21428571em;
  border-radius: 0.28571429rem;
}

/*******************************
            States
*******************************/
/*--------------------
        Active
----------------------*/
/* Menu Item Active */
/* line 762, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu .active.item {
  background: transparent;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.95);
  box-shadow: none;
  z-index: 12;
}

/*--------------------
        Hover
----------------------*/
/* Menu Item Hover */
/* line 777, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu > .item:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
  z-index: 13;
}

/*--------------------
       Loading
---------------------*/
/* line 787, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.loading.dropdown > i.icon {
  height: 1em !important;
}

/* line 790, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.loading.selection.dropdown > i.icon {
  padding: 1.5em 1.28571429em !important;
}

/* line 793, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.loading.dropdown > i.icon:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1);
}

/* line 804, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.loading.dropdown > i.icon:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  box-shadow: 0px 0px 0px 1px transparent;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  animation: dropdown-spin 0.6s linear;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 transparent transparent;
  border-style: solid;
  border-width: 0.2em;
}

/* Coupling */
/* line 825, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.loading.dropdown.button > i.icon:before,
.ui.loading.dropdown.button > i.icon:after {
  display: none;
}

@keyframes dropdown-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*--------------------
     Default Text
----------------------*/
/* line 854, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown:not(.button) > .default.text,
.ui.default.dropdown:not(.button) > .text {
  color: rgba(191, 191, 191, 0.87);
}

/* line 858, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown:not(.button) > input:focus ~ .default.text,
.ui.default.dropdown:not(.button) > input:focus ~ .text {
  color: rgba(115, 115, 115, 0.87);
}

/*--------------------
        Loading
----------------------*/
/* line 867, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.loading.dropdown > .text {
  transition: none;
}

/* Used To Check Position */
/* line 873, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .loading.menu {
  display: block;
  visibility: hidden;
  z-index: -1;
}

/* line 878, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .loading.menu {
  left: 0px !important;
  right: auto !important;
}

/* line 882, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .menu .loading.menu {
  left: 100% !important;
  right: auto !important;
}

/*--------------------
    Keyboard Select
----------------------*/
/* Selected Item */
/* line 893, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown.selected,
.ui.dropdown .menu .selected.item {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.95);
}

/*--------------------
    Search Filtered
----------------------*/
/* Filtered Item */
/* line 905, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .filtered.text {
  visibility: hidden;
}

/* line 908, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .filtered.item {
  display: none !important;
}

/*--------------------
        Error
----------------------*/
/* line 916, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown.error,
.ui.dropdown.error > .text,
.ui.dropdown.error > .default.text {
  color: #9F3A38;
}

/* line 921, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown.error {
  background: #FFF6F6;
  border-color: #E0B4B4;
}

/* line 925, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.selection.dropdown.error:hover {
  border-color: #E0B4B4;
}

/* line 928, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown.error > .menu,
.ui.dropdown.error > .menu .menu {
  border-color: #E0B4B4;
}

/* line 932, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown.error > .menu > .item {
  color: #9F3A38;
}

/* line 935, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.multiple.selection.error.dropdown > .label {
  border-color: #E0B4B4;
}

/* Item Hover */
/* line 940, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown.error > .menu > .item:hover {
  background-color: #FFF2F2;
}

/* Item Active */
/* line 945, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown.error > .menu .active.item {
  background-color: #FDCFCF;
}

/*--------------------
        Clear
----------------------*/
/* line 953, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .clear.dropdown.icon {
  opacity: 0.8;
  transition: opacity 0.1s ease;
}

/* line 958, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .clear.dropdown.icon:hover {
  opacity: 1;
}

/*--------------------
        Disabled
----------------------*/
/* Disabled */
/* line 968, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.disabled.dropdown,
.ui.dropdown .menu > .disabled.item {
  cursor: default;
  pointer-events: none;
  opacity: 0.45;
}

/*******************************
           Variations
*******************************/
/*--------------
    Direction
---------------*/
/* Flyout Direction */
/* line 987, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu {
  left: 0px;
}

/* Default Side (Right) */
/* line 992, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .right.menu > .menu,
.ui.dropdown .menu .right.menu {
  left: 100% !important;
  right: auto !important;
  border-radius: 0.28571429rem !important;
}

/* Leftward Opening Menu */
/* line 1000, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .left.menu {
  left: auto !important;
  right: 0px !important;
}

/* line 1004, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .left.menu .menu,
.ui.dropdown .menu .left.menu {
  left: auto;
  right: 100%;
  margin: 0em -0.5em 0em 0em !important;
  border-radius: 0.28571429rem !important;
}

/* line 1011, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0em 0em 0em 0em;
}

/* line 1017, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0em 0em 0em 0em;
}

/* line 1023, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .item .left.dropdown.icon + .text,
.ui.dropdown .left.menu .item .dropdown.icon + .text {
  margin-left: 1em;
  margin-right: 0em;
}

/*--------------
     Upward
---------------*/
/* Upward Main Menu */
/* line 1035, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.upward.dropdown > .menu {
  top: auto;
  bottom: 100%;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

/* Upward Sub Menu */
/* line 1044, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .upward.menu {
  top: auto !important;
  bottom: 0 !important;
}

/* Active Upward */
/* line 1050, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.simple.upward.active.dropdown,
.ui.simple.upward.dropdown:hover {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em !important;
}

/* line 1054, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.upward.dropdown.button.active:not(.pointing):not(.floating) {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

/* Selection */
/* line 1059, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.upward.selection.dropdown .menu {
  border-top-width: 1px !important;
  border-bottom-width: 0px !important;
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
}

/* line 1065, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.upward.selection.dropdown:hover {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
}

/* Active Upward */
/* line 1071, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.active.upward.selection.dropdown {
  border-radius: 0em 0em 0.28571429rem 0.28571429rem !important;
}

/* Visible Upward */
/* line 1076, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.upward.selection.dropdown.visible {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0em 0em 0.28571429rem 0.28571429rem !important;
}

/* Visible Hover Upward */
/* line 1083, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.upward.active.selection.dropdown:hover {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
}

/* line 1087, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.upward.active.selection.dropdown:hover .menu {
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
}

/*--------------
     Simple
---------------*/
/*  Selection Menu */
/* line 1098, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 1103, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.scrolling.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  min-width: 100% !important;
  width: auto !important;
}

/* line 1112, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .scrolling.menu {
  position: static;
  overflow-y: auto;
  border: none;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  min-width: 100% !important;
  width: auto !important;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
}

/* line 1124, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.scrolling.dropdown .menu .item.item.item,
.ui.dropdown .scrolling.menu > .item.item.item {
  border-top: none;
}

/* line 1128, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.scrolling.dropdown .menu .item:first-child,
.ui.dropdown .scrolling.menu .item:first-child {
  border-top: none;
}

/* line 1132, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .animating.menu .scrolling.menu,
.ui.dropdown > .visible.menu .scrolling.menu {
  display: block;
}

/* Scrollbar in IE */
@media all and (-ms-high-contrast: none) {
  /* line 1139, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
    min-width: calc(100% - 17px);
  }
}

@media only screen and (max-width: 767px) {
  /* line 1145, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
    max-height: 10.28571429rem;
  }
}

@media only screen and (min-width: 768px) {
  /* line 1151, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
    max-height: 15.42857143rem;
  }
}

@media only screen and (min-width: 992px) {
  /* line 1157, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
    max-height: 20.57142857rem;
  }
}

@media only screen and (min-width: 1920px) {
  /* line 1163, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
  .ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
    max-height: 20.57142857rem;
  }
}

/*--------------
     Simple
---------------*/
/* Displays without javascript */
/* line 1175, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.simple.dropdown .menu:before,
.ui.simple.dropdown .menu:after {
  display: none;
}

/* line 1179, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.simple.dropdown .menu {
  position: absolute;
  display: block;
  overflow: hidden;
  top: -9999px !important;
  opacity: 0;
  width: 0;
  height: 0;
  transition: opacity 0.1s ease;
}

/* line 1190, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.simple.active.dropdown,
.ui.simple.dropdown:hover {
  border-bottom-left-radius: 0em !important;
  border-bottom-right-radius: 0em !important;
}

/* line 1195, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.simple.active.dropdown > .menu,
.ui.simple.dropdown:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 100% !important;
  opacity: 1;
}

/* line 1203, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.simple.dropdown > .menu > .item:active > .menu,
.ui.simple.dropdown:hover > .menu > .item:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 0% !important;
  left: 100% !important;
  opacity: 1;
}

/* line 1212, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.simple.disabled.dropdown:hover .menu {
  display: none;
  height: 0px;
  width: 0px;
  overflow: hidden;
}

/* Visible */
/* line 1220, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.simple.visible.dropdown > .menu {
  display: block;
}

/*--------------
      Fluid
---------------*/
/* line 1228, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.fluid.dropdown {
  display: block;
  width: 100%;
  min-width: 0em;
}

/* line 1233, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.fluid.dropdown > .dropdown.icon {
  float: right;
}

/*--------------
    Floating
---------------*/
/* line 1241, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.floating.dropdown .menu {
  left: 0;
  right: auto;
  box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15) !important;
  border-radius: 0.28571429rem !important;
}

/* line 1248, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.floating.dropdown > .menu {
  margin-top: 0.5em !important;
  border-radius: 0.28571429rem !important;
}

/*--------------
     Pointing
---------------*/
/* line 1257, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.pointing.dropdown > .menu {
  top: 100%;
  margin-top: 0.78571429rem;
  border-radius: 0.28571429rem;
}

/* line 1262, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.pointing.dropdown > .menu:after {
  display: block;
  position: absolute;
  pointer-events: none;
  content: '';
  visibility: visible;
  transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
  background: #FFFFFF;
  z-index: 2;
}

/* line 1277, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: 50%;
  margin: 0em 0em 0em -0.25em;
}

/* Top Left Pointing */
/* line 1284, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
  margin: 1em 0em 0em;
}

/* line 1291, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
  margin: 1em 0em 0em;
}

/* line 1298, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.top.left.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: 1em;
  right: auto;
  margin: 0em;
  transform: rotate(45deg);
}

/* Top Right Pointing */
/* line 1308, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.top.right.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  right: 0%;
  left: auto;
  margin: 1em 0em 0em;
}

/* line 1315, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.top.pointing.dropdown > .left.menu:after,
.ui.top.right.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: auto !important;
  right: 1em !important;
  margin: 0em;
  transform: rotate(45deg);
}

/* Left Pointing */
/* line 1326, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.left.pointing.dropdown > .menu {
  top: 0%;
  left: 100%;
  right: auto;
  margin: 0em 0em 0em 1em;
}

/* line 1332, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.left.pointing.dropdown > .menu:after {
  top: 1em;
  left: -0.25em;
  margin: 0em 0em 0em 0em;
  transform: rotate(-45deg);
}

/* line 1339, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.left.pointing.dropdown:not(.top):not(.bottom) > .left.menu {
  left: auto !important;
  right: 100% !important;
  margin: 0em 1em 0em 0em;
}

/* line 1344, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.left.pointing.dropdown:not(.top):not(.bottom) > .left.menu:after {
  top: 1em;
  left: auto;
  right: -0.25em;
  margin: 0em 0em 0em 0em;
  transform: rotate(135deg);
}

/* Right Pointing */
/* line 1354, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.right.pointing.dropdown > .menu {
  top: 0%;
  left: auto;
  right: 100%;
  margin: 0em 1em 0em 0em;
}

/* line 1360, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.right.pointing.dropdown > .menu:after {
  top: 1em;
  left: auto;
  right: -0.25em;
  margin: 0em 0em 0em 0em;
  transform: rotate(135deg);
}

/* Bottom Pointing */
/* line 1370, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.bottom.pointing.dropdown > .menu {
  top: auto;
  bottom: 100%;
  left: 0%;
  right: auto;
  margin: 0em 0em 1em;
}

/* line 1377, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.bottom.pointing.dropdown > .menu:after {
  top: auto;
  bottom: -0.25em;
  right: auto;
  margin: 0em;
  transform: rotate(-135deg);
}

/* Reverse Sub-Menu Direction */
/* line 1387, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.bottom.pointing.dropdown > .menu .menu {
  top: auto !important;
  bottom: 0px !important;
}

/* Bottom Left */
/* line 1393, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.bottom.left.pointing.dropdown > .menu {
  left: 0%;
  right: auto;
}

/* line 1397, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.bottom.left.pointing.dropdown > .menu:after {
  left: 1em;
  right: auto;
}

/* Bottom Right */
/* line 1403, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.bottom.right.pointing.dropdown > .menu {
  right: 0%;
  left: auto;
}

/* line 1407, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.bottom.right.pointing.dropdown > .menu:after {
  left: auto;
  right: 1em;
}

/* Upward pointing */
/* line 1413, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.pointing.upward.dropdown .menu,
.ui.top.pointing.upward.dropdown .menu {
  top: auto !important;
  bottom: 100% !important;
  margin: 0em 0em 0.78571429rem;
  border-radius: 0.28571429rem;
}

/* line 1420, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.pointing.upward.dropdown .menu:after,
.ui.top.pointing.upward.dropdown .menu:after {
  top: 100% !important;
  bottom: auto !important;
  box-shadow: 1px 1px 0px 0px rgba(34, 36, 38, 0.15);
  margin: -0.25em 0em 0em;
}

/* Right Pointing Upward */
/* line 1430, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
  top: auto !important;
  bottom: 0 !important;
  margin: 0em 1em 0em 0em;
}

/* line 1435, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
  top: auto !important;
  bottom: 0 !important;
  margin: 0em 0em 1em 0em;
  box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
}

/* Left Pointing Upward */
/* line 1444, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
  top: auto !important;
  bottom: 0 !important;
  margin: 0em 0em 0em 1em;
}

/* line 1449, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
  top: auto !important;
  bottom: 0 !important;
  margin: 0em 0em 1em 0em;
  box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
}

/*******************************
         Theme Overrides
*******************************/
/* Dropdown Carets */
@font-face {
  font-family: 'Dropdown';
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAVgAA8AAAAACFAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABWAAAABwAAAAchGgaq0dERUYAAAF0AAAAHAAAAB4AJwAPT1MvMgAAAZAAAABDAAAAVnW4TJdjbWFwAAAB1AAAAEsAAAFS8CcaqmN2dCAAAAIgAAAABAAAAAQAEQFEZ2FzcAAAAiQAAAAIAAAACP//AANnbHlmAAACLAAAAQoAAAGkrRHP9WhlYWQAAAM4AAAAMAAAADYPK8YyaGhlYQAAA2gAAAAdAAAAJANCAb1obXR4AAADiAAAACIAAAAiCBkAOGxvY2EAAAOsAAAAFAAAABQBnAIybWF4cAAAA8AAAAAfAAAAIAEVAF5uYW1lAAAD4AAAATAAAAKMFGlj5HBvc3QAAAUQAAAARgAAAHJoedjqd2ViZgAABVgAAAAGAAAABrO7W5UAAAABAAAAANXulPUAAAAA1r4hgAAAAADXu2Q1eNpjYGRgYOABYjEgZmJgBEIOIGYB8xgAA/YAN3jaY2BktGOcwMDKwMI4jTGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHFT/fLjFeOD/AQY9xjMMbkBhRpAcAN48DQYAeNpjYGBgZoBgGQZGBhDwAfIYwXwWBgMgzQGETAwMqn8+8H649f8/lHX9//9b7Pzf+fWgusCAkY0BzmUE6gHpQwGMDMMeAACbxg7SAAARAUQAAAAB//8AAnjadZBPSsNAGMXfS+yMqYgOhpSuSlKadmUhiVEhEMQzFF22m17BbbvzCh5BXCUn6EG8gjeQ4DepwYo4i+/ffL95j4EDA+CFC7jQuKyIeVHrI3wkleq9F7XrSInKteOeHdda8bOoaeepSc00NWPz/LRec9G8GabyGtEdF7h19z033GAMTK7zbM42xNEZpzYof0RtQ5CUHAQJ73OtVyutc+3b7Ou//b8XNlsPx3jgjUifABdhEohKJJL5iM5p39uqc7X1+sRQSqmGrUVhlsJ4lpmEUVwyT8SUYtg0P9DyNzPADDs+tjrGV6KRCRfsui3eHcL4/p8ZXvfMlcnEU+CLv7hDykOP+AKTPTxbAAB42mNgZGBgAGKuf5KP4vltvjLIMzGAwLV9ig0g+vruFFMQzdjACOJzMIClARh0CTJ42mNgZGBgPPD/AJD8wgAEjA0MjAyogAMAbOQEAQAAAAC7ABEAAAAAAKoAAAH0AAABgAAAAUAACAFAAAgAwAAXAAAAAAAAACoAKgAqADIAbACGAKAAugDSeNpjYGRgYOBkUGFgYgABEMkFhAwM/xn0QAIADdUBdAB42qWQvUoDQRSFv3GjaISUQaymSmGxJoGAsRC0iPYLsU50Y6IxrvlRtPCJJKUPIBb+PIHv4EN4djKuKAqCDHfmu+feOdwZoMCUAJNbAlYUMzaUlM14jjxbngOq7HnOia89z1Pk1vMCa9x7ztPkzfMyJbPj+ZGi6Xp+omxuPD+zaD7meaFg7mb8GrBqHmhwxoAxlm0uiRkpP9X5m26pKRoMxTGR1D49Dv/Yb/91o6l8qL6eu5n2hZQzn68utR9m3FU2cB4t9cdSLG2utI+44Eh/P9bqKO+oJ/WxmXssj77YkrjasZQD6SFddythk3Wtzrf+UF2p076Udla1VNzsERP3kkjVRKel7mp1udXYcHtZSlV7RfmJe1GiFWveluaeKD5/MuJcSk8Tpm/vvwPIbmJleNpjYGKAAFYG7ICTgYGRiZGZkYWRlZGNkZ2Rg5GTLT2nsiDDEEIZsZfmZRqZujmDaDcDAxcI7WIOpS2gtCWUdgQAZkcSmQAAAAFblbO6AAA=) format("woff");
  font-weight: normal;
  font-style: normal;
}

/* line 1470, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .dropdown.icon {
  font-family: 'Dropdown';
  line-height: 1;
  height: 1em;
  width: 1.23em;
  backface-visibility: hidden;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

/* line 1481, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .dropdown.icon {
  width: auto;
}

/* line 1484, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .dropdown.icon:before {
  content: '\f0d7';
}

/* Sub Menu */
/* line 1489, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .menu .item .dropdown.icon:before {
  content: "";
}

/* line 1492, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown .item .left.dropdown.icon:before,
.ui.dropdown .left.menu .item .dropdown.icon:before {
  content: "";
}

/* Vertical Menu Dropdown */
/* line 1498, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.vertical.menu .dropdown.item > .dropdown.icon:before {
  content: "";
}

/* line 1501, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss */
.ui.dropdown > .clear.icon:before {
  content: "\f00d";
}

/* Icons for Reference (Subsetted in 2.4.0)
  .dropdown.down:before { content: "\f0d7"; }
  .dropdown.up:before { content: "\f0d8"; }
  .dropdown.left:before { content: "\f0d9"; }
  .dropdown.right:before { content: "\f0da"; }
  .dropdown.close:before { content: "\f00d"; }
*/
/*******************************
        User Overrides
*******************************/
/*!
 * # Semantic UI 2.4.2 - Sidebar
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Sidebar
*******************************/
/* Sidebar Menu */
/* line 18, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  transition: none;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100% !important;
  max-height: 100%;
  border-radius: 0em !important;
  margin: 0em !important;
  overflow-y: auto !important;
  z-index: 102;
}

/* GPU Layers for Child Elements */
/* line 40, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.sidebar > * {
  backface-visibility: hidden;
}

/*--------------
   Direction
---------------*/
/* line 49, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.left.sidebar {
  right: auto;
  left: 0px;
  transform: translate3d(-100%, 0, 0);
}

/* line 55, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.right.sidebar {
  right: 0px !important;
  left: auto !important;
  transform: translate3d(100%, 0%, 0);
}

/* line 61, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.top.sidebar,
.ui.bottom.sidebar {
  width: 100% !important;
  height: auto !important;
}

/* line 66, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.top.sidebar {
  top: 0px !important;
  bottom: auto !important;
  transform: translate3d(0, -100%, 0);
}

/* line 72, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.bottom.sidebar {
  top: auto !important;
  bottom: 0px !important;
  transform: translate3d(0, 100%, 0);
}

/*--------------
     Pushable
---------------*/
/* line 83, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.pushable {
  height: 100%;
  overflow-x: hidden;
  padding: 0em !important;
}

/* Whole Page */
/* line 90, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
body.pushable {
  background: #545454 !important;
}

/* Page Context */
/* line 95, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.pushable:not(body) {
  transform: translate3d(0, 0, 0);
}

/* line 99, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.pushable:not(body) > .ui.sidebar,
.pushable:not(body) > .fixed,
.pushable:not(body) > .pusher:after {
  position: absolute;
}

/*--------------
     Fixed
---------------*/
/* line 109, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.pushable > .fixed {
  position: fixed;
  backface-visibility: hidden;
  transition: transform 500ms ease;
  will-change: transform;
  z-index: 101;
}

/*--------------
     Page
---------------*/
/* line 125, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.pushable > .pusher {
  position: relative;
  backface-visibility: hidden;
  overflow: hidden;
  min-height: 100%;
  transition: transform 500ms ease;
  z-index: 2;
}

/* line 137, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
body.pushable > .pusher {
  background: #FFFFFF;
}

/* Pusher should inherit background from context */
/* line 142, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.pushable > .pusher {
  background: inherit;
}

/*--------------
     Dimmer
---------------*/
/* line 150, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.pushable > .pusher:after {
  position: fixed;
  top: 0px;
  right: 0px;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  opacity: 0;
  transition: opacity 500ms;
  will-change: opacity;
  z-index: 1000;
}

/*--------------
    Coupling
---------------*/
/* line 168, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.sidebar.menu .item {
  border-radius: 0em !important;
}

/*******************************
            States
*******************************/
/*--------------
     Dimmed
---------------*/
/* line 182, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.pushable > .pusher.dimmed:after {
  width: 100% !important;
  height: 100% !important;
  opacity: 1 !important;
}

/*--------------
    Animating
---------------*/
/* line 192, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.animating.sidebar {
  visibility: visible;
}

/*--------------
     Visible
---------------*/
/* line 200, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.sidebar {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

/* Shadow Direction */
/* line 207, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.left.visible.sidebar,
.ui.right.visible.sidebar {
  box-shadow: 0px 0px 20px rgba(34, 36, 38, 0.15);
}

/* line 212, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.top.visible.sidebar,
.ui.bottom.visible.sidebar {
  box-shadow: 0px 0px 20px rgba(34, 36, 38, 0.15);
}

/* Visible On Load */
/* line 219, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.left.sidebar ~ .fixed,
.ui.visible.left.sidebar ~ .pusher {
  transform: translate3d(260px, 0, 0);
}

/* line 224, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.right.sidebar ~ .fixed,
.ui.visible.right.sidebar ~ .pusher {
  transform: translate3d(-260px, 0, 0);
}

/* line 229, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.top.sidebar ~ .fixed,
.ui.visible.top.sidebar ~ .pusher {
  transform: translate3d(0, 36px, 0);
}

/* line 234, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.bottom.sidebar ~ .fixed,
.ui.visible.bottom.sidebar ~ .pusher {
  transform: translate3d(0, -36px, 0);
}

/* opposite sides visible forces content overlay */
/* line 241, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .fixed,
.ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .pusher,
.ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .fixed,
.ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .pusher {
  transform: translate3d(0, 0, 0);
}

/*--------------
       iOS
---------------*/
/*******************************
          Variations
*******************************/
/*--------------
     Width
---------------*/
/* Left / Right */
/* line 266, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.thin.left.sidebar,
.ui.thin.right.sidebar {
  width: 150px;
}

/* line 270, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.left.sidebar[class*="very thin"],
.ui.right.sidebar[class*="very thin"] {
  width: 60px;
}

/* line 274, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.left.sidebar,
.ui.right.sidebar {
  width: 260px;
}

/* line 278, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.wide.left.sidebar,
.ui.wide.right.sidebar {
  width: 350px;
}

/* line 282, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.left.sidebar[class*="very wide"],
.ui.right.sidebar[class*="very wide"] {
  width: 475px;
}

/* Left Visible */
/* line 288, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.thin.left.sidebar ~ .fixed,
.ui.visible.thin.left.sidebar ~ .pusher {
  transform: translate3d(150px, 0, 0);
}

/* line 293, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.left.sidebar[class*="very thin"] ~ .fixed,
.ui.visible.left.sidebar[class*="very thin"] ~ .pusher {
  transform: translate3d(60px, 0, 0);
}

/* line 298, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.wide.left.sidebar ~ .fixed,
.ui.visible.wide.left.sidebar ~ .pusher {
  transform: translate3d(350px, 0, 0);
}

/* line 303, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.left.sidebar[class*="very wide"] ~ .fixed,
.ui.visible.left.sidebar[class*="very wide"] ~ .pusher {
  transform: translate3d(475px, 0, 0);
}

/* Right Visible */
/* line 310, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.thin.right.sidebar ~ .fixed,
.ui.visible.thin.right.sidebar ~ .pusher {
  transform: translate3d(-150px, 0, 0);
}

/* line 315, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.right.sidebar[class*="very thin"] ~ .fixed,
.ui.visible.right.sidebar[class*="very thin"] ~ .pusher {
  transform: translate3d(-60px, 0, 0);
}

/* line 320, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.wide.right.sidebar ~ .fixed,
.ui.visible.wide.right.sidebar ~ .pusher {
  transform: translate3d(-350px, 0, 0);
}

/* line 325, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.right.sidebar[class*="very wide"] ~ .fixed,
.ui.visible.right.sidebar[class*="very wide"] ~ .pusher {
  transform: translate3d(-475px, 0, 0);
}

/*******************************
          Animations
*******************************/
/*--------------
    Overlay
---------------*/
/* Set-up */
/* line 343, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.overlay.sidebar {
  z-index: 102;
}

/* Initial */
/* line 348, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.left.overlay.sidebar {
  transform: translate3d(-100%, 0%, 0);
}

/* line 352, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.right.overlay.sidebar {
  transform: translate3d(100%, 0%, 0);
}

/* line 356, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.top.overlay.sidebar {
  transform: translate3d(0%, -100%, 0);
}

/* line 360, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.bottom.overlay.sidebar {
  transform: translate3d(0%, 100%, 0);
}

/* Animation */
/* line 366, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.animating.ui.overlay.sidebar,
.ui.visible.overlay.sidebar {
  transition: transform 500ms ease;
}

/* End - Sidebar */
/* line 375, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.left.overlay.sidebar {
  transform: translate3d(0%, 0%, 0);
}

/* line 379, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.right.overlay.sidebar {
  transform: translate3d(0%, 0%, 0);
}

/* line 383, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.top.overlay.sidebar {
  transform: translate3d(0%, 0%, 0);
}

/* line 387, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.bottom.overlay.sidebar {
  transform: translate3d(0%, 0%, 0);
}

/* End - Pusher */
/* line 393, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.overlay.sidebar ~ .fixed,
.ui.visible.overlay.sidebar ~ .pusher {
  transform: none !important;
}

/*--------------
      Push
---------------*/
/* Initial */
/* line 405, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.push.sidebar {
  transition: transform 500ms ease;
  z-index: 102;
}

/* Sidebar - Initial */
/* line 414, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.left.push.sidebar {
  transform: translate3d(-100%, 0, 0);
}

/* line 418, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.right.push.sidebar {
  transform: translate3d(100%, 0, 0);
}

/* line 422, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.top.push.sidebar {
  transform: translate3d(0%, -100%, 0);
}

/* line 426, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.bottom.push.sidebar {
  transform: translate3d(0%, 100%, 0);
}

/* End */
/* line 432, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.push.sidebar {
  transform: translate3d(0%, 0, 0);
}

/*--------------
    Uncover
---------------*/
/* Initial */
/* line 443, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.uncover.sidebar {
  transform: translate3d(0, 0, 0);
  z-index: 1;
}

/* End */
/* line 450, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.uncover.sidebar {
  transform: translate3d(0, 0, 0);
  transition: transform 500ms ease;
}

/*--------------
   Slide Along
---------------*/
/* Initial */
/* line 465, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.slide.along.sidebar {
  z-index: 1;
}

/* Sidebar - Initial */
/* line 470, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.left.slide.along.sidebar {
  transform: translate3d(-50%, 0, 0);
}

/* line 474, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.right.slide.along.sidebar {
  transform: translate3d(50%, 0, 0);
}

/* line 478, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.top.slide.along.sidebar {
  transform: translate3d(0, -50%, 0);
}

/* line 482, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.bottom.slide.along.sidebar {
  transform: translate3d(0%, 50%, 0);
}

/* Animation */
/* line 488, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.animating.slide.along.sidebar {
  transition: transform 500ms ease;
}

/* End */
/* line 496, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.slide.along.sidebar {
  transform: translate3d(0%, 0, 0);
}

/*--------------
   Slide Out
---------------*/
/* Initial */
/* line 507, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.slide.out.sidebar {
  z-index: 1;
}

/* Sidebar - Initial */
/* line 512, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.left.slide.out.sidebar {
  transform: translate3d(50%, 0, 0);
}

/* line 516, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.right.slide.out.sidebar {
  transform: translate3d(-50%, 0, 0);
}

/* line 520, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.top.slide.out.sidebar {
  transform: translate3d(0%, 50%, 0);
}

/* line 524, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.bottom.slide.out.sidebar {
  transform: translate3d(0%, -50%, 0);
}

/* Animation */
/* line 530, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.animating.slide.out.sidebar {
  transition: transform 500ms ease;
}

/* End */
/* line 538, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.slide.out.sidebar {
  transform: translate3d(0%, 0, 0);
}

/*--------------
   Scale Down
---------------*/
/* Initial */
/* line 549, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.scale.down.sidebar {
  transition: transform 500ms ease;
  z-index: 102;
}

/* Sidebar - Initial  */
/* line 558, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.left.scale.down.sidebar {
  transform: translate3d(-100%, 0, 0);
}

/* line 562, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.right.scale.down.sidebar {
  transform: translate3d(100%, 0, 0);
}

/* line 566, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.top.scale.down.sidebar {
  transform: translate3d(0%, -100%, 0);
}

/* line 570, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.bottom.scale.down.sidebar {
  transform: translate3d(0%, 100%, 0);
}

/* Pusher - Initial */
/* line 576, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.scale.down.left.sidebar ~ .pusher {
  transform-origin: 75% 50%;
}

/* line 580, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.scale.down.right.sidebar ~ .pusher {
  transform-origin: 25% 50%;
}

/* line 584, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.scale.down.top.sidebar ~ .pusher {
  transform-origin: 50% 75%;
}

/* line 588, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.scale.down.bottom.sidebar ~ .pusher {
  transform-origin: 50% 25%;
}

/* Animation */
/* line 594, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.animating.scale.down > .visible.ui.sidebar {
  transition: transform 500ms ease;
}

/* line 600, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.scale.down.sidebar ~ .pusher,
.ui.animating.scale.down.sidebar ~ .pusher {
  display: block !important;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}

/* End */
/* line 609, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.scale.down.sidebar {
  transform: translate3d(0, 0, 0);
}

/* line 613, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss */
.ui.visible.scale.down.sidebar ~ .pusher {
  transform: scale(0.75);
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.4.2 - Label
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Label
*******************************/
/* line 16, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label {
  display: inline-block;
  line-height: 1;
  vertical-align: baseline;
  margin: 0em 0.14285714em;
  background-color: #E8E8E8;
  background-image: none;
  padding: 0.5833em 0.833em;
  color: rgba(0, 0, 0, 0.6);
  text-transform: none;
  font-weight: bold;
  border: 0px solid transparent;
  border-radius: 0.28571429rem;
  transition: background 0.1s ease;
}

/* line 32, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label:first-child {
  margin-left: 0em;
}

/* line 35, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label:last-child {
  margin-right: 0em;
}

/* Link */
/* line 40, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
a.ui.label {
  cursor: pointer;
}

/* Inside Link */
/* line 45, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label > a {
  cursor: pointer;
  color: inherit;
  opacity: 0.5;
  transition: 0.1s opacity ease;
}

/* line 52, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label > a:hover {
  opacity: 1;
}

/* Image */
/* line 57, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label > img {
  width: auto !important;
  vertical-align: middle;
  height: 2.1666em !important;
}

/* Icon */
/* line 64, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label > .icon {
  width: auto;
  margin: 0em 0.75em 0em 0em;
}

/* Detail */
/* line 70, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label > .detail {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  margin-left: 1em;
  opacity: 0.8;
}

/* line 77, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label > .detail .icon {
  margin: 0em 0.25em 0em 0em;
}

/* Removable label */
/* line 82, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label > .close.icon,
.ui.label > .delete.icon {
  cursor: pointer;
  margin-right: 0em;
  margin-left: 0.5em;
  font-size: 0.92857143em;
  opacity: 0.5;
  transition: background 0.1s ease;
}

/* line 92, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label > .delete.icon:hover {
  opacity: 1;
}

/*-------------------
       Group
--------------------*/
/* line 100, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.labels > .label {
  margin: 0em 0.5em 0.5em 0em;
}

/*-------------------
       Coupling
--------------------*/
/* line 108, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.header > .ui.label {
  margin-top: -0.29165em;
}

/* Remove border radius on attached segment */
/* line 113, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.attached.segment > .ui.top.left.attached.label,
.ui.bottom.attached.segment > .ui.top.left.attached.label {
  border-top-left-radius: 0;
}

/* line 117, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.attached.segment > .ui.top.right.attached.label,
.ui.bottom.attached.segment > .ui.top.right.attached.label {
  border-top-right-radius: 0;
}

/* line 121, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.top.attached.segment > .ui.bottom.left.attached.label {
  border-bottom-left-radius: 0;
}

/* line 124, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.top.attached.segment > .ui.bottom.right.attached.label {
  border-bottom-right-radius: 0;
}

/* Padding on next content after a label */
/* line 129, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.top.attached.label:first-child + :not(.attached),
.ui.top.attached.label + [class*="right floated"] + * {
  margin-top: 2rem !important;
}

/* line 133, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.bottom.attached.label:first-child ~ :last-child:not(.attached) {
  margin-top: 0em;
  margin-bottom: 2rem !important;
}

/*******************************
             Types
*******************************/
/* line 143, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.image.label {
  width: auto !important;
  margin-top: 0em;
  margin-bottom: 0em;
  max-width: 9999px;
  vertical-align: baseline;
  text-transform: none;
  background: #E8E8E8;
  padding: 0.5833em 0.833em 0.5833em 0.5em;
  border-radius: 0.28571429rem;
  box-shadow: none;
}

/* line 156, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.image.label img {
  display: inline-block;
  vertical-align: top;
  height: 2.1666em;
  margin: -0.5833em 0.5em -0.5833em -0.5em;
  border-radius: 0.28571429rem 0em 0em 0.28571429rem;
}

/* line 163, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.image.label .detail {
  background: rgba(0, 0, 0, 0.1);
  margin: -0.5833em -0.833em -0.5833em 0.5em;
  padding: 0.5833em 0.833em;
  border-radius: 0em 0.28571429rem 0.28571429rem 0em;
}

/*-------------------
         Tag
--------------------*/
/* line 174, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.tag.labels .label,
.ui.tag.label {
  margin-left: 1em;
  position: relative;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border-radius: 0em 0.28571429rem 0.28571429rem 0em;
  transition: none;
}

/* line 184, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.tag.labels .label:before,
.ui.tag.label:before {
  position: absolute;
  transform: translateY(-50%) translateX(50%) rotate(-45deg);
  top: 50%;
  right: 100%;
  content: '';
  background-color: inherit;
  background-image: none;
  width: 1.56em;
  height: 1.56em;
  transition: none;
}

/* line 199, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.tag.labels .label:after,
.ui.tag.label:after {
  position: absolute;
  content: '';
  top: 50%;
  left: -0.25em;
  margin-top: -0.25em;
  background-color: #FFFFFF !important;
  width: 0.5em;
  height: 0.5em;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
  border-radius: 500rem;
}

/*-------------------
    Corner Label
--------------------*/
/* line 218, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.corner.label {
  position: absolute;
  top: 0em;
  right: 0em;
  margin: 0em;
  padding: 0em;
  text-align: center;
  border-color: #E8E8E8;
  width: 4em;
  height: 4em;
  z-index: 1;
  transition: border-color 0.1s ease;
}

/* Icon Label */
/* line 234, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.corner.label {
  background-color: transparent !important;
}

/* line 237, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.corner.label:after {
  position: absolute;
  content: "";
  right: 0em;
  top: 0em;
  z-index: -1;
  width: 0em;
  height: 0em;
  background-color: transparent !important;
  border-top: 0em solid transparent;
  border-right: 4em solid transparent;
  border-bottom: 4em solid transparent;
  border-left: 0em solid transparent;
  border-right-color: inherit;
  transition: border-color 0.1s ease;
}

/* line 254, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.corner.label .icon {
  cursor: default;
  position: relative;
  top: 0.64285714em;
  left: 0.78571429em;
  font-size: 1.14285714em;
  margin: 0em;
}

/* Left Corner */
/* line 264, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.left.corner.label,
.ui.left.corner.label:after {
  right: auto;
  left: 0em;
}

/* line 269, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.left.corner.label:after {
  border-top: 4em solid transparent;
  border-right: 4em solid transparent;
  border-bottom: 0em solid transparent;
  border-left: 0em solid transparent;
  border-top-color: inherit;
}

/* line 276, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.left.corner.label .icon {
  left: -0.78571429em;
}

/* Segment */
/* line 281, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.segment > .ui.corner.label {
  top: -1px;
  right: -1px;
}

/* line 285, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.segment > .ui.left.corner.label {
  right: auto;
  left: -1px;
}

/*-------------------
       Ribbon
--------------------*/
/* line 294, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ribbon.label {
  position: relative;
  margin: 0em;
  min-width: -moz-max-content;
  min-width: max-content;
  border-radius: 0em 0.28571429rem 0.28571429rem 0em;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 303, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ribbon.label:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0%;
  background-color: transparent !important;
  border-style: solid;
  border-width: 0em 1.2em 1.2em 0em;
  border-color: transparent;
  border-right-color: inherit;
  width: 0em;
  height: 0em;
}

/* Positioning */
/* line 318, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.ribbon.label {
  left: calc(-1rem - 1.2em);
  margin-right: -1.2em;
  padding-left: calc(1rem + 1.2em);
  padding-right: 1.2em;
}

/* line 324, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label[class*="right ribbon"] {
  left: calc(100% + 1rem + 1.2em);
  padding-left: 1.2em;
  padding-right: calc(1rem + 1.2em);
}

/* Right Ribbon */
/* line 331, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label[class*="right ribbon"] {
  text-align: left;
  transform: translateX(-100%);
  border-radius: 0.28571429rem 0em 0em 0.28571429rem;
}

/* line 337, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label[class*="right ribbon"]:after {
  left: auto;
  right: 0%;
  border-style: solid;
  border-width: 1.2em 1.2em 0em 0em;
  border-color: transparent;
  border-top-color: inherit;
}

/* Inside Table */
/* line 347, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.image > .ribbon.label,
.ui.card .image > .ribbon.label {
  position: absolute;
  top: 1rem;
}

/* line 352, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.card .image > .ui.ribbon.label,
.ui.image > .ui.ribbon.label {
  left: calc(--0.05rem - 1.2em);
}

/* line 356, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.card .image > .ui.label[class*="right ribbon"],
.ui.image > .ui.label[class*="right ribbon"] {
  left: calc(100% + -0.05rem + 1.2em);
  padding-left: 0.833em;
}

/* Inside Table */
/* line 363, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.table td > .ui.ribbon.label {
  left: calc(-0.78571429em - 1.2em);
}

/* line 366, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.table td > .ui.label[class*="right ribbon"] {
  left: calc(100% + 0.78571429em + 1.2em);
  padding-left: 0.833em;
}

/*-------------------
      Attached
--------------------*/
/* line 375, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label[class*="top attached"],
.ui.attached.label {
  width: 100%;
  position: absolute;
  margin: 0em;
  top: 0em;
  left: 0em;
  padding: 0.75em 1em;
  border-radius: 0.21428571rem 0.21428571rem 0em 0em;
}

/* line 385, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label[class*="bottom attached"] {
  top: auto;
  bottom: 0em;
  border-radius: 0em 0em 0.21428571rem 0.21428571rem;
}

/* line 390, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label[class*="top left attached"] {
  width: auto;
  margin-top: 0em !important;
  border-radius: 0.21428571rem 0em 0.28571429rem 0em;
}

/* line 395, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label[class*="top right attached"] {
  width: auto;
  left: auto;
  right: 0em;
  border-radius: 0em 0.21428571rem 0em 0.28571429rem;
}

/* line 401, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label[class*="bottom left attached"] {
  width: auto;
  top: auto;
  bottom: 0em;
  border-radius: 0em 0.28571429rem 0em 0.21428571rem;
}

/* line 407, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label[class*="bottom right attached"] {
  top: auto;
  bottom: 0em;
  left: auto;
  right: 0em;
  width: auto;
  border-radius: 0.28571429rem 0em 0.21428571rem 0em;
}

/*******************************
             States
*******************************/
/*-------------------
      Disabled
--------------------*/
/* line 426, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label.disabled {
  opacity: 0.5;
}

/*-------------------
        Hover
--------------------*/
/* line 434, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
a.ui.labels .label:hover,
a.ui.label:hover {
  background-color: #E0E0E0;
  border-color: #E0E0E0;
  background-image: none;
  color: rgba(0, 0, 0, 0.8);
}

/* line 441, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.labels a.label:hover:before,
a.ui.label:hover:before {
  color: rgba(0, 0, 0, 0.8);
}

/*-------------------
        Active
--------------------*/
/* line 450, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.active.label {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  background-image: none;
  color: rgba(0, 0, 0, 0.95);
}

/* line 456, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.active.label:before {
  background-color: #D0D0D0;
  background-image: none;
  color: rgba(0, 0, 0, 0.95);
}

/*-------------------
     Active Hover
--------------------*/
/* line 466, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
a.ui.labels .active.label:hover,
a.ui.active.label:hover {
  background-color: #C8C8C8;
  border-color: #C8C8C8;
  background-image: none;
  color: rgba(0, 0, 0, 0.95);
}

/* line 473, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.labels a.active.label:ActiveHover:before,
a.ui.active.label:ActiveHover:before {
  background-color: #C8C8C8;
  background-image: none;
  color: rgba(0, 0, 0, 0.95);
}

/*-------------------
      Visible
--------------------*/
/* line 484, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.labels.visible .label,
.ui.label.visible:not(.dropdown) {
  display: inline-block !important;
}

/*-------------------
      Hidden
--------------------*/
/* line 493, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.labels.hidden .label,
.ui.label.hidden {
  display: none !important;
}

/*******************************
           Variations
*******************************/
/*-------------------
       Colors
--------------------*/
/*--- Red ---*/
/* line 511, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.red.labels .label,
.ui.red.label {
  background-color: #DB2828 !important;
  border-color: #DB2828 !important;
  color: #FFFFFF !important;
}

/* Link */
/* line 519, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.red.labels .label:hover,
a.ui.red.label:hover {
  background-color: #d01919 !important;
  border-color: #d01919 !important;
  color: #FFFFFF !important;
}

/* Corner */
/* line 527, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.red.corner.label,
.ui.red.corner.label:hover {
  background-color: transparent !important;
}

/* Ribbon */
/* line 533, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.red.ribbon.label {
  border-color: #b21e1e !important;
}

/* Basic */
/* line 538, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.red.label {
  background: none #FFFFFF !important;
  color: #DB2828 !important;
  border-color: #DB2828 !important;
}

/* line 543, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.red.labels a.label:hover,
a.ui.basic.red.label:hover {
  background-color: #FFFFFF !important;
  color: #d01919 !important;
  border-color: #d01919 !important;
}

/*--- Orange ---*/
/* line 552, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.orange.labels .label,
.ui.orange.label {
  background-color: #F2711C !important;
  border-color: #F2711C !important;
  color: #FFFFFF !important;
}

/* Link */
/* line 560, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.orange.labels .label:hover,
a.ui.orange.label:hover {
  background-color: #f26202 !important;
  border-color: #f26202 !important;
  color: #FFFFFF !important;
}

/* Corner */
/* line 568, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.orange.corner.label,
.ui.orange.corner.label:hover {
  background-color: transparent !important;
}

/* Ribbon */
/* line 574, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.orange.ribbon.label {
  border-color: #cf590c !important;
}

/* Basic */
/* line 579, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.orange.label {
  background: none #FFFFFF !important;
  color: #F2711C !important;
  border-color: #F2711C !important;
}

/* line 584, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.orange.labels a.label:hover,
a.ui.basic.orange.label:hover {
  background-color: #FFFFFF !important;
  color: #f26202 !important;
  border-color: #f26202 !important;
}

/*--- Yellow ---*/
/* line 593, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.yellow.labels .label,
.ui.yellow.label {
  background-color: #FBBD08 !important;
  border-color: #FBBD08 !important;
  color: #FFFFFF !important;
}

/* Link */
/* line 601, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.yellow.labels .label:hover,
a.ui.yellow.label:hover {
  background-color: #eaae00 !important;
  border-color: #eaae00 !important;
  color: #FFFFFF !important;
}

/* Corner */
/* line 609, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.yellow.corner.label,
.ui.yellow.corner.label:hover {
  background-color: transparent !important;
}

/* Ribbon */
/* line 615, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.yellow.ribbon.label {
  border-color: #cd9903 !important;
}

/* Basic */
/* line 620, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.yellow.label {
  background: none #FFFFFF !important;
  color: #FBBD08 !important;
  border-color: #FBBD08 !important;
}

/* line 625, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.yellow.labels a.label:hover,
a.ui.basic.yellow.label:hover {
  background-color: #FFFFFF !important;
  color: #eaae00 !important;
  border-color: #eaae00 !important;
}

/*--- Olive ---*/
/* line 634, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.olive.labels .label,
.ui.olive.label {
  background-color: #B5CC18 !important;
  border-color: #B5CC18 !important;
  color: #FFFFFF !important;
}

/* Link */
/* line 642, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.olive.labels .label:hover,
a.ui.olive.label:hover {
  background-color: #a7bd0d !important;
  border-color: #a7bd0d !important;
  color: #FFFFFF !important;
}

/* Corner */
/* line 650, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.olive.corner.label,
.ui.olive.corner.label:hover {
  background-color: transparent !important;
}

/* Ribbon */
/* line 656, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.olive.ribbon.label {
  border-color: #198f35 !important;
}

/* Basic */
/* line 661, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.olive.label {
  background: none #FFFFFF !important;
  color: #B5CC18 !important;
  border-color: #B5CC18 !important;
}

/* line 666, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.olive.labels a.label:hover,
a.ui.basic.olive.label:hover {
  background-color: #FFFFFF !important;
  color: #a7bd0d !important;
  border-color: #a7bd0d !important;
}

/*--- Green ---*/
/* line 675, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.green.labels .label,
.ui.green.label {
  background-color: #21BA45 !important;
  border-color: #21BA45 !important;
  color: #FFFFFF !important;
}

/* Link */
/* line 683, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.green.labels .label:hover,
a.ui.green.label:hover {
  background-color: #16ab39 !important;
  border-color: #16ab39 !important;
  color: #FFFFFF !important;
}

/* Corner */
/* line 691, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.green.corner.label,
.ui.green.corner.label:hover {
  background-color: transparent !important;
}

/* Ribbon */
/* line 697, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.green.ribbon.label {
  border-color: #198f35 !important;
}

/* Basic */
/* line 702, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.green.label {
  background: none #FFFFFF !important;
  color: #21BA45 !important;
  border-color: #21BA45 !important;
}

/* line 707, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.green.labels a.label:hover,
a.ui.basic.green.label:hover {
  background-color: #FFFFFF !important;
  color: #16ab39 !important;
  border-color: #16ab39 !important;
}

/*--- Teal ---*/
/* line 716, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.teal.labels .label,
.ui.teal.label {
  background-color: #00B5AD !important;
  border-color: #00B5AD !important;
  color: #FFFFFF !important;
}

/* Link */
/* line 724, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.teal.labels .label:hover,
a.ui.teal.label:hover {
  background-color: #009c95 !important;
  border-color: #009c95 !important;
  color: #FFFFFF !important;
}

/* Corner */
/* line 732, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.teal.corner.label,
.ui.teal.corner.label:hover {
  background-color: transparent !important;
}

/* Ribbon */
/* line 738, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.teal.ribbon.label {
  border-color: #00827c !important;
}

/* Basic */
/* line 743, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.teal.label {
  background: none #FFFFFF !important;
  color: #00B5AD !important;
  border-color: #00B5AD !important;
}

/* line 748, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.teal.labels a.label:hover,
a.ui.basic.teal.label:hover {
  background-color: #FFFFFF !important;
  color: #009c95 !important;
  border-color: #009c95 !important;
}

/*--- Blue ---*/
/* line 757, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.blue.labels .label,
.ui.blue.label {
  background-color: #2185D0 !important;
  border-color: #2185D0 !important;
  color: #FFFFFF !important;
}

/* Link */
/* line 765, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.blue.labels .label:hover,
a.ui.blue.label:hover {
  background-color: #1678c2 !important;
  border-color: #1678c2 !important;
  color: #FFFFFF !important;
}

/* Corner */
/* line 773, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.blue.corner.label,
.ui.blue.corner.label:hover {
  background-color: transparent !important;
}

/* Ribbon */
/* line 779, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.blue.ribbon.label {
  border-color: #1a69a4 !important;
}

/* Basic */
/* line 784, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.blue.label {
  background: none #FFFFFF !important;
  color: #2185D0 !important;
  border-color: #2185D0 !important;
}

/* line 789, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.blue.labels a.label:hover,
a.ui.basic.blue.label:hover {
  background-color: #FFFFFF !important;
  color: #1678c2 !important;
  border-color: #1678c2 !important;
}

/*--- Violet ---*/
/* line 798, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.violet.labels .label,
.ui.violet.label {
  background-color: #6435C9 !important;
  border-color: #6435C9 !important;
  color: #FFFFFF !important;
}

/* Link */
/* line 806, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.violet.labels .label:hover,
a.ui.violet.label:hover {
  background-color: #5829bb !important;
  border-color: #5829bb !important;
  color: #FFFFFF !important;
}

/* Corner */
/* line 814, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.violet.corner.label,
.ui.violet.corner.label:hover {
  background-color: transparent !important;
}

/* Ribbon */
/* line 820, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.violet.ribbon.label {
  border-color: #502aa1 !important;
}

/* Basic */
/* line 825, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.violet.label {
  background: none #FFFFFF !important;
  color: #6435C9 !important;
  border-color: #6435C9 !important;
}

/* line 830, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.violet.labels a.label:hover,
a.ui.basic.violet.label:hover {
  background-color: #FFFFFF !important;
  color: #5829bb !important;
  border-color: #5829bb !important;
}

/*--- Purple ---*/
/* line 839, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.purple.labels .label,
.ui.purple.label {
  background-color: #A333C8 !important;
  border-color: #A333C8 !important;
  color: #FFFFFF !important;
}

/* Link */
/* line 847, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.purple.labels .label:hover,
a.ui.purple.label:hover {
  background-color: #9627ba !important;
  border-color: #9627ba !important;
  color: #FFFFFF !important;
}

/* Corner */
/* line 855, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.purple.corner.label,
.ui.purple.corner.label:hover {
  background-color: transparent !important;
}

/* Ribbon */
/* line 861, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.purple.ribbon.label {
  border-color: #82299f !important;
}

/* Basic */
/* line 866, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.purple.label {
  background: none #FFFFFF !important;
  color: #A333C8 !important;
  border-color: #A333C8 !important;
}

/* line 871, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.purple.labels a.label:hover,
a.ui.basic.purple.label:hover {
  background-color: #FFFFFF !important;
  color: #9627ba !important;
  border-color: #9627ba !important;
}

/*--- Pink ---*/
/* line 880, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.pink.labels .label,
.ui.pink.label {
  background-color: #E03997 !important;
  border-color: #E03997 !important;
  color: #FFFFFF !important;
}

/* Link */
/* line 888, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.pink.labels .label:hover,
a.ui.pink.label:hover {
  background-color: #e61a8d !important;
  border-color: #e61a8d !important;
  color: #FFFFFF !important;
}

/* Corner */
/* line 896, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.pink.corner.label,
.ui.pink.corner.label:hover {
  background-color: transparent !important;
}

/* Ribbon */
/* line 902, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.pink.ribbon.label {
  border-color: #c71f7e !important;
}

/* Basic */
/* line 907, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.pink.label {
  background: none #FFFFFF !important;
  color: #E03997 !important;
  border-color: #E03997 !important;
}

/* line 912, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.pink.labels a.label:hover,
a.ui.basic.pink.label:hover {
  background-color: #FFFFFF !important;
  color: #e61a8d !important;
  border-color: #e61a8d !important;
}

/*--- Brown ---*/
/* line 921, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.brown.labels .label,
.ui.brown.label {
  background-color: #A5673F !important;
  border-color: #A5673F !important;
  color: #FFFFFF !important;
}

/* Link */
/* line 929, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.brown.labels .label:hover,
a.ui.brown.label:hover {
  background-color: #975b33 !important;
  border-color: #975b33 !important;
  color: #FFFFFF !important;
}

/* Corner */
/* line 937, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.brown.corner.label,
.ui.brown.corner.label:hover {
  background-color: transparent !important;
}

/* Ribbon */
/* line 943, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.brown.ribbon.label {
  border-color: #805031 !important;
}

/* Basic */
/* line 948, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.brown.label {
  background: none #FFFFFF !important;
  color: #A5673F !important;
  border-color: #A5673F !important;
}

/* line 953, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.brown.labels a.label:hover,
a.ui.basic.brown.label:hover {
  background-color: #FFFFFF !important;
  color: #975b33 !important;
  border-color: #975b33 !important;
}

/*--- Grey ---*/
/* line 962, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.grey.labels .label,
.ui.grey.label {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #FFFFFF !important;
}

/* Link */
/* line 970, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.grey.labels .label:hover,
a.ui.grey.label:hover {
  background-color: #838383 !important;
  border-color: #838383 !important;
  color: #FFFFFF !important;
}

/* Corner */
/* line 978, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.grey.corner.label,
.ui.grey.corner.label:hover {
  background-color: transparent !important;
}

/* Ribbon */
/* line 984, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.grey.ribbon.label {
  border-color: #805031 !important;
}

/* Basic */
/* line 989, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.grey.label {
  background: none #FFFFFF !important;
  color: #767676 !important;
  border-color: #767676 !important;
}

/* line 994, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.grey.labels a.label:hover,
a.ui.basic.grey.label:hover {
  background-color: #FFFFFF !important;
  color: #838383 !important;
  border-color: #838383 !important;
}

/*--- Black ---*/
/* line 1003, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.black.labels .label,
.ui.black.label {
  background-color: #1B1C1D !important;
  border-color: #1B1C1D !important;
  color: #FFFFFF !important;
}

/* Link */
/* line 1011, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.black.labels .label:hover,
a.ui.black.label:hover {
  background-color: #27292a !important;
  border-color: #27292a !important;
  color: #FFFFFF !important;
}

/* Corner */
/* line 1019, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.black.corner.label,
.ui.black.corner.label:hover {
  background-color: transparent !important;
}

/* Ribbon */
/* line 1025, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.black.ribbon.label {
  border-color: #805031 !important;
}

/* Basic */
/* line 1030, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.black.label {
  background: none #FFFFFF !important;
  color: #1B1C1D !important;
  border-color: #1B1C1D !important;
}

/* line 1035, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.black.labels a.label:hover,
a.ui.basic.black.label:hover {
  background-color: #FFFFFF !important;
  color: #27292a !important;
  border-color: #27292a !important;
}

/*-------------------
        Basic
--------------------*/
/* line 1046, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.label {
  background: none #FFFFFF;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  box-shadow: none;
}

/* Link */
/* line 1055, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
a.ui.basic.label:hover {
  text-decoration: none;
  background: none #FFFFFF;
  color: #1e70bf;
  box-shadow: 1px solid rgba(34, 36, 38, 0.15);
  box-shadow: none;
}

/* Pointing */
/* line 1066, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.pointing.label:before {
  border-color: inherit;
}

/*-------------------
       Fluid
--------------------*/
/* line 1074, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label.fluid,
.ui.fluid.labels > .label {
  width: 100%;
  box-sizing: border-box;
}

/*-------------------
       Inverted
--------------------*/
/* line 1085, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.inverted.labels .label,
.ui.inverted.label {
  color: rgba(255, 255, 255, 0.9) !important;
}

/*-------------------
     Horizontal
--------------------*/
/* line 1094, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.horizontal.labels .label,
.ui.horizontal.label {
  margin: 0em 0.5em 0em 0em;
  padding: 0.4em 0.833em;
  min-width: 3em;
  text-align: center;
}

/*-------------------
       Circular
--------------------*/
/* line 1106, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.circular.labels .label,
.ui.circular.label {
  min-width: 2em;
  min-height: 2em;
  padding: 0.5em !important;
  line-height: 1em;
  text-align: center;
  border-radius: 500rem;
}

/* line 1115, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.empty.circular.labels .label,
.ui.empty.circular.label {
  min-width: 0em;
  min-height: 0em;
  overflow: hidden;
  width: 0.5em;
  height: 0.5em;
  vertical-align: baseline;
}

/*-------------------
       Pointing
--------------------*/
/* line 1129, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.pointing.label {
  position: relative;
}

/* line 1132, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.attached.pointing.label {
  position: absolute;
}

/* line 1135, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.pointing.label:before {
  background-color: inherit;
  background-image: inherit;
  border-width: none;
  border-style: solid;
  border-color: inherit;
}

/* Arrow */
/* line 1144, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.pointing.label:before {
  position: absolute;
  content: '';
  transform: rotate(45deg);
  background-image: none;
  z-index: 2;
  width: 0.6666em;
  height: 0.6666em;
  transition: background 0.1s ease;
}

/*--- Above ---*/
/* line 1159, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.pointing.label,
.ui.label[class*="pointing above"] {
  margin-top: 1em;
}

/* line 1163, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.pointing.label:before,
.ui.label[class*="pointing above"]:before {
  border-width: 1px 0px 0px 1px;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  top: 0%;
  left: 50%;
}

/*--- Below ---*/
/* line 1174, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label[class*="bottom pointing"],
.ui.label[class*="pointing below"] {
  margin-top: 0em;
  margin-bottom: 1em;
}

/* line 1179, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label[class*="bottom pointing"]:before,
.ui.label[class*="pointing below"]:before {
  border-width: 0px 1px 1px 0px;
  top: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  top: 100%;
  left: 50%;
}

/*--- Left ---*/
/* line 1192, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label[class*="left pointing"] {
  margin-top: 0em;
  margin-left: 0.6666em;
}

/* line 1196, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label[class*="left pointing"]:before {
  border-width: 0px 0px 1px 1px;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  bottom: auto;
  right: auto;
  top: 50%;
  left: 0em;
}

/*--- Right ---*/
/* line 1208, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label[class*="right pointing"] {
  margin-top: 0em;
  margin-right: 0.6666em;
}

/* line 1212, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.label[class*="right pointing"]:before {
  border-width: 1px 1px 0px 0px;
  transform: translateX(50%) translateY(-50%) rotate(45deg);
  top: 50%;
  right: 0%;
  bottom: auto;
  left: auto;
}

/* Basic Pointing */
/*--- Above ---*/
/* line 1226, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.pointing.label:before,
.ui.basic.label[class*="pointing above"]:before {
  margin-top: -1px;
}

/*--- Below ---*/
/* line 1233, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.label[class*="bottom pointing"]:before,
.ui.basic.label[class*="pointing below"]:before {
  bottom: auto;
  top: 100%;
  margin-top: 1px;
}

/*--- Left ---*/
/* line 1242, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.label[class*="left pointing"]:before {
  top: 50%;
  left: -1px;
}

/*--- Right ---*/
/* line 1249, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.basic.label[class*="right pointing"]:before {
  top: 50%;
  right: -1px;
}

/*------------------
   Floating Label
-------------------*/
/* line 1258, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.floating.label {
  position: absolute;
  z-index: 100;
  top: -1em;
  left: 100%;
  margin: 0em 0em 0em -1.5em !important;
}

/*-------------------
        Sizes
--------------------*/
/* line 1270, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.mini.labels .label,
.ui.mini.label {
  font-size: 0.64285714rem;
}

/* line 1274, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.tiny.labels .label,
.ui.tiny.label {
  font-size: 0.71428571rem;
}

/* line 1278, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.small.labels .label,
.ui.small.label {
  font-size: 0.78571429rem;
}

/* line 1282, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.labels .label,
.ui.label {
  font-size: 0.85714286rem;
}

/* line 1286, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.large.labels .label,
.ui.large.label {
  font-size: 1rem;
}

/* line 1290, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.big.labels .label,
.ui.big.label {
  font-size: 1.28571429rem;
}

/* line 1294, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.huge.labels .label,
.ui.huge.label {
  font-size: 1.42857143rem;
}

/* line 1298, ../usr/local/bundle/gems/semantic-ui-sass-2.4.4.0/app/assets/stylesheets/semantic-ui/elements/_label.scss */
.ui.massive.labels .label,
.ui.massive.label {
  font-size: 1.71428571rem;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 1, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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: #36777e;
  --secondary: #e89d2c;
  --success: #009245;
  --info: #32a3e6;
  --warning: #ffc107;
  --danger: #b63a3a;
  --light: #fff;
  --dark: #343a40;
  --gray: #afafb2;
  --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, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 35, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 114, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 129, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 136, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 143, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 147, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 152, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 156, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 161, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
small {
  font-size: 80%;
}

/* line 170, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 178, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 179, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 186, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #36777e;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:hover {
  color: #499fa7;
  text-decoration: underline;
}

/* line 202, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 217, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 225, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 242, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 252, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 257, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 269, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 273, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 285, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 296, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 305, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 315, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 319, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 330, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 335, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 343, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 350, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 358, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 371, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 378, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 386, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 393, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 399, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 414, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 426, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 431, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 436, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 449, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 458, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 467, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 471, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 476, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
template {
  display: none;
}

/* line 482, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 95, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 117, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 122, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 22, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 61, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 61, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 61, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 61, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 10px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fbfbfb;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c7d9db;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #96b8bc;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #b7ced1;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b7ced1;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f9e4c4;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #f3cc91;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #f7d9ad;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #f7d9ad;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8e0cb;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7ac69e;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #a6d8be;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a6d8be;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #c6e5f8;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #94cff2;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #afdbf5;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #afdbf5;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ebc8c8;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #d99999;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #e4b5b5;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #e4b5b5;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: white;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: white;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #f2f2f2;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f2f2f2;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: #e9e9e9;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-gray th,
.table-gray td,
.table-gray thead th,
.table-gray tbody + tbody {
  border-color: #d5d5d7;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-gray:hover {
  background-color: gainsboro;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th {
  background-color: gainsboro;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 114, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 122, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-light th {
  color: #10163c;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 130, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 134, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

/* line 140, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 145, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 171, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 171, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 171, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 171, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 171, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 179, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-control {
    transition: none;
  }
}

/* line 28, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #71bac2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(54, 119, 126, 0.25);
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 72, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 97, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 105, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 112, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 125, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 137, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 152, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 160, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 170, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 176, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 185, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 189, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 199, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 205, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 217, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 223, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 229, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 235, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 239, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 246, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #009245;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 5px 15px;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 146, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-row > .col > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #009245;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23009245' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 93, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #009245;
  box-shadow: 0 0 0 0.2rem rgba(0, 146, 69, 0.25);
}

/* line 33, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 33, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #009245;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23009245' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

/* line 129, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #009245;
  box-shadow: 0 0 0 0.2rem rgba(0, 146, 69, 0.25);
}

/* line 138, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #009245;
}

/* line 142, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 150, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #009245;
}

/* line 153, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 {
  border-color: #009245;
}

/* line 159, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 {
  border-color: #00c55d;
  background-color: #00c55d;
}

/* line 166, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 0.2rem rgba(0, 146, 69, 0.25);
}

/* line 170, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #009245;
}

/* line 180, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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: #009245;
}

/* line 185, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 {
  border-color: #009245;
  box-shadow: 0 0 0 0.2rem rgba(0, 146, 69, 0.25);
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #b63a3a;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 5px 15px;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(182, 58, 58, 0.9);
  border-radius: 0.25rem;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-row > .col > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #b63a3a;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23b63a3a' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23b63a3a' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 93, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #b63a3a;
  box-shadow: 0 0 0 0.2rem rgba(182, 58, 58, 0.25);
}

/* line 33, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 33, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #b63a3a;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23b63a3a' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23b63a3a' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

/* line 129, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #b63a3a;
  box-shadow: 0 0 0 0.2rem rgba(182, 58, 58, 0.25);
}

/* line 138, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #b63a3a;
}

/* line 142, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 150, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #b63a3a;
}

/* line 153, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 {
  border-color: #b63a3a;
}

/* line 159, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 {
  border-color: #ca5959;
  background-color: #ca5959;
}

/* line 166, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 0.2rem rgba(182, 58, 58, 0.25);
}

/* line 170, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #b63a3a;
}

/* line 180, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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: #b63a3a;
}

/* line 185, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 {
  border-color: #b63a3a;
  box-shadow: 0 0 0 0.2rem rgba(182, 58, 58, 0.25);
}

/* line 275, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 283, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 289, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 297, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 306, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 313, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 317, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 324, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 331, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 339, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 343, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 0 solid transparent;
  padding: 7px 15px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3px;
  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;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:hover {
  color: #212529;
  text-decoration: none;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #36777e;
  border-color: #36777e;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #2b5e63;
  border-color: #27555a;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #2b5e63;
  border-color: #27555a;
  box-shadow: 0 0 0 0.2rem rgba(84, 139, 145, 0.5);
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #36777e;
  border-color: #36777e;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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: #27555a;
  border-color: #234d51;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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(84, 139, 145, 0.5);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #212529;
  background-color: #e89d2c;
  border-color: #e89d2c;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #d68a17;
  border-color: #cb8316;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #d68a17;
  border-color: #cb8316;
  box-shadow: 0 0 0 0.2rem rgba(202, 139, 44, 0.5);
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #e89d2c;
  border-color: #e89d2c;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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: #cb8316;
  border-color: #bf7b15;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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(202, 139, 44, 0.5);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #009245;
  border-color: #009245;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #006c33;
  border-color: #005f2d;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #006c33;
  border-color: #005f2d;
  box-shadow: 0 0 0 0.2rem rgba(38, 162, 97, 0.5);
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #009245;
  border-color: #009245;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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: #005f2d;
  border-color: #005227;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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(38, 162, 97, 0.5);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #32a3e6;
  border-color: #32a3e6;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #1a91d7;
  border-color: #1989cc;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #1a91d7;
  border-color: #1989cc;
  box-shadow: 0 0 0 0.2rem rgba(81, 177, 234, 0.5);
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #32a3e6;
  border-color: #32a3e6;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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: #1989cc;
  border-color: #1882c1;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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(81, 177, 234, 0.5);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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(222, 170, 12, 0.5);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #b63a3a;
  border-color: #b63a3a;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #993131;
  border-color: #8f2e2e;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #993131;
  border-color: #8f2e2e;
  box-shadow: 0 0 0 0.2rem rgba(193, 88, 88, 0.5);
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #b63a3a;
  border-color: #b63a3a;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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: #8f2e2e;
  border-color: #862b2b;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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(193, 88, 88, 0.5);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light, .bootstrap-select .dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-light:hover, .bootstrap-select .dropdown-toggle:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .bootstrap-select .dropdown-toggle:focus, .btn-light.focus, .bootstrap-select .focus.dropdown-toggle {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .bootstrap-select .disabled.dropdown-toggle, .btn-light:disabled, .bootstrap-select .dropdown-toggle:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .bootstrap-select .dropdown-toggle:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .bootstrap-select .dropdown-toggle.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle, .bootstrap-select .show > .dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .bootstrap-select .dropdown-toggle:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .bootstrap-select .dropdown-toggle.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus, .bootstrap-select .show > .dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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(82, 88, 93, 0.5);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-gray {
  color: #212529;
  background-color: #afafb2;
  border-color: #afafb2;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-gray:hover {
  color: #212529;
  background-color: #9c9c9f;
  border-color: #959599;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-gray:focus, .btn-gray.focus {
  color: #212529;
  background-color: #9c9c9f;
  border-color: #959599;
  box-shadow: 0 0 0 0.2rem rgba(154, 154, 157, 0.5);
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-gray.disabled, .btn-gray:disabled {
  color: #212529;
  background-color: #afafb2;
  border-color: #afafb2;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-gray:not(:disabled):not(.disabled):active, .btn-gray.active:not(:disabled):not(.disabled), .show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #959599;
  border-color: #8f8f93;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray.active:not(:disabled):not(.disabled):focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(154, 154, 157, 0.5);
}

/* line 72, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #36777e;
  border-color: #36777e;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #36777e;
  border-color: #36777e;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 119, 126, 0.5);
}

/* line 79, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #36777e;
  background-color: transparent;
}

/* line 85, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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: #36777e;
  border-color: #36777e;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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(54, 119, 126, 0.5);
}

/* line 72, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #e89d2c;
  border-color: #e89d2c;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #e89d2c;
  border-color: #e89d2c;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 157, 44, 0.5);
}

/* line 79, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #e89d2c;
  background-color: transparent;
}

/* line 85, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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: #212529;
  background-color: #e89d2c;
  border-color: #e89d2c;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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(232, 157, 44, 0.5);
}

/* line 72, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #009245;
  border-color: #009245;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #009245;
  border-color: #009245;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 146, 69, 0.5);
}

/* line 79, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #009245;
  background-color: transparent;
}

/* line 85, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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: #009245;
  border-color: #009245;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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(0, 146, 69, 0.5);
}

/* line 72, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #32a3e6;
  border-color: #32a3e6;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #32a3e6;
  border-color: #32a3e6;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 163, 230, 0.5);
}

/* line 79, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #32a3e6;
  background-color: transparent;
}

/* line 85, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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: #32a3e6;
  border-color: #32a3e6;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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(50, 163, 230, 0.5);
}

/* line 72, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 79, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 85, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 92, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 72, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #b63a3a;
  border-color: #b63a3a;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #b63a3a;
  border-color: #b63a3a;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(182, 58, 58, 0.5);
}

/* line 79, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #b63a3a;
  background-color: transparent;
}

/* line 85, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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: #b63a3a;
  border-color: #b63a3a;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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(182, 58, 58, 0.5);
}

/* line 72, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #fff;
  border-color: #fff;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 79, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #fff;
  background-color: transparent;
}

/* line 85, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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: #fff;
  border-color: #fff;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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(255, 255, 255, 0.5);
}

/* line 72, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 79, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 85, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 92, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 72, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-gray {
  color: #afafb2;
  border-color: #afafb2;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-gray:hover {
  color: #212529;
  background-color: #afafb2;
  border-color: #afafb2;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-gray:focus, .btn-outline-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(175, 175, 178, 0.5);
}

/* line 79, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #afafb2;
  background-color: transparent;
}

/* line 85, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray.active:not(:disabled):not(.disabled), .show > .btn-outline-gray.dropdown-toggle {
  color: #212529;
  background-color: #afafb2;
  border-color: #afafb2;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(175, 175, 178, 0.5);
}

/* line 83, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #36777e;
  text-decoration: none;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #499fa7;
  text-decoration: underline;
}

/* line 93, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

/* line 98, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 112, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 12px 26px;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 116, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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: 3px;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block, .bootstrap-select .dropdown-toggle {
  display: block;
  width: 100%;
}

/* line 130, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block, .bootstrap-select .dropdown-toggle + .btn-block, .bootstrap-select .btn-block + .dropdown-toggle, .bootstrap-select .dropdown-toggle + .dropdown-toggle {
  margin-top: 0.5rem;
}

/* line 139, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"], .bootstrap-select .dropdown-toggle[type="submit"],
input.btn-block[type="reset"],
.bootstrap-select .dropdown-toggle[type="reset"],
input.btn-block[type="button"],
.bootstrap-select .dropdown-toggle[type="button"] {
  width: 100%;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing.width {
    transition: none;
  }
}

/* line 2, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  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 58, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 42, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 57, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  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 58, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 45, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  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 58, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 97, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 116, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

/* line 154, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #36777e;
}

/* line 161, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

/* line 173, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 178, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 188, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 28, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: 0;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 51, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 69, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 11.25px;
  padding-left: 11.25px;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 19.5px;
  padding-left: 19.5px;
}

/* line 111, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 116, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 121, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: 0;
}

/* line 127, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 132, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 152, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 156, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .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 32, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 50, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 85, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 109, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 110, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 118, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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: 3px;
}

/* line 134, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 146, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 151, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.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 163, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 168, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.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: 3px;
}

/* line 180, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 193, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .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 204, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #36777e;
  background-color: #36777e;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(54, 119, 126, 0.25);
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #71bac2;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #95ccd2;
  border-color: #95ccd2;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}

/* line 99, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

/* line 117, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 122, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 128, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #36777e;
  background-color: #36777e;
}

/* line 133, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 139, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(54, 119, 126, 0.5);
}

/* line 142, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(54, 119, 126, 0.5);
}

/* line 153, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 159, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 165, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(54, 119, 126, 0.5);
}

/* line 176, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 180, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 188, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 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;
}

@media (prefers-reduced-motion: reduce) {
  /* line 188, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 201, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

/* line 208, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(54, 119, 126, 0.5);
}

/* line 221, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 238, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #71bac2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(54, 119, 126, 0.25);
}

/* line 248, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 259, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 266, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 272, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 277, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 283, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 291, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 304, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

/* line 312, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

/* line 321, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #71bac2;
  box-shadow: 0 0 0 0.2rem rgba(54, 119, 126, 0.25);
}

/* line 327, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 333, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 338, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 343, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 3px;
}

/* line 361, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 3px 3px 0;
}

/* line 385, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 392, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus {
  outline: 0;
}

/* line 397, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(54, 119, 126, 0.25);
}

/* line 398, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(54, 119, 126, 0.25);
}

/* line 399, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(54, 119, 126, 0.25);
}

/* line 402, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 406, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #36777e;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 406, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 417, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #95ccd2;
}

/* line 422, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 433, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #36777e;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 433, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 443, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #95ccd2;
}

/* line 448, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 459, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #36777e;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 459, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 472, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #95ccd2;
}

/* line 477, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 488, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 493, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 500, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 504, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 508, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 512, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 516, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 522, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 522, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 64, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 78, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #36777e;
}

/* line 97, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 105, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 122, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 0;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 78, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 94, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 109, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 118, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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: 3px;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 133, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

/* line 142, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 156, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 154, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 180, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 156, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 154, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 180, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 156, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 154, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 180, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 156, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 154, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 180, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 154, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 156, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 177, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 180, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 184, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 191, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

/* line 206, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 210, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 217, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 232, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 241, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 248, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 253, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 261, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 266, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 270, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 272, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 284, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 293, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 300, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 305, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 313, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 318, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 322, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 324, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 39, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 90, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 95, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 101, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 111, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 118, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 124, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

/* line 134, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/* line 141, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 146, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 155, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 154, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 165, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 183, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 180, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 192, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 197, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 204, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 207, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 212, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 219, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 222, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 227, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 244, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 243, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 254, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 266, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion {
  overflow-anchor: none;
}

/* line 269, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 272, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 277, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 281, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 14, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #36777e;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #499fa7;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(54, 119, 126, 0.25);
}

/* line 35, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 41, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #36777e;
  border-color: #36777e;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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;
  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;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
  .badge {
    transition: none;
  }
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #36777e;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #27555a;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(54, 119, 126, 0.5);
}

/* line 51, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-secondary {
  color: #212529;
  background-color: #e89d2c;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: #cb8316;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(232, 157, 44, 0.5);
}

/* line 51, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #009245;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #005f2d;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 146, 69, 0.5);
}

/* line 51, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #32a3e6;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #1989cc;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 163, 230, 0.5);
}

/* line 51, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 51, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #b63a3a;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #8f2e2e;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(182, 58, 58, 0.5);
}

/* line 51, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #fff;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #e6e6e6;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 51, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 51, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-gray {
  color: #212529;
  background-color: #afafb2;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-gray:hover, a.badge-gray:focus {
  color: #212529;
  background-color: #959599;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-gray:focus, a.badge-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(175, 175, 178, 0.5);
}

/* line 1, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #1c3e42;
  background-color: #d7e4e5;
  border-color: #c7d9db;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #b7ced1;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #0d1c1e;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #795217;
  background-color: #faebd5;
  border-color: #f9e4c4;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #f7d9ad;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #4e350f;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #004c24;
  background-color: #cce9da;
  border-color: #b8e0cb;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #a6d8be;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #00190c;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #1a5578;
  background-color: #d6edfa;
  border-color: #c6e5f8;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #afdbf5;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #11374e;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #5f1e1e;
  background-color: #f0d8d8;
  border-color: #ebc8c8;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #e4b5b5;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #381212;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #858585;
  background-color: white;
  border-color: white;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #f2f2f2;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #6c6c6c;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #040505;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-gray {
  color: #5b5b5d;
  background-color: #efeff0;
  border-color: #e9e9e9;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-gray hr {
  border-top-color: gainsboro;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-gray .alert-link {
  color: #424243;
}

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

/* line 9, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #36777e;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 38, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 38, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 1, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 54, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 70, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #36777e;
  border-color: #36777e;
}

/* line 77, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 100, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 105, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

/* line 110, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 114, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 118, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 96, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 100, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 96, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 100, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 96, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 100, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 96, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 100, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 134, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 137, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 140, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #1c3e42;
  background-color: #c7d9db;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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: #1c3e42;
  background-color: #b7ced1;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #1c3e42;
  border-color: #1c3e42;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #795217;
  background-color: #f9e4c4;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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: #795217;
  background-color: #f7d9ad;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #795217;
  border-color: #795217;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #004c24;
  background-color: #b8e0cb;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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: #004c24;
  background-color: #a6d8be;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #004c24;
  border-color: #004c24;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #1a5578;
  background-color: #c6e5f8;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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: #1a5578;
  background-color: #afdbf5;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #1a5578;
  border-color: #1a5578;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #5f1e1e;
  background-color: #ebc8c8;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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: #5f1e1e;
  background-color: #e4b5b5;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #5f1e1e;
  border-color: #5f1e1e;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #858585;
  background-color: white;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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: #858585;
  background-color: #f2f2f2;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 4, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-gray {
  color: #5b5b5d;
  background-color: #e9e9e9;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
  color: #5b5b5d;
  background-color: gainsboro;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: #5b5b5d;
  border-color: #5b5b5d;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_close.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 1;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.hide {
  display: none;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 58, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 62, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 72, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 77, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 83, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

/* line 91, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 100, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 107, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 125, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 136, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 141, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 149, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 157, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 164, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 173, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

/* line 185, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 191, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 202, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 207, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 215, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 218, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  /* line 228, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 232, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 239, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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: #32a3e6;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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: #32a3e6;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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: #32a3e6;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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: #32a3e6;
}

/* line 108, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 250px;
  padding: 5px 15px;
  color: #fff;
  text-align: center;
  background-color: #32a3e6;
  border-radius: 0.25rem;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 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, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 50, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 73, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 81, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 93, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 113, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 116, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 122, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 128, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 153, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  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 162, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 167, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 2, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 50, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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: 0.9;
}

/* line 114, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 120, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 128, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 138, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 148, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 162, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 162, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 180, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 190, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 9, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 41, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}

/* line 3, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #36777e !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #27555a !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #e89d2c !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #cb8316 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #009245 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #005f2d !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #32a3e6 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #1989cc !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #b63a3a !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #8f2e2e !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #fff !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e6e6 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-gray {
  background-color: #afafb2 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #959599 !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #36777e !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #e89d2c !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #009245 !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #32a3e6 !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #b63a3a !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #fff !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-gray {
  border-color: #afafb2 !important;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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 35, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right, section.pagination nav {
  float: right !important;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 9, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 9, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 9, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 9, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_interactions.scss */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_interactions.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_interactions.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 26, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-4.6.2.1/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;
}

/* line 3, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-15 {
  width: 15% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-20 {
  width: 20% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-80 {
  width: 80% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-15 {
  height: 15% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-20 {
  height: 20% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-80 {
  height: 80% !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0, .list-inline-item .form-group,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 51, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 51, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 51, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 51, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #36777e !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #1f4448 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #e89d2c !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #b47414 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #009245 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #004621 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #32a3e6 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #167ab5 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #b63a3a !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #7c2828 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #fff !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #d9d9d9 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-gray {
  color: #afafb2 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-gray:hover, a.text-gray:focus {
  color: #88888c !important;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-body {
  color: #212529 !important;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* line 72, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 63, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 70, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 83, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 86, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 91, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 94, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 98, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 101, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 108, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 114, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 117, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  /* line 125, ../usr/local/bundle/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* line 27, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

/* line 32, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}

/* line 36, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

/* line 41, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

/* line 47, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

/* line 58, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

/* line 68, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

/* line 73, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.fit-width {
  width: auto !important;
}

/* line 77, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

/* line 81, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

/* line 88, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

/* line 93, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

/* line 97, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

/* line 101, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 110, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

/* line 121, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group.dropdown-menu-right[class*="col-"], .row .bootstrap-select.btn-group.dropdown-menu-right[class*="col-"] {
  float: right;
}

/* line 126, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

/* line 132, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

/* line 136, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

/* line 146, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

/* line 150, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

/* line 154, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

/* line 159, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

/* line 164, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

/* line 171, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

/* line 178, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

/* line 187, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

/* line 192, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

/* line 196, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

/* line 206, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

/* line 209, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

/* line 213, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

/* line 217, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 221, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

/* line 226, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

/* line 230, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

/* line 235, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

/* line 240, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

/* line 256, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

/* line 264, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

/* line 268, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

/* line 276, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

/* line 283, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

/* line 290, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

/* line 295, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

/* line 306, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

/* line 319, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

/* line 326, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

/* line 335, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.float-right .dropdown-toggle:before, section.pagination nav.show-menu-arrow .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

/* line 340, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.float-right .dropdown-toggle:after, section.pagination nav.show-menu-arrow .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

/* line 347, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

/* line 354, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

/* line 360, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

/* line 364, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bs-actionsbox .btn-group button {
  width: 50%;
}

/* line 369, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

/* line 374, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bs-donebutton .btn-group button {
  width: 100%;
}

/* line 380, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

/* line 384, vendor/assets/stylesheets/bootstrap-select/bootstrap-select.scss */
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/* line 1, vendor/assets/stylesheets/datepicker/core.css */
.gj-button {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #000;
  border-radius: 3px;
  padding: 6px 10px;
  cursor: pointer;
}

/* line 10, vendor/assets/stylesheets/datepicker/core.css */
.gj-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 19, vendor/assets/stylesheets/datepicker/core.css */
.gj-margin-left-5 {
  margin-left: 5px;
}

/* line 23, vendor/assets/stylesheets/datepicker/core.css */
.gj-margin-left-10 {
  margin-left: 10px;
}

/* line 27, vendor/assets/stylesheets/datepicker/core.css */
.gj-width-full {
  width: 100%;
}

/* line 31, vendor/assets/stylesheets/datepicker/core.css */
.gj-cursor-pointer {
  cursor: pointer;
}

/* line 35, vendor/assets/stylesheets/datepicker/core.css */
.gj-text-align-center {
  text-align: center;
}

/* line 39, vendor/assets/stylesheets/datepicker/core.css */
.gj-font-size-16 {
  font-size: 16px;
}

/* line 43, vendor/assets/stylesheets/datepicker/core.css */
.gj-hidden {
  display: none;
}

/* line 47, vendor/assets/stylesheets/datepicker/core.css */
.gj-mdl-icon-plus::after {
  content: "\E145";
}

/* line 51, vendor/assets/stylesheets/datepicker/core.css */
.gj-mdl-icon-minus::after {
  content: "\E15B";
}

/** Material Design */
/* line 56, vendor/assets/stylesheets/datepicker/core.css */
.gj-button-md {
  background: 0 0;
  border: none;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.54);
  position: relative;
  height: 36px;
  margin: 0;
  min-width: 64px;
  padding: 0 16px;
  display: inline-block;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  overflow: hidden;
  will-change: box-shadow;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 89, vendor/assets/stylesheets/datepicker/core.css */
.gj-button-md:hover {
  background-color: rgba(158, 158, 158, 0.2);
}

/* line 93, vendor/assets/stylesheets/datepicker/core.css */
.gj-button-md:disabled {
  color: rgba(0, 0, 0, 0.26);
  background: 0 0;
}

/* line 98, vendor/assets/stylesheets/datepicker/core.css */
.gj-button-md .material-icons,
.gj-button-md .gj-icon {
  vertical-align: middle;
  /*font-size: 1.3rem;
    margin-right: 4px;*/
}

/* line 105, vendor/assets/stylesheets/datepicker/core.css */
.gj-button-md.gj-button-md-icon {
  width: 24px;
  height: 32px;
  min-width: 24px;
  padding: 0px;
  display: table;
}

/* line 113, vendor/assets/stylesheets/datepicker/core.css */
.gj-button-md.gj-button-md-icon .material-icons,
.gj-button-md.gj-button-md-icon .gj-icon {
  display: table-cell;
  margin-right: 0px;
  width: 24px;
  height: 24px;
}

/* line 121, vendor/assets/stylesheets/datepicker/core.css */
.gj-button-md.active {
  background-color: rgba(158, 158, 158, 0.4);
}

/* line 125, vendor/assets/stylesheets/datepicker/core.css */
.gj-button-md-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 131, vendor/assets/stylesheets/datepicker/core.css */
.gj-textbox-md {
  border: none;
  border-bottom: 1px solid #E0E0E0;
  display: block;
  font-size: 16px;
  font-family: "Helvetica","Arial",sans-serif;
  margin: 0;
  padding: 4px 0;
  width: 100%;
  background: 0 0;
  text-align: left;
  color: inherit;
}

/* line 145, vendor/assets/stylesheets/datepicker/core.css */
.gj-textbox-md:focus {
  border-bottom: 2px solid rgba(158, 158, 158, 0.4);
  outline: none;
}

/* line 150, vendor/assets/stylesheets/datepicker/core.css */
.gj-md-spacer-24 {
  min-width: 24px;
  width: 24px;
  display: inline-block;
}

/* line 156, vendor/assets/stylesheets/datepicker/core.css */
.gj-md-spacer-32 {
  min-width: 32px;
  width: 32px;
  display: inline-block;
}

/* line 162, vendor/assets/stylesheets/datepicker/core.css */
.gj-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.54118);
  transition: 200ms ease opacity;
  will-change: opacity;
}

/* List */
/* line 179, vendor/assets/stylesheets/datepicker/core.css */
ul.gj-list li [data-role="wrapper"] {
  display: table;
  width: 100%;
}

/* line 184, vendor/assets/stylesheets/datepicker/core.css */
ul.gj-list li [data-role="checkbox"] {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* line 190, vendor/assets/stylesheets/datepicker/core.css */
ul.gj-list li [data-role="image"] {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* line 196, vendor/assets/stylesheets/datepicker/core.css */
ul.gj-list li [data-role="display"] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}

/* line 202, vendor/assets/stylesheets/datepicker/core.css */
ul.gj-list li [data-role="display"]:empty:before {
  content: "\200b";
  /* unicode zero width space character */
}

/* List - Bootstrap */
/* line 207, vendor/assets/stylesheets/datepicker/core.css */
ul.gj-list-bootstrap {
  padding-left: 0px;
  margin-bottom: 0px;
}

/* line 212, vendor/assets/stylesheets/datepicker/core.css */
ul.gj-list-bootstrap li {
  padding: 0px;
}

/* line 216, vendor/assets/stylesheets/datepicker/core.css */
ul.gj-list-bootstrap li [data-role="wrapper"] {
  padding: 0px 10px;
}

/* line 220, vendor/assets/stylesheets/datepicker/core.css */
ul.gj-list-bootstrap li [data-role="checkbox"] {
  width: 24px;
  padding: 3px;
}

/* line 225, vendor/assets/stylesheets/datepicker/core.css */
ul.gj-list-bootstrap li [data-role="image"] {
  width: 24px;
  height: 24px;
}

/* line 230, vendor/assets/stylesheets/datepicker/core.css */
ul.gj-list-bootstrap li [data-role="display"] {
  padding: 8px 0px 8px 4px;
}

/* line 234, vendor/assets/stylesheets/datepicker/core.css */
.list-group-item.active ul li, .list-group-item.active:focus ul li, .list-group-item.active:hover ul li {
  text-shadow: none;
  color: initial;
}

/* List - Material Design */
/* line 240, vendor/assets/stylesheets/datepicker/core.css */
ul.gj-list-md {
  padding: 0px;
  list-style: none;
  list-style-type: none;
  line-height: 24px;
  letter-spacing: 0;
  color: #616161;
  /* Gray 700 */
}

/* line 249, vendor/assets/stylesheets/datepicker/core.css */
ul.gj-list-md li {
  display: list-item;
  list-style-type: none;
  padding: 0px;
  min-height: unset;
  box-sizing: border-box;
  align-items: center;
  cursor: default;
  overflow: hidden;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1;
  flex-direction: row;
  flex-wrap: nowrap;
}

/* line 273, vendor/assets/stylesheets/datepicker/core.css */
ul.gj-list-md li [data-role="checkbox"] {
  height: 24px;
  width: 24px;
}

/* line 278, vendor/assets/stylesheets/datepicker/core.css */
ul.gj-list-md li [data-role="image"] {
  height: 24px;
  width: 24px;
}

/* line 283, vendor/assets/stylesheets/datepicker/core.css */
ul.gj-list-md li [data-role="display"] {
  padding: 8px 0px 8px 5px;
  order: 0;
  flex-grow: 2;
  text-decoration: none;
  box-sizing: border-box;
  align-items: center;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
}

/* line 294, vendor/assets/stylesheets/datepicker/core.css */
ul.gj-list-md li.disabled > [data-role="wrapper"] > [data-role="display"] {
  color: #9E9E9E;
  /* Gray 500 */
}

/* line 298, vendor/assets/stylesheets/datepicker/core.css */
.gj-list-md-active {
  background: #E8EAF6;
}

@font-face {
  font-family: 'gijgo-material';
  src: url(/../fonts/gijgo-material.ttf?99ykm1) format("truetype"), url(/../fonts/gijgo-material.woff?99ykm1) format("woff"), url(/../fonts/gijgo-material.svg?99ykm1#gijgo-material) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 309, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon {
  font-family: 'gijgo-material' !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* line 325, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.event:before {
  content: "\e900";
}

/* line 329, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.chevron-down:before {
  content: "\e901";
}

/* line 333, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.chevron-left:before {
  content: "\e902";
}

/* line 337, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.chevron-right:before {
  content: "\e903";
}

/* line 341, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.chevron-up:before {
  content: "\e904";
}

/* line 345, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.minus:before {
  content: "\e905";
}

/* line 349, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.pencil:before {
  content: "\e906";
}

/* line 353, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.plus:before {
  content: "\e907";
}

/* line 357, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.done:before {
  content: "\e908";
}

/* line 361, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.redo:before {
  content: "\e909";
}

/* line 365, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.undo:before {
  content: "\e90a";
}

/* line 369, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.align-right:before {
  content: "\e90b";
}

/* line 373, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.align-left:before {
  content: "\e90c";
}

/* line 377, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.align-justify:before {
  content: "\e90d";
}

/* line 381, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.align-center:before {
  content: "\e90e";
}

/* line 385, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.strikethrough:before {
  content: "\e90f";
}

/* line 389, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.italic:before {
  content: "\e910";
}

/* line 393, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.underlined:before {
  content: "\e911";
}

/* line 397, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.bold:before {
  content: "\e912";
}

/* line 401, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.arrow-dropdown:before {
  content: "\e913";
}

/* line 405, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.arrow-upward:before {
  content: "\e914";
}

/* line 409, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.arrow-forward:before {
  content: "\e915";
}

/* line 413, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.arrow-downward:before {
  content: "\e916";
}

/* line 417, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.arrow-back:before {
  content: "\e917";
}

/* line 421, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.list-numbered:before {
  content: "\e918";
}

/* line 425, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.list-bulleted:before {
  content: "\e919";
}

/* line 429, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.indent-increase:before {
  content: "\e91a";
}

/* line 433, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.indent-decrease:before {
  content: "\e91b";
}

/* line 437, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.cancel:before {
  content: "\e91c";
}

/* line 441, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.clear:before {
  content: "\e91d";
}

/* line 445, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.check-circle:before {
  content: "\e91e";
}

/* line 449, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.delete:before {
  content: "\e91f";
}

/* line 453, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.refresh:before {
  content: "\e920";
}

/* line 457, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.last-page:before {
  content: "\e921";
}

/* line 461, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.first-page:before {
  content: "\e922";
}

/* line 465, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.arrow-dropup:before {
  content: "\e923";
}

/* line 469, vendor/assets/stylesheets/datepicker/core.css */
.gj-icon.clock:before {
  content: "\e924";
}

/* line 1, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-datepicker {
  position: relative;
  display: table;
}

/* line 6, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-datepicker [role="input"] {
  display: table-cell;
  width: 100%;
}

/* line 11, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-datepicker [role="input"]::-ms-clear {
  display: none;
}

/* line 15, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-datepicker [role="right-icon"] {
  cursor: pointer;
  display: table-cell;
}

/* line 20, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-calendar {
  position: absolute;
  z-index: 99999;
}

/* line 25, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-calendar table tr[role="month-manager"] th {
  cursor: pointer;
}

/* line 29, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-calendar table tr[role="month-manager"] th div[role="month"] {
  width: 100%;
  text-align: center;
}

/* Material Design */
/* line 35, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-datepicker-md {
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1;
  color: rgba(0, 0, 0, 0.87);
}

/* line 44, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-datepicker-md [role="right-icon"] {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
}

/* line 51, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-calendar-md {
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1;
  color: rgba(0, 0, 0, 0.87);
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
}

/* line 62, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-calendar-md table tr[role="month-manager"] th div i.gj-icon,
.gj-calendar-md table tr[role="month-manager"] th div i.material-icons {
  position: absolute;
  top: 8px;
  left: 8px;
}

/* line 69, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-calendar-md table tr td div,
.gj-calendar-md table tr th div {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

/* line 81, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-calendar-md table tr td.gj-cursor-pointer div:hover {
  background: #EEEEEE;
  border-radius: 50%;
}

/* line 86, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-calendar-md table tr td.today div {
  color: #1976D2;
}

/* line 90, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-calendar-md table tr td.selected div {
  color: #FFFFFF;
  background: #1976D2;
  /* Blue 700 */
  border-radius: 50%;
}

/* line 96, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-calendar-md table tr td.focused div {
  background: #E0E0E0;
  /* Gray 300 */
  border-radius: 50%;
}

/* line 101, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-calendar-md table tr td.other-month div,
.gj-calendar-md table tr td.disabled div {
  color: #BDBDBD;
  /* Gray 400 */
}

/* Bootstrap */
/* line 107, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-datepicker-bootstrap input:focus {
  box-shadow: none;
}

/* line 111, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-calendar-bootstrap {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 4px;
  background-color: #FFFFFF;
}

/* line 118, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-calendar-bootstrap table tr td div,
.gj-calendar-bootstrap table tr th div {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

/* line 129, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-calendar-bootstrap table tr th div i,
.gj-calendar-bootstrap table tr th div span {
  line-height: 30px;
}

/* line 134, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-calendar-bootstrap table tr[role="month-manager"] th div .gj-icon,
.gj-calendar-bootstrap table tr[role="month-manager"] th div .material-icons {
  margin: 3px;
}

/* line 139, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-calendar-bootstrap table tr td.focused div,
.gj-calendar-bootstrap table tr td.gj-cursor-pointer div:hover {
  background: #EEEEEE;
  border-radius: 4px;
  color: #212529;
}

/* line 146, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-calendar-bootstrap table tr td.today div {
  color: #204d74;
  font-weight: bold;
}

/* line 151, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-calendar-bootstrap table tr td.selected div {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
  border-radius: 4px;
}

/* line 158, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-calendar-bootstrap table tr td.other-month div,
.gj-calendar-bootstrap table tr td.disabled div {
  color: #777;
}

/* Bootstrap 3 */
/* line 164, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-datepicker-bootstrap span.input-group-addon[role="right-icon"] {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 0px;
  position: relative;
  width: 38px;
}

/* line 174, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-datepicker-bootstrap span.input-group-addon[role="right-icon"] .gj-icon,
.gj-datepicker-bootstrap span.input-group-addon[role="right-icon"] .material-icons {
  position: absolute;
  top: 7px;
  left: 7px;
}

/* Bootstrap 4 */
/* line 182, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-datepicker-bootstrap span.input-group-append[role="right-icon"],
.gj-datepicker-bootstrap span.input-group-prepend[role="right-icon"] {
  width: 38px;
}

/* line 187, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-datepicker-bootstrap span[role="right-icon"] .input-group-text {
  padding: 7px 8px 8px 30px;
  border-left: 0px;
  display: inline;
}

/* line 193, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-datepicker-bootstrap span[role="right-icon"] .input-group-text .gj-icon,
.gj-datepicker-bootstrap span[role="right-icon"] .input-group-text .material-icons {
  position: absolute;
  right: 8px;
  top: 8px;
}

/* line 200, vendor/assets/stylesheets/datepicker/datepicker.css */
.gj-datepicker-bootstrap span[role="right-icon"] .input-group-text .fa {
  position: absolute;
  right: 11px;
  top: 8px;
  font-size: 21px;
}

/*!
 * froala_editor v2.8.0 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */
/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-element, .fr-element:focus {
  outline: 0 solid transparent;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-box.fr-basic .fr-element {
  color: #000;
  padding: 16px;
  box-sizing: border-box;
  overflow-x: auto;
  min-height: 52px;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-box.fr-basic.fr-rtl .fr-element {
  text-align: right;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-element {
  background: 0 0;
  position: relative;
  z-index: 2;
  -webkit-user-select: auto;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-element a {
  user-select: auto;
  -o-user-select: auto;
  -moz-user-select: auto;
  -khtml-user-select: auto;
  -webkit-user-select: auto;
  -ms-user-select: auto;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-element.fr-disabled {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-element [contenteditable=true] {
  outline: 0 solid transparent;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-box a.fr-floating-btn {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 32px;
  width: 32px;
  background: #fff;
  color: #1e88e5;
  -webkit-transition: background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;
  -moz-transition: background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;
  -ms-transition: background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;
  -o-transition: background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;
  outline: 0;
  left: 0;
  top: 0;
  line-height: 32px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  text-align: center;
  display: block;
  box-sizing: border-box;
  border: 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-box a.fr-floating-btn svg {
  -webkit-transition: transform .2s ease 0s;
  -moz-transition: transform .2s ease 0s;
  -ms-transition: transform .2s ease 0s;
  -o-transition: transform .2s ease 0s;
  fill: #1e88e5;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-box a.fr-floating-btn i, .fr-box a.fr-floating-btn svg {
  font-size: 14px;
  line-height: 32px;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-box a.fr-floating-btn.fr-btn + .fr-btn {
  margin-left: 10px;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-box a.fr-floating-btn:hover {
  background: #ebebeb;
  cursor: pointer;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-box a.fr-floating-btn:hover svg {
  fill: #1e88e5;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-box .fr-visible a.fr-floating-btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
iframe.fr-iframe {
  width: 100%;
  border: 0;
  position: relative;
  display: block;
  z-index: 2;
  box-sizing: border-box;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-wrapper {
  position: relative;
  z-index: 1;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-wrapper::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-wrapper .fr-placeholder {
  position: absolute;
  font-size: 12px;
  color: #aaa;
  z-index: 1;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-wrapper.show-placeholder .fr-placeholder {
  display: block;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-wrapper ::-moz-selection {
  background: #b5d6fd;
  color: #000;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-wrapper ::-moz-selection {
  background: #b5d6fd;
  color: #000;
}
.fr-wrapper ::selection {
  background: #b5d6fd;
  color: #000;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-box.fr-basic .fr-wrapper {
  background: #fff;
  border: 0;
  border-top: 0;
  top: 0;
  left: 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-box.fr-basic.fr-top .fr-wrapper {
  border-top: 0;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-box.fr-basic.fr-bottom .fr-wrapper {
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  background: #222;
  color: #fff;
  font-size: 11px;
  line-height: 22px;
  font-family: Arial,Helvetica,sans-serif;
  -webkit-transition: opacity .2s ease 0s;
  -moz-transition: opacity .2s ease 0s;
  -ms-transition: opacity .2s ease 0s;
  -o-transition: opacity .2s ease 0s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "alpha(Opacity=0)";
  left: -3000px;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 2147483647;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-tooltip.fr-visible {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "alpha(Opacity=0)";
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn, .fr-popup .fr-command.fr-btn {
  background: 0 0;
  color: #222;
  -moz-outline: 0;
  outline: 0;
  border: 0;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  margin: 0 2px;
  -webkit-transition: background .2s ease 0s;
  -moz-transition: background .2s ease 0s;
  -ms-transition: background .2s ease 0s;
  -o-transition: background .2s ease 0s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 2;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  float: left;
  padding: 0;
  width: 38px;
  height: 38px;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn::-moz-focus-inner, .fr-popup .fr-command.fr-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-btn-text, .fr-popup .fr-command.fr-btn.fr-btn-text {
  width: auto;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn i, .fr-popup .fr-command.fr-btn i, .fr-toolbar .fr-command.fr-btn svg, .fr-popup .fr-command.fr-btn svg {
  display: block;
  font-size: 14px;
  width: 14px;
  margin: 12px;
  text-align: center;
  float: none;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn span.fr-sr-only, .fr-popup .fr-command.fr-btn span.fr-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn span, .fr-popup .fr-command.fr-btn span {
  font-size: 14px;
  display: block;
  line-height: 17px;
  min-width: 34px;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 17px;
  font-weight: 700;
  padding: 0 2px;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn img, .fr-popup .fr-command.fr-btn img {
  margin: 12px;
  width: 14px;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-active, .fr-popup .fr-command.fr-btn.fr-active {
  color: #1e88e5;
  background: 0 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection {
  width: auto;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span {
  font-weight: 400;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown i, .fr-popup .fr-command.fr-btn.fr-dropdown i, .fr-toolbar .fr-command.fr-btn.fr-dropdown span, .fr-popup .fr-command.fr-btn.fr-dropdown span, .fr-toolbar .fr-command.fr-btn.fr-dropdown img, .fr-popup .fr-command.fr-btn.fr-dropdown img, .fr-toolbar .fr-command.fr-btn.fr-dropdown svg, .fr-popup .fr-command.fr-btn.fr-dropdown svg {
  margin-left: 8px;
  margin-right: 16px;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
  color: #222;
  background: #d6d6d6;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover, .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus {
  background: #d6d6d6 !important;
  color: #222 !important;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after, .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus::after, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus::after {
  border-top-color: #222 !important;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown::after, .fr-popup .fr-command.fr-btn.fr-dropdown::after {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #222;
  right: 4px;
  top: 17px;
  content: "";
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-disabled, .fr-popup .fr-command.fr-btn.fr-disabled {
  color: #bdbdbd;
  cursor: default;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-disabled::after, .fr-popup .fr-command.fr-btn.fr-disabled::after {
  border-top-color: #bdbdbd !important;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-hidden, .fr-popup .fr-command.fr-btn.fr-hidden {
  display: none;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar.fr-disabled .fr-btn, .fr-popup.fr-disabled .fr-btn, .fr-toolbar.fr-disabled .fr-btn.fr-active, .fr-popup.fr-disabled .fr-btn.fr-active {
  color: #bdbdbd;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after, .fr-popup.fr-disabled .fr-btn.fr-dropdown::after, .fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after, .fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
  border-top-color: #bdbdbd;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar.fr-rtl .fr-command.fr-btn, .fr-popup.fr-rtl .fr-command.fr-btn {
  float: right;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar.fr-inline .fr-command.fr-btn:not(.fr-hidden) {
  display: inline-flex;
  float: none;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-desktop .fr-command:hover, .fr-desktop .fr-command:focus {
  outline: 0;
  color: #222;
  background: #ebebeb;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-desktop .fr-command:hover::after, .fr-desktop .fr-command:focus::after {
  border-top-color: #222 !important;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-desktop .fr-command.fr-selected {
  color: #222;
  background: #d6d6d6;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-desktop .fr-command.fr-active:hover, .fr-desktop .fr-command.fr-active:focus {
  color: #1e88e5;
  background: #ebebeb;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-desktop .fr-command.fr-active.fr-selected {
  color: #1e88e5;
  background: #d6d6d6;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-desktop .fr-command.fr-disabled:hover, .fr-desktop .fr-command.fr-disabled:focus, .fr-desktop .fr-command.fr-disabled.fr-selected {
  background: 0 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-desktop.fr-disabled .fr-command:hover, .fr-desktop.fr-disabled .fr-command:focus, .fr-desktop.fr-disabled .fr-command.fr-selected {
  background: 0 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar.fr-mobile .fr-command.fr-blink, .fr-popup.fr-mobile .fr-command.fr-blink {
  background: 0 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-command.fr-btn + .fr-dropdown-menu {
  display: inline-block;
  position: absolute;
  right: auto;
  bottom: auto;
  height: auto;
  z-index: 4;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  zoom: 1;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-command.fr-btn + .fr-dropdown-menu.test-height .fr-dropdown-wrapper {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  height: auto;
  max-height: 275px;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper {
  background: #fff;
  padding: 0;
  margin: auto;
  display: inline-block;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  -webkit-transition: max-height .2s ease 0s;
  -moz-transition: max-height .2s ease 0s;
  -ms-transition: max-height .2s ease 0s;
  -o-transition: max-height .2s ease 0s;
  margin-top: 0;
  float: left;
  max-height: 0;
  height: 0;
  margin-top: 0 !important;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
  overflow: auto;
  position: relative;
  max-height: 275px;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
  padding: 0;
  margin: 0;
  font-size: 15px;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
  padding: 0 24px;
  line-height: 200%;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
  background: #d6d6d6;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
  color: #bdbdbd;
  cursor: default;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-command.fr-btn:not(.fr-active) + .fr-dropdown-menu {
  left: -3000px !important;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-command.fr-btn.fr-active + .fr-dropdown-menu {
  display: inline-block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-command.fr-btn.fr-active + .fr-dropdown-menu .fr-dropdown-wrapper {
  height: auto;
  max-height: 275px;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-bottom > .fr-command.fr-btn + .fr-dropdown-menu {
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar.fr-rtl .fr-dropdown-wrapper, .fr-popup.fr-rtl .fr-dropdown-wrapper {
  text-align: right !important;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
body.prevent-scroll {
  overflow: hidden;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
body.prevent-scroll.fr-mobile {
  position: fixed;
  -webkit-overflow-scrolling: touch;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-modal {
  color: #222;
  font-family: Arial,Helvetica,sans-serif;
  position: fixed;
  overflow-x: auto;
  overflow-y: scroll;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 2147483640;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 1.2;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-modal.fr-middle .fr-modal-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-modal .fr-modal-wrapper {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 20px auto;
  display: inline-block;
  background: #fff;
  min-width: 300px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 3px 1px rgba(0, 0, 0, 0.14);
  border: 0;
  border-top: 5px solid #222;
  overflow: hidden;
  width: 90%;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
  .fr-modal .fr-modal-wrapper {
    margin: 30px auto;
    width: 70%;
  }
}

@media (min-width: 992px) {
  /* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
  .fr-modal .fr-modal-wrapper {
    margin: 50px auto;
    width: 600px;
  }
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-modal .fr-modal-wrapper .fr-modal-head {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  border-bottom: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  min-height: 42px;
  z-index: 3;
  -webkit-transition: height .2s ease 0s;
  -moz-transition: height .2s ease 0s;
  -ms-transition: height .2s ease 0s;
  -o-transition: height .2s ease 0s;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close {
  padding: 12px;
  width: 20px;
  font-size: 16px;
  cursor: pointer;
  line-height: 18px;
  color: #222;
  box-sizing: content-box;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: color .2s ease 0s;
  -moz-transition: color .2s ease 0s;
  -ms-transition: color .2s ease 0s;
  -o-transition: color .2s ease 0s;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-modal .fr-modal-wrapper .fr-modal-head h4 {
  font-size: 18px;
  padding: 12px 10px;
  margin: 0;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  float: left;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-modal .fr-modal-wrapper div.fr-modal-body {
  height: 100%;
  min-height: 150px;
  overflow-y: scroll;
  padding-bottom: 10px;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-modal .fr-modal-wrapper div.fr-modal-body:focus {
  outline: 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command {
  height: 36px;
  line-height: 1;
  color: #1e88e5;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  background: 0 0;
  font-size: 16px;
  outline: 0;
  -webkit-transition: background .2s ease 0s;
  -moz-transition: background .2s ease 0s;
  -ms-transition: background .2s ease 0s;
  -o-transition: background .2s ease 0s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command + button {
  margin-left: 24px;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover, .fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus {
  background: #ebebeb;
  color: #1e88e5;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active {
  background: #d6d6d6;
  color: #1e88e5;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner {
  border: 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover {
  background: #ebebeb;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  opacity: .5;
  -ms-filter: "alpha(Opacity=0)";
  z-index: 2147483639;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup {
  position: absolute;
  display: none;
  color: #222;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: Arial,Helvetica,sans-serif;
  box-sizing: border-box;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin-top: 10px;
  z-index: 2147483635;
  text-align: left;
  border: 0;
  border-top: 5px solid #222;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-input-focus {
  background: #f5f5f5;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup.fr-above {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 5px solid #222;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup.fr-active {
  display: block;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup.fr-hidden {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "alpha(Opacity=0)";
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup.fr-empty {
  display: none !important;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-hs {
  display: block !important;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-hs.fr-hidden {
  display: none !important;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-input-line {
  position: relative;
  padding: 8px 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-input-line input[type=text], .fr-popup .fr-input-line textarea {
  width: 100%;
  margin: 0 0 1px;
  border: 0;
  border-bottom: solid 1px #bdbdbd;
  color: #222;
  font-size: 14px;
  padding: 6px 0 2px;
  background: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-input-line input[type=text]:focus, .fr-popup .fr-input-line textarea:focus {
  border-bottom: solid 2px #1e88e5;
  margin-bottom: 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-input-line input + label, .fr-popup .fr-input-line textarea + label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0);
  -webkit-transition: color .2s ease 0s;
  -moz-transition: color .2s ease 0s;
  -ms-transition: color .2s ease 0s;
  -o-transition: color .2s ease 0s;
  z-index: 3;
  width: 100%;
  display: block;
  background: #fff;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-input-line input.fr-not-empty:focus + label, .fr-popup .fr-input-line textarea.fr-not-empty:focus + label {
  color: #1e88e5;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-input-line input.fr-not-empty + label, .fr-popup .fr-input-line textarea.fr-not-empty + label {
  color: gray;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup input, .fr-popup textarea {
  user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup textarea {
  resize: none;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-buttons {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  padding: 0 2px;
  white-space: nowrap;
  line-height: 0;
  border-bottom: 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-buttons::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-buttons .fr-btn {
  display: inline-block;
  float: none;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-buttons .fr-btn i {
  float: left;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-buttons .fr-separator {
  display: inline-block;
  float: none;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-layer {
  width: 225px;
  box-sizing: border-box;
  margin: 10px;
  display: none;
}

@media (min-width: 768px) {
  /* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
  .fr-popup .fr-layer {
    width: 300px;
  }
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-layer.fr-active {
  display: inline-block;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-action-buttons {
  z-index: 7;
  height: 36px;
  text-align: right;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-action-buttons button.fr-command {
  height: 36px;
  line-height: 1;
  color: #1e88e5;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  background: 0 0;
  font-size: 16px;
  outline: 0;
  -webkit-transition: background .2s ease 0s;
  -moz-transition: background .2s ease 0s;
  -ms-transition: background .2s ease 0s;
  -o-transition: background .2s ease 0s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-action-buttons button.fr-command + button {
  margin-left: 24px;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-action-buttons button.fr-command:hover, .fr-popup .fr-action-buttons button.fr-command:focus {
  background: #ebebeb;
  color: #1e88e5;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-action-buttons button.fr-command:active {
  background: #d6d6d6;
  color: #1e88e5;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-action-buttons button::-moz-focus-inner {
  border: 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-checkbox {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 1;
  box-sizing: content-box;
  vertical-align: middle;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-checkbox svg {
  margin-left: 2px;
  margin-top: 2px;
  display: none;
  width: 10px;
  height: 10px;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-checkbox span {
  border: solid 1px #222;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  -webkit-transition: background .2s ease 0s,border-color .2s ease 0s;
  -moz-transition: background .2s ease 0s,border-color .2s ease 0s;
  -ms-transition: background .2s ease 0s,border-color .2s ease 0s;
  -o-transition: background .2s ease 0s,border-color .2s ease 0s;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-checkbox input {
  position: absolute;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "alpha(Opacity=0)";
  border: 0 none;
  cursor: pointer;
  height: 16px;
  margin: 0;
  padding: 0;
  width: 16px;
  top: 1px;
  left: 1px;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-checkbox input:checked + span {
  background: #1e88e5;
  border-color: #1e88e5;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-checkbox input:checked + span svg {
  display: block;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-checkbox input:focus + span {
  border-color: #1e88e5;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-checkbox-line {
  font-size: 14px;
  line-height: 1.4px;
  margin-top: 10px;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-checkbox-line label {
  cursor: pointer;
  margin: 0 5px;
  vertical-align: middle;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup.fr-rtl {
  direction: rtl;
  text-align: right;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup.fr-rtl .fr-action-buttons {
  text-align: left;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup.fr-rtl .fr-input-line input + label, .fr-popup.fr-rtl .fr-input-line textarea + label {
  left: auto;
  right: 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup.fr-rtl .fr-buttons .fr-separator.fr-vs {
  float: right;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup .fr-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #222;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -5px;
  display: inline-block;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-popup.fr-above .fr-arrow {
  top: auto;
  bottom: -9px;
  border-bottom: 0;
  border-top: 5px solid #222;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-text-edit-layer {
  width: 250px;
  box-sizing: border-box;
  display: block !important;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar {
  color: #222;
  background: #fff;
  position: relative;
  z-index: 4;
  font-family: Arial,Helvetica,sans-serif;
  box-sizing: border-box;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 0 2px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  text-align: left;
  border: 0;
  border-top: 5px solid #222;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar.fr-rtl {
  text-align: right;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar.fr-inline {
  display: none;
  white-space: nowrap;
  position: absolute;
  margin-top: 10px;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar.fr-inline .fr-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #222;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -5px;
  display: inline-block;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar.fr-inline.fr-above {
  margin-top: -10px;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
  border-bottom: 5px solid #222;
  border-top: 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar.fr-inline.fr-above .fr-arrow {
  top: auto;
  bottom: -9px;
  border-bottom: 0;
  border-top-color: inherit;
  border-top-style: solid;
  border-top-width: 5px;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar.fr-top {
  top: 0;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar.fr-bottom {
  bottom: 0;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-separator {
  background: #ebebeb;
  display: block;
  vertical-align: top;
  float: left;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-separator + .fr-separator {
  display: none;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-separator.fr-vs {
  height: 34px;
  width: 1px;
  margin: 2px;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-separator.fr-hs {
  clear: both;
  height: 1px;
  width: calc(100% - (2 * 2px));
  margin: 0 2px;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-separator.fr-hidden {
  display: none !important;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-rtl .fr-separator {
  float: right;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar.fr-inline .fr-separator.fr-hs {
  float: none;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-toolbar.fr-inline .fr-separator.fr-vs {
  float: none;
  display: inline-block;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-visibility-helper {
  display: none;
  margin-left: 0 !important;
}

@media (min-width: 768px) {
  /* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
  .fr-visibility-helper {
    margin-left: 1px !important;
  }
}

@media (min-width: 992px) {
  /* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
  .fr-visibility-helper {
    margin-left: 2px !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
  .fr-visibility-helper {
    margin-left: 3px !important;
  }
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-opacity-0 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "alpha(Opacity=0)";
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-box {
  position: relative;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-sticky {
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-sticky-off {
  position: relative;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-sticky-on {
  position: fixed;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-sticky-on.fr-sticky-ios {
  position: absolute;
  left: 0;
  right: 0;
  width: auto !important;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-sticky-dummy {
  display: none;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
.fr-sticky-on + .fr-sticky-dummy, .fr-sticky-box > .fr-sticky-dummy {
  display: block;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_editor.min.css */
span.fr-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*!
 * froala_editor v2.8.0 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */
/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
img.fr-rounded, .fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
img.fr-bordered, .fr-img-caption.fr-bordered img {
  border: solid 5px #CCC;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
img.fr-bordered {
  box-sizing: content-box;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-img-caption.fr-bordered img {
  box-sizing: border-box;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
img.fr-shadow, .fr-img-caption.fr-shadow img {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view span[style~="color:"] a {
  color: inherit;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view strong {
  font-weight: 700;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view table {
  border: 0;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
  table-layout: fixed;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view table td {
  min-width: 5px;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view table.fr-dashed-borders td, .fr-view table.fr-dashed-borders th {
  border-style: dashed;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view table td, .fr-view table th {
  border: 1px solid #ddd;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view table td:empty, .fr-view table th:empty {
  height: 20px;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view table td.fr-highlighted, .fr-view table th.fr-highlighted {
  border: 1px double red;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view table td.fr-thick, .fr-view table th.fr-thick {
  border-width: 2px;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view table th {
  background: #e6e6e6;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  page-break-after: always;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view .fr-file {
  position: relative;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view .fr-file::after {
  position: relative;
  content: "\1F4CE";
  font-weight: 400;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: visible;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view[dir=rtl] blockquote {
  border-left: 0;
  border-right: solid 2px #5e35b1;
  margin-right: 0;
  padding-right: 5px;
  padding-left: 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view[dir=rtl] blockquote blockquote {
  border-color: #00bcd4;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view[dir=rtl] blockquote blockquote blockquote {
  border-color: #43a047;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view blockquote {
  border-left: solid 2px #5e35b1;
  margin-left: 0;
  padding-left: 5px;
  color: #5e35b1;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view blockquote blockquote {
  border-color: #00bcd4;
  color: #00bcd4;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view blockquote blockquote blockquote {
  border-color: #43a047;
  color: #43a047;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view span.fr-emoticon {
  font-weight: 400;
  font-family: "Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols;
  display: inline;
  line-height: 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -.1em .1em .1em;
  line-height: 1;
  vertical-align: middle;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view .fr-text-gray {
  color: #AAA !important;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view .fr-text-spaced {
  letter-spacing: 1px;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view .fr-text-uppercase {
  text-transform: uppercase;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view img {
  position: relative;
  max-width: 100%;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view img.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view img.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view span.fr-img-caption {
  position: relative;
  max-width: 100%;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view span.fr-img-caption.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view span.fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view span.fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view span.fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view .fr-video {
  text-align: center;
  position: relative;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view .fr-video > * {
  box-sizing: content-box;
  max-width: 100%;
  border: 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view .fr-video.fr-dvi {
  display: inline-block;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view a.fr-strong {
  font-weight: 700;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view a.fr-green {
  color: green;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view .fr-img-caption {
  text-align: center;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view .fr-img-caption .fr-img-wrap {
  padding: 0;
  display: inline-block;
  margin: auto;
  text-align: center;
  width: 100%;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view .fr-img-caption .fr-img-wrap img {
  display: block;
  margin: auto;
  width: 100%;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view .fr-img-caption .fr-img-wrap > span {
  margin: auto;
  display: block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
  box-sizing: border-box;
  -webkit-opacity: .9;
  -moz-opacity: .9;
  opacity: .9;
  -ms-filter: "alpha(Opacity=0)";
  width: 100%;
  text-align: center;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view button.fr-rounded, .fr-view input.fr-rounded, .fr-view textarea.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
.fr-view button.fr-large, .fr-view input.fr-large, .fr-view textarea.fr-large {
  font-size: 24px;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
a.fr-view.fr-strong {
  font-weight: 700;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
a.fr-view.fr-green {
  color: green;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
img.fr-view {
  position: relative;
  max-width: 100%;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
img.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
img.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
img.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
img.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
img.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
img.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
span.fr-img-caption.fr-view {
  position: relative;
  max-width: 100%;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
span.fr-img-caption.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
span.fr-img-caption.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
span.fr-img-caption.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
span.fr-img-caption.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
span.fr-img-caption.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

/* line 7, vendor/assets/stylesheets/froala-editor/froala_style.min.css */
span.fr-img-caption.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

/*!
 * froala_editor v2.8.0 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */
/* line 7, vendor/assets/stylesheets/froala-editor/plugins/code_view.min.css */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/plugins/code_view.min.css */
.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/plugins/code_view.min.css */
textarea.fr-code {
  display: none;
  width: 100%;
  resize: none;
  -moz-resize: none;
  -webkit-resize: none;
  box-sizing: border-box;
  border: 0;
  padding: 10px;
  margin: 0;
  font-family: "Courier New",monospace;
  font-size: 14px;
  background: #fff;
  color: #000;
  outline: 0;
}

/* line 7, vendor/assets/stylesheets/froala-editor/plugins/code_view.min.css */
.fr-box.fr-rtl textarea.fr-code {
  direction: rtl;
}

/* line 7, vendor/assets/stylesheets/froala-editor/plugins/code_view.min.css */
.fr-box .CodeMirror {
  display: none;
}

/* line 7, vendor/assets/stylesheets/froala-editor/plugins/code_view.min.css */
.fr-box.fr-code-view textarea.fr-code {
  display: block;
}

/* line 7, vendor/assets/stylesheets/froala-editor/plugins/code_view.min.css */
.fr-box.fr-code-view.fr-inline {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

/* line 7, vendor/assets/stylesheets/froala-editor/plugins/code_view.min.css */
.fr-box.fr-code-view .fr-element, .fr-box.fr-code-view .fr-placeholder, .fr-box.fr-code-view .fr-iframe {
  display: none;
}

/* line 7, vendor/assets/stylesheets/froala-editor/plugins/code_view.min.css */
.fr-box.fr-code-view .CodeMirror {
  display: block;
}

/* line 7, vendor/assets/stylesheets/froala-editor/plugins/code_view.min.css */
.fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch {
  display: block;
}

/* line 7, vendor/assets/stylesheets/froala-editor/plugins/code_view.min.css */
.fr-box.fr-inline .fr-command.fr-btn.html-switch {
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  display: none;
  background: #fff;
  color: #222;
  -moz-outline: 0;
  outline: 0;
  border: 0;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  padding: 12px;
  -webkit-transition: background .2s ease 0s;
  -moz-transition: background .2s ease 0s;
  -ms-transition: background .2s ease 0s;
  -o-transition: background .2s ease 0s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 2;
  box-sizing: border-box;
  text-decoration: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* line 7, vendor/assets/stylesheets/froala-editor/plugins/code_view.min.css */
.fr-box.fr-inline .fr-command.fr-btn.html-switch i {
  font-size: 14px;
  width: 14px;
  text-align: center;
}

/* line 7, vendor/assets/stylesheets/froala-editor/plugins/code_view.min.css */
.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
  background: #ebebeb;
}

/**** Functions ****/
/**** Mixins ****/
/* line 1, app/assets/stylesheets/custom/_layout.scss */
*:focus, *:active {
  box-shadow: none !important;
  outline: none !important;
}

/* line 6, app/assets/stylesheets/custom/_layout.scss */
html {
  height: 100%;
  width: 100%;
}

/* line 11, app/assets/stylesheets/custom/_layout.scss */
body {
  background-color: white;
  height: 100%;
  width: 100%;
  margin: 0;
  position: relative;
  font-size: 0.875rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  color: #03071b;
}

/* line 23, app/assets/stylesheets/custom/_layout.scss */
.main {
  flex-grow: 1;
  background-color: #fbfbfb;
  left: 50px;
  top: 0;
  height: calc(100vh - 51px);
}

/* line 30, app/assets/stylesheets/custom/_layout.scss */
.main .no.sidebar.navbar {
  position: inherit;
  left: 0;
  margin-top: 0;
  width: 100vw;
}

/* line 38, app/assets/stylesheets/custom/_layout.scss */
.scroll-wrapper {
  overflow: -moz-scrollbars-vertical;
  overflow-y: auto;
  background-color: #fbfbfb;
}

/* line 44, app/assets/stylesheets/custom/_layout.scss */
.viewport {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0px 0px 0px 20px;
  background-color: white;
}

/* line 53, app/assets/stylesheets/custom/_layout.scss */
a:hover {
  text-decoration: underline;
}

/* line 58, app/assets/stylesheets/custom/_layout.scss */
.loader,
.loader:after {
  border-radius: 50%;
  width: 1em;
  height: 1em;
}

/* line 64, app/assets/stylesheets/custom/_layout.scss */
.loader {
  position: relative;
  border-top: 0.2em solid rgba(255, 255, 255, 0);
  border-right: 0.2em solid #000000;
  border-bottom: 0.2em solid #000000;
  border-left: 0.2em solid #000000;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}

@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 1, app/assets/stylesheets/custom/_buttons.scss */
.btn {
  font-size: 0.875rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  color: #03071b !important;
}

/* line 6, app/assets/stylesheets/custom/_buttons.scss */
.btn-primary {
  background: #36777e;
  color: white !important;
  border: 0px;
}

/* line 12, app/assets/stylesheets/custom/_buttons.scss */
.btn-background-primary-light {
  background: #70738a;
  color: white !important;
  border: 0px;
}

/* line 18, app/assets/stylesheets/custom/_buttons.scss */
.btn-background-primary, .btn-selected {
  background: #10163c;
  color: white !important;
  border: 0px;
}

/* line 28, app/assets/stylesheets/custom/_buttons.scss */
.btn-primary:hover {
  color: white !important;
  background: #499fa7 !important;
}

/* line 33, app/assets/stylesheets/custom/_buttons.scss */
.btn-secondary {
  color: #10163c;
  background: #e89d2c !important;
}

/* line 38, app/assets/stylesheets/custom/_buttons.scss */
.btn-light, .bootstrap-select .dropdown-toggle {
  font-weight: 500;
}

/* line 40, app/assets/stylesheets/custom/_buttons.scss */
.btn-light:focus, .bootstrap-select .dropdown-toggle:focus {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

/* line 45, app/assets/stylesheets/custom/_buttons.scss */
.btn-light-blue {
  background: #77c5cf;
  color: white !important;
}

/* line 50, app/assets/stylesheets/custom/_buttons.scss */
.btn-rounded {
  border-radius: 1000px;
}

/* line 54, app/assets/stylesheets/custom/_buttons.scss */
.btn-link {
  box-shadow: none;
  padding: 0;
}

/* line 57, app/assets/stylesheets/custom/_buttons.scss */
.btn-link:hover {
  text-decoration: none;
}

/* line 63, app/assets/stylesheets/custom/_buttons.scss */
.btn-danger {
  color: white !important;
}

/* line 67, app/assets/stylesheets/custom/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 8px 30px;
}

/* line 71, app/assets/stylesheets/custom/_buttons.scss */
.btn-xl {
  padding: 12px 50px;
  font-size: 1em;
}

/* line 76, app/assets/stylesheets/custom/_buttons.scss */
.btn[disabled] {
  cursor: not-allowed;
}

/* line 80, app/assets/stylesheets/custom/_buttons.scss */
.btn.upgrade-now {
  background: #ff7a7e;
  color: white !important;
  box-shadow: none;
  border-radius: 50px;
  font-size: 12px;
  padding: 10px;
  width: 100%;
  font-weight: bold;
  text-align: center;
}

/* line 93, app/assets/stylesheets/custom/_buttons.scss */
.btn-extension-header {
  width: 300px;
  min-width: 300px;
  padding: 7px 0;
  background-color: white;
  font-weight: bold;
  border: none;
  box-shadow: none;
}

/* line 101, app/assets/stylesheets/custom/_buttons.scss */
.btn-extension-header:before {
  content: '';
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

/* line 110, app/assets/stylesheets/custom/_buttons.scss */
.btn-provider {
  padding: 7px 0;
  background-color: white;
  font-weight: bold;
  border: 2px solid #efefef;
  box-shadow: none;
}

/* line 116, app/assets/stylesheets/custom/_buttons.scss */
.btn-provider:before {
  content: '';
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

/* line 124, app/assets/stylesheets/custom/_buttons.scss */
.btn-provider:hover {
  border: 2px solid #afafb2;
}

/* line 130, app/assets/stylesheets/custom/_buttons.scss */
.btn-ios:before {
  background-image: url(/assets/icons/apple-logo-9a153b28c55ef1616da4ae5acdaa3374c176bf03d0ac94307101960e7ef846cf.gif);
  background-size: 35px;
  width: 35px;
  height: 35px;
}

/* line 139, app/assets/stylesheets/custom/_buttons.scss */
.btn-android:before {
  background-image: url(/assets/icons/android-460847f7fb1cbbf34c3704d2eedb692b376daae8808c73fe1d9e6ee0a90c2805.png);
  background-size: 35px;
  width: 35px;
  height: 35px;
}

/* line 148, app/assets/stylesheets/custom/_buttons.scss */
.btn-office365:before {
  background-image: url(/assets/icons/ms-symbollockup_mssymbol_19-c1c2abd26157de86890d18b51c877208-6843bfb9a1b1167c62d6b142d334b778dc7aeaf52762b49ace761d4e9736f4f1.svg);
  background-size: 35px;
  width: 35px;
  height: 35px;
}

/* line 156, app/assets/stylesheets/custom/_buttons.scss */
.btn-google {
  margin-bottom: 8px;
}

/* line 158, app/assets/stylesheets/custom/_buttons.scss */
.btn-google:before {
  background-image: url(/assets/icons/google_g_logo-7852f7e9e8f35093d0b1c75fb3c5d8e7d20fae2f911636c5905bd9b7f78f86d0.svg);
  background-size: 35px;
  width: 35px;
  height: 35px;
}

/* line 167, app/assets/stylesheets/custom/_buttons.scss */
.btn-chrome:before {
  background-image: url(/assets/icons/chrome-159556aefb63938d3345ce69ff54e3c580cb9acfc612b31a815fd401c8fe6f02.png);
  background-size: 35px;
  width: 35px;
  height: 35px;
}

/* line 176, app/assets/stylesheets/custom/_buttons.scss */
.btn-exchange:before {
  background-image: url(/assets/icons/ms-symbollockup_mssymbol_19-c1c2abd26157de86890d18b51c877208-6843bfb9a1b1167c62d6b142d334b778dc7aeaf52762b49ace761d4e9736f4f1.svg);
  background-size: 35px;
  width: 35px;
  height: 35px;
}

/* line 1, app/assets/stylesheets/custom/_forms.scss */
.form-control {
  font-size: 0.875rem;
}

/* line 5, app/assets/stylesheets/custom/_forms.scss */
input.boolean {
  margin-right: 4px;
}

/* line 9, app/assets/stylesheets/custom/_forms.scss */
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 19, app/assets/stylesheets/custom/_forms.scss */
.date-range-selector .dropdown-toggle {
  padding-bottom: 4px;
  padding-top: 4px;
  line-height: 2;
  box-shadow: none;
  border: 1px solid #cfd0d8;
}

/* line 28, app/assets/stylesheets/custom/_forms.scss */
.teammate-selector {
  width: 95%;
  margin-right: 10px;
}

/* line 1, app/assets/stylesheets/custom/_tables.scss */
.table-bordered th {
  border: none;
}

/* line 5, app/assets/stylesheets/custom/_tables.scss */
.dropdown-menu {
  font-size: 0.875rem;
}

/* line 10, app/assets/stylesheets/custom/_tables.scss */
.dropdown-toggle.hide-arrow::after {
  display: none;
}

/* line 15, app/assets/stylesheets/custom/_tables.scss */
.table {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* line 18, app/assets/stylesheets/custom/_tables.scss */
.table thead {
  background-color: #fbfbfb;
}

/* line 20, app/assets/stylesheets/custom/_tables.scss */
.table thead th {
  font-size: 0.875rem;
}

/* line 23, app/assets/stylesheets/custom/_tables.scss */
.table thead th:first-child {
  padding-left: 20px;
}

/* line 30, app/assets/stylesheets/custom/_tables.scss */
.table tbody tr.cursor-pointer {
  cursor: pointer;
}

/* line 34, app/assets/stylesheets/custom/_tables.scss */
.table tbody tr.even-row td.force-colored {
  border-bottom: none;
}

/* line 39, app/assets/stylesheets/custom/_tables.scss */
.table tbody tr.odd-row td.force-colored {
  border-bottom: none;
}

/* line 44, app/assets/stylesheets/custom/_tables.scss */
.table tbody tr.extra-row td.force-colored {
  border: none;
  padding: 0;
}

/* line 48, app/assets/stylesheets/custom/_tables.scss */
.table tbody tr.extra-row td.force-colored .extra-row-contents {
  margin-top: -2px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: white;
}

/* line 57, app/assets/stylesheets/custom/_tables.scss */
.table tbody tr.extra-row.even-extra-row td .extra-row-contents {
  border: none;
  border-top: none;
  background-color: white;
}

/* line 65, app/assets/stylesheets/custom/_tables.scss */
.table tbody tr.extra-row.odd-extra-row td .extra-row-contents {
  border: none;
  border-top: none;
}

/* line 74, app/assets/stylesheets/custom/_tables.scss */
.table tbody tr:nth-of-type(odd) td {
  background-color: white;
}

/* line 80, app/assets/stylesheets/custom/_tables.scss */
.table tbody tr:nth-of-type(even) td {
  background-color: white;
}

/* line 86, app/assets/stylesheets/custom/_tables.scss */
.table tbody tr:hover td {
  background-color: #fbfbfb;
}

/* line 91, app/assets/stylesheets/custom/_tables.scss */
.table tbody tr td {
  vertical-align: middle;
}

/* line 93, app/assets/stylesheets/custom/_tables.scss */
.table tbody tr td:not(:first-child) {
  border-right: none;
  border-left: none;
}

/* line 97, app/assets/stylesheets/custom/_tables.scss */
.table tbody tr td:first-child {
  padding-left: 20px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-right: none;
}

/* line 103, app/assets/stylesheets/custom/_tables.scss */
.table tbody tr td:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-left: none;
}

/* line 1, app/assets/stylesheets/custom/_datepicker.scss */
.gj-datepicker {
  max-width: 200px;
}

/* line 4, app/assets/stylesheets/custom/_datepicker.scss */
.gj-datepicker span .input-group-text {
  padding: 6px 8px 7px 30px !important;
}

/* line 9, app/assets/stylesheets/custom/_datepicker.scss */
.gj-calendar-bootstrap {
  border-radius: 3px;
}

/* line 11, app/assets/stylesheets/custom/_datepicker.scss */
.gj-calendar-bootstrap .fa-chevron-left, .gj-calendar-bootstrap .fa-chevron-right {
  background-color: #afafb2;
  color: #fff;
  border-radius: 100%;
  padding: 5px 7px;
  font-size: 0.75em;
  line-height: 1em;
}

/* line 19, app/assets/stylesheets/custom/_datepicker.scss */
.gj-calendar-bootstrap tr[role="week-days"] {
  color: #36777e;
  font-size: 0.75em;
}

/* line 23, app/assets/stylesheets/custom/_datepicker.scss */
.gj-calendar-bootstrap td div, .gj-calendar-bootstrap .month {
  font-size: 0.75em;
}

/* line 26, app/assets/stylesheets/custom/_datepicker.scss */
.gj-calendar-bootstrap td.current-month div {
  color: #afafb2 !important;
}

/* line 29, app/assets/stylesheets/custom/_datepicker.scss */
.gj-calendar-bootstrap td.other-month div {
  color: #e9ecef !important;
}

/* line 32, app/assets/stylesheets/custom/_datepicker.scss */
.gj-calendar-bootstrap td.gj-cursor-pointer:hover {
  border-radius: 100% !important;
  background-color: #f8f9fa;
}

/* line 36, app/assets/stylesheets/custom/_datepicker.scss */
.gj-calendar-bootstrap td.gj-cursor-pointer div:hover {
  background-color: transparent !important;
}

/* line 39, app/assets/stylesheets/custom/_datepicker.scss */
.gj-calendar-bootstrap td.today, .gj-calendar-bootstrap td.selected {
  background-color: #e89d2c !important;
  border-radius: 100%;
}

/* line 42, app/assets/stylesheets/custom/_datepicker.scss */
.gj-calendar-bootstrap td.today div, .gj-calendar-bootstrap td.selected div {
  color: #fff !important;
  font-weight: normal !important;
}

/* line 47, app/assets/stylesheets/custom/_datepicker.scss */
.gj-calendar-bootstrap td.selected, .gj-calendar-bootstrap td.selected:hover {
  background-color: #70738a !important;
}

/* line 49, app/assets/stylesheets/custom/_datepicker.scss */
.gj-calendar-bootstrap td.selected div, .gj-calendar-bootstrap td.selected:hover div {
  background-color: transparent !important;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] .aos-animate[data-aos] {
  transition-delay: 50ms;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] .aos-animate[data-aos] {
  transition-delay: .1s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] .aos-animate[data-aos] {
  transition-delay: .15s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] .aos-animate[data-aos] {
  transition-delay: .2s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] .aos-animate[data-aos] {
  transition-delay: .25s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] .aos-animate[data-aos] {
  transition-delay: .3s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] .aos-animate[data-aos] {
  transition-delay: .35s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] .aos-animate[data-aos] {
  transition-delay: .4s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] .aos-animate[data-aos] {
  transition-delay: .45s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] .aos-animate[data-aos] {
  transition-delay: .5s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] .aos-animate[data-aos] {
  transition-delay: .55s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] .aos-animate[data-aos] {
  transition-delay: .6s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] .aos-animate[data-aos] {
  transition-delay: .65s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] .aos-animate[data-aos] {
  transition-delay: .7s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] .aos-animate[data-aos] {
  transition-delay: .75s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] .aos-animate[data-aos] {
  transition-delay: .8s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] .aos-animate[data-aos] {
  transition-delay: .85s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] .aos-animate[data-aos] {
  transition-delay: .9s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] .aos-animate[data-aos] {
  transition-delay: .95s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] .aos-animate[data-aos] {
  transition-delay: 1s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] .aos-animate[data-aos] {
  transition-delay: 1.05s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] .aos-animate[data-aos] {
  transition-delay: 1.1s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] .aos-animate[data-aos] {
  transition-delay: 1.15s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] .aos-animate[data-aos] {
  transition-delay: 1.2s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] .aos-animate[data-aos] {
  transition-delay: 1.25s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] .aos-animate[data-aos] {
  transition-delay: 1.3s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] .aos-animate[data-aos] {
  transition-delay: 1.35s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] .aos-animate[data-aos] {
  transition-delay: 1.4s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] .aos-animate[data-aos] {
  transition-delay: 1.45s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] .aos-animate[data-aos] {
  transition-delay: 1.5s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] .aos-animate[data-aos] {
  transition-delay: 1.55s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] .aos-animate[data-aos] {
  transition-delay: 1.6s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] .aos-animate[data-aos] {
  transition-delay: 1.65s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] .aos-animate[data-aos] {
  transition-delay: 1.7s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] .aos-animate[data-aos] {
  transition-delay: 1.75s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] .aos-animate[data-aos] {
  transition-delay: 1.8s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] .aos-animate[data-aos] {
  transition-delay: 1.85s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] .aos-animate[data-aos] {
  transition-delay: 1.9s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] .aos-animate[data-aos] {
  transition-delay: 1.95s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] .aos-animate[data-aos] {
  transition-delay: 2s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] .aos-animate[data-aos] {
  transition-delay: 2.05s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] .aos-animate[data-aos] {
  transition-delay: 2.1s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] .aos-animate[data-aos] {
  transition-delay: 2.15s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] .aos-animate[data-aos] {
  transition-delay: 2.2s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] .aos-animate[data-aos] {
  transition-delay: 2.25s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] .aos-animate[data-aos] {
  transition-delay: 2.3s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] .aos-animate[data-aos] {
  transition-delay: 2.35s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] .aos-animate[data-aos] {
  transition-delay: 2.4s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] .aos-animate[data-aos] {
  transition-delay: 2.45s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] .aos-animate[data-aos] {
  transition-delay: 2.5s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] .aos-animate[data-aos] {
  transition-delay: 2.55s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] .aos-animate[data-aos] {
  transition-delay: 2.6s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] .aos-animate[data-aos] {
  transition-delay: 2.65s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] .aos-animate[data-aos] {
  transition-delay: 2.7s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] .aos-animate[data-aos] {
  transition-delay: 2.75s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] .aos-animate[data-aos] {
  transition-delay: 2.8s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] .aos-animate[data-aos] {
  transition-delay: 2.85s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] .aos-animate[data-aos] {
  transition-delay: 2.9s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] .aos-animate[data-aos] {
  transition-delay: 2.95s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] .aos-animate[data-aos] {
  transition-delay: 3s;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos^=fade][data-aos^=fade] {
  opacity: 1;
  transform: translateZ(0);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos^=zoom][data-aos^=zoom] {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos=zoom-in] {
  transform: scale(0.6);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos=zoom-out] {
  transform: scale(1.2);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos^=slide][data-aos^=slide] {
  transform: translateZ(0);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(0);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(0);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(0);
}

/* line 1, vendor/assets/stylesheets/aos.css */
[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

/* line 1, vendor/assets/stylesheets/aos.css */
.aos-animate[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(0);
}

/*!
 * bootstrap-tokenfield
 * https://github.com/sliptree/bootstrap-tokenfield
 * Copyright 2013-2014 Sliptree and other contributors; Licensed MIT
 */

@keyframes blink {
  0% {
    border-color: #ededed;
  }
  100% {
    border-color: #b94a48;
  }
}

/* line 30, vendor/assets/stylesheets/tokenfield/bootstrap-tokenfield.css */
.tokenfield {
  height: auto;
  min-height: 34px;
  padding-bottom: 0px;
}

/* line 35, vendor/assets/stylesheets/tokenfield/bootstrap-tokenfield.css */
.tokenfield.focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 41, vendor/assets/stylesheets/tokenfield/bootstrap-tokenfield.css */
.tokenfield .token {
  box-sizing: border-box;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #d9d9d9;
  background-color: #ededed;
  white-space: nowrap;
  margin: -1px 5px 5px 0;
  height: 22px;
  vertical-align: top;
  cursor: default;
}

/* line 57, vendor/assets/stylesheets/tokenfield/bootstrap-tokenfield.css */
.tokenfield .token:hover {
  border-color: #b9b9b9;
}

/* line 60, vendor/assets/stylesheets/tokenfield/bootstrap-tokenfield.css */
.tokenfield .token.active {
  border-color: #52a8ec;
  border-color: rgba(82, 168, 236, 0.8);
}

/* line 64, vendor/assets/stylesheets/tokenfield/bootstrap-tokenfield.css */
.tokenfield .token.duplicate {
  border-color: #ebccd1;
  animation-name: blink;
  animation-duration: 0.1s;
  animation-direction: normal;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

/* line 77, vendor/assets/stylesheets/tokenfield/bootstrap-tokenfield.css */
.tokenfield .token.invalid {
  background: none;
  border: 1px solid transparent;
  border-radius: 0;
  border-bottom: 1px dotted #d9534f;
}

/* line 85, vendor/assets/stylesheets/tokenfield/bootstrap-tokenfield.css */
.tokenfield .token.invalid.active {
  background: #ededed;
  border: 1px solid #ededed;
  border-radius: 3px;
}

/* line 92, vendor/assets/stylesheets/tokenfield/bootstrap-tokenfield.css */
.tokenfield .token .token-label {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 4px;
  vertical-align: top;
}

/* line 99, vendor/assets/stylesheets/tokenfield/bootstrap-tokenfield.css */
.tokenfield .token .close {
  font-family: Arial;
  display: inline-block;
  line-height: 100%;
  font-size: 1.1em;
  line-height: 1.49em;
  margin-left: 5px;
  float: none;
  height: 100%;
  vertical-align: top;
  padding-right: 4px;
}

/* line 111, vendor/assets/stylesheets/tokenfield/bootstrap-tokenfield.css */
.tokenfield .token-input {
  background: none;
  width: 60px;
  min-width: 60px;
  border: 0;
  height: 20px;
  padding: 0;
  margin-bottom: 6px;
  box-shadow: none;
}

/* line 122, vendor/assets/stylesheets/tokenfield/bootstrap-tokenfield.css */
.tokenfield .token-input:focus {
  border-color: transparent;
  outline: 0;
  /* IE6-9 */
  box-shadow: none;
}

/* line 129, vendor/assets/stylesheets/tokenfield/bootstrap-tokenfield.css */
.tokenfield.disabled {
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 133, vendor/assets/stylesheets/tokenfield/bootstrap-tokenfield.css */
.tokenfield.disabled .token-input {
  cursor: not-allowed;
}

/* line 136, vendor/assets/stylesheets/tokenfield/bootstrap-tokenfield.css */
.tokenfield.disabled .token:hover {
  cursor: not-allowed;
  border-color: #d9d9d9;
}

/* line 140, vendor/assets/stylesheets/tokenfield/bootstrap-tokenfield.css */
.tokenfield.disabled .token:hover .close {
  cursor: not-allowed;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 145, vendor/assets/stylesheets/tokenfield/bootstrap-tokenfield.css */
.has-warning .tokenfield.focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 150, vendor/assets/stylesheets/tokenfield/bootstrap-tokenfield.css */
.has-error .tokenfield.focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 155, vendor/assets/stylesheets/tokenfield/bootstrap-tokenfield.css */
.has-success .tokenfield.focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 160, vendor/assets/stylesheets/tokenfield/bootstrap-tokenfield.css */
.tokenfield.input-sm,
.input-group-sm .tokenfield {
  min-height: 30px;
  padding-bottom: 0px;
}

/* line 165, vendor/assets/stylesheets/tokenfield/bootstrap-tokenfield.css */
.input-group-sm .token,
.tokenfield.input-sm .token {
  height: 20px;
  margin-bottom: 4px;
}

/* line 170, vendor/assets/stylesheets/tokenfield/bootstrap-tokenfield.css */
.input-group-sm .token-input,
.tokenfield.input-sm .token-input {
  height: 18px;
  margin-bottom: 5px;
}

/* line 175, vendor/assets/stylesheets/tokenfield/bootstrap-tokenfield.css */
.tokenfield.input-lg,
.input-group-lg .tokenfield {
  height: auto;
  min-height: 45px;
  padding-bottom: 4px;
}

/* line 181, vendor/assets/stylesheets/tokenfield/bootstrap-tokenfield.css */
.input-group-lg .token,
.tokenfield.input-lg .token {
  height: 25px;
}

/* line 185, vendor/assets/stylesheets/tokenfield/bootstrap-tokenfield.css */
.input-group-lg .token-label,
.tokenfield.input-lg .token-label {
  line-height: 23px;
}

/* line 189, vendor/assets/stylesheets/tokenfield/bootstrap-tokenfield.css */
.input-group-lg .token .close,
.tokenfield.input-lg .token .close {
  line-height: 1.3em;
}

/* line 193, vendor/assets/stylesheets/tokenfield/bootstrap-tokenfield.css */
.input-group-lg .token-input,
.tokenfield.input-lg .token-input {
  height: 23px;
  line-height: 23px;
  margin-bottom: 6px;
  vertical-align: top;
}

/* line 200, vendor/assets/stylesheets/tokenfield/bootstrap-tokenfield.css */
.tokenfield.rtl {
  direction: rtl;
  text-align: right;
}

/* line 204, vendor/assets/stylesheets/tokenfield/bootstrap-tokenfield.css */
.tokenfield.rtl .token {
  margin: -1px 0 5px 5px;
}

/* line 207, vendor/assets/stylesheets/tokenfield/bootstrap-tokenfield.css */
.tokenfield.rtl .token .token-label {
  padding-left: 0px;
  padding-right: 4px;
}

/*!
 * bootstrap-tokenfield
 * https://github.com/sliptree/bootstrap-tokenfield
 * Copyright 2013-2014 Sliptree and other contributors; Licensed MIT
 */
/* General Typeahead styling, from http://jsfiddle.net/ragulka/Dy9au/1/ */
/* line 7, vendor/assets/stylesheets/tokenfield/tokenfield-typeahead-modified-by-topfunnel.css */
.twitter-typeahead {
  width: 100%;
  position: relative;
  vertical-align: top;
}

/* line 12, vendor/assets/stylesheets/tokenfield/tokenfield-typeahead-modified-by-topfunnel.css */
.twitter-typeahead .tt-input,
.twitter-typeahead .tt-hint {
  margin: 0;
  width: 100%;
  vertical-align: middle;
  background-color: #ffffff;
}

/* line 19, vendor/assets/stylesheets/tokenfield/tokenfield-typeahead-modified-by-topfunnel.css */
.twitter-typeahead .tt-hint {
  color: #999999;
  z-index: 1;
  border: 1px solid transparent;
}

/* line 24, vendor/assets/stylesheets/tokenfield/tokenfield-typeahead-modified-by-topfunnel.css */
.twitter-typeahead .tt-input {
  color: #555555;
  z-index: 2;
}

/* line 28, vendor/assets/stylesheets/tokenfield/tokenfield-typeahead-modified-by-topfunnel.css */
.twitter-typeahead .tt-input,
.twitter-typeahead .tt-hint {
  /* removed by topfunnel
  height: 34px;
  padding: 6px 12px;
*/
  font-size: 14px;
  line-height: 1.428571429;
}

/* line 37, vendor/assets/stylesheets/tokenfield/tokenfield-typeahead-modified-by-topfunnel.css */
.twitter-typeahead .input-sm.tt-input,
.twitter-typeahead .hint-sm.tt-hint {
  border-radius: 3px;
}

/* line 41, vendor/assets/stylesheets/tokenfield/tokenfield-typeahead-modified-by-topfunnel.css */
.twitter-typeahead .input-lg.tt-input,
.twitter-typeahead .hint-lg.tt-hint {
  border-radius: 6px;
}

/* line 45, vendor/assets/stylesheets/tokenfield/tokenfield-typeahead-modified-by-topfunnel.css */
.input-group .twitter-typeahead:first-child .tt-input,
.input-group .twitter-typeahead:first-child .tt-hint {
  border-radius: 4px 0 0 4px !important;
}

/* line 49, vendor/assets/stylesheets/tokenfield/tokenfield-typeahead-modified-by-topfunnel.css */
.input-group .twitter-typeahead:last-child .tt-input,
.input-group .twitter-typeahead:last-child .tt-hint {
  border-radius: 0 4px 4px 0 !important;
}

/* line 53, vendor/assets/stylesheets/tokenfield/tokenfield-typeahead-modified-by-topfunnel.css */
.input-group.input-group-sm .twitter-typeahead:first-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:first-child .tt-hint {
  border-radius: 3px 0 0 3px !important;
}

/* line 57, vendor/assets/stylesheets/tokenfield/tokenfield-typeahead-modified-by-topfunnel.css */
.input-group.input-group-sm .twitter-typeahead:last-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:last-child .tt-hint {
  border-radius: 0 3px 3px 0 !important;
}

/* line 61, vendor/assets/stylesheets/tokenfield/tokenfield-typeahead-modified-by-topfunnel.css */
.input-sm.tt-input,
.hint-sm.tt-hint,
.input-group.input-group-sm .tt-input,
.input-group.input-group-sm .tt-hint {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 70, vendor/assets/stylesheets/tokenfield/tokenfield-typeahead-modified-by-topfunnel.css */
.input-group.input-group-lg .twitter-typeahead:first-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:first-child .tt-hint {
  border-radius: 6px 0 0 6px !important;
}

/* line 74, vendor/assets/stylesheets/tokenfield/tokenfield-typeahead-modified-by-topfunnel.css */
.input-group.input-group-lg .twitter-typeahead:last-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:last-child .tt-hint {
  border-radius: 0 6px 6px 0 !important;
}

/* line 78, vendor/assets/stylesheets/tokenfield/tokenfield-typeahead-modified-by-topfunnel.css */
.input-lg.tt-input,
.hint-lg.tt-hint,
.input-group.input-group-lg .tt-input,
.input-group.input-group-lg .tt-hint {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}

/* line 87, vendor/assets/stylesheets/tokenfield/tokenfield-typeahead-modified-by-topfunnel.css */
.tt-dropdown-menu {
  width: 100%;
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

/* line 104, vendor/assets/stylesheets/tokenfield/tokenfield-typeahead-modified-by-topfunnel.css */
.tt-suggestion {
  display: block;
  padding: 3px 20px;
}

/* line 108, vendor/assets/stylesheets/tokenfield/tokenfield-typeahead-modified-by-topfunnel.css */
.tt-suggestion.tt-cursor {
  color: #262626;
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

/* line 115, vendor/assets/stylesheets/tokenfield/tokenfield-typeahead-modified-by-topfunnel.css */
.tt-suggestion.tt-cursor a {
  color: #ffffff;
}

/* line 118, vendor/assets/stylesheets/tokenfield/tokenfield-typeahead-modified-by-topfunnel.css */
.tt-suggestion p {
  margin: 0;
}

/* Tokenfield-specific Typeahead styling */
/* line 122, vendor/assets/stylesheets/tokenfield/tokenfield-typeahead-modified-by-topfunnel.css */
.tokenfield .twitter-typeahead {
  width: auto;
}

/* line 125, vendor/assets/stylesheets/tokenfield/tokenfield-typeahead-modified-by-topfunnel.css */
.tokenfield .twitter-typeahead .tt-hint {
  padding: 0;
  height: 20px;
}

/* line 129, vendor/assets/stylesheets/tokenfield/tokenfield-typeahead-modified-by-topfunnel.css */
.tokenfield.input-sm .twitter-typeahead .tt-input,
.tokenfield.input-sm .twitter-typeahead .tt-hint {
  height: 18px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 135, vendor/assets/stylesheets/tokenfield/tokenfield-typeahead-modified-by-topfunnel.css */
.tokenfield.input-lg .twitter-typeahead .tt-input,
.tokenfield.input-lg .twitter-typeahead .tt-hint {
  height: 23px;
  font-size: 18px;
  line-height: 1.33;
}

/* line 141, vendor/assets/stylesheets/tokenfield/tokenfield-typeahead-modified-by-topfunnel.css */
.tokenfield .twitter-typeahead .tt-suggestions {
  font-size: 14px;
}

/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*
 *= require jquery-ui/theme
 */
/* Layout helpers
----------------------------------*/
/* line 17, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/core.css */
.ui-helper-hidden {
  display: none;
}

/* line 20, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/core.css */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 30, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/core.css */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 40, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/core.css */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 46, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/core.css */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 49, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/core.css */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  /* support: IE8 */
}

/* line 59, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/core.css */
.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
/* line 66, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/core.css */
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
/* line 74, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/core.css */
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* line 84, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/core.css */
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 94, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/core.css */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/*
 *= depend_on_asset "jquery-ui/ui-icons_444444_256x240.png"
 *= depend_on_asset "jquery-ui/ui-icons_555555_256x240.png"
 *= depend_on_asset "jquery-ui/ui-icons_ffffff_256x240.png"
 *= depend_on_asset "jquery-ui/ui-icons_777620_256x240.png"
 *= depend_on_asset "jquery-ui/ui-icons_cc0000_256x240.png"
 *= depend_on_asset "jquery-ui/ui-icons_777777_256x240.png"
 */
/* Component containers
----------------------------------*/
/* line 27, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

/* line 31, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 34, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

/* line 41, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

/* line 44, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

/* line 49, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget-content a {
  color: #333333;
}

/* line 52, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

/* line 58, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
/* line 64, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.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;
}

/* line 78, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a.ui-button:link,
a.ui-button:visited,
.ui-button {
  color: #454545;
  text-decoration: none;
}

/* line 88, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.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 #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

/* line 101, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.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;
}

/* line 115, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

/* line 118, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.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: #ffffff;
}

/* line 129, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

/* line 134, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
/* line 143, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

/* line 150, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

/* line 154, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

/* line 159, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

/* line 166, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

/* line 171, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

/* line 176, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 181, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  /* support: IE8 */
  font-weight: normal;
}

/* line 188, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  -ms-filter: "alpha(opacity=35)";
  /* support: IE8 */
  background-image: none;
}

/* line 195, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)";
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
/* line 203, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* line 207, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png);
}

/* line 211, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget-header .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png);
}

/* line 214, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.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-2ae1a3121a9024293d3d98f529f49edd9609e4043974e86304e263f811e865b8.png);
}

/* line 220, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-063ff6c0b18fa40b9a89952c7a14ba75909dc2a6012612d83c40b9ef77df08e9.png);
}

/* line 224, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-db31659e24ef3c3402c3cce811aaa4f6e6c69d353f32ddf40ce43f80e98e1297.png);
}

/* line 228, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-32d2aace8d299dd84d2e10ce1f1eb9cbb83550e147a4147b474eb22510dac5c3.png);
}

/* line 232, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-button .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-03396f638d0837b69aa809188d82742d27a85eb85d105d4d553520df635176b7.png);
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
/* line 238, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

/* line 241, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-caret-1-n {
  background-position: 0 0;
}

/* line 242, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

/* line 243, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-caret-1-e {
  background-position: -32px 0;
}

/* line 244, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-caret-1-se {
  background-position: -48px 0;
}

/* line 245, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-caret-1-s {
  background-position: -65px 0;
}

/* line 246, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

/* line 247, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-caret-1-w {
  background-position: -96px 0;
}

/* line 248, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

/* line 249, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

/* line 250, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

/* line 251, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 252, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 253, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 254, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 255, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

/* line 256, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 257, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 258, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 259, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 260, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 261, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 262, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 263, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 264, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 265, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

/* line 266, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 267, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 268, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 269, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 270, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 271, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 272, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 273, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 274, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 275, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 276, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 277, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

/* line 278, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 279, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 280, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 281, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 282, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 283, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 284, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 285, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 286, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 287, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 288, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 289, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 290, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 291, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 292, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 293, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 294, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 295, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 296, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 297, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 298, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 299, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 300, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 301, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 302, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 303, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 304, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 305, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 306, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 307, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 308, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 309, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 310, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 311, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 312, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 313, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 314, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 315, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 316, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 317, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 318, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 319, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 320, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 321, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 322, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 323, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 324, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 325, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 326, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 327, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 328, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 329, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 330, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 331, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 332, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 333, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 334, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 335, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 336, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 337, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 338, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 339, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 340, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 341, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 342, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 343, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 344, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 345, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 346, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 347, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 348, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 349, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 350, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 351, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 352, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 353, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 354, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 355, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 356, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 357, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 358, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 359, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 360, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 361, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 362, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 363, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 364, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 365, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 366, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 367, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-radio-on {
  background-position: -96px -144px;
}

/* line 368, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-radio-off {
  background-position: -112px -144px;
}

/* line 369, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 370, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 371, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 372, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 373, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 374, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 375, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 376, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 378, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 379, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 380, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 381, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 382, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 383, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 384, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 385, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 386, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 387, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 388, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 389, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 390, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 391, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 392, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 393, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 394, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 395, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 396, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 397, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 398, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 399, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 400, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 401, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 402, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 403, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 404, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 405, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 406, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 407, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 408, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 409, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 410, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 411, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 412, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 413, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 414, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 415, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 422, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

/* line 428, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

/* line 434, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

/* line 440, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
/* line 448, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  -ms-filter: "alpha(opacity=30)";
  /* support: IE8 */
}

/* line 453, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}

/*!
 * jQuery UI Autocomplete 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
/*
 *= require jquery-ui/theme
 */
/* line 14, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/autocomplete.css */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/*!
 * jQuery UI Menu 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
/*
 *= require jquery-ui/theme
 */
/* line 14, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/menu.css */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

/* line 21, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/menu.css */
.ui-menu .ui-menu {
  position: absolute;
}

/* line 24, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/menu.css */
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

/* line 30, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/menu.css */
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

/* line 34, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/menu.css */
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

/* line 41, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/menu.css */
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
/* line 47, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/menu.css */
.ui-menu-icons {
  position: relative;
}

/* line 50, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/menu.css */
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
/* line 55, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/menu.css */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
/* line 64, ../usr/local/bundle/gems/jquery-ui-rails-7.0.0/app/assets/stylesheets/jquery-ui/menu.css */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/* line 3, app/assets/stylesheets/components/_bootstrap-select.scss */
.bootstrap-select .dropdown-menu li:hover, .bootstrap-select .active, .bootstrap-select .selected {
  background-color: #36777e;
}

/* line 5, app/assets/stylesheets/components/_bootstrap-select.scss */
.bootstrap-select .dropdown-menu li:hover *, .bootstrap-select .active *, .bootstrap-select .selected * {
  color: white;
}

/* line 8, app/assets/stylesheets/components/_bootstrap-select.scss */
.bootstrap-select .dropdown-toggle {
  border-radius: 3px;
  vertical-align: middle;
}

/* line 17, app/assets/stylesheets/components/_bootstrap-select.scss */
.bootstrap-select .dropdown-toggle:after {
  display: none;
}

/* line 22, app/assets/stylesheets/components/_bootstrap-select.scss */
.bootstrap-select .filter-option {
  vertical-align: middle;
}

/* line 26, app/assets/stylesheets/components/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 250px !important;
}

/* line 30, app/assets/stylesheets/components/_bootstrap-select.scss */
.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
  display: none;
}

/* line 34, app/assets/stylesheets/components/_bootstrap-select.scss */
.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
  display: block;
}

/* line 38, app/assets/stylesheets/components/_bootstrap-select.scss */
.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
  outline: none;
}

/* line 49, app/assets/stylesheets/components/_bootstrap-select.scss */
.bootstrap-select > .dropdown-menu > .dropdown-menu li a:focus {
  outline: none;
}

/* line 1, app/assets/stylesheets/components/_filters.scss */
.date-range {
  margin-top: 1rem;
}

/* line 4, app/assets/stylesheets/components/_filters.scss */
.date-range .date-range-selector {
  margin-right: 5px;
}

/* line 9, app/assets/stylesheets/components/_filters.scss */
.date-range .gj-datepicker .input-group-append .input-group-text {
  padding: 7px 8px 9px 30px !important;
}

/* line 15, app/assets/stylesheets/components/_filters.scss */
.list-inline-item {
  margin-right: 0px !important;
}

/* line 18, app/assets/stylesheets/components/_filters.scss */
.list-inline-item .btn {
  box-shadow: 0 0 0 0 !important;
  border-radius: 0px !important;
}

/* line 22, app/assets/stylesheets/components/_filters.scss */
.list-inline-item .btn.left-toggle {
  border-top: 1px solid #afafb2;
  border-bottom: 1px solid #afafb2;
  border-left: 1px solid #afafb2;
  border-right: 0px;
}

/* line 29, app/assets/stylesheets/components/_filters.scss */
.list-inline-item .btn.right-toggle {
  margin-left: -3px !important;
  border-top: 1px solid #afafb2;
  border-bottom: 1px solid #afafb2;
  border-left: 0px;
  border-right: 1px solid #afafb2;
}

/* line 2, app/assets/stylesheets/components/_froala_editor_custom.scss */
.editor .fr-box.fr-basic {
  font-family: "Work Sans", sans-serif;
}

/* line 5, app/assets/stylesheets/components/_froala_editor_custom.scss */
.editor .fr-box.fr-basic .fr-toolbar {
  border-top: none;
  border-bottom: 1px solid #fbfbfb;
  box-shadow: none;
}

/* line 12, app/assets/stylesheets/components/_froala_editor_custom.scss */
.editor .fr-box.fr-basic.fr-top .fr-wrapper {
  box-shadow: none;
}

/* line 17, app/assets/stylesheets/components/_froala_editor_custom.scss */
.editor .fr-box.fr-basic .fr-element a {
  color: #15c;
}

/* line 1, app/assets/stylesheets/components/_header.scss */
.popover {
  max-width: 310px;
}

/* line 3, app/assets/stylesheets/components/_header.scss */
.popover .popover-body {
  padding: 0px;
}

/* line 8, app/assets/stylesheets/components/_header.scss */
.navbar {
  font-size: 1.125em;
  background-color: #ffffff;
  box-shadow: 0 4px 2px -2px #efefef;
  padding: 5px 0px 5px 0px;
  left: 50px;
  position: sticky;
  top: 0;
  width: calc(100vw - 50px);
  height: 51px;
  z-index: 100;
}

/* line 20, app/assets/stylesheets/components/_header.scss */
.navbar-toggle {
  margin-top: 23px;
  padding: 9px 10px !important;
}

/* line 25, app/assets/stylesheets/components/_header.scss */
.navbar-toggler-icon {
  background-image: url(/assets/icons/hamburger-d4bff8a53a53d65157191db438a99e58cb70d4ea0f730dd7ac0af7762fb379f9.svg);
  background-size: 55px;
}

/* line 30, app/assets/stylesheets/components/_header.scss */
.navbar navbar-brand {
  font-size: 1.25rem;
}

/* line 36, app/assets/stylesheets/components/_header.scss */
.nav-item {
  margin: 10px 0;
}

@media (min-width: 768px) {
  /* line 36, app/assets/stylesheets/components/_header.scss */
  .nav-item {
    margin: 0;
  }
}

/* line 43, app/assets/stylesheets/components/_header.scss */
.nav-link {
  color: #36777e;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 0px;
  margin-bottom: 0.5rem;
}

/* line 50, app/assets/stylesheets/components/_header.scss */
.nav-link:hover {
  color: #499fa7;
  border-bottom: 2px solid #499fa7;
  text-decoration: none;
}

/* line 56, app/assets/stylesheets/components/_header.scss */
.nav-link--active {
  color: #499fa7;
  border-bottom: 2px solid #499fa7;
}

/* line 61, app/assets/stylesheets/components/_header.scss */
.nav-link--active.dropdown-item {
  color: #36777e;
  border-bottom: none;
}

/* line 67, app/assets/stylesheets/components/_header.scss */
.nav .subnav-item {
  text-transform: uppercase;
  display: inline-block;
}

/* line 70, app/assets/stylesheets/components/_header.scss */
.nav .subnav-item .nav-link {
  display: inline-block;
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 74, app/assets/stylesheets/components/_header.scss */
.nav .subnav-item .nav-link--active {
  border-bottom: 2px solid #499fa7;
}

/* line 85, app/assets/stylesheets/components/_header.scss */
.alert {
  margin-bottom: 0;
  padding-left: 50px;
}

/* line 2, app/assets/stylesheets/components/_modal.scss */
.modal .server-response-error {
  color: #fa892b;
  padding-bottom: 10px;
}

/* line 6, app/assets/stylesheets/components/_modal.scss */
.modal .server-response-success {
  color: #009245;
  padding-bottom: 10px;
}

@media (min-width: 576px) {
  /* line 12, app/assets/stylesheets/components/_modal.scss */
  .modal .modal-dialog {
    max-width: 550px;
  }
}

/* line 6, app/assets/stylesheets/components/_pagination.scss */
section.pagination ul.pagination {
  border-radius: 3px;
}

/* line 10, app/assets/stylesheets/components/_pagination.scss */
section.pagination ul.pagination .page-item:first-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 14, app/assets/stylesheets/components/_pagination.scss */
section.pagination ul.pagination .page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 1, app/assets/stylesheets/components/_sanitized_html.scss */
.sanitized-html {
  padding-left: 50px;
  padding-right: 100px;
}

/* line 6, app/assets/stylesheets/components/_sanitized_html.scss */
.sanitized-html h1, .sanitized-html h2, .sanitized-html h3, .sanitized-html h4, .sanitized-html h5, .sanitized-html h6 {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 11, app/assets/stylesheets/components/_sanitized_html.scss */
.sanitized-html h1 {
  font-size: 40pt;
}

/* line 14, app/assets/stylesheets/components/_sanitized_html.scss */
.sanitized-html h2 {
  font-size: 20pt;
}

/* line 17, app/assets/stylesheets/components/_sanitized_html.scss */
.sanitized-html h2:after {
  content: ' ';
  display: block;
  border: 1px solid black;
}

/* line 23, app/assets/stylesheets/components/_sanitized_html.scss */
.sanitized-html h3 {
  font-size: 14pt;
}

/* line 26, app/assets/stylesheets/components/_sanitized_html.scss */
.sanitized-html h3:after {
  content: ' ';
  display: block;
  border: 1px solid #EE3D55;
}

/* line 32, app/assets/stylesheets/components/_sanitized_html.scss */
.sanitized-html h4 {
  padding-left: 20px;
  font-size: 11pt;
  color: #0e4fb7;
  font-weight: 400;
}

/* line 38, app/assets/stylesheets/components/_sanitized_html.scss */
.sanitized-html h5, .sanitized-html h6, .sanitized-html {
  font-size: 10pt;
}

/* line 42, app/assets/stylesheets/components/_sanitized_html.scss */
.sanitized-html p {
  padding-left: 40px;
}

/* line 1, app/assets/stylesheets/components/_switch.scss */
.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  top: 4px;
  margin-right: 8px;
}

/* line 9, app/assets/stylesheets/components/_switch.scss */
.switch input {
  display: none;
}

/* line 14, app/assets/stylesheets/components/_switch.scss */
.switch-text {
  display: inline-block;
  position: relative;
  top: -8px;
  font-weight: normal;
}

/* line 21, app/assets/stylesheets/components/_switch.scss */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 30px;
}

/* line 33, app/assets/stylesheets/components/_switch.scss */
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: .4s;
  border-radius: 30px;
}

/* line 47, app/assets/stylesheets/components/_switch.scss */
input:checked + .slider {
  background-color: #70738a;
}

/* line 51, app/assets/stylesheets/components/_switch.scss */
input:focus + .slider {
  box-shadow: 0 0 1px #70738a;
}

/* line 55, app/assets/stylesheets/components/_switch.scss */
input:checked + .slider:before {
  transform: translateX(16px);
}

/* line 1, app/assets/stylesheets/components/_tools-menu.scss */
.tools-menu {
  background-size: 32px;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 8, app/assets/stylesheets/components/_tools-menu.scss */
.tools-menu.ashby {
  background-image: url(/assets/ats-logos/ashby-6d8b581022c584f3160dc0c065b54ecba8ac4ba1066c5ece69a8e8ee690eb6a7.svg);
}

/* line 12, app/assets/stylesheets/components/_tools-menu.scss */
.tools-menu.bamboohr {
  background-image: url(/assets/ats-logos/bamboohr-8eb6b38e2bdd8a48718292128d8ab6e5533e9bf2ba25a4256e7ea86fd5f7b7e0.svg);
}

/* line 16, app/assets/stylesheets/components/_tools-menu.scss */
.tools-menu.fountain {
  background-image: url(/assets/ats-logos/fountain-5f64d1de38b39eb46cdfe1f59e9d6621834c4b785e0cc9e91affe4bd133391a4.svg);
}

/* line 20, app/assets/stylesheets/components/_tools-menu.scss */
.tools-menu.greenhouse {
  background-image: url(/assets/ats-logos/greenhouse-920bb971cb4e39cee03f3e01758799c60fd6329bbba852edf2ce0e1af43f3285.svg);
}

/* line 24, app/assets/stylesheets/components/_tools-menu.scss */
.tools-menu.icims {
  background-image: url(/assets/ats-logos/icims-909c8b93682c9ed4c1f2f9acfb66912698254ed5408d1e85a86d67c6834432be.svg);
}

/* line 28, app/assets/stylesheets/components/_tools-menu.scss */
.tools-menu.jazzhr {
  background-image: url(/assets/ats-logos/jazzhr-474a82fee7ca2e1eca7177da41b43b83e7a1841821999aacdfa9605c0cbe6ef8.svg);
}

/* line 32, app/assets/stylesheets/components/_tools-menu.scss */
.tools-menu.jobvite {
  background-image: url(/assets/ats-logos/jobvite-3468096134a95518ed0d064e7782c721bf25b7d368e93888c72eb4380a587d05.svg);
}

/* line 36, app/assets/stylesheets/components/_tools-menu.scss */
.tools-menu.lever {
  background-image: url(/assets/ats-logos/lever-1d22186c801c7dafa148ce18586f5d25364f411e23ca9d071bfa8217e082da8b.svg);
}

/* line 40, app/assets/stylesheets/components/_tools-menu.scss */
.tools-menu.oracle {
  background-image: url(/assets/ats-logos/oracle-8b4ad0670b7faa7cc63552312caa5558757c71dac13e790aafabc616e444a8a8.svg);
}

/* line 44, app/assets/stylesheets/components/_tools-menu.scss */
.tools-menu.sap {
  background-image: url(/assets/ats-logos/sap-4077b03a8f3d01f316ee4cedcad25934093c445707e88eb887070cd765e01d3f.svg);
}

/* line 48, app/assets/stylesheets/components/_tools-menu.scss */
.tools-menu.smart_recruiters {
  background-image: url(/assets/ats-logos/smart-recruiters-53352aa91091481b7777190e95a71c763fcb460097764d50cdab7c998217d7c1.svg);
}

/* line 52, app/assets/stylesheets/components/_tools-menu.scss */
.tools-menu.taleo {
  background-image: url(/assets/ats-logos/taleo-83e3d96e531083f0b16daf9e64f3090445936a69d7e15a6e589ecccb33408792.svg);
}

/* line 56, app/assets/stylesheets/components/_tools-menu.scss */
.tools-menu.workable {
  background-image: url(/assets/ats-logos/workable-7c617b88182a9fbde0ea25ccb70c4c2a99ac091979656ca97d64d6f9149453e4.svg);
}

/* line 60, app/assets/stylesheets/components/_tools-menu.scss */
.tools-menu.workday {
  background-image: url(/assets/ats-logos/workday-e41c84c3d0ccac58fb72cdf3fb2caa5811bd247314370df652160501c3661ff3.svg);
}

/* line 63, app/assets/stylesheets/components/_tools-menu.scss */
.tools-menu.dayforce {
  background-image: url(/assets/ats-logos/dayforce-a537914acdd26221fdeb78576b47cf696031a5f9ab0b797f5ba56e39ff6bec92.png);
}

/* line 1, app/assets/stylesheets/components/_typeahead.scss */
.tt-menu {
  background-color: white;
  border: solid 1px #afafb2;
  border-radius: 3px;
  margin-left: 20px;
  margin-top: 2px;
}

/* line 8, app/assets/stylesheets/components/_typeahead.scss */
.tt-menu .tt-selectable {
  padding: 5px;
}

/* line 13, app/assets/stylesheets/components/_typeahead.scss */
.tt-menu div :hover {
  background-color: #fbfbfb;
}

/* line 19, app/assets/stylesheets/components/_typeahead.scss */
.tt-menu {
  max-height: 300px;
  overflow-y: auto;
}

/* line 1, app/assets/stylesheets/components/_colors.scss */
.color-red {
  color: red;
}

/* line 5, app/assets/stylesheets/components/_colors.scss */
.color-orange {
  color: orange;
}

/* line 9, app/assets/stylesheets/components/_colors.scss */
.color-green {
  color: #009245;
}

/* line 13, app/assets/stylesheets/components/_colors.scss */
.color-warning {
  color: #b63a3a;
}

/* line 1, app/assets/stylesheets/components/_data_href.scss */
[data-href] {
  cursor: pointer;
}

/* line 3, app/assets/stylesheets/components/_sidebar.scss */
.sidebar {
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
}

/* line 10, app/assets/stylesheets/components/_sidebar.scss */
.sidebar .floating.ui.label {
  top: 5%;
  background: #FF7A7E;
  line-height: 1.5em;
  font-size: .5em;
  min-width: 2.0em;
  text-align: center;
  font-style: normal;
  color: white;
  left: 76%;
}

/* line 22, app/assets/stylesheets/components/_sidebar.scss */
.sidebar .ui.visible.left.overlay.sidebar {
  background: #080E17 !important;
  width: 50px;
}

/* line 27, app/assets/stylesheets/components/_sidebar.scss */
.sidebar .ui.sidebar.menu .item {
  color: white !important;
}

/* line 31, app/assets/stylesheets/components/_sidebar.scss */
.sidebar .ui.dropdown .menu {
  overflow-x: auto;
  background-color: #15253d !important;
}

/* line 36, app/assets/stylesheets/components/_sidebar.scss */
.sidebar .ui.vertical.menu .dropdown.item .menu {
  border-radius: 4px;
}

/* line 40, app/assets/stylesheets/components/_sidebar.scss */
.sidebar .sidebar .item {
  font-family: 'Work Sans', sans-serif;
}

/* line 43, app/assets/stylesheets/components/_sidebar.scss */
.sidebar .sidebar .item a {
  font-family: 'Work Sans', sans-serif;
}

/* line 46, app/assets/stylesheets/components/_sidebar.scss */
.sidebar .sidebar .item a i {
  color: white;
}

/* line 50, app/assets/stylesheets/components/_sidebar.scss */
.sidebar .sidebar .item i {
  width: 32px !important;
  line-height: 32px !important;
  font-size: 16px !important;
  margin-top: -5px !important;
  margin-left: -7px;
}

/* line 58, app/assets/stylesheets/components/_sidebar.scss */
.sidebar .sidebar .item:hover i {
  color: white !important;
  background: #223c63 !important;
  border-radius: 50% !important;
}

/* line 64, app/assets/stylesheets/components/_sidebar.scss */
.sidebar .sidebar .item i.borderless {
  background: transparent !important;
  margin-right: 0;
  margin-left: -9px;
  text-align: center;
}

/* line 72, app/assets/stylesheets/components/_sidebar.scss */
.sidebar .sidebar .item a i {
  width: 30px !important;
  line-height: 30px !important;
  font-size: 16px !important;
}

/* line 78, app/assets/stylesheets/components/_sidebar.scss */
.sidebar .menu a.item i {
  background: transparent !important;
}

/* line 82, app/assets/stylesheets/components/_sidebar.scss */
.sidebar .displaynone {
  display: none !important;
}

/* line 86, app/assets/stylesheets/components/_sidebar.scss */
.sidebar .displayblock {
  display: block !important;
}

/* line 90, app/assets/stylesheets/components/_sidebar.scss */
.sidebar .logo {
  height: 50px !important;
  padding: 5px 0 !important;
}

/* line 95, app/assets/stylesheets/components/_sidebar.scss */
.sidebar .logo img {
  height: 30px !important;
  width: 30px !important;
  margin: 5px 0px 0px 10px !important;
}

/* line 101, app/assets/stylesheets/components/_sidebar.scss */
.sidebar .ui.dropdown .menu > .header {
  margin: 0 !important;
  padding: 10px !important;
  color: white !important;
  font-size: 16px !important;
  background: #080E17 !important;
  line-height: 30px !important;
  text-transform: none !important;
  width: 100%;
}

/* line 112, app/assets/stylesheets/components/_sidebar.scss */
.sidebar i.link-active {
  color: white !important;
  background: #223c63 !important;
  border-radius: 50% !important;
}

/* line 118, app/assets/stylesheets/components/_sidebar.scss */
.sidebar .ui.menu .ui.dropdown .menu > .item {
  background-color: #15253d !important;
  color: white !important;
  line-height: 28px !important;
  font-size: 16px !important;
  white-space: normal;
  padding: 10px !important;
}

/* line 126, app/assets/stylesheets/components/_sidebar.scss */
.sidebar .ui.menu .ui.dropdown .menu > .item:hover {
  background-color: #223c63 !important;
  color: white !important;
}

/* line 131, app/assets/stylesheets/components/_sidebar.scss */
.sidebar .ui.menu .ui.dropdown .menu > .item:active {
  background-color: #223c63 !important;
  color: white !important;
}

/* line 137, app/assets/stylesheets/components/_sidebar.scss */
.sidebar .ui.dropdown .menu {
  border: none !important;
  width: 200px !important;
}

/* line 1, app/assets/stylesheets/components/_crud_full_width.scss */
.crud-full-width {
  margin-left: 15px;
  margin-right: 15px;
}

/* line 5, app/assets/stylesheets/components/_crud_full_width.scss */
.crud-full-width table {
  width: 100%;
  min-width: 950px;
  border-collapse: separate;
  border-spacing: 0;
}

/* line 12, app/assets/stylesheets/components/_crud_full_width.scss */
.crud-full-width thead th {
  width: 20px;
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  z-index: 999 !important;
  background-color: white;
}

/* line 21, app/assets/stylesheets/components/_crud_full_width.scss */
.crud-full-width .table-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
  margin: auto;
}

/* line 28, app/assets/stylesheets/components/_crud_full_width.scss */
.crud-full-width th {
  width: 40px;
}

/* line 32, app/assets/stylesheets/components/_crud_full_width.scss */
.crud-full-width td, .crud-full-width th {
  border-right: 1px solid #cfd0d8 !important;
  border-left: 1px solid #cfd0d8 !important;
}

/* line 2, app/assets/stylesheets/pages/_admin.scss */
.admin .nested-fields {
  margin-top: 20px;
}

/* line 6, app/assets/stylesheets/pages/_admin.scss */
.admin .boolean {
  margin-right: 5px;
}

/* line 10, app/assets/stylesheets/pages/_admin.scss */
.admin .card {
  margin-bottom: 20px;
}

/* line 13, app/assets/stylesheets/pages/_admin.scss */
.admin .card .form-group {
  padding-left: 20px;
}

/* line 16, app/assets/stylesheets/pages/_admin.scss */
.admin .card .card-header {
  font-size: 1.25rem;
}

/* line 21, app/assets/stylesheets/pages/_admin.scss */
.admin .btn-lg, .admin .btn-group-lg > .btn {
  margin-top: 20px;
}

/* line 28, app/assets/stylesheets/pages/_admin.scss */
.admin .user-avatar {
  width: 200px;
}

/* line 32, app/assets/stylesheets/pages/_admin.scss */
.admin .red {
  color: red;
}

/* line 36, app/assets/stylesheets/pages/_admin.scss */
.admin .green {
  color: green;
}

/* line 6, app/assets/stylesheets/pages/_ats.scss */
.ats .form-control {
  height: inherit;
}

/* line 10, app/assets/stylesheets/pages/_ats.scss */
.ats .btn {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

/* line 14, app/assets/stylesheets/pages/_ats.scss */
.ats .download-button {
  padding-top: 35px;
}

/* line 19, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .list-inline {
  display: flex;
  align-items: stretch;
  margin: auto;
  overflow-x: hidden;
  white-space: nowrap;
}

/* line 26, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .list-inline .list-inline-item {
  flex-grow: 1;
  width: 18%;
  margin: 0;
  display: flex;
  align-items: center;
}

/* line 35, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .sorting {
  white-space: nowrap;
}

/* line 39, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .status-column {
  white-space: nowrap;
}

/* line 42, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .status-column .accordion-caret {
  margin-left: 5px;
}

/* line 47, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .progress {
  padding-top: 0;
  background-color: white;
  height: inherit;
}

/* line 52, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .progress-item {
  position: relative;
  width: 135px;
}

/* line 55, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .progress-item:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 30px;
  width: 30px;
  border: 3px solid #afafb2;
  border-radius: 100%;
  background-color: #fff;
  font-size: 0.9375em;
  padding: 7px 0;
  z-index: 1;
}

/* line 67, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .progress-item:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #afafb2;
  height: 3px;
  width: 100%;
  right: 55px;
}

/* line 75, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .progress-item-score, .ats .ats-list .progress-item-detail, .ats .ats-list .progress-item-user {
  display: block;
  font-size: 13px;
}

/* line 79, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .progress-item-user {
  color: darkgrey;
}

/* line 82, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .progress-item-detail {
  padding-bottom: 30px;
}

/* line 86, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .progress-item:first-of-type:before {
  display: none;
}

/* line 93, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .progress-item-success:after {
  border-color: #009245;
  color: #009245;
}

/* line 97, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .progress-item-success:before {
  background-color: #009245;
}

/* line 104, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .progress-item-warning:after {
  border-color: #009245;
  color: #b63a3a;
}

/* line 108, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .progress-item-warning:before {
  background-color: #009245;
}

/* line 115, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .progress-item-error:after {
  border-color: #009245;
  color: #e89d2c;
}

/* line 119, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .progress-item-error:before {
  background-color: #009245;
}

/* line 124, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .progress-popover .dropdown-toggle {
  font-size: 1.25em;
}

/* line 127, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .progress-popover .dropdown-toggle::after {
  display: none;
}

/* line 133, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .sourced-by {
  padding: 10px;
}

/* line 139, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .message-icon .icon {
  background-color: #36777e;
  display: inline-block;
  width: auto;
  padding: 10px 12px;
  color: #fff;
  font-size: 1.25em;
  border-radius: 100%;
}

/* line 147, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .message-icon .icon-alt {
  background-color: #32a3e6;
}

/* line 152, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .message-icon .icon-small {
  background-color: #36777e;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  padding-top: 6px;
  color: #fff;
  font-size: 10px;
  border-radius: 100%;
}

/* line 162, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .message-icon .icon-small-alt {
  background-color: #32a3e6;
}

/* line 168, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .message-icon--inverse .icon {
  border: 1px solid #fa892b;
  background-color: white;
  display: inline-block;
  width: auto;
  padding: 10px 12px;
  color: #fa892b;
  font-size: 1.25em;
  border-radius: 100%;
}

/* line 177, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .message-icon--inverse .icon-alt {
  border-color: #32a3e6;
  color: #fa892b;
}

/* line 184, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .message-content {
  font-size: 12px;
  padding-top: 1rem;
}

/* line 188, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .message-open {
  margin-top: -10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
}

/* line 193, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .message-open:last-child {
  padding-bottom: 15px;
}

/* line 197, app/assets/stylesheets/pages/_ats.scss */
.ats .ats-list .message-closed {
  background-color: #f8f9fa;
}

/* line 4, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .positive-engage-content .form-control.string {
  margin-left: 50px;
  width: calc(100% - 50px);
}

/* line 8, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .negative-engage-content .form-control.string {
  margin-left: 50px;
  width: calc(100% - 50px);
}

/* line 12, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .campaign_campaign_follow_ups_cc .form-control.string {
  margin-left: 50px;
  width: calc(100% - 50px);
}

/* line 16, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .campaign_campaign_follow_ups_bcc .form-control.string {
  margin-left: 50px;
  width: calc(100% - 50px);
}

/* line 20, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .campaign_subject .form-control.string {
  margin-left: 50px;
  width: calc(100% - 50px);
}

/* line 24, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .campaign_cc .form-control.string {
  margin-left: 50px;
  width: calc(100% - 50px);
}

/* line 28, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .campaign_bcc .form-control.string {
  margin-left: 50px;
  width: calc(100% - 50px);
}

/* line 35, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .default.campaigns.edit .topfunnel-header, .campaign-form .default.campaigns.update .topfunnel-header {
  display: none;
}

/* line 40, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .used-by-autosourcer .slider {
  border: 3px solid #00a916;
}

/* line 44, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .used-by-autosourcer .form-control {
  border: 1px solid #00a916;
  border-radius: 4px;
}

/* line 48, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form span.used-by-autosourcer {
  color: #00a916;
}

/* line 51, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form span.used-by-autosourcer {
  color: #00a916;
}

/* line 55, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .criteria-scroll-margin {
  scroll-margin-top: 500px;
}

/* line 60, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form #campaign_campaign_criteria_attributes_sourcing_note {
  outline: none !important;
}

/* line 64, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .full-width {
  width: 100%;
}

/* line 68, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form textarea {
  border: 1px solid #cfd0d8;
}

/* line 72, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .v-center {
  min-height: 200px;
  display: flex;
  justify-content: center;
  flex-flow: column wrap;
}

/* line 79, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .list-group-scroll {
  overflow-y: auto;
  height: 400px;
  border: 1px solid #cfd0d8;
  margin-top: 1px;
}

/* line 86, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .list-group-header {
  border: none;
  margin-left: 1px;
  margin-right: 1px;
}

/* line 92, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .list-group {
  margin-bottom: 50px;
}

/* line 96, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .list-group-item {
  border-left: none;
  border-right: none;
  margin-left: 1px;
  margin-right: 1px;
}

/* line 103, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .nav-tabs {
  border: none;
}

/* line 106, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .nav-tabs .nav-item {
  text-align: left;
  font-weight: bold;
  box-shadow: -0.3rem -0.3rem 1rem -8px rgba(0, 0, 0, 0.15), 0.3rem -0.3rem 1rem -8px rgba(0, 0, 0, 0.15);
}

/* line 110, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .nav-tabs .nav-item:not(:last-child) {
  margin-right: 5px;
}

/* line 115, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .nav-tabs .nav-link {
  border: 1px solid transparent;
  background-color: #10163c;
  color: white;
  margin-bottom: 0;
  padding-bottom: 8px;
}

/* line 121, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .nav-tabs .nav-link:hover {
  border-bottom: none;
}

/* line 125, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .nav-tabs .nav-link.disabled {
  color: black;
  background-color: white;
  border-color: transparent;
}

/* line 132, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .nav-tabs .nav-link.active,
.campaign-form .nav-tabs .nav-item.show .nav-link {
  color: black;
  background-color: white;
}

/* line 139, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .border-box-shadow {
  width: 100%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* line 144, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .border-box-border {
  border: solid 2px #eeeeee;
  border-radius: 3px;
}

/* line 150, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .campaign-form-container .tooltip {
  min-width: 160px;
}

/* line 155, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .campaign-form-container .form-section .border-divider {
  border-bottom: 1px solid #eeeeee !important;
}

/* line 159, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .campaign-form-container .form-section .form-group {
  margin-bottom: 0;
}

/* line 162, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .campaign-form-container .form-section .form-group .help-block {
  margin: 0;
  position: absolute;
  right: 0;
  top: 9px;
  z-index: 10;
}

/* line 169, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .campaign-form-container .form-section .form-group .help-block .popover-hint {
  text-align: right;
}

/* line 176, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .campaign-form-container .form-section .inline-text-box label.control-label:not(.switch) {
  padding-left: 12px;
  padding-top: 8px;
  position: absolute;
}

/* line 182, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .campaign-form-container .form-section .inline-text-box .form-control, .campaign-form .campaign-form-container .form-section .inline-text-box span.twitter-typeahead {
  box-shadow: none;
  border: none;
  border-radius: 0;
}

/* line 191, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .campaign-form-container .toggle-switches .form-group {
  padding: 15px;
}

/* line 196, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .campaign-form-container input:checked + .slider:before {
  transform: translateX(16px);
}

/* line 202, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .campaign-form-container .table {
  margin-bottom: 0;
}

/* line 206, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .campaign-form-container #campaign-table-container {
  background: #fff;
  padding: 40px 30px 30px 30px;
  box-shadow: 0 0 10px #e6e6e6;
}

/* line 212, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .campaign-form-container .fa {
  color: #B6B6B6;
}

/* line 216, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .campaign-form-container .alert {
  top: 22px;
  z-index: 999;
  position: fixed;
}

/* line 222, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .campaign-form-container .col-alert {
  padding: 0;
  float: none;
  margin: 0 auto;
  border: none;
}

/* line 229, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .campaign-form-container .no-scroll {
  cursor: pointer;
}

/* line 233, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .campaign-form-container .primary-underline {
  border-top: 3px solid;
  border-color: #fbfbfb;
  padding: 0;
  margin: 0;
}

/* line 241, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .label-info {
  padding: 5px;
  border: solid #afafb2 1px;
  border-radius: 3px;
}

/* line 248, app/assets/stylesheets/pages/_campaign_form.scss */
.campaign-form .twitter-typeahead input:focus {
  border-color: #6a49b1 !important;
}

/* line 4, app/assets/stylesheets/pages/_project_form.scss */
.project-form .blue {
  color: blue;
}

/* line 8, app/assets/stylesheets/pages/_project_form.scss */
.project-form .no-wrap-ellipsis {
  white-space: nowrap;
  overflow-x: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 4, app/assets/stylesheets/pages/_login.scss */
.login .viewport {
  margin: 0;
}

/* line 9, app/assets/stylesheets/pages/_login.scss */
.login .height-100 {
  height: 100%;
}

/* line 13, app/assets/stylesheets/pages/_login.scss */
.login .bg-light-gray {
  background-color: #efefef;
}

/* line 17, app/assets/stylesheets/pages/_login.scss */
.login .sign-in {
  width: 100%;
  max-width: 350px;
  border-radius: 3px;
  padding: 30px 30px;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  text-align: center;
}

/* line 29, app/assets/stylesheets/pages/_login.scss */
.auth-page {
  width: 100%;
  min-height: 100vh;
  background-color: #FDF9F5;
  font-family: "Work Sans", sans-serif;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 38, app/assets/stylesheets/pages/_login.scss */
.auth-page .auth-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 16px 48px;
}

/* line 43, app/assets/stylesheets/pages/_login.scss */
.auth-page .auth-container .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}

@media screen and (max-width: 980px) {
  /* line 49, app/assets/stylesheets/pages/_login.scss */
  .auth-page .auth-container .header .header-logo {
    height: 32px;
  }
}

/* line 55, app/assets/stylesheets/pages/_login.scss */
.auth-page .auth-container .header .header-back-button {
  display: none;
}

@media screen and (max-width: 980px) {
  /* line 55, app/assets/stylesheets/pages/_login.scss */
  .auth-page .auth-container .header .header-back-button {
    display: block;
  }
}

/* line 64, app/assets/stylesheets/pages/_login.scss */
.auth-page .auth-container .background {
  height: 0;
}

/* line 67, app/assets/stylesheets/pages/_login.scss */
.auth-page .auth-container .background .blue-circle {
  margin-bottom: -220px;
  margin-left: 55%;
}

@media screen and (max-width: 980px) {
  /* line 67, app/assets/stylesheets/pages/_login.scss */
  .auth-page .auth-container .background .blue-circle {
    display: none;
  }
}

/* line 76, app/assets/stylesheets/pages/_login.scss */
.auth-page .auth-container .background .orange-circle {
  margin-bottom: -200px;
  margin-left: 90%;
}

@media screen and (max-width: 980px) {
  /* line 76, app/assets/stylesheets/pages/_login.scss */
  .auth-page .auth-container .background .orange-circle {
    display: none;
  }
}

/* line 85, app/assets/stylesheets/pages/_login.scss */
.auth-page .auth-container .background .pink-circle {
  margin-top: 60vh;
  margin-left: 30vw;
}

@media screen and (max-width: 980px) {
  /* line 85, app/assets/stylesheets/pages/_login.scss */
  .auth-page .auth-container .background .pink-circle {
    width: 280px;
    margin-left: -20vw;
  }
}

/* line 96, app/assets/stylesheets/pages/_login.scss */
.auth-page .auth-container .auth-content-container {
  padding-top: 130px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 980px) {
  /* line 96, app/assets/stylesheets/pages/_login.scss */
  .auth-page .auth-container .auth-content-container {
    justify-content: center;
  }
}

/* line 105, app/assets/stylesheets/pages/_login.scss */
.auth-page .auth-container .auth-content-container .apps-illustration {
  width: 100%;
}

/* line 109, app/assets/stylesheets/pages/_login.scss */
.auth-page .auth-container .auth-content-container .description-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
  flex-grow: 1;
  margin-right: 32px;
}

@media screen and (max-width: 980px) {
  /* line 109, app/assets/stylesheets/pages/_login.scss */
  .auth-page .auth-container .auth-content-container .description-container {
    display: none;
  }
}

/* line 121, app/assets/stylesheets/pages/_login.scss */
.auth-page .auth-container .auth-content-container .description-container .description-title {
  color: #5670E5;
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  padding-bottom: 48px;
}

/* line 129, app/assets/stylesheets/pages/_login.scss */
.auth-page .auth-container .auth-content-container .description-container .description-content {
  font-size: 16px;
  line-height: 20px;
  color: #2B3439;
}

/* line 135, app/assets/stylesheets/pages/_login.scss */
.auth-page .auth-container .auth-content-container .description-container .description-buttons-container {
  padding-top: 70px;
  display: flex;
}

/* line 139, app/assets/stylesheets/pages/_login.scss */
.auth-page .auth-container .auth-content-container .description-container .description-buttons-container .description-button {
  display: block;
  min-width: 250px;
  border-radius: 8px;
  cursor: pointer;
  border-color: #5670e6;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 12px 20px;
  text-decoration: none;
  font-size: 16px;
  transition: .3s ease-in-out;
}

/* line 156, app/assets/stylesheets/pages/_login.scss */
.auth-page .auth-container .auth-content-container .description-container .description-buttons-container .description-button-primary {
  color: #fff;
  background-color: #5670e6;
}

/* line 160, app/assets/stylesheets/pages/_login.scss */
.auth-page .auth-container .auth-content-container .description-container .description-buttons-container .description-button-primary:hover {
  background-color: #788deb;
  border-color: #788deb;
}

/* line 166, app/assets/stylesheets/pages/_login.scss */
.auth-page .auth-container .auth-content-container .description-container .description-buttons-container .description-button-secondary {
  color: #5670E6;
  margin-left: 8px;
  border: 1px solid #5670E6;
}

/* line 171, app/assets/stylesheets/pages/_login.scss */
.auth-page .auth-container .auth-content-container .description-container .description-buttons-container .description-button-secondary:hover {
  background-color: rgba(122, 143, 235, 0.1);
}

/* line 178, app/assets/stylesheets/pages/_login.scss */
.auth-page .auth-container .auth-content-container .description-container-wider {
  max-width: 600px;
}

/* line 183, app/assets/stylesheets/pages/_login.scss */
.auth-page .auth-container .auth-content-container .description-points .description-point {
  display: flex;
  padding-bottom: 24px;
}

/* line 187, app/assets/stylesheets/pages/_login.scss */
.auth-page .auth-container .auth-content-container .description-points .description-point .description-point-checkmark {
  background-image: url(/assets/icons/check-circle-ed625a8d44af4a3b0d9769a3de5b488ed3115b12db9ba6b3bb1317393c83f906.svg);
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-right: 24px;
}

/* line 195, app/assets/stylesheets/pages/_login.scss */
.auth-page .auth-container .auth-content-container .description-points .description-point .description-point-content {
  font-size: 16px;
  line-height: 20px;
  color: #2B3439;
}

/* line 204, app/assets/stylesheets/pages/_login.scss */
.auth-page .auth-container .form-container {
  max-width: 500px;
  flex-grow: 1;
  background-color: #fff;
  padding: 48px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 214, app/assets/stylesheets/pages/_login.scss */
.auth-page .auth-container .form-container .form-title {
  color: #000000;
  font-size: 40px;
  font-weight: 600;
  padding-top: 16px;
}

@media screen and (max-width: 980px) {
  /* line 214, app/assets/stylesheets/pages/_login.scss */
  .auth-page .auth-container .form-container .form-title {
    text-align: center;
  }
}

/* line 225, app/assets/stylesheets/pages/_login.scss */
.auth-page .auth-container .form-container .form-buttons {
  padding-top: 32px;
}

/* line 228, app/assets/stylesheets/pages/_login.scss */
.auth-page .auth-container .form-container .form-buttons .form-button {
  border: 0.5px solid #5670E6;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
  padding: 18px;
  border-radius: 8px;
}

/* line 238, app/assets/stylesheets/pages/_login.scss */
.auth-page .auth-container .form-container .form-alternative {
  font-size: 16px;
  color: #000;
}

@media screen and (max-width: 980px) {
  /* line 238, app/assets/stylesheets/pages/_login.scss */
  .auth-page .auth-container .form-container .form-alternative {
    text-align: center;
  }
}

/* line 246, app/assets/stylesheets/pages/_login.scss */
.auth-page .auth-container .form-container .form-alternative .form-alternative-link {
  color: #5670E5;
  text-decoration: underline;
}

@media screen and (max-width: 980px) {
  /* line 246, app/assets/stylesheets/pages/_login.scss */
  .auth-page .auth-container .form-container .form-alternative .form-alternative-link {
    display: block;
  }
}

/* line 257, app/assets/stylesheets/pages/_login.scss */
.auth-page .auth-container .support {
  padding-top: 100px;
  font-size: 14px;
  text-align: right;
}

@media screen and (max-width: 980px) {
  /* line 257, app/assets/stylesheets/pages/_login.scss */
  .auth-page .auth-container .support {
    display: none;
  }
}

/* line 266, app/assets/stylesheets/pages/_login.scss */
.auth-page .auth-container .support .support-link {
  color: #5670E5;
}

/* line 274, app/assets/stylesheets/pages/_login.scss */
.recruiter-finalize .height-100 {
  height: 100vh;
}

/* line 278, app/assets/stylesheets/pages/_login.scss */
.recruiter-finalize .bg-light-gray {
  background-color: #efefef;
}

/* line 282, app/assets/stylesheets/pages/_login.scss */
.recruiter-finalize .sign-in {
  width: 100%;
  max-width: 350px;
  border-radius: 3px;
  padding: 30px 30px;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  text-align: center;
}

/* line 293, app/assets/stylesheets/pages/_login.scss */
.aurora-container {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background-color: #eaf0f6;
  transition: background-color 60s ease-in-out;
  margin: 0;
  padding: 0;
}

/* line 305, app/assets/stylesheets/pages/_login.scss */
.aurora-container .alert-login {
  width: 337px;
  margin-top: 8px;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 12px;
}

/* line 314, app/assets/stylesheets/pages/_login.scss */
.aurora-container .alert-login-error {
  color: #CB3160;
  background-color: #F8E8EF;
  border-color: #F8E8EF;
}

/* line 320, app/assets/stylesheets/pages/_login.scss */
.aurora-container .alert-login-danger {
  color: #CB3160;
  background-color: #F8E8EF;
  border-color: #F8E8EF;
}

/* line 326, app/assets/stylesheets/pages/_login.scss */
.aurora-container .alert-login-success {
  color: #0000C3;
  background-color: #E5E9F9;
  border-color: #E5E9F9;
}

/* line 332, app/assets/stylesheets/pages/_login.scss */
.aurora-container .content-container {
  width: 337px;
  height: 440px;
  text-align: center;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  z-index: 99;
}

/* line 341, app/assets/stylesheets/pages/_login.scss */
.aurora-container .content-container .content-header {
  color: #000033;
}

/* line 343, app/assets/stylesheets/pages/_login.scss */
.aurora-container .content-container .content-header img {
  width: 117px;
  height: 32px;
}

/* line 349, app/assets/stylesheets/pages/_login.scss */
.aurora-container .content-container .content {
  display: grid;
  background: white;
  width: 337px;
  height: 360px;
  justify-items: center;
  box-shadow: 0px 4px 16px 0px #6C6C6C26;
  border: 1px solid #F7F7F7;
  border-radius: 12px;
}

/* line 359, app/assets/stylesheets/pages/_login.scss */
.aurora-container .content-container .content .intro {
  margin-bottom: 36px;
  border-bottom: 1px solid #E5E5E5;
  width: 241px;
  padding-top: 40px;
  line-height: 1.725rem;
  letter-spacing: -0.025rem;
}

/* line 367, app/assets/stylesheets/pages/_login.scss */
.aurora-container .content-container .content .intro .welcome {
  font-weight: 500;
  color: #000033;
  font-size: 18px;
}

/* line 373, app/assets/stylesheets/pages/_login.scss */
.aurora-container .content-container .content .intro p {
  margin-bottom: 0;
  font-weight: 400;
  color: #4C4C5C;
  font-size: 16px;
}

/* line 379, app/assets/stylesheets/pages/_login.scss */
.aurora-container .content-container .content .intro p.login {
  padding: 0 26px;
}

/* line 386, app/assets/stylesheets/pages/_login.scss */
.aurora-container .content-container .content .buttons .sign-in-btn {
  display: block;
  width: 241px;
  height: 50px;
  border-radius: 8px;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  align-content: center;
  text-decoration: none;
}

/* line 398, app/assets/stylesheets/pages/_login.scss */
.aurora-container .content-container .content .buttons .sign-in-btn img {
  margin-right: 6px;
  margin-top: -2px;
}

/* line 403, app/assets/stylesheets/pages/_login.scss */
.aurora-container .content-container .content .buttons .sign-in-btn.blue {
  background-color: #5670E6;
  color: white;
}

/* line 408, app/assets/stylesheets/pages/_login.scss */
.aurora-container .content-container .content .buttons .sign-in-btn.gray {
  background-color: #E5E9F9;
  color: #0000C3;
}

/* line 418, app/assets/stylesheets/pages/_login.scss */
.aurora-bg-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

/* line 424, app/assets/stylesheets/pages/_login.scss */
.aurora-bg {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  opacity: 0.5;
  filter: blur(10px) invert(1);
  pointer-events: none;
  will-change: transform;
  background-image: repeating-linear-gradient(100deg, white 0%, white 7%, transparent 10%, transparent 12%, white 16%), repeating-linear-gradient(100deg, #3b82f6 10%, #a5b4fc 15%, #93c5fd 20%, #ddd6fe 25%, #60a5fa 30%);
  background-size: 300%, 200%;
  background-position: 50% 50%, 50% 50%;
}

/* line 455, app/assets/stylesheets/pages/_login.scss */
.aurora-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(100deg, white 0%, white 7%, transparent 10%, transparent 12%, white 16%), repeating-linear-gradient(100deg, #1d6fe1 10%, #f5d0fd 15%, #77a9ed 20%, #f8dffd 25%, #4a8ce7 30%);
  background-size: 200%, 100%;
  background-attachment: fixed;
  mix-blend-mode: difference;
  animation: aurora 60s infinite linear;
}

/* line 482, app/assets/stylesheets/pages/_login.scss */
.aurora-bg.radial-mask {
  mask-image: radial-gradient(ellipse at 100% 0%, black 10%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at 100% 0%, black 10%, transparent 70%);
}

@keyframes aurora {
  0% {
    background-position: 0% 50%, 50% 50%;
  }
  50% {
    background-position: 100% 50%, 50% 50%;
  }
  100% {
    background-position: 0% 50%, 50% 50%;
  }
}

/* line 2, app/assets/stylesheets/pages/_profiles.scss */
.profiles .clear-input-button {
  position: absolute;
  background-color: white;
  height: 14px;
  font-size: 14px;
  cursor: pointer;
  color: #ccc;
}

/* line 11, app/assets/stylesheets/pages/_profiles.scss */
.profiles .form-group {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

/* line 17, app/assets/stylesheets/pages/_profiles.scss */
.profiles .table tbody tr td {
  padding: 5px;
  font-size: 12px;
}

/* line 22, app/assets/stylesheets/pages/_profiles.scss */
.profiles .campaigns-row, .profiles .skills-row {
  margin-top: 10px;
}

/* line 26, app/assets/stylesheets/pages/_profiles.scss */
.profiles span.crawl-time.fresh {
  background-color: #b0eead;
}

/* line 30, app/assets/stylesheets/pages/_profiles.scss */
.profiles span.crawl-time.stale {
  background-color: #fffe95;
}

/* line 34, app/assets/stylesheets/pages/_profiles.scss */
.profiles .card {
  margin-bottom: 5px;
}

/* line 38, app/assets/stylesheets/pages/_profiles.scss */
.profiles .card-header {
  font-size: 16px;
}

/* line 2, app/assets/stylesheets/pages/_replies.scss */
.replies .expectation {
  font-size: 18px !important;
  font-style: italic;
}

/* line 6, app/assets/stylesheets/pages/_replies.scss */
.replies .switch-text {
  font-size: 24px;
}

/* line 9, app/assets/stylesheets/pages/_replies.scss */
.replies .switch-text input {
  margin-right: 5px;
}

/* line 13, app/assets/stylesheets/pages/_replies.scss */
.replies .message-bubble {
  font-size: 15px;
}

/* line 16, app/assets/stylesheets/pages/_replies.scss */
.replies .message-bubble div {
  font-size: 15px;
}

/* line 1, app/assets/stylesheets/pages/_pensieve_search.scss */
.pensieve-search-fields {
  max-width: 950px;
}

/* line 5, app/assets/stylesheets/pages/_pensieve_search.scss */
.disabled-div {
  pointer-events: none !important;
  opacity: 0.3;
}

/* line 10, app/assets/stylesheets/pages/_pensieve_search.scss */
#pensieve-search-main code {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 2px;
}

/* line 15, app/assets/stylesheets/pages/_pensieve_search.scss */
#pensieve-search-main .row ul {
  margin-bottom: 0px;
  list-style: none;
}

/* line 20, app/assets/stylesheets/pages/_pensieve_search.scss */
.has-tooltip {
  cursor: pointer;
}

/* line 2, app/assets/stylesheets/pages/_sourcing_stats.scss */
.sourcing-stats.sourcing-campaigns {
  margin-left: 45px;
  margin-right: 15px;
}

/* line 6, app/assets/stylesheets/pages/_sourcing_stats.scss */
.sourcing-stats.sourcing-campaigns table {
  width: 100%;
  min-width: 2500px;
  border-collapse: separate;
  border-spacing: 0;
}

/* line 13, app/assets/stylesheets/pages/_sourcing_stats.scss */
.sourcing-stats.sourcing-campaigns thead th {
  width: 20px;
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  background-color: white;
}

/* line 21, app/assets/stylesheets/pages/_sourcing_stats.scss */
.sourcing-stats.sourcing-campaigns th:first-child {
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  background: white;
}

/* line 28, app/assets/stylesheets/pages/_sourcing_stats.scss */
.sourcing-stats.sourcing-campaigns thead th:first-child {
  z-index: 5;
}

/* line 34, app/assets/stylesheets/pages/_sourcing_stats.scss */
.sourcing-stats .table-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
  margin: auto;
  overflow-x: scroll;
  /* remove this to have vertical sticky headers but then horizontal scrolling looks bad */
}

/* line 43, app/assets/stylesheets/pages/_sourcing_stats.scss */
.sourcing-stats.sourcing-teams th {
  width: 40px;
}

/* line 48, app/assets/stylesheets/pages/_sourcing_stats.scss */
.sourcing-stats td, .sourcing-stats th {
  border-right: 1px solid #cfd0d8 !important;
  border-left: 1px solid #cfd0d8 !important;
}

/* line 53, app/assets/stylesheets/pages/_sourcing_stats.scss */
.sourcing-stats th {
  border-bottom: 1px solid #cfd0d8;
  border-top: 1px solid #cfd0d8;
}

/* line 58, app/assets/stylesheets/pages/_sourcing_stats.scss */
.sourcing-stats .sourcing-paused {
  background-color: #e89d2c !important;
}

/* line 62, app/assets/stylesheets/pages/_sourcing_stats.scss */
.sourcing-stats .sourcing-warning {
  background-color: #ea9999 !important;
}

/* line 1, app/assets/stylesheets/pages/_tasks.scss */
.tasks, .autosourcer_runs {
  /* diff class styles copied as is from diffy gem */
  /* try 'whitespace:pre;' if you don't want lines to wrap */
}

/* line 2, app/assets/stylesheets/pages/_tasks.scss */
.tasks #campaign_id, .tasks #current_action, .autosourcer_runs #campaign_id, .autosourcer_runs #current_action {
  max-width: 300px;
  margin-right: 10px;
}

/* line 7, app/assets/stylesheets/pages/_tasks.scss */
.tasks .overflow-scroll, .autosourcer_runs .overflow-scroll {
  overflow: scroll;
}

/* line 12, app/assets/stylesheets/pages/_tasks.scss */
.tasks .todo-campaigns input, .autosourcer_runs .todo-campaigns input {
  margin: 0px;
}

/* line 15, app/assets/stylesheets/pages/_tasks.scss */
.tasks #sourcing-note, .autosourcer_runs #sourcing-note {
  white-space: pre-line;
}

/* line 19, app/assets/stylesheets/pages/_tasks.scss */
.tasks .full-width, .autosourcer_runs .full-width {
  width: 100%;
}

/* line 23, app/assets/stylesheets/pages/_tasks.scss */
.tasks .red, .autosourcer_runs .red {
  color: red;
}

/* line 27, app/assets/stylesheets/pages/_tasks.scss */
.tasks .keyword, .autosourcer_runs .keyword {
  color: blue;
}

/* line 31, app/assets/stylesheets/pages/_tasks.scss */
.tasks .hidden, .autosourcer_runs .hidden {
  visibility: hidden;
}

/* line 35, app/assets/stylesheets/pages/_tasks.scss */
.tasks .keyword-preferred, .autosourcer_runs .keyword-preferred {
  color: green;
  font-weight: 900;
}

/* line 40, app/assets/stylesheets/pages/_tasks.scss */
.tasks .preferred-email, .autosourcer_runs .preferred-email {
  border-width: thick;
}

/* line 44, app/assets/stylesheets/pages/_tasks.scss */
.tasks .slightly-thicker-border, .autosourcer_runs .slightly-thicker-border {
  border-width: 2px;
}

/* line 49, app/assets/stylesheets/pages/_tasks.scss */
.tasks .table .btn, .tasks .card .btn, .autosourcer_runs .table .btn, .autosourcer_runs .card .btn {
  margin-bottom: 5px;
  margin-top: 5px;
}

/* line 55, app/assets/stylesheets/pages/_tasks.scss */
.tasks .table tbody tr.vtop td, .autosourcer_runs .table tbody tr.vtop td {
  border: 0;
  border-radius: 0;
  background-color: white;
  border-top: 1px solid black;
}

/* line 63, app/assets/stylesheets/pages/_tasks.scss */
.tasks .task-resume img, .autosourcer_runs .task-resume img {
  max-width: 75px;
  height: auto;
  border: 0.5px solid black;
}

/* line 67, app/assets/stylesheets/pages/_tasks.scss */
.tasks .task-resume img:hover, .autosourcer_runs .task-resume img:hover {
  transform: scale(9);
  transform-origin: top left;
}

/* line 74, app/assets/stylesheets/pages/_tasks.scss */
.tasks .resume-container, .autosourcer_runs .resume-container {
  overflow: scroll;
  min-height: 100px;
}

/* line 77, app/assets/stylesheets/pages/_tasks.scss */
.tasks .resume-container:hover, .autosourcer_runs .resume-container:hover {
  height: 800px;
  transform: translateY(-4px);
}

/* line 84, app/assets/stylesheets/pages/_tasks.scss */
.tasks tr.vtop, .tasks tr.vtop > td, .autosourcer_runs tr.vtop, .autosourcer_runs tr.vtop > td {
  vertical-align: top !important;
  border-top: 1px solid black;
}

/* line 90, app/assets/stylesheets/pages/_tasks.scss */
.tasks .task-auto, .autosourcer_runs .task-auto {
  color: green;
}

/* line 94, app/assets/stylesheets/pages/_tasks.scss */
.tasks .editable-icon, .autosourcer_runs .editable-icon {
  color: #9d00ff;
}

/* line 98, app/assets/stylesheets/pages/_tasks.scss */
.tasks .skip-ops-issue, .autosourcer_runs .skip-ops-issue {
  border-color: #9d00ff;
}

/* line 102, app/assets/stylesheets/pages/_tasks.scss */
.tasks .ops-border, .autosourcer_runs .ops-border {
  border-color: #9d00ff;
  border-width: 4px;
  border-style: solid;
}

/* line 108, app/assets/stylesheets/pages/_tasks.scss */
.tasks .editable-variable, .autosourcer_runs .editable-variable {
  color: #9d00ff;
}

/* line 112, app/assets/stylesheets/pages/_tasks.scss */
.tasks .variable, .autosourcer_runs .variable {
  color: #2ba74b;
}

/* line 116, app/assets/stylesheets/pages/_tasks.scss */
.tasks .missing-variable, .autosourcer_runs .missing-variable {
  color: red;
}

/* line 120, app/assets/stylesheets/pages/_tasks.scss */
.tasks [data-bulk-button], .autosourcer_runs [data-bulk-button] {
  display: block;
}

/* line 124, app/assets/stylesheets/pages/_tasks.scss */
.tasks .message-box, .autosourcer_runs .message-box {
  width: 100%;
  padding: 20px;
  margin-top: 0px;
  overflow: auto;
  display: flex;
  min-height: 50px;
  align-items: center;
}

/* line 134, app/assets/stylesheets/pages/_tasks.scss */
.tasks .warning-background, .autosourcer_runs .warning-background {
  background-color: #b63a3a;
}

/* line 138, app/assets/stylesheets/pages/_tasks.scss */
.tasks .info-background, .autosourcer_runs .info-background {
  background-color: #32a3e6;
}

/* line 142, app/assets/stylesheets/pages/_tasks.scss */
.tasks .green-background, .autosourcer_runs .green-background {
  background-color: green;
}

/* line 146, app/assets/stylesheets/pages/_tasks.scss */
.tasks .message-text, .autosourcer_runs .message-text {
  color: white;
  margin: auto;
}

/* line 152, app/assets/stylesheets/pages/_tasks.scss */
.tasks .discovery .partial-source, .autosourcer_runs .discovery .partial-source {
  max-height: 250px;
  overflow: scroll;
}

/* line 157, app/assets/stylesheets/pages/_tasks.scss */
.tasks .discovery.stale-data, .autosourcer_runs .discovery.stale-data {
  background-color: LightGray;
}

/* line 161, app/assets/stylesheets/pages/_tasks.scss */
.tasks .discovery .section, .autosourcer_runs .discovery .section {
  color: grey;
}

/* line 165, app/assets/stylesheets/pages/_tasks.scss */
.tasks .discovery .last-save-note, .autosourcer_runs .discovery .last-save-note {
  float: right;
  margin: 5px 25px 0px 0px;
}

/* line 172, app/assets/stylesheets/pages/_tasks.scss */
.tasks .diff, .autosourcer_runs .diff {
  overflow: auto;
}

/* line 173, app/assets/stylesheets/pages/_tasks.scss */
.tasks .diff ul, .autosourcer_runs .diff ul {
  background: #fff;
  overflow: auto;
  font-size: 13px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}

/* line 174, app/assets/stylesheets/pages/_tasks.scss */
.tasks .diff del, .tasks .diff ins, .autosourcer_runs .diff del, .autosourcer_runs .diff ins {
  display: block;
  text-decoration: none;
}

/* line 175, app/assets/stylesheets/pages/_tasks.scss */
.tasks .diff li, .autosourcer_runs .diff li {
  padding: 0;
  display: table-row;
  margin: 0;
  height: 1em;
}

/* line 176, app/assets/stylesheets/pages/_tasks.scss */
.tasks .diff li.ins, .autosourcer_runs .diff li.ins {
  background: #dfd;
  color: #080;
}

/* line 177, app/assets/stylesheets/pages/_tasks.scss */
.tasks .diff li.del, .autosourcer_runs .diff li.del {
  background: #fee;
  color: #b00;
}

/* line 178, app/assets/stylesheets/pages/_tasks.scss */
.tasks .diff li:hover, .autosourcer_runs .diff li:hover {
  background: #ffc;
}

/* line 180, app/assets/stylesheets/pages/_tasks.scss */
.tasks .diff del, .tasks .diff ins, .tasks .diff span, .autosourcer_runs .diff del, .autosourcer_runs .diff ins, .autosourcer_runs .diff span {
  white-space: pre-wrap;
  font-family: courier;
}

/* line 181, app/assets/stylesheets/pages/_tasks.scss */
.tasks .diff del strong, .autosourcer_runs .diff del strong {
  font-weight: normal;
  background: #fcc;
}

/* line 182, app/assets/stylesheets/pages/_tasks.scss */
.tasks .diff ins strong, .autosourcer_runs .diff ins strong {
  font-weight: normal;
  background: #9f9;
}

/* line 183, app/assets/stylesheets/pages/_tasks.scss */
.tasks .diff li.diff-comment, .autosourcer_runs .diff li.diff-comment {
  display: none;
}

/* line 184, app/assets/stylesheets/pages/_tasks.scss */
.tasks .diff li.diff-block-info, .autosourcer_runs .diff li.diff-block-info {
  background: none repeat scroll 0 0 gray;
}

/* line 186, app/assets/stylesheets/pages/_tasks.scss */
.tasks .almost-full-width, .autosourcer_runs .almost-full-width {
  max-width: 90%;
}

/* line 190, app/assets/stylesheets/pages/_tasks.scss */
.tasks .disabled-button, .autosourcer_runs .disabled-button {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  pointer-events: auto;
}

/* line 197, app/assets/stylesheets/pages/_tasks.scss */
.tasks .half-width, .autosourcer_runs .half-width {
  max-width: 50%;
}

/* line 201, app/assets/stylesheets/pages/_tasks.scss */
.tasks .quick-note-button, .autosourcer_runs .quick-note-button {
  cursor: pointer;
  padding: 5px;
  margin-bottom: 35px;
}

/* line 221, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit .btn, .tasks.show .btn, .autosourcer_runs.edit .btn, .autosourcer_runs.show .btn {
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 227, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit .buttons-note, .tasks.show .buttons-note, .autosourcer_runs.edit .buttons-note, .autosourcer_runs.show .buttons-note {
  color: red;
}

/* line 231, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit .repeated-in-custom, .tasks.show .repeated-in-custom, .autosourcer_runs.edit .repeated-in-custom, .autosourcer_runs.show .repeated-in-custom {
  background-color: cyan;
}

/* line 235, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit .custom-and-campaign, .tasks.show .custom-and-campaign, .autosourcer_runs.edit .custom-and-campaign, .autosourcer_runs.show .custom-and-campaign {
  background-color: pink;
}

/* line 239, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit .custom-and-prev, .tasks.show .custom-and-prev, .autosourcer_runs.edit .custom-and-prev, .autosourcer_runs.show .custom-and-prev {
  background-color: yellow;
}

/* line 243, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit .selected-word, .tasks.show .selected-word, .autosourcer_runs.edit .selected-word, .autosourcer_runs.show .selected-word {
  background-color: black;
  color: white;
}

/* line 248, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit mark, .tasks.show mark, .autosourcer_runs.edit mark, .autosourcer_runs.show mark {
  padding: 0;
}

/* line 252, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit table .task-prev-customs, .tasks.show table .task-prev-customs, .autosourcer_runs.edit table .task-prev-customs, .autosourcer_runs.show table .task-prev-customs {
  margin-top: 0px;
}

/* line 256, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit .task-details, .tasks.edit .task-auto, .tasks.edit .task-manual, .tasks.show .task-details, .tasks.show .task-auto, .tasks.show .task-manual, .autosourcer_runs.edit .task-details, .autosourcer_runs.edit .task-auto, .autosourcer_runs.edit .task-manual, .autosourcer_runs.show .task-details, .autosourcer_runs.show .task-auto, .autosourcer_runs.show .task-manual {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  font-size: 0.875rem;
}

/* line 262, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit .task-details.small, .tasks.edit .task-auto.small, .tasks.edit .task-manual.small, .tasks.show .task-details.small, .tasks.show .task-auto.small, .tasks.show .task-manual.small, .autosourcer_runs.edit .task-details.small, .autosourcer_runs.edit .task-auto.small, .autosourcer_runs.edit .task-manual.small, .autosourcer_runs.show .task-details.small, .autosourcer_runs.show .task-auto.small, .autosourcer_runs.show .task-manual.small {
  font-size: 0.75em;
}

/* line 267, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit .task-auto, .tasks.show .task-auto, .autosourcer_runs.edit .task-auto, .autosourcer_runs.show .task-auto {
  color: #3c763d;
}

/* line 271, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit .strong, .tasks.show .strong, .autosourcer_runs.edit .strong, .autosourcer_runs.show .strong {
  font-weight: bold;
}

/* line 275, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit [contenteditable]:empty:not(:focus):before, .tasks.show [contenteditable]:empty:not(:focus):before, .autosourcer_runs.edit [contenteditable]:empty:not(:focus):before, .autosourcer_runs.show [contenteditable]:empty:not(:focus):before {
  content: attr(data-placeholder);
  color: red;
}

/* line 280, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit .force-scrollbars, .tasks.show .force-scrollbars, .autosourcer_runs.edit .force-scrollbars, .autosourcer_runs.show .force-scrollbars {
  min-height: 101%;
  overflow: scroll;
}

/* line 284, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit .found-emails, .tasks.show .found-emails, .autosourcer_runs.edit .found-emails, .autosourcer_runs.show .found-emails {
  max-height: 250px;
  overflow: scroll;
}

/* line 289, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit .bad-email, .tasks.show .bad-email, .autosourcer_runs.edit .bad-email, .autosourcer_runs.show .bad-email {
  text-decoration: line-through;
  color: red;
}

/* line 294, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit .tier-1, .tasks.show .tier-1, .autosourcer_runs.edit .tier-1, .autosourcer_runs.show .tier-1 {
  color: green;
}

/* line 298, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit .tier-2, .tasks.show .tier-2, .autosourcer_runs.edit .tier-2, .autosourcer_runs.show .tier-2 {
  color: green;
}

/* line 302, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit .tier-3, .tasks.show .tier-3, .autosourcer_runs.edit .tier-3, .autosourcer_runs.show .tier-3 {
  color: orange;
}

/* line 306, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit .tier-99, .tasks.show .tier-99, .autosourcer_runs.edit .tier-99, .autosourcer_runs.show .tier-99 {
  color: grey;
}

/* line 310, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit .email-type, .tasks.show .email-type, .autosourcer_runs.edit .email-type, .autosourcer_runs.show .email-type {
  color: black;
}

/* line 314, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit .found-personal-email, .tasks.edit .found-work-email, .tasks.show .found-personal-email, .tasks.show .found-work-email, .autosourcer_runs.edit .found-personal-email, .autosourcer_runs.edit .found-work-email, .autosourcer_runs.show .found-personal-email, .autosourcer_runs.show .found-work-email {
  cursor: pointer;
}

/* line 318, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit .search-response, .tasks.show .search-response, .autosourcer_runs.edit .search-response, .autosourcer_runs.show .search-response {
  display: none;
  overflow: scroll;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 333, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit [data-sentence], .tasks.show [data-sentence], .autosourcer_runs.edit [data-sentence], .autosourcer_runs.show [data-sentence] {
  cursor: pointer;
}

/* line 337, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit [data-previous-custom], .tasks.show [data-previous-custom], .autosourcer_runs.edit [data-previous-custom], .autosourcer_runs.show [data-previous-custom] {
  color: #a9a9a9;
  display: none;
}

/* line 342, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit table .feature-panel .form-group, .tasks.show table .feature-panel .form-group, .autosourcer_runs.edit table .feature-panel .form-group, .autosourcer_runs.show table .feature-panel .form-group {
  margin-bottom: 5px;
}

/* line 346, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit .task-edit-campaign-link, .tasks.show .task-edit-campaign-link, .autosourcer_runs.edit .task-edit-campaign-link, .autosourcer_runs.show .task-edit-campaign-link {
  margin-top: 0px;
}

/* line 351, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit .user-selector-column .user-link, .tasks.show .user-selector-column .user-link, .autosourcer_runs.edit .user-selector-column .user-link, .autosourcer_runs.show .user-selector-column .user-link {
  display: none;
}

/* line 356, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit .user-selector-column.show-user-link .user-link, .tasks.show .user-selector-column.show-user-link .user-link, .autosourcer_runs.edit .user-selector-column.show-user-link .user-link, .autosourcer_runs.show .user-selector-column.show-user-link .user-link {
  display: block;
  float: right;
  margin-top: -37px;
  margin-right: -30px;
}

/* line 363, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit .user-selector-column.show-user-link .form-group.typeahead, .tasks.show .user-selector-column.show-user-link .form-group.typeahead, .autosourcer_runs.edit .user-selector-column.show-user-link .form-group.typeahead, .autosourcer_runs.show .user-selector-column.show-user-link .form-group.typeahead {
  padding-right: 5px;
  width: 90%;
}

/* line 370, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit .task-non-terminal-button-actions, .tasks.show .task-non-terminal-button-actions, .autosourcer_runs.edit .task-non-terminal-button-actions, .autosourcer_runs.show .task-non-terminal-button-actions {
  display: inline-block;
}

/* line 374, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit .card-group, .tasks.show .card-group, .autosourcer_runs.edit .card-group, .autosourcer_runs.show .card-group {
  display: inline-block;
}

/* line 378, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit .card, .tasks.show .card, .autosourcer_runs.edit .card, .autosourcer_runs.show .card {
  margin-bottom: 10px;
}

/* line 382, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit .form-group, .tasks.show .form-group, .autosourcer_runs.edit .form-group, .autosourcer_runs.show .form-group {
  margin-bottom: 0;
  padding-left: 10px;
}

/* line 391, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit .has-success, .tasks.show .has-success, .autosourcer_runs.edit .has-success, .autosourcer_runs.show .has-success {
  color: #009245;
}

/* line 395, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit .has-accent, .tasks.show .has-accent, .autosourcer_runs.edit .has-accent, .autosourcer_runs.show .has-accent {
  color: #fa892b;
}

/* line 399, app/assets/stylesheets/pages/_tasks.scss */
.tasks.edit .delete, .tasks.show .delete, .autosourcer_runs.edit .delete, .autosourcer_runs.show .delete {
  margin-top: 26px;
}

/* line 404, app/assets/stylesheets/pages/_tasks.scss */
.tasks .has-warning, .autosourcer_runs .has-warning {
  color: #b63a3a;
}

/* line 410, app/assets/stylesheets/pages/_tasks.scss */
.tasks .task-avatar {
  position: relative;
  top: 0px;
  right: 0px;
  width: calc(50% - 10px);
  z-index: 999;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -10px;
}

/* line 420, app/assets/stylesheets/pages/_tasks.scss */
.tasks .task-avatar img {
  max-width: 100%;
  height: auto;
  border: 1px solid black;
}

/* line 424, app/assets/stylesheets/pages/_tasks.scss */
.tasks .task-avatar img:hover {
  transform: scale(3);
  transform-origin: top right;
}

/* line 431, app/assets/stylesheets/pages/_tasks.scss */
.tasks .full-contact-image {
  max-width: 100%;
  height: auto;
  border: 1px solid black;
  position: relative;
  /* needed for z-index to work here */
  z-index: 999;
}

/* line 437, app/assets/stylesheets/pages/_tasks.scss */
.tasks .full-contact-image:hover {
  transform: scale(5);
  transform-origin: top right;
}

/* line 443, app/assets/stylesheets/pages/_tasks.scss */
.tasks .task-pageview {
  position: relative;
  top: 0px;
  right: 0px;
  width: calc(50% - 10px);
  z-index: 999;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -10px;
  margin-left: 10px;
}

/* line 454, app/assets/stylesheets/pages/_tasks.scss */
.tasks .task-pageview img {
  max-width: 100%;
  height: auto;
  border: 1px solid black;
}

/* line 458, app/assets/stylesheets/pages/_tasks.scss */
.tasks .task-pageview img:hover {
  transform: scale(5.5);
  transform-origin: top right;
}

/* line 2, app/assets/stylesheets/pages/_teams.scss */
.teams .hidden-name {
  font-size: 0.5pt;
  /* still show it to allow using browser search */
}

/* line 6, app/assets/stylesheets/pages/_teams.scss */
.teams .small-logo {
  width: 32px;
}

/* line 10, app/assets/stylesheets/pages/_teams.scss */
.teams .large-logo {
  height: 32px;
}

/* line 14, app/assets/stylesheets/pages/_teams.scss */
.teams .no-wrap-ellipsis {
  white-space: nowrap;
  overflow-x: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1, app/assets/stylesheets/pages/_team_form.scss */
.twitter-typeahead .tt-input {
  color: black;
}

/* line 8, app/assets/stylesheets/pages/_team_form.scss */
.team-form .default.teams.edit .topfunnel-header, .team-form .default.teams.update .topfunnel-header, .team-form .default.teams.new .topfunnel-header, .team-form .default.teams.create .topfunnel-header {
  display: none;
}

/* line 13, app/assets/stylesheets/pages/_team_form.scss */
.team-form .user-email {
  text-align: left;
}

/* line 17, app/assets/stylesheets/pages/_team_form.scss */
.team-form .form-group.disabled {
  opacity: 0.3 !important;
  cursor: not-allowed !important;
}

/* line 22, app/assets/stylesheets/pages/_team_form.scss */
.team-form .bootstrap-select .show {
  width: 100%;
}

/* line 26, app/assets/stylesheets/pages/_team_form.scss */
.team-form .primary {
  background-color: #499fa7;
  color: white;
}

/* line 31, app/assets/stylesheets/pages/_team_form.scss */
.team-form .full-width {
  width: 100%;
}

/* line 35, app/assets/stylesheets/pages/_team_form.scss */
.team-form .nav-tabs {
  border: none;
}

/* line 38, app/assets/stylesheets/pages/_team_form.scss */
.team-form .nav-tabs .nav-item {
  text-align: left;
  font-weight: bold;
  box-shadow: -0.3rem -0.3rem 1rem -8px rgba(0, 0, 0, 0.15), 0.3rem -0.3rem 1rem -8px rgba(0, 0, 0, 0.15);
}

/* line 42, app/assets/stylesheets/pages/_team_form.scss */
.team-form .nav-tabs .nav-item:not(:last-child) {
  margin-right: 5px;
}

/* line 47, app/assets/stylesheets/pages/_team_form.scss */
.team-form .nav-tabs .nav-link {
  border: 1px solid transparent;
  background-color: #10163c;
  color: white !important;
  margin-bottom: 0;
  padding-bottom: 8px;
}

/* line 53, app/assets/stylesheets/pages/_team_form.scss */
.team-form .nav-tabs .nav-link:hover {
  border-bottom: none;
}

/* line 57, app/assets/stylesheets/pages/_team_form.scss */
.team-form .nav-tabs .nav-link.disabled {
  color: black;
  background-color: white;
  border-color: transparent;
}

/* line 64, app/assets/stylesheets/pages/_team_form.scss */
.team-form .nav-tabs .nav-link.active,
.team-form .nav-tabs .nav-item.show .nav-link {
  color: #03071b !important;
  background-color: white;
}

/* line 71, app/assets/stylesheets/pages/_team_form.scss */
.team-form .border-box-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* line 75, app/assets/stylesheets/pages/_team_form.scss */
.team-form .company {
  width: 100%;
}

/* line 79, app/assets/stylesheets/pages/_team_form.scss */
.team-form .border-box-border {
  border: solid 2px #fbfbfb;
  border-radius: 3px;
}

/* line 85, app/assets/stylesheets/pages/_team_form.scss */
.team-form .team-form-container .tooltip {
  min-width: 160px;
}

/* line 90, app/assets/stylesheets/pages/_team_form.scss */
.team-form .team-form-container .form-section .border-divider {
  border-bottom: 1px solid #fbfbfb !important;
}

/* line 94, app/assets/stylesheets/pages/_team_form.scss */
.team-form .team-form-container .form-section .form-group {
  margin-bottom: 0;
}

/* line 97, app/assets/stylesheets/pages/_team_form.scss */
.team-form .team-form-container .form-section .form-group .help-block {
  margin: 0;
}

/* line 99, app/assets/stylesheets/pages/_team_form.scss */
.team-form .team-form-container .form-section .form-group .help-block .popover-hint {
  text-align: right;
  position: absolute;
  right: 50px;
  z-index: 10;
  margin-top: -330px;
}

/* line 110, app/assets/stylesheets/pages/_team_form.scss */
.team-form .team-form-container .form-section .inline-text-box label.control-label:not(.switch) {
  padding-left: 12px;
  padding-top: 8px;
  position: absolute;
}

/* line 116, app/assets/stylesheets/pages/_team_form.scss */
.team-form .team-form-container .form-section .inline-text-box .form-control, .team-form .team-form-container .form-section .inline-text-box span.twitter-typeahead {
  box-shadow: none;
  border: none;
  border-radius: 0;
}

/* line 125, app/assets/stylesheets/pages/_team_form.scss */
.team-form .team-form-container .toggle-switches .form-group {
  padding: 15px;
}

/* line 130, app/assets/stylesheets/pages/_team_form.scss */
.team-form .team-form-container input:checked + .slider:before {
  transform: translateX(16px);
}

/* line 136, app/assets/stylesheets/pages/_team_form.scss */
.team-form .team-form-container .table {
  margin-bottom: 0;
}

/* line 140, app/assets/stylesheets/pages/_team_form.scss */
.team-form .team-form-container #team-table-container {
  background: #fff;
  padding: 40px 30px 30px 30px;
  box-shadow: 0 0 10px #e6e6e6;
}

/* line 146, app/assets/stylesheets/pages/_team_form.scss */
.team-form .team-form-container .fa {
  color: #B6B6B6;
}

/* line 150, app/assets/stylesheets/pages/_team_form.scss */
.team-form .team-form-container .alert {
  top: 22px;
  z-index: 999;
  position: fixed;
}

/* line 156, app/assets/stylesheets/pages/_team_form.scss */
.team-form .team-form-container .col-alert {
  padding: 0;
  float: none;
  margin: 0 auto;
  border: none;
}

/* line 163, app/assets/stylesheets/pages/_team_form.scss */
.team-form .team-form-container .no-scroll {
  cursor: pointer;
}

/* line 167, app/assets/stylesheets/pages/_team_form.scss */
.team-form .team-form-container .primary-underline {
  border-top: 3px solid;
  border-color: #fbfbfb;
  padding: 0;
  margin: 0;
}

/* line 175, app/assets/stylesheets/pages/_team_form.scss */
.team-form .label-info {
  padding: 5px;
  border: solid #afafb2 1px;
  border-radius: 3px;
}

/* line 181, app/assets/stylesheets/pages/_team_form.scss */
.team-form .notion {
  background-image: url(/assets/notion-21dab19b27af01bbb11fafac4d6df9eab2c5069e02b83c176c06676ca55f7508.png);
  background-size: 32px;
  height: 32px;
  width: 32px;
}

/* line 4, app/assets/stylesheets/pages/_user_form.scss */
.user-form .default.users.edit .topfunnel-header, .user-form .default.users.update .topfunnel-header, .user-form .default.users.new .topfunnel-header, .user-form .default.users.create .topfunnel-header {
  display: none;
}

/* line 10, app/assets/stylesheets/pages/_user_form.scss */
.user-form .disabled {
  opacity: 0.3 !important;
  cursor: not-allowed !important;
}

/* line 14, app/assets/stylesheets/pages/_user_form.scss */
.user-form .disabled .slider {
  cursor: not-allowed !important;
}

/* line 19, app/assets/stylesheets/pages/_user_form.scss */
.user-form .no-wrap-ellipsis {
  white-space: nowrap;
  overflow-x: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 26, app/assets/stylesheets/pages/_user_form.scss */
.user-form .bootstrap-select .show {
  width: 100%;
}

/* line 30, app/assets/stylesheets/pages/_user_form.scss */
.user-form .primary {
  background-color: #499fa7;
}

/* line 34, app/assets/stylesheets/pages/_user_form.scss */
.user-form h6 {
  font-size: 0.9rem;
  font-weight: 700;
}

/* line 39, app/assets/stylesheets/pages/_user_form.scss */
.user-form .nav-tabs {
  border: none;
}

/* line 42, app/assets/stylesheets/pages/_user_form.scss */
.user-form .nav-tabs .nav-item {
  text-align: left;
  font-weight: bold;
  box-shadow: -0.3rem -0.3rem 1rem -8px rgba(0, 0, 0, 0.15), 0.3rem -0.3rem 1rem -8px rgba(0, 0, 0, 0.15);
}

/* line 46, app/assets/stylesheets/pages/_user_form.scss */
.user-form .nav-tabs .nav-item:not(:last-child) {
  margin-right: 5px;
}

/* line 51, app/assets/stylesheets/pages/_user_form.scss */
.user-form .nav-tabs .nav-link {
  border: 1px solid transparent;
  background-color: #10163c;
  color: white;
  margin-bottom: 0;
  padding-bottom: 8px;
}

/* line 57, app/assets/stylesheets/pages/_user_form.scss */
.user-form .nav-tabs .nav-link:hover {
  border-bottom: none;
}

/* line 61, app/assets/stylesheets/pages/_user_form.scss */
.user-form .nav-tabs .nav-link.disabled {
  color: black;
  background-color: white;
  border-color: transparent;
}

/* line 68, app/assets/stylesheets/pages/_user_form.scss */
.user-form .nav-tabs .nav-link.active,
.user-form .nav-tabs .nav-item.show .nav-link {
  color: black;
  background-color: white;
}

/* line 75, app/assets/stylesheets/pages/_user_form.scss */
.user-form .border-box-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* line 79, app/assets/stylesheets/pages/_user_form.scss */
.user-form .border-box-border {
  border: solid 2px #fbfbfb;
  border-radius: 3px;
}

/* line 85, app/assets/stylesheets/pages/_user_form.scss */
.user-form .user-form-container .tooltip {
  min-width: 160px;
}

/* line 90, app/assets/stylesheets/pages/_user_form.scss */
.user-form .user-form-container .form-section .border-divider {
  border-bottom: 1px solid #fbfbfb !important;
}

/* line 94, app/assets/stylesheets/pages/_user_form.scss */
.user-form .user-form-container .form-section .form-group {
  margin-bottom: 0;
}

/* line 97, app/assets/stylesheets/pages/_user_form.scss */
.user-form .user-form-container .form-section .form-group .help-block {
  margin: 0;
}

/* line 99, app/assets/stylesheets/pages/_user_form.scss */
.user-form .user-form-container .form-section .form-group .help-block .popover-hint {
  text-align: right;
  position: absolute;
  right: 50px;
  z-index: 10;
  margin-top: -330px;
}

/* line 110, app/assets/stylesheets/pages/_user_form.scss */
.user-form .user-form-container .form-section .inline-text-box label.control-label:not(.switch) {
  padding-left: 12px;
  padding-top: 8px;
  position: absolute;
}

/* line 116, app/assets/stylesheets/pages/_user_form.scss */
.user-form .user-form-container .form-section .inline-text-box .form-control, .user-form .user-form-container .form-section .inline-text-box span.twitter-typeahead {
  box-shadow: none;
  border: none;
  border-radius: 0;
}

/* line 125, app/assets/stylesheets/pages/_user_form.scss */
.user-form .user-form-container .toggle-switches .form-group {
  padding: 15px;
}

/* line 130, app/assets/stylesheets/pages/_user_form.scss */
.user-form .user-form-container input:checked + .slider:before {
  transform: translateX(16px);
}

/* line 136, app/assets/stylesheets/pages/_user_form.scss */
.user-form .user-form-container .table {
  margin-bottom: 0;
}

/* line 140, app/assets/stylesheets/pages/_user_form.scss */
.user-form .user-form-container #user-table-container {
  background: #fff;
  padding: 40px 30px 30px 30px;
  box-shadow: 0 0 10px #e6e6e6;
}

/* line 146, app/assets/stylesheets/pages/_user_form.scss */
.user-form .user-form-container .fa {
  color: #B6B6B6;
}

/* line 150, app/assets/stylesheets/pages/_user_form.scss */
.user-form .user-form-container .alert {
  top: 22px;
  z-index: 999;
  position: fixed;
}

/* line 156, app/assets/stylesheets/pages/_user_form.scss */
.user-form .user-form-container .col-alert {
  padding: 0;
  float: none;
  margin: 0 auto;
  border: none;
}

/* line 163, app/assets/stylesheets/pages/_user_form.scss */
.user-form .user-form-container .no-scroll {
  cursor: pointer;
}

/* line 167, app/assets/stylesheets/pages/_user_form.scss */
.user-form .user-form-container .primary-underline {
  border-top: 3px solid;
  border-color: #fbfbfb;
  padding: 0;
  margin: 0;
}

/* line 175, app/assets/stylesheets/pages/_user_form.scss */
.user-form .label-info {
  padding: 5px;
  border: solid #afafb2 1px;
  border-radius: 3px;
}

/* line 181, app/assets/stylesheets/pages/_user_form.scss */
.user-form .notion {
  background-image: url(/assets/notion-21dab19b27af01bbb11fafac4d6df9eab2c5069e02b83c176c06676ca55f7508.png);
  background-size: 32px;
  height: 32px;
  width: 32px;
}

/* line 3, app/assets/stylesheets/pages/_debug.scss */
.debug .selector-icon {
  font-size: 22px;
}

/* line 7, app/assets/stylesheets/pages/_debug.scss */
.debug .web-event-work-created,
.debug .web-event-work-requested,
.debug .web-event-work-run,
.debug .web-event-work-cancelled {
  color: grey;
}

/* line 14, app/assets/stylesheets/pages/_debug.scss */
.debug .web-event-contacted-bulk {
  color: darkgrey;
}

/* line 20, app/assets/stylesheets/pages/_debug.scss */
.debug-pre {
  white-space: pre-wrap;
  word-break: break-all;
}
/*


*/
