<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

    Zebra_DatePicker: a lightweight jQuery date picker plugin

    Twitter Bootstrap theme

    copyright (c) 2011 - 2013 Stefan Gabos
    http://stefangabos.ro/jquery/zebra-datepicker/

*/
/* line 13, vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker *,
.Zebra_DatePicker *:after,
.Zebra_DatePicker *:before {
  box-sizing: content-box !important;
}

/* line 17, vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker {
  position: absolute;
  background: #FFF;
  border: 1px solid #999;
  display: none;
  z-index: 9999;
  padding: 5px;
}

/* line 19, vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker * {
  margin: 0;
  padding: 0;
  color: #373737;
  background: transparent;
  border: none;
  font-family: "museo-sans-n3","museo-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
}

/* = GLOBALS
----------------------------------------------------------------------------------------------------------------------*/
/* line 26, vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker td,
.Zebra_DatePicker th {
  text-align: center;
  padding: 5px 0;
}

/* line 31, vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker td {
  cursor: pointer;
}

/* line 33, vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker .dp_daypicker,
.Zebra_DatePicker .dp_monthpicker,
.Zebra_DatePicker .dp_yearpicker {
  margin-top: 3px;
}

/* line 37, vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td {
  width: 30px;
}

/* line 42, vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker,
.Zebra_DatePicker .dp_header .dp_hover,
.Zebra_DatePicker td.dp_selected,
.Zebra_DatePicker .dp_footer .dp_hover,
.Zebra_DatePicker td.dp_hover {
  border-radius: 5px;
}

/* = HEADER
----------------------------------------------------------------------------------------------------------------------*/
/* line 52, vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next {
  width: 30px;
}

/* line 55, vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker .dp_header .dp_caption {
  font-weight: bold;
}

/* line 56, vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker .dp_header .dp_hover {
  background: #DEDEDE;
  color: #373737;
}

/* line 57, vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker .dp_header .dp_blocked {
  color: #DEDEDE;
  cursor: default;
}

/* = DATEPICKER
----------------------------------------------------------------------------------------------------------------------*/
/* line 61, vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker .dp_daypicker th {
  font-weight: bold;
}

/* line 62, vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker td.dp_not_in_month {
  color: #DEDEDE;
  cursor: default;
}

/* line 65, vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker td.dp_weekend_disabled {
  color: #DEDEDE;
  cursor: default;
}

/* line 66, vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker td.dp_selected {
  background: #039;
  color: #FFF !important;
}

/* line 67, vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker td.dp_week_number {
  cursor: text;
  font-weight: bold;
}

/* = MONTHPICKER
----------------------------------------------------------------------------------------------------------------------*/
/* line 71, vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker .dp_monthpicker td {
  width: 33%;
}

/* = YEARPICKER
----------------------------------------------------------------------------------------------------------------------*/
/* line 75, vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker .dp_yearpicker td {
  width: 33%;
}

/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/
/* line 79, vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker .dp_footer {
  margin-top: 3px;
}

/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PREVIOUS PROPERTIES)
----------------------------------------------------------------------------------------------------------------------*/
/* line 83, vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker td.dp_current {
  color: #3A87AD;
}

/* line 84, vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker td.dp_disabled_current {
  color: #3A87AD;
}

/* line 85, vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker td.dp_disabled {
  color: #DEDEDE;
  cursor: default;
}

/* line 86, vendor/assets/stylesheets/zebra-datepicker.scss */
.Zebra_DatePicker td.dp_hover {
  background: #DEDEDE;
}

/* = ICON
----------------------------------------------------------------------------------------------------------------------*/
/* line 90, vendor/assets/stylesheets/zebra-datepicker.scss */
button.Zebra_DatePicker_Icon {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(/assets/calendar-6672f56f6074e8ba27d77ed75bfadfe1b61dfc6f6b6f32e3edc52c26d72e9db3.png) no-repeat left top;
  text-indent: -9000px;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  vertical-align: top;
}

/* line 91, vendor/assets/stylesheets/zebra-datepicker.scss */
button.Zebra_DatePicker_Icon_Disabled {
  background-image: url(/assets/calendar-disabled-585aa8bcf3b89935701b6b912b3b0b9159f0b45a5c6b77f095a547d081b7c912.png);
}

/* don't set vertical margins! */
/* line 94, vendor/assets/stylesheets/zebra-datepicker.scss */
button.Zebra_DatePicker_Icon {
  margin: 0 0 0 3px;
}

/* line 95, vendor/assets/stylesheets/zebra-datepicker.scss */
button.Zebra_DatePicker_Icon_Inside {
  margin: 0 3px 0 0;
}

/* = Custom
----------------------------------------------------------------------------------------------------------------------*/
/* line 100, vendor/assets/stylesheets/zebra-datepicker.scss */
button.Zebra_DatePicker_Icon,
button.Zebra_DatePicker_Icon_Disabled {
  visibility: hidden;
}
/* line 1, vendor/assets/stylesheets/react-datepicker/mixins.scss */
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -12px;
  position: absolute;
}

/* line 5, vendor/assets/stylesheets/react-datepicker/mixins.scss */
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 12px solid transparent;
  height: 0;
  width: 1px;
}

/* line 15, vendor/assets/stylesheets/react-datepicker/mixins.scss */
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 12px;
  left: -12px;
  border-bottom-color: #aeaeae;
}

/* line 25, vendor/assets/stylesheets/react-datepicker/mixins.scss */
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -12px;
}

/* line 31, vendor/assets/stylesheets/react-datepicker/mixins.scss */
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

/* line 37, vendor/assets/stylesheets/react-datepicker/mixins.scss */
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

/* line 43, vendor/assets/stylesheets/react-datepicker/mixins.scss */
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -12px;
}

/* line 49, vendor/assets/stylesheets/react-datepicker/mixins.scss */
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

/* line 55, vendor/assets/stylesheets/react-datepicker/mixins.scss */
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

/* line 4, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker-wrapper {
  display: block;
}

/* line 8, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

/* line 20, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

/* line 24, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

/* line 28, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem;
}

/* line 32, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem;
}

/* line 37, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

/* line 42, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker-popper {
  z-index: 1;
}

/* line 45, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 14px;
}

/* line 53, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 14px;
}

/* line 61, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker-popper[data-placement^="right"] {
  margin-left: 12px;
}

/* line 64, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

/* line 70, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker-popper[data-placement^="left"] {
  margin-right: 12px;
}

/* line 73, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

/* line 80, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

/* line 89, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 96, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  padding: 3px;
  margin: 0 2px;
}

/* line 107, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 1.534rem;
}

/* line 116, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 122, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__navigation {
  background: none;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.55rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden;
}

/* line 138, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

/* line 142, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

/* line 146, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

/* line 153, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

/* line 156, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}

/* line 160, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

/* line 164, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

/* line 171, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 178, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

/* line 182, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

/* line 187, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

/* line 191, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

/* line 198, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__month-container {
  float: left;
}

/* line 202, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

/* line 205, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__month .react-datepicker__month-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

/* line 212, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}

/* line 218, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}

/* line 221, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}

/* line 223, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}

/* line 226, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: 85px;
}

/* line 229, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 234, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
  -moz-appearance: textfield;
}

/* line 238, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

/* line 245, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 70px;
}

/* line 250, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

/* line 259, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
}

/* line 263, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 70px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}

/* line 268, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (3rem / 2));
  overflow-y: scroll;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  box-sizing: content-box;
}

/* line 278, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
}

/* line 281, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

/* line 285, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

/* line 289, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

/* line 293, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

/* line 296, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

/* line 307, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 3rem;
  line-height: 3rem;
  text-align: center;
  margin: 0.166rem;
}

/* line 314, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

/* line 316, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

/* line 323, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

/* line 328, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 3rem;
  line-height: 3rem;
  text-align: center;
  margin: 0.166rem;
}

/* line 340, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

/* line 347, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover {
  background-color: #1d5d90;
}

/* line 351, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__month--disabled {
  color: #ccc;
  pointer-events: none;
}

/* line 354, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__month--disabled:hover {
  cursor: default;
  background-color: transparent;
}

/* line 361, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__day,
.react-datepicker__month-text {
  cursor: pointer;
}

/* line 365, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__day:hover,
.react-datepicker__month-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

/* line 370, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__day--today,
.react-datepicker__month-text--today {
  font-weight: bold;
}

/* line 374, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

/* line 379, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover {
  background-color: #32be3f;
}

/* line 383, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1 {
  color: magenta;
}

/* line 387, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2 {
  color: green;
}

/* line 392, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

/* line 399, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover {
  background-color: #1d5d90;
}

/* line 404, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

/* line 409, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover {
  background-color: #1d5d90;
}

/* line 414, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__day--in-selecting-range ,
.react-datepicker__month-text--in-selecting-range {
  background-color: rgba(33, 107, 165, 0.5);
}

/* line 419, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__month--selecting-range .react-datepicker__day--in-range , .react-datepicker__month--selecting-range
.react-datepicker__month-text--in-range {
  background-color: #f0f0f0;
  color: #000;
}

/* line 425, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled {
  cursor: default;
  color: #ccc;
}

/* line 429, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover {
  background-color: transparent;
}

/* line 438, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover {
  background-color: #216ba5;
}

/* line 442, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__month-text:hover {
  background-color: #f0f0f0;
}

/* line 447, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* line 452, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__input-container input {
  width: 100%;
}

/* line 457, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

/* line 463, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

/* line 466, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

/* line 472, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.55rem;
}

/* line 483, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 53%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  padding: 2px;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

/* line 497, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

/* line 501, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

/* line 507, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 516, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 521, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 530, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

/* line 533, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

/* line 537, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

/* line 542, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  display: none;
}

/* line 547, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 7px;
  height: 16px;
  width: 16px;
  margin: -8px auto 0;
}

/* line 560, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  content: "\00d7";
}

/* line 578, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

/* line 588, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

/* line 600, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  /* line 609, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

/* line 617, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 2.34rem;
}

/* line 622, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__portal .react-datepicker__navigation {
  border: 0.99rem solid transparent;
}

/* line 626, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

/* line 629, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

/* line 633, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

/* line 640, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

/* line 643, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

/* line 647, vendor/assets/stylesheets/react-datepicker/datepicker.scss */
.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}
/*
	Icon font
*/

@font-face {
  font-family: 'RedactorFont';
  src: url(/redactor-font.eot);
}
@font-face {
  font-family: 'RedactorFont';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggi/NUAAAC8AAAAYGNtYXAaVcx2AAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zm8dIFkAAAFwAAATSGhlYWQACVb9AAAUuAAAADZoaGVhA+ECBQAAFPAAAAAkaG10eEEBA94AABUUAAAAkGxvY2FVlFE8AAAVpAAAAEptYXhwAC8AkgAAFfAAAAAgbmFtZRHEcG0AABYQAAABZnBvc3QAAwAAAAAXeAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmHwHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYf//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAwAAACUCAAGSAAQACQANAAA3EQURBQEFEQURATUXBwACAP4AAdv+SgG2/tySkiUBbgH+lAEBSgH+3AEBJv7/3G9sAAAGAAAASQIAAW4ABAAJAA4AEwAYAB0AABMhFSE1FSEVITUVIRUhNSczFSM1FTMVIzUVMxUjNZIBbv6SAW7+kgFu/pKSSUlJSUlJAW5JSW5JSW5JSdxJSW5JSW5JSQAAAAACAAAAJQH3AZIAFgAuAAAlLgMnBzIuAic+AyMXNh4CByUnMg4CBx4DIxcnHgMXNi4CBwH3Dik/XUABAR04Vjg+WDUYAQFNeEcZEv7MAQENHDMlHzIfEQEBASZUTDYHCSBIZj4lGCQaEARqFi5HLzJFKhJqDC1RZSzVPQoWIxkbJBQID0wCCQ4VDxo4KA8PAAACAG4AJQGSAZIABAAzAAA3IQchJzceAzMyPgI3PgMnNyMXDgMHDgMjIi4CJy4DNycjBx4DF24BJQH+3QFABRIUGg0QGBUQCAYKBgQBAUABAQEEBAQCCAgKBQYJCQcEAgUCAwEBPwEBAwcJCEkkJD8HCgYEBAYKBwcRFRkPtcMGCQkHAwMFAwEBAwUDAwcJCQbDtQ8ZFREHAAUAAP//AgABtwAGAA4AFgBHAF8AAAEzFTMVIzUfAQc1IzUzNS8BNxUzFSMVFx4DFRwBDgEHDgMHMh4CFx4DHwEjJzwBJjQjLgMrARUjNTMyHgIXBzMyPgI3PgM1NC4CJy4DKwEVAUkjS24mkZFvb96RkW9vDAMFAwECAwICBQUGBAECAgIBAQICAgEbIBMBAQIEBQUCCh0qCAwKCQM3DgMFBQMCAQIBAQEBAgECAwQGAw4BtpYgtv9cXEolSUhcXEklSlUDCAoNBwQJBwcCAwUDAgEBAQIBAQMEBANCLgEBAQIGBwYCSLYBAwUDRAECAgECBAQGAwQFBQQBAgIBATIAAAAAAwBtAAABkgGTAAMADAARAAAlIzcXBzM3MxczAyMDFyEVITUBI0YjI7ZKF2MXSmVbZQEBJP7c5nh4eUlJASb+2iRJSQAKAAAAJQIAAZIABAAJAA4AEwAYAB0AIgAnACwAMQAANxEFEQU3FzUHFTU3NScVJwcVFzUVJxU3NRUHFRc1NxUXNQclBxUXNRUnFTc1FQcVFzUAAgD+ALeSkpKSJW1tbW1tbSWSkgEkbW1tbW1tJQFuAf6UASUBSgFIbQFIAUq4AUgBSm8BSgFIbQFIAUrbSAFKAQEBSAFKbwFKAUhtAUgBSgAAAAIACQAlAgABkgAWAC4AACUOAxU1DgMHJj4CFzU0HgIXBT4DNxU1FD4CNy4DNRUmDgIXAgA5VTkcQVxAKA8RGEh3Thc2Vz/+PAY3S1UlECAxICYyHQw9Z0chCt8wRi8VAWsFDxsjGS1kUiwLaQETKUYxYBAUDwgDTRABCRMlGhoiFwkBPhAQJzkZAAAAAgBJAEkBtwFuAEcAjwAAAQ4DFRQeAhceAxc+Azc+AzU0LgInLgMHJg4CBwYiBiYHNAYmIicwLgE0NTQ+Ajc+Azc1DgMHJw4DFRQeAhceAxc+Azc+AzU0LgInLgMHJg4CBwYiBiYVJgYmIjUiJjQmNTQ+Ajc+Azc1DgMHATkJDQkEAwYKBgcOEBAJCA4NDAUGCAUDAwQHBQUKCgwGBQoICAMBAgIBAQEBAQEBAQMGCgYGDxITCxMhHBYJzQkNCQQDBwkHBg4QEQgIDg0MBgUIBQMCBQcFBAoLDAYFCQkIAwECAgEBAQEBAQEBAwcJBgcPERQLEyEcFwkBIgwYHBsQCxgUEgcICwgDAQECBggGBQ0MDwYIDA0KBgUIBAQBAQICBQECAgEBAQECAQQCBQEKEhQRCggQDAwDFwgQFBQNAQwYHBsQCxgUEgcICwgDAQECBggGBQ0MDwYIDA0KBgUIBAQBAQICBQECAgEBAQECAQQCBQEKEhQRCggQDAwDFwgQFBQNAAT//wBJAgABbgAEAAkADgASAAATIRUhNRchFSE1FSEVITUHNQcXAAIA/gC3AUn+twFJ/rclk5MBbklJbklJbklJSbdcWwAAAAUAAABJAgABbgAEAAkADgAaAG0AABMhFSE1FSEVITUVIRUhNSczNSM1IwcVNxUjFRc+Azc+Azc0PgE0NTQuAicuAyMiBioBByIOAiMVPgM3Mj4BMjM6AR4BFx4CFBUcAQYUBw4DBw4DDwEVMzUjPgM3MZIBbv6SAW7+kgFu/pKNRBgUFhYYIAUHBQMBAgICAQEBAQEDBAICBgcHBQEEAwQCAgMEBAICBAQDAgIDAwMCAgMDAwEBAgEBAQEBAgICAQQGCQULRC0BAwQEAgFuSUluSUluSUlrFF0GFAZJFJEFBwYEAQIDBAMBAgMDAwIDBwUFAgIEAgEBAQEBAhUBAgIBAQEBAQIBAQIDBAIBAgMCAQICAwMCAQUHCQYNExQBBAMFAgADAAAASQIAAW4ALAAxAGwAACUiLgInNTMeAzMyPgI1NC4CIyIOAgcjNT4DMzIeAhUUDgIjJzMVIzUnIg4CByMVDgMVFB4CFxUzHgMzMj4CNzMVDgMjIi4CNTQ+AjMyHgIXFSMuAyMBbgoUEhEIHgUKCwsGEyEZDg4ZIRMGCwsKBR4IERIUCh41KBcXKDUet5KSJQYLCwoFHgQHBQICBQcEHgUKCwsGBgsLCgUeCBESFAoeNSgXFyg1HgoUEhEIHgUKCwsGSQMGBwU0AgQDAQ0XHhESHhcNAQMEAjQFBwYDFyg1Hx41KBe3SUkvAQMEAhgFCw0OBwcNDQsGFwIEAwEBAwQCNAUHBgMXKDUeHzUoFwMGBwU0AgQDAQAAAAEAAAC3AgABAAAEAAATIRUhNQACAP4AAQBJSQABAJIASQGSAZIADAAAAQ8CFzcHNxc3DwEXAQcpQQvBC0ApQAvBC0EBWdYBOAE6AdgBOgE4AQAAAAQAAABJAgABbgAEAAkADgASAAATIRUhNRchFSE1FSEVITUHNRcHAAIA/gC3AUn+twFJ/re3k5MBbklJbklJbklJSbdcWwAAAAMAAAAlAgABkgAEAAkAEgAANxEFEQUBBREFEQc/ARcVJTU3FwACAP4AAdv+SgG2tiQwPv6Sbm4lAW4B/pQBAUoB/twBASa4AV5eSgFIk5MABAAlAAAB2wG3AAMAGgAeADUAAAEVJzMHHgIGDwEOAS4BJy4BNDY/AT4BHgEXARcnFTceATI2PwE+AS4BJy4CBg8BDgEeARcB29vbKgMDAQICcwIGBgYCAwMBAnQCBQYGAv5029sqAwYGBQJzAgEBAgMCBgYGAnICAgEDAgG33NwrAgYGBgJzAgEBAgMDBQYGAnMCAQECA/51AdvaKgMDAQJzAgUGBgMCAwECAnMCBQYGAgAABAAA/9sCAAHbAAMAGgAeADUAACU1Fwc3LgI2PwE+AR4BFx4BFAYPAQ4BIiYnBycXNQcuASIGDwEOAR4BFx4CNj8BPgEuAScBJdvbKgMDAQICcwIGBgYCAwMBAnQCBQYGAnTb2yoDBgYFAnMCAQECAwIGBgYCcgICAQMC/9zbASwCBgYGAnICAgEDAgMGBgUCcwIBAwN1AdzbKgMDAQJzAgUGBgMCAwECAnICBgYGAgABAG4AJQFuAZIAEgAAJREjESM1Ii4CNTQ+AjsBESMBSSRKFigeEREeKBaTJSUBSf63khEeKBcWKB4R/pMAAAAAAwAlAAEB3AG2AAoAVwB4AAAlMwcnMzUjNxcjFQcOAwcOAyMiLgInLgM1ND4CNz4DOwE1NC4CJy4DIyIOAgcOAwc1PgM3PgIyMzIeAhceAx0BIzU1IyIOAgcOAxUUHgIXHgMzMj4CNz4DPQEBkkpcXEpKXFxK6wIGBgcEAwgICQUIDw4LBQUHBQIDBQkGBQ8SFAwlAQMDAgMFBwgFBAoJCQQFCQkJBQQJCQkEBQkKCQUNFRENBQUIBQI0FQgMCggDAwUDAQECAwICBQUHAwUJCQcCAwUCApKRkZORkZMHBAYFBQECAwIBAgUHBQULDQ8JCRANCwQFBgUCCQMGBQQCAgICAQEBAgEBAwQFAy8CAwMCAQEBAQIFCAUGDhIXDXgYSwECAwICBgYIBQQGBgUCAgMCAQIEBgQECgsOBwQAAAAEACUASgHbAW4AAwAMAC0AegAANyM3FwczNzMXMwMjAyUVFA4CBw4DIyIuAicuAzU0PgI3PgM7ATcuAyMqAQ4BBw4DBxU+Azc+AzMyHgIXHgMdASMiDgIHDgMVFB4CFx4DMzI+Ajc+AzcVMzU0LgInrjUbGok4EUsSOE1ETQF/AQMFAwMHCQoFBAYGBQIDAwIBAgMEAwMJCw0IFiIFDhIWDQYKCgoFBAoJCgQFCgoJBQUJCgoFBAkHBgIDAwMBJg0WEw8GBgkGAwIFCAUFDA4QCQUJCQgEBAcHBgI3AgUIBsV1dXZHRwEf/uFlBAcOCwsEBAYEAwICAwICBQYHAwUJBwUCAgMCAWIFCAYCAQEBAQMCBAIwAwUEAwIBAgEBAQIDAQIEBgYDCQMEBwQFCw4QCgkPDgsFBQcFAgEBAwICBQUHAxh7DhcTDwUAAAIASQBJAbcBkwAEAIEAABMhFSE1Fx4DFx4DFRQOAgcOAyMiLgInLgMnFR4DFx4DMzI+Ajc+AzU0LgInLgMvAS4DJy4DNTQ+Ajc+AzMyHgIXHgMXNS4DJy4DIyIOAgcOAxUUHgIXHgMfAUkBbv6SvwQIBgYCAgMDAQIDBQQDCAkLBgYNDAwGBg0NDQYGCwwNBgYNDAwHDxoXEggHCwgDAgUHBAUMDxIKHAcNCQcDAgMDAQIDBQMDCAkKBgYLCgsGBQsLCgYGCwwLBgYLDAsGDBcUEQcICwcDAgQHBAUMERUNIAEAJSUxAgMFBAMDBgYHAwUICAYDAgQDAQECAwMCBQcIBEEDBAUDAgECAQEDBgkGBQ8SFQwJEA8NBgYKCggDCwIFBQQDAgUFBgMFBwcFAwIDAwEBAgMCAgQGBgM9AgUDBAEBAgEBAwcJBgYPERMLCA8ODAQFCgoJBQsAAAQAAABJAgABbgAEAAkADgATAAA/ARcHJxc3FwcnJScHFzcXJwcXNwAltiO4AbYluCMB/yO4JbYBuCO2Jdsdkh6TAZQekhwBHZIekwGUHpIcAAAAAAUAAP/bAgAB2wAEAAkADgATABgAABcRIREhASERIREHITUhFRUhNSEVFSE1IRUAAgD+AAHb/koBtkn+3AEk/twBJP7cASQlAgD+AAHc/kkBt5JJSW5JSW5JSQAAAwCTAEkBbQGSABcALwBbAAA3Mh4CFx4DFwYUDgEHDgMrATczNzIeAhceAhQXBhQOAQcOAysBNzMDMzI+Ajc+Ayc2LgInLgMnPgM3PgMnNi4CJy4DKwED+AcNCQkDBAMEAQEBBAQEAgkKDQcqASgBBQsIBwIDAwQBAQQCBAEICAsFKgEoZGQRGRgRCAYLBgQBAQMEBwQGCg8OCggMDQgFAwcDAwEBBAYLBgcQFBcOZAHeAQMEAwMICQwHBgsJCAIDBAMBYYECAgMDAgYHCQUFCQcGAgIEAgFN/uoDBQgGBQ4RFQsKEQ8NBgUJBgQBAQMFBwUECwwOCAsSDw0FBggFAv63AAADACUAAAHbAbcABAANABEAADcRIREhEyMDMzczFzMDBxcjNyUBtv5K/URMOBBLETdLIho0GgABt/5JAW7+20hIASU1eHgAAAACAEIAHwG8AZkAIQBLAAAlBycOAS4BJwcXBw4BIiYvAS4BNDY/AT4BMhYfAR4BFAYHJy4BIgYPAQ4BFBYXHgE+AT8BLgMnLgI2PwE+AhYXBxc3PgE0JicBvJQEBQsMCwYhHg8PJygnDw8PDw8P1w8nKCcPDw8QEA8lCxscHAvFCwwLCgsbHRsLJwMFBgUCCgwDBQhSBg8QEgl+JoYLCwoL9pQEAQECAwMgHg8PDw8PDxAmKCcP1w8QEA8PDycoJw9+CwoLC8YLGx0bCwoLAQsLJgIDBAUCChcXFQhSBgYBBAV9JYYLHBwbCwAAAAMAAABJAgABbgAEAAkADgAAEyEVITUXIRUhNRczFSM1AAIA/gCSAW7+kpPb2wFuSUluSUluSUkAAwAAAEkCAAFuAAQACQAOAAATIRUhNRUhFSE1FTMVIzUAAgD+AAFt/pPc3AFuSUluSUluSUkAAAADAAAASQIAAW4ABAAJAA4AABMhFSE1FSEVITUVIRUhNQAB//4BAf/+AQIA/gABbklJbklJbklJAAMAAABJAgABbgAEAAkADgAAEyEHIScHIRchNxchByEnbgElAf7dAW0B/wH9/wFtASUB/t0BAW5JSW5JSW5JSQAGAAAAJwIAAZUACAANABQAGAAdACEAADc1IxEhFTMRIQEhFSE1FyMVIRUhNQcjNxcXITUhFScXIzdJSQG3Sf5JAUn+kwFtSiX+twFu27hcXG3+2wElKSlJICdJASVK/twBSdzcSbcl3EltbSUlJW5JSQAAAAEAAAABAADCHXSvXw889QALAgAAAAAAz3WLJQAAAADPdYsl////2wIAAdsAAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgD//wAAAgAAAQAAAAAAAAAAAAAAAAAAACQAAAAAAAAAAAAAAAABAAAAAgAAAAIAAAACAAAAAgAAbgIAAAACAABtAgAAAAIAAAkCAABJAgD//wIAAAACAAAAAgAAAAIAAJICAAAAAgAAAAIAACUCAAAAAgAAbgIAACUCAAAlAgAASQIAAAACAAAAAgAAkwIAACUCAABCAgAAAAIAAAACAAAAAgAAAAIAAAAAAAAAAAoAFAAeAEAAcAC4AQQBhgGoAfoCQAMCAyYDuARGBFQEcASUBLwFFgVuBY4GLgbUB4IHrAfaCFwIgAj2CRIJLglKCWoJpAAAAAEAAAAkAJAACgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAYAAAAAQAAAAAAAgAOAGoAAQAAAAAAAwAYAC4AAQAAAAAABAAYAHgAAQAAAAAABQAWABgAAQAAAAAABgAMAEYAAQAAAAAACgAoAJAAAwABBAkAAQAYAAAAAwABBAkAAgAOAGoAAwABBAkAAwAYAC4AAwABBAkABAAYAHgAAwABBAkABQAWABgAAwABBAkABgAYAFIAAwABBAkACgAoAJAAUgBlAGQAYQBjAHQAbwByAEYAbwBuAHQAVgBlAHIAcwBpAG8AbgAgADEALgAwAFIAZQBkAGEAYwB0AG8AcgBGAG8AbgB0UmVkYWN0b3JGb250AFIAZQBkAGEAYwB0AG8AcgBGAG8AbgB0AFIAZQBnAHUAbABhAHIAUgBlAGQAYQBjAHQAbwByAEYAbwBuAHQARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AABIoAAoAAAAAEeAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAADgEAAA4Bg0Rie09TLzIAAA74AAAAYAAAAGAIIvzVY21hcAAAD1gAAABMAAAATBpVzHZnYXNwAAAPpAAAAAgAAAAIAAAAEGhlYWQAAA+sAAAANgAAADYACVb9aGhlYQAAD+QAAAAkAAAAJAPhAgVobXR4AAAQCAAAAJAAAACQQQED3m1heHAAABCYAAAABgAAAAYAJFAAbmFtZQAAEKAAAAFmAAABZhHEcG1wb3N0AAASCAAAACAAAAAgAAMAAAEABAQAAQEBDVJlZGFjdG9yRm9udAABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeKZviU+HQFHQAAAT8PHQAAAUQRHQAAAAkdAAAN+BIAJQEBDRkbHSAlKi80OT5DSE1SV1xhZmtwdXp/hImOk5idoqessba7wFJlZGFjdG9yRm9udFJlZGFjdG9yRm9udHUwdTF1MjB1RTYwMHVFNjAxdUU2MDJ1RTYwM3VFNjA0dUU2MDV1RTYwNnVFNjA3dUU2MDh1RTYwOXVFNjBBdUU2MEJ1RTYwQ3VFNjBEdUU2MEV1RTYwRnVFNjEwdUU2MTF1RTYxMnVFNjEzdUU2MTR1RTYxNXVFNjE2dUU2MTd1RTYxOHVFNjE5dUU2MUF1RTYxQnVFNjFDdUU2MUR1RTYxRXVFNjFGAAACAYkAIgAkAgABAAQABwAKAA0AQQCYAPEBSQH6Ai8CxwMhA98EGwTXBYEFkQW0BfEGLwagBxEHOgf0CLUJaQmsCfwKhAq5C0QLdAuiC9AMAQxo/JQO/JQO/JQO+5QOi7AVi/gB+JSLi/wB/JSLBfhv990V/EqLi/u5+EqLi/e5Bfu4+5QVi/dv9yb7Avsm+wEFDvcm+AIV+AKLi0L8AouL1AWL+wIV+AKLi0L8AouL1AWL+wIV+AKLi0L8AouL1AX7JvdwFdSLi0JCi4vUBYv7AhXUi4tCQouL1AWL+wIV1IuLQkKLi9QFDviLsBVky0yq+0KWCIshBYuLQMb7LPcT9z33GsW4i4sIiyEF92Wr9wT7QV77Cgj7yfdpFYvIBYuLb3ImSOFBtnqLiwiLfIvXBe6F9yJ7nGSl0PsO6Ps2YwgO9wLUFfe4i4tn+7iLi68FysoVnHmngrGLsounlJydnJ2Up4uyCIv3SUyLi/tXBYt8hoCDg4ODgId8i32Lf4+Dk4OTh5aLmgiL91dLi4v7SQWLZJRvnXkIDvfd+EoVrouL+yrWi4tr+wKLi/dKBbH7kxX3JS/7JS+L1fsDi4uw9wOLi9QF+3LTFfsl5/cl54tC9wOLi2b7A4uLQQWXNhWTg499i3iLf4mBhoSGg4SHgYmOio6KjYiNiI6GjoQIpklri3i5BYuMio2KjYaZhZKEiwiBi4tDbouL90q1iwWfi5mHk4MIVEcVmYsFk4uRjY+Pjo+NkYuUi5SJkoiOh4+FjYOLCH2Li1kFDve393oVRYuu9wyu+wwF+0r7DRXVi6LU7ouiQtWLJve6MIsm+7oFjGcV97iLi0L7uIuL1AUOi7AVi/gB+JSLi/wB/JSLBfdLrxX3JouL1Psmi4tCBYv3AhX3JouL1Psmi4tCBWb3SxX7AYuLQvcBi4vUBYv7AhX7AYuLQvcBi4vUBYv7AhX7AYuLQvcBi4vUBbD3cBWLQvcmi4vU+yaLBfe4ixX7AYuLQvcBi4vUBYv7AhX7AYuLQvcBi4vUBYv7AhX7AYuLQvcBi4vUBQ74lPdzFfss+xNAUIuLCIv1BftCgExsZEte9wr3BPdB92VrCIv1BYuLxV73PfsaCPxYLBWcsvcim+6RCIs/i5oFi4u2nOHVJs5vpIuLCItOBfs2s/sOLqVGCA73zfe2FXNsgGiLY4tpk3Ccd513n4Gji6CLnJKZmpqakpyLn4uehZt+mH+ZfJJ7i32LgIeChQiIiYmKiYuKi4mMioyKjoqPi5GLpJOknKOco6KcqJYIi6EFWXhlcnRrCPthixV0bH9oi2OLaZNwnXecd6CBoougi5ySmpqZmpKci5+LnoWbfph/mX2Seot+i3+IgoQIiImJioqLiYuKjIqMiY6Kj4uRi6SUpJujnKOinKmWCIuhBVh4ZnJzawgOi/gCFfiUi4tC/JSLi9QF90v7AhX33YuLQvvdi4vUBYv7AhX33YuLQvvdi4vUBWZCFYv3S/snL/cnMAUO9yb4AhX4AouLQvwCi4vUBYv7AhX4AouLQvwCi4vUBYv7AhX4AouLQvwCi4vUBfsh9hXPi4ufc4uL6HeLdYWLd6GRi0Jzi4t3Bav7JRWXl5KTjY6PkI2PjY+Mj4yPi5CLlIiThJCFkYKOf4uHi4aKhoqGioaKhokIi3YFkI6QjZCNkIyPjI+LkIuPio6IjoiMh4uGi4iLiImIiYeJh4eHiIiDgX18CIB+i3jPi4ufXosFjo+QkJGRCIuLBQ74AtQVcItyk3aYCIu/qYsFmIWZh5uLvYu0sIu5i7pisFmLe4t9h36FCG2Li78FoJikk6aL3IvMSYs6iztKSTqLCPtL90sV9yaLi0L7JouL1AVmuhV8i3yHfoUIbYuLcwWAfYR6i3iLeZJ5ln0Ii3SpiwWYhZqHmoubi5mPmJEIqYuLVwV2fnKDcIs6i0rNi9uL3MzN3Iumi6SDoH4Ii1dtiwV+kX2Pe4sIDov3lBX4lIuLQvyUi4vUBQ73m/ftFWL7a0qLgFL3VYuWxEuLtPdry4uWxPtVi4BSzIsFDov4AhX4lIuLQvyUi4vUBfdL+wIV992Li0L73YuL1AWL+wIV992Li0L73YuL1AX7S0IVi/dL9ycv+ycwBQ6LsBWL+AH4lIuL/AH8lIsF+G/33RX8SouL+7n4SouL97kF+0r7SxWvi7vqySyLQvwCi4vU9wL3JvcC+yYFDvhv+EsVi/tw+2/3cPdviwVhYBWShIyChoUI+wf7BwWFhoKMhJKEkoqUkJEI9wj3BwWQkJWKkYQI/CD8HxX3b4r7b/dvi/tuBbW1FZKElYqQkAj3B/cHBZCQipWEkoSRgo2FhQj7BvsHBYWGjYGRhQgO97n3kxWL93D3b/tv+2+KBbW3FYSSipSQkQj3B/cGBZGRlIqShJKEjIGGhgj7CPsHBYaGgYyFkgj7CPsJFftvjPdv+3CL928FYWEVhJKBjIaGCPsH+wcFhoaMgZKEkoSUipGRCPcG9wYFkZGJlIWSCA733bAVi/fdZ4uL+91Bi4v3JgVPi1q8i8iLx7y8x4sI9yeLi/wBZosFDvgm9yYV1Ysv+yUv9yXVi4v3J0GL5/cl5/slQYuL+ycF+3+EFYWCgoSBhoGGgIh/i3WLeZF+mH6XhZ2Looujkp2blpqXopGriwiwi4uUBYuUiJKFj4SQgo1/i3+Lf4l/iH+If4V+hAiLugWWkJeOl46XjZiMmIusi6KEmH6ZfZFyi2gIi/sMV4uLowWL1hV2iwV3i32IhIaDhoeCi36LgY6EkIWQhpOIlIuZi5aQkpaTlo+ai58Ii48FDvdC91kVVoum9wml+wkF+x37ChXDi5zS1oudRMOLPvezR4s++7MF+BPwFYuHBYt3h3uDgIOAf4V9i4GLg46GkYWRiJOLlIuYj5WTkJSQmY6giwihiwWt7RV9mXOSaYt8i36Kfol/iH6Hf4YIi1sFmJOYkJiPl46YjZmLl4uViJGHkoaOhIuCCIuCZYsFaYtyhXt/e3+DeItyi3SReZl+mH6ehaOLmIuXjZWQlpCTk5KUCItzwouL9w8Fi6+EpX2ZCA7U95QV+AKLi2b8AouLsAX3U1oVloeUhZGEkYSOgouCi36GgYKEgoR/iHuLe4t6jnuRepB6lHqXCItKBZqEm4Wch5yIm4mci7OLqZOfm5+alKOLq4ujhZ9/mn6bd5dwlAhvlgV3kX6ShZGFkIiTi5OLl4+UlJGTkZeOm4uai5mImoaZhpqEmYIIi8gFfJF8kHuPfI58jXuLaYtxg3h6d3uCdItui3WQeZd+l32hf61+CKuABQ6L928Vr6n3S/snZ277S/cmBYuLFfdL9yevbvtL+ydnqAX4lIsVZ6n7S/snr273S/cmBYuLFftL9ydnbvdL+yevqAUOi2YVi/iU+JSLi/yU/JSLBfhv+HAV/EqLi/xL+EqLi/hLBUL7JhX7uIuL1Pe4i4tCBYv7AhX7uIuL1Pe4i4tCBYv7AhX7uIuL1Pe4i4tCBQ73jPdyFZ6LmYiUg5ODj36LeYt6h3+DhIOEfYd3iwhii4vstIsFi/cVFZuLloiShJKFjoKLfYt+iIGEhYSFgIh7iwhii4vYtIsFJvuqFfCLBbWLqJKemp2ZlKKLqoulhZ9/mn+ZeZRzjZ+NmpKVl5aXkJuLoIungqB5mHqZcJJoiwgmi4v73QUOsIsVi/hL+EqLi/xL/EqLBfeR+AIVR4s/+7nDi5vT1oucQ8KLQPe5BWlWFaX7DFeLpfcMBQ74UPeKFfso+yiHjwV9h3uNfJMIamupbXx8BWJiSYtitAh8mgVitIvNtLQI92v3awW0tM2LtGIImnwFtGKLSWJiCGb3EhVuqFyKbm4I+1n7WgVtbotcp26ob7qLqKkIsrEFg4+EkIWScKaGsJ+gCN3dBZuapIyifwj7EvsRsWb3GvcaBaiojLpuqAgOi/gCFfiUi4tC/JSLi9QF9yb7AhX4AouLQvwCi4vUBfcn+wIV92+Li0L7b4uL1AUOi/gCFfiUi4tC/JSLi9QFi/sCFfgBi4tC/AGLi9QFi/sCFfdwi4tC+3CLi9QFDov4AhX4k4uLQvyTi4vUBYv7AhX4k4uLQvyTi4vUBYv7AhX4lIuLQvyUi4vUBQ73AvgCFfe4i4tC+7iLi9QF+wL7AhX4lIuLQvyUi4vUBfcC+wIV97iLi0L7uIuL1AUO1LIVi9RCi4v3ufhLi4tB1IuL+7j8S4sF99333RX8AYuL+3D4AYuL93AF1UIVZouL+0v73YuLZvgCi4v3cAX7b0IV+0yL5/cB5/sBBfcBZhX7uYuLsPe5i4tmBWL3AhW0QkKLq9QFDviUFPiUFYsMCgAAAAADAgABkAAFAAABTAFmAAAARwFMAWYAAAD1ABkAhAAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAOYfAeD/4P/gAeAAIAAAAAEAAAAAAAAAAAAAACAAAAAAAAIAAAADAAAAFAADAAEAAAAUAAQAOAAAAAoACAACAAIAAQAg5h///f//AAAAAAAg5gD//f//AAH/4xoEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAQAAhlBJsl8PPPUACwIAAAAAAM91iyUAAAAAz3WLJf///9sCAAHbAAAACAACAAAAAAAAAAEAAAHg/+AAAAIA//8AAAIAAAEAAAAAAAAAAAAAAAAAAAAkAAAAAAAAAAAAAAAAAQAAAAIAAAACAAAAAgAAAAIAAG4CAAAAAgAAbQIAAAACAAAJAgAASQIA//8CAAAAAgAAAAIAAAACAACSAgAAAAIAAAACAAAlAgAAAAIAAG4CAAAlAgAAJQIAAEkCAAAAAgAAAAIAAJMCAAAlAgAAQgIAAAACAAAAAgAAAAIAAAACAAAAAABQAAAkAAAAAAAOAK4AAQAAAAAAAQAYAAAAAQAAAAAAAgAOAGoAAQAAAAAAAwAYAC4AAQAAAAAABAAYAHgAAQAAAAAABQAWABgAAQAAAAAABgAMAEYAAQAAAAAACgAoAJAAAwABBAkAAQAYAAAAAwABBAkAAgAOAGoAAwABBAkAAwAYAC4AAwABBAkABAAYAHgAAwABBAkABQAWABgAAwABBAkABgAYAFIAAwABBAkACgAoAJAAUgBlAGQAYQBjAHQAbwByAEYAbwBuAHQAVgBlAHIAcwBpAG8AbgAgADEALgAwAFIAZQBkAGEAYwB0AG8AcgBGAG8AbgB0UmVkYWN0b3JGb250AFIAZQBkAGEAYwB0AG8AcgBGAG8AbgB0AFIAZQBnAHUAbABhAHIAUgBlAGQAYQBjAHQAbwByAEYAbwBuAHQARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');
  font-weight: normal;
  font-style: normal;
}
/*
	Box
*/
.redactor-box {
  position: relative;
  overflow: visible;
  margin-bottom: 24px;
}
.redactor-box iframe,
.redactor-box textarea {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
.redactor-box iframe {
  border: 1px solid #eee;
}
.redactor-box textarea {
  overflow: auto;
  outline: none;
  border: none;
  background-color: #111;
  box-shadow: none;
  color: #ccc;
  font-size: 13px;
  font-family: Menlo, Monaco, monospace, sans-serif;
  resize: none;
}
.redactor-box textarea:focus {
  outline: none;
}
/*
	Z-index setup
*/
.redactor-editor,
.redactor-box {
  background: #fff;
}
.redactor-editor,
.redactor-box,
.redactor-box textarea {
  z-index: auto !important;
}
.redactor-box-fullscreen {
  z-index: 1052 !important;
}
.redactor-toolbar,
.redactor-dropdown {
  z-index: 1053 !important;
}
#redactor-modal-overlay,
#redactor-modal-box,
#redactor-modal {
  z-index: 1054 !important;
}
/*
	Resize
*/
.redactor-resize {
  background: #f4f4f4;
  padding: 4px 0 3px 0;
  cursor: move;
  border: 1px solid #e3e3e3;
  border-top: none;
}
.redactor-resize div {
  width: 30px;
  margin: auto;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}
/*
	Fullscreen
*/
body .redactor-box-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
/*
	Utils
*/
.body-hidden {
  overflow: hidden;
}
/*
	Editor
*/
.redactor-editor {
  position: relative;
  overflow: auto;
  margin: 0 !important;
  padding: 20px;
  outline: none;
  white-space: normal;
  border: 1px solid #eee;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}
.redactor-editor:focus {
  outline: none;
}
/*
	Placeholder
*/
.redactor-placeholder {
  position: relative;
}
.redactor-placeholder:after {
  position: absolute;
  top: 20px;
  left: 20px;
  content: attr(placeholder);
  color: #999 !important;
  font-weight: normal !important;
}
/* Placeholder in linebreaks mode */
.redactor-linebreaks.redactor-placeholder:after {
  top: 20px;
  left: 20px;
}
/*
	Toolbar
*/
.redactor-toolbar {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  font-size: 14px !important;
  line-height: 1 !important;
  background: #fff;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.redactor-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.redactor-toolbar.redactor-toolbar-overflow {
  overflow-y: auto;
  height: 29px;
  white-space: nowrap;
}
.redactor-toolbar.redactor-toolbar-external {
  z-index: 999;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.redactor-toolbar li {
  vertical-align: top;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  outline: none;
  list-style: none !important;
  box-sizing: content-box;
}
.redactor-toolbar li a {
  display: block;
  color: #333;
  text-align: center;
  padding: 9px 10px;
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  zoom: 1;
  box-sizing: content-box;
}
.redactor-toolbar li a:hover {
  outline: none;
  background-color: #1f78d8;
  color: #fff;
}
.redactor-toolbar li a:hover i:before {
  color: #fff;
}
.redactor-toolbar li a:active,
.redactor-toolbar li a.redactor-act {
  outline: none;
  background-color: #ccc;
  color: #444;
}
.redactor-toolbar li a.redactor-btn-image {
  width: 14px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
}
.redactor-toolbar li a.fa-redactor-btn {
  display: inline-block;
  padding: 9px 10px 8px 10px;
  line-height: 1;
}
.redactor-toolbar li a.redactor-button-disabled {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.redactor-toolbar li a.redactor-button-disabled:hover {
  color: #333;
  outline: none;
  background-color: transparent !important;
  cursor: default;
}
/*
	Icons
*/
.re-icon {
  font-family: 'RedactorFont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.re-icon i:before {
  position: relative;
  font-size: 14px;
}
.re-video:before {
  content: "\e600";
}
.re-unorderedlist:before {
  content: "\e601";
}
.re-undo:before {
  content: "\e602";
}
.re-underline:before {
  content: "\e603";
}
.re-textdirection:before {
  content: "\e604";
}
.re-fontcolor:before {
  content: "\e605";
}
.re-table:before {
  content: "\e606";
}
.re-redo:before {
  content: "\e607";
}
.re-quote:before {
  content: "\e608";
}
.re-outdent:before {
  content: "\e609";
}
.re-orderedlist:before {
  content: "\e60a";
}
.re-link:before {
  content: "\e60b";
}
.re-horizontalrule:before {
  content: "\e60c";
}
.re-italic:before {
  content: "\e60d";
}
.re-indent:before {
  content: "\e60e";
}
.re-image:before {
  content: "\e60f";
}
.re-fullscreen:before {
  content: "\e610";
}
.re-normalscreen:before {
  content: "\e611";
}
.re-formatting:before {
  content: "\e612";
}
.re-fontsize:before {
  content: "\e613";
}
.re-fontfamily:before {
  content: "\e614";
}
.re-deleted:before {
  content: "\e615";
}
.re-html:before {
  content: "\e616";
}
.re-clips:before {
  content: "\e617";
}
.re-bold:before {
  content: "\e618";
}
.re-backcolor:before {
  content: "\e619";
}
.re-file:before {
  content: "\e61a";
}
.re-alignright:before {
  content: "\e61b";
}
.re-alignment:before,
.re-alignleft:before {
  content: "\e61c";
}
.re-alignjustify:before {
  content: "\e61d";
}
.re-aligncenter:before {
  content: "\e61e";
}
.re-gallery:before {
  content: "\e61f";
}
/*
	Toolbar tooltip
*/
.redactor-toolbar-tooltip {
  position: absolute;
  z-index: 1054;
  text-align: center;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  padding: 5px 8px;
  line-height: 1;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 12px;
  border-radius: 2px;
}
/*
	Dropdown
*/
.redactor-dropdown {
  position: absolute;
  top: 28px;
  left: 0;
  padding: 0;
  min-width: 220px;
  max-height: 254px;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  line-height: 1.6em;
}
.redactor-dropdown a {
  display: block;
  padding: 10px 15px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.redactor-dropdown a:last-child {
  border-bottom: none;
}
.redactor-dropdown a:hover {
  background-color: #1f78d8;
  color: #fff !important;
  text-decoration: none;
}
/*
	IMAGE BOX
*/
#redactor-image-box {
  position: relative;
  max-width: 100%;
  display: inline-block;
  line-height: 0;
  outline: 1px dashed rgba(0, 0, 0, 0.6);
}
#redactor-image-editter {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -18px;
  line-height: 1;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  padding: 7px 10px;
  cursor: pointer;
}
#redactor-image-resizer {
  position: absolute;
  z-index: 2;
  line-height: 1;
  cursor: nw-resize;
  bottom: -4px;
  right: -5px;
  border: 1px solid #fff;
  background-color: #000;
  width: 8px;
  height: 8px;
}
/*
	LINK TOOLTIP
*/
.redactor-link-tooltip {
  position: absolute;
  z-index: 49999;
  padding: 10px;
  line-height: 1;
  display: inline-block;
  background-color: #000;
  color: #555 !important;
}
.redactor-link-tooltip,
.redactor-link-tooltip a {
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}
.redactor-link-tooltip a {
  color: #ccc;
  margin: 0 5px;
  text-decoration: none;
}
.redactor-link-tooltip a:hover {
  color: #fff;
}
/*
	DROPAREA
*/
#redactor-droparea {
  position: relative;
  overflow: hidden;
  padding: 140px 20px;
  border: 3px dashed rgba(0, 0, 0, 0.1);
}
#redactor-droparea.drag-hover {
  background: rgba(200, 222, 250, 0.75);
}
#redactor-droparea.drag-drop {
  background: rgba(250, 248, 200, 0.5);
}
#redactor-droparea-placeholder {
  text-align: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
}
/*
	PROGRESS
*/
#redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px;
}
#redactor-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #3d58a8;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-size: 40px 40px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/*
	MODAL
*/
#redactor-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: #000 !important;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
#redactor-modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
#redactor-modal {
  position: relative;
  margin: auto;
  margin-bottom: 20px;
  padding: 0;
  background: #fff;
  color: #000;
  font-size: 14px !important;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  box-shadow: 0 1px 70px rgba(0, 0, 0, 0.5);
}
#redactor-modal header {
  padding: 30px 40px 5px 40px;
  font-size: 18px;
  font-weight: bold;
}
#redactor-modal section {
  padding: 30px 40px 50px 40px;
}
#redactor-modal label {
  display: block;
  float: none !important;
  margin: 15px 0 3px 0 !important;
  padding: 0;
}
#redactor-modal input[type="radio"],
#redactor-modal input[type="checkbox"] {
  position: relative;
  top: -1px;
}
#redactor-modal select {
  width: 100%;
}
#redactor-modal input[type="text"],
#redactor-modal input[type="password"],
#redactor-modal input[type="email"],
#redactor-modal input[type="url"],
#redactor-modal textarea {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 5px 4px;
  height: 28px;
  border: 1px solid #ccc;
  border-radius: 1px;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  color: #333;
  width: 100%;
  font-size: 14px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  transition: border 0.3s ease-in;
}
#redactor-modal input[type="text"]:focus,
#redactor-modal input[type="password"]:focus,
#redactor-modal input[type="email"]:focus,
#redactor-modal input[type="url"]:focus,
#redactor-modal textarea:focus {
  outline: none;
  border-color: #5ca9e4;
  box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
#redactor-modal input[type="text"].redactor-input-error,
#redactor-modal input[type="password"].redactor-input-error,
#redactor-modal input[type="email"].redactor-input-error,
#redactor-modal input[type="url"].redactor-input-error,
#redactor-modal textarea.redactor-input-error {
  border-color: #e82f2f;
  box-shadow: 0 0 0 2px rgba(232, 47, 47, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
#redactor-modal textarea {
  display: block;
  margin-top: 4px;
  line-height: 1.4em;
}
/*
	Tabs in Modal
*/
#redactor-modal-tabber {
  margin-bottom: 15px;
  font-size: 12px;
}
#redactor-modal-tabber a {
  border: 1px solid #ddd;
  line-height: 1;
  padding: 8px 15px;
  margin-right: -1px;
  text-decoration: none;
  color: #000;
}
#redactor-modal-tabber a:hover {
  background-color: #1f78d8;
  border-color: #1f78d8;
  color: #fff;
}
#redactor-modal-tabber a.active {
  cursor: default;
  background-color: #ddd;
  border-color: #ddd;
  color: rgba(0, 0, 0, 0.6);
}
/*
	List in Modal
*/
#redactor-modal #redactor-modal-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  max-height: 250px;
  overflow-x: scroll;
}
#redactor-modal #redactor-modal-list li {
  border-bottom: 1px solid #ddd;
}
#redactor-modal #redactor-modal-list li:last-child {
  border-bottom: none;
}
#redactor-modal #redactor-modal-list a {
  padding: 10px 5px;
  color: #000;
  text-decoration: none;
  font-size: 13px;
  display: block;
  position: relative;
}
#redactor-modal #redactor-modal-list a:hover {
  background-color: #eee;
}
#redactor-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  text-align: right;
  color: #bbb;
  font-size: 30px;
  font-weight: 300;
  cursor: pointer;
}
#redactor-modal-close:hover {
  color: #000;
}
#redactor-modal footer button {
  position: relative;
  width: 100%;
  padding: 14px 16px;
  margin: 0;
  outline: none;
  border: none;
  background-color: #ddd;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  line-height: 1;
  cursor: pointer;
}
#redactor-modal footer button:hover {
  color: #777;
  background: none;
  background: #bbb;
  text-decoration: none;
}
#redactor-modal footer button.redactor-modal-delete-btn {
  background: none;
  color: #fff;
  background-color: #b52525;
}
#redactor-modal footer button.redactor-modal-delete-btn:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #881b1b;
}
#redactor-modal footer button.redactor-modal-action-btn {
  background: none;
  color: #fff;
  background-color: #2461b5;
}
#redactor-modal footer button.redactor-modal-action-btn:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #1a4580;
}
/*
	##############################################

	DROPDOWN FORMATTING

	##############################################
*/
.redactor-dropdown .redactor-formatting-blockquote {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}
.redactor-dropdown .redactor-formatting-pre {
  font-family: monospace, sans-serif;
}
.redactor-dropdown .redactor-formatting-h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
.redactor-dropdown .redactor-formatting-h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
}
.redactor-dropdown .redactor-formatting-h3 {
  font-size: 21px;
  line-height: 30px;
  font-weight: bold;
}
.redactor-dropdown .redactor-formatting-h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}
.redactor-dropdown .redactor-formatting-h5 {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
}
/*
	##############################################

	 CONTENT STYLES

	##############################################
*/
.redactor-editor code,
.redactor-editor pre {
  font-family: Menlo, Monaco, monospace, sans-serif;
}
.redactor-editor div,
.redactor-editor p,
.redactor-editor ul,
.redactor-editor ol,
.redactor-editor table,
.redactor-editor dl,
.redactor-editor blockquote,
.redactor-editor pre {
  font-size: 14px;
  line-height: 1.6em;
}
.redactor-editor a {
  color: #15c;
  text-decoration: underline;
}
.redactor-editor object,
.redactor-editor embed,
.redactor-editor video,
.redactor-editor img {
  max-width: 100%;
  width: auto;
}
.redactor-editor video,
.redactor-editor img {
  height: auto;
}
.redactor-editor div,
.redactor-editor p,
.redactor-editor ul,
.redactor-editor ol,
.redactor-editor table,
.redactor-editor dl,
.redactor-editor figure,
.redactor-editor blockquote,
.redactor-editor pre {
  margin: 0;
  margin-bottom: 15px;
  border: none;
  background: none;
  box-shadow: none;
}
.redactor-editor iframe,
.redactor-editor object,
.redactor-editor hr {
  margin-bottom: 15px;
}
.redactor-editor iframe {
  width: auto;
}
.redactor-editor blockquote {
  margin-left: 1.6em !important;
  padding-left: 0;
  color: #777;
  font-style: italic;
}
.redactor-editor ul,
.redactor-editor ol {
  padding-left: 2em;
}
.redactor-editor ul ul,
.redactor-editor ol ol,
.redactor-editor ul ol,
.redactor-editor ol ul {
  margin: 2px;
  padding: 0;
  padding-left: 2em;
  border: none;
}
.redactor-editor dl dt {
  font-weight: bold;
}
.redactor-editor dd {
  margin-left: 1em;
}
.redactor-editor table {
  border-collapse: collapse;
  font-size: 1em;
  width: 100%;
}
.redactor-editor table td,
.redactor-editor table th {
  padding: 5px;
  border: 1px solid #ddd;
  vertical-align: top;
}
.redactor-editor table thead td,
.redactor-editor table th {
  font-weight: bold;
  border-bottom-color: #888;
}
.redactor-editor code {
  background-color: #d8d7d7;
}
.redactor-editor pre {
  overflow: auto;
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f8f8f8;
  white-space: pre;
  font-size: 90%;
}
.redactor-editor hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}
.redactor-editor h1,
.redactor-editor h2,
.redactor-editor h3,
.redactor-editor h4,
.redactor-editor h5,
.redactor-editor h6 {
  font-weight: bold;
  color: #000;
  padding: 0;
  background: none;
  text-rendering: optimizeLegibility;
  margin: 0 0 .5em 0;
}
.redactor-editor h1,
.redactor-editor h2,
.redactor-editor h3,
.redactor-editor h4 {
  line-height: 1.3;
}
.redactor-editor h1 {
  font-size: 36px;
}
.redactor-editor h2 {
  font-size: 24px;
  margin-bottom: .7em;
}
.redactor-editor h3 {
  font-size: 21px;
}
.redactor-editor h4 {
  font-size: 18px;
}
.redactor-editor h5 {
  font-size: 16px;
}
.redactor-editor h6 {
  font-size: 12px;
  text-transform: uppercase;
}
/* line 1, vendor/assets/stylesheets/emojipicker.scss */
span.emoji {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: baseline;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 1em;
  height: 1em;
  background-size: 1em;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

/* line 16, vendor/assets/stylesheets/emojipicker.scss */
span.emoji-sizer {
  line-height: 0.81em;
  font-size: 1em;
  margin: -2px 0;
}

/* line 22, vendor/assets/stylesheets/emojipicker.scss */
span.emoji-outer {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  height: 1em;
  width: 1em;
}

/* line 30, vendor/assets/stylesheets/emojipicker.scss */
span.emoji-inner {
  display: -moz-inline-box;
  display: inline-block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  vertical-align: baseline;
  *vertical-align: auto;
  *zoom: 1;
}

/* line 41, vendor/assets/stylesheets/emojipicker.scss */
img.emoji {
  width: 1em;
  height: 1em;
}

/* line 46, vendor/assets/stylesheets/emojipicker.scss */
.emoji-wysiwyg-editor:empty:before {
  content: attr(placeholder);
  color: #9a9a9a;
}

/* line 51, vendor/assets/stylesheets/emojipicker.scss */
.emoji-picker-container {
  position: relative;
}

/* line 55, vendor/assets/stylesheets/emojipicker.scss */
.emoji-picker-icon {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 10px;
  font-size: 20px !important;
  z-index: 100;
  transition: none;
  color: #70787C;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

/* line 71, vendor/assets/stylesheets/emojipicker.scss */
.emoji-picker-icon.parent-has-scroll {
  right: 12px;
}

/* line 75, vendor/assets/stylesheets/emojipicker.scss */
.emoji-picker-icon:hover {
  opacity: 1;
}

/* Emoji area */
/* line 80, vendor/assets/stylesheets/emojipicker.scss */
.emoji-wysiwyg-editor:empty:before {
  content: attr(placeholder);
  color: #C9CED1;
}

/* line 85, vendor/assets/stylesheets/emojipicker.scss */
.emoji-wysiwyg-editor:active:before,
.emoji-wysiwyg-editor:focus:before {
  content: none;
}

/* line 90, vendor/assets/stylesheets/emojipicker.scss */
.emoji-wysiwyg-editor {
  padding: 7px 12px;
  padding-right: 40px !important;
  margin-bottom: 0px;
  min-height: 40px;
  /* 35 */
  height: 40px !important;
  max-height: 40px;
  overflow: auto;
  line-height: 24px;
  border: 1px solid #C9CED1;
  border-radius: 2px;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-user-select: text;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
}

/* line 111, vendor/assets/stylesheets/emojipicker.scss */
.emoji-wysiwyg-editor.parent-has-scroll {
  padding-right: 36px !important;
}

/* line 115, vendor/assets/stylesheets/emojipicker.scss */
.emoji-wysiwyg-editor.single-line-editor {
  min-height: 35px;
  height: inherit;
}

/* line 120, vendor/assets/stylesheets/emojipicker.scss */
.emoji-wysiwyg-editor img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: -3px 0 0 0;
}

/* line 127, vendor/assets/stylesheets/emojipicker.scss */
.emoji-menu {
  position: absolute;
  right: 0;
  bottom: 48px;
  z-index: 999;
  width: 225px;
  overflow: hidden;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(29, 38, 43, 0.2);
}

/* line 139, vendor/assets/stylesheets/emojipicker.scss */
.emoji-items-wrap1 {
  background: #ffffff;
  padding: 5px 2px 5px 5px;
}

/* line 144, vendor/assets/stylesheets/emojipicker.scss */
.emoji-items-wrap1 .emoji-menu-tabs {
  width: 100%;
  margin-bottom: 8px;
  margin-top: 3px;
}

/* line 150, vendor/assets/stylesheets/emojipicker.scss */
.emoji-items-wrap1 .emoji-menu-tabs td {
  text-align: center;
  color: white;
  line-height: 0;
}

/* line 156, vendor/assets/stylesheets/emojipicker.scss */
.emoji-menu-tabs .emoji-menu-tab {
  display: inline-block;
  width: 24px;
  height: 29px;
  background: url(/emojis/IconsetSmiles.png) no-repeat;
  background-size: 42px 350px;
  border: 0;
}

/* line 165, vendor/assets/stylesheets/emojipicker.scss */
.is_1x .emoji-menu-tabs .emoji-menu-tab {
  background-image: url(/emojis/IconsetSmiles_1x.png);
}

/* line 169, vendor/assets/stylesheets/emojipicker.scss */
.emoji-menu-tabs .icon-recent {
  background-position: -9px -306px;
}

/* line 171, vendor/assets/stylesheets/emojipicker.scss */
.emoji-menu-tabs .icon-recent-selected {
  background-position: -9px -277px;
}

/* line 173, vendor/assets/stylesheets/emojipicker.scss */
.emoji-menu-tabs .icon-smile {
  background-position: -9px -34px;
}

/* line 175, vendor/assets/stylesheets/emojipicker.scss */
.emoji-menu-tabs .icon-smile-selected {
  background-position: -9px -5px;
}

/* line 177, vendor/assets/stylesheets/emojipicker.scss */
.emoji-menu-tabs .icon-flower {
  background-position: -9px -145px;
}

/* line 179, vendor/assets/stylesheets/emojipicker.scss */
.emoji-menu-tabs .icon-flower-selected {
  background-position: -9px -118px;
}

/* line 181, vendor/assets/stylesheets/emojipicker.scss */
.emoji-menu-tabs .icon-bell {
  background-position: -9px -89px;
}

/* line 183, vendor/assets/stylesheets/emojipicker.scss */
.emoji-menu-tabs .icon-bell-selected {
  background-position: -9px -61px;
}

/* line 185, vendor/assets/stylesheets/emojipicker.scss */
.emoji-menu-tabs .icon-car {
  background-position: -9px -196px;
}

/* line 187, vendor/assets/stylesheets/emojipicker.scss */
.emoji-menu-tabs .icon-car-selected {
  background-position: -9px -170px;
}

/* line 189, vendor/assets/stylesheets/emojipicker.scss */
.emoji-menu-tabs .icon-grid {
  background-position: -9px -248px;
}

/* line 191, vendor/assets/stylesheets/emojipicker.scss */
.emoji-menu-tabs .icon-grid-selected {
  background-position: -9px -222px;
}

/* line 193, vendor/assets/stylesheets/emojipicker.scss */
.emoji-menu-tabs .icon-smile,
.emoji-menu-tabs .icon-flower,
.emoji-menu-tabs .icon-bell,
.emoji-menu-tabs .icon-car,
.emoji-menu-tabs .icon-grid {
  opacity: 0.7;
}

/* line 201, vendor/assets/stylesheets/emojipicker.scss */
.emoji-menu-tabs .icon-smile:hover,
.emoji-menu-tabs .icon-flower:hover,
.emoji-menu-tabs .icon-bell:hover,
.emoji-menu-tabs .icon-car:hover,
.emoji-menu-tabs .icon-grid:hover {
  opacity: 1;
}

/* line 209, vendor/assets/stylesheets/emojipicker.scss */
.emoji-menu .emoji-items-wrap {
  position: relative;
  height: 174px;
  overflow: scroll;
}

/* line 215, vendor/assets/stylesheets/emojipicker.scss */
.emoji-menu .emoji-items {
  padding-right: 8px;
  outline: 0 !important;
}

/* line 220, vendor/assets/stylesheets/emojipicker.scss */
.emoji-menu img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: 0 none;
}

/* line 227, vendor/assets/stylesheets/emojipicker.scss */
.emoji-menu .emoji-items a {
  margin: -1px 0 0 -1px;
  padding: 5px;
  display: block;
  float: left;
  border-radius: 2px;
  border: 0;
}

/* line 236, vendor/assets/stylesheets/emojipicker.scss */
.emoji-menu .emoji-items a:hover {
  background-color: #edf2f5;
}

/* line 240, vendor/assets/stylesheets/emojipicker.scss */
.emoji-menu:after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 246, vendor/assets/stylesheets/emojipicker.scss */
.emoji-menu a .label {
  display: none;
}
@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700);
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot);
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2) format("woff2"), url(/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff) format("woff"), url(/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf) format("truetype"), url(/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 28, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul &gt; li {
  position: relative;
}

/* line 57, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 101, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 125, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 131, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 143, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 149, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 155, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

/* line 162, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 188, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, vendor/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 1, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 33, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 61, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results {
  display: block;
}

/* line 64, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 73, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 118, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 130, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 134, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 137, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 141, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 143, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 149, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 161, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 164, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 168, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 171, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 174, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 178, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 183, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 189, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 198, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 207, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 213, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 216, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 219, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 223, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 227, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 231, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 235, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 238, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 242, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 246, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 249, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 256, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results &gt; .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 260, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 263, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 266, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 269, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 271, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 273, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 276, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 279, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 282, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 285, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 289, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 293, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 298, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 308, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 310, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 313, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 318, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 320, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 336, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 348, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 351, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 360, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 362, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 365, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 369, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 379, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 389, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 395, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 397, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 401, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 403, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 412, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 418, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 421, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 426, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 430, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 433, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 438, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 443, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 447, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 451, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 455, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 458, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 461, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results &gt; .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 465, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 468, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 471, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 475, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 480, vendor/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 1, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_root.scss */
:root {
  --blue: #25aceb;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ff6d33;
  --orange: #ffaa00;
  --yellow: #ffc107;
  --green: #59bf22;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #70787C;
  --gray-dark: #313A3E;
  --primary: #25aceb;
  --secondary: #70787C;
  --success: #59bf22;
  --info: #25aceb;
  --warning: #ffaa00;
  --danger: #ff6d33;
  --light: #F3F6F8;
  --dark: #313A3E;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --font-family-sans-serif: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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

/* line 46, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #313A3E;
  text-align: left;
  background-color: #F3F6F8;
}

/* line 62, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 72, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 88, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 97, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 3.2rem;
}

/* line 110, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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 119, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 125, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 132, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 139, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 600;
}

/* line 143, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 148, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 152, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 157, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
small {
  font-size: 80%;
}

/* line 166, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 174, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 175, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 182, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #25aceb;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:hover {
  color: #107fb3;
  text-decoration: none;
}

/* line 199, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

/* line 208, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 218, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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 226, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 240, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 250, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 255, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 267, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 271, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  color: #70787C;
  text-align: left;
  caption-side: bottom;
}

/* line 279, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
}

/* line 290, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.8rem;
}

/* line 299, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 308, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 313, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 324, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 329, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 337, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 345, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 358, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 365, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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 373, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 380, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 392, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 398, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 413, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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 425, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 430, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 435, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 448, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 457, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 466, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 470, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 475, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
template {
  display: none;
}

/* line 481, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 4rem;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 3.2rem;
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 2.8rem;
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 2.4rem;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 2rem;
}

/* line 21, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 1.6rem;
}

/* line 23, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.8rem;
  font-weight: 400;
}

/* line 29, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: 9.6rem;
  font-weight: 600;
  line-height: 1.2;
}

/* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.2;
}

/* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: 6.4rem;
  font-weight: 600;
  line-height: 1.2;
}

/* line 44, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
}

/* line 55, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
  border: 0;
  border-top: 1px solid #C9CED1;
}

/* line 67, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 73, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 95, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 3.2rem;
  font-size: 2rem;
}

/* line 117, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #70787C;
}

/* line 122, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #F3F6F8;
  border: 1px solid #C9CED1;
  border-radius: 0.4rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

/* line 29, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 1.6rem;
  line-height: 1;
}

/* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #70787C;
}

/* line 2, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
a &gt; code {
  color: inherit;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 0.8rem 1.6rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: theme-color("dark");
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600;
  box-shadow: none;
}

/* line 31, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: theme-color("dark");
}

/* line 37, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.container {
  width: 100%;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  /* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 1320px;
  }
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  margin-right: auto;
  margin-left: auto;
}

/* line 28, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.6rem;
  margin-left: -1.6rem;
}

/* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 38, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters &gt; .col,
.no-gutters &gt; [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}

/* line 31, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 36, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 48, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 50, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 31, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 50, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 31, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 50, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  /* line 31, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 50, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  /* line 31, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 50, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1400px) {
  /* line 31, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-first {
    order: -1;
  }
  /* line 50, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-last {
    order: 13;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-0 {
    order: 0;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-1 {
    order: 1;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-2 {
    order: 2;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-3 {
    order: 3;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-4 {
    order: 4;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-5 {
    order: 5;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-6 {
    order: 6;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-7 {
    order: 7;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-8 {
    order: 8;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-9 {
    order: 9;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-10 {
    order: 10;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-11 {
    order: 11;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-12 {
    order: 12;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 3.2rem;
  color: #313A3E;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 3.2rem;
  vertical-align: top;
  border-top: 1px solid #C9CED1;
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #C9CED1;
}

/* line 23, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #C9CED1;
}

/* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 1.6rem;
}

/* line 45, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #C9CED1;
}

/* line 48, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #C9CED1;
}

/* line 54, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 62, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #F3F6F8;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  color: #313A3E;
  background-color: #000000;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary &gt; th,
.table-primary &gt; td {
  background-color: #c2e8f9;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #8ed4f5;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #abdff7;
}

/* line 32, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover &gt; td,
.table-hover .table-primary:hover &gt; th {
  background-color: #abdff7;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary &gt; th,
.table-secondary &gt; td {
  background-color: #d7d9da;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b5b9bb;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #caccce;
}

/* line 32, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover &gt; td,
.table-hover .table-secondary:hover &gt; th {
  background-color: #caccce;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success &gt; th,
.table-success &gt; td {
  background-color: #d1edc1;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #a9de8c;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #c2e7ad;
}

/* line 32, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover &gt; td,
.table-hover .table-success:hover &gt; th {
  background-color: #c2e7ad;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info &gt; th,
.table-info &gt; td {
  background-color: #c2e8f9;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #8ed4f5;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdff7;
}

/* line 32, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover &gt; td,
.table-hover .table-info:hover &gt; th {
  background-color: #abdff7;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning &gt; th,
.table-warning &gt; td {
  background-color: #ffe7b8;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffd37a;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffde9f;
}

/* line 32, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover &gt; td,
.table-hover .table-warning:hover &gt; th {
  background-color: #ffde9f;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger &gt; th,
.table-danger &gt; td {
  background-color: #ffd6c6;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ffb395;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #ffc4ad;
}

/* line 32, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover &gt; td,
.table-hover .table-danger:hover &gt; th {
  background-color: #ffc4ad;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light &gt; th,
.table-light &gt; td {
  background-color: #fcfcfd;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f9fafb;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ededf3;
}

/* line 32, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover &gt; td,
.table-hover .table-light:hover &gt; th {
  background-color: #ededf3;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark &gt; th,
.table-dark &gt; td {
  background-color: #c5c8c9;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #94999b;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b8bbbd;
}

/* line 32, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover &gt; td,
.table-hover .table-dark:hover &gt; th {
  background-color: #b8bbbd;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active &gt; th,
.table-active &gt; td {
  background-color: #000000;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: black;
}

/* line 32, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover &gt; td,
.table-hover .table-active:hover &gt; th {
  background-color: black;
}

/* line 114, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-dark th {
  color: theme-color("light");
  background-color: theme-color("dark");
  border-color: #424e53;
}

/* line 122, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-light th {
  color: #313A3E;
  background-color: #F3F6F8;
  border-color: #C9CED1;
}

/* line 130, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark {
  color: theme-color("light");
  background-color: theme-color("dark");
}

/* line 134, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #424e53;
}

/* line 140, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 145, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: #70787C;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  color: theme-color("light");
  background-color: #ffffff;
}

@media (max-width: 575.98px) {
  /* line 171, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm &gt; .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 171, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md &gt; .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 171, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg &gt; .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 171, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl &gt; .table-bordered {
    border: 0;
  }
}

@media (max-width: 1399.98px) {
  /* line 171, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xxl &gt; .table-bordered {
    border: 0;
  }
}

/* line 171, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 179, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive &gt; .table-bordered {
  border: 0;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.4rem + 2px);
  padding: 0.7rem 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #313A3E;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #C9CED1;
  border-radius: 0px;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-control {
    transition: none;
  }
}

/* line 28, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #313A3E;
  background-color: #ffffff;
  border-color: #25aceb;
  outline: 0;
  box-shadow: none, 0 0 0 0.4rem rgba(37, 172, 235, 0.2);
}

/* line 37, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-webkit-input-placeholder {
  color: #C9CED1;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #C9CED1;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #C9CED1;
  opacity: 1;
}
.form-control::placeholder {
  color: #C9CED1;
  opacity: 1;
}

/* line 48, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #E2E7EA;
  opacity: 1;
}

/* line 57, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #313A3E;
  background-color: #ffffff;
}

/* line 69, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 82, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label {
  padding-top: calc(0.7rem + 1px);
  padding-bottom: calc(0.7rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 90, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(1.5rem + 1px);
  padding-bottom: calc(1.5rem + 1px);
  font-size: 2rem;
  line-height: 1.2;
}

/* line 97, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.3rem + 1px);
  padding-bottom: calc(0.3rem + 1px);
  font-size: 1.4rem;
  line-height: 1.2;
}

/* line 110, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #313A3E;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 122, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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 137, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm {
  height: calc(1.2em + 0.8rem + 2px);
  padding: 0.3rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.2;
  border-radius: 0px;
}

/* line 145, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-lg {
  height: calc(1.2em + 3rem + 2px);
  padding: 1.5rem 2rem;
  font-size: 2rem;
  line-height: 1.2;
  border-radius: 0px;
}

/* line 155, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 161, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 170, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 3.2rem;
}

/* line 174, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.8rem;
}

/* line 184, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.8rem;
  margin-left: -0.8rem;
}

/* line 190, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row &gt; .col,
.form-row &gt; [class*="col-"] {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

/* line 202, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 3.2rem;
}

/* line 208, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.4rem;
  margin-left: -3.2rem;
}

/* line 213, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #70787C;
}

/* line 218, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 222, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 3.2rem;
}

/* line 229, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.8rem;
  margin-left: 0;
}

/* line 30, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.8rem;
  font-size: 1.4rem;
  color: #59bf22;
}

/* line 38, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.8rem 1.6rem;
  margin-top: .1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(89, 191, 34, 0.9);
  border-radius: 0.4rem;
}

/* line 54, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #59bf22;
}

/* line 66, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #59bf22;
  box-shadow: 0 0 0 0.4rem rgba(89, 191, 34, 0.25);
}

/* line 71, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 90, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #59bf22;
}

/* line 99, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #59bf22;
  box-shadow: 0 0 0 0.4rem rgba(89, 191, 34, 0.25);
}

/* line 104, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 115, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 125, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: #59bf22;
}

/* line 129, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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 139, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: #59bf22;
}

/* line 142, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: #59bf22;
}

/* line 147, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 153, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: #72dc38;
  background-color: #72dc38;
}

/* line 160, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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.4rem rgba(89, 191, 34, 0.25);
}

/* line 164, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: #59bf22;
}

/* line 175, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: #59bf22;
}

/* line 179, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 185, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: #59bf22;
  box-shadow: 0 0 0 0.4rem rgba(89, 191, 34, 0.25);
}

/* line 30, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.8rem;
  font-size: 1.4rem;
  color: #ff6d33;
}

/* line 38, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.8rem 1.6rem;
  margin-top: .1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(255, 109, 51, 0.9);
  border-radius: 0.4rem;
}

/* line 54, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ff6d33;
}

/* line 66, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ff6d33;
  box-shadow: 0 0 0 0.4rem rgba(255, 109, 51, 0.25);
}

/* line 71, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 90, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ff6d33;
}

/* line 99, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ff6d33;
  box-shadow: 0 0 0 0.4rem rgba(255, 109, 51, 0.25);
}

/* line 104, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 115, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 125, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: #ff6d33;
}

/* line 129, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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 139, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: #ff6d33;
}

/* line 142, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: #ff6d33;
}

/* line 147, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 153, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: #ff9266;
  background-color: #ff9266;
}

/* line 160, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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.4rem rgba(255, 109, 51, 0.25);
}

/* line 164, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: #ff6d33;
}

/* line 175, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: #ff6d33;
}

/* line 179, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 185, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: #ff6d33;
  box-shadow: 0 0 0 0.4rem rgba(255, 109, 51, 0.25);
}

/* line 258, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 266, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 272, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 280, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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 289, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 296, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 300, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  /* line 307, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 314, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 3.2rem;
    margin-left: 0;
  }
  /* line 322, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 326, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 600;
  color: #313A3E;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 0 solid transparent;
  padding: 0.8rem 1.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 0.4rem;
  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, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:hover {
  color: #313A3E;
  text-decoration: none;
}

/* line 25, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.4rem rgba(37, 172, 235, 0.2);
}

/* line 32, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}

/* line 38, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  box-shadow: none;
}

/* line 42, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.4rem rgba(37, 172, 235, 0.2);
}

/* line 49, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 60, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #ffffff;
  background-color: #25aceb;
  border-color: #25aceb;
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px -2px 0px 0px;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover {
  color: #ffffff;
  background-color: #1498d6;
  border-color: #1390ca;
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px -2px 0px 0px, 0 0 0 0.4rem rgba(70, 184, 238, 0.5);
}

/* line 29, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #25aceb;
  border-color: #25aceb;
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show &gt; .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #1390ca;
  border-color: #1288bf;
}

/* line 50, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(70, 184, 238, 0.5);
}

/* line 60, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #ffffff;
  background-color: #70787C;
  border-color: #70787C;
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px -2px 0px 0px;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #ffffff;
  background-color: #5e6568;
  border-color: #585e61;
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px -2px 0px 0px, 0 0 0 0.4rem rgba(133, 140, 144, 0.5);
}

/* line 29, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #70787C;
  border-color: #70787C;
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show &gt; .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #585e61;
  border-color: #52585b;
}

/* line 50, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(133, 140, 144, 0.5);
}

/* line 60, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #ffffff;
  background-color: #59bf22;
  border-color: #59bf22;
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px -2px 0px 0px;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #ffffff;
  background-color: #4a9f1c;
  border-color: #45941a;
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px -2px 0px 0px, 0 0 0 0.4rem rgba(114, 201, 67, 0.5);
}

/* line 29, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #59bf22;
  border-color: #59bf22;
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show &gt; .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #45941a;
  border-color: #408918;
}

/* line 50, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(114, 201, 67, 0.5);
}

/* line 60, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #ffffff;
  background-color: #25aceb;
  border-color: #25aceb;
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px -2px 0px 0px;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #ffffff;
  background-color: #1498d6;
  border-color: #1390ca;
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px -2px 0px 0px, 0 0 0 0.4rem rgba(70, 184, 238, 0.5);
}

/* line 29, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #25aceb;
  border-color: #25aceb;
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show &gt; .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #1390ca;
  border-color: #1288bf;
}

/* line 50, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(70, 184, 238, 0.5);
}

/* line 60, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #313A3E;
  background-color: #ffaa00;
  border-color: #ffaa00;
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px -2px 0px 0px;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #313A3E;
  background-color: #d99100;
  border-color: #cc8800;
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px -2px 0px 0px, 0 0 0 0.4rem rgba(224, 153, 9, 0.5);
}

/* line 29, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #313A3E;
  background-color: #ffaa00;
  border-color: #ffaa00;
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show &gt; .btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #cc8800;
  border-color: #bf8000;
}

/* line 50, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(224, 153, 9, 0.5);
}

/* line 60, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #ffffff;
  background-color: #ff6d33;
  border-color: #ff6d33;
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px -2px 0px 0px;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #ffffff;
  background-color: #ff520d;
  border-color: #ff4900;
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px -2px 0px 0px, 0 0 0 0.4rem rgba(255, 131, 82, 0.5);
}

/* line 29, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #ff6d33;
  border-color: #ff6d33;
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show &gt; .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #ff4900;
  border-color: #f24500;
}

/* line 50, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(255, 131, 82, 0.5);
}

/* line 60, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #313A3E;
  background-color: #F3F6F8;
  border-color: #F3F6F8;
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px -2px 0px 0px;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #313A3E;
  background-color: #dbe4ea;
  border-color: #d3dee5;
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px -2px 0px 0px, 0 0 0 0.4rem rgba(214, 218, 220, 0.5);
}

/* line 29, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #313A3E;
  background-color: #F3F6F8;
  border-color: #F3F6F8;
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show &gt; .btn-light.dropdown-toggle {
  color: #313A3E;
  background-color: #d3dee5;
  border-color: #cbd8e1;
}

/* line 50, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(214, 218, 220, 0.5);
}

/* line 60, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #ffffff;
  background-color: #313A3E;
  border-color: #313A3E;
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px -2px 0px 0px;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #ffffff;
  background-color: #202629;
  border-color: #1a1f22;
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px -2px 0px 0px, 0 0 0 0.4rem rgba(80, 88, 91, 0.5);
}

/* line 29, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #313A3E;
  border-color: #313A3E;
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show &gt; .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #1a1f22;
  border-color: #15191a;
}

/* line 50, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(80, 88, 91, 0.5);
}

/* line 66, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #25aceb;
  border-color: #25aceb;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #25aceb;
  border-color: #25aceb;
}

/* line 71, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.4rem rgba(37, 172, 235, 0.5);
}

/* line 76, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #25aceb;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #25aceb;
  border-color: #25aceb;
}

/* line 89, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(37, 172, 235, 0.5);
}

/* line 66, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #70787C;
  border-color: #70787C;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #70787C;
  border-color: #70787C;
}

/* line 71, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.4rem rgba(112, 120, 124, 0.5);
}

/* line 76, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #70787C;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #70787C;
  border-color: #70787C;
}

/* line 89, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(112, 120, 124, 0.5);
}

/* line 66, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #59bf22;
  border-color: #59bf22;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #59bf22;
  border-color: #59bf22;
}

/* line 71, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.4rem rgba(89, 191, 34, 0.5);
}

/* line 76, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #59bf22;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #59bf22;
  border-color: #59bf22;
}

/* line 89, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(89, 191, 34, 0.5);
}

/* line 66, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #25aceb;
  border-color: #25aceb;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #25aceb;
  border-color: #25aceb;
}

/* line 71, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.4rem rgba(37, 172, 235, 0.5);
}

/* line 76, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #25aceb;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #25aceb;
  border-color: #25aceb;
}

/* line 89, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(37, 172, 235, 0.5);
}

/* line 66, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #ffaa00;
  border-color: #ffaa00;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #313A3E;
  background-color: #ffaa00;
  border-color: #ffaa00;
}

/* line 71, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.4rem rgba(255, 170, 0, 0.5);
}

/* line 76, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffaa00;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-warning.dropdown-toggle {
  color: #313A3E;
  background-color: #ffaa00;
  border-color: #ffaa00;
}

/* line 89, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(255, 170, 0, 0.5);
}

/* line 66, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #ff6d33;
  border-color: #ff6d33;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #ff6d33;
  border-color: #ff6d33;
}

/* line 71, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.4rem rgba(255, 109, 51, 0.5);
}

/* line 76, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ff6d33;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #ff6d33;
  border-color: #ff6d33;
}

/* line 89, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(255, 109, 51, 0.5);
}

/* line 66, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #F3F6F8;
  border-color: #F3F6F8;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #313A3E;
  background-color: #F3F6F8;
  border-color: #F3F6F8;
}

/* line 71, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.4rem rgba(243, 246, 248, 0.5);
}

/* line 76, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #F3F6F8;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-light.dropdown-toggle {
  color: #313A3E;
  background-color: #F3F6F8;
  border-color: #F3F6F8;
}

/* line 89, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(243, 246, 248, 0.5);
}

/* line 66, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #313A3E;
  border-color: #313A3E;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #313A3E;
  border-color: #313A3E;
}

/* line 71, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.4rem rgba(49, 58, 62, 0.5);
}

/* line 76, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #313A3E;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #313A3E;
  border-color: #313A3E;
}

/* line 89, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(49, 58, 62, 0.5);
}

/* line 77, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #25aceb;
  text-decoration: none;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #107fb3;
  text-decoration: none;
}

/* line 87, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}

/* line 93, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #70787C;
  pointer-events: none;
}

/* line 107, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg &gt; .btn {
  padding: 1.6rem 2.4rem;
  font-size: 2rem;
  line-height: 1.2;
  border-radius: 0.4rem;
}

/* line 111, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm &gt; .btn {
  padding: 0.5rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 0.4rem;
}

/* line 120, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 125, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 134, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 1, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 2, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 9, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 30, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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.8rem 0;
  margin: 0.4rem 0 0;
  font-size: 1.6rem;
  color: #313A3E;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0px solid transparent;
  border-radius: 0.8rem;
  box-shadow: 0 4px 18px rgba(29, 38, 43, 0.2);
}

/* line 42, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 42, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 42, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 42, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 42, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 42, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}

/* line 57, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.4rem;
}

/* line 30, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.4rem;
}

/* line 30, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 80, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.4rem;
}

/* line 30, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 97, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.8rem 0;
  overflow: hidden;
  border-top: 1px solid #C9CED1;
}

/* line 123, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 1.6rem 1.6rem;
  clear: both;
  font-weight: 400;
  color: #313A3E;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #313A3E;
  text-decoration: none;
  background-color: #F3F6F8;
}

/* line 153, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #313A3E;
  text-decoration: none;
  background-color: #F3F6F8;
}

/* line 160, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #70787C;
  pointer-events: none;
  background-color: transparent;
}

/* line 172, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 177, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.8rem 1.6rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #70787C;
  white-space: nowrap;
}

/* line 187, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 1.6rem 1.6rem;
  color: #313A3E;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group &gt; .btn,
.btn-group-vertical &gt; .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group &gt; .btn:hover,
.btn-group-vertical &gt; .btn:hover {
  z-index: 1;
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group &gt; .btn:focus, .btn-group &gt; .btn:active, .btn-group &gt; .btn.active,
.btn-group-vertical &gt; .btn:focus,
.btn-group-vertical &gt; .btn:active,
.btn-group-vertical &gt; .btn.active {
  z-index: 1;
}

/* line 28, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 33, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group &gt; .btn:not(:first-child),
.btn-group &gt; .btn-group:not(:first-child) {
  margin-left: 0;
}

/* line 46, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group &gt; .btn:not(:last-child):not(.dropdown-toggle),
.btn-group &gt; .btn-group:not(:last-child) &gt; .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 51, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group &gt; .btn:not(:first-child),
.btn-group &gt; .btn-group:not(:first-child) &gt; .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

/* line 73, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm &gt; .btn + .dropdown-toggle-split {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}

/* line 89, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg &gt; .btn + .dropdown-toggle-split {
  padding-right: 1.8rem;
  padding-left: 1.8rem;
}

/* line 97, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group.show .dropdown-toggle {
  box-shadow: none;
}

/* line 101, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

/* line 111, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 116, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-group {
  width: 100%;
}

/* line 121, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical &gt; .btn:not(:first-child),
.btn-group-vertical &gt; .btn-group:not(:first-child) {
  margin-top: 0;
}

/* line 127, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical &gt; .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 132, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical &gt; .btn:not(:first-child),
.btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 152, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle &gt; .btn,
.btn-group-toggle &gt; .btn-group &gt; .btn {
  margin-bottom: 0;
}

/* line 156, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle &gt; .btn input[type="radio"],
.btn-group-toggle &gt; .btn input[type="checkbox"],
.btn-group-toggle &gt; .btn-group &gt; .btn input[type="radio"],
.btn-group-toggle &gt; .btn-group &gt; .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group &gt; .form-control,
.input-group &gt; .form-control-plaintext,
.input-group &gt; .custom-select,
.input-group &gt; .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 25, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group &gt; .form-control + .form-control,
.input-group &gt; .form-control + .custom-select,
.input-group &gt; .form-control + .custom-file,
.input-group &gt; .form-control-plaintext + .form-control,
.input-group &gt; .form-control-plaintext + .custom-select,
.input-group &gt; .form-control-plaintext + .custom-file,
.input-group &gt; .custom-select + .form-control,
.input-group &gt; .custom-select + .custom-select,
.input-group &gt; .custom-select + .custom-file,
.input-group &gt; .custom-file + .form-control,
.input-group &gt; .custom-file + .custom-select,
.input-group &gt; .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 33, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group &gt; .form-control:focus,
.input-group &gt; .custom-select:focus,
.input-group &gt; .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group &gt; .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 46, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group &gt; .form-control:not(:last-child),
.input-group &gt; .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group &gt; .form-control:not(:first-child),
.input-group &gt; .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 52, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group &gt; .custom-file {
  display: flex;
  align-items: center;
}

/* line 56, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group &gt; .custom-file:not(:last-child) .custom-file-label,
.input-group &gt; .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 58, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group &gt; .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 76, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 80, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 85, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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 93, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 94, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 102, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.7rem 1.2rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #313A3E;
  text-align: center;
  white-space: nowrap;
  background-color: #E2E7EA;
  border: 1px solid #C9CED1;
  border-radius: 0px;
}

/* line 118, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 130, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg &gt; .form-control:not(textarea),
.input-group-lg &gt; .custom-select {
  height: calc(1.2em + 3rem + 2px);
}

/* line 135, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg &gt; .form-control,
.input-group-lg &gt; .custom-select,
.input-group-lg &gt; .input-group-prepend &gt; .input-group-text,
.input-group-lg &gt; .input-group-append &gt; .input-group-text,
.input-group-lg &gt; .input-group-prepend &gt; .btn,
.input-group-lg &gt; .input-group-append &gt; .btn {
  padding: 1.5rem 2rem;
  font-size: 2rem;
  line-height: 1.2;
  border-radius: 0px;
}

/* line 147, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm &gt; .form-control:not(textarea),
.input-group-sm &gt; .custom-select {
  height: calc(1.2em + 0.8rem + 2px);
}

/* line 152, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm &gt; .form-control,
.input-group-sm &gt; .custom-select,
.input-group-sm &gt; .input-group-prepend &gt; .input-group-text,
.input-group-sm &gt; .input-group-append &gt; .input-group-text,
.input-group-sm &gt; .input-group-prepend &gt; .btn,
.input-group-sm &gt; .input-group-append &gt; .btn {
  padding: 0.3rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.2;
  border-radius: 0px;
}

/* line 164, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg &gt; .custom-select,
.input-group-sm &gt; .custom-select {
  padding-right: 4.4rem;
}

/* line 177, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group &gt; .input-group-prepend &gt; .btn,
.input-group &gt; .input-group-prepend &gt; .input-group-text,
.input-group &gt; .input-group-append:not(:last-child) &gt; .btn,
.input-group &gt; .input-group-append:not(:last-child) &gt; .input-group-text,
.input-group &gt; .input-group-append:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group &gt; .input-group-append:last-child &gt; .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 186, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group &gt; .input-group-append &gt; .btn,
.input-group &gt; .input-group-append &gt; .input-group-text,
.input-group &gt; .input-group-prepend:not(:first-child) &gt; .btn,
.input-group &gt; .input-group-prepend:not(:first-child) &gt; .input-group-text,
.input-group &gt; .input-group-prepend:first-child &gt; .btn:not(:first-child),
.input-group &gt; .input-group-prepend:first-child &gt; .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 2.4rem;
  padding-left: 3.2rem;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 3.2rem;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 27, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #25aceb;
  background-color: #25aceb;
  box-shadow: none;
}

/* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none, 0 0 0 0.4rem rgba(37, 172, 235, 0.2);
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #25aceb;
}

/* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #c9eafa;
  border-color: #c9eafa;
  box-shadow: none;
}

/* line 55, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #70787C;
}

/* line 58, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #E2E7EA;
}

/* line 69, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 75, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.2rem;
  left: -3.2rem;
  display: block;
  width: 2rem;
  height: 2rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #C9CED1 solid 1px;
  box-shadow: none;
}

/* line 90, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.2rem;
  left: -3.2rem;
  display: block;
  width: 2rem;
  height: 2rem;
  content: "";
  background: no-repeat 50% / 70% 70%;
}

/* line 108, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.4rem;
}

/* line 113, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* line 119, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #25aceb;
  background-color: #25aceb;
  box-shadow: none;
}

/* line 124, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 130, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(37, 172, 235, 0.5);
}

/* line 133, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(37, 172, 235, 0.5);
}

/* line 144, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 150, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

/* line 156, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(37, 172, 235, 0.5);
}

/* line 167, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch {
  padding-left: 6rem;
}

/* line 171, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  left: -6rem;
  width: 4.8rem;
  pointer-events: all;
  border-radius: 1rem;
}

/* line 179, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.2rem + 2px);
  left: calc(-6rem + 2px);
  width: 2.4rem;
  height: 2.4rem;
  background-color: #C9CED1;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  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;
  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, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 179, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 192, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffffff;
  -webkit-transform: translateX(2.8rem);
          transform: translateX(2.8rem);
}

/* line 199, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(37, 172, 235, 0.5);
}

/* line 212, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.4rem + 2px);
  padding: 0.7rem 4.4rem 0.7rem 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #313A3E;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23313A3E' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.2rem center/8px 10px;
  background-color: #ffffff;
  border: 1px solid #C9CED1;
  border-radius: 0.4rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 230, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #25aceb;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), none;
}

/* line 239, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #313A3E;
  background-color: #ffffff;
}

/* line 250, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.2rem;
  background-image: none;
}

/* line 257, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #70787C;
  background-color: #E2E7EA;
}

/* line 263, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 268, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.2em + 0.8rem + 2px);
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 0.8rem;
  font-size: 1.4rem;
}

/* line 276, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(1.2em + 3rem + 2px);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  font-size: 2rem;
}

/* line 289, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.4rem + 2px);
  margin-bottom: 0;
}

/* line 297, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.4rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 305, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #25aceb;
  box-shadow: 0 0 0 0.4rem rgba(37, 172, 235, 0.2);
}

/* line 310, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #E2E7EA;
}

/* line 315, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 320, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 325, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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 + 1.4rem + 2px);
  padding: 0.7rem 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #313A3E;
  background-color: #ffffff;
  border: 1px solid #C9CED1;
  border-radius: 0px;
  box-shadow: none;
}

/* line 342, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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 + 1.4rem);
  padding: 0.7rem 1.2rem;
  line-height: 1.5;
  color: #313A3E;
  content: "Browse";
  background-color: #E2E7EA;
  border-left: inherit;
  border-radius: 0 0px 0px 0;
}

/* line 366, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: calc(1rem + 0.8rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 373, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus {
  outline: none;
}

/* line 378, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #F3F6F8, 0 0 0 0.4rem rgba(37, 172, 235, 0.2);
}

/* line 379, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #F3F6F8, 0 0 0 0.4rem rgba(37, 172, 235, 0.2);
}

/* line 380, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #F3F6F8, 0 0 0 0.4rem rgba(37, 172, 235, 0.2);
}

/* line 383, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 387, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #25aceb;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  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 387, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

/* line 398, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #c9eafa;
}

/* line 403, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #C9CED1;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

/* line 414, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #25aceb;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  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 414, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

/* line 424, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #c9eafa;
}

/* line 429, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #C9CED1;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

/* line 440, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.4rem;
  margin-left: 0.4rem;
  background-color: #25aceb;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  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 440, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-ms-thumb {
    transition: none;
  }
}

/* line 453, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #c9eafa;
}

/* line 458, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

/* line 469, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #C9CED1;
  border-radius: 1rem;
}

/* line 474, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #C9CED1;
  border-radius: 1rem;
}

/* line 481, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #9BA3A6;
}

/* line 485, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 489, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #9BA3A6;
}

/* line 493, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 497, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #9BA3A6;
}

/* line 503, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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 503, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 1.6rem 2.4rem;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 23, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #70787C;
  pointer-events: none;
  cursor: default;
}

/* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 4px solid #C9CED1;
}

/* line 37, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -4px;
}

/* line 41, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  border: 4px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #25aceb;
}

/* line 49, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #70787C;
  background-color: transparent;
  border-color: transparent;
}

/* line 56, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #313A3E;
  background-color: transparent;
  border-color: #25aceb;
}

/* line 63, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 77, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0;
}

/* line 81, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show &gt; .nav-link {
  color: #ffffff;
  background-color: #0f455e;
}

/* line 94, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 101, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 114, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content &gt; .tab-pane {
  display: none;
}

/* line 117, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content &gt; .active {
  display: block;
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar &gt; .container,
.navbar &gt; .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 42, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  margin-right: 0;
  font-size: 2rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 61, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 68, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 73, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 84, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

/* line 99, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 108, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: 0.4rem 0.8rem;
  font-size: 2rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.4rem;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 123, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 142, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm &gt; .container,
  .navbar-expand-sm &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 140, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 156, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  /* line 167, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm &gt; .container,
  .navbar-expand-sm &gt; .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 142, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md &gt; .container,
  .navbar-expand-md &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 140, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 156, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  /* line 167, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md &gt; .container,
  .navbar-expand-md &gt; .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 142, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg &gt; .container,
  .navbar-expand-lg &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 140, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 156, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  /* line 167, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg &gt; .container,
  .navbar-expand-lg &gt; .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 142, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl &gt; .container,
  .navbar-expand-xl &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 140, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 156, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  /* line 167, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl &gt; .container,
  .navbar-expand-xl &gt; .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1399.98px) {
  /* line 142, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl &gt; .container,
  .navbar-expand-xxl &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1400px) {
  /* line 140, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 156, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  /* line 167, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl &gt; .container,
  .navbar-expand-xxl &gt; .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

/* line 140, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 142, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand &gt; .container,
.navbar-expand &gt; .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 153, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 156, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 160, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}

/* line 167, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand &gt; .container,
.navbar-expand &gt; .container-fluid {
  flex-wrap: nowrap;
}

/* line 172, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 179, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 194, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: #25aceb;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #25aceb;
}

/* line 203, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: #313A3E;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #25aceb;
}

/* line 210, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: #70787C;
}

/* line 215, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show &gt; .nav-link,
.navbar-light .navbar-nav .active &gt; .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #25aceb;
}

/* line 223, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: #313A3E;
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 228, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23313A3E' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 232, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: #313A3E;
}

/* line 234, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text a {
  color: #25aceb;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #25aceb;
}

/* line 246, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #ffffff;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}

/* line 255, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: #C9CED1;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #ffffff;
}

/* line 262, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 267, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show &gt; .nav-link,
.navbar-dark .navbar-nav .active &gt; .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}

/* line 275, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: #C9CED1;
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 280, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23C9CED1' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 284, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: #C9CED1;
}

/* line 286, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #ffffff;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #C9CED1;
  border-radius: 0.4rem;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card &gt; hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card &gt; .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}

/* line 28, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card &gt; .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}

/* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 2.4rem;
}

/* line 42, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 2.4rem;
}

/* line 46, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -1.2rem;
  margin-bottom: 0;
}

/* line 51, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 60, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 2.4rem;
}

/* line 69, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 2.4rem 2.4rem;
  margin-bottom: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #C9CED1;
}

/* line 76, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: 0.4rem 0.4rem 0 0;
}

/* line 81, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 87, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 2.4rem 2.4rem;
  background-color: #ffffff;
  border-top: 1px solid #C9CED1;
}

/* line 92, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 0.4rem 0.4rem;
}

/* line 102, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -1.2rem;
  margin-bottom: -2.4rem;
  margin-left: -1.2rem;
  border-bottom: 0;
}

/* line 109, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -1.2rem;
  margin-left: -1.2rem;
}

/* line 115, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.6rem;
}

/* line 124, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-img {
  width: 100%;
  border-radius: 0.4rem;
}

/* line 130, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}

/* line 135, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}

/* line 143, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-deck {
  display: flex;
  flex-direction: column;
}

/* line 147, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-deck .card {
  margin-bottom: 1.6rem;
}

@media (min-width: 576px) {
  /* line 143, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    flex-flow: row wrap;
    margin-right: -1.6rem;
    margin-left: -1.6rem;
  }
  /* line 156, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 1.6rem;
    margin-bottom: 0;
    margin-left: 1.6rem;
  }
}

/* line 173, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-group {
  display: flex;
  flex-direction: column;
}

/* line 179, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-group &gt; .card {
  margin-bottom: 1.6rem;
}

@media (min-width: 576px) {
  /* line 173, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 187, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group &gt; .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 192, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group &gt; .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 199, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group &gt; .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 202, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group &gt; .card:not(:last-child) .card-img-top,
  .card-group &gt; .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 207, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group &gt; .card:not(:last-child) .card-img-bottom,
  .card-group &gt; .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 214, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group &gt; .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 217, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group &gt; .card:not(:first-child) .card-img-top,
  .card-group &gt; .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 222, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group &gt; .card:not(:first-child) .card-img-bottom,
  .card-group &gt; .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 239, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 2.4rem;
}

@media (min-width: 576px) {
  /* line 238, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 249, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 262, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion &gt; .card {
  overflow: hidden;
}

/* line 266, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion &gt; .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 270, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion &gt; .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 276, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion &gt; .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 281, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion &gt; .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 285, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion &gt; .card .card-header {
  margin-bottom: -1px;
}

/* line 1, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 3.2rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.4rem;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.8rem;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.8rem;
  color: #C9CED1;
  content: "/";
}

/* line 30, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 38, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #313A3E;
}

/* line 1, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.4rem;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.7rem 1.2rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #25aceb;
  background-color: #ffffff;
  border: 1px solid #C9CED1;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #107fb3;
  text-decoration: none;
  background-color: theme-color("light");
  border-color: #C9CED1;
}

/* line 25, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.4rem rgba(37, 172, 235, 0.2);
}

/* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

/* line 45, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #25aceb;
  border-color: #25aceb;
}

/* line 52, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #70787C;
  pointer-events: none;
  cursor: auto;
  background-color: theme-color("light");
  border-color: #C9CED1;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 1.5rem 2rem;
  font-size: 2rem;
  line-height: 1.2;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 80%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.4rem;
  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, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
  .badge {
    transition: none;
  }
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 25, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 31, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 51, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  color: #ffffff;
  background-color: #25aceb;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #ffffff;
  background-color: #1390ca;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.4rem rgba(37, 172, 235, 0.5);
}

/* line 51, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-secondary {
  color: #ffffff;
  background-color: #70787C;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #ffffff;
  background-color: #585e61;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.4rem rgba(112, 120, 124, 0.5);
}

/* line 51, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-success {
  color: #ffffff;
  background-color: #59bf22;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #ffffff;
  background-color: #45941a;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.4rem rgba(89, 191, 34, 0.5);
}

/* line 51, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-info {
  color: #ffffff;
  background-color: #25aceb;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #ffffff;
  background-color: #1390ca;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.4rem rgba(37, 172, 235, 0.5);
}

/* line 51, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-warning {
  color: #313A3E;
  background-color: #ffaa00;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #313A3E;
  background-color: #cc8800;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.4rem rgba(255, 170, 0, 0.5);
}

/* line 51, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-danger {
  color: #ffffff;
  background-color: #ff6d33;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #ffffff;
  background-color: #ff4900;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.4rem rgba(255, 109, 51, 0.5);
}

/* line 51, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-light {
  color: #313A3E;
  background-color: #F3F6F8;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #313A3E;
  background-color: #d3dee5;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.4rem rgba(243, 246, 248, 0.5);
}

/* line 51, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-dark {
  color: #ffffff;
  background-color: #313A3E;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #ffffff;
  background-color: #1a1f22;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.4rem rgba(49, 58, 62, 0.5);
}

/* line 1, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 3.2rem 1.6rem;
  margin-bottom: 3.2rem;
  background-color: #ffffff;
  border-radius: 0.8rem;
}

@media (min-width: 576px) {
  /* line 1, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 6.4rem 3.2rem;
  }
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 1.6rem 1.6rem;
  margin-bottom: 3.2rem;
  border: 1px solid transparent;
  border-radius: 0.4rem;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 600;
}

/* line 29, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 5.6rem;
}

/* line 33, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.6rem 1.6rem;
  color: inherit;
}

/* line 48, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #13597a;
  background-color: #e5f5fd;
  border-color: #25aceb;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #15a1e2;
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #0c394e;
}

/* line 48, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #3a3e40;
  background-color: #eeefef;
  border-color: #70787c;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #646b6f;
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #222425;
}

/* line 48, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #2e6312;
  background-color: #ebf7e4;
  border-color: #59bf22;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #4fa91e;
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #1a380a;
}

/* line 48, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #13597a;
  background-color: #e5f5fd;
  border-color: #25aceb;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #15a1e2;
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #0c394e;
}

/* line 48, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #855800;
  background-color: #fff5e0;
  border-color: #ffaa00;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #e69900;
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #523600;
}

/* line 48, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #85391b;
  background-color: #ffede7;
  border-color: #ff6d33;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #ff5b1a;
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #5b2712;
}

/* line 48, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #7e8081;
  background-color: #fefefe;
  border-color: #f3f6f8;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #e3eaef;
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #656667;
}

/* line 48, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #191e20;
  background-color: #e6e7e8;
  border-color: #313a3e;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #262d30;
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #030303;
}

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

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

/* line 9, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 3.2rem;
  overflow: hidden;
  font-size: 1.4rem;
  background-color: #E2E7EA;
  border-radius: 0.4rem;
  box-shadow: none;
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #25aceb;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 19, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 30, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: 3.2rem 3.2rem;
}

/* line 36, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 36, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

/* line 1, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #313A3E;
  text-align: inherit;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #313A3E;
  text-decoration: none;
  background-color: theme-color("light");
}

/* line 33, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #313A3E;
  background-color: #E2E7EA;
}

/* line 44, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 3.2rem 1.6rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #C9CED1;
}

/* line 54, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}

/* line 58, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}

/* line 63, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #70787C;
  pointer-events: none;
  background-color: #ffffff;
}

/* line 71, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #25aceb;
  border-color: #25aceb;
}

/* line 88, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 91, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

/* line 95, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-top-right-radius: 0;
}

/* line 100, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  /* line 88, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 91, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0;
  }
  /* line 100, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  /* line 88, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 91, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0;
  }
  /* line 100, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  /* line 88, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 91, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0;
  }
  /* line 100, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  /* line 88, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 91, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0;
  }
  /* line 100, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1400px) {
  /* line 88, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 91, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl .list-group-item:first-child {
    border-top-left-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0;
  }
  /* line 100, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    border-bottom-left-radius: 0;
  }
}

/* line 117, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 122, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

/* line 128, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 134, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #13597a;
  background-color: #c2e8f9;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: #13597a;
  background-color: #abdff7;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #13597a;
  border-color: #13597a;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #3a3e40;
  background-color: #d7d9da;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: #3a3e40;
  background-color: #caccce;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #3a3e40;
  border-color: #3a3e40;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #2e6312;
  background-color: #d1edc1;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: #2e6312;
  background-color: #c2e7ad;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #2e6312;
  border-color: #2e6312;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #13597a;
  background-color: #c2e8f9;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: #13597a;
  background-color: #abdff7;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #13597a;
  border-color: #13597a;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #855800;
  background-color: #ffe7b8;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: #855800;
  background-color: #ffde9f;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #855800;
  border-color: #855800;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #85391b;
  background-color: #ffd6c6;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: #85391b;
  background-color: #ffc4ad;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #85391b;
  border-color: #85391b;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #7e8081;
  background-color: #fcfcfd;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: #7e8081;
  background-color: #ededf3;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #7e8081;
  border-color: #7e8081;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #191e20;
  background-color: #c5c8c9;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: #191e20;
  background-color: #b8bbbd;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #191e20;
  border-color: #191e20;
}

/* line 1, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:hover {
  color: #000000;
  text-decoration: none;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_close.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 1, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  max-width: 300px;
  overflow: hidden;
  font-size: 1.6rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid #C9CED1;
  box-shadow: 0 4px 18px rgba(29, 38, 43, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.4rem;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(:last-child) {
  margin-bottom: 1.6rem;
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 1;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 27, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.hide {
  display: none;
}

/* line 32, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.8rem 1.6rem;
  color: #313A3E;
  background-color: #F3F6F8;
  background-clip: padding-box;
  border-bottom: 1px solid #C9CED1;
}

/* line 42, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: 1.6rem;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 3.2rem;
  pointer-events: none;
}

/* line 44, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 44, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

/* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 6.4rem);
}

/* line 57, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 6.4rem);
  overflow: hidden;
}

/* line 62, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 67, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 72, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 6.4rem);
}

/* line 78, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 6.4rem);
  content: "";
}

/* line 85, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 90, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 94, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 101, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0 solid #C9CED1;
  border-radius: 0.8rem;
  box-shadow: 0 8px 24px 3px rgba(29, 38, 43, 0.2);
  outline: 0;
}

/* line 119, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #1D262B;
}

/* line 129, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 130, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.8;
}

/* line 135, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2.4rem 3.2rem;
  border-bottom: 1px solid #C9CED1;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
}

/* line 143, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 2.4rem 3.2rem;
  margin: -2.4rem -3.2rem -2.4rem auto;
}

/* line 151, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: inherit;
}

/* line 158, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 3.2rem;
}

/* line 167, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 3.2rem;
  border-top: 0 solid #C9CED1;
  border-bottom-right-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
}

/* line 176, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer &gt; :not(:first-child) {
  margin-left: .25rem;
}

/* line 177, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer &gt; :not(:last-child) {
  margin-right: .25rem;
}

/* line 181, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 192, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 640px;
    margin: 4.8rem auto;
  }
  /* line 197, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 9.6rem);
  }
  /* line 200, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 9.6rem);
  }
  /* line 205, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 9.6rem);
  }
  /* line 208, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 9.6rem);
  }
  /* line 213, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-content {
    box-shadow: 0 8px 24px 3px rgba(29, 38, 43, 0.2);
  }
  /* line 217, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 320px;
  }
}

@media (min-width: 992px) {
  /* line 221, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
  .modal-xl {
    max-width: 900px;
  }
}

@media (min-width: 1200px) {
  /* line 228, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0.8rem;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.4rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 1.6rem;
  height: 0.8rem;
}

/* line 23, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.8rem 0;
}

/* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.8rem 0.8rem 0;
  border-top-color: #313A3E;
}

/* line 46, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.8rem;
}

/* line 49, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.8rem;
  height: 1.6rem;
}

/* line 54, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.8rem 0.8rem 0.8rem 0;
  border-right-color: #313A3E;
}

/* line 62, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.8rem 0;
}

/* line 65, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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.8rem 0.8rem;
  border-bottom-color: #313A3E;
}

/* line 76, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.8rem;
}

/* line 79, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.8rem;
  height: 1.6rem;
}

/* line 84, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.8rem 0 0.8rem 0.8rem;
  border-left-color: #313A3E;
}

/* line 108, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 320px;
  padding: 0.8rem 1.6rem;
  color: #ffffff;
  text-align: center;
  background-color: #313A3E;
  border-radius: 0.4rem;
}

/* line 1, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 300px;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.4rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #C9CED1;
  border-radius: 0.4rem;
  box-shadow: 0 8px 24px 3px rgba(29, 38, 43, 0.2);
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.8rem;
}

/* line 27, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.8rem;
}

/* line 41, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top &gt; .arrow, .bs-popover-auto[x-placement^="top"] &gt; .arrow {
  bottom: calc((0.8rem + 1px) * -1);
}

/* line 44, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top &gt; .arrow::before, .bs-popover-auto[x-placement^="top"] &gt; .arrow::before {
  bottom: 0;
  border-width: 0.8rem 0.4rem 0;
  border-top-color: #c9ced1;
}

/* line 50, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top &gt; .arrow::after, .bs-popover-auto[x-placement^="top"] &gt; .arrow::after {
  bottom: 1px;
  border-width: 0.8rem 0.4rem 0;
  border-top-color: #ffffff;
}

/* line 58, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.8rem;
}

/* line 61, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right &gt; .arrow, .bs-popover-auto[x-placement^="right"] &gt; .arrow {
  left: calc((0.8rem + 1px) * -1);
  width: 0.8rem;
  height: 0.8rem;
  margin: 0.8rem 0;
}

/* line 67, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right &gt; .arrow::before, .bs-popover-auto[x-placement^="right"] &gt; .arrow::before {
  left: 0;
  border-width: 0.4rem 0.8rem 0.4rem 0;
  border-right-color: #c9ced1;
}

/* line 73, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right &gt; .arrow::after, .bs-popover-auto[x-placement^="right"] &gt; .arrow::after {
  left: 1px;
  border-width: 0.4rem 0.8rem 0.4rem 0;
  border-right-color: #ffffff;
}

/* line 81, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.8rem;
}

/* line 84, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom &gt; .arrow, .bs-popover-auto[x-placement^="bottom"] &gt; .arrow {
  top: calc((0.8rem + 1px) * -1);
}

/* line 87, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom &gt; .arrow::before, .bs-popover-auto[x-placement^="bottom"] &gt; .arrow::before {
  top: 0;
  border-width: 0 0.4rem 0.8rem 0.4rem;
  border-bottom-color: #c9ced1;
}

/* line 93, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom &gt; .arrow::after, .bs-popover-auto[x-placement^="bottom"] &gt; .arrow::after {
  top: 1px;
  border-width: 0 0.4rem 0.8rem 0.4rem;
  border-bottom-color: #ffffff;
}

/* line 101, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: 0.8rem;
  margin-left: -0.4rem;
  content: "";
  border-bottom: 1px solid #F3F6F8;
}

/* line 113, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.8rem;
}

/* line 116, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left &gt; .arrow, .bs-popover-auto[x-placement^="left"] &gt; .arrow {
  right: calc((0.8rem + 1px) * -1);
  width: 0.8rem;
  height: 0.8rem;
  margin: 0.8rem 0;
}

/* line 122, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left &gt; .arrow::before, .bs-popover-auto[x-placement^="left"] &gt; .arrow::before {
  right: 0;
  border-width: 0.4rem 0 0.4rem 0.8rem;
  border-left-color: #c9ced1;
}

/* line 128, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left &gt; .arrow::after, .bs-popover-auto[x-placement^="left"] &gt; .arrow::after {
  right: 1px;
  border-width: 0.4rem 0 0.4rem 0.8rem;
  border-left-color: #ffffff;
}

/* line 153, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0.8rem 1.6rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  background-color: #F3F6F8;
  border-bottom: 1px solid #e3eaef;
  border-top-left-radius: calc(0.8rem - 1px);
  border-top-right-radius: calc(0.8rem - 1px);
}

/* line 163, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 168, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 0.8rem 1.6rem;
  color: #313A3E;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 2, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

/* line 50, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

/* line 61, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}

/* line 67, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 87, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: 4.8rem;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 111, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 117, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  background: no-repeat 50% / 100% 100%;
}

/* line 132, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: "ïƒ™";
}

/* line 135, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: "ïƒš";
}

/* line 145, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: 4.8rem;
  margin-left: 4.8rem;
  list-style: none;
}

/* line 159, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  margin-left: 0.8rem;
  text-indent: -999px;
  cursor: pointer;
  background-color: #70787C;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: #70787C;
}

@media (prefers-reduced-motion: reduce) {
  /* line 159, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 177, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 187, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: #ffffff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* line 9, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite;
}

/* line 21, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border-sm {
  width: 1.6rem;
  height: 1.6rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite;
}

/* line 52, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 1.6rem;
  height: 1.6rem;
}

/* line 3, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #25aceb !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: #1390ca !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #70787C !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: #585e61 !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #59bf22 !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: #45941a !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #25aceb !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: #1390ca !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffaa00 !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: #cc8800 !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #ff6d33 !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: #ff4900 !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #F3F6F8 !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: #d3dee5 !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #313A3E !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: #1a1f22 !important;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #ffffff !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #C9CED1 !important;
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #C9CED1 !important;
}

/* line 9, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #C9CED1 !important;
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #C9CED1 !important;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #C9CED1 !important;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #25aceb !important;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #70787C !important;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #59bf22 !important;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #25aceb !important;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #ffaa00 !important;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #ff6d33 !important;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #F3F6F8 !important;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #313A3E !important;
}

/* line 25, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #ffffff !important;
}

/* line 33, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 37, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.4rem !important;
}

/* line 41, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.4rem !important;
  border-top-right-radius: 0.4rem !important;
}

/* line 46, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.4rem !important;
  border-bottom-right-radius: 0.4rem !important;
}

/* line 51, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.4rem !important;
  border-bottom-left-radius: 0.4rem !important;
}

/* line 56, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.4rem !important;
  border-bottom-left-radius: 0.4rem !important;
}

/* line 61, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.8rem !important;
}

/* line 65, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1400px) {
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-9by16::before {
  padding-top: 177.77778%;
}

/* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-3by4::before {
  padding-top: 133.33333%;
}

/* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1400px) {
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1400px) {
  /* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xxl-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xxl-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xxl-none {
    float: none !important;
  }
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  /* line 26, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 4px 18px rgba(29, 38, 43, 0.2) !important;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 8px 24px 3px rgba(29, 38, 43, 0.2) !important;
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 12px 30px 8px rgba(29, 38, 43, 0.25) !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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: transparent;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.8rem !important;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.8rem !important;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.8rem !important;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.8rem !important;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.8rem !important;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 1.6rem !important;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 1.6rem !important;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 1.6rem !important;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 1.6rem !important;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 1.6rem !important;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 3.2rem !important;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 3.2rem !important;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 3.2rem !important;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 3.2rem !important;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 3.2rem !important;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 4rem !important;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 4rem !important;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 4rem !important;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 4rem !important;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 4rem !important;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 6.4rem !important;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 6.4rem !important;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 6.4rem !important;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 6.4rem !important;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 6.4rem !important;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-6 {
  margin: 9.6rem !important;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-6,
.my-6 {
  margin-top: 9.6rem !important;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-6,
.mx-6 {
  margin-right: 9.6rem !important;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-6,
.my-6 {
  margin-bottom: 9.6rem !important;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-6,
.mx-6 {
  margin-left: 9.6rem !important;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.8rem !important;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.8rem !important;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.8rem !important;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.8rem !important;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.8rem !important;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 1.6rem !important;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 1.6rem !important;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 1.6rem !important;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 1.6rem !important;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 1.6rem !important;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 3.2rem !important;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 3.2rem !important;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 3.2rem !important;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 3.2rem !important;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 3.2rem !important;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 4rem !important;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 4rem !important;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 4rem !important;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 4rem !important;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 4rem !important;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 6.4rem !important;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 6.4rem !important;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 6.4rem !important;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 6.4rem !important;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 6.4rem !important;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-6 {
  padding: 9.6rem !important;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-6,
.py-6 {
  padding-top: 9.6rem !important;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-6,
.px-6 {
  padding-right: 9.6rem !important;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-6,
.py-6 {
  padding-bottom: 9.6rem !important;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-6,
.px-6 {
  padding-left: 9.6rem !important;
}

/* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n1 {
  margin: -0.8rem !important;
}

/* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.8rem !important;
}

/* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.8rem !important;
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.8rem !important;
}

/* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.8rem !important;
}

/* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n2 {
  margin: -1.6rem !important;
}

/* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -1.6rem !important;
}

/* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -1.6rem !important;
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -1.6rem !important;
}

/* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -1.6rem !important;
}

/* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n3 {
  margin: -3.2rem !important;
}

/* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -3.2rem !important;
}

/* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -3.2rem !important;
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -3.2rem !important;
}

/* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -3.2rem !important;
}

/* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n4 {
  margin: -4rem !important;
}

/* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -4rem !important;
}

/* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -4rem !important;
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -4rem !important;
}

/* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -4rem !important;
}

/* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n5 {
  margin: -6.4rem !important;
}

/* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -6.4rem !important;
}

/* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -6.4rem !important;
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -6.4rem !important;
}

/* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -6.4rem !important;
}

/* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n6 {
  margin: -9.6rem !important;
}

/* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n6,
.my-n6 {
  margin-top: -9.6rem !important;
}

/* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n6,
.mx-n6 {
  margin-right: -9.6rem !important;
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n6,
.my-n6 {
  margin-bottom: -9.6rem !important;
}

/* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n6,
.mx-n6 {
  margin-left: -9.6rem !important;
}

/* line 55, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 56, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 60, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 64, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 68, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.8rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.8rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.8rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.8rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.8rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 1.6rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1.6rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1.6rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1.6rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1.6rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 3.2rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3.2rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3.2rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3.2rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3.2rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 4rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 6.4rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 6.4rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 6.4rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 6.4rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 6.4rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-6 {
    margin: 9.6rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 9.6rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 9.6rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 9.6rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 9.6rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.8rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.8rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.8rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.8rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.8rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 1.6rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1.6rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1.6rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1.6rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1.6rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 3.2rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3.2rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3.2rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3.2rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3.2rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 4rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 6.4rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 6.4rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 6.4rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 6.4rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 6.4rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-6 {
    padding: 9.6rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 9.6rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 9.6rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 9.6rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 9.6rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.8rem !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.8rem !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.8rem !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.8rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.8rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -1.6rem !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -1.6rem !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -1.6rem !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -1.6rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -1.6rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -3.2rem !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -3.2rem !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -3.2rem !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -3.2rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -3.2rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -4rem !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -4rem !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -4rem !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -4rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -4rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -6.4rem !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -6.4rem !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -6.4rem !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -6.4rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -6.4rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n6 {
    margin: -9.6rem !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -9.6rem !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -9.6rem !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -9.6rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -9.6rem !important;
  }
  /* line 55, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 56, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  /* line 60, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 68, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.8rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.8rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.8rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.8rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.8rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 1.6rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 1.6rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1.6rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1.6rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1.6rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 3.2rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 3.2rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3.2rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3.2rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3.2rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 4rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 4rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 6.4rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 6.4rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 6.4rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 6.4rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 6.4rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-6 {
    margin: 9.6rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-6,
  .my-md-6 {
    margin-top: 9.6rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-6,
  .mx-md-6 {
    margin-right: 9.6rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 9.6rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-6,
  .mx-md-6 {
    margin-left: 9.6rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.8rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.8rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.8rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.8rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.8rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 1.6rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 1.6rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 1.6rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1.6rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 1.6rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 3.2rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 3.2rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 3.2rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3.2rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 3.2rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 4rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 4rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 4rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 4rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 6.4rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 6.4rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 6.4rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 6.4rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 6.4rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-6 {
    padding: 9.6rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-6,
  .py-md-6 {
    padding-top: 9.6rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-6,
  .px-md-6 {
    padding-right: 9.6rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 9.6rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-6,
  .px-md-6 {
    padding-left: 9.6rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.8rem !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.8rem !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.8rem !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.8rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.8rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -1.6rem !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -1.6rem !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -1.6rem !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -1.6rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -1.6rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -3.2rem !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -3.2rem !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -3.2rem !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -3.2rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -3.2rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -4rem !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -4rem !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -4rem !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -4rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -4rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -6.4rem !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -6.4rem !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -6.4rem !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -6.4rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -6.4rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n6 {
    margin: -9.6rem !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -9.6rem !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -9.6rem !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -9.6rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -9.6rem !important;
  }
  /* line 55, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 56, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  /* line 60, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 68, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.8rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.8rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.8rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.8rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.8rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 1.6rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1.6rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1.6rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1.6rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1.6rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 3.2rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3.2rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3.2rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3.2rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3.2rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 4rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 6.4rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 6.4rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 6.4rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 6.4rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 6.4rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-6 {
    margin: 9.6rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 9.6rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 9.6rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 9.6rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 9.6rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.8rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.8rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.8rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.8rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.8rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 1.6rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1.6rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1.6rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1.6rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1.6rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 3.2rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3.2rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3.2rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3.2rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3.2rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 4rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 6.4rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 6.4rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 6.4rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 6.4rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 6.4rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-6 {
    padding: 9.6rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 9.6rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 9.6rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 9.6rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 9.6rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.8rem !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.8rem !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.8rem !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.8rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.8rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -1.6rem !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -1.6rem !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -1.6rem !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -1.6rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -1.6rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -3.2rem !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -3.2rem !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -3.2rem !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -3.2rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -3.2rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -4rem !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -4rem !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -4rem !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -4rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -4rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -6.4rem !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -6.4rem !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -6.4rem !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -6.4rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -6.4rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n6 {
    margin: -9.6rem !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -9.6rem !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -9.6rem !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -9.6rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -9.6rem !important;
  }
  /* line 55, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 56, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  /* line 60, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 68, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.8rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.8rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.8rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.8rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.8rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 1.6rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1.6rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1.6rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1.6rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1.6rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 3.2rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3.2rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3.2rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3.2rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3.2rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 4rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 6.4rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 6.4rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 6.4rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 6.4rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 6.4rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-6 {
    margin: 9.6rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 9.6rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 9.6rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 9.6rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 9.6rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.8rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.8rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.8rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.8rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.8rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 1.6rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1.6rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1.6rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1.6rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1.6rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 3.2rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3.2rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3.2rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3.2rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3.2rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 4rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 6.4rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 6.4rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 6.4rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 6.4rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 6.4rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-6 {
    padding: 9.6rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 9.6rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 9.6rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 9.6rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 9.6rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.8rem !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.8rem !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.8rem !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.8rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.8rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -1.6rem !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -1.6rem !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -1.6rem !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -1.6rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -1.6rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -3.2rem !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -3.2rem !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -3.2rem !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -3.2rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -3.2rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -4rem !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -4rem !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -4rem !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -4rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -4rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -6.4rem !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -6.4rem !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -6.4rem !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -6.4rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -6.4rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n6 {
    margin: -9.6rem !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -9.6rem !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -9.6rem !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -9.6rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -9.6rem !important;
  }
  /* line 55, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 56, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  /* line 60, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 68, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-1 {
    margin: 0.8rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.8rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.8rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.8rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.8rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-2 {
    margin: 1.6rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 1.6rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 1.6rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 1.6rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 1.6rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-3 {
    margin: 3.2rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 3.2rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 3.2rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 3.2rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 3.2rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-4 {
    margin: 4rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 4rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 4rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 4rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 4rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-5 {
    margin: 6.4rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 6.4rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 6.4rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 6.4rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 6.4rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-6 {
    margin: 9.6rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 9.6rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 9.6rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 9.6rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 9.6rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-1 {
    padding: 0.8rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.8rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.8rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.8rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.8rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-2 {
    padding: 1.6rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 1.6rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 1.6rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 1.6rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 1.6rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-3 {
    padding: 3.2rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 3.2rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 3.2rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 3.2rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 3.2rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-4 {
    padding: 4rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 4rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 4rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 4rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 4rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-5 {
    padding: 6.4rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 6.4rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 6.4rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 6.4rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 6.4rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-6 {
    padding: 9.6rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 9.6rem !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 9.6rem !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 9.6rem !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 9.6rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n1 {
    margin: -0.8rem !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.8rem !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.8rem !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.8rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.8rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n2 {
    margin: -1.6rem !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -1.6rem !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -1.6rem !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -1.6rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -1.6rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n3 {
    margin: -3.2rem !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -3.2rem !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -3.2rem !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -3.2rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -3.2rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n4 {
    margin: -4rem !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -4rem !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -4rem !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -4rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -4rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n5 {
    margin: -6.4rem !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -6.4rem !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -6.4rem !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -6.4rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -6.4rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n6 {
    margin: -9.6rem !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -9.6rem !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -9.6rem !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -9.6rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -9.6rem !important;
  }
  /* line 55, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 56, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  /* line 60, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 68, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xxl-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xxl-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

/* line 30, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 600 !important;
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #ffffff !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #25aceb !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #107fb3 !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #70787C !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #4c5154 !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #59bf22 !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #3b7e16 !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #25aceb !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #107fb3 !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffaa00 !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #b37700 !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #ff6d33 !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #e64100 !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #F3F6F8 !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #c3d2dc !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #313A3E !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #0f1213 !important;
}

/* line 51, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-body {
  color: #313A3E !important;
}

/* line 52, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #70787C !important;
}

/* line 54, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.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, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 72, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #9BA3A6;
    page-break-inside: avoid;
  }
  /* line 63, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 67, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* line 72, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 79, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 92, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 95, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 100, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 103, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000000;
  }
  /* line 107, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 110, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  /* line 117, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #C9CED1 !important;
  }
  /* line 123, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 126, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #C9CED1;
  }
  /* line 134, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #C9CED1;
  }
}

/* line 2, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_alert.scss */
.alert {
  color: #313A3E;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_alert.scss */
.alert a:not(.btn) {
  text-decoration: underline;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_alert.scss */
.alert a:not(.btn):hover, .alert a:not(.btn):active {
  text-decoration: none;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_alert.scss */
.alert-primary {
  background: #d3eefb;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_alert.scss */
.alert-secondary {
  background: #e2e4e5;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_alert.scss */
.alert-success {
  background: #ddf6cf;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_alert.scss */
.alert-info {
  background: #d3eefb;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_alert.scss */
.alert-warning {
  background: #ffeecc;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_alert.scss */
.alert-danger {
  background: #ffe2d6;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_alert.scss */
.alert-light {
  background: #fdfdfe;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_alert.scss */
.alert-dark {
  background: #d2d9dc;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_alert.scss */
.alert-success a:not(.btn) {
  color: #59bf22 !important;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_alert.scss */
.alert-info a:not(.btn) {
  color: #25aceb !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_alert.scss */
.alert-warning a:not(.btn) {
  color: #ffaa00 !important;
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_alert.scss */
.alert-danger a:not(.btn), .alert-error a:not(.btn) {
  color: #ff6d33 !important;
}

/* line 23, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_alert.scss */
.alert-gray a:not(.btn), .alert-notice a:not(.btn),
.alert-light a:not(.btn), .alert-dark a:not(.btn) {
  color: inherit;
}

/* line 27, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_alert.scss */
.alert[data-position-absolute='true'] {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1051;
  box-shadow: 0 4px 18px rgba(29, 38, 43, 0.2);
}

/* line 1, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_badge.scss */
.badge {
  color: #313A3E;
  border: 1px solid transparent;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_badge.scss */
.badge-primary {
  background: #d3eefb;
  border-color: #25aceb;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_badge.scss */
.badge-secondary {
  background: #e2e4e5;
  border-color: #70787C;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_badge.scss */
.badge-success {
  background: #ddf6cf;
  border-color: #59bf22;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_badge.scss */
.badge-info {
  background: #d3eefb;
  border-color: #25aceb;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_badge.scss */
.badge-warning {
  background: #ffeecc;
  border-color: #ffaa00;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_badge.scss */
.badge-danger {
  background: #ffe2d6;
  border-color: #ff6d33;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_badge.scss */
.badge-light {
  background: #fdfdfe;
  border-color: #F3F6F8;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_badge.scss */
.badge-dark {
  background: #d2d9dc;
  border-color: #313A3E;
}

/* line 1, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_breadcrumb.scss */
.breadcrumb-item {
  color: #70787C;
}

/* line 3, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_breadcrumb.scss */
.breadcrumb-item a {
  color: #70787C;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.breadcrumb-item a:hover, .breadcrumb-item a:focus {
  text-decoration: underline;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_breadcrumb.scss */
.breadcrumb.nav-secondary .breadcrumb-item a {
  color: #25aceb;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_breadcrumb.scss */
.breadcrumb.nav-secondary .breadcrumb-item.active {
  color: #313A3E;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_breadcrumb.scss */
.breadcrumb.nav-secondary .breadcrumb-item + .breadcrumb-item::before {
  content: '&gt;';
}

/* line 3, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_button-group.scss */
.btn-group &gt; .btn-primary:not(:first-child),
.btn-group &gt; .btn-group:not(:first-child) &gt; .btn-primary {
  margin-left: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_button-group.scss */
.btn-group-vertical &gt; .btn {
  width: auto;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_button-group.scss */
.btn-group-vertical &gt; .btn:not(:first-child),
.btn-group-vertical &gt; .btn-group:not(:first-child) {
  margin-top: 0;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_button-group.scss */
.btn-group-vertical &gt; .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn {
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_button-group.scss */
.btn-group-vertical &gt; .btn:not(:first-child),
.btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}

/* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_button-group.scss */
.btn-group-quick-add .col-4 {
  padding: 0;
}

/* line 28, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_button-group.scss */
.btn-group-quick-add .col-4:nth-child(1n) {
  border-left: 1px solid #C9CED1;
}

@media (max-width: 767.98px) {
  /* line 30, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_button-group.scss */
  .btn-group-quick-add .col-4:first-child {
    border-left: none;
  }
}

@media (min-width: 576px) {
  /* line 33, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_button-group.scss */
  .btn-group-quick-add .col-4:nth-child(3n+1) {
    border-left: none;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_button-group.scss */
  .btn-group-quick-add .col-4:nth-child(1n+4) {
    border-top: 1px solid #C9CED1;
  }
}

/* line 36, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_button-group.scss */
.btn-group-quick-add .col-4 .btn-link {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  width: 100%;
  height: 100%;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group-quick-add .col-4 .btn-link:hover, .btn-group-quick-add .col-4 .btn-link:focus {
  background-color: #F3F6F8;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
.btn-primary:focus, .btn-primary.focus, .btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.4rem rgba(37, 172, 235, 0.2);
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show &gt; .btn-primary.dropdown-toggle, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-primary.dropdown-toggle {
  box-shadow: 0 0 0 0.4rem rgba(37, 172, 235, 0.2);
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-primary.dropdown-toggle:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(37, 172, 235, 0.2);
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus, .btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.4rem rgba(112, 120, 124, 0.2);
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show &gt; .btn-secondary.dropdown-toggle, .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-secondary.dropdown-toggle {
  box-shadow: 0 0 0 0.4rem rgba(112, 120, 124, 0.2);
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-secondary.dropdown-toggle:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(112, 120, 124, 0.2);
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
.btn-success:focus, .btn-success.focus, .btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.4rem rgba(89, 191, 34, 0.2);
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show &gt; .btn-success.dropdown-toggle, .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-success.dropdown-toggle {
  box-shadow: 0 0 0 0.4rem rgba(89, 191, 34, 0.2);
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-success.dropdown-toggle:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(89, 191, 34, 0.2);
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
.btn-info:focus, .btn-info.focus, .btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.4rem rgba(37, 172, 235, 0.2);
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show &gt; .btn-info.dropdown-toggle, .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-info.dropdown-toggle {
  box-shadow: 0 0 0 0.4rem rgba(37, 172, 235, 0.2);
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-info.dropdown-toggle:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(37, 172, 235, 0.2);
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
.btn-warning:focus, .btn-warning.focus, .btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.4rem rgba(255, 170, 0, 0.2);
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show &gt; .btn-warning.dropdown-toggle, .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-warning.dropdown-toggle {
  box-shadow: 0 0 0 0.4rem rgba(255, 170, 0, 0.2);
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-warning.dropdown-toggle:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(255, 170, 0, 0.2);
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
.btn-danger:focus, .btn-danger.focus, .btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.4rem rgba(255, 109, 51, 0.2);
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show &gt; .btn-danger.dropdown-toggle, .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-danger.dropdown-toggle {
  box-shadow: 0 0 0 0.4rem rgba(255, 109, 51, 0.2);
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-danger.dropdown-toggle:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(255, 109, 51, 0.2);
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
.btn-light:focus, .btn-light.focus, .btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.4rem rgba(243, 246, 248, 0.2);
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show &gt; .btn-light.dropdown-toggle, .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-light.dropdown-toggle {
  box-shadow: 0 0 0 0.4rem rgba(243, 246, 248, 0.2);
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-light.dropdown-toggle:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(243, 246, 248, 0.2);
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
.btn-dark:focus, .btn-dark.focus, .btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.4rem rgba(49, 58, 62, 0.2);
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show &gt; .btn-dark.dropdown-toggle, .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-dark.dropdown-toggle {
  box-shadow: 0 0 0 0.4rem rgba(49, 58, 62, 0.2);
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-dark.dropdown-toggle:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(49, 58, 62, 0.2);
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
[class*='btn-outline'], .btn-secondary {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  border-width: 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 0px 0px;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
[class*='btn-outline'].btn-sm, .btn-group-sm &gt; .btn[class*='btn-outline'], .btn-secondary.btn-sm, .btn-group-sm &gt; .btn-secondary.btn {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

/* line 28, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
[class*='btn-outline'].btn-lg, .btn-group-lg &gt; .btn[class*='btn-outline'], .btn-secondary.btn-lg, .btn-group-lg &gt; .btn-secondary.btn {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 33, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
.btn-secondary, .btn-outline-secondary {
  color: #25aceb;
  background-color: #ffffff;
  border: 1px solid #C9CED1;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover, .btn-secondary:focus, .btn-outline-secondary:hover, .btn-outline-secondary:focus {
  color: #313A3E !important;
  background-color: #F3F6F8;
}

/* line 41, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show &gt; .btn-secondary.dropdown-toggle, .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-secondary.dropdown-toggle {
  color: #313A3E !important;
  background-color: #F3F6F8;
}

/* line 47, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled, .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #25aceb;
  background-color: #ffffff;
  border: 1px solid #C9CED1;
}

/* line 54, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
.btn-link {
  font-weight: 600;
}

/* line 56, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
.btn-link:hover {
  text-decoration: underline;
}

/* line 60, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_buttons.scss */
.btn-warning {
  color: #ffffff !important;
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_card.scss */
.card-title {
  margin-bottom: 1.2rem;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_card.scss */
.card-subtitle {
  margin-top: 0;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_card.scss */
.card-footer {
  border-top: none;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_card.scss */
.card-img-overlay {
  top: auto;
  min-height: 6.4rem;
  background-image: linear-gradient(to bottom, rgba(29, 38, 43, 0) 0%, rgba(29, 38, 43, 0.5) 100%);
  background-repeat: repeat-x;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_card.scss */
.card-img {
  border-radius: 0;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  background: none;
  background-image: none;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_carousel.scss */
.carousel-control-prev-icon::before, .carousel-control-prev-icon::after,
.carousel-control-next-icon::before,
.carousel-control-next-icon::after {
  position: absolute;
  top: -1.6rem;
  left: 0.8rem;
  display: block;
  margin: auto;
  width: 3.2rem;
  height: 3.2rem;
  content: '';
}

/* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_carousel.scss */
.carousel-control-prev-icon::before,
.carousel-control-next-icon::before {
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 4px 18px rgba(29, 38, 43, 0.2);
}

/* line 32, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_carousel.scss */
.carousel-control-prev-icon::after,
.carousel-control-next-icon::after {
  font-family: "FontAwesome";
  font-size: 2rem;
  line-height: 3.2rem;
  color: #313A3E;
  text-align: center;
  z-index: 10;
}

/* line 42, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_carousel.scss */
.carousel-control-prev-icon:after {
  padding-right: 2px;
  content: "ïƒ™";
}

/* line 48, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_carousel.scss */
.carousel-control-next-icon:after {
  padding-left: 2px;
  content: "ïƒš";
}

/* line 60, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_carousel.scss */
.carousel-indicators li {
  border-radius: 50%;
}

/* line 65, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_carousel.scss */
.carousel-fixed-height {
  width: 100%;
}

/* line 68, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_carousel.scss */
.carousel-fixed-height .carousel-inner::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}

/* line 75, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_carousel.scss */
.carousel-fixed-height .carousel-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  float: none;
  margin-right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 75, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_carousel.scss */
  .carousel-fixed-height .carousel-item {
    transition: none;
  }
}

/* line 91, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_carousel.scss */
.carousel-fixed-height .carousel-item.active.carousel-item-left, .carousel-fixed-height .carousel-item.active.carousel-item-right {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 91, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_carousel.scss */
  .carousel-fixed-height .carousel-item.active.carousel-item-left, .carousel-fixed-height .carousel-item.active.carousel-item-right {
    transition: none;
  }
}

/* line 95, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_carousel.scss */
.carousel-fixed-height .carousel-item img {
  width: auto !important;
  min-width: 0px !important;
  max-width: 100%;
  height: 100% !important;
  max-height: 100%;
  margin: auto;
}

@media (min-width: 992px) {
  /* line 108, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_carousel.scss */
  .carousel-has-thumbnails {
    padding-left: 11.2rem;
  }
}

/* line 110, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_carousel.scss */
.carousel-has-thumbnails .carousel-inner {
  border: 1px solid #C9CED1;
  border-radius: 0.4rem;
}

/* line 114, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_carousel.scss */
.carousel-has-thumbnails .carousel-indicators {
  margin: 0;
}

@media (max-width: 1199.98px) {
  /* line 114, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_carousel.scss */
  .carousel-has-thumbnails .carousel-indicators {
    justify-content: flex-start;
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 1.6rem;
    width: 100%;
    height: 8rem;
    overflow-x: auto;
    overflow-y: hidden;
  }
  /* line 2, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .carousel-has-thumbnails .carousel-indicators::after {
    display: block;
    clear: both;
    content: "";
  }
}

@media (min-width: 992px) {
  /* line 114, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_carousel.scss */
  .carousel-has-thumbnails .carousel-indicators {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
    width: auto;
    height: 100%;
    margin-top: 0;
    overflow-y: auto;
  }
}

/* line 141, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_carousel.scss */
.carousel-has-thumbnails .carousel-indicators li {
  position: relative;
  width: 8rem;
  height: 8rem;
  text-indent: 0;
  text-align: center;
  background-color: transparent;
  border-top: none;
  border-bottom: none;
  box-sizing: border-box;
  border-radius: 0.4rem;
  overflow: hidden;
  opacity: .4;
}

@media (max-width: 1199.98px) {
  /* line 141, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_carousel.scss */
  .carousel-has-thumbnails .carousel-indicators li {
    flex-shrink: 0;
    flex-basis: 8rem;
    margin: 0 0.8rem 0 0;
  }
}

@media (min-width: 992px) {
  /* line 141, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_carousel.scss */
  .carousel-has-thumbnails .carousel-indicators li {
    margin: 0 0 0.8rem;
  }
}

/* line 160, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_carousel.scss */
.carousel-has-thumbnails .carousel-indicators li::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}

/* line 166, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_carousel.scss */
.carousel-has-thumbnails .carousel-indicators li.active {
  border: 1px solid #C9CED1;
  opacity: 1;
}

/* line 170, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_carousel.scss */
.carousel-has-thumbnails .carousel-indicators li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  min-width: 0px !important;
  max-width: 100%;
  height: 100% !important;
  max-height: 100%;
  margin: auto;
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.custom-control {
  padding-left: 0;
}

/* line 9, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.custom-control .custom-control-input:checked ~ .custom-control-label,
.custom-control .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #25aceb;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.custom-control .custom-control-input:checked ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.4rem rgba(37, 172, 235, 0.2);
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.custom-control .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #C9CED1;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.custom-control.custom-control-block .custom-control-input:checked ~ .custom-control-label {
  box-shadow: 0 0 0 0.4rem rgba(37, 172, 235, 0.2);
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.custom-control + .custom-control:not(.custom-control-inline) {
  margin-top: 0.8rem;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.custom-checkbox, .custom-radio {
  min-width: 3.2rem;
}

/* line 30, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.custom-control-label {
  padding-left: 3.2rem;
  min-width: 3.2rem;
  min-height: 2rem;
  font-weight: 400;
  cursor: pointer;
}

/* line 38, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.custom-control-label::before, .custom-control-label::after {
  top: .3rem;
  left: 0;
}

/* line 42, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.custom-control-label::before {
  border: 1px solid #C9CED1;
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.custom-control-label::after {
  cursor: pointer;
}

/* line 51, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.custom-radio .custom-control-label::after {
  background-size: 50% 50%;
}

/* line 60, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.custom-select {
  display: block;
  width: auto;
  max-width: 100%;
  cursor: pointer;
  box-shadow: none;
}

/* line 66, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.custom-select:focus {
  border-color: #C9CED1;
}

/* line 67, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.custom-select:active, .custom-select:focus {
  border-color: #25aceb;
  box-shadow: 0 0 0 0.4rem rgba(37, 172, 235, 0.2);
}

/* line 77, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.custom-file-label {
  font-weight: 400;
  cursor: pointer;
  border-radius: 0 0.4rem 0.4rem 0;
  overflow: hidden;
}

/* line 82, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.custom-file-label::after {
  font-weight: 600;
  border-radius: 0 0.4rem 0.4rem 0;
}

/* line 91, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.custom-control-block {
  padding: 0;
}

/* line 93, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.custom-control-block .custom-control-label {
  margin-bottom: 0;
  padding: 3.2rem 3.2rem 5.6rem;
  border: 1px solid #C9CED1;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

/* line 100, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.custom-control-block .custom-control-label:hover {
  border-color: #70787C;
}

/* line 101, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.custom-control-block .custom-control-label::before, .custom-control-block .custom-control-label::after {
  top: auto;
  left: 50%;
  bottom: 1.6rem;
  margin-left: -9px;
}

/* line 112, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.custom-control-block:not(.custom-radio):not(.custom-checkbox) .custom-control-label {
  padding: 1.6rem;
}

/* line 114, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.custom-control-block:not(.custom-radio):not(.custom-checkbox) .custom-control-label::before, .custom-control-block:not(.custom-radio):not(.custom-checkbox) .custom-control-label::after {
  display: none;
}

/* line 123, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.custom-switch {
  padding-left: 0;
}

/* line 125, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.custom-switch .custom-control-label {
  padding-left: 6rem;
}

/* line 127, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.custom-switch .custom-control-label::before, .custom-switch .custom-control-label::after {
  left: 0;
}

/* line 128, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  padding-left: 28px;
  font-size: 12px;
  line-height: 16px;
  color: #70787C;
  font-family: "FontAwesome";
  content: "\f00d";
  background-color: #F3F6F8;
}

/* line 137, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.custom-switch .custom-control-label::after {
  top: 1px;
  background-color: #ffffff;
  border: 1px solid #C9CED1;
  border-radius: 50%;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  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;
  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, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 137, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 147, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  border-color: #25aceb;
  -webkit-transform: translateX(2.4rem);
          transform: translateX(2.4rem);
}

/* line 151, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: 6px 1px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  background-color: #25aceb;
  border-color: #25aceb;
}

/* line 167, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: inherit;
}

/* line 169, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: inherit;
}

/* line 172, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  background-color: #25aceb;
}

/* line 181, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom-forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #C9CED1;
}

/* line 1, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_avatar.scss */
.avatar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 4rem;
  height: 4rem;
  color: #313A3E;
  background-color: #C9CED1;
  border-radius: 50%;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_avatar.scss */
.avatar img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

/* line 21, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_avatar.scss */
.avatar .avatar-text {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.2;
  color: inherit;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

/* line 32, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_avatar.scss */
.avatar.avatar-sm {
  width: 3.2rem;
  height: 3.2rem;
}

/* line 35, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_avatar.scss */
.avatar.avatar-sm .avatar-text {
  font-size: 1.4rem;
}

/* line 37, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_avatar.scss */
.avatar.avatar-lg {
  width: 9.6rem;
  height: 9.6rem;
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_avatar.scss */
.avatar.avatar-lg .avatar-text {
  font-size: 2.8rem;
}

/* line 42, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_avatar.scss */
.avatar.avatar-xl {
  width: 14.4rem;
  height: 14.4rem;
}

/* line 45, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_avatar.scss */
.avatar.avatar-xl .avatar-text {
  font-size: 4rem;
}

/* line 50, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_avatar.scss */
a.avatar {
  color: inherit !important;
  opacity: 1;
  transition: opacity 0.15s linear;
}

/* line 54, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_avatar.scss */
a.avatar:hover, a.avatar:active {
  opacity: 0.65;
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_builder_layout.scss */
.builder-layout {
  background-color: #ffffff;
}

@media (min-width: 992px) {
  /* line 10, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_builder_layout.scss */
  .builder-layout {
    height: 100%;
  }
  /* line 14, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_builder_layout.scss */
  .builder-layout &gt; form {
    height: 100%;
  }
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_builder_layout.scss */
.builder-header, .builder-header-fixed-bottom {
  padding: 0.8rem 1.6rem;
  width: 100%;
  min-height: 7.2rem;
  background-color: #135676;
  z-index: 1031;
}

@media (min-width: 992px) {
  /* line 19, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_builder_layout.scss */
  .builder-header, .builder-header-fixed-bottom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}

/* line 31, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_builder_layout.scss */
.builder-header .text-muted, .builder-header-fixed-bottom .text-muted {
  color: #a8def7 !important;
}

/* line 33, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_builder_layout.scss */
.builder-header-fixed-bottom {
  position: fixed;
}

@media (max-width: 991.98px) {
  /* line 33, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_builder_layout.scss */
  .builder-header-fixed-bottom {
    bottom: 0;
  }
}

/* line 37, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_builder_layout.scss */
.builder-nav, .builder-nav-sm {
  width: 100%;
  z-index: 1030;
}

/* line 41, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_builder_layout.scss */
.builder-nav {
  padding: 2.4rem 1.6rem;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  /* line 41, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_builder_layout.scss */
  .builder-nav {
    position: fixed;
    top: 7.2rem;
    left: 0;
    right: 0;
    min-height: 10.4rem;
  }
}

/* line 52, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_builder_layout.scss */
.builder-nav-sm {
  position: fixed;
  bottom: 0;
  padding: 0.8rem 1.6rem;
  min-height: 7.2rem;
}

@media (min-width: 992px) {
  /* line 52, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_builder_layout.scss */
  .builder-nav-sm {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 61, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_builder_layout.scss */
  .builder-container {
    padding-bottom: 7.2rem;
  }
}

@media (min-width: 992px) {
  /* line 61, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_builder_layout.scss */
  .builder-container {
    height: 100%;
  }
}

@media (min-width: 992px) {
  /* line 67, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_builder_layout.scss */
  .builder-header ~ .builder-container {
    padding-top: 7.2rem;
  }
}

@media (min-width: 992px) {
  /* line 70, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_builder_layout.scss */
  .builder-header ~ .builder-nav ~ .builder-container {
    padding-top: 17.6rem;
  }
}

@media (min-width: 992px) {
  /* line 75, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_builder_layout.scss */
  .builder-body {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

/* line 82, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_builder_layout.scss */
.builder-preview {
  padding: 4.8rem 2.4rem;
}

@media (min-width: 992px) {
  /* line 82, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_builder_layout.scss */
  .builder-preview {
    float: left;
    width: 67%;
    height: 100%;
    overflow-y: auto;
  }
  /* line 89, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_builder_layout.scss */
  .builder-preview &gt; :last-child {
    margin-bottom: 4.8rem;
  }
}

/* line 92, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_builder_layout.scss */
.builder-options {
  padding: 3.2rem;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  /* line 92, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_builder_layout.scss */
  .builder-options {
    float: right;
    width: 33%;
    height: 100%;
    overflow-y: auto;
  }
  /* line 100, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_builder_layout.scss */
  .builder-options &gt; :last-child {
    margin-bottom: 3.2rem;
  }
}

/* line 2, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_iframe_preview.scss */
.responsive-iframe-container {
  width: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_iframe_preview.scss */
.responsive-iframe-container:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_iframe_preview.scss */
.responsive-iframe {
  min-height: 400px;
  position: relative;
  z-index: 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  border: 0;
}

/* line 3, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_chat.scss */
.chat-container {
  display: flex;
  align-items: flex-end;
  width: 100%;
  max-height: 100%;
  height: 100%;
  z-index: 0;
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_chat.scss */
.chat-container:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.2rem;
  background-image: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  content: '';
  z-index: 10;
}

/* line 21, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_chat.scss */
.chat-messages {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 3.2rem;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  z-index: 0;
}

/* line 33, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_chat.scss */
.chat-message .icon-circle {
  position: absolute;
  top: -1.6rem;
  left: -1.6rem;
  z-index: 20;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_device_preview.scss */
.device-preview {
  position: relative;
  margin: auto;
}

/* line 9, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_device_preview.scss */
.device-preview.device-preview-tablet, .device-preview.device-preview-mobile {
  border: 16px solid #ffffff;
  border-top-width: 60px;
  border-bottom-width: 60px;
  border-radius: 24px;
  box-shadow: 0 4px 18px rgba(29, 38, 43, 0.2);
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_device_preview.scss */
.device-preview.device-preview-tablet::before, .device-preview.device-preview-tablet::after, .device-preview.device-preview-mobile::before, .device-preview.device-preview-mobile::after {
  position: absolute;
  left: 50%;
  display: block;
  content: '';
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #C9CED1;
}

/* line 23, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_device_preview.scss */
.device-preview.device-preview-tablet::before, .device-preview.device-preview-mobile::before {
  top: -30px;
  width: 60px;
  height: 6px;
  border-radius: 3px;
}

/* line 29, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_device_preview.scss */
.device-preview.device-preview-tablet::after, .device-preview.device-preview-mobile::after {
  bottom: -65px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

/* line 38, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_device_preview.scss */
.device-preview .device-screen {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #C9CED1;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* line 47, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_device_preview.scss */
.device-preview .device-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 56, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_device_preview.scss */
.device-preview .chat-bubble {
  float: right;
  width: 80%;
  padding: 1.6rem;
  color: #ffffff;
  background-color: #25aceb;
  border-radius: 20px;
  word-break: break-word;
}

/* line 64, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_device_preview.scss */
.device-preview .chat-bubble + .chat-bubble {
  margin-top: 0.8rem;
}

/* line 65, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_device_preview.scss */
.device-preview .chat-bubble:before, .device-preview .chat-bubble:after {
  position: absolute;
  content: '';
  bottom: 0;
  height: 20px;
}

/* line 71, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_device_preview.scss */
.device-preview .chat-bubble:before {
  z-index: 0;
  right: -8px;
  width: 20px;
  background-color: #25aceb;
  background-attachment: fixed;
  border-bottom-left-radius: 15px;
}

/* line 79, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_device_preview.scss */
.device-preview .chat-bubble:after {
  right: -10px;
  width: 10px;
  background: #ffffff;
  border-bottom-left-radius: 10px;
}

/* line 85, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_device_preview.scss */
.device-preview .chat-bubble a {
  color: inherit;
  text-decoration: underline;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.device-preview .chat-bubble a:hover, .device-preview .chat-bubble a:focus {
  color: inherit;
}

/* line 1, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_drawer.scss */
.drawer {
  position: fixed;
  width: 100%;
  z-index: 1050;
  background-color: #ffffff;
  box-shadow: 0 8px 24px 3px rgba(29, 38, 43, 0.2);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1 !important;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_drawer.scss */
.drawer.drawer-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_drawer.scss */
.drawer.drawer-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}

/* line 25, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_drawer.scss */
.drawer.drawer-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}

/* line 32, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_drawer.scss */
.drawer.drawer-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

/* line 39, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_drawer.scss */
.drawer.drawer-top, .drawer.drawer-bottom {
  height: 100%;
}

@media (min-width: 992px) {
  /* line 39, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_drawer.scss */
  .drawer.drawer-top, .drawer.drawer-bottom {
    height: auto;
  }
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_drawer.scss */
.drawer.drawer-right, .drawer.drawer-left {
  height: 100%;
}

@media (min-width: 992px) {
  /* line 43, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_drawer.scss */
  .drawer.drawer-right, .drawer.drawer-left {
    width: 32%;
  }
}

/* line 48, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_drawer.scss */
.drawer.drawer-top.show, .drawer.drawer-right.show, .drawer.drawer-bottom.show, .drawer.drawer-left.show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 54, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_drawer.scss */
.drawer .modal-dialog {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  transition: none !important;
  -webkit-transform: none !important;
          transform: none !important;
}

/* line 62, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_drawer.scss */
.drawer .modal-dialog .modal-content {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

/* line 74, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_drawer.scss */
.drawer ~ .modal-backdrop {
  display: none;
}

/* line 77, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_drawer.scss */
.drawer-content {
  height: 100%;
  overflow-y: auto;
}

/* line 82, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_drawer.scss */
.drawer-section + .drawer-section {
  border-top: 1px solid #C9CED1;
}

/* line 83, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_drawer.scss */
.drawer-section.drawer-section-scroll {
  overflow-y: scroll;
}

/* line 85, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_drawer.scss */
.drawer-header, .drawer-body, .drawer-footer {
  padding: 3.2rem;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_icon.scss */
.icon-circle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 4rem;
  height: 4rem;
  font-size: 1.6rem;
  background-color: #C9CED1;
  border-radius: 50%;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_icon.scss */
.icon-circle.icon-circle-outline {
  background-color: #ffffff;
  border: 1px solid #C9CED1;
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_icon.scss */
.icon-circle.icon-circle-sm {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 1.4rem;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_icon.scss */
.icon-circle.icon-circle-lg {
  width: 6.4rem;
  height: 6.4rem;
  font-size: 2rem;
}

/* line 29, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_icon.scss */
.icon-circle.icon-circle-xl {
  width: 9.6rem;
  height: 9.6rem;
  font-size: 4rem;
}

/* line 1, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_illustration.scss */
.illustration {
  max-width: 100%;
  height: auto;
  max-height: 14.4rem;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_illustration.scss */
.illustration-xs {
  max-height: 4.8rem;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_illustration.scss */
.illustration-sm {
  max-height: 9.6rem;
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_illustration.scss */
.illustration-lg {
  max-height: 24rem;
}

@media (max-width: 767.98px) {
  /* line 2, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_mobile.scss */
  * {
    transition: none !important;
  }
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_nav_step.scss */
.nav-steps .nav-item {
  position: relative;
  line-height: 1;
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_nav_step.scss */
.nav-steps .nav-item::before {
  position: absolute;
  top: 1.5rem;
  right: 50%;
  width: 100%;
  height: 2px;
  background-color: #C9CED1;
  content: '';
  z-index: 0;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_nav_step.scss */
.nav-steps .nav-item:first-child::before {
  display: none;
}

/* line 30, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_nav_step.scss */
.nav-steps .nav-item.visited::before, .nav-steps .nav-item.active::before {
  background-color: #25aceb;
}

/* line 31, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_nav_step.scss */
.nav-steps .nav-item.visited .step-indicator, .nav-steps .nav-item.active .step-indicator {
  color: #ffffff;
  background-color: #25aceb;
  border-color: #25aceb;
}

/* line 39, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_nav_step.scss */
.nav-steps .nav-item.active .nav-link .step-indicator::after {
  opacity: 1;
}

/* line 42, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_nav_step.scss */
.nav-steps .nav-item.active ~ .visited::before {
  background-color: #70787C;
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_nav_step.scss */
.nav-steps .nav-item.active ~ .visited .step-indicator {
  background-color: #70787C;
  border-color: #70787C;
}

/* line 46, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_nav_step.scss */
.nav-steps .nav-item.active ~ .visited .step-indicator::after {
  box-shadow: 0 0 0 0.8rem rgba(112, 120, 124, 0.2);
}

/* line 50, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_nav_step.scss */
.nav-steps .nav-item.disabled {
  cursor: default;
  pointer-events: none;
}

/* line 57, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_nav_step.scss */
.nav-steps .nav-item .nav-link {
  position: relative;
  display: inline-block;
  padding: 0 0.8rem;
  z-index: 10;
}

/* line 64, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_nav_step.scss */
.nav-steps .nav-item .nav-link[href]:hover .step-indicator::after, .nav-steps .nav-item .nav-link[href]:focus .step-indicator::after {
  opacity: 1;
}

@media (max-width: 991.98px) {
  /* line 67, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_nav_step.scss */
  .nav-steps .nav-item .nav-link .step-text {
    display: none;
  }
}

/* line 74, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_nav_step.scss */
.nav-steps .nav-item .step-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 100%;
  color: #70787C;
  background-color: #ffffff;
  border: 2px solid #C9CED1;
  border-radius: 50%;
}

/* line 91, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_nav_step.scss */
.nav-steps .nav-item .step-indicator::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 0.8rem rgba(37, 172, 235, 0.2);
  transition: opacity 0.15s linear;
  opacity: 0;
  content: '';
}

/* line 106, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_nav_step.scss */
.nav-steps .nav-item .step-text {
  line-height: 1.143;
}

/* line 111, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_nav_step.scss */
.nav-steps.nav-fill .nav-item {
  flex-basis: 0;
}

/* line 1, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_overlay_blocker.scss */
.overlay-white {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
  word-spacing: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_overlay_blocker.scss */
.overlay-blur {
  transition: all 0.2s ease-in-out;
  -webkit-filter: blur(0);
          filter: blur(0);
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_overlay_blocker.scss */
.overlay-blur.in {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

/* line 3, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss */
.redactor-in-page .redactor-editor, .redactor-in-page .redactor-box, .redactor-in-page .redactor-box textarea {
  z-index: 0 !important;
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss */
.redactor-box {
  margin-bottom: 0 !important;
  min-height: 16rem;
  border: 1px solid #C9CED1;
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss */
.redactor-toolbar {
  position: relative;
  background-color: #ffffff;
  box-shadow: none;
  border-bottom: 1px solid #C9CED1;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss */
.redactor-toolbar.redactor-toolbar-external {
  border-color: #C9CED1;
  border-radius: 0.4rem;
  box-shadow: 0 4px 18px rgba(29, 38, 43, 0.2);
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss */
.redactor-toolbar.redactor-toolbar-external:after, .redactor-toolbar.redactor-toolbar-external:before {
  display: block;
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 30, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss */
.redactor-toolbar.redactor-toolbar-external:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 6px;
  margin-left: -6px;
}

/* line 36, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss */
.redactor-toolbar.redactor-toolbar-external:before {
  border-color: rgba(243, 246, 248, 0);
  border-top-color: #C9CED1;
  border-width: 7px;
  margin-left: -7px;
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss */
.redactor-toolbar li a {
  color: #313A3E !important;
}

/* line 46, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss */
.redactor-toolbar li a.re-icon .body-text {
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
}

/* line 48, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss */
.redactor-toolbar li a:hover, .redactor-toolbar li a:focus, .redactor-toolbar li a:active {
  color: #ffffff !important;
  background-color: #25aceb;
}

/* line 54, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss */
.redactor-editor, .redactor-box, .redactor-box textarea {
  z-index: auto;
}

/* line 55, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss */
.redactor-editor {
  min-height: 16rem;
  border: none;
}

/* line 59, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss */
.redactor-box .redactor-toolbar {
  z-index: 990 !important;
}

/* line 60, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss */
#redactor-modal-close {
  border: none;
  background: none;
}

/* line 66, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss */
body.modal-open .redactor-toolbar {
  z-index: 1039 !important;
}

/* line 67, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss */
body.modal-open .modal .redactor-toolbar {
  z-index: 1051 !important;
}

/* line 69, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss */
.redactor-dropdown {
  z-index: 1051 !important;
}

/* line 73, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss */
.redactor-dropdown a[class^="redactor-dropdown-"] {
  color: #313A3E;
}

/* line 75, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss */
.redactor-dropdown a[class^="redactor-dropdown-"]:hover, .redactor-dropdown a[class^="redactor-dropdown-"]:focus, .redactor-dropdown a[class^="redactor-dropdown-"]:active {
  color: #ffffff;
  background-color: #25aceb;
}

/* line 25, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_social_share.scss */
.btn-facebook {
  color: #ffffff !important;
  color: #ffffff;
  background-color: #3b5998;
  border-color: #3b5998;
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px -2px 0px 0px;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-facebook:hover {
  color: #ffffff;
  background-color: #30497c;
  border-color: #2d4373;
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-facebook:focus, .btn-facebook.focus {
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px -2px 0px 0px, 0 0 0 0.4rem rgba(88, 114, 167, 0.5);
}

/* line 29, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-facebook.disabled, .btn-facebook:disabled {
  color: #ffffff;
  background-color: #3b5998;
  border-color: #3b5998;
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active,
.show &gt; .btn-facebook.dropdown-toggle {
  color: #ffffff;
  background-color: #2d4373;
  border-color: #293e6a;
}

/* line 50, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(88, 114, 167, 0.5);
}

/* line 25, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_social_share.scss */
.btn-twitter {
  color: #ffffff !important;
  color: #ffffff;
  background-color: #1da1f2;
  border-color: #1da1f2;
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px -2px 0px 0px;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-twitter:hover {
  color: #ffffff;
  background-color: #0d8ddc;
  border-color: #0c85d0;
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-twitter:focus, .btn-twitter.focus {
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px -2px 0px 0px, 0 0 0 0.4rem rgba(63, 175, 244, 0.5);
}

/* line 29, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-twitter.disabled, .btn-twitter:disabled {
  color: #ffffff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active,
.show &gt; .btn-twitter.dropdown-toggle {
  color: #ffffff;
  background-color: #0c85d0;
  border-color: #0b7ec4;
}

/* line 50, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(63, 175, 244, 0.5);
}

/* line 25, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_social_share.scss */
.btn-linkedin {
  color: #ffffff !important;
  color: #ffffff;
  background-color: #0077b5;
  border-color: #0077b5;
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px -2px 0px 0px;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-linkedin:hover {
  color: #ffffff;
  background-color: #005e8f;
  border-color: #005582;
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-linkedin:focus, .btn-linkedin.focus {
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px -2px 0px 0px, 0 0 0 0.4rem rgba(38, 139, 192, 0.5);
}

/* line 29, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-linkedin.disabled, .btn-linkedin:disabled {
  color: #ffffff;
  background-color: #0077b5;
  border-color: #0077b5;
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin:not(:disabled):not(.disabled).active,
.show &gt; .btn-linkedin.dropdown-toggle {
  color: #ffffff;
  background-color: #005582;
  border-color: #004d75;
}

/* line 50, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-linkedin:not(:disabled):not(.disabled):active:focus, .btn-linkedin:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-linkedin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(38, 139, 192, 0.5);
}

/* line 25, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_social_share.scss */
.btn-google-plus {
  color: #ffffff !important;
  color: #ffffff;
  background-color: #dd4b39;
  border-color: #dd4b39;
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px -2px 0px 0px;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-google-plus:hover {
  color: #ffffff;
  background-color: #cd3623;
  border-color: #c23321;
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-google-plus:focus, .btn-google-plus.focus {
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px -2px 0px 0px, 0 0 0 0.4rem rgba(226, 102, 87, 0.5);
}

/* line 29, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-google-plus.disabled, .btn-google-plus:disabled {
  color: #ffffff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-google-plus:not(:disabled):not(.disabled):active, .btn-google-plus:not(:disabled):not(.disabled).active,
.show &gt; .btn-google-plus.dropdown-toggle {
  color: #ffffff;
  background-color: #c23321;
  border-color: #b7301f;
}

/* line 50, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-google-plus:not(:disabled):not(.disabled):active:focus, .btn-google-plus:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-google-plus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(226, 102, 87, 0.5);
}

/* line 25, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_social_share.scss */
.btn-pinterest {
  color: #ffffff !important;
  color: #ffffff;
  background-color: #bd081c;
  border-color: #bd081c;
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px -2px 0px 0px;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-pinterest:hover {
  color: #ffffff;
  background-color: #980617;
  border-color: #8c0615;
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-pinterest:focus, .btn-pinterest.focus {
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px -2px 0px 0px, 0 0 0 0.4rem rgba(199, 45, 62, 0.5);
}

/* line 29, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-pinterest.disabled, .btn-pinterest:disabled {
  color: #ffffff;
  background-color: #bd081c;
  border-color: #bd081c;
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest:not(:disabled):not(.disabled).active,
.show &gt; .btn-pinterest.dropdown-toggle {
  color: #ffffff;
  background-color: #8c0615;
  border-color: #800513;
}

/* line 50, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-pinterest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(199, 45, 62, 0.5);
}

/* line 32, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_social_share.scss */
.btn-outline-facebook {
  color: #3b5998;
  border-color: #3b5998;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-facebook:hover {
  color: #ffffff;
  background-color: #3b5998;
  border-color: #3b5998;
}

/* line 71, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-facebook:focus, .btn-outline-facebook.focus {
  box-shadow: 0 0 0 0.4rem rgba(59, 89, 152, 0.5);
}

/* line 76, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-facebook.disabled, .btn-outline-facebook:disabled {
  color: #3b5998;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-facebook:not(:disabled):not(.disabled):active, .btn-outline-facebook:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-facebook.dropdown-toggle {
  color: #ffffff;
  background-color: #3b5998;
  border-color: #3b5998;
}

/* line 89, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-facebook:not(:disabled):not(.disabled):active:focus, .btn-outline-facebook:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(59, 89, 152, 0.5);
}

/* line 32, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_social_share.scss */
.btn-outline-twitter {
  color: #1da1f2;
  border-color: #1da1f2;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-twitter:hover {
  color: #ffffff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

/* line 71, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-twitter:focus, .btn-outline-twitter.focus {
  box-shadow: 0 0 0 0.4rem rgba(29, 161, 242, 0.5);
}

/* line 76, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-twitter.disabled, .btn-outline-twitter:disabled {
  color: #1da1f2;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-twitter:not(:disabled):not(.disabled):active, .btn-outline-twitter:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-twitter.dropdown-toggle {
  color: #ffffff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

/* line 89, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-twitter:not(:disabled):not(.disabled):active:focus, .btn-outline-twitter:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(29, 161, 242, 0.5);
}

/* line 32, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_social_share.scss */
.btn-outline-linkedin {
  color: #0077b5;
  border-color: #0077b5;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-linkedin:hover {
  color: #ffffff;
  background-color: #0077b5;
  border-color: #0077b5;
}

/* line 71, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-linkedin:focus, .btn-outline-linkedin.focus {
  box-shadow: 0 0 0 0.4rem rgba(0, 119, 181, 0.5);
}

/* line 76, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-linkedin.disabled, .btn-outline-linkedin:disabled {
  color: #0077b5;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-linkedin:not(:disabled):not(.disabled):active, .btn-outline-linkedin:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-linkedin.dropdown-toggle {
  color: #ffffff;
  background-color: #0077b5;
  border-color: #0077b5;
}

/* line 89, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-linkedin:not(:disabled):not(.disabled):active:focus, .btn-outline-linkedin:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-linkedin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(0, 119, 181, 0.5);
}

/* line 32, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_social_share.scss */
.btn-outline-google-plus {
  color: #dd4b39;
  border-color: #dd4b39;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-google-plus:hover {
  color: #ffffff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}

/* line 71, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-google-plus:focus, .btn-outline-google-plus.focus {
  box-shadow: 0 0 0 0.4rem rgba(221, 75, 57, 0.5);
}

/* line 76, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-google-plus.disabled, .btn-outline-google-plus:disabled {
  color: #dd4b39;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-google-plus:not(:disabled):not(.disabled):active, .btn-outline-google-plus:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-google-plus.dropdown-toggle {
  color: #ffffff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}

/* line 89, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-google-plus:not(:disabled):not(.disabled):active:focus, .btn-outline-google-plus:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-google-plus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(221, 75, 57, 0.5);
}

/* line 32, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_social_share.scss */
.btn-outline-pinterest {
  color: #bd081c;
  border-color: #bd081c;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-pinterest:hover {
  color: #ffffff;
  background-color: #bd081c;
  border-color: #bd081c;
}

/* line 71, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-pinterest:focus, .btn-outline-pinterest.focus {
  box-shadow: 0 0 0 0.4rem rgba(189, 8, 28, 0.5);
}

/* line 76, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-pinterest.disabled, .btn-outline-pinterest:disabled {
  color: #bd081c;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-pinterest:not(:disabled):not(.disabled):active, .btn-outline-pinterest:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-pinterest.dropdown-toggle {
  color: #ffffff;
  background-color: #bd081c;
  border-color: #bd081c;
}

/* line 89, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-pinterest:not(:disabled):not(.disabled):active:focus, .btn-outline-pinterest:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-pinterest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem rgba(189, 8, 28, 0.5);
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-facebook {
  color: #3b5998 !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-facebook:hover, a.text-facebook:focus {
  color: #263961 !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-twitter {
  color: #1da1f2 !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-twitter:hover, a.text-twitter:focus {
  color: #0b76b8 !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-linkedin {
  color: #0077b5 !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-linkedin:hover, a.text-linkedin:focus {
  color: #004569 !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-google-plus {
  color: #dd4b39 !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-google-plus:hover, a.text-google-plus:focus {
  color: #ac2d1e !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-pinterest {
  color: #bd081c !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-pinterest:hover, a.text-pinterest:focus {
  color: #740511 !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-facebook {
  background-color: #3b5998 !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-facebook:hover, a.bg-facebook:focus,
button.bg-facebook:hover,
button.bg-facebook:focus {
  background-color: #2d4373 !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-twitter {
  background-color: #1da1f2 !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-twitter:hover, a.bg-twitter:focus,
button.bg-twitter:hover,
button.bg-twitter:focus {
  background-color: #0c85d0 !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-linkedin {
  background-color: #0077b5 !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-linkedin:hover, a.bg-linkedin:focus,
button.bg-linkedin:hover,
button.bg-linkedin:focus {
  background-color: #005582 !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-google-plus {
  background-color: #dd4b39 !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-google-plus:hover, a.bg-google-plus:focus,
button.bg-google-plus:hover,
button.bg-google-plus:focus {
  background-color: #c23321 !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-pinterest {
  background-color: #bd081c !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-pinterest:hover, a.bg-pinterest:focus,
button.bg-pinterest:hover,
button.bg-pinterest:focus {
  background-color: #8c0615 !important;
}

/* line 2, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_skeleton.scss */
.skeleton-avatar, .skeleton-heading, .skeleton-paragraph {
  display: inline-block;
  margin-bottom: 1.6rem;
  background-color: #C9CED1;
  overflow: hidden;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_skeleton.scss */
.skeleton-avatar::after, .skeleton-heading::after, .skeleton-paragraph::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F3F6F8;
  -webkit-animation: skeleton-sheen 1s linear infinite alternate;
          animation: skeleton-sheen 1s linear infinite alternate;
  content: '';
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_skeleton.scss */
.loaded .skeleton-avatar::after, .loaded .skeleton-heading::after, .loaded .skeleton-paragraph::after {
  background-color: transparent;
  -webkit-animation: none;
          animation: none;
}

/* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_skeleton.scss */
.skeleton-avatar {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
}

/* line 31, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_skeleton.scss */
.skeleton-heading {
  width: 70%;
  height: 3.2rem;
  border-radius: 1.6rem;
}

/* line 35, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_skeleton.scss */
.skeleton-heading:nth-child(even) {
  width: 45%;
}

/* line 37, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_skeleton.scss */
.skeleton-paragraph {
  width: 100%;
  height: 1.6rem;
  border-radius: 0.8rem;
}

/* line 41, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_skeleton.scss */
.skeleton-paragraph:nth-child(2n+1) {
  width: 90%;
}

/* line 42, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_skeleton.scss */
.skeleton-paragraph:nth-child(3n+1) {
  width: 75%;
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_skeleton.scss */
.skeleton-paragraph:nth-child(4n+1) {
  width: 80%;
}

@-webkit-keyframes skeleton-sheen {
  0% {
    opacity: .45;
  }
  to {
    opacity: .9;
  }
}

@keyframes skeleton-sheen {
  0% {
    opacity: .45;
  }
  to {
    opacity: .9;
  }
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
.slats {
  display: flex;
  flex-flow: column nowrap;
}

@media (max-width: 767.98px) {
  /* line 12, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
  .slats:not(.slats-nowrap) .slat-body {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  /* line 15, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
  .slats:not(.slats-nowrap) .slat-item + .slat-item {
    margin-top: 3.2rem;
  }
}

/* line 23, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
.slat {
  display: flex;
  flex-flow: row wrap;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

/* line 28, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
.slat + .slat {
  border-top: 1px solid #C9CED1;
}

/* line 31, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
.slats-sm .slat {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

/* line 35, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
.slats-lg .slat {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}

/* line 41, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
.slat.pending {
  background-color: #fff5e0;
}

/* line 46, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
.slat-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1 0 0;
  margin-right: -1.6rem;
  margin-left: -1.6rem;
  width: 100%;
}

@media (max-width: 767.98px) {
  /* line 46, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
  .slat-body {
    max-width: calc(100% - 36px);
  }
}

@media (min-width: 768px) {
  /* line 46, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
  .slat-body {
    max-width: calc(100% - 108px);
  }
}

/* line 58, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
.slat-actions-sm .slat-body {
  max-width: calc(100% - 36px);
}

/* line 59, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
.slat-actions-lg .slat-body {
  max-width: calc(100% - 108px);
}

/* line 60, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
.slat-actions-none .slat-body {
  max-width: calc(100% + 24px);
}

/* line 65, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
.slat-item, .slat-actions {
  padding-left: 1.6rem;
  min-width: 0px;
  word-break: break-word;
  white-space: normal;
}

/* line 74, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
.slat-item {
  flex: 1 0 0;
  padding-right: 1.6rem;
  width: 100%;
  max-width: 100%;
}

/* line 79, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
.slat-item.slat-item-md {
  flex-grow: 2;
}

/* line 80, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
.slat-item.slat-item-lg {
  flex-grow: 3;
}

/* line 81, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
.slat-item.slat-item-xl {
  flex-grow: 4;
}

/* line 86, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
.slat-actions {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 7.2rem;
  text-align: right;
}

@media (min-width: 768px) {
  /* line 86, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
  .slat-actions {
    flex-basis: 14rem;
  }
}

/* line 92, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
.slat-actions-sm .slat-actions {
  flex-basis: 7.2rem;
}

/* line 93, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
.slat-actions-lg .slat-actions {
  flex-basis: 14rem;
}

@media (max-width: 767.98px) {
  /* line 98, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
  .slat-actions-text {
    display: none;
  }
}

@media (min-width: 768px) {
  /* line 98, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
  .slat-actions-text {
    display: inline-block;
    margin-right: 0.8rem;
  }
}

/* line 104, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
.slat-actions-lg .slat-actions-text {
  display: inline-block;
  margin-right: 0.8rem;
}

/* line 108, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
.slat-actions-sm .slat-actions-text {
  display: none;
}

/* line 109, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
.slat-actions-text + .fa.ml-1 {
  margin-left: 0 !important;
}

/* line 114, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
.slat-header {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #C9CED1;
}

/* line 117, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
.slat-header .slat {
  padding: 0 !important;
}

/* line 118, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
.slat-header .slat-body {
  align-items: center;
}

/* line 119, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
.slat-header .slat-column-header {
  display: inline-block;
}

@media (min-width: 768px) {
  /* line 125, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_slat.scss */
  .slat-column-header {
    display: none;
  }
}

/* line 2, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_ticket.scss */
.ticket-guest {
  padding-bottom: 3.2rem;
  transition: all 0.2s ease-in-out;
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_ticket.scss */
.ticket-guest.disabled {
  opacity: .4;
  pointer-events: none;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_tile.scss */
.tile {
  display: block;
  margin-right: auto;
  margin-left: auto;
  word-wrap: break-word;
  background-color: #ffffff;
  border: 1px solid #C9CED1;
  border-radius: 0.8rem;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_tile.scss */
.tile + .tile {
  margin-top: 3.2rem;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_tile.scss */
.tile-body {
  padding: 3.2rem 2.4rem;
}

@media (min-width: 576px) {
  /* line 14, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_tile.scss */
  .tile-body {
    padding: 4rem 3.2rem;
  }
}

/* line 21, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_tile.scss */
.tile-section {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767.98px) {
  /* line 21, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_tile.scss */
  .tile-section {
    padding-bottom: 3.2rem;
  }
}

@media (min-width: 576px) {
  /* line 21, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_tile.scss */
  .tile-section {
    padding-bottom: 6.4rem;
  }
}

/* line 27, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_tile.scss */
.tile-section:last-child {
  padding-bottom: 0;
}

/* line 28, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_tile.scss */
.tile-section + .tile-section {
  border-top: 1px solid #C9CED1;
}

@media (max-width: 767.98px) {
  /* line 28, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_tile.scss */
  .tile-section + .tile-section {
    padding-top: 3.2rem;
  }
}

@media (min-width: 576px) {
  /* line 28, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_tile.scss */
  .tile-section + .tile-section {
    padding-top: 6.4rem;
  }
}

/* line 39, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_tile.scss */
.tile-header, .tile-footer {
  padding: 2.4rem;
}

@media (min-width: 576px) {
  /* line 39, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_tile.scss */
  .tile-header, .tile-footer {
    padding: 3.2rem;
  }
}

/* line 44, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_tile.scss */
.tile-header + .collapse,
.tile-header + .collapsing,
.tile-header + .tile-body,
.tile-header + .tile-footer {
  border-top: 1px solid #C9CED1;
}

/* line 49, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_tile.scss */
.tile-body + .tile-footer {
  border-top: 1px solid #C9CED1;
}

/* line 55, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_tile.scss */
.tile-header-tabs {
  margin-right: -3.2rem;
  margin-bottom: -2.4rem;
  margin-left: -3.2rem;
  border-bottom: 0;
}

@media (min-width: 576px) {
  /* line 55, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_tile.scss */
  .tile-header-tabs {
    margin-bottom: -3.2rem;
  }
}

/* line 2, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss */
.open &gt; .dropdown-menu {
  display: block;
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss */
.dropdown-toggle::after {
  content: none;
}

/* line 9, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss */
.dropdown-menu {
  padding: 0.8rem 0.8rem;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss */
.dropdown-item {
  border-radius: 0.4rem;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #70787C !important;
  background-color: #E2E7EA;
  cursor: default;
  pointer-events: none;
}

/* line 21, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss */
.dropdown-item:not(.text-danger):not(.disabled) {
  color: inherit !important;
}

/* line 25, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss */
.dropdown-header {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 1.6rem;
}

/* line 33, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss */
.dropdown-menu-md, .dropdown-menu-lg {
  min-width: 25.6rem;
}

@media (min-width: 576px) {
  /* line 34, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss */
  .dropdown-menu-md {
    min-width: 32rem;
  }
}

@media (min-width: 576px) {
  /* line 37, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss */
  .dropdown-menu-lg {
    min-width: 64rem;
  }
}

@media (max-width: 767.98px) {
  /* line 43, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss */
  #my_tools_dropdown {
    max-width: 100vw;
  }
}

/* line 47, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss */
#my_tools_dropdown .media div:first-child {
  width: 60px;
}

/* line 48, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss */
#my_tools_dropdown .media div:last-child {
  width: 38px;
}

/* line 50, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss */
#my_tools_dropdown .media .media-body {
  width: 240px;
}

/* line 2, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_forms.scss */
.form-control:focus {
  box-shadow: 0 0 0 0.4rem rgba(37, 172, 235, 0.2);
}

/* line 9, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_forms.scss */
label {
  font-weight: 600;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_forms.scss */
label.required {
  padding-left: 0.8rem;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_forms.scss */
label.required::before {
  content: '*';
  color: #ff6d33;
  margin-left: -0.8rem;
  padding-right: 0.4rem;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_forms.scss */
label .required, label abbr[title='required'] {
  color: #ff6d33;
  cursor: default;
  border-bottom: none;
  text-decoration: none;
}

/* line 28, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_forms.scss */
textarea.form-control {
  min-height: 16rem;
}

/* line 35, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_forms.scss */
.form-text {
  font-size: 1.4rem;
  line-height: 1.428;
}

/* line 44, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_forms.scss */
.form-check-label {
  font-weight: 400;
}

/* line 45, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_forms.scss */
.form-check-inline {
  display: inline-block;
}

/* line 55, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_forms.scss */
.valid-feedback,
.invalid-feedback {
  line-height: 1.428;
}

/* line 59, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_forms.scss */
.valid-tooltip,
.invalid-tooltip {
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.428;
  border-radius: 0.4rem;
}

/* line 73, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_forms.scss */
.form-group.is-valid .form-check ~ .valid-feedback, .form-group.is-valid .form-check ~ .invalid-feedback, .form-group.is-valid .custom-control ~ .valid-feedback, .form-group.is-valid .custom-control ~ .invalid-feedback, .form-group.is-invalid .form-check ~ .valid-feedback, .form-group.is-invalid .form-check ~ .invalid-feedback, .form-group.is-invalid .custom-control ~ .valid-feedback, .form-group.is-invalid .custom-control ~ .invalid-feedback {
  display: block;
}

/* line 83, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_forms.scss */
.is-invalid, .is-invalid .custom-select {
  border-color: #ff6d33 !important;
}

/* line 90, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_forms.scss */
.was-validated .form-control:valid, .was-validated
.custom-select:valid {
  border-color: #C9CED1;
}

/* line 92, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_forms.scss */
.was-validated .form-control:valid:focus, .was-validated
.custom-select:valid:focus {
  border-color: #25aceb;
}

/* line 98, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label {
  color: inherit;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_input-group.scss */
.input-group &gt; .field_with_errors {
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 2, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_modal.scss */
.modal-backdrop.in {
  opacity: 0.8;
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_modal.scss */
.modal-footer {
  justify-content: flex-start;
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_modal.scss */
.modal-cover {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -webkit-transform: none !important;
          transform: none !important;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_modal.scss */
.modal-cover .modal-content {
  display: block;
  height: 100%;
  border: none;
  border-radius: 0;
}

/* line 2, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_nav.scss */
.tab-content &gt; .active {
  opacity: 1;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_nav.scss */
.nav-tabs {
  border-width: 1px;
}

/* line 9, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
  font-weight: 600;
  font-size: 1.6rem;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_nav.scss */
.nav-tabs .nav-link {
  position: relative;
  color: #70787C !important;
  border: none;
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_nav.scss */
.nav-tabs .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 2px;
  background: transparent;
  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;
  content: '';
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  color: #313A3E !important;
}

/* line 31, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_nav.scss */
.nav-tabs .nav-link:hover:after, .nav-tabs .nav-link:focus:after {
  background: #25aceb;
}

/* line 34, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #313A3E !important;
}

/* line 37, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_nav.scss */
.nav-tabs .nav-link.active:after,
.nav-tabs .nav-item.show .nav-link:after {
  background: #25aceb;
}

/* line 1, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_position.scss */
.position-cover {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

@media print {
  /* line 13, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  /* line 15, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_print.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  /* line 18, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_print.scss */
  ul, ol, img {
    page-break-inside: avoid;
  }
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_print.scss */
.page-break {
  margin-top: 12.8rem;
  margin-bottom: 12.8rem;
}

@media print {
  /* line 22, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_print.scss */
  .page-break {
    page-break-after: always;
  }
}

/* line 2, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_progress.scss */
.progress {
  border-radius: 3.2rem;
}

/* line 3, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_progress.scss */
.progress-sm {
  height: 1.6rem;
  border-radius: 1.6rem;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_progress.scss */
.progress-lg {
  height: 4.8rem;
  border-radius: 4.8rem;
}

/* line 1, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_reboot.scss */
html {
  height: 100%;
  font-size: 62.5%;
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_reboot.scss */
body {
  -ms-overflow-style: scrollbar !important;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 1.6rem;
}

@media (max-width: 991.98px) {
  /* line 5, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_reboot.scss */
  body {
    overflow-x: hidden;
    -webkit-overflow-scrolling: auto;
  }
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_reboot.scss */
div {
  position: relative;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_reboot.scss */
p.disabled {
  opacity: .4;
}

/* line 25, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_reboot.scss */
ol,
ul,
dl {
  margin-bottom: 3.2rem;
}

/* line 31, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_reboot.scss */
img {
  max-width: 100%;
}

/* line 34, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_reboot.scss */
.disabled:not([data-toggle='tooltip']),
[disabled] {
  pointer-events: none !important;
  cursor: not-allowed !important;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
.h-auto {
  height: auto !important;
}

@media (min-width: 576px) {
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .w-sm-25 {
    width: 25% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .w-sm-50 {
    width: 50% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .w-sm-75 {
    width: 75% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .w-sm-100 {
    width: 100% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .w-sm-auto {
    width: auto !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .h-sm-25 {
    height: 25% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .h-sm-50 {
    height: 50% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .h-sm-75 {
    height: 75% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .h-sm-100 {
    height: 100% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .h-sm-auto {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .w-md-25 {
    width: 25% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .w-md-50 {
    width: 50% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .w-md-75 {
    width: 75% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .w-md-100 {
    width: 100% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .w-md-auto {
    width: auto !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .h-md-25 {
    height: 25% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .h-md-50 {
    height: 50% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .h-md-75 {
    height: 75% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .h-md-100 {
    height: 100% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .h-md-auto {
    height: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .w-lg-25 {
    width: 25% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .w-lg-50 {
    width: 50% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .w-lg-75 {
    width: 75% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .w-lg-100 {
    width: 100% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .w-lg-auto {
    width: auto !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .h-lg-25 {
    height: 25% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .h-lg-50 {
    height: 50% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .h-lg-75 {
    height: 75% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .h-lg-100 {
    height: 100% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .h-lg-auto {
    height: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .w-xl-25 {
    width: 25% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .w-xl-50 {
    width: 50% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .w-xl-75 {
    width: 75% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .w-xl-100 {
    width: 100% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .w-xl-auto {
    width: auto !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .h-xl-25 {
    height: 25% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .h-xl-50 {
    height: 50% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .h-xl-75 {
    height: 75% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .h-xl-100 {
    height: 100% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .h-xl-auto {
    height: auto !important;
  }
}

@media (min-width: 1400px) {
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .w-xxl-25 {
    width: 25% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .w-xxl-50 {
    width: 50% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .w-xxl-75 {
    width: 75% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .w-xxl-100 {
    width: 100% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .w-xxl-auto {
    width: auto !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .h-xxl-25 {
    height: 25% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .h-xxl-50 {
    height: 50% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .h-xxl-75 {
    height: 75% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .h-xxl-100 {
    height: 100% !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_sizing.scss */
  .h-xxl-auto {
    height: auto !important;
  }
}

/* line 2, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_tooltip.scss */
.tooltip {
  font-weight: 600;
  line-height: 1.428;
}

/* line 2, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_transitions.scss */
.collapse.in {
  display: block;
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_type.scss */
h2, .h2 {
  line-height: 1.25;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_type.scss */
h3, .h3 {
  line-height: 1.143;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_type.scss */
h4, .h4 {
  line-height: 1.333;
}

/* line 9, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_type.scss */
h6, .h6 {
  line-height: 1.5;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_type.scss */
.display-1 {
  line-height: 1.1667;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_type.scss */
.display-3 {
  line-height: 1.125;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_type.scss */
.display-4 {
  line-height: 1.5;
  color: #70787C;
  text-transform: uppercase;
  letter-spacing: .5px;
}

@media (max-width: 991.98px) {
  /* line 24, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_type.scss */
  h1, .h1, h2, .h2, h3, .h3 {
    font-size: 2.4rem;
    line-height: 1.333;
  }
}

/* line 33, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_type.scss */
.font-size-base {
  font-size: 1.6rem !important;
}

/* line 34, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_type.scss */
.font-size-sm {
  font-size: 1.4rem !important;
  line-height: 1.428;
}

/* line 38, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_type.scss */
.font-size-lg {
  font-size: 2rem !important;
}

/* line 39, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_type.scss */
.line-height-sm {
  line-height: 1;
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_type.scss */
.line-height {
  line-height: 1.5;
}

/* line 41, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_type.scss */
.line-height-lg {
  line-height: 1.2;
}

/* line 42, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_type.scss */
.lead {
  line-height: 1.778;
}

/* line 44, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_type.scss */
strong, .strong, b, .b {
  font-weight: 600;
}

/* line 47, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_type.scss */
a.no-link-color, a.no-link-color:visited {
  color: #313A3E !important;
}

/* line 49, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_type.scss */
a.no-link-color:hover, a.no-link-color:active, a.no-link-color:focus {
  color: #25aceb !important;
  text-decoration: none;
}

/* line 56, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_type.scss */
.text-decoration-underline {
  text-decoration: underline;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-blue {
  color: #25aceb !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-blue:hover, a.text-blue:focus {
  color: #107fb3 !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-indigo {
  color: #6610f2 !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-indigo:hover, a.text-indigo:focus {
  color: #4709ac !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-purple {
  color: #6f42c1 !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-purple:hover, a.text-purple:focus {
  color: #4e2d89 !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-pink {
  color: #e83e8c !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-pink:hover, a.text-pink:focus {
  color: #c21766 !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-red {
  color: #ff6d33 !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-red:hover, a.text-red:focus {
  color: #e64100 !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-orange {
  color: #ffaa00 !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-orange:hover, a.text-orange:focus {
  color: #b37700 !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-yellow {
  color: #ffc107 !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-yellow:hover, a.text-yellow:focus {
  color: #ba8b00 !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-green {
  color: #59bf22 !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-green:hover, a.text-green:focus {
  color: #3b7e16 !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-teal {
  color: #20c997 !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-teal:hover, a.text-teal:focus {
  color: #158765 !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-cyan {
  color: #17a2b8 !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-cyan:hover, a.text-cyan:focus {
  color: #0f6674 !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-white {
  color: #ffffff !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-gray {
  color: #70787C !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-gray:hover, a.text-gray:focus {
  color: #4c5154 !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-gray-dark {
  color: #313A3E !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-gray-dark:hover, a.text-gray-dark:focus {
  color: #0f1213 !important;
}

/* line 65, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_type.scss */
.text-divider {
  position: relative;
}

/* line 67, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_type.scss */
.text-divider:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #C9CED1;
  content: '';
  z-index: 0;
}

/* line 77, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_type.scss */
.text-divider [class*='text-'], .text-divider .btn-center {
  z-index: 10;
}

/* line 78, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_type.scss */
.text-divider [class*='text-'] {
  position: relative;
  text-align: center;
  line-height: 1;
}

/* line 82, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_type.scss */
.text-divider [class*='text-'] span {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  background-color: #ffffff;
}

/* line 88, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_type.scss */
.text-divider .btn-center {
  position: absolute;
  top: -18px;
  left: 50%;
}

/* line 92, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_type.scss */
.text-divider .btn-center .btn {
  position: relative;
  left: -50%;
}

/* line 2, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datepicker.scss */
.ui-datepicker {
  z-index: 1000 !important;
}

/* line 3, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datepicker.scss */
.modal-open .ui-datepicker {
  z-index: 1051 !important;
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.form-control[data-datetimepicker],
.form-control.datetime-picker:disabled, .form-control.datetime-picker[readonly] {
  background-color: #ffffff;
  cursor: pointer;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.bootstrap-datetimepicker-widget {
  display: block;
  top: 0 !important;
  min-width: 32rem;
  max-width: 32rem;
  background-color: #ffffff;
  z-index: 110;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu {
  position: absolute !important;
  top: 100% !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  opacity: 1;
  pointer-events: auto;
  visibility: visible !important;
  -webkit-transform: none;
          transform: none;
}

@media (min-width: 768px) {
  /* line 37, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
  .bootstrap-datetimepicker-widget.timepicker-sbs {
    min-width: 64rem;
    max-width: 64rem;
  }
}

/* line 42, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.bootstrap-datetimepicker-widget.timepicker-sbs .row {
  align-items: center;
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.bootstrap-datetimepicker-widget.timepicker-sbs .datepicker {
  width: 58rem;
}

/* line 47, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.bootstrap-datetimepicker-widget ul {
  margin: 0;
}

/* line 48, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.bootstrap-datetimepicker-widget .datepicker, .bootstrap-datetimepicker-widget .timepicker {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 53, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.bootstrap-datetimepicker-widget a[data-action] {
  display: block;
}

/* line 56, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.bootstrap-datetimepicker-widget table {
  width: 100%;
}

/* line 58, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  vertical-align: middle;
}

/* line 65, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.bootstrap-datetimepicker-widget .collapse.in {
  display: block;
}

/* line 70, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.bootstrap-datetimepicker-widget .collapse.show .timepicker-picker tr:first-child a, .bootstrap-datetimepicker-widget .collapse.show .timepicker-picker tr:last-child a {
  border-radius: 0;
}

/* line 72, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.bootstrap-datetimepicker-widget .collapse.show + .picker-switch {
  border-top: 1px solid #C9CED1;
}

/* line 74, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch + .collapse.show {
  border-top: 1px solid #C9CED1;
}

/* line 78, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.bootstrap-datetimepicker-widget .prev:after, .bootstrap-datetimepicker-widget .next:after {
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* line 89, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.bootstrap-datetimepicker-widget .prev:after {
  content: 'Previous Month';
}

/* line 90, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.bootstrap-datetimepicker-widget .next:after {
  content: 'Next Month';
}

/* line 97, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.datepicker [data-action^='select'],
.datepicker [data-action^='picker'],
.datepicker .prev,
.datepicker .next,
.datepicker .timepicker-picker a.btn, .timepicker [data-action^='select'],
.timepicker [data-action^='picker'],
.timepicker .prev,
.timepicker .next,
.timepicker .timepicker-picker a.btn {
  cursor: pointer;
  background-color: #ffffff;
  transition: color 250ms ease, background-color 250ms ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 97, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
  .datepicker [data-action^='select'],
  .datepicker [data-action^='picker'],
  .datepicker .prev,
  .datepicker .next,
  .datepicker .timepicker-picker a.btn, .timepicker [data-action^='select'],
  .timepicker [data-action^='picker'],
  .timepicker .prev,
  .timepicker .next,
  .timepicker .timepicker-picker a.btn {
    transition: none;
  }
}

/* line 105, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.datepicker [data-action^='select']:hover, .datepicker [data-action^='select']:active, .datepicker [data-action^='select'].active,
.datepicker [data-action^='picker']:hover,
.datepicker [data-action^='picker']:active,
.datepicker [data-action^='picker'].active,
.datepicker .prev:hover,
.datepicker .prev:active,
.datepicker .prev.active,
.datepicker .next:hover,
.datepicker .next:active,
.datepicker .next.active,
.datepicker .timepicker-picker a.btn:hover,
.datepicker .timepicker-picker a.btn:active,
.datepicker .timepicker-picker a.btn.active, .timepicker [data-action^='select']:hover, .timepicker [data-action^='select']:active, .timepicker [data-action^='select'].active,
.timepicker [data-action^='picker']:hover,
.timepicker [data-action^='picker']:active,
.timepicker [data-action^='picker'].active,
.timepicker .prev:hover,
.timepicker .prev:active,
.timepicker .prev.active,
.timepicker .next:hover,
.timepicker .next:active,
.timepicker .next.active,
.timepicker .timepicker-picker a.btn:hover,
.timepicker .timepicker-picker a.btn:active,
.timepicker .timepicker-picker a.btn.active {
  color: #ffffff;
  background-color: #25aceb;
}

/* line 110, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.datepicker [data-action^='select'],
.datepicker [data-action^='picker'], .timepicker [data-action^='select'],
.timepicker [data-action^='picker'] {
  font-weight: 600;
  font-size: 1.6rem;
  color: #313A3E;
  border-left: 1px solid #C9CED1;
  border-top: 1px solid #C9CED1;
}

/* line 120, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.datepicker .unavailable, .datepicker .old, .datepicker .new, .datepicker .disabled, .datepicker .disabled:hover, .timepicker .unavailable, .timepicker .old, .timepicker .new, .timepicker .disabled, .timepicker .disabled:hover {
  font-size: 1.4rem;
  color: #C9CED1;
  background-color: #E2E7EA;
}

/* line 125, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.datepicker .unavailable, .datepicker .disabled, .timepicker .unavailable, .timepicker .disabled {
  cursor: not-allowed;
}

/* line 128, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.datepicker .today, .timepicker .today {
  color: #ffffff;
  background-color: #313A3E;
}

/* line 132, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.datepicker .today.active:hover, .datepicker .today.active:active, .timepicker .today.active:hover, .timepicker .today.active:active {
  background-color: #25aceb;
}

/* line 137, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.datepicker [data-action^='select'], .timepicker [data-action^='select'] {
  display: inline-block;
  height: 7.2rem;
  line-height: 7.2rem;
}

/* line 148, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.datepicker [data-action^='picker'] {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  width: 24rem;
  border-right: 1px solid #C9CED1;
  border-left: 1px solid #C9CED1;
  border-top: none;
}

/* line 158, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.datepicker .dow {
  padding: 0.8rem;
  font-weight: 600;
  font-size: 1.6rem;
  border-top: 1px solid #C9CED1;
}

/* line 166, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.datepicker .prev, .datepicker .next {
  color: #25aceb;
  width: 4.8rem;
  height: 100%;
}

/* line 174, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.datepicker .datepicker-days [data-action^='select'] {
  display: table-cell;
  width: 4.8rem;
  height: 4.8rem;
  line-height: 1;
}

/* line 179, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.datepicker .datepicker-days [data-action^='select']:first-child {
  border-left: none;
}

/* line 185, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.datepicker .datepicker-months [data-action^='select'],
.datepicker .datepicker-years [data-action^='select'],
.datepicker .datepicker-decades [data-action^='select'] {
  width: 33.3333333%;
}

/* line 187, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.datepicker .datepicker-months [data-action^='select']:nth-child(3n + 1),
.datepicker .datepicker-years [data-action^='select']:nth-child(3n + 1),
.datepicker .datepicker-decades [data-action^='select']:nth-child(3n + 1) {
  border-left: none;
}

/* line 194, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.timepicker [data-action^='select'] {
  width: 25%;
}

/* line 196, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.timepicker [data-action^='select']:nth-child(4n + 1) {
  border-left: none;
}

/* line 199, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.timepicker [class^='timepicker-'] tr:first-child td {
  border-top: none;
}

/* line 204, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.timepicker-picker {
  padding-right: 1.6rem;
}

/* line 206, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.timepicker-picker td {
  width: 35%;
}

/* line 208, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.timepicker-picker td:nth-child(2) {
  width: 1.6rem;
}

/* line 209, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.timepicker-picker td:nth-child(4) {
  padding-left: 1.6rem;
  width: 4.8rem;
}

/* line 213, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.timepicker-picker td a {
  color: #25aceb;
}

/* line 215, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.timepicker-picker [class^='timepicker-'] {
  display: block;
  width: 100%;
  height: 4.8rem;
  line-height: 4.8rem;
  font-weight: 600;
  font-size: 2rem;
  cursor: pointer;
  transition: background-color 250ms ease;
}

/* line 224, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.timepicker-picker [class^='timepicker-']:hover, .timepicker-picker [class^='timepicker-']:active {
  background-color: #C9CED1;
}

/* line 226, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.timepicker-picker .btn {
  position: relative;
  display: block;
  width: 100%;
}

/* line 235, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.picker-switch.accordion-toggle a {
  display: block;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  color: #25aceb;
  background-color: #ffffff;
  cursor: pointer;
  transition: color 250ms ease, background-color 250ms ease;
}

/* line 243, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
.picker-switch.accordion-toggle a:hover, .picker-switch.accordion-toggle a:active {
  color: #ffffff;
  background-color: #25aceb;
}

/* line 261, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
[data-action='togglePicker']:after,
[data-action='incrementHours']:after,
[data-action='incrementMinutes']:after,
[data-action='decrementHours']:after,
[data-action='decrementMinutes']:after,
[data-action='showHours']:after,
[data-action='showMinutes']:after,
[data-action='togglePeriod']:after,
[data-action='clear']:after,
[data-action='today']:after {
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* line 272, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
[data-action='togglePicker']:after {
  content: 'Toggle Date and Time Screens';
}

/* line 273, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
[data-action='incrementHours']:after {
  content: 'Increment Hours';
}

/* line 274, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
[data-action='incrementMinutes']:after {
  content: 'Increment Minutes';
}

/* line 275, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
[data-action='decrementHours']:after {
  content: 'Decrement Hours';
}

/* line 276, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
[data-action='decrementMinutes']:after {
  content: 'Decrement Minutes';
}

/* line 277, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
[data-action='showHours']:after {
  content: 'Show Hours';
}

/* line 278, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
[data-action='showMinutes']:after {
  content: 'Show Minutes';
}

/* line 279, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
[data-action='togglePeriod']:after {
  content: 'Toggle AM/PM';
}

/* line 280, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
[data-action='clear']:after {
  content: 'Clear the picker';
}

/* line 281, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
[data-action='today']:after {
  content: 'Set the date to today';
}

/* line 284, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
body:not(.modal-open) .bootstrap-datetimepicker-widget {
  z-index: 1001 !important;
}

/* line 287, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss */
body.modal-open .modal .bootstrap-datetimepicker-widget {
  z-index: 1053 !important;
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss */
.select2-container {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss */
.select2.select2-hidden-accessible {
  width: auto !important;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss */
body:not(.modal-open) .select2-container--default {
  z-index: 1000;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss */
body.modal-open .modal .select2-container {
  z-index: 1052 !important;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #25aceb;
  box-shadow: 0 0 0 0.4rem rgba(37, 172, 235, 0.2);
}

/* line 27, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss */
.select2-container--default .select2-selection--single {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.4rem + 2px) !important;
  padding: 0.7rem 4.4rem 0.7rem 1.2rem !important;
  line-height: 1.5;
  color: #313A3E;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23313A3E' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.2rem center;
  background-size: 8px 10px;
  border: 1px solid #C9CED1;
  border-radius: 0.4rem;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
  line-height: 2.4rem !important;
  height: calc(1.5em + 1.4rem + 2px) !important;
  transition: all 0.2s ease-in-out;
}

/* line 49, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

/* line 53, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss */
.select2-container--default .select2-selection--multiple {
  padding: 8px 1.2rem 0;
  min-height: calc(1.5em + 1.4rem + 2px);
  font-size: 1.6rem;
  color: #313A3E;
  border: 1px solid #C9CED1;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
}

/* line 61, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-search--inline {
  min-height: 18px;
  font-size: 1.6rem;
  color: #313A3E;
  line-height: 1;
}

/* line 66, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0;
  min-height: 18px;
}

/* line 71, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  margin: 0;
  padding: 0 !important;
}

/* line 2, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered::after {
  display: block;
  clear: both;
  content: "";
}

/* line 75, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  margin: 0 3px 3px 0;
  padding: 3px 0.8rem;
  min-width: 14px;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
  background-color: #ffffff;
  border: 1px solid #C9CED1;
  border-radius: 0.4rem;
  transition: all 0.2s ease-in-out;
}

/* line 86, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice:hover, .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice:active {
  color: #313A3E;
  background-color: #F3F6F8;
}

/* line 90, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice + li {
  margin-top: 0;
}

/* line 93, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 0.8rem;
  color: #25aceb;
}

/* line 100, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss */
.select2-container--default .select2-dropdown {
  padding: 0.8rem 0.8rem;
  font-size: 1.6rem;
  color: #313A3E;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0px solid transparent;
  border-radius: 0.8rem;
  box-shadow: 0 4px 18px rgba(29, 38, 43, 0.2);
}

/* line 112, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss */
.select2-container--default .select2-search--dropdown {
  padding: 0.8rem;
}

/* line 114, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  display: block;
  width: 100%;
  padding: 0.7rem 1.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #313A3E;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #C9CED1;
  outline: 0;
  transition: all 0.2s ease-in-out;
}

/* line 126, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss */
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #25aceb;
}

/* line 129, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss */
.select2-container--default .select2-results__option {
  position: relative;
  margin-top: 0;
  display: block;
  width: 100%;
  padding: 1.6rem 1.6rem;
  clear: both;
  font-weight: 400;
  color: #313A3E;
  text-align: inherit;
  white-space: normal;
  background-color: transparent;
  border: 0;
  z-index: 1;
  border-radius: 0.4rem;
  transition: all 0.2s ease-in-out;
}

/* line 145, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss */
.select2-container--default .select2-results__option.select2-results__option--highlighted, .select2-container--default .select2-results__option.select2-results__option--highlighted[aria-selected] {
  color: #313A3E;
  background-color: #F3F6F8;
}

/* line 148, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss */
.select2-container--default .select2-results__option.select2-results__option--highlighted:hover, .select2-container--default .select2-results__option.select2-results__option--highlighted:active, .select2-container--default .select2-results__option.select2-results__option--highlighted[aria-selected]:hover, .select2-container--default .select2-results__option.select2-results__option--highlighted[aria-selected]:active {
  color: #313A3E;
  background-color: #F3F6F8;
}

/* line 153, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss */
.select2-container--default .select2-results__option[aria-disabled="true"], .select2-container--default .select2-results__option[aria-selected='true'] {
  padding-right: 6.4rem;
  color: #313A3E !important;
  background-color: #F3F6F8 !important;
  cursor: default;
}

/* line 159, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss */
.select2-container--default .select2-results__option[aria-disabled="true"]:after, .select2-container--default .select2-results__option[aria-selected='true']:after {
  position: absolute;
  top: 1.6rem;
  right: 0.8rem;
  width: 36px;
  height: 100%;
  font-family: "FontAwesome";
  font-size: 1.6rem;
  line-height: 1.5;
  color: #59bf22;
  text-align: center;
  content: '\f00c';
  z-index: 5;
}

/* line 174, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss */
.select2-container--default .select2-results__option.loading-results {
  padding-right: 0;
  padding-left: 4.8rem;
  color: #70787C !important;
}

/* line 178, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss */
.select2-container--default .select2-results__option.loading-results:after {
  position: absolute;
  top: 1.6rem;
  left: 0.8rem;
  right: auto;
  width: 36px;
  height: 100%;
  font-family: "FontAwesome";
  font-size: 1.6rem;
  line-height: 1.5;
  color: #70787C;
  text-align: center;
  content: '\f110';
  z-index: 5;
}

/* line 195, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss */
.select2-container--default .select2-results__group {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 1.6rem;
  color: #70787C;
}

/* line 206, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss */
.has-danger .select2-selection {
  border-color: #ff6d33;
  color: #ff6d33;
}

/* line 214, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss */
.select2-selection__rendered .select2-selection__clear {
  position: relative;
  width: 60px;
  color: transparent;
}

/* line 218, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss */
.select2-selection__rendered .select2-selection__clear:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  font-size: 12px;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  color: #25aceb;
  text-transform: uppercase;
  text-align: right;
  z-index: 10;
  content: "Clear X";
}

/* line 3, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_sticky_div.scss */
[data-toggle='sticky-div'] {
  position: relative;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 999;
  transition: all 0.2s ease-in-out;
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_sticky_div.scss */
[data-toggle='sticky-div'].stuck {
  z-index: 1020;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_trix.scss */
.trix-content .attachment-gallery &gt; action-text-attachment,
.trix-content .attachment-gallery &gt; .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_trix.scss */
.trix-content .attachment-gallery.attachment-gallery--2 &gt; action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 &gt; .attachment, .trix-content .attachment-gallery.attachment-gallery--4 &gt; action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 &gt; .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 33, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_trix.scss */
.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

/* line 41, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_trix.scss */
[id*='trix-toolbar'] {
  border: 1px solid #C9CED1;
  border-bottom: none;
}

/* line 44, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_trix.scss */
[id*='trix-toolbar'] .trix-button-group {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}

/* line 48, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_trix.scss */
[id*='trix-toolbar'] .trix-button-group:not(:first-child) {
  margin-left: 0;
}

/* line 50, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_trix.scss */
[id*='trix-toolbar'] .trix-button {
  padding: 16px 10px;
  width: auto;
  min-width: 34px;
  color: #313A3E;
  font-size: 1.4rem;
  border: none;
}

/* line 58, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_trix.scss */
[id*='trix-toolbar'] .trix-button:hover {
  color: #ffffff;
  background-color: #25aceb;
}

/* line 62, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_trix.scss */
[id*='trix-toolbar'] .trix-button.trix-active {
  background-color: #E2E7EA;
}

/* line 63, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_trix.scss */
[id*='trix-toolbar'] .trix-button:not(:first-child) {
  border-left: none;
}

/* line 64, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_trix.scss */
[id*='trix-toolbar'] .trix-button:before {
  opacity: 1;
  background-size: 18px;
}

/* line 69, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_trix.scss */
[id*='trix-toolbar'] .trix-dialog {
  padding: 0.8rem 0.8rem;
  font-size: 1.6rem;
  color: #313A3E;
  background: #ffffff;
  border: none;
  border-radius: 0.8rem;
  box-shadow: 0 4px 18px rgba(29, 38, 43, 0.2);
}

/* line 78, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_trix.scss */
[id*='trix-toolbar'] .trix-input--dialog {
  padding: 0.7rem 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #313A3E;
  border: 1px solid #C9CED1;
  border-radius: 0px;
}

/* line 87, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_trix.scss */
[id*='trix-toolbar'] .trix-input--dialog:placeholder {
  color: #C9CED1;
}

/* line 91, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_trix.scss */
.trix-button-row {
  overflow-y: hidden !important;
}

/* line 94, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_trix.scss */
trix-editor {
  padding: 0.7rem 1.2rem !important;
  min-height: 16rem !important;
  border: 1px solid #C9CED1 !important;
  border-radius: 0px !important;
}

/* line 2, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_turbolinks.scss */
.turbolinks-progress-bar, .turbo-progress-bar {
  background-color: #59bf22 !important;
  height: 0.8rem;
  z-index: 1031;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_twitter_typeahead.scss */
.twitter-typeahead {
  width: 100%;
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_twitter_typeahead.scss */
.tt-query {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_twitter_typeahead.scss */
.tt-hint {
  color: #70787C;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_twitter_typeahead.scss */
.tt-menu {
  margin-top: 0.4rem;
  padding: 0.8rem 0.8rem;
  width: 100%;
  max-width: 100%;
  max-height: 350px;
  background-color: #ffffff;
  background-clip: padding-box;
  border-radius: 0.8rem;
  box-shadow: 0 4px 18px rgba(29, 38, 43, 0.2);
  overflow-y: auto;
}

/* line 23, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_twitter_typeahead.scss */
.tt-suggestion {
  padding: 1.6rem;
  line-height: 1;
  border-radius: 0.4rem;
}

/* line 28, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_twitter_typeahead.scss */
.tt-selectable {
  cursor: pointer;
}

/* line 29, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_twitter_typeahead.scss */
.tt-suggestion.tt-cursor, .tt-selectable:hover {
  color: #313A3E;
  background-color: #F3F6F8;
}

/* line 34, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_twitter_typeahead.scss */
.tt-highlight {
  font-weight: 600;
  background-color: #F3F6F8;
}

/* line 39, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_twitter_typeahead.scss */
.tt-empty-template {
  padding: 1.6rem;
  line-height: 1;
}

/* line 3, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_grid.scss */
html.flexboxtweener .row {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
html.flexboxtweener .col {
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
html.flexboxtweener .col-auto {
  -ms-flex: 0 0 auto;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
html.flexboxtweener .col-1 {
  -ms-flex: 0 0 8.33333%;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
html.flexboxtweener .col-2 {
  -ms-flex: 0 0 16.66667%;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
html.flexboxtweener .col-3 {
  -ms-flex: 0 0 25%;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
html.flexboxtweener .col-4 {
  -ms-flex: 0 0 33.33333%;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
html.flexboxtweener .col-5 {
  -ms-flex: 0 0 41.66667%;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
html.flexboxtweener .col-6 {
  -ms-flex: 0 0 50%;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
html.flexboxtweener .col-7 {
  -ms-flex: 0 0 58.33333%;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
html.flexboxtweener .col-8 {
  -ms-flex: 0 0 66.66667%;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
html.flexboxtweener .col-9 {
  -ms-flex: 0 0 75%;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
html.flexboxtweener .col-10 {
  -ms-flex: 0 0 83.33333%;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
html.flexboxtweener .col-11 {
  -ms-flex: 0 0 91.66667%;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
html.flexboxtweener .col-12 {
  -ms-flex: 0 0 100%;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
html.flexboxtweener .order-first {
  -ms-flex-order: -1;
}

/* line 23, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
html.flexboxtweener .order-last {
  -ms-flex-order: 13;
}

/* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
html.flexboxtweener .order-0 {
  -ms-flex-order: 0;
}

/* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
html.flexboxtweener .order-1 {
  -ms-flex-order: 1;
}

/* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
html.flexboxtweener .order-2 {
  -ms-flex-order: 2;
}

/* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
html.flexboxtweener .order-3 {
  -ms-flex-order: 3;
}

/* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
html.flexboxtweener .order-4 {
  -ms-flex-order: 4;
}

/* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
html.flexboxtweener .order-5 {
  -ms-flex-order: 5;
}

/* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
html.flexboxtweener .order-6 {
  -ms-flex-order: 6;
}

/* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
html.flexboxtweener .order-7 {
  -ms-flex-order: 7;
}

/* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
html.flexboxtweener .order-8 {
  -ms-flex-order: 8;
}

/* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
html.flexboxtweener .order-9 {
  -ms-flex-order: 9;
}

/* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
html.flexboxtweener .order-10 {
  -ms-flex-order: 10;
}

/* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
html.flexboxtweener .order-11 {
  -ms-flex-order: 11;
}

/* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
html.flexboxtweener .order-12 {
  -ms-flex-order: 12;
}

@media (min-width: 576px) {
  /* line 8, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-sm {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-sm-auto {
    -ms-flex: 0 0 auto;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-sm-3 {
    -ms-flex: 0 0 25%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-sm-6 {
    -ms-flex: 0 0 50%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-sm-9 {
    -ms-flex: 0 0 75%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-sm-12 {
    -ms-flex: 0 0 100%;
  }
  /* line 22, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-sm-first {
    -ms-flex-order: -1;
  }
  /* line 23, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-sm-last {
    -ms-flex-order: 13;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-sm-0 {
    -ms-flex-order: 0;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-sm-1 {
    -ms-flex-order: 1;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-sm-2 {
    -ms-flex-order: 2;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-sm-3 {
    -ms-flex-order: 3;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-sm-4 {
    -ms-flex-order: 4;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-sm-5 {
    -ms-flex-order: 5;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-sm-6 {
    -ms-flex-order: 6;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-sm-7 {
    -ms-flex-order: 7;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-sm-8 {
    -ms-flex-order: 8;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-sm-9 {
    -ms-flex-order: 9;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-sm-10 {
    -ms-flex-order: 10;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-sm-11 {
    -ms-flex-order: 11;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-sm-12 {
    -ms-flex-order: 12;
  }
}

@media (min-width: 768px) {
  /* line 8, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-md {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-md-auto {
    -ms-flex: 0 0 auto;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-md-1 {
    -ms-flex: 0 0 8.33333%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-md-2 {
    -ms-flex: 0 0 16.66667%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-md-3 {
    -ms-flex: 0 0 25%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-md-4 {
    -ms-flex: 0 0 33.33333%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-md-5 {
    -ms-flex: 0 0 41.66667%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-md-6 {
    -ms-flex: 0 0 50%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-md-7 {
    -ms-flex: 0 0 58.33333%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-md-8 {
    -ms-flex: 0 0 66.66667%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-md-9 {
    -ms-flex: 0 0 75%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-md-10 {
    -ms-flex: 0 0 83.33333%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-md-11 {
    -ms-flex: 0 0 91.66667%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-md-12 {
    -ms-flex: 0 0 100%;
  }
  /* line 22, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-md-first {
    -ms-flex-order: -1;
  }
  /* line 23, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-md-last {
    -ms-flex-order: 13;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-md-0 {
    -ms-flex-order: 0;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-md-1 {
    -ms-flex-order: 1;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-md-2 {
    -ms-flex-order: 2;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-md-3 {
    -ms-flex-order: 3;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-md-4 {
    -ms-flex-order: 4;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-md-5 {
    -ms-flex-order: 5;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-md-6 {
    -ms-flex-order: 6;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-md-7 {
    -ms-flex-order: 7;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-md-8 {
    -ms-flex-order: 8;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-md-9 {
    -ms-flex-order: 9;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-md-10 {
    -ms-flex-order: 10;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-md-11 {
    -ms-flex-order: 11;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-md-12 {
    -ms-flex-order: 12;
  }
}

@media (min-width: 992px) {
  /* line 8, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-lg {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-lg-auto {
    -ms-flex: 0 0 auto;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-lg-3 {
    -ms-flex: 0 0 25%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-lg-6 {
    -ms-flex: 0 0 50%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-lg-9 {
    -ms-flex: 0 0 75%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-lg-12 {
    -ms-flex: 0 0 100%;
  }
  /* line 22, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-lg-first {
    -ms-flex-order: -1;
  }
  /* line 23, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-lg-last {
    -ms-flex-order: 13;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-lg-0 {
    -ms-flex-order: 0;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-lg-1 {
    -ms-flex-order: 1;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-lg-2 {
    -ms-flex-order: 2;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-lg-3 {
    -ms-flex-order: 3;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-lg-4 {
    -ms-flex-order: 4;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-lg-5 {
    -ms-flex-order: 5;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-lg-6 {
    -ms-flex-order: 6;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-lg-7 {
    -ms-flex-order: 7;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-lg-8 {
    -ms-flex-order: 8;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-lg-9 {
    -ms-flex-order: 9;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-lg-10 {
    -ms-flex-order: 10;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-lg-11 {
    -ms-flex-order: 11;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-lg-12 {
    -ms-flex-order: 12;
  }
}

@media (min-width: 1200px) {
  /* line 8, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-xl {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-xl-auto {
    -ms-flex: 0 0 auto;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-xl-3 {
    -ms-flex: 0 0 25%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-xl-6 {
    -ms-flex: 0 0 50%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-xl-9 {
    -ms-flex: 0 0 75%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .col-xl-12 {
    -ms-flex: 0 0 100%;
  }
  /* line 22, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-xl-first {
    -ms-flex-order: -1;
  }
  /* line 23, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-xl-last {
    -ms-flex-order: 13;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-xl-0 {
    -ms-flex-order: 0;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-xl-1 {
    -ms-flex-order: 1;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-xl-2 {
    -ms-flex-order: 2;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-xl-3 {
    -ms-flex-order: 3;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-xl-4 {
    -ms-flex-order: 4;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-xl-5 {
    -ms-flex-order: 5;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-xl-6 {
    -ms-flex-order: 6;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-xl-7 {
    -ms-flex-order: 7;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-xl-8 {
    -ms-flex-order: 8;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-xl-9 {
    -ms-flex-order: 9;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-xl-10 {
    -ms-flex-order: 10;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-xl-11 {
    -ms-flex-order: 11;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss */
  html.flexboxtweener .order-xl-12 {
    -ms-flex-order: 12;
  }
}

/* line 3, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_forms.scss */
html.flexboxtweener.no-flexbox select {
  padding-right: 12px;
  background: #FFFFFF !important;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_forms.scss */
html.flexboxtweener.no-flexbox select::-ms-expand {
  display: block !important;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_forms.scss */
html.flexboxtweener input[type='file'] {
  padding: 0;
  border: none;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_forms.scss */
html.flexboxtweener .form-row {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
}

/* line 30, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_forms.scss */
html.flexboxtweener .form-check-inline {
  display: -ms-inline-flexbox;
  -ms-flex-align: center;
}

/* line 38, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_forms.scss */
html.flexboxtweener .form-inline {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-align: center;
}

@media (min-width: 576px) {
  /* line 46, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_forms.scss */
  html.flexboxtweener .form-inline label {
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: center;
  }
  /* line 51, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_forms.scss */
  html.flexboxtweener .form-inline .form-group {
    display: -ms-flexbox;
    -ms-flex: 0 0 auto;
    -ms-flex-wrap: wrap;
    -ms-flex-align: center;
  }
  /* line 58, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_forms.scss */
  html.flexboxtweener .form-inline .form-check {
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: center;
  }
  /* line 63, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_forms.scss */
  html.flexboxtweener .form-inline .custom-control {
    -ms-flex-align: center;
    -ms-flex-pack: center;
  }
}

/* line 1, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_button-group.scss */
html.flexboxtweener .btn-group,
html.flexboxtweener .btn-group-vertical {
  display: -ms-inline-flexbox;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_button-group.scss */
html.flexboxtweener .btn-group &gt; .btn,
html.flexboxtweener .btn-group-vertical &gt; .btn {
  -ms-flex: 1 1 auto;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_button-group.scss */
html.flexboxtweener .btn-toolbar {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: start;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_input-group.scss */
html.flexboxtweener .input-group {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-align: stretch;
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_input-group.scss */
html.flexboxtweener .input-group &gt; .form-control,
html.flexboxtweener .input-group &gt; .custom-select,
html.flexboxtweener .input-group &gt; .custom-file {
  -ms-flex: 1 1 auto;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_input-group.scss */
html.flexboxtweener .input-group &gt; .custom-file {
  display: -ms-flexbox;
  -ms-flex-align: center;
}

/* line 21, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_input-group.scss */
html.flexboxtweener .input-group-prepend, html.flexboxtweener .input-group-append {
  display: -ms-flexbox;
}

/* line 25, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_input-group.scss */
html.flexboxtweener .input-group-text {
  display: -ms-flexbox;
}

/* line 3, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_custom-forms.scss */
html.flexboxtweener .custom-control-inline {
  display: -ms-inline-flexbox;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_custom-forms.scss */
html.flexboxtweener .custom-switch .custom-control-label::before {
  background-size: 45% !important;
  background-position-x: left;
}

/* line 3, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_nav.scss */
html.flexboxtweener .nav {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_nav.scss */
html.flexboxtweener .nav.site-nav {
  display: block !important;
}

/* line 9, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_nav.scss */
html.flexboxtweener .nav.site-nav .nav-sub-menu {
  display: block !important;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_nav.scss */
html.flexboxtweener .nav-fill .nav-item {
  -ms-flex: 1 1 auto;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_nav.scss */
html.flexboxtweener .nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;
}

/* line 3, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_navbar.scss */
html.flexboxtweener .navbar {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
}

/* line 9, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_navbar.scss */
html.flexboxtweener .navbar &gt; .container,
html.flexboxtweener .navbar &gt; .container-fluid {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_navbar.scss */
html.flexboxtweener .navbar-nav {
  display: -ms-flexbox;
}

/* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_navbar.scss */
html.flexboxtweener .navbar-collapse {
  -ms-flex-preferred-size: 100%;
  -ms-flex-positive: 1;
  -ms-flex-align: center;
}

@media (min-width: 576px) {
  /* line 40, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_navbar.scss */
  html.flexboxtweener .navbar-expand-sm {
    -ms-flex-wrap: none;
    -ms-flex-pack: start;
  }
  /* line 45, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_navbar.scss */
  html.flexboxtweener .navbar-expand-sm .navbar-nav {
  }
  /* line 46, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_navbar.scss */
  html.flexboxtweener .navbar-expand-sm &gt; .container, html.flexboxtweener .navbar-expand-sm &gt; .container-fluid {
    -ms-flex-wrap: none;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_navbar.scss */
  html.flexboxtweener .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    -ms-flex-preferred-size: auto;
  }
}

@media (min-width: 768px) {
  /* line 40, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_navbar.scss */
  html.flexboxtweener .navbar-expand-md {
    -ms-flex-wrap: none;
    -ms-flex-pack: start;
  }
  /* line 45, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_navbar.scss */
  html.flexboxtweener .navbar-expand-md .navbar-nav {
  }
  /* line 46, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_navbar.scss */
  html.flexboxtweener .navbar-expand-md &gt; .container, html.flexboxtweener .navbar-expand-md &gt; .container-fluid {
    -ms-flex-wrap: none;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_navbar.scss */
  html.flexboxtweener .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    -ms-flex-preferred-size: auto;
  }
}

@media (min-width: 992px) {
  /* line 40, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_navbar.scss */
  html.flexboxtweener .navbar-expand-lg {
    -ms-flex-wrap: none;
    -ms-flex-pack: start;
  }
  /* line 45, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_navbar.scss */
  html.flexboxtweener .navbar-expand-lg .navbar-nav {
  }
  /* line 46, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_navbar.scss */
  html.flexboxtweener .navbar-expand-lg &gt; .container, html.flexboxtweener .navbar-expand-lg &gt; .container-fluid {
    -ms-flex-wrap: none;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_navbar.scss */
  html.flexboxtweener .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    -ms-flex-preferred-size: auto;
  }
}

@media (min-width: 1200px) {
  /* line 40, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_navbar.scss */
  html.flexboxtweener .navbar-expand-xl {
    -ms-flex-wrap: none;
    -ms-flex-pack: start;
  }
  /* line 45, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_navbar.scss */
  html.flexboxtweener .navbar-expand-xl .navbar-nav {
  }
  /* line 46, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_navbar.scss */
  html.flexboxtweener .navbar-expand-xl &gt; .container, html.flexboxtweener .navbar-expand-xl &gt; .container-fluid {
    -ms-flex-wrap: none;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_navbar.scss */
  html.flexboxtweener .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    -ms-flex-preferred-size: auto;
  }
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_navbar.scss */
html.flexboxtweener .navbar-expand {
  -ms-flex-wrap: none;
  -ms-flex-pack: start;
}

/* line 45, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_navbar.scss */
html.flexboxtweener .navbar-expand .navbar-nav {
}

/* line 46, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_navbar.scss */
html.flexboxtweener .navbar-expand &gt; .container, html.flexboxtweener .navbar-expand &gt; .container-fluid {
  -ms-flex-wrap: none;
}

/* line 47, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_navbar.scss */
html.flexboxtweener .navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  -ms-flex-preferred-size: auto;
}

@media (max-width: 1199.98px) {
  /* line 58, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_navbar.scss */
  html.flexboxtweener #site_navbar .nav .nav-item {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
  }
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_card.scss */
html.flexboxtweener .card {
  display: block;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_card.scss */
html.flexboxtweener .card-body {
  -ms-flex: 1 1 auto;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_card.scss */
html.flexboxtweener .card-deck {
  display: -ms-flexbox;
}

@media (min-width: 576px) {
  /* line 16, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_card.scss */
  html.flexboxtweener .card-deck {
    -ms-flex-wrap: wrap;
  }
  /* line 23, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_card.scss */
  html.flexboxtweener .card-deck .card {
    display: -ms-flexbox;
    -ms-flex: 1 0 0%;
  }
}

/* line 36, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_card.scss */
html.flexboxtweener .card-group {
  display: -ms-flexbox;
}

@media (min-width: 576px) {
  /* line 36, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_card.scss */
  html.flexboxtweener .card-group {
    -ms-flex-wrap: wrap;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_card.scss */
  html.flexboxtweener .card-group &gt; .card {
    -ms-flex: 1 0 0%;
  }
}

/* line 1, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_breadcrumb.scss */
html.flexboxtweener .breadcrumb {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
}

/* line 1, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_pagination.scss */
html.flexboxtweener .pagination {
  display: -ms-flexbox;
}

/* line 1, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_progress.scss */
html.flexboxtweener .progress {
  display: -ms-flexbox;
}

/* line 2, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_progress.scss */
html.flexboxtweener .progress-bar {
  display: -ms-flexbox;
  -ms-flex-pack: center;
}

/* line 1, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_media.scss */
html.flexboxtweener .media {
  display: -ms-flexbox;
  -ms-flex-align: start;
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_media.scss */
html.flexboxtweener .media-body {
  -ms-flex: 1 1 auto;
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_list-group.scss */
html.flexboxtweener .list-group {
  display: block;
}

/* line 1, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_modal.scss */
html.flexboxtweener .modal-dialog-centered {
  display: -ms-flexbox;
  -ms-flex-align: center;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_modal.scss */
html.flexboxtweener .modal-content {
  display: block;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_modal.scss */
html.flexboxtweener .modal-header {
  display: -ms-flexbox;
  -ms-flex-align: start;
  -ms-flex-pack: justify;
}

/* line 21, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_modal.scss */
html.flexboxtweener .modal-body {
  -ms-flex: 1 1 auto;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_modal.scss */
html.flexboxtweener .modal-footer {
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: start;
}

/* line 3, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_carousel.scss */
html.flexboxtweener .carousel-item {
  -ms-flex-align: center;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_carousel.scss */
html.flexboxtweener .carousel-control-prev,
html.flexboxtweener .carousel-control-next {
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_carousel.scss */
html.flexboxtweener .carousel-indicators {
  display: -ms-flexbox;
  -ms-flex-pack: center;
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_carousel.scss */
html.flexboxtweener .carousel-indicators li {
  -ms-flex: 0 1 auto;
}

/* line 25, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_carousel.scss */
html.flexboxtweener .carousel-fixed-height .carousel-item {
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

@media (max-width: 1199.98px) {
  /* line 35, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_carousel.scss */
  html.flexboxtweener .carousel-has-thumbnails .carousel-indicators {
    -ms-flex-pack: start;
  }
}

@media (max-width: 1199.98px) {
  /* line 39, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_carousel.scss */
  html.flexboxtweener .carousel-has-thumbnails .carousel-indicators li {
    -ms-flex-negative: 0;
    -ms-flex-preferred-size: 8rem;
  }
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_display.scss */
html.flexboxtweener .d-flex {
  display: -ms-flexbox !important;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_display.scss */
html.flexboxtweener .d-inline-flex {
  display: -ms-inline-flexbox !important;
}

@media (min-width: 576px) {
  /* line 6, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_display.scss */
  html.flexboxtweener .d-sm-flex {
    display: -ms-flexbox !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_display.scss */
  html.flexboxtweener .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
  }
}

@media (min-width: 768px) {
  /* line 6, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_display.scss */
  html.flexboxtweener .d-md-flex {
    display: -ms-flexbox !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_display.scss */
  html.flexboxtweener .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
  }
}

@media (min-width: 992px) {
  /* line 6, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_display.scss */
  html.flexboxtweener .d-lg-flex {
    display: -ms-flexbox !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_display.scss */
  html.flexboxtweener .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
  }
}

@media (min-width: 1200px) {
  /* line 6, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_display.scss */
  html.flexboxtweener .d-xl-flex {
    display: -ms-flexbox !important;
  }
  /* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_display.scss */
  html.flexboxtweener .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
  }
}

/* line 9, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .flex-row {
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .flex-column {
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .flex-row-reverse {
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .flex-column-reverse {
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .flex-wrap {
  -ms-flex-wrap: wrap !important;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .flex-nowrap {
  -ms-flex-wrap: none !important;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .flex-fill {
  -ms-flex: 1 1 auto !important;
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .flex-grow-0 {
  -ms-flex-positive: 0 !important;
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .flex-grow-1 {
  -ms-flex-positive: 1 !important;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .flex-shrink-0 {
  -ms-flex-negative: 0 !important;
}

/* line 21, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .flex-shrink-1 {
  -ms-flex-negative: 1 !important;
}

/* line 23, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .justify-content-start {
  -ms-flex-pack: start !important;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .justify-content-end {
  -ms-flex-pack: end !important;
}

/* line 25, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .justify-content-center {
  -ms-flex-pack: center !important;
}

/* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .justify-content-between {
  -ms-flex-pack: justify !important;
}

/* line 27, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .justify-content-around {
  -ms-flex-pack: distribute !important;
}

/* line 29, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .align-items-start {
  -ms-flex-align: start !important;
}

/* line 30, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .align-items-end {
  -ms-flex-align: end !important;
}

/* line 31, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .align-items-center {
  -ms-flex-align: center !important;
}

/* line 32, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .align-items-baseline {
  -ms-flex-align: baseline !important;
}

/* line 33, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .align-items-stretch {
  -ms-flex-align: stretch !important;
}

/* line 35, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .align-content-start {
  -ms-flex-line-pack: start !important;
}

/* line 36, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .align-content-end {
  -ms-flex-line-pack: end !important;
}

/* line 37, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .align-content-center {
  -ms-flex-line-pack: center !important;
}

/* line 38, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .align-content-between {
  -ms-flex-line-pack: space-between !important;
}

/* line 39, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .align-content-around {
  -ms-flex-line-pack: space-around !important;
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .align-content-stretch {
  -ms-flex-line-pack: stretch !important;
}

/* line 42, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .align-self-auto {
  -ms-flex-item-align: auto !important;
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .align-self-start {
  -ms-flex-item-align: start !important;
}

/* line 44, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .align-self-end {
  -ms-flex-item-align: end !important;
}

/* line 45, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .align-self-center {
  -ms-flex-item-align: center !important;
}

/* line 46, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .align-self-baseline {
  -ms-flex-item-align: baseline !important;
}

/* line 47, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
html.flexboxtweener .align-self-stretch {
  -ms-flex-item-align: stretch !important;
}

@media (min-width: 576px) {
  /* line 9, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-sm-row {
  }
  /* line 10, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-sm-column {
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-sm-row-reverse {
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-sm-column-reverse {
  }
  /* line 14, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
  }
  /* line 15, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-sm-nowrap {
    -ms-flex-wrap: none !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
  }
  /* line 18, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
  }
  /* line 19, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
  }
  /* line 23, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .justify-content-sm-start {
    -ms-flex-pack: start !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .justify-content-sm-end {
    -ms-flex-pack: end !important;
  }
  /* line 25, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .justify-content-sm-center {
    -ms-flex-pack: center !important;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .justify-content-sm-between {
    -ms-flex-pack: justify !important;
  }
  /* line 27, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
  }
  /* line 29, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-items-sm-start {
    -ms-flex-align: start !important;
  }
  /* line 30, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-items-sm-end {
    -ms-flex-align: end !important;
  }
  /* line 31, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-items-sm-center {
    -ms-flex-align: center !important;
  }
  /* line 32, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
  }
  /* line 33, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-content-sm-start {
    -ms-flex-line-pack: start !important;
  }
  /* line 36, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-content-sm-end {
    -ms-flex-line-pack: end !important;
  }
  /* line 37, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-content-sm-center {
    -ms-flex-line-pack: center !important;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-content-sm-between {
    -ms-flex-line-pack: space-between !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-content-sm-around {
    -ms-flex-line-pack: space-around !important;
  }
  /* line 40, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
  }
  /* line 42, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-self-sm-start {
    -ms-flex-item-align: start !important;
  }
  /* line 44, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-self-sm-end {
    -ms-flex-item-align: end !important;
  }
  /* line 45, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-self-sm-center {
    -ms-flex-item-align: center !important;
  }
  /* line 46, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 9, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-md-row {
  }
  /* line 10, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-md-column {
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-md-row-reverse {
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-md-column-reverse {
  }
  /* line 14, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
  }
  /* line 15, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-md-nowrap {
    -ms-flex-wrap: none !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-md-fill {
    -ms-flex: 1 1 auto !important;
  }
  /* line 18, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
  }
  /* line 19, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
  }
  /* line 23, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .justify-content-md-start {
    -ms-flex-pack: start !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .justify-content-md-end {
    -ms-flex-pack: end !important;
  }
  /* line 25, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .justify-content-md-center {
    -ms-flex-pack: center !important;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .justify-content-md-between {
    -ms-flex-pack: justify !important;
  }
  /* line 27, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .justify-content-md-around {
    -ms-flex-pack: distribute !important;
  }
  /* line 29, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-items-md-start {
    -ms-flex-align: start !important;
  }
  /* line 30, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-items-md-end {
    -ms-flex-align: end !important;
  }
  /* line 31, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-items-md-center {
    -ms-flex-align: center !important;
  }
  /* line 32, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-items-md-baseline {
    -ms-flex-align: baseline !important;
  }
  /* line 33, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-items-md-stretch {
    -ms-flex-align: stretch !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-content-md-start {
    -ms-flex-line-pack: start !important;
  }
  /* line 36, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-content-md-end {
    -ms-flex-line-pack: end !important;
  }
  /* line 37, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-content-md-center {
    -ms-flex-line-pack: center !important;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-content-md-between {
    -ms-flex-line-pack: space-between !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-content-md-around {
    -ms-flex-line-pack: space-around !important;
  }
  /* line 40, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
  }
  /* line 42, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-self-md-auto {
    -ms-flex-item-align: auto !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-self-md-start {
    -ms-flex-item-align: start !important;
  }
  /* line 44, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-self-md-end {
    -ms-flex-item-align: end !important;
  }
  /* line 45, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-self-md-center {
    -ms-flex-item-align: center !important;
  }
  /* line 46, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 9, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-lg-row {
  }
  /* line 10, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-lg-column {
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-lg-row-reverse {
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-lg-column-reverse {
  }
  /* line 14, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
  }
  /* line 15, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-lg-nowrap {
    -ms-flex-wrap: none !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
  }
  /* line 18, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
  }
  /* line 19, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
  }
  /* line 23, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .justify-content-lg-start {
    -ms-flex-pack: start !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .justify-content-lg-end {
    -ms-flex-pack: end !important;
  }
  /* line 25, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .justify-content-lg-center {
    -ms-flex-pack: center !important;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .justify-content-lg-between {
    -ms-flex-pack: justify !important;
  }
  /* line 27, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
  }
  /* line 29, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-items-lg-start {
    -ms-flex-align: start !important;
  }
  /* line 30, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-items-lg-end {
    -ms-flex-align: end !important;
  }
  /* line 31, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-items-lg-center {
    -ms-flex-align: center !important;
  }
  /* line 32, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
  }
  /* line 33, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-content-lg-start {
    -ms-flex-line-pack: start !important;
  }
  /* line 36, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-content-lg-end {
    -ms-flex-line-pack: end !important;
  }
  /* line 37, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-content-lg-center {
    -ms-flex-line-pack: center !important;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-content-lg-between {
    -ms-flex-line-pack: space-between !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-content-lg-around {
    -ms-flex-line-pack: space-around !important;
  }
  /* line 40, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
  }
  /* line 42, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-self-lg-start {
    -ms-flex-item-align: start !important;
  }
  /* line 44, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-self-lg-end {
    -ms-flex-item-align: end !important;
  }
  /* line 45, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-self-lg-center {
    -ms-flex-item-align: center !important;
  }
  /* line 46, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 9, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-xl-row {
  }
  /* line 10, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-xl-column {
  }
  /* line 11, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-xl-row-reverse {
  }
  /* line 12, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-xl-column-reverse {
  }
  /* line 14, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
  }
  /* line 15, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-xl-nowrap {
    -ms-flex-wrap: none !important;
  }
  /* line 16, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
  }
  /* line 18, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
  }
  /* line 19, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
  }
  /* line 23, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .justify-content-xl-start {
    -ms-flex-pack: start !important;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .justify-content-xl-end {
    -ms-flex-pack: end !important;
  }
  /* line 25, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .justify-content-xl-center {
    -ms-flex-pack: center !important;
  }
  /* line 26, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .justify-content-xl-between {
    -ms-flex-pack: justify !important;
  }
  /* line 27, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
  }
  /* line 29, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-items-xl-start {
    -ms-flex-align: start !important;
  }
  /* line 30, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-items-xl-end {
    -ms-flex-align: end !important;
  }
  /* line 31, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-items-xl-center {
    -ms-flex-align: center !important;
  }
  /* line 32, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
  }
  /* line 33, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-content-xl-start {
    -ms-flex-line-pack: start !important;
  }
  /* line 36, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-content-xl-end {
    -ms-flex-line-pack: end !important;
  }
  /* line 37, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-content-xl-center {
    -ms-flex-line-pack: center !important;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-content-xl-between {
    -ms-flex-line-pack: space-between !important;
  }
  /* line 39, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-content-xl-around {
    -ms-flex-line-pack: space-around !important;
  }
  /* line 40, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
  }
  /* line 42, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-self-xl-start {
    -ms-flex-item-align: start !important;
  }
  /* line 44, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-self-xl-end {
    -ms-flex-item-align: end !important;
  }
  /* line 45, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-self-xl-center {
    -ms-flex-item-align: center !important;
  }
  /* line 46, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/utilities/_flex.scss */
  html.flexboxtweener .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
  }
}

/* line 1, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/custom/_avatar.scss */
html.flexboxtweener .avatar {
  display: -ms-inline-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

/* line 2, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/custom/_chat.scss */
html.flexboxtweener .chat-container {
  display: -ms-flexbox;
  -ms-flex-align: end;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/custom/_chat.scss */
html.flexboxtweener .chat-messages {
  display: -ms-flexbox;
  -ms-flex-align: end;
}

@media (min-width: 992px) {
  /* line 2, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/custom/_event_livestream.scss */
  html.flexboxtweener .event-sidebar {
    display: -ms-flexbox;
  }
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/custom/_event_livestream.scss */
html.flexboxtweener .event-sidebar .event-sidebar-section.event-sidebar-section-scroll {
  -ms-flex-positive: 1;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/custom/_event_livestream.scss */
html.flexboxtweener .event-sidebar .event-sidebar-section.event-sidebar-section-container {
  display: -ms-flexbox;
  -ms-flex-positive: 1;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/custom/_event_livestream.scss */
html.flexboxtweener .event-sidebar-section-chat {
  display: -ms-flexbox;
  -ms-flex-align: end;
  -ms-flex-positive: 1;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/custom/_everyday_giving.scss */
html.flexboxtweener .everyday_default.preview .jumbotron::before,
html.flexboxtweener .everyday_story.preview .jumbotron::before {
  top: 0;
}

/* line 1, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/custom/_icon.scss */
html.flexboxtweener .icon-circle {
  display: -ms-inline-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/custom/_nav_step.scss */
html.flexboxtweener .nav-steps .nav-item .step-indicator {
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/custom/_nav_step.scss */
html.flexboxtweener .nav-steps.nav-fill .nav-item {
  -ms-flex-preferred-size: 0;
}

/* line 2, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/custom/_slat.scss */
html.flexboxtweener .slat {
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
}

@media (max-width: 767.98px) {
  /* line 9, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/custom/_slat.scss */
  html.flexboxtweener .slat:not(.slats-nowrap) .slat-body {
  }
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/custom/_slat.scss */
html.flexboxtweener .slat {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
}

/* line 25, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/custom/_slat.scss */
html.flexboxtweener .slat-body {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-positive: 1;
  -ms-flex-negative: 0;
  -ms-flex-preferred-size: 0;
}

/* line 36, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/custom/_slat.scss */
html.flexboxtweener .slat-item {
  -ms-flex-positive: 1;
  -ms-flex-negative: 0;
  -ms-flex-preferred-size: 0;
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/custom/_slat.scss */
html.flexboxtweener .slat-item.slat-item-md {
  -ms-flex-positive: 2;
}

/* line 41, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/custom/_slat.scss */
html.flexboxtweener .slat-item.slat-item-lg {
  -ms-flex-positive: 3;
}

/* line 42, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/custom/_slat.scss */
html.flexboxtweener .slat-item.slat-item-xl {
  -ms-flex-positive: 4;
}

/* line 47, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/custom/_slat.scss */
html.flexboxtweener .slat-actions {
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
  -ms-flex-preferred-size: 8rem;
  min-width: 8rem;
}

@media (min-width: 768px) {
  /* line 47, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/custom/_slat.scss */
  html.flexboxtweener .slat-actions {
    -ms-flex-preferred-size: 17.6rem;
    min-width: 17.6rem;
  }
}

/* line 56, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/custom/_slat.scss */
.slat-actions-sm html.flexboxtweener .slat-actions {
  -ms-flex-preferred-size: 8rem;
}

/* line 57, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/custom/_slat.scss */
.slat-actions-lg html.flexboxtweener .slat-actions {
  -ms-flex-preferred-size: 17.6rem;
}

/* line 63, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/custom/_slat.scss */
html.flexboxtweener .slat-header .slat-body {
  -ms-flex-align: center;
}

/* line 1, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/custom/_video_countdown.scss */
html.flexboxtweener .countdown {
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

/* line 3, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/plugins/_datetimepicker.scss */
html.flexboxtweener .bootstrap-datetimepicker-widget.timepicker-sbs .row {
  -ms-flex-align: center;
}

/* line 3, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/plugins/_sticky_div.scss */
html.flexboxtweener [data-toggle='sticky-div'].stuck {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

@media (max-width: 991.98px) {
  /* line 4, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_background_variations.scss */
  .bg-dark.jumbotron, .bg-dark.card {
    background-color: #313A3E;
  }
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_background_variations.scss */
.bg-dark.card {
  border-color: #313A3E;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_background_variations.scss */
.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6, .bg-dark p, .bg-dark label {
  color: #ffffff;
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_background_variations.scss */
.bg-dark .text-muted {
  color: #ffffff !important;
}

/* line 9, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_background_variations.scss */
.bg-dark .progress {
  background-color: #70787C;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_background_variations.scss */
.bg-dark .was-validated .form-check-input:valid ~ .form-check-label {
  color: #ffffff;
}

/* line 2, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_beacon.scss */
.beacon {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.8rem;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_beacon.scss */
.beacon::after {
  position: absolute;
  top: -8px;
  left: -8px;
  height: 12px;
  width: 12px;
  border: 12px solid;
  border-radius: 1.2rem;
  -webkit-animation: pulsate 1s ease-out infinite;
          animation: pulsate 1s ease-out infinite;
  content: '';
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_beacon.scss */
.beacon-primary {
  background-color: #25aceb;
}

/* line 21, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_beacon.scss */
.beacon-primary::after {
  border-color: #25aceb;
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_beacon.scss */
.beacon-secondary {
  background-color: #70787C;
}

/* line 21, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_beacon.scss */
.beacon-secondary::after {
  border-color: #70787C;
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_beacon.scss */
.beacon-success {
  background-color: #59bf22;
}

/* line 21, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_beacon.scss */
.beacon-success::after {
  border-color: #59bf22;
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_beacon.scss */
.beacon-info {
  background-color: #25aceb;
}

/* line 21, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_beacon.scss */
.beacon-info::after {
  border-color: #25aceb;
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_beacon.scss */
.beacon-warning {
  background-color: #ffaa00;
}

/* line 21, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_beacon.scss */
.beacon-warning::after {
  border-color: #ffaa00;
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_beacon.scss */
.beacon-danger {
  background-color: #ff6d33;
}

/* line 21, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_beacon.scss */
.beacon-danger::after {
  border-color: #ff6d33;
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_beacon.scss */
.beacon-light {
  background-color: #F3F6F8;
}

/* line 21, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_beacon.scss */
.beacon-light::after {
  border-color: #F3F6F8;
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_beacon.scss */
.beacon-dark {
  background-color: #313A3E;
}

/* line 21, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_beacon.scss */
.beacon-dark::after {
  border-color: #313A3E;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: .1;
  }
  25% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: .2;
  }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: .3;
  }
  75% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: .4;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .1;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: .1;
  }
  25% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: .2;
  }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: .3;
  }
  75% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: .4;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .1;
  }
}

@media (min-width: 992px) {
  /* line 4, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_builder_layout.scss */
  .builder-nav {
    top: 113px;
  }
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_builder_layout.scss */
.builder-nav .btn {
  border-radius: 50px;
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_builder_layout.scss */
.builder-nav-sm {
  background-color: #ffffff;
  border-top: 1px solid #C9CED1;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_builder_layout.scss */
.builder-nav-sm .btn {
  border-radius: 50px;
}

@font-face {
  font-family: ChartwellPiesWebPro;
  src: url(/assets/ff_chartwell/ChartwellPiesWebPro-c05f54069013994c9021ff02a271f9957c310db9a8b6a808e23ba5b24e2a40f8.eot);
}

@font-face {
  font-family: ChartwellPiesWebPro;
  src: url(/assets/ff_chartwell/ChartwellPiesWebPro-996a0198cefaaa3de90062f6623dc9591430622ec4901a416bb7c889373e6566.woff) format("woff");
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_chartwell.scss */
.thumbnail .avatar {
  z-index: 1;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_chartwell.scss */
.thumbnail .pies {
  position: absolute;
  top: -34px;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 160px;
  line-height: 1;
  z-index: 0;
}

/* line 2, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_donor_account.scss */
.fundraiser-card-img {
  height: 25.6rem;
  overflow: hidden;
}

@-webkit-keyframes new-donation-success {
  0% {
    background-color: #ebf7e4;
  }
  100% {
    background-color: transparent;
  }
}

@keyframes new-donation-success {
  0% {
    background-color: #ebf7e4;
  }
  100% {
    background-color: transparent;
  }
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_donor_scroll.scss */
.new-donation {
  -webkit-animation: new-donation-success 4s;
          animation: new-donation-success 4s;
}

/* line 3, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_event.scss */
.event .jumbotron {
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_event.scss */
.event .jumbotron:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
}

@media (max-width: 991.98px) {
  /* line 3, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_event.scss */
  .event .jumbotron {
    background-image: none !important;
  }
  /* line 19, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_event.scss */
  .event .jumbotron:before {
    display: none;
  }
  /* line 20, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_event.scss */
  .event .jumbotron .card {
    box-shadow: none;
  }
  /* line 21, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_event.scss */
  .event .jumbotron .card-body {
    padding: 0;
  }
}

@media (min-width: 992px) {
  /* line 2, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_event_livestream.scss */
  .event {
    height: 100%;
  }
}

@media (min-width: 992px) {
  /* line 4, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_event_livestream.scss */
  .event .page-content {
    height: 100%;
  }
}

@media (min-width: 992px) {
  /* line 10, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_event_livestream.scss */
  .event-body {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_event_livestream.scss */
.event-content {
  padding: 3.2rem;
}

@media (min-width: 992px) {
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_event_livestream.scss */
  .event-content {
    float: left;
    width: 67%;
    height: 100%;
    overflow-y: auto;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_event_livestream.scss */
  .event-content &gt; :last-child {
    margin-bottom: 6.4rem;
  }
}

@media (max-width: 991.98px) {
  /* line 27, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_event_livestream.scss */
  .event-sidebar {
    border-bottom: 1px solid #C9CED1;
  }
}

@media (min-width: 992px) {
  /* line 27, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_event_livestream.scss */
  .event-sidebar {
    float: right;
    display: flex;
    flex-direction: column;
    width: 33%;
    height: 100%;
    border-left: 1px solid #C9CED1;
  }
  /* line 36, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_event_livestream.scss */
  .event-sidebar &gt; :last-child {
    margin-bottom: 3.2rem;
  }
}

@media (min-width: 992px) {
  /* line 38, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_event_livestream.scss */
  .event-sidebar.event-sidebar-scroll {
    overflow-y: auto;
  }
}

/* line 41, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_event_livestream.scss */
.event-sidebar .event-sidebar-section {
  padding: 3.2rem;
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_event_livestream.scss */
.event-sidebar .event-sidebar-section + .event-sidebar-section {
  border-top: 1px solid #C9CED1;
}

/* line 44, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_event_livestream.scss */
.event-sidebar .event-sidebar-section.event-sidebar-section-scroll {
  flex-grow: 1;
  height: 100%;
  min-height: 32rem;
  overflow-y: auto;
}

/* line 50, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_event_livestream.scss */
.event-sidebar .event-sidebar-section.event-sidebar-section-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}

/* line 61, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_event_livestream.scss */
.event-sidebar-section .card[data-describe='donor-scroll'] {
  border: 0;
}

/* line 63, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_event_livestream.scss */
.event-sidebar-section .card[data-describe='donor-scroll'] .card-body {
  padding: 0;
}

/* line 68, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_event_livestream.scss */
.event-sidebar-section-chat {
  display: flex;
  align-items: flex-end;
  flex-grow: 1;
}

@media (max-width: 991.98px) {
  /* line 68, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_event_livestream.scss */
  .event-sidebar-section-chat {
    height: 32rem;
    border: 1px solid #C9CED1;
    border-radius: 0.4rem;
  }
}

@media (min-width: 992px) {
  /* line 68, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_event_livestream.scss */
  .event-sidebar-section-chat {
    height: 100%;
    min-height: 32rem;
  }
}

/* line 83, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_event_livestream.scss */
.event-sidebar-section-chat .hide-admin {
  display: none;
}

/* line 87, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_event_livestream.scss */
.event-sidebar-section-no-access {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  /* line 87, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_event_livestream.scss */
  .event-sidebar-section-no-access {
    height: 720px;
  }
}

/* line 90, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_event_livestream.scss */
.event-sidebar-section-no-access .log-in-form {
  overflow-y: auto;
}

@media (max-width: 991.98px) {
  /* line 91, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_event_livestream.scss */
  .event-sidebar-section-no-access .event-sidebar-section-chat {
    height: 100%;
  }
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_default.scss */
.everyday_default .jumbotron::before {
  width: 100%;
  height: 100%;
  -ms-transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: fixed;
  content: '';
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

@media (max-width: 991.98px) {
  /* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_default.scss */
  .everyday_default .jumbotron::before {
    content: none;
  }
  /* line 18, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_default.scss */
  .everyday_default .jumbotron .card {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0;
  }
  /* line 23, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_default.scss */
  .everyday_default .jumbotron .card-body {
    padding: 0;
  }
}

/* line 28, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_default.scss */
.everyday_default.admin .jumbotron::before {
  margin-top: 0;
}

/* line 35, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_default.scss */
body.preview.everyday_default .jumbotron::before {
  position: absolute;
}

/* line 3, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_story.scss */
.everyday_story .jumbotron {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991.98px) {
  /* line 3, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_story.scss */
  .everyday_story .jumbotron {
    background-image: none !important;
  }
  /* line 9, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_story.scss */
  .everyday_story .jumbotron .card {
    border: none;
    box-shadow: none !important;
  }
  /* line 13, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_story.scss */
  .everyday_story .jumbotron .card-body {
    padding: 0;
  }
}

@media (min-width: 992px) {
  /* line 3, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_story.scss */
  .everyday_story .jumbotron {
    min-height: 500px;
  }
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_everyday_story.scss */
.everyday_story.admin .jumbotron::before {
  margin-top: 0;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_footer_links.scss */
#footer_site_links a {
  display: inline-block;
  padding: 1.6rem;
}

/* line 2, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_fundraiser.scss */
.fundraiser .jumbotron {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991.98px) {
  /* line 2, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_fundraiser.scss */
  .fundraiser .jumbotron {
    background-image: none !important;
  }
}

@media (min-width: 992px) {
  /* line 2, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_fundraiser.scss */
  .fundraiser .jumbotron {
    min-height: 500px;
    color: #ffffff;
    text-shadow: 0 1px 6px rgba(29, 38, 43, 0.7);
  }
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_page_header.scss */
.page-header {
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #C9CED1;
  z-index: 1030;
}

@media (min-width: 992px) {
  /* line 6, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_page_header.scss */
  .page-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 11.2rem;
  }
}

@media (min-width: 992px) {
  /* line 20, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_page_header.scss */
  body.admin .page-header, body.public_admin .page-header {
    min-height: 16rem;
  }
}

@media (min-width: 992px) {
  /* line 28, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_page_header.scss */
  .page-header + .page-content {
    padding-top: 11.2rem;
  }
  /* line 32, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_page_header.scss */
  body.admin .page-header + .page-content, body.public_admin .page-header + .page-content {
    padding-top: 16rem;
  }
  /* line 37, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_page_header.scss */
  body.nfg_ui_onboarder .page-header + .page-content, body.create_fundraiser .page-header + .page-content {
    padding-top: 22.6rem;
  }
}

/* line 2, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_peer_to_peer.scss */
.peer_to_peer .jumbotron {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991.98px) {
  /* line 2, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_peer_to_peer.scss */
  .peer_to_peer .jumbotron {
    background-image: none !important;
  }
}

@media (min-width: 992px) {
  /* line 2, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_peer_to_peer.scss */
  .peer_to_peer .jumbotron {
    min-height: 600px;
    color: #ffffff;
    text-shadow: 0 1px 6px rgba(29, 38, 43, 0.7);
  }
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_peer_to_peer.scss */
.peer_to_peer .campaign-status .chartwell {
  color: #E2E7EA;
  font-size: 40px;
  line-height: 1;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/_list-group.scss */
.list-group-flush .list-group-item {
  padding-right: 0;
  padding-left: 0;
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/_list-group.scss */
.list-group-flush .list-group-item:last-child {
  border-bottom: 0;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/_nav.scss */
.nav.flex-column .nav-link {
  position: relative;
  color: #70787C;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/_nav.scss */
.nav.flex-column .nav-link:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  border-radius: 2px;
  background: transparent;
  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;
  content: '';
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/_nav.scss */
.nav.flex-column .nav-link.active {
  color: #313A3E !important;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/_nav.scss */
.nav.flex-column .nav-link.active:after {
  background: #25aceb;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav.flex-column .nav-link:hover, .nav.flex-column .nav-link:focus {
  color: #313A3E !important;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/_nav.scss */
.nav.flex-column .nav-link:hover:after, .nav.flex-column .nav-link:focus:after {
  background: #25aceb;
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/_navbar.scss */
.navbar-brand {
  margin-right: 0;
  padding: 0;
  max-width: 19.2rem;
  height: 8rem;
  white-space: normal !important;
}

@media (min-width: 992px) {
  /* line 5, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/_navbar.scss */
  .navbar-brand {
    max-width: 28.8rem;
  }
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/_navbar.scss */
.navbar-brand img {
  max-width: 19.2rem;
  max-height: 8rem;
}

@media (min-width: 992px) {
  /* line 12, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/_navbar.scss */
  .navbar-brand img {
    max-width: 28.8rem;
  }
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/_navbar.scss */
.navbar-text {
  margin-left: 0;
  padding-left: 0;
  border-left: 1px solid #C9CED1;
}

/* line 2, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/_progress.scss */
.progress-stats {
  position: absolute;
  top: 0.4rem;
  left: 1.6rem;
  width: 100%;
  z-index: 1;
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/_progress.scss */
.progress-stats .progress-text-on {
  color: #ffffff;
}

/* line 2, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/_reboot.scss */
body {
  background-color: #ffffff;
}

/* line 3, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_reboot.scss */
a {
  color: var(--brand-primary-yiq-text-dark);
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_reboot.scss */
.bg-dark a {
  color: #ffffff;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_reboot.scss */
.bg-dark a:hover, .bg-dark a:focus {
  color: #ffffff;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_reboot.scss */
a:not(.btn):not(.nav-link):not(.dropdown-item):not(.page-link) {
  color: var(--brand-primary-yiq-text-dark);
  text-decoration: underline;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_reboot.scss */
a :hover, a :focus {
  color: var(--brand-primary-yiq-text-dark);
  text-decoration: none !important;
}

/* line 2, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_badge.scss */
.badge-primary {
  background: var(--brand-primary-scale-light);
  border-color: var(--brand-primary);
}

/* line 3, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_buttons.scss */
.btn-primary {
  color: var(--brand-primary-yiq);
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_buttons.scss */
.btn-primary:hover {
  color: var(--brand-primary-dark-yiq);
  background-color: var(--brand-primary-dark);
  border-color: var(--brand-primary-dark);
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.4rem var(--brand-primary-transparent);
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: var(--brand-primary-yiq);
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
}

/* line 21, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show &gt; .btn-primary.dropdown-toggle {
  color: var(--brand-primary-yiq);
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 0.4rem var(--brand-primary-transparent);
}

/* line 28, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.4rem var(--brand-primary-transparent);
}

/* line 32, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_buttons.scss */
.btn-secondary, .btn-outline-secondary {
  color: var(--brand-primary-yiq-text-dark);
}

/* line 34, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_buttons.scss */
.btn-secondary:hover, .btn-outline-secondary:hover {
  color: var(--brand-primary-yiq-text-dark) !important;
}

/* line 35, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show &gt; .btn-secondary.dropdown-toggle, .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-secondary.dropdown-toggle {
  color: var(--brand-primary-yiq-text-dark) !important;
}

/* line 42, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_buttons.scss */
.btn-link {
  color: var(--brand-primary-yiq-text-dark);
}

/* line 44, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_buttons.scss */
.btn-link:hover {
  color: var(--brand-primary-yiq-text-darkest);
}

/* line 45, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_buttons.scss */
.btn-link:focus {
  box-shadow: 0 0 0 0.4rem var(--brand-primary-transparent);
}

/* line 50, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_buttons.scss */
.bg-dark .btn-primary h1, .bg-dark .btn-primary h2, .bg-dark .btn-primary h3, .bg-dark .btn-primary h4, .bg-dark .btn-primary h5, .bg-dark .btn-primary h6, .bg-dark .btn-primary p, .bg-dark .btn-primary label {
  color: var(--brand-primary-yiq);
}

/* line 53, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_buttons.scss */
.bg-dark .btn-outline-secondary h1, .bg-dark .btn-outline-secondary h2, .bg-dark .btn-outline-secondary h3, .bg-dark .btn-outline-secondary h4, .bg-dark .btn-outline-secondary h5, .bg-dark .btn-outline-secondary h6, .bg-dark .btn-outline-secondary p, .bg-dark .btn-outline-secondary label {
  color: var(--brand-primary-yiq-text-dark);
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_custom-forms.scss */
.custom-control .custom-control-input:checked ~ .custom-control-label,
.custom-control .custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--brand-primary);
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_custom-forms.scss */
.custom-control .custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--brand-primary);
  box-shadow: 0 0 0 0.4rem var(--brand-primary-transparent);
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_custom-forms.scss */
.custom-control .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: var(--brand-primary-light);
  border-color: var(--brand-primary-light);
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_custom-forms.scss */
.custom-control.custom-control-block .custom-control-input:checked ~ .custom-control-label {
  box-shadow: 0 0 0 0.4rem var(--brand-primary-transparent);
}

/* line 23, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_custom-forms.scss */
.custom-select:active, .custom-select:focus {
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 0.4rem var(--brand-primary-transparent);
}

/* line 30, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: var(--brand-primary);
}

/* line 32, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: var(--brand-primary);
}

/* line 38, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  border-color: var(--brand-primary);
}

/* line 39, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
}

/* line 51, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_custom-forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  background-color: var(--brand-primary);
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/custom/_nav_step.scss */
.nav-steps .nav-item.visited::before, .nav-steps .nav-item.active::before {
  background-color: var(--brand-primary);
}

/* line 9, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/custom/_nav_step.scss */
.nav-steps .nav-item.visited .step-indicator, .nav-steps .nav-item.active .step-indicator {
  color: var(--brand-primary-yiq);
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/custom/_nav_step.scss */
.nav-steps .nav-item .step-indicator::after {
  box-shadow: 0 0 0 0.8rem var(--brand-primary-transparent);
}

/* line 3, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_forms.scss */
.form-control:focus {
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 0.4rem var(--brand-primary-transparent);
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_forms.scss */
.was-validated .form-control:valid:focus, .was-validated
.custom-select:valid:focus {
  border-color: var(--brand-primary);
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_nav.scss */
.nav.flex-column .nav-link:hover:after, .nav.flex-column .nav-link.active:after {
  background: var(--brand-primary);
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_nav.scss */
.nav-tabs .nav-link:hover:after, .nav-tabs .nav-link.active:after {
  background: var(--brand-primary);
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_navbar.scss */
.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: var(--brand-primary-yiq-text-dark);
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_navbar.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus,
.navbar-light .navbar-toggler:hover,
.navbar-light .navbar-toggler:focus {
  color: var(--brand-primary-yiq-text-dark);
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_navbar.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: var(--brand-primary-yiq-text-darker);
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_navbar.scss */
.navbar-light .navbar-nav .open &gt; .nav-link,
.navbar-light .navbar-nav .active &gt; .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--brand-primary-yiq-text-darker);
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_type.scss */
a.no-link-color:hover, a.no-link-color:active, a.no-link-color:focus {
  color: var(--brand-primary) !important;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_type.scss */
.text-primary {
  color: var(--brand-primary-yiq-text-dark) !important;
}

/* line 9, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_type.scss */
a.text-primary {
  color: var(--brand-primary-yiq-text-darker) !important;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_type.scss */
a.text-primary:hover, a.text-primary:focus {
  color: var(--brand-primary-dark) !important;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_type.scss */
.bg-dark .text-primary {
  color: var(--brand-primary-yiq-text-light) !important;
}

/* line 3, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_utilities.scss */
.bg-primary {
  color: var(--brand-primary-yiq) !important;
  background-color: var(--brand-primary) !important;
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_utilities.scss */
.border-primary {
  border-color: var(--brand-primary) !important;
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/plugins/_datetimepicker.scss */
.datepicker [data-action^='select']:hover, .datepicker [data-action^='select']:active, .datepicker [data-action^='select'].active,
.datepicker [data-action^='picker']:hover,
.datepicker [data-action^='picker']:active,
.datepicker [data-action^='picker'].active,
.datepicker .prev:hover,
.datepicker .prev:active,
.datepicker .prev.active,
.datepicker .next:hover,
.datepicker .next:active,
.datepicker .next.active,
.datepicker .timepicker-picker a.btn:hover,
.datepicker .timepicker-picker a.btn:active,
.datepicker .timepicker-picker a.btn.active, .timepicker [data-action^='select']:hover, .timepicker [data-action^='select']:active, .timepicker [data-action^='select'].active,
.timepicker [data-action^='picker']:hover,
.timepicker [data-action^='picker']:active,
.timepicker [data-action^='picker'].active,
.timepicker .prev:hover,
.timepicker .prev:active,
.timepicker .prev.active,
.timepicker .next:hover,
.timepicker .next:active,
.timepicker .next.active,
.timepicker .timepicker-picker a.btn:hover,
.timepicker .timepicker-picker a.btn:active,
.timepicker .timepicker-picker a.btn.active {
  color: var(--brand-primary-yiq) !important;
  background-color: var(--brand-primary) !important;
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/plugins/_datetimepicker.scss */
.datepicker .today.active:hover, .datepicker .today.active:active, .timepicker .today.active:hover, .timepicker .today.active:active {
  color: var(--brand-primary-yiq) !important;
  background-color: var(--brand-primary) !important;
}

/* line 29, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/plugins/_datetimepicker.scss */
.datepicker .prev, .datepicker .next {
  color: var(--brand-primary-yiq-text-dark);
}

/* line 33, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/plugins/_datetimepicker.scss */
.timepicker-picker td a {
  color: var(--brand-primary-yiq-text-dark);
}

/* line 37, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/plugins/_datetimepicker.scss */
.picker-switch.accordion-toggle a {
  color: var(--brand-primary-yiq-text-dark);
}

/* line 39, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/plugins/_datetimepicker.scss */
.picker-switch.accordion-toggle a:hover, .picker-switch.accordion-toggle a:active {
  color: var(--brand-primary-yiq) !important;
  background-color: var(--brand-primary) !important;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/plugins/_select2.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-selection--single:focus,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--brand-primary) !important;
  box-shadow: 0 0 0 0.4rem var(--brand-primary-transparent);
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/nfg_ui-6.17.3/app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/plugins/_select2.scss */
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: var(--brand-primary) !important;
  box-shadow: 0 0 0 0.4rem var(--brand-primary-transparent);
}

/* line 12, app/assets/stylesheets/application.scss */
#google_pay_button button.gpay-button {
  border-radius: 50rem !important;
}

/* line 15, app/assets/stylesheets/application.scss */
apple-pay-button {
  --apple-pay-button-width: 100%;
  --apple-pay-button-height: 56px;
  --apple-pay-button-border-radius: 50rem;
}

/* line 22, app/assets/stylesheets/application.scss */
apple-pay-button {
  --apple-pay-button-width: 100%;
  --apple-pay-button-height: 56px;
  --apple-pay-button-border-radius: 50rem;
}
</pre></body></html>