/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *







 */
/*!
 * 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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_root.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #D04A02;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, vendor/bundle/ruby/3.2.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: rgba(0, 0, 0, 0);
}

/* line 35, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 72, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 97, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 110, vendor/bundle/ruby/3.2.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.2.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.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 143, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 148, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 152, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 157, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
small {
  font-size: 80%;
}

/* line 166, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 175, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 182, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #D04A02;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:hover {
  color: #842f01;
  text-decoration: underline;
}

/* line 199, vendor/bundle/ruby/3.2.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.2.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.2.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.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 250, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 255, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 267, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 271, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 279, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
}

/* line 290, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 299, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 308, vendor/bundle/ruby/3.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 329, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 337, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 345, vendor/bundle/ruby/3.2.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.2.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.2.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.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 398, vendor/bundle/ruby/3.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 430, vendor/bundle/ruby/3.2.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.2.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.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 470, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 475, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
template {
  display: none;
}

/* line 481, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, vendor/bundle/ruby/3.2.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.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, vendor/bundle/ruby/3.2.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.2.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.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 95, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

/* line 122, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 37, vendor/bundle/ruby/3.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 6, vendor/bundle/ruby/3.2.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.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 34, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 35, vendor/bundle/ruby/3.2.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 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 30, vendor/bundle/ruby/3.2.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 35, vendor/bundle/ruby/3.2.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 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 30, vendor/bundle/ruby/3.2.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 35, vendor/bundle/ruby/3.2.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 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  /* line 30, vendor/bundle/ruby/3.2.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 35, vendor/bundle/ruby/3.2.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 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  /* line 30, vendor/bundle/ruby/3.2.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 35, vendor/bundle/ruby/3.2.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 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 54, vendor/bundle/ruby/3.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #f2ccb8;
}

/* line 14, vendor/bundle/ruby/3.2.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: #e7a17b;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #eebda2;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #eebda2;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 14, vendor/bundle/ruby/3.2.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: #b3b7bb;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 14, vendor/bundle/ruby/3.2.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: #8fd19e;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 14, vendor/bundle/ruby/3.2.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: #86cfda;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 14, vendor/bundle/ruby/3.2.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: #ffdf7e;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 14, vendor/bundle/ruby/3.2.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: #ed969e;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 14, vendor/bundle/ruby/3.2.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: #fbfcfc;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 14, vendor/bundle/ruby/3.2.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: #95999c;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 114, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 122, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 130, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 134, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

/* line 140, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 145, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 171, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 171, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 171, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 171, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 171, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-control {
    transition: none;
  }
}

/* line 28, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #fd8f54;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(208, 74, 2, 0.25);
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 69, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 90, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 97, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 110, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 122, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 145, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 155, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 170, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 174, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 184, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 190, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 202, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 208, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 213, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 218, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 222, vendor/bundle/ruby/3.2.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: 0.75rem;
}

/* line 229, vendor/bundle/ruby/3.2.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.3125rem;
  margin-left: 0;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 38, vendor/bundle/ruby/3.2.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.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 65, vendor/bundle/ruby/3.2.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: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 70, vendor/bundle/ruby/3.2.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 78, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 95, vendor/bundle/ruby/3.2.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: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 100, vendor/bundle/ruby/3.2.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 109, vendor/bundle/ruby/3.2.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 117, vendor/bundle/ruby/3.2.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: #28a745;
}

/* line 121, vendor/bundle/ruby/3.2.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 129, vendor/bundle/ruby/3.2.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: #28a745;
}

/* line 132, vendor/bundle/ruby/3.2.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: #28a745;
}

/* line 137, vendor/bundle/ruby/3.2.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 142, vendor/bundle/ruby/3.2.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: #34ce57;
  background-color: #34ce57;
}

/* line 149, vendor/bundle/ruby/3.2.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.2rem rgba(40, 167, 69, 0.25);
}

/* line 153, vendor/bundle/ruby/3.2.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: #28a745;
}

/* line 163, vendor/bundle/ruby/3.2.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: #28a745;
}

/* line 167, vendor/bundle/ruby/3.2.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 172, vendor/bundle/ruby/3.2.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: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* line 38, vendor/bundle/ruby/3.2.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.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 65, vendor/bundle/ruby/3.2.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: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 70, vendor/bundle/ruby/3.2.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 78, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 95, vendor/bundle/ruby/3.2.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: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 100, vendor/bundle/ruby/3.2.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 109, vendor/bundle/ruby/3.2.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 117, vendor/bundle/ruby/3.2.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: #dc3545;
}

/* line 121, vendor/bundle/ruby/3.2.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 129, vendor/bundle/ruby/3.2.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: #dc3545;
}

/* line 132, vendor/bundle/ruby/3.2.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: #dc3545;
}

/* line 137, vendor/bundle/ruby/3.2.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 142, vendor/bundle/ruby/3.2.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: #e4606d;
  background-color: #e4606d;
}

/* line 149, vendor/bundle/ruby/3.2.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.2rem rgba(220, 53, 69, 0.25);
}

/* line 153, vendor/bundle/ruby/3.2.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: #dc3545;
}

/* line 163, vendor/bundle/ruby/3.2.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: #dc3545;
}

/* line 167, vendor/bundle/ruby/3.2.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 172, vendor/bundle/ruby/3.2.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: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 258, vendor/bundle/ruby/3.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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: 0.25rem;
    margin-left: 0;
  }
  /* line 322, vendor/bundle/ruby/3.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:hover {
  color: #212529;
  text-decoration: none;
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(208, 74, 2, 0.25);
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 49, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #D04A02;
  border-color: #D04A02;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #aa3d02;
  border-color: #9d3802;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 101, 40, 0.5);
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #D04A02;
  border-color: #D04A02;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #9d3802;
  border-color: #913401;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 101, 40, 0.5);
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #D04A02;
  border-color: #D04A02;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #D04A02;
  border-color: #D04A02;
}

/* line 71, vendor/bundle/ruby/3.2.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.2rem rgba(208, 74, 2, 0.5);
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #D04A02;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #D04A02;
  border-color: #D04A02;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 74, 2, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 71, vendor/bundle/ruby/3.2.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.2rem rgba(108, 117, 125, 0.5);
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 71, vendor/bundle/ruby/3.2.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.2rem rgba(40, 167, 69, 0.5);
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 71, vendor/bundle/ruby/3.2.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.2rem rgba(23, 162, 184, 0.5);
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 71, vendor/bundle/ruby/3.2.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.2rem rgba(255, 193, 7, 0.5);
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 71, vendor/bundle/ruby/3.2.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.2rem rgba(220, 53, 69, 0.5);
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 71, vendor/bundle/ruby/3.2.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.2rem rgba(248, 249, 250, 0.5);
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 71, vendor/bundle/ruby/3.2.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.2rem rgba(52, 58, 64, 0.5);
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 77, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #D04A02;
  text-decoration: none;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #842f01;
  text-decoration: underline;
}

/* line 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

/* line 93, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 107, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 111, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 120, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 125, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 1, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 15, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 30, vendor/bundle/ruby/3.2.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.2.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.2.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.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, vendor/bundle/ruby/3.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 30, vendor/bundle/ruby/3.2.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.2.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.2.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.125rem;
}

/* line 30, vendor/bundle/ruby/3.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, vendor/bundle/ruby/3.2.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.125rem;
}

/* line 30, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, vendor/bundle/ruby/3.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 123, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 153, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #D04A02;
}

/* line 160, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

/* line 172, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 177, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 187, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 4, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 28, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 73, vendor/bundle/ruby/3.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 111, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 121, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 127, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 132, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 152, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 156, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 56, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, vendor/bundle/ruby/3.2.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.2.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.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 94, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 102, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 118, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 135, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 147, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 152, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 164, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 177, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 186, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 22, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #D04A02;
  background-color: #D04A02;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(208, 74, 2, 0.25);
}

/* line 43, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #fd8f54;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #feb087;
  border-color: #feb087;
}

/* line 55, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 69, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

/* line 90, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

/* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 113, vendor/bundle/ruby/3.2.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='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #D04A02;
  background-color: #D04A02;
}

/* line 124, vendor/bundle/ruby/3.2.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='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 130, vendor/bundle/ruby/3.2.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(208, 74, 2, 0.5);
}

/* line 133, vendor/bundle/ruby/3.2.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(208, 74, 2, 0.5);
}

/* line 144, vendor/bundle/ruby/3.2.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.2.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='%23fff'/%3e%3c/svg%3e");
}

/* line 156, vendor/bundle/ruby/3.2.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(208, 74, 2, 0.5);
}

/* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 171, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 179, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

/* line 199, vendor/bundle/ruby/3.2.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(208, 74, 2, 0.5);
}

/* line 212, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 230, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #fd8f54;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(208, 74, 2, 0.25);
}

/* line 239, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 250, vendor/bundle/ruby/3.2.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: 0.75rem;
  background-image: none;
}

/* line 257, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 263, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 268, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 276, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 289, vendor/bundle/ruby/3.2.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 + 0.75rem + 2px);
  margin-bottom: 0;
}

/* line 297, vendor/bundle/ruby/3.2.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 + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 305, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #fd8f54;
  box-shadow: 0 0 0 0.2rem rgba(208, 74, 2, 0.25);
}

/* line 310, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 315, vendor/bundle/ruby/3.2.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.2.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.2.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 + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 342, vendor/bundle/ruby/3.2.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 + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 366, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 373, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus {
  outline: none;
}

/* line 378, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(208, 74, 2, 0.25);
}

/* line 379, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(208, 74, 2, 0.25);
}

/* line 380, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(208, 74, 2, 0.25);
}

/* line 383, vendor/bundle/ruby/3.2.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.2.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: #D04A02;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 387, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 398, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #feb087;
}

/* line 403, vendor/bundle/ruby/3.2.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: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 414, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #D04A02;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 414, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 424, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #feb087;
}

/* line 429, vendor/bundle/ruby/3.2.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: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 440, vendor/bundle/ruby/3.2.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.2rem;
  margin-left: 0.2rem;
  background-color: #D04A02;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 440, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 453, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #feb087;
}

/* line 458, vendor/bundle/ruby/3.2.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;
}

/* line 469, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 474, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 481, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 485, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 493, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 503, vendor/bundle/ruby/3.2.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.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 56, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 77, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 81, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #D04A02;
}

/* line 94, vendor/bundle/ruby/3.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, vendor/bundle/ruby/3.2.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.5rem 1rem;
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 17, vendor/bundle/ruby/3.2.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.2.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.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 99, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 17, vendor/bundle/ruby/3.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 140, vendor/bundle/ruby/3.2.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.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, vendor/bundle/ruby/3.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 140, vendor/bundle/ruby/3.2.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.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, vendor/bundle/ruby/3.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 140, vendor/bundle/ruby/3.2.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.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, vendor/bundle/ruby/3.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 140, vendor/bundle/ruby/3.2.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.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 140, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 153, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 156, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

/* line 172, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 194, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 203, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 17, vendor/bundle/ruby/3.2.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: rgba(0, 0, 0, 0.7);
}

/* line 210, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 215, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 223, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 228, vendor/bundle/ruby/3.2.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='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 232, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 234, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, vendor/bundle/ruby/3.2.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: rgba(0, 0, 0, 0.9);
}

/* line 246, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 255, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 17, vendor/bundle/ruby/3.2.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: rgba(255, 255, 255, 0.75);
}

/* line 262, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 275, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 280, vendor/bundle/ruby/3.2.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='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 284, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 286, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 17, vendor/bundle/ruby/3.2.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: #fff;
}

/* line 5, vendor/bundle/ruby/3.2.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: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 69, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 81, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 102, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 109, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 115, vendor/bundle/ruby/3.2.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.25rem;
}

/* line 124, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

/* line 130, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 135, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 143, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-deck {
  display: flex;
  flex-direction: column;
}

/* line 147, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 143, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 156, vendor/bundle/ruby/3.2.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: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 173, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-group {
  display: flex;
  flex-direction: column;
}

/* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 173, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 187, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 192, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 199, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 202, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 207, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 214, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 217, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 222, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 239, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 238, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 249, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 266, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 270, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 276, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 281, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 285, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card .card-header {
  margin-bottom: -1px;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 30, vendor/bundle/ruby/3.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #D04A02;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #842f01;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 25, vendor/bundle/ruby/3.2.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.2rem rgba(208, 74, 2, 0.25);
}

/* line 34, vendor/bundle/ruby/3.2.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.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #D04A02;
  border-color: #D04A02;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 12, vendor/bundle/ruby/3.2.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.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 17, vendor/bundle/ruby/3.2.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.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 12, vendor/bundle/ruby/3.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
  .badge {
    transition: none;
  }
}

/* line 17, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 40, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #D04A02;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #9d3802;
}

/* line 11, vendor/bundle/ruby/3.2.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.2rem rgba(208, 74, 2, 0.5);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

/* line 11, vendor/bundle/ruby/3.2.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.2rem rgba(108, 117, 125, 0.5);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

/* line 11, vendor/bundle/ruby/3.2.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.2rem rgba(40, 167, 69, 0.5);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

/* line 11, vendor/bundle/ruby/3.2.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.2rem rgba(23, 162, 184, 0.5);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

/* line 11, vendor/bundle/ruby/3.2.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.2rem rgba(255, 193, 7, 0.5);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

/* line 11, vendor/bundle/ruby/3.2.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.2rem rgba(220, 53, 69, 0.5);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

/* line 11, vendor/bundle/ruby/3.2.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.2rem rgba(248, 249, 250, 0.5);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

/* line 11, vendor/bundle/ruby/3.2.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.2rem rgba(52, 58, 64, 0.5);
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 13, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #6c2601;
  background-color: #f6dbcc;
  border-color: #f2ccb8;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #eebda2;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #391401;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #040505;
}

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

/* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #D04A02;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 30, vendor/bundle/ruby/3.2.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: 1rem 1rem;
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 17, vendor/bundle/ruby/3.2.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: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 58, vendor/bundle/ruby/3.2.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.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 71, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #D04A02;
  border-color: #D04A02;
}

/* line 88, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 91, vendor/bundle/ruby/3.2.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.2.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.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 100, vendor/bundle/ruby/3.2.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.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  /* line 88, vendor/bundle/ruby/3.2.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.2.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.2.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.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 100, vendor/bundle/ruby/3.2.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.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  /* line 88, vendor/bundle/ruby/3.2.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.2.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.2.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.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 100, vendor/bundle/ruby/3.2.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.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  /* line 88, vendor/bundle/ruby/3.2.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.2.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.2.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.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 100, vendor/bundle/ruby/3.2.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.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  /* line 88, vendor/bundle/ruby/3.2.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.2.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.2.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.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 100, vendor/bundle/ruby/3.2.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.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

/* line 117, vendor/bundle/ruby/3.2.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.2.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.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #6c2601;
  background-color: #f2ccb8;
}

/* line 17, vendor/bundle/ruby/3.2.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: #6c2601;
  background-color: #eebda2;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #6c2601;
  border-color: #6c2601;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 17, vendor/bundle/ruby/3.2.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: #383d41;
  background-color: #c8cbcf;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 17, vendor/bundle/ruby/3.2.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: #155724;
  background-color: #b1dfbb;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 17, vendor/bundle/ruby/3.2.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: #0c5460;
  background-color: #abdde5;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 17, vendor/bundle/ruby/3.2.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: #856404;
  background-color: #ffe8a1;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 17, vendor/bundle/ruby/3.2.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: #721c24;
  background-color: #f1b0b7;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 17, vendor/bundle/ruby/3.2.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: #818182;
  background-color: #ececf6;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 17, vendor/bundle/ruby/3.2.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: #1b1e21;
  background-color: #b9bbbe;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 17, vendor/bundle/ruby/3.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_close.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 1;
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.hide {
  display: none;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, vendor/bundle/ruby/3.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 53, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 62, vendor/bundle/ruby/3.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 78, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

/* line 85, vendor/bundle/ruby/3.2.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.2.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.2.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.2.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: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 119, vendor/bundle/ruby/3.2.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: #000;
}

/* line 129, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 130, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 135, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 143, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 151, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 158, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 176, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 177, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 181, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 197, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 200, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 205, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 208, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  /* line 217, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 221, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 228, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, vendor/bundle/ruby/3.2.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.2.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.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, vendor/bundle/ruby/3.2.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.4rem;
  height: 0.8rem;
}

/* line 54, vendor/bundle/ruby/3.2.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.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, vendor/bundle/ruby/3.2.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.2.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.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, vendor/bundle/ruby/3.2.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.4rem;
  height: 0.8rem;
}

/* line 84, vendor/bundle/ruby/3.2.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.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, vendor/bundle/ruby/3.2.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: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 27, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 73, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 81, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 84, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

/* line 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 93, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 101, vendor/bundle/ruby/3.2.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: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 113, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 116, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 122, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 128, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 153, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 163, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 168, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, vendor/bundle/ruby/3.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, vendor/bundle/ruby/3.2.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.2.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.2.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.2.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: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, vendor/bundle/ruby/3.2.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.2.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: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 111, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 132, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

/* line 135, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 145, vendor/bundle/ruby/3.2.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: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 159, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 159, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 177, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 187, vendor/bundle/ruby/3.2.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: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, vendor/bundle/ruby/3.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #D04A02 !important;
}

/* line 17, vendor/bundle/ruby/3.2.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: #9d3802 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 17, vendor/bundle/ruby/3.2.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: #545b62 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 17, vendor/bundle/ruby/3.2.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: #1e7e34 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 17, vendor/bundle/ruby/3.2.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: #117a8b !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 17, vendor/bundle/ruby/3.2.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: #d39e00 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 17, vendor/bundle/ruby/3.2.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: #bd2130 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 17, vendor/bundle/ruby/3.2.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: #dae0e5 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 17, vendor/bundle/ruby/3.2.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: #1d2124 !important;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, vendor/bundle/ruby/3.2.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.2.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.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #D04A02 !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 56, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, vendor/bundle/ruby/3.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 35, vendor/bundle/ruby/3.2.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.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, vendor/bundle/ruby/3.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, vendor/bundle/ruby/3.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 10, vendor/bundle/ruby/3.2.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.2.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: sticky) {
  /* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, vendor/bundle/ruby/3.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, vendor/bundle/ruby/3.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 6, vendor/bundle/ruby/3.2.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: rgba(0, 0, 0, 0);
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 21, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 21, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 57, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 7, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, vendor/bundle/ruby/3.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, vendor/bundle/ruby/3.2.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.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #D04A02 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #842f01 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-body {
  color: #212529 !important;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 54, vendor/bundle/ruby/3.2.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.2.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.2.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.2.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.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 72, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 79, vendor/bundle/ruby/3.2.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.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 100, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 103, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 107, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 110, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 123, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 126, vendor/bundle/ruby/3.2.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: #dee2e6;
  }
  /* line 134, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* line 29, app/assets/stylesheets/application.scss */
html,
body {
  min-height: 100%;
  height: 100%;
  overflow-x: hidden;
}

/* line 36, app/assets/stylesheets/application.scss */
html * {
  font-family: Arial, sans-serif;
}

/* line 41, app/assets/stylesheets/application.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, serif;
}

/* line 46, app/assets/stylesheets/application.scss */
td[data-handler="selectDay"] a {
  width: 35px;
  height: 35px;
  font-size: 16px;
  text-align: center;
}

/* line 53, app/assets/stylesheets/application.scss */
header.main {
  background-color: #f0f0f0;
  width: 100%;
  padding: 8px 0;
  height: 62px;
  position: relative;
}

/* line 60, app/assets/stylesheets/application.scss */
header.main img.agtech-logo {
  height: 48px;
}

/* line 64, app/assets/stylesheets/application.scss */
header.main .container {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

/* line 70, app/assets/stylesheets/application.scss */
header.main .current-account-wrapper {
  position: relative;
}

/* line 73, app/assets/stylesheets/application.scss */
header.main .current-account-wrapper .anchor-wrapper {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

/* line 78, app/assets/stylesheets/application.scss */
header.main .current-account-wrapper .anchor-wrapper .anchor {
  margin-right: 0;
}

/* line 82, app/assets/stylesheets/application.scss */
header.main .current-account-wrapper .anchor-wrapper .anchor-up {
  left: 50%;
  transform: translateX(-50%);
}

/* line 91, app/assets/stylesheets/application.scss */
header.main .options {
  z-index: 10;
  display: flex;
  align-items: center;
  position: relative;
  margin: 12px 0;
}

/* line 98, app/assets/stylesheets/application.scss */
header.main .options .bell-wrapper {
  position: relative;
  margin-right: 10px;
}

/* line 102, app/assets/stylesheets/application.scss */
header.main .options .bell-wrapper:hover {
  cursor: pointer;
}

/* line 106, app/assets/stylesheets/application.scss */
header.main .options .bell-wrapper .anchor-up {
  left: 50%;
  transform: translateX(-50%);
}

/* line 111, app/assets/stylesheets/application.scss */
header.main .options .bell-wrapper .notification-icon {
  margin-left: 0;
  margin-right: 0;
}

/* line 117, app/assets/stylesheets/application.scss */
header.main .options .notifications-number {
  position: absolute;
  top: -12px;
  right: -8px;
}

/* line 122, app/assets/stylesheets/application.scss */
header.main .options .notifications-number img {
  width: 20px;
  height: 20px;
  margin-right: 0;
}

/* line 128, app/assets/stylesheets/application.scss */
header.main .options .notifications-number span {
  position: absolute;
  top: 14px;
  left: 10px;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  font-weight: bold;
}

/* line 139, app/assets/stylesheets/application.scss */
header.main .options .chat-bubble {
  position: relative;
}

/* line 142, app/assets/stylesheets/application.scss */
header.main .options .chat-bubble .notifications-number {
  display: none;
}

/* line 147, app/assets/stylesheets/application.scss */
header.main .options .resource-name {
  font-size: 14px;
  color: #7e7d80;
  font-weight: 500;
  position: relative;
}

/* line 153, app/assets/stylesheets/application.scss */
header.main .options .resource-name .anchor-up {
  left: 50%;
  transform: translateX(-50%);
  margin-top: 14px;
}

/* line 160, app/assets/stylesheets/application.scss */
header.main .options img {
  margin: 0 10px;
  width: 20px;
  height: 20px;
}

/* line 165, app/assets/stylesheets/application.scss */
header.main .options img:first-child {
  margin-left: 0;
}

/* line 170, app/assets/stylesheets/application.scss */
header.main .options .anchor {
  width: 12px;
}

/* line 174, app/assets/stylesheets/application.scss */
header.main .options .current-resource-logo {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: white;
  margin-right: 0;
}

/* line 183, app/assets/stylesheets/application.scss */
header.main .options > div {
  margin-left: 16px;
}

/* line 188, app/assets/stylesheets/application.scss */
header.main .notifications {
  display: none;
  position: absolute;
  width: 600px;
  max-width: 100vw;
  max-height: 400px;
  overflow-y: scroll;
  top: calc(100% + 11px);
  right: 0;
  margin-left: 0;
  box-sizing: border-box;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: none;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  z-index: 10;
}

/* line 207, app/assets/stylesheets/application.scss */
header.main .notifications header {
  font-weight: bold;
  font-size: 14px;
  padding: 12px 32px;
  display: flex;
  justify-content: space-between;
}

/* line 214, app/assets/stylesheets/application.scss */
header.main .notifications header img {
  cursor: pointer;
}

/* line 219, app/assets/stylesheets/application.scss */
header.main .notifications .notification {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  background: white;
  min-height: 88px;
  padding: 20px 32px;
}

/* line 229, app/assets/stylesheets/application.scss */
header.main .notifications .notification:hover {
  background-color: #eff3f8;
}

/* line 233, app/assets/stylesheets/application.scss */
header.main .notifications .notification .teste {
  color: red;
}

/* line 237, app/assets/stylesheets/application.scss */
header.main .notifications .notification .logo {
  width: 50px;
  height: 50px;
  margin-right: 14px;
  border-radius: 50%;
  background-size: cover;
  flex-shrink: 0;
}

/* line 246, app/assets/stylesheets/application.scss */
header.main .notifications .notification a {
  margin: 0 15px;
}

/* line 250, app/assets/stylesheets/application.scss */
header.main .notifications .notification .info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* line 256, app/assets/stylesheets/application.scss */
header.main .notifications .notification .info-wrapper a {
  width: 140px;
  flex-shrink: 0;
}

/* line 264, app/assets/stylesheets/application.scss */
header.main .notifications .notification .actions {
  display: flex;
}

/* line 267, app/assets/stylesheets/application.scss */
header.main .notifications .notification .actions img {
  margin: 0 7px;
  height: 12px;
}

/* line 271, app/assets/stylesheets/application.scss */
header.main .notifications .notification .actions img.mark-read:hover {
  cursor: pointer;
}

/* line 279, app/assets/stylesheets/application.scss */
header.main .mark-all {
  font-weight: bold;
  color: #D04A02;
  cursor: pointer;
}

/* line 284, app/assets/stylesheets/application.scss */
header.main .notifications-list {
  padding-bottom: 10px;
}

/* line 288, app/assets/stylesheets/application.scss */
header.main .not_notification {
  margin-left: 32px;
  font-size: 12px;
  font-weight: bold;
  color: #D04A02;
  margin-bottom: 10px;
  display: block;
}

@media screen and (max-width: 767px) {
  /* line 53, app/assets/stylesheets/application.scss */
  header.main {
    display: flex;
    align-items: center;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
  }
  /* line 306, app/assets/stylesheets/application.scss */
  header.main .current-account-wrapper {
    flex-shrink: 0;
  }
  /* line 310, app/assets/stylesheets/application.scss */
  header.main img.agtech-logo {
    height: 32px;
  }
  /* line 314, app/assets/stylesheets/application.scss */
  header.main .options {
    position: static;
  }
  /* line 317, app/assets/stylesheets/application.scss */
  header.main .options > div {
    margin-left: 10px;
  }
  /* line 321, app/assets/stylesheets/application.scss */
  header.main .options .resource-name {
    display: none;
  }
  /* line 325, app/assets/stylesheets/application.scss */
  header.main .options .current-resource-logo {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 331, app/assets/stylesheets/application.scss */
  header.main .notifications {
    top: 100%;
    left: 0;
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  /* line 341, app/assets/stylesheets/application.scss */
  header.main #settings-options {
    top: calc(100% + 17px);
    border-bottom-left-radius: 3.5px;
    border-bottom-right-radius: 3.5px;
  }
}

/* line 349, app/assets/stylesheets/application.scss */
nav.main {
  background-color: #0f100c;
  border-bottom: 3px solid #D04A02;
}

/* line 353, app/assets/stylesheets/application.scss */
nav.main .container {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 360, app/assets/stylesheets/application.scss */
nav.main ul.nav {
  padding: 2px;
  padding-top: 4px;
}

/* line 364, app/assets/stylesheets/application.scss */
nav.main ul.nav li a {
  padding: 10px 0;
  margin: 0 22px;
  height: 100%;
  font-weight: 500;
  font-size: 14px;
  color: #7e7d80;
}

/* line 373, app/assets/stylesheets/application.scss */
nav.main ul.nav li a.active {
  color: #ffffff;
  border-bottom: 4px solid #D04A02;
}

@media screen and (min-width: 768px) {
  /* line 381, app/assets/stylesheets/application.scss */
  nav.main ul.nav .nav-item:first-child a {
    padding-left: 0;
    margin-left: 0;
  }
}

/* line 389, app/assets/stylesheets/application.scss */
nav.main .input-group {
  width: auto;
  margin-bottom: 0;
}

/* line 393, app/assets/stylesheets/application.scss */
nav.main .input-group .input-group-text {
  border: none;
  border-radius: 20px !important;
  margin-left: -15px;
  background-color: #D04A02;
  display: flex;
  justify-content: center;
  width: 72px;
  color: white;
}

/* line 405, app/assets/stylesheets/application.scss */
nav.main .search-options {
  width: 370px;
  max-width: 100%;
  padding: 18px 0;
  right: 15px;
}

/* line 411, app/assets/stylesheets/application.scss */
nav.main .search-options .info {
  color: #7a8295;
  font-size: 14px;
  margin-left: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

/* line 420, app/assets/stylesheets/application.scss */
nav.main .search-options li {
  display: flex;
  align-items: center;
  padding: 6px 26px;
}

/* line 426, app/assets/stylesheets/application.scss */
nav.main .search-options img {
  width: 20px;
  height: 20px;
  margin-right: 18px;
}

/* line 433, app/assets/stylesheets/application.scss */
nav.main input {
  height: 36px;
  width: 400px;
  background-color: #e2e6e8;
  padding-left: 26px;
  outline: none;
  border: none;
  font-size: 14px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media screen and (max-width: 767px) {
  /* line 447, app/assets/stylesheets/application.scss */
  nav.main .container {
    flex-direction: column;
  }
  /* line 451, app/assets/stylesheets/application.scss */
  nav.main ul.nav {
    padding: 0 4px;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
  }
  /* line 457, app/assets/stylesheets/application.scss */
  nav.main ul.nav .nav-item.search {
    justify-content: center;
    flex-direction: column;
  }
  /* line 461, app/assets/stylesheets/application.scss */
  nav.main ul.nav .nav-item.search a {
    background: #D04A02;
    width: 45px;
    height: 30px;
    border-radius: 30px;
    flex-shrink: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 475, app/assets/stylesheets/application.scss */
  nav.main form.search {
    max-width: 100%;
    padding: 10px;
  }
  /* line 479, app/assets/stylesheets/application.scss */
  nav.main form.search .input-group {
    flex-wrap: nowrap;
  }
  /* line 483, app/assets/stylesheets/application.scss */
  nav.main form.search.collapse:not(.show) {
    display: none !important;
  }
}

/* line 490, app/assets/stylesheets/application.scss */
.devise-shared-link {
  font-size: 11px;
  text-align: left;
  color: white;
}

/* line 496, app/assets/stylesheets/application.scss */
.btn {
  border-radius: 18px;
  font-weight: bold;
  font-size: 12px;
}

/* line 502, app/assets/stylesheets/application.scss */
.btn.btn-primary {
  background-color: #D04A02;
}

/* line 505, app/assets/stylesheets/application.scss */
.btn.btn-primary:disabled {
  background-color: #e7eef5;
  color: #9ea7bc;
  border: solid 1px #D04A02;
}

/* line 512, app/assets/stylesheets/application.scss */
.btn.btn-secondary {
  background-color: #fff;
  color: #000;
  border: solid 1px #D04A02;
}

/* line 519, app/assets/stylesheets/application.scss */
.form-control {
  font-size: 14px;
  padding: 14px 18px;
  height: 50px;
}

/* line 524, app/assets/stylesheets/application.scss */
.form-control.file {
  padding: 0;
  height: auto;
  background: none;
  border: none;
}

/* line 532, app/assets/stylesheets/application.scss */
select.form-control {
  padding: 0.375rem 0.75rem;
}

/* line 536, app/assets/stylesheets/application.scss */
textarea.form-control {
  font-weight: normal;
}

/* line 540, app/assets/stylesheets/application.scss */
.form-control:focus {
  box-shadow: none;
  border-width: 2px;
}

/* line 545, app/assets/stylesheets/application.scss */
.input ::-moz-placeholder {
  color: #9ea7bc;
}
.input ::placeholder {
  color: #9ea7bc;
}

/* line 549, app/assets/stylesheets/application.scss */
.input input,
.input select {
  height: 50px;
}

/* line 554, app/assets/stylesheets/application.scss */
.input textarea {
  height: 100px;
  padding: 14px 18px;
  font-size: 14px;
}

/* line 562, app/assets/stylesheets/application.scss */
.input.field_with_errors input,
.input.field_with_errors select,
.input.field_with_errors textarea {
  border: 1px solid #ff0000;
}

/* line 569, app/assets/stylesheets/application.scss */
span.error {
  display: block;
  margin-top: 6px;
  color: #ff0000;
  font-size: 15px;
  font-weight: normal;
}

/* line 576, app/assets/stylesheets/application.scss */
span.error.text {
  font-weight: bold;
}

/* line 581, app/assets/stylesheets/application.scss */
.special-input-wrapper span.error {
  margin-top: -5px;
  margin-bottom: 12px;
}

/* line 586, app/assets/stylesheets/application.scss */
.card {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  border-radius: 3.5px;
}

/* line 590, app/assets/stylesheets/application.scss */
.card h5.card-title {
  font-size: 15px;
  font-weight: bold;
}

/* line 596, app/assets/stylesheets/application.scss */
.card .card-body .card-speaker {
  font-size: 16px;
  color: #555562;
}

/* line 601, app/assets/stylesheets/application.scss */
.card .card-body h4.card-title {
  font-size: 18px;
  font-weight: bold;
}

/* line 606, app/assets/stylesheets/application.scss */
.card .card-body .card-date {
  font-size: 13px;
  color: #C4C4C4;
  font-weight: 200;
}

/* line 613, app/assets/stylesheets/application.scss */
.card .card-text {
  font-size: 15px;
}

/* line 618, app/assets/stylesheets/application.scss */
.alert {
  margin-bottom: 0;
}

/* line 622, app/assets/stylesheets/application.scss */
.modal .modal-content {
  border-radius: 3.5px;
}

/* line 625, app/assets/stylesheets/application.scss */
.modal .modal-content h6 {
  font-weight: bold;
  font-size: 15px;
}

/* line 630, app/assets/stylesheets/application.scss */
.modal .modal-content .modal-header,
.modal .modal-content .modal-body,
.modal .modal-content .modal-footer {
  padding-left: 40px;
  padding-right: 40px;
}

/* line 637, app/assets/stylesheets/application.scss */
.modal .modal-content .modal-header {
  display: flex;
  align-items: center;
}

/* line 641, app/assets/stylesheets/application.scss */
.modal .modal-content .modal-header .close {
  margin: 0;
  padding: 0;
}

/* line 647, app/assets/stylesheets/application.scss */
.modal .modal-content .modal-title {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

/* line 658, app/assets/stylesheets/application.scss */
.modal .modal-content hr {
  margin: 0;
}

/* line 665, app/assets/stylesheets/application.scss */
.modal-secondary .modal-content .modal-title {
  font-size: 15px;
}

/* line 669, app/assets/stylesheets/application.scss */
.modal-secondary .modal-content .modal-header,
.modal-secondary .modal-content .modal-body {
  padding-top: 24px;
  padding-left: 32px;
  padding-right: 32px;
}

@media screen and (max-width: 767px) {
  /* line 679, app/assets/stylesheets/application.scss */
  .modal-dialog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  /* line 685, app/assets/stylesheets/application.scss */
  .modal-dialog .actions {
    flex-direction: column;
    width: 100%;
  }
  /* line 689, app/assets/stylesheets/application.scss */
  .modal-dialog .actions button {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }
  /* line 694, app/assets/stylesheets/application.scss */
  .modal-dialog .actions button:last-child {
    margin-bottom: 0;
    margin-left: 0 !important;
  }
}

/* line 703, app/assets/stylesheets/application.scss */
.text:not(input, textarea, label) {
  font-size: 14px;
  font-weight: bold;
  color: #0f100c;
}

@media (min-width: 576px) {
  /* line 710, app/assets/stylesheets/application.scss */
  .modal-dialog {
    max-width: 640px;
  }
}

/* line 716, app/assets/stylesheets/application.scss */
.special-input-wrapper .information {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  color: #9ea7bc;
}

/* line 722, app/assets/stylesheets/application.scss */
.special-input-wrapper .information img {
  margin-right: 9px;
}

/* line 728, app/assets/stylesheets/application.scss */
.special-input {
  position: relative;
  border-radius: 3.5px;
}

/* line 733, app/assets/stylesheets/application.scss */
.special-input > label.form-control {
  border: none;
}

/* line 737, app/assets/stylesheets/application.scss */
.special-input.field_with_errors {
  border: 1px solid #ff0000;
}

/* line 741, app/assets/stylesheets/application.scss */
.special-input:hover, .special-input > label:hover {
  cursor: pointer;
}

/* line 746, app/assets/stylesheets/application.scss */
.special-input .input label::before {
  content: url(/assets/icons/check-437363e49dccfdcc681bfadf6827401fe3d0139716c719e54323a189c8a4dd05.svg);
  font-weight: 900;
  color: #D04A02;
  margin-right: 10px;
  visibility: hidden;
}

/* line 754, app/assets/stylesheets/application.scss */
.special-input .input .selected label::before {
  visibility: visible;
}

/* line 758, app/assets/stylesheets/application.scss */
.special-input .options-wrapper {
  display: none;
  padding: 10px 0;
  min-width: 200px;
  z-index: 9999;
  box-sizing: border-box;
  background: white;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}

/* line 771, app/assets/stylesheets/application.scss */
.special-input .options-wrapper .input span {
  width: 100%;
}

/* line 775, app/assets/stylesheets/application.scss */
.special-input .options-wrapper .radio-buttons,
.special-input .options-wrapper .checkboxes {
  display: flex;
  flex-direction: column;
}

/* line 780, app/assets/stylesheets/application.scss */
.special-input .options-wrapper .radio-buttons .form-control,
.special-input .options-wrapper .checkboxes .form-control {
  display: inline;
  width: auto;
}

/* line 785, app/assets/stylesheets/application.scss */
.special-input .options-wrapper .radio-buttons .radio label,
.special-input .options-wrapper .radio-buttons .checkbox label,
.special-input .options-wrapper .checkboxes .radio label,
.special-input .options-wrapper .checkboxes .checkbox label {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  color: #0f100c;
  padding: 6px 40px 6px 14px;
  justify-content: center;
}

/* line 796, app/assets/stylesheets/application.scss */
.special-input .options-wrapper .radio-buttons .radio label:hover,
.special-input .options-wrapper .radio-buttons .checkbox label:hover,
.special-input .options-wrapper .checkboxes .radio label:hover,
.special-input .options-wrapper .checkboxes .checkbox label:hover {
  cursor: pointer;
  background-color: #eff3f8;
}

/* line 801, app/assets/stylesheets/application.scss */
.special-input .options-wrapper .radio-buttons .radio label input,
.special-input .options-wrapper .radio-buttons .checkbox label input,
.special-input .options-wrapper .checkboxes .radio label input,
.special-input .options-wrapper .checkboxes .checkbox label input {
  display: none;
}

/* line 807, app/assets/stylesheets/application.scss */
.special-input .options-wrapper .input.radio_buttons {
  margin-bottom: 0;
}

/* line 811, app/assets/stylesheets/application.scss */
.special-input .options-wrapper .information {
  margin: 24px 35px 20px 35px;
}

/* line 817, app/assets/stylesheets/application.scss */
.current-indicator {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: relative;
  margin-top: 18px;
  display: none;
  border-bottom: 20px solid #c3cdd8;
}

/* line 827, app/assets/stylesheets/application.scss */
.current-indicator.green {
  border-bottom: 20px solid #D04A02;
}

/* line 831, app/assets/stylesheets/application.scss */
.current-indicator::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 18px solid white;
  left: -9px;
  top: 3px;
  z-index: 2;
}

/* line 844, app/assets/stylesheets/application.scss */
.current-indicator.bottom {
  border-bottom: none;
  border-top: 20px solid #c3cdd8;
}

/* line 848, app/assets/stylesheets/application.scss */
.current-indicator.bottom.green {
  border-bottom: 20px solid #D04A02;
}

/* line 852, app/assets/stylesheets/application.scss */
.current-indicator.bottom::after {
  border-bottom: none;
  border-top: 18px solid white;
  top: auto;
  bottom: 3px;
}

/* line 861, app/assets/stylesheets/application.scss */
.anchor-up {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: relative;
  margin-top: 18px;
  display: none;
  border-bottom: 20px solid white;
  position: absolute;
  top: 12px;
  left: 5px;
  z-index: 11;
}

/* line 878, app/assets/stylesheets/application.scss */
[data-toggle="floating-list"]:hover {
  cursor: pointer;
}

/* line 883, app/assets/stylesheets/application.scss */
ul.floating-list {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  background-color: white;
  list-style: none;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  z-index: 10;
  min-width: 200px;
  padding: 12px 0;
}

/* line 900, app/assets/stylesheets/application.scss */
ul.floating-list li {
  font-size: 14px;
  color: #0f100c;
  font-weight: bold;
  padding: 6px 30px;
}

/* line 907, app/assets/stylesheets/application.scss */
ul.floating-list li:hover {
  background-color: #eff3f8;
  cursor: pointer;
}

/* line 913, app/assets/stylesheets/application.scss */
ul.floating-list a {
  text-decoration: none;
  color: #0f100c;
}

/* line 917, app/assets/stylesheets/application.scss */
ul.floating-list a:hover {
  text-decoration: none;
}

/* line 922, app/assets/stylesheets/application.scss */
ul.floating-list .anchor-up {
  display: block;
}

/* line 927, app/assets/stylesheets/application.scss */
.centered-text {
  margin-top: 10px;
  font-weight: bold;
}

/* line 931, app/assets/stylesheets/application.scss */
.centered-text span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #0f100c;
}

/* line 938, app/assets/stylesheets/application.scss */
.centered-text a {
  color: #D04A02;
  text-decoration: none;
}

/* line 942, app/assets/stylesheets/application.scss */
.centered-text a:hover {
  cursor: pointer;
}

/* line 948, app/assets/stylesheets/application.scss */
.datepicker {
  z-index: 99999 !important;
}

/* line 953, app/assets/stylesheets/application.scss */
[class*="col-sm-"]:first-child {
  padding-left: 0;
}

/* line 957, app/assets/stylesheets/application.scss */
[class*="col-sm-"]:last-child {
  padding-right: 0;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/assets/MaterialIcons-Regular-a87d66c91b2e7dc5530aef76c03bd6a3d25ea5826110bf4803b561b811cc8726.woff2) format("woff2"), url(/assets/MaterialIcons-Regular-c4a1baec300d09e03a8380b85918267ee80faae8e00c6c56b48e2e74b1d9b38d.woff) format("woff"), url(/assets/MaterialIcons-Regular-b7f4a3ab562048f28dd1fa691601bc43363a61d0f876d16d8316c52e4f32d696.ttf) format("truetype");
}

/* line 974, app/assets/stylesheets/application.scss */
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/* line 1000, app/assets/stylesheets/application.scss */
.checkbox-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}

/* line 1006, app/assets/stylesheets/application.scss */
.checkbox-wrapper input {
  margin-right: 6px;
}

/* line 1010, app/assets/stylesheets/application.scss */
.checkbox-wrapper label {
  font-size: 14px;
  font-weight: bold;
  color: #0f100c;
  margin-bottom: 0;
}

/* line 1018, app/assets/stylesheets/application.scss */
.material-icons.md-18 {
  font-size: 18px;
}

/* line 1022, app/assets/stylesheets/application.scss */
.material-icons.md-24 {
  font-size: 24px;
}

/* line 1026, app/assets/stylesheets/application.scss */
.material-icons.md-28 {
  font-size: 28px;
}

/* line 1030, app/assets/stylesheets/application.scss */
.material-icons.md-36 {
  font-size: 36px;
}

/* line 1034, app/assets/stylesheets/application.scss */
.material-icons.md-48 {
  font-size: 48px;
}

/* line 1038, app/assets/stylesheets/application.scss */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

/* line 1042, app/assets/stylesheets/application.scss */
.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* line 1046, app/assets/stylesheets/application.scss */
.material-icons.md-grey {
  color: #7a8295;
}

/* line 1050, app/assets/stylesheets/application.scss */
.material-icons.md-light {
  color: white;
}

/* line 1054, app/assets/stylesheets/application.scss */
.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

/* line 1058, app/assets/stylesheets/application.scss */
.material-icons.md-orange {
  color: #f6ac0e;
}

/* line 1062, app/assets/stylesheets/application.scss */
.row {
  margin-left: 0;
  margin-right: 0;
}

/* line 1067, app/assets/stylesheets/application.scss */
.resolution-recommendation {
  background-color: #7a8295;
  border-radius: 10px;
  padding: 1px 15px;
  font-size: 13px;
  color: white;
  white-space: nowrap;
}

/* line 1077, app/assets/stylesheets/application.scss */
.startup-create-logo-container .text {
  margin-top: 75px !important;
}

/* line 1082, app/assets/stylesheets/application.scss */
.evidence-input {
  margin-top: 34px;
  margin-left: 10px;
}

/* line 1087, app/assets/stylesheets/application.scss */
.evidence-div-input {
  display: flex;
}

/* line 1091, app/assets/stylesheets/application.scss */
.image-placeholder {
  background-position: center;
  position: relative;
}

/* line 1095, app/assets/stylesheets/application.scss */
.image-placeholder .croppie-container {
  position: absolute;
  top: 0;
}

/* line 1099, app/assets/stylesheets/application.scss */
.image-placeholder .croppie-container .cr-boundary {
  border-radius: 50%;
}

/* line 1105, app/assets/stylesheets/application.scss */
.material-icons-outilined.event {
  color: #8b92a1;
  font-size: 19px;
}

/* line 1110, app/assets/stylesheets/application.scss */
.material-icons.event-index {
  color: #8b92a1;
  font-size: 36px;
  margin-left: 15px;
  margin-top: 10px;
}

/* line 1117, app/assets/stylesheets/application.scss */
.material-icons-outlined.schedule {
  color: #8b92a1;
  font-size: 19px;
}

/* line 1122, app/assets/stylesheets/application.scss */
.material-icons-outlined.location-on {
  color: #8b92a1;
  font-size: 19px;
}

/* line 1127, app/assets/stylesheets/application.scss */
.material-icons-outlined.insert-photo {
  color: #8b92a1;
  font-size: 19px;
}

/* line 1132, app/assets/stylesheets/application.scss */
.material-icons-outlined.record-voice-over {
  color: #8b92a1;
  font-size: 19px;
}

/* line 1137, app/assets/stylesheets/application.scss */
.anchor.upsidedown {
  transform: rotate(-180deg);
  transition: transform 0.2s ease-out;
}

/* line 1142, app/assets/stylesheets/application.scss */
.input label {
  margin-bottom: 6px;
  font-weight: 500;
}

/* line 1147, app/assets/stylesheets/application.scss */
.hidden {
  display: none !important;
}

/* line 1151, app/assets/stylesheets/application.scss */
.iti {
  display: block !important;
}

/* line 1155, app/assets/stylesheets/application.scss */
.multilanguage-label-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

/* line 1161, app/assets/stylesheets/application.scss */
.multilanguage-label-wrapper label {
  margin-right: 10px;
  margin-bottom: 0;
}

/* line 1166, app/assets/stylesheets/application.scss */
.multilanguage-label-wrapper .buttons {
  position: relative;
}

/* line 1169, app/assets/stylesheets/application.scss */
.multilanguage-label-wrapper .buttons:hover .info-icon-wrapper {
  height: 46px;
}

/* line 1173, app/assets/stylesheets/application.scss */
.multilanguage-label-wrapper .buttons .info-icon {
  display: none;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  filter: drop-shadow(0px 0px 1px black);
  font-weight: bold;
  background: #222;
  border-radius: 50%;
  padding: 8px;
  color: white;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-left: 20px;
}

/* line 1194, app/assets/stylesheets/application.scss */
.multilanguage-label-wrapper .buttons .info-icon-wrapper {
  z-index: 10;
  height: 14px;
  width: 66px;
  position: absolute;
  bottom: 10px;
}

/* line 1202, app/assets/stylesheets/application.scss */
.multilanguage-label-wrapper .buttons .info-icon-wrapper:hover .info-icon {
  display: flex;
}

/* line 1209, app/assets/stylesheets/application.scss */
.multilanguage-label-wrapper .buttons:hover .info-icon {
  display: flex;
}

/* line 1215, app/assets/stylesheets/application.scss */
.multilanguage-label-wrapper button {
  position: relative;
  z-index: 20;
  flex-shrink: 0;
  padding: 5px;
  line-height: 14px;
  border-radius: 4px;
  color: #b2bec3;
  background: none;
  min-width: 30px;
  border: none;
  font-size: 14px;
  align-self: flex-start;
}

/* line 1229, app/assets/stylesheets/application.scss */
.multilanguage-label-wrapper button.active {
  background-color: #e5e9f2;
  color: #636e72;
}

/* line 1235, app/assets/stylesheets/application.scss */
.multilanguage-label-wrapper .changed-language-warning {
  font-size: 12px;
  color: #2ecc71;
  font-weight: 500;
  display: none;
  margin-left: 8px;
}

/* line 1243, app/assets/stylesheets/application.scss */
.multilanguage-label-wrapper .update-translation {
  display: none;
  font-size: 12px;
  color: #0984e3;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 8px;
}

/* line 1253, app/assets/stylesheets/application.scss */
.multilanguage-title-wrapper {
  display: flex;
}

/* line 1256, app/assets/stylesheets/application.scss */
.multilanguage-title-wrapper .multilanguage-label-wrapper {
  margin-bottom: 0;
  margin-left: 10px;
}

/* line 1262, app/assets/stylesheets/application.scss */
.swal2-modal {
  padding: 50px !important;
}

/* line 1265, app/assets/stylesheets/application.scss */
.swal2-modal .swal2-title {
  font-weight: 500 !important;
  margin-bottom: 20px !important;
}

/* line 1270, app/assets/stylesheets/application.scss */
.swal2-modal button {
  font-size: 14px !important;
  height: 36px !important;
  border-radius: 34px !important;
}

/* line 1275, app/assets/stylesheets/application.scss */
.swal2-modal button.swal2-confirm {
  background-color: #D04A02 !important;
}

/* line 1279, app/assets/stylesheets/application.scss */
.swal2-modal button.swal2-cancel {
  border: 1px solid #D04A02 !important;
  color: black !important;
  background: none !important;
}
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: flex;
  flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 32px;
  z-index: 1; }
  .datepicker--cell.-focus- {
    background: #f0f0f0; }
  .datepicker--cell.-current- {
    color: #4EB5E6; }
    .datepicker--cell.-current-.-focus- {
      color: #4a4a4a; }
    .datepicker--cell.-current-.-in-range- {
      color: #4EB5E6; }
  .datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0; }
    .datepicker--cell.-in-range-.-focus- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae; }
    .datepicker--cell.-disabled-.-focus- {
      color: #aeaeae; }
    .datepicker--cell.-disabled-.-in-range- {
      color: #a1a1a1; }
    .datepicker--cell.-disabled-.-current-.-focus- {
      color: #aeaeae; }
  .datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px; }
  .datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0; }
  .datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px; }
  .datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef; }
    .datepicker--cell.-selected-.-current- {
      color: #fff;
      background: #5cc4ef; }
    .datepicker--cell.-selected-.-focus- {
      background: #45bced; }
  .datepicker--cell:empty {
    cursor: default; }

.datepicker--days-names {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }
  @media print {
    .datepickers-container {
      display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  z-index: 100; }
  .datepicker.-from-top- {
    transform: translateY(-8px); }
  .datepicker.-from-right- {
    transform: translateX(8px); }
  .datepicker.-from-bottom- {
    transform: translateY(8px); }
  .datepicker.-from-left- {
    transform: translateX(-8px); }
  .datepicker.active {
    opacity: 1;
    transform: translate(0);
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px; }
  .-only-timepicker- .datepicker--content {
    display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }
  .-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    transform: rotate(135deg); }
  .-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    transform: rotate(225deg); }
  .-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    transform: rotate(315deg); }
  .-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    transform: rotate(45deg); }
  .-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    left: 10px; }
  .-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    right: 10px; }
  .-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2); }
  .-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px; }
  .-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px; }
  .-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }
  .datepicker--body.active {
    display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }
  .-only-timepicker- .datepicker--nav {
    display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; }
  .datepicker--nav-action:hover {
    background: #f0f0f0; }
  .datepicker--nav-action.-disabled- {
    visibility: hidden; }
  .datepicker--nav-action svg {
    width: 32px;
    height: 32px; }
  .datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }
  .datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px; }
  .datepicker--nav-title:hover {
    background: #f0f0f0; }
  .datepicker--nav-title.-disabled- {
    cursor: default;
    background: none; }

.datepicker--buttons {
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px; }
  .datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: flex;
  align-items: center;
  padding: 4px;
  position: relative; }
  .datepicker--time.-am-pm- .datepicker--time-sliders {
    flex: 0 1 138px;
    max-width: 138px; }
  .-only-timepicker- .datepicker--time {
    border-top: none; }

.datepicker--time-sliders {
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }
  .datepicker--time-current-hours:after,
  .datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0; }
  .datepicker--time-current-hours.-focus-:after,
  .datepicker--time-current-minutes.-focus-:after {
    opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }
  .datepicker--time-row:first-child {
    margin-bottom: 4px; }
  .datepicker--time-row input[type='range'] {
    background: none;
    cursor: pointer;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-ms-tooltip {
      display: none; }
    .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-moz-range-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-ms-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:focus {
      outline: none; }
      .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-ms-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      -webkit-transition: background .2s;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-moz-range-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      -moz-transition: background .2s;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-ms-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      -ms-transition: background .2s;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      margin-top: -6px; }
    .datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-moz-range-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-lower {
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-upper {
      background: transparent; }
  .datepicker--time-row span {
    padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }
  .datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute; }
  .datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    transform: translateY(-100%); }
  .datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }
/**
 * selectize.bootstrap3.css (v0.12.6) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi
  > .selectize-input
  > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 4px 4px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #ccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 4px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  border-radius: 4px 4px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input > div.active {
  background: #428bca;
  color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}
.selectize-dropdown .active.create {
  color: #262626;
}
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fff;
}
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: " ";
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}
.selectize-dropdown-content {
  padding: 5px 0;
}
.selectize-dropdown-header {
  padding: 6px 12px;
}
.selectize-input {
  min-height: 34px;
}
.selectize-input.dropdown-active {
  border-radius: 4px;
}
.selectize-input.dropdown-active::before {
  display: none;
}
.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.has-error .selectize-input {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .selectize-input:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}
.selectize-control.multi .selectize-input > div {
  border-radius: 3px;
}
.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
}
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit https://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/

.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-42f3fd7ecbd1e18e5e9c5cbbc2ba9ce4d81a388258a81833d38819a1406ff48d.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-42f3fd7ecbd1e18e5e9c5cbbc2ba9ce4d81a388258a81833d38819a1406ff48d.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-9dab1725ee38e87989a48796505748157d0238ac72c25a072f5162aa61e2da06.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-6d81fc3fac3b17a25f4ef3eee1394642d38b1adba5c7442acef3b3c8b045cbe7.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-91e1ea5f253e72e2e9402cff2bb58fa98b5faa49f9ded999c760013b94ead7f8.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-6efc1db612130b63222e0f6bf54d37392c3f2bdb2c10ba50f5d0f1e14d63af61.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-943d9bc18134619d37406debd81636b63881363a019513c1d6e6cb13b5c5fb30.png)/*{iconsDefault}*/;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI Accordion 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/accordion/#theming
 */
/*

 */

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
/*!
 * jQuery UI Autocomplete 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/autocomplete/#theming
 */
/*

 */

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/button/#theming
 */
/*

 */

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	     user-select: none;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 125+ */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/checkboxradio/#theming
 */
/*

 */


.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
/*!
 * jQuery UI Controlgroup 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/controlgroup/#theming
 */
/*

 */


.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/datepicker/#theming
 */
/*

 */

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Dialog 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/dialog/#theming
 */
/*

 */

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*!
 * jQuery UI Draggable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */

.ui-draggable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/menu/#theming
 */
/*

 */

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Progressbar 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/progressbar/#theming
 */
/*

 */

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */

.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
/*!
 * jQuery UI Selectable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */

.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/selectmenu/#theming
 */
/*

 */

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
/*!
 * jQuery UI Sortable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */

.ui-sortable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/slider/#theming
 */
/*

 */

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Spinner 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/spinner/#theming
 */
/*

 */

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
/*!
 * jQuery UI Tabs 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/tabs/#theming
 */
/*

 */

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
/*!
 * jQuery UI Tooltip 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/tooltip/#theming
 */
/*

 */

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */
/*




















 */

/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */
/*


 */

.croppie-container {
    width: 100%;
    height: 100%;
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none;
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.croppie-container .cr-resizer {
  z-index: 2;
  box-shadow: none;
  pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid black;
    background: #fff;
    width: 10px;
    height: 10px;
    content: '';
}

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
    left: 50%;
    margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
    top: 50%;
    margin-top: -5px;
}

.croppie-container .cr-original-image {
    display: none;
}

.croppie-container .cr-vp-circle {
    border-radius: 50%;
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
    touch-action: none;
}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 15px auto;
    text-align: center;
}

.croppie-result {
    position: relative;
    overflow: hidden;
}

.croppie-result img {
    position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
    transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/

.cr-slider {
    -webkit-appearance: none;
/*removes default webkit styles*/
	/*border: 1px solid white; *//*fix for FF unable to apply focus style bug */
    width: 300px;
/*required for proper track sizing in FF*/
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

.cr-slider:focus {
    outline: none;
}
/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.cr-slider::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
	border-color: transparent;/*leave room for the larger thumb to overflow with a transparent border */
	border-width: 6px 0;
	color: transparent;/*remove default tick marks*/
}
.cr-slider::-ms-fill-lower {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.cr-slider::-ms-fill-upper {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.cr-slider::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #ddd;
	margin-top:1px;
}
.cr-slider:focus::-ms-fill-lower {
	background: rgba(0, 0, 0, 0.5);
}
.cr-slider:focus::-ms-fill-upper {
	background: rgba(0, 0, 0, 0.5);
}
/*******************************************/

/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 1;
}
.cr-rotate-controls button {
	border: 0;
	background: none;
}
.cr-rotate-controls i:before {
	display: inline-block;
	font-style: normal;
	font-weight: 900;
	font-size: 22px;
}
.cr-rotate-l i:before {
	content: '↺';
}
.cr-rotate-r i:before {
	content: '↻';
}
/* line 1, vendor/assets/stylesheets/intlTelInput.scss */
.iti {
  position: relative;
  display: inline-block;
}

/* line 4, vendor/assets/stylesheets/intlTelInput.scss */
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 7, vendor/assets/stylesheets/intlTelInput.scss */
.iti__hide {
  display: none;
}

/* line 9, vendor/assets/stylesheets/intlTelInput.scss */
.iti__v-hide {
  visibility: hidden;
}

/* line 11, vendor/assets/stylesheets/intlTelInput.scss */
.iti input, .iti input[type=text], .iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

/* line 18, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

/* line 24, vendor/assets/stylesheets/intlTelInput.scss */
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

/* line 31, vendor/assets/stylesheets/intlTelInput.scss */
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

/* line 38, vendor/assets/stylesheets/intlTelInput.scss */
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

/* line 41, vendor/assets/stylesheets/intlTelInput.scss */
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* line 55, vendor/assets/stylesheets/intlTelInput.scss */
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  /* line 59, vendor/assets/stylesheets/intlTelInput.scss */
  .iti__country-list {
    white-space: normal;
  }
}

/* line 61, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag-box {
  display: inline-block;
  width: 20px;
}

/* line 64, vendor/assets/stylesheets/intlTelInput.scss */
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

/* line 68, vendor/assets/stylesheets/intlTelInput.scss */
.iti__country {
  padding: 5px 10px;
  outline: none;
}

/* line 71, vendor/assets/stylesheets/intlTelInput.scss */
.iti__dial-code {
  color: #999;
}

/* line 73, vendor/assets/stylesheets/intlTelInput.scss */
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 75, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag-box, .iti__country-name, .iti__dial-code {
  vertical-align: middle;
}

/* line 77, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}

/* line 79, vendor/assets/stylesheets/intlTelInput.scss */
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

/* line 83, vendor/assets/stylesheets/intlTelInput.scss */
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

/* line 86, vendor/assets/stylesheets/intlTelInput.scss */
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

/* line 88, vendor/assets/stylesheets/intlTelInput.scss */
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 90, vendor/assets/stylesheets/intlTelInput.scss */
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

/* line 93, vendor/assets/stylesheets/intlTelInput.scss */
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

/* line 96, vendor/assets/stylesheets/intlTelInput.scss */
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 98, vendor/assets/stylesheets/intlTelInput.scss */
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

/* line 100, vendor/assets/stylesheets/intlTelInput.scss */
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

/* line 106, vendor/assets/stylesheets/intlTelInput.scss */
.iti--container:hover {
  cursor: pointer;
}

/* line 109, vendor/assets/stylesheets/intlTelInput.scss */
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

/* line 116, vendor/assets/stylesheets/intlTelInput.scss */
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

/* line 120, vendor/assets/stylesheets/intlTelInput.scss */
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

/* line 124, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag {
  width: 20px;
}

/* line 126, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__be {
  width: 18px;
}

/* line 128, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ch {
  width: 15px;
}

/* line 130, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mc {
  width: 19px;
}

/* line 132, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ne {
  width: 18px;
}

/* line 134, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__np {
  width: 13px;
}

/* line 136, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 139, vendor/assets/stylesheets/intlTelInput.scss */
  .iti__flag {
    background-size: 5652px 15px;
  }
}

/* line 141, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

/* line 144, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

/* line 147, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

/* line 150, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

/* line 153, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

/* line 156, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

/* line 159, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

/* line 162, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

/* line 165, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

/* line 168, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

/* line 171, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

/* line 174, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

/* line 177, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

/* line 180, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

/* line 183, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

/* line 186, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

/* line 189, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

/* line 192, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

/* line 195, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

/* line 198, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

/* line 201, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

/* line 204, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

/* line 207, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

/* line 210, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

/* line 213, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

/* line 216, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

/* line 219, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

/* line 222, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

/* line 225, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

/* line 228, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

/* line 231, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

/* line 234, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

/* line 237, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

/* line 240, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

/* line 243, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

/* line 246, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

/* line 249, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

/* line 252, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

/* line 255, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

/* line 258, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

/* line 261, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

/* line 264, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

/* line 267, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

/* line 270, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

/* line 273, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

/* line 276, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

/* line 279, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

/* line 282, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

/* line 285, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

/* line 288, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

/* line 291, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

/* line 294, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

/* line 297, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

/* line 300, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

/* line 303, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

/* line 306, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

/* line 309, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

/* line 312, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

/* line 315, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

/* line 318, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

/* line 321, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

/* line 324, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

/* line 327, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

/* line 330, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

/* line 333, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

/* line 336, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

/* line 339, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

/* line 342, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

/* line 345, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

/* line 348, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

/* line 351, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

/* line 354, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

/* line 357, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

/* line 360, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

/* line 363, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

/* line 366, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

/* line 369, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

/* line 372, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

/* line 375, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

/* line 378, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

/* line 381, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

/* line 384, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

/* line 387, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

/* line 390, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

/* line 393, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

/* line 396, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

/* line 399, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

/* line 402, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

/* line 405, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

/* line 408, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

/* line 411, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

/* line 414, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

/* line 417, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

/* line 420, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

/* line 423, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

/* line 426, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

/* line 429, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

/* line 432, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

/* line 435, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

/* line 438, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

/* line 441, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

/* line 444, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

/* line 447, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

/* line 450, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

/* line 453, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

/* line 456, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

/* line 459, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

/* line 462, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

/* line 465, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

/* line 468, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

/* line 471, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

/* line 474, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

/* line 477, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

/* line 480, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

/* line 483, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

/* line 486, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

/* line 489, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

/* line 492, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

/* line 495, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

/* line 498, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

/* line 501, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

/* line 504, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

/* line 507, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

/* line 510, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

/* line 513, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

/* line 516, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

/* line 519, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

/* line 522, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

/* line 525, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

/* line 528, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

/* line 531, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

/* line 534, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

/* line 537, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

/* line 540, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

/* line 543, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

/* line 546, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

/* line 549, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

/* line 552, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

/* line 555, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

/* line 558, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

/* line 561, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

/* line 564, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

/* line 567, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

/* line 570, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

/* line 573, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

/* line 576, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

/* line 579, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

/* line 582, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

/* line 585, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

/* line 588, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

/* line 591, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

/* line 594, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

/* line 597, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

/* line 600, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

/* line 603, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

/* line 606, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

/* line 609, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

/* line 612, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

/* line 615, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

/* line 618, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

/* line 621, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

/* line 624, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

/* line 627, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

/* line 630, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

/* line 633, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

/* line 636, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

/* line 639, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

/* line 642, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

/* line 645, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

/* line 648, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

/* line 651, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

/* line 654, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

/* line 657, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

/* line 660, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

/* line 663, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

/* line 666, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

/* line 669, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

/* line 672, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

/* line 675, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

/* line 678, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

/* line 681, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

/* line 684, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

/* line 687, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

/* line 690, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

/* line 693, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

/* line 696, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

/* line 699, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

/* line 702, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

/* line 705, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

/* line 708, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

/* line 711, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

/* line 714, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

/* line 717, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

/* line 720, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

/* line 723, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

/* line 726, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

/* line 729, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

/* line 732, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

/* line 735, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

/* line 738, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

/* line 741, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

/* line 744, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

/* line 747, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

/* line 750, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

/* line 753, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

/* line 756, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

/* line 759, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

/* line 762, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

/* line 765, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

/* line 768, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

/* line 771, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

/* line 774, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

/* line 777, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

/* line 780, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

/* line 783, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

/* line 786, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

/* line 789, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

/* line 792, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

/* line 795, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

/* line 798, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

/* line 801, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

/* line 804, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

/* line 807, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

/* line 810, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

/* line 813, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

/* line 816, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

/* line 819, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

/* line 822, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

/* line 825, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

/* line 828, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

/* line 831, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

/* line 834, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

/* line 837, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

/* line 840, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

/* line 843, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

/* line 846, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

/* line 849, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

/* line 852, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

/* line 855, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

/* line 858, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

/* line 861, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

/* line 864, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

/* line 867, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

/* line 870, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

/* line 873, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

/* line 876, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

/* line 879, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

/* line 882, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

/* line 885, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

/* line 888, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

/* line 891, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

/* line 894, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

/* line 897, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

/* line 900, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

/* line 903, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

/* line 906, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

/* line 909, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

/* line 912, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

/* line 916, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(/assets/flags-0a012cf808a24573168308916092d2d4bd3f2b4af8e16b59167013cc77acee55.png);
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 924, vendor/assets/stylesheets/intlTelInput.scss */
  .iti__flag {
    background-image: url(/assets/flags@2x-8ab4e961a71e2a404aab37e528b0312282c258015d58f5e0eb5dec6aa4ff63d2.png);
  }
}

/* line 927, vendor/assets/stylesheets/intlTelInput.scss */
.iti__flag.iti__np {
  background-color: transparent;
}
/* line 3, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.index .create-challenge-btn {
  margin-bottom: 14px;
}

/* line 7, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.index .actions {
  display: flex;
}

/* line 9, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.index .actions a {
  margin-right: 14px;
}

/* line 14, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.new .multilanguage-label-wrapper > label, body.admin.challenges.create .multilanguage-label-wrapper > label {
  margin-bottom: 0;
}

/* line 18, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.new main, body.admin.challenges.create main {
  width: 100%;
  padding: 20px;
  background-color: #f0f2f3;
}

/* line 24, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.new h3, body.admin.challenges.create h3 {
  font-size: 22px;
  font-weight: bold;
  color: #0f100c;
  margin-bottom: 30px;
}

/* line 31, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.new .input, body.admin.challenges.new .selectize-control, body.admin.challenges.create .input, body.admin.challenges.create .selectize-control {
  margin-bottom: 14px;
}

/* line 35, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.new .selectize-dropdown-content > div, body.admin.challenges.create .selectize-dropdown-content > div {
  padding: 12px;
}

/* line 41, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.show .content-wrapper, body.admin.challenges.update .content-wrapper {
  min-height: auto;
  height: auto;
}

/* line 46, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.show main, body.admin.challenges.update main {
  width: 100%;
  padding-bottom: 30px;
  background-color: #f0f2f3;
  padding: 30px;
}

/* line 53, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.show section, body.admin.challenges.update section {
  margin-top: 30px;
}

/* line 57, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.show .image-wrapper, body.admin.challenges.update .image-wrapper {
  position: relative;
  padding-top: 25%;
  width: 100%;
  overflow: hidden;
}

/* line 64, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.show img.challenge-image, body.admin.challenges.update img.challenge-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}

/* line 75, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.show .question-wrapper:first-child, body.admin.challenges.update .question-wrapper:first-child {
  margin-top: 0;
}

/* line 79, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.show .question-wrapper:last-child, body.admin.challenges.update .question-wrapper:last-child {
  margin-bottom: 0;
}

/* line 84, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.show .resource-video, body.admin.challenges.update .resource-video {
  width: 100%;
  height: 400px;
}

/* line 89, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.show h3, body.admin.challenges.update h3 {
  font-size: 20px;
  font-weight: bold;
  color: #0f100c;
  margin-bottom: 20px;
  display: flex;
}

/* line 98, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.show h3:before, body.admin.challenges.update h3:before {
  content: url(/assets/icons/anchor-down-grey-f1c4db284864c829edf2d5cfdd2b24ee992f1ca55b29e57da304593b3457455c.svg);
  margin-right: 8px;
  margin-top: -3px;
}

/* line 105, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.show .title, body.admin.challenges.update .title {
  margin-top: 20px;
}

/* line 109, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.show .description, body.admin.challenges.update .description {
  margin-top: 20px;
}

/* line 113, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.show .mentor, body.admin.challenges.update .mentor {
  padding: 20px;
  border: solid 1.1px #c3cdd8;
  border-radius: 3.5px;
  margin-bottom: 20px;
}

/* line 119, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.show .mentor img, body.admin.challenges.update .mentor img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 126, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.show .mentor .avatar-name, body.admin.challenges.update .mentor .avatar-name {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

/* line 131, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.show .mentor .avatar-name .question-wrapper, body.admin.challenges.update .mentor .avatar-name .question-wrapper {
  flex-grow: 1;
}

/* line 135, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.show .mentor .avatar-name img, body.admin.challenges.update .mentor .avatar-name img {
  margin-left: 18px;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 144, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.show .benefit hr, body.admin.challenges.show .stages hr, body.admin.challenges.update .benefit hr, body.admin.challenges.update .stages hr {
  margin: 36px 0;
}

/* line 148, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.show .applications .application, body.admin.challenges.update .applications .application {
  border: solid 1.1px #c3cdd8;
  border-radius: 3.5px;
  padding: 20px;
  margin-bottom: 20px;
}

/* line 155, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.show .applications .application .application-actions, body.admin.challenges.update .applications .application .application-actions {
  display: flex;
  justify-content: space-between;
}

/* line 159, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.show .applications .application .application-actions form, body.admin.challenges.update .applications .application .application-actions form {
  flex-grow: 1;
}

/* line 161, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.show .applications .application .application-actions form:first-child, body.admin.challenges.update .applications .application .application-actions form:first-child {
  margin-right: 6px;
}

/* line 162, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.show .applications .application .application-actions form:last-child, body.admin.challenges.update .applications .application .application-actions form:last-child {
  margin-left: 6px;
}

/* line 164, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.show .applications .application .application-actions form input[type="submit"], body.admin.challenges.update .applications .application .application-actions form input[type="submit"] {
  width: 100%;
}

/* line 170, app/assets/stylesheets/admin/challenges.scss */
body.admin.challenges.show .actions, body.admin.challenges.update .actions {
  display: flex;
  flex-direction: column;
}
/* line 2, app/assets/stylesheets/admin/common.scss */
body.admin main.index .table-wrapper {
  width: calc(100vw - 300px);
  display: flex;
  height: 100%;
}

/* line 8, app/assets/stylesheets/admin/common.scss */
body.admin main.index table {
  height: 100%;
  width: 100%;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 20px;
  table-layout: fixed;
  border-collapse: collapse;
  display: block;
  overflow: auto;
}

/* line 24, app/assets/stylesheets/admin/common.scss */
body.admin main.index thead {
  overflow: auto;
}

/* line 29, app/assets/stylesheets/admin/common.scss */
body.admin main.index .filters select,
body.admin main.index .filters input {
  width: 100%;
}

/* line 34, app/assets/stylesheets/admin/common.scss */
body.admin main.index .filters th {
  background-color: transparent;
}

/* line 38, app/assets/stylesheets/admin/common.scss */
body.admin main.index .filters input {
  background: none;
  border: none;
  border-bottom: solid 1px #c3cdd8;
  text-align: center;
  outline: none;
  color: #0f100c;
}

/* line 47, app/assets/stylesheets/admin/common.scss */
body.admin main.index .filters .special-input {
  border: none;
  padding: 0;
}

/* line 51, app/assets/stylesheets/admin/common.scss */
body.admin main.index .filters .special-input > label {
  border: none;
  background-color: transparent;
  flex-direction: row-reverse;
}

/* line 56, app/assets/stylesheets/admin/common.scss */
body.admin main.index .filters .special-input > label span {
  width: auto;
  margin-left: 0;
}

/* line 60, app/assets/stylesheets/admin/common.scss */
body.admin main.index .filters .special-input > label span.text {
  font-weight: normal;
  color: #9ea7bc;
  word-break: break-all;
}

/* line 67, app/assets/stylesheets/admin/common.scss */
body.admin main.index .filters .special-input > label img {
  margin-left: 0;
  margin-right: 6px;
}

/* line 72, app/assets/stylesheets/admin/common.scss */
body.admin main.index .filters .special-input > label > div {
  position: relative;
  width: 100%;
}

/* line 76, app/assets/stylesheets/admin/common.scss */
body.admin main.index .filters .special-input > label > div > div {
  display: flex;
  justify-content: center;
}

/* line 83, app/assets/stylesheets/admin/common.scss */
body.admin main.index .filters .special-input .values {
  margin-top: 8px;
}

/* line 87, app/assets/stylesheets/admin/common.scss */
body.admin main.index .filters .special-input .radio label {
  text-align: center;
}

/* line 93, app/assets/stylesheets/admin/common.scss */
body.admin main.index th {
  text-align: center;
  background-color: #0f100c;
  color: white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  padding: 20px;
}

/* line 103, app/assets/stylesheets/admin/common.scss */
body.admin main.index tr:hover {
  background-color: #dee4e8;
}

/* line 108, app/assets/stylesheets/admin/common.scss */
body.admin main.index td {
  padding: 20px;
  border: 1px solid #c3cdd8;
}

/* line 112, app/assets/stylesheets/admin/common.scss */
body.admin main.index td span {
  color: #0f100c;
  text-align: center;
  line-height: 1.33;
  word-break: break-all;
}

/* line 119, app/assets/stylesheets/admin/common.scss */
body.admin main.index td.name {
  padding: 0;
}

/* line 121, app/assets/stylesheets/admin/common.scss */
body.admin main.index td.name:hover {
  cursor: pointer;
}

/* line 125, app/assets/stylesheets/admin/common.scss */
body.admin main.index td.name a {
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  word-break: break-all;
}

/* line 142, app/assets/stylesheets/admin/common.scss */
.admin-users th span,
.admin-users td span,
.partners-list th span,
.partners-list td span,
.forms-index th span,
.forms-index td span,
.challenges th span,
.challenges td span,
.events th span,
.events td span,
.startups th span,
.startups td span {
  display: initial;
  min-width: 200px;
  text-align: center;
}

/* line 149, app/assets/stylesheets/admin/common.scss */
.admin-users td,
.partners-list td,
.forms-index td,
.challenges td,
.events td,
.startups td {
  text-align: center;
}

/* line 154, app/assets/stylesheets/admin/common.scss */
.select-challenge-container {
  margin-bottom: 20px;
}

/* line 157, app/assets/stylesheets/admin/common.scss */
.select-challenge-container #challenge_select-challenge-checkbox {
  width: 100%;
  margin-bottom: 0;
  align-self: center;
  flex-grow: 0;
}

/* line 164, app/assets/stylesheets/admin/common.scss */
.select-challenge-container label {
  place-self: center;
  margin-bottom: 0 !important;
}

/* line 170, app/assets/stylesheets/admin/common.scss */
.select-challenge-input {
  margin-bottom: 20px;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid;
}

/* line 176, app/assets/stylesheets/admin/common.scss */
.select-challenge-input select {
  width: 100%;
  height: 30px;
  align-self: center;
}

/* line 182, app/assets/stylesheets/admin/common.scss */
.select-challenge-input .select-challenge-label {
  margin: 0;
}

/* line 187, app/assets/stylesheets/admin/common.scss */
.text-box {
  margin-left: 10px;
}

/* line 190, app/assets/stylesheets/admin/common.scss */
.export-startups {
  float: right;
}

/* line 194, app/assets/stylesheets/admin/common.scss */
.title-camp {
  margin-top: 50px;
}

/* line 199, app/assets/stylesheets/admin/common.scss */
.partners-list .partner-table-content {
  display: inline-block;
}

/* line 203, app/assets/stylesheets/admin/common.scss */
.partners-list td {
  text-align: center;
}

/* line 208, app/assets/stylesheets/admin/common.scss */
.btn-secondary {
  margin-bottom: 14px;
}
/* line 3, app/assets/stylesheets/admin/events.scss */
body.admin.events.index .create-event-btn {
  margin-top: 10px;
  margin-bottom: 14px;
}

/* line 8, app/assets/stylesheets/admin/events.scss */
body.admin.events.index .actions {
  display: flex;
}

/* line 10, app/assets/stylesheets/admin/events.scss */
body.admin.events.index .actions a {
  margin-right: 14px;
}

/* line 20, app/assets/stylesheets/admin/events.scss */
body.admin.events.edit #event_start_at,
body.admin.events.edit #event_end_at, body.admin.events.new #event_start_at,
body.admin.events.new #event_end_at, body.admin.events.update #event_start_at,
body.admin.events.update #event_end_at, body.admin.events.create #event_start_at,
body.admin.events.create #event_end_at {
  width: 100%;
  height: 31px;
  border-radius: 4px;
  border: solid 1px #9da5b1;
  background-color: #ffffff;
  margin-left: 10px;
  outline: none;
}

/* line 32, app/assets/stylesheets/admin/events.scss */
body.admin.events.edit .btn.btn-primary, body.admin.events.new .btn.btn-primary, body.admin.events.update .btn.btn-primary, body.admin.events.create .btn.btn-primary {
  margin-left: 5px;
}

/* line 37, app/assets/stylesheets/admin/events.scss */
body.admin.events.edit .input-container, body.admin.events.new .input-container, body.admin.events.update .input-container, body.admin.events.create .input-container {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

/* line 43, app/assets/stylesheets/admin/events.scss */
body.admin.events.edit .input-container,
body.admin.events.edit .event, body.admin.events.new .input-container,
body.admin.events.new .event, body.admin.events.update .input-container,
body.admin.events.update .event, body.admin.events.create .input-container,
body.admin.events.create .event {
  position: absolute;
}

/* line 48, app/assets/stylesheets/admin/events.scss */
body.admin.events.edit #event_date, body.admin.events.new #event_date, body.admin.events.update #event_date, body.admin.events.create #event_date {
  width: 232px;
  height: 31px;
  border-radius: 4px;
  border: solid 1px #9da5b1;
  background-color: #ffffff;
}

/* line 56, app/assets/stylesheets/admin/events.scss */
body.admin.events.edit .event, body.admin.events.new .event, body.admin.events.update .event, body.admin.events.create .event {
  padding: 5px;
  background: #9da5b1;
  color: white;
  text-align: center;
  left: 202px;
  top: -2px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 67, app/assets/stylesheets/admin/events.scss */
body.admin.events.edit p.dimensions, body.admin.events.new p.dimensions, body.admin.events.update p.dimensions, body.admin.events.create p.dimensions {
  font-size: 10px;
  color: #8b92a1;
}

/* line 72, app/assets/stylesheets/admin/events.scss */
body.admin.events.edit main, body.admin.events.new main, body.admin.events.update main, body.admin.events.create main {
  width: 100%;
  padding: 20px;
  background-color: #f0f2f3;
}

/* line 78, app/assets/stylesheets/admin/events.scss */
body.admin.events.edit .content-wrapper, body.admin.events.new .content-wrapper, body.admin.events.update .content-wrapper, body.admin.events.create .content-wrapper {
  min-height: auto;
  height: auto;
}

/* line 83, app/assets/stylesheets/admin/events.scss */
body.admin.events.edit .image-placeholder, body.admin.events.new .image-placeholder, body.admin.events.update .image-placeholder, body.admin.events.create .image-placeholder {
  width: 247px;
  height: 100px;
  border: solid 1px #8b92a1;
  background-color: #eff2f7;
}

/* line 88, app/assets/stylesheets/admin/events.scss */
body.admin.events.edit .image-placeholder.is-active, body.admin.events.edit .image-placeholder:focus, body.admin.events.edit .image-placeholder:hover, body.admin.events.new .image-placeholder.is-active, body.admin.events.new .image-placeholder:focus, body.admin.events.new .image-placeholder:hover, body.admin.events.update .image-placeholder.is-active, body.admin.events.update .image-placeholder:focus, body.admin.events.update .image-placeholder:hover, body.admin.events.create .image-placeholder.is-active, body.admin.events.create .image-placeholder:focus, body.admin.events.create .image-placeholder:hover {
  border-color: #D04A02;
}

/* line 95, app/assets/stylesheets/admin/events.scss */
body.admin.events.edit p.insert-photo, body.admin.events.new p.insert-photo, body.admin.events.update p.insert-photo, body.admin.events.create p.insert-photo {
  height: 10px;
  font-size: 10px;
  padding-left: 2.5rem;
  overflow: hidden;
}

/* line 102, app/assets/stylesheets/admin/events.scss */
body.admin.events.edit .banner-wrapper, body.admin.events.new .banner-wrapper, body.admin.events.update .banner-wrapper, body.admin.events.create .banner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin-bottom: 1.25rem;
}

/* line 110, app/assets/stylesheets/admin/events.scss */
body.admin.events.edit .banner-wrapper img, body.admin.events.new .banner-wrapper img, body.admin.events.update .banner-wrapper img, body.admin.events.create .banner-wrapper img {
  width: 120px;
  height: 120px;
  margin: auto;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 119, app/assets/stylesheets/admin/events.scss */
body.admin.events.edit input[type="file"], body.admin.events.new input[type="file"], body.admin.events.update input[type="file"], body.admin.events.create input[type="file"] {
  display: none;
}

/* line 123, app/assets/stylesheets/admin/events.scss */
body.admin.events.edit .file_input, body.admin.events.new .file_input, body.admin.events.update .file_input, body.admin.events.create .file_input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

/* line 131, app/assets/stylesheets/admin/events.scss */
body.admin.events.edit .file_input:focus, body.admin.events.new .file_input:focus, body.admin.events.update .file_input:focus, body.admin.events.create .file_input:focus {
  outline: none;
}

/* line 139, app/assets/stylesheets/admin/events.scss */
body.admin.events.show main, body.admin.events.index main {
  width: 100%;
  background-color: #f0f2f3;
  padding: 30px;
}

/* line 145, app/assets/stylesheets/admin/events.scss */
body.admin.events.show tr td, body.admin.events.index tr td {
  cursor: pointer;
}

/* line 147, app/assets/stylesheets/admin/events.scss */
body.admin.events.show tr td span, body.admin.events.index tr td span {
  margin: auto;
}

/* line 152, app/assets/stylesheets/admin/events.scss */
body.admin.events.show .row, body.admin.events.index .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 157, app/assets/stylesheets/admin/events.scss */
body.admin.events.show h3, body.admin.events.index h3 {
  margin-bottom: 30px;
}

/* line 161, app/assets/stylesheets/admin/events.scss */
body.admin.events.show .input, body.admin.events.index .input {
  margin-bottom: 14px;
}

/* line 164, app/assets/stylesheets/admin/events.scss */
body.admin.events.show .input input, body.admin.events.index .input input {
  background: none;
}

/* line 168, app/assets/stylesheets/admin/events.scss */
body.admin.events.show section, body.admin.events.index section {
  margin-bottom: 30px;
  position: relative;
}

/* line 173, app/assets/stylesheets/admin/events.scss */
body.admin.events.show .delete-user-btn, body.admin.events.index .delete-user-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* line 179, app/assets/stylesheets/admin/events.scss */
body.admin.events.show label.boolean, body.admin.events.index label.boolean {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

/* line 184, app/assets/stylesheets/admin/events.scss */
body.admin.events.show label.boolean input, body.admin.events.index label.boolean input {
  margin-left: 6px;
}
/* line 5, app/assets/stylesheets/admin/locations.scss */
body.admin.locations main {
  width: 100%;
  background-color: #f0f2f3;
  padding: 30px;
}

/* line 11, app/assets/stylesheets/admin/locations.scss */
body.admin.locations tr td {
  cursor: pointer;
}

/* line 13, app/assets/stylesheets/admin/locations.scss */
body.admin.locations tr td span {
  margin: auto;
}

/* line 18, app/assets/stylesheets/admin/locations.scss */
body.admin.locations .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 23, app/assets/stylesheets/admin/locations.scss */
body.admin.locations h3 {
  margin-bottom: 30px;
}

/* line 27, app/assets/stylesheets/admin/locations.scss */
body.admin.locations .input {
  margin-bottom: 14px;
}

/* line 30, app/assets/stylesheets/admin/locations.scss */
body.admin.locations .input input {
  background: none;
}

/* line 35, app/assets/stylesheets/admin/locations.scss */
body.admin.locations section {
  margin-bottom: 30px;
  position: relative;
}

/* line 40, app/assets/stylesheets/admin/locations.scss */
body.admin.locations .deactivate-location-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* line 46, app/assets/stylesheets/admin/locations.scss */
body.admin.locations .name {
  text-align: center;
}
/* line 2, app/assets/stylesheets/admin/native_form.scss */
.native-form-table thead,
.native-form-table tr {
  width: 100%;
  display: flex;
}

/* line 8, app/assets/stylesheets/admin/native_form.scss */
.native-form-table th,
.native-form-table td {
  width: 15%;
  flex-grow: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 16, app/assets/stylesheets/admin/native_form.scss */
.native-form-table th span,
.native-form-table td span {
  min-width: 0 !important;
}

/* line 24, app/assets/stylesheets/admin/native_form.scss */
.new_native_form .multilanguage-input-wrapper,
.edit-native-form .multilanguage-input-wrapper {
  margin: 1rem;
}

/* line 28, app/assets/stylesheets/admin/native_form.scss */
.new_native_form .native_form_description_pt-BR,
.new_native_form .native_form_description_en,
.edit-native-form .native_form_description_pt-BR,
.edit-native-form .native_form_description_en {
  margin: 1rem 0 !important;
}

/* line 32, app/assets/stylesheets/admin/native_form.scss */
.new_native_form .native_form_description_pt-BR #native_form_description_pt-BR,
.new_native_form .native_form_description_pt-BR #native_form_description_en,
.new_native_form .native_form_description_en #native_form_description_pt-BR,
.new_native_form .native_form_description_en #native_form_description_en,
.edit-native-form .native_form_description_pt-BR #native_form_description_pt-BR,
.edit-native-form .native_form_description_pt-BR #native_form_description_en,
.edit-native-form .native_form_description_en #native_form_description_pt-BR,
.edit-native-form .native_form_description_en #native_form_description_en {
  width: 100%;
}

/* line 40, app/assets/stylesheets/admin/native_form.scss */
.native_form_question_required .checkbox {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}

/* line 45, app/assets/stylesheets/admin/native_form.scss */
.native_form_question_required .checkbox input {
  height: 20px;
}

/* line 51, app/assets/stylesheets/admin/native_form.scss */
.test-form-div {
  width: 60%;
  margin: auto;
}

/* line 55, app/assets/stylesheets/admin/native_form.scss */
.test-form-div h3 {
  margin-top: 20px;
}

/* line 59, app/assets/stylesheets/admin/native_form.scss */
.test-form-div .test-form-logo {
  text-align: center;
}

/* line 63, app/assets/stylesheets/admin/native_form.scss */
.test-form-div .native-form-container {
  width: 100%;
}

/* line 67, app/assets/stylesheets/admin/native_form.scss */
.test-form-div .test-form-buttons {
  display: flex;
  justify-content: space-evenly;
  margin-top: 20px;
}

/* line 74, app/assets/stylesheets/admin/native_form.scss */
.forms-index {
  padding: 30px;
  overflow: auto;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

/* line 80, app/assets/stylesheets/admin/native_form.scss */
.forms-index a {
  color: #0f100c;
  text-decoration: underline;
}

/* line 85, app/assets/stylesheets/admin/native_form.scss */
.forms-index .table-header {
  display: flex;
}

/* line 88, app/assets/stylesheets/admin/native_form.scss */
.forms-index .table-header tr {
  display: flex;
  width: 100%;
}

/* line 92, app/assets/stylesheets/admin/native_form.scss */
.forms-index .table-header tr th:nth-child(2) {
  flex-grow: 1;
}

/* line 98, app/assets/stylesheets/admin/native_form.scss */
.forms-index tbody {
  display: flex;
  height: auto;
  flex-direction: column;
}

/* line 103, app/assets/stylesheets/admin/native_form.scss */
.forms-index tbody tr {
  display: flex;
  width: 100%;
}

/* line 107, app/assets/stylesheets/admin/native_form.scss */
.forms-index tbody tr td:nth-child(2) {
  flex-grow: 1;
}

/* line 110, app/assets/stylesheets/admin/native_form.scss */
.forms-index tbody tr td:nth-child(2) span {
  width: 100%;
}

/* line 118, app/assets/stylesheets/admin/native_form.scss */
.native-form-main {
  width: 100%;
}

/* line 121, app/assets/stylesheets/admin/native_form.scss */
.native-form-main h3 {
  margin: 2rem 1rem;
}

/* line 126, app/assets/stylesheets/admin/native_form.scss */
.native-form-main form .input {
  display: flex;
  align-content: space-between;
  margin: 1rem;
}

/* line 131, app/assets/stylesheets/admin/native_form.scss */
.native-form-main form .input label {
  width: 30%;
  align-self: center;
}

/* line 136, app/assets/stylesheets/admin/native_form.scss */
.native-form-main form .input .form-control {
  width: 70%;
}

/* line 140, app/assets/stylesheets/admin/native_form.scss */
.native-form-main form .input .btn {
  margin-left: 1rem;
}

/* line 144, app/assets/stylesheets/admin/native_form.scss */
.native-form-main form .input .boolean {
  width: 100%;
  height: 25px;
  display: inline-flex;
  flex-direction: row-reverse;
}
/* line 1, app/assets/stylesheets/admin/notifications.scss */
body.notifications main {
  flex-grow: 1;
  width: 100%;
  min-height: 100%;
  padding: 0;
}

/* line 9, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.index table {
  border: 1px solid #c3cdd8;
  margin-right: 0;
}

/* line 14, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.index table thead th input {
  text-align: left !important;
}

/* line 15, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.index table thead th span {
  width: 100%;
  min-width: 200px;
}

/* line 18, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.index table thead.filters {
  display: none;
}

/* line 21, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.index table tbody th, body.notifications main.index table tbody td {
  padding: 10px 20px;
}

/* line 25, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.index table tbody tr {
  cursor: pointer;
}

/* line 30, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.index table .form-control {
  padding: 0;
}

/* line 34, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.index table th span, body.notifications main.index table td span {
  display: block;
  width: 100%;
  min-width: 200px;
}

/* line 40, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.index table th, body.notifications main.index table td {
  border: none;
}

/* line 43, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.index table th span, body.notifications main.index table td span {
  text-align: left;
}

/* line 49, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.index .special-input > label > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* line 56, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications {
  background-color: #f0f2f2;
}

/* line 59, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .container {
  margin-left: 50px;
}

/* line 63, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications h3 {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 68, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .msg-editor {
  width: 80vh;
}

/* line 71, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .msg-editor .hint {
  font-size: 12px;
  color: grey;
  text-align: end;
}

/* line 77, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .msg-editor .hint-counter {
  margin-top: 5px;
  font-size: 12px;
  color: grey;
}

/* line 83, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .msg-editor .search {
  margin-top: 30px;
}

/* line 86, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .msg-editor .search .search_select {
  width: 100%;
}

/* line 91, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .msg-editor .btn-primary {
  margin-top: 10px;
  float: right;
}

/* line 97, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications #loading {
  visibility: hidden;
}

/* line 101, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}

/* line 109, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

/* line 113, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 117, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 4px 4px 0 0;
}

/* line 126, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

/* line 136, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-dropdown-header-close:hover {
  color: #000000;
}

/* line 139, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}

/* line 147, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 150, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 153, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 156, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

/* line 160, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

/* line 184, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 187, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-control.plugin-remove_button .active[data-value] .remove {
  border-left-color: rgba(0, 0, 0, 0);
}

/* line 190, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

/* line 193, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}

/* line 196, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

/* line 202, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-control {
  position: relative;
}

/* line 205, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-dropdown,
body.notifications main.custom_notifications .selectize-input,
body.notifications main.custom_notifications .selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}

/* line 214, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-input,
body.notifications main.custom_notifications .selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

/* line 220, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-input {
  border: 1px solid #ccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 4px;
}

/* line 237, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}

/* line 240, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-input.full {
  background-color: #fff;
}

/* line 243, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-input.disabled,
body.notifications main.custom_notifications .selectize-input.disabled * {
  cursor: default !important;
}

/* line 247, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* line 251, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-input.dropdown-active {
  border-radius: 4px 4px 0 0;
}

/* line 256, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 263, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}

/* line 271, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-control.multi .selectize-input > div.active {
  background: #428bca;
  color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
}

/* line 276, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-control.multi .selectize-input.disabled > div,
body.notifications main.custom_notifications .selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}

/* line 282, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}

/* line 297, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-input > input::-ms-clear {
  display: none;
}

/* line 300, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-input > input:focus {
  outline: none !important;
}

/* line 303, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 308, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 318, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
}

/* line 334, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 338, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  border-radius: 1px;
}

/* line 344, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-dropdown .option,
body.notifications main.custom_notifications .selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}

/* line 348, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-dropdown .option,
body.notifications main.custom_notifications .selectize-dropdown [data-disabled],
body.notifications main.custom_notifications .selectize-dropdown [data-disabled] .option[data-selectable] {
  cursor: inherit;
  opacity: 0.5;
}

/* line 354, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-dropdown .option[data-selectable] {
  opacity: 1;
}

/* line 357, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 360, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-dropdown .optgroup-header {
  color: #777777;
  background: #fff;
  cursor: default;
}

/* line 365, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}

/* line 369, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-dropdown .active.create {
  color: #262626;
}

/* line 372, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}

/* line 375, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

/* line 381, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-control.single .selectize-input,
body.notifications main.custom_notifications .selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 385, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-control.single .selectize-input.input-active,
body.notifications main.custom_notifications .selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 389, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}

/* line 402, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}

/* line 407, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}

/* line 411, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

/* line 414, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fff;
}

/* line 418, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-dropdown,
body.notifications main.custom_notifications .selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 433, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}

/* line 437, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-dropdown .optgroup:first-child:before {
  display: none;
}

/* line 440, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}

/* line 450, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-dropdown-content {
  padding: 5px 0;
}

/* line 453, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-dropdown-header {
  padding: 6px 12px;
}

/* line 456, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-input {
  min-height: 34px;
}

/* line 459, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-input.dropdown-active {
  border-radius: 4px;
}

/* line 464, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-input.dropdown-active::before {
  display: none;
}

/* line 467, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 473, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .has-error .selectize-input {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 478, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .has-error .selectize-input:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 483, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}

/* line 487, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .selectize-control.multi .selectize-input > div {
  border-radius: 3px;
}

/* line 492, app/assets/stylesheets/admin/notifications.scss */
body.notifications main.custom_notifications .form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
}
/* line 2, app/assets/stylesheets/admin/partner_invites.scss */
body.admin.partner_invites main {
  background-color: #f0f2f3;
  width: 100%;
}

/* line 7, app/assets/stylesheets/admin/partner_invites.scss */
body.admin.partner_invites h3 {
  margin: 50px 0 6px 0;
}

/* line 11, app/assets/stylesheets/admin/partner_invites.scss */
body.admin.partner_invites p {
  font-size: 14px;
  color: #0f100c;
}

/* line 16, app/assets/stylesheets/admin/partner_invites.scss */
body.admin.partner_invites .inputs {
  display: flex;
  align-items: flex-end;
  width: 100%;
}

/* line 21, app/assets/stylesheets/admin/partner_invites.scss */
body.admin.partner_invites .inputs .input {
  flex-grow: 1;
  margin: 10px;
}

/* line 26, app/assets/stylesheets/admin/partner_invites.scss */
body.admin.partner_invites .inputs input:not([type="submit"]) {
  background-color: #f0f2f3;
}

/* line 29, app/assets/stylesheets/admin/partner_invites.scss */
body.admin.partner_invites .invite-button {
  display: flex;
  place-content: center;
  margin-top: 20px;
}
/* line 2, app/assets/stylesheets/admin/partners.scss */
body.admin.partners main {
  flex-grow: 1;
  width: 100%;
  min-height: 100%;
  padding: 0;
  padding-bottom: 30px;
  background-color: #f0f2f3;
}

/* line 13, app/assets/stylesheets/admin/partners.scss */
body.admin.partners .content-wrapper {
  min-height: auto;
  height: auto;
}

/* line 18, app/assets/stylesheets/admin/partners.scss */
body.admin.partners h3 {
  margin: 50px 0;
}

/* line 22, app/assets/stylesheets/admin/partners.scss */
body.admin.partners .input {
  margin-bottom: 33px;
}

/* line 26, app/assets/stylesheets/admin/partners.scss */
body.admin.partners .row {
  margin: 0;
}

/* line 31, app/assets/stylesheets/admin/partners.scss */
body.admin.partners .input:first-child {
  padding-left: 0;
}

/* line 35, app/assets/stylesheets/admin/partners.scss */
body.admin.partners .input:last-child {
  padding-right: 0;
}

/* line 40, app/assets/stylesheets/admin/partners.scss */
body.admin.partners .checkbox-wrapper {
  margin-bottom: 20px;
}

/* line 42, app/assets/stylesheets/admin/partners.scss */
body.admin.partners .checkbox-wrapper .input {
  margin-bottom: 3px;
}

/* line 45, app/assets/stylesheets/admin/partners.scss */
body.admin.partners input[type="file"] {
  display: none;
}

/* line 49, app/assets/stylesheets/admin/partners.scss */
body.admin.partners input:not([type="submit"]), body.admin.partners textarea, body.admin.partners select {
  background-color: #f0f2f3;
}

/* line 53, app/assets/stylesheets/admin/partners.scss */
body.admin.partners .image-placeholder {
  width: 177px;
  height: 177px;
  border-radius: 50%;
  background-size: cover;
  margin-bottom: 33px;
  margin-right: 30px;
}

/* line 62, app/assets/stylesheets/admin/partners.scss */
body.admin.partners .image-placeholder label {
  cursor: pointer;
}

/* line 64, app/assets/stylesheets/admin/partners.scss */
body.admin.partners .image-placeholder img {
  border-radius: 50%;
  border: 1px solid #e6e6e6;
}

/* line 70, app/assets/stylesheets/admin/partners.scss */
body.admin.partners textarea {
  height: 100%;
}

/* line 74, app/assets/stylesheets/admin/partners.scss */
body.admin.partners .text {
  display: flex;
  flex-direction: column;
}

/* line 79, app/assets/stylesheets/admin/partners.scss */
body.admin.partners .row.logo {
  display: flex;
}

/* line 82, app/assets/stylesheets/admin/partners.scss */
body.admin.partners .row.logo .text {
  flex-grow: 1;
}

/* line 86, app/assets/stylesheets/admin/partners.scss */
body.admin.partners.edit h3 {
  margin-bottom: 10px;
}

/* line 90, app/assets/stylesheets/admin/partners.scss */
body.admin.partners.edit .platform-link {
  display: block;
  margin-bottom: 50px;
}

/* line 95, app/assets/stylesheets/admin/partners.scss */
body.admin.partners.edit div.container {
  position: relative;
}

/* line 97, app/assets/stylesheets/admin/partners.scss */
body.admin.partners.edit #delete-partner-btn, body.admin.partners.edit #restore-partner-btn {
  position: absolute;
  right: 15px;
  bottom: 0;
}

/* line 105, app/assets/stylesheets/admin/partners.scss */
body.admin.partners.edit .logo-wrapper img, body.admin.partners.update .logo-wrapper img {
  width: 180px;
  height: 180px;
}

/* line 112, app/assets/stylesheets/admin/partners.scss */
body.admin.partners.create .image-placeholder.error, body.admin.partners.update .image-placeholder.error {
  position: relative;
}

/* line 115, app/assets/stylesheets/admin/partners.scss */
body.admin.partners.create .image-placeholder.error .logo-wrapper, body.admin.partners.update .image-placeholder.error .logo-wrapper {
  border: 1px solid #ff0000;
  border-radius: 50%;
}

/* line 120, app/assets/stylesheets/admin/partners.scss */
body.admin.partners.create .image-placeholder.error span.error, body.admin.partners.update .image-placeholder.error span.error {
  color: #ff0000;
  position: absolute;
  bottom: 8px;
  text-align: center;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
/* line 2, app/assets/stylesheets/admin/startup_exports.scss */
body.admin.startup_exports main {
  background-color: #f0f2f3;
  width: 100%;
}

/* line 7, app/assets/stylesheets/admin/startup_exports.scss */
body.admin.startup_exports h3 {
  margin: 50px 0 6px 0;
}

/* line 11, app/assets/stylesheets/admin/startup_exports.scss */
body.admin.startup_exports p {
  font-size: 14px;
  color: #0f100c;
}

/* line 16, app/assets/stylesheets/admin/startup_exports.scss */
body.admin.startup_exports .text-inputs {
  display: flex;
  align-items: flex-end;
  width: 100%;
}

/* line 21, app/assets/stylesheets/admin/startup_exports.scss */
body.admin.startup_exports .text-inputs input {
  flex-grow: 1;
  width: 100%;
  margin-bottom: 20px;
}

/* line 27, app/assets/stylesheets/admin/startup_exports.scss */
body.admin.startup_exports .text-inputs input[type="submit"] {
  margin: 0 0 8px 20px;
}

/* line 32, app/assets/stylesheets/admin/startup_exports.scss */
body.admin.startup_exports .button-container {
  text-align: center;
  margin: 20px 0;
}

/* line 37, app/assets/stylesheets/admin/startup_exports.scss */
body.admin.startup_exports .checkboxes {
  display: flex;
}

/* line 41, app/assets/stylesheets/admin/startup_exports.scss */
body.admin.startup_exports .attributes-divisions {
  width: 50%;
}

/* line 45, app/assets/stylesheets/admin/startup_exports.scss */
body.admin.startup_exports .checkbox-container {
  display: flex;
  align-items: center;
}

/* line 49, app/assets/stylesheets/admin/startup_exports.scss */
body.admin.startup_exports .checkbox-container label {
  margin: 5px 10px 5px;
}
/* line 2, app/assets/stylesheets/admin/startup_form_attributes.scss */
body.admin.startup_form_attributes .content-wrapper {
  height: auto;
  flex-grow: 1;
}

/* line 9, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index {
  background-color: #f0f2f3;
  padding: 60px 80px;
  width: 100%;
}

/* line 14, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index .form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 14px;
}

/* line 24, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index h3 {
  font-size: 22px;
  color: #0f100c;
  margin-bottom: 0px;
}

/* line 30, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index h5 {
  font-size: 14px;
  font-weight: normal;
  color: #0f100c;
  margin-top: 6px;
}

/* line 37, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index label {
  margin-bottom: 0;
}

/* line 41, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index .multilanguage-label-wrapper.global {
  align-items: flex-start;
  justify-content: flex-end;
}

/* line 45, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index .multilanguage-label-wrapper.global .changed-language-warning {
  margin-top: 12px;
}

/* line 50, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index .add-option {
  display: inline-block;
  margin: 12px 0 24px 0;
}

/* line 54, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index .add-option img {
  margin-right: 6px;
}

/* line 57, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index .add-option:hover {
  cursor: pointer;
}

/* line 62, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index .checkbox-wrapper input {
  margin-left: 10px;
}

/* line 66, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index #startup-form-attributes {
  list-style: none;
  padding-left: 0;
  margin-top: 36px;
}

/* line 71, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index #startup-form-attributes .form-attribute {
  display: flex;
  justify-content: space-between;
  background-color: #f0f2f3;
  width: 100%;
  border: solid 1.1px #c3cdd8;
  border-radius: 3.5px;
  padding: 14px 18px;
  margin-bottom: 15px;
}

/* line 82, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index #startup-form-attributes .form-attribute > div {
  display: flex;
}

/* line 86, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index #startup-form-attributes .form-attribute span.label {
  margin-right: 12px;
}

/* line 90, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index #startup-form-attributes .form-attribute:hover {
  cursor: pointer;
}

/* line 94, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index #startup-form-attributes .form-attribute a {
  display: none;
  color: #D04A02;
  font-weight: bold;
  font-size: 13px;
}

/* line 100, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index #startup-form-attributes .form-attribute a img {
  margin-right: 4px;
}

/* line 106, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index #startup-form-attributes .form-attribute:hover .delete,
main.startup_form_attributes.index #startup-form-attributes .form-attribute:hover .edit {
  display: flex;
  align-items: center;
}

/* line 111, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index #startup-form-attributes .form-attribute:hover .edit {
  margin-right: 12px;
}

/* line 114, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index #startup-form-attributes .form-attribute:hover .delete {
  margin-right: 10px;
}

/* line 121, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index .submit-attribute {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  /* line 9, app/assets/stylesheets/admin/startup_form_attributes.scss */
  main.startup_form_attributes.index {
    padding: 20px 0;
  }
}

/* line 134, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index label,
#edit-form-attribute-modal label,
#edit-native-form-question-modal label {
  margin-bottom: 0;
}

/* line 138, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index .input,
main.startup_form_attributes.index .special-input,
#edit-form-attribute-modal .input,
#edit-form-attribute-modal .special-input,
#edit-native-form-question-modal .input,
#edit-native-form-question-modal .special-input {
  margin-bottom: 14px;
}

/* line 143, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index .add-option,
#edit-form-attribute-modal .add-option,
#edit-native-form-question-modal .add-option {
  margin-bottom: 10px;
  cursor: pointer;
}

/* line 148, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index .special-input,
#edit-form-attribute-modal .special-input,
#edit-native-form-question-modal .special-input {
  border: 1px solid #c3cdd8;
}

/* line 151, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index .special-input > label,
#edit-form-attribute-modal .special-input > label,
#edit-native-form-question-modal .special-input > label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  background: none;
}

/* line 159, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index .special-input > label .anchor,
#edit-form-attribute-modal .special-input > label .anchor,
#edit-native-form-question-modal .special-input > label .anchor {
  height: 12px;
  width: 12px;
}

/* line 164, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index .special-input > label > div,
#edit-form-attribute-modal .special-input > label > div,
#edit-native-form-question-modal .special-input > label > div {
  display: flex;
}

/* line 169, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index .special-input .options-wrapper,
#edit-form-attribute-modal .special-input .options-wrapper,
#edit-native-form-question-modal .special-input .options-wrapper {
  width: 100%;
}

/* line 173, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index .special-input .input,
#edit-form-attribute-modal .special-input .input,
#edit-native-form-question-modal .special-input .input {
  margin-bottom: 0;
}

/* line 177, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index .special-input .values,
#edit-form-attribute-modal .special-input .values,
#edit-native-form-question-modal .special-input .values {
  margin-left: 12px;
}

/* line 182, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index textarea,
main.startup_form_attributes.index input:not([type="submit"]),
#edit-form-attribute-modal textarea,
#edit-form-attribute-modal input:not([type="submit"]),
#edit-native-form-question-modal textarea,
#edit-native-form-question-modal input:not([type="submit"]) {
  background: none;
}

/* line 187, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index .row,
#edit-form-attribute-modal .row,
#edit-native-form-question-modal .row {
  margin: 0;
}

/* line 191, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index .collection-option-input,
#edit-form-attribute-modal .collection-option-input,
#edit-native-form-question-modal .collection-option-input {
  margin-bottom: 12px;
}

/* line 195, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index .checkbox-wrapper,
#edit-form-attribute-modal .checkbox-wrapper,
#edit-native-form-question-modal .checkbox-wrapper {
  display: flex;
  align-items: center;
  margin: 14px 0;
  width: 50%;
}

/* line 201, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index .checkbox-wrapper label,
#edit-form-attribute-modal .checkbox-wrapper label,
#edit-native-form-question-modal .checkbox-wrapper label {
  margin-bottom: 0;
}

/* line 205, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index .checkbox-wrapper input,
#edit-form-attribute-modal .checkbox-wrapper input,
#edit-native-form-question-modal .checkbox-wrapper input {
  margin-right: 10px;
}

/* line 210, app/assets/stylesheets/admin/startup_form_attributes.scss */
main.startup_form_attributes.index .startup_form_attribute_graph_label,
#edit-form-attribute-modal .startup_form_attribute_graph_label,
#edit-native-form-question-modal .startup_form_attribute_graph_label {
  margin-top: 14px;
}

/* line 217, app/assets/stylesheets/admin/startup_form_attributes.scss */
#edit-form-attribute-modal .modal-body,
#edit-native-form-question-modal .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 80px;
}

/* line 224, app/assets/stylesheets/admin/startup_form_attributes.scss */
#edit-form-attribute-modal .modal-body h3,
#edit-native-form-question-modal .modal-body h3 {
  font-size: 22px;
  color: #0f100c;
  align-self: flex-start;
  margin-bottom: 0;
}

/* line 231, app/assets/stylesheets/admin/startup_form_attributes.scss */
#edit-form-attribute-modal .modal-body .multilanguage-title-wrapper,
#edit-native-form-question-modal .modal-body .multilanguage-title-wrapper {
  margin-bottom: 20px;
}

/* line 235, app/assets/stylesheets/admin/startup_form_attributes.scss */
#edit-form-attribute-modal .modal-body > img:first-child,
#edit-native-form-question-modal .modal-body > img:first-child {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
}

/* line 241, app/assets/stylesheets/admin/startup_form_attributes.scss */
#edit-form-attribute-modal .modal-body form,
#edit-native-form-question-modal .modal-body form {
  width: 100%;
}

/* line 245, app/assets/stylesheets/admin/startup_form_attributes.scss */
#edit-form-attribute-modal .modal-body input[type="submit"],
#edit-native-form-question-modal .modal-body input[type="submit"] {
  display: block;
  margin: 20px auto 0 auto;
}
/* line 2, app/assets/stylesheets/admin/startup_join_requests.scss */
body.admin.startup_join_requests .content-wrapper {
  height: auto;
}

/* line 7, app/assets/stylesheets/admin/startup_join_requests.scss */
main.startup_join_requests {
  padding: 60px 80px;
  background-color: #f0f2f3;
  width: 100%;
}

/* line 12, app/assets/stylesheets/admin/startup_join_requests.scss */
main.startup_join_requests form {
  width: 100%;
}

/* line 16, app/assets/stylesheets/admin/startup_join_requests.scss */
main.startup_join_requests h3 {
  font-size: 20px;
  font-weight: bold;
  color: #0f100c;
  margin-bottom: 20px;
  display: flex;
}

/* line 25, app/assets/stylesheets/admin/startup_join_requests.scss */
main.startup_join_requests h3:before {
  content: url(/assets/icons/anchor-down-grey-f1c4db284864c829edf2d5cfdd2b24ee992f1ca55b29e57da304593b3457455c.svg);
  margin-right: 8px;
  margin-top: -3px;
}

/* line 32, app/assets/stylesheets/admin/startup_join_requests.scss */
main.startup_join_requests .header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

/* line 38, app/assets/stylesheets/admin/startup_join_requests.scss */
main.startup_join_requests .header h2 {
  font-size: 22px;
  font-weight: bold;
  color: #0f100c;
  margin-bottom: 6px;
}

/* line 46, app/assets/stylesheets/admin/startup_join_requests.scss */
main.startup_join_requests .header h5 {
  font-size: 14px;
  font-weight: normal;
  color: #0f100c;
  margin-bottom: 0;
}

/* line 54, app/assets/stylesheets/admin/startup_join_requests.scss */
main.startup_join_requests .header a {
  font-size: 14px;
  margin-top: 6px;
}

/* line 59, app/assets/stylesheets/admin/startup_join_requests.scss */
main.startup_join_requests .header .actions {
  flex-shrink: 0;
  display: flex;
  margin-left: 34px;
}

/* line 64, app/assets/stylesheets/admin/startup_join_requests.scss */
main.startup_join_requests .header .actions input[type="submit"]:last-child {
  margin-left: 10px;
}

@media screen and (max-width: 1600px) {
  /* line 59, app/assets/stylesheets/admin/startup_join_requests.scss */
  main.startup_join_requests .header .actions {
    flex-direction: column;
  }
  /* line 70, app/assets/stylesheets/admin/startup_join_requests.scss */
  main.startup_join_requests .header .actions form:first-child {
    margin-right: 0;
    margin-bottom: 8px;
  }
}

/* line 77, app/assets/stylesheets/admin/startup_join_requests.scss */
main.startup_join_requests .approve {
  margin-top: -13px;
}

/* line 82, app/assets/stylesheets/admin/startup_join_requests.scss */
main.startup_join_requests .join-request .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 88, app/assets/stylesheets/admin/startup_join_requests.scss */
main.startup_join_requests section {
  margin-top: 46px;
}

/* line 91, app/assets/stylesheets/admin/startup_join_requests.scss */
main.startup_join_requests section:first-child {
  margin-top: 0;
}

/* line 97, app/assets/stylesheets/admin/startup_join_requests.scss */
main.startup_join_requests.profile .logo {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 20px 0 30px 0;
}

/* line 107, app/assets/stylesheets/admin/startup_join_requests.scss */
main.startup_join_requests.profile .banner-wrapper {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 30% 0 0 0;
}

/* line 115, app/assets/stylesheets/admin/startup_join_requests.scss */
main.startup_join_requests.profile .banner-wrapper img {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 128, app/assets/stylesheets/admin/startup_join_requests.scss */
main.startup_join_requests.profile .answer a {
  color: #0f100c;
}

/* line 132, app/assets/stylesheets/admin/startup_join_requests.scss */
main.startup_join_requests.profile section.members {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* line 137, app/assets/stylesheets/admin/startup_join_requests.scss */
main.startup_join_requests.profile section.members .member {
  width: calc(50% - 20px);
  padding: 20px;
  margin: 10px;
  border: solid 1.1px #c3cdd8;
  border-radius: 3.5px;
}

/* line 144, app/assets/stylesheets/admin/startup_join_requests.scss */
main.startup_join_requests.profile section.members .member img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 155, app/assets/stylesheets/admin/startup_join_requests.scss */
main.startup_join_requests.profile section.members .member span.answer {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 163, app/assets/stylesheets/admin/startup_join_requests.scss */
main.startup_join_requests.profile section.request-changes {
  margin-top: 20px;
}

/* line 165, app/assets/stylesheets/admin/startup_join_requests.scss */
main.startup_join_requests.profile section.request-changes textarea {
  background-color: #f0f2f3;
}

/* line 167, app/assets/stylesheets/admin/startup_join_requests.scss */
main.startup_join_requests.profile section.request-changes .actions {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

/* line 172, app/assets/stylesheets/admin/startup_join_requests.scss */
main.startup_join_requests.profile section.request-changes .actions hr {
  margin-right: 28px;
  flex-grow: 1;
}

/* line 177, app/assets/stylesheets/admin/startup_join_requests.scss */
main.startup_join_requests.profile section.request-changes .actions input[type="submit"]:last-child {
  margin-left: 10px;
}

/* line 182, app/assets/stylesheets/admin/startup_join_requests.scss */
main.startup_join_requests.profile section.request-changes .buttons-wrapper {
  display: inline-block;
}
@charset "UTF-8";
/* line 3, app/assets/stylesheets/admin/startups.scss */
body.admin.startups .checkbox-wrapper {
  margin-bottom: 3%;
}

/* line 5, app/assets/stylesheets/admin/startups.scss */
body.admin.startups .checkbox-wrapper label {
  margin-bottom: 5px;
}

/* line 9, app/assets/stylesheets/admin/startups.scss */
body.admin.startups .checkbox-wrapper input {
  margin-right: 10px;
  width: 22px;
  height: 22px;
  margin-bottom: 5px;
}

/* line 17, app/assets/stylesheets/admin/startups.scss */
body.admin.startups main.startups {
  flex-grow: 1;
  width: 100%;
  min-height: 100%;
  padding: 0;
}

/* line 25, app/assets/stylesheets/admin/startups.scss */
body.admin.startups .teste {
  display: flex;
  justify-content: space-between;
  /* Impede que os itens quebrem para a próxima linha */
}

/* line 33, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show main, body.admin.startups.update main {
  width: 100%;
  padding-bottom: 30px;
  background-color: #f0f2f3;
}

/* line 39, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .content-wrapper, body.admin.startups.update .content-wrapper {
  min-height: auto;
  height: auto;
}

/* line 44, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .col-sm-6, body.admin.startups.update .col-sm-6 {
  position: relative;
}

/* line 46, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show #delete-startup-btn, body.admin.startups.update #delete-startup-btn {
  float: right;
  margin-top: -30px;
}

/* line 52, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .multilanguage-title-wrapper, body.admin.startups.update .multilanguage-title-wrapper {
  margin: 50px 0 14px 0;
}

/* line 54, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .multilanguage-title-wrapper h3, body.admin.startups.update .multilanguage-title-wrapper h3 {
  margin: 0;
}

/* line 56, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .btn-secondary-teste, body.admin.startups.update .btn-secondary-teste {
  border-radius: 18px;
  font-weight: bold;
  font-size: 12px;
  height: 33px;
  color: white;
  background-color: #D04A02;
  border: none;
  text-align: center;
  display: inline-block;
  text-align: center;
  padding: 0 15px;
}

/* line 70, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .btn-secondary-teste2, body.admin.startups.update .btn-secondary-teste2 {
  border-radius: 18px;
  font-weight: bold;
  font-size: 12px;
  height: 33px;
  color: white;
  background-color: #D04A02;
  border: none;
  text-align: center;
  display: inline-block;
  text-align: center;
  padding: 8px 15px;
}

/* line 83, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show h4, body.admin.startups.update h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
}

/* line 89, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .platform-link, body.admin.startups.update .platform-link {
  display: block;
  margin-bottom: 50px;
}

/* line 94, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .input, body.admin.startups.update .input {
  margin-bottom: 33px;
}

/* line 98, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .row, body.admin.startups.update .row {
  margin: 0;
}

/* line 103, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .input:first-child, body.admin.startups.update .input:first-child {
  padding-left: 0;
}

/* line 107, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .input:last-child, body.admin.startups.update .input:last-child {
  padding-right: 0;
}

/* line 112, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show input[type="file"], body.admin.startups.update input[type="file"] {
  display: none;
}

/* line 116, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show input:not([type="submit"]), body.admin.startups.show textarea, body.admin.startups.show select, body.admin.startups.update input:not([type="submit"]), body.admin.startups.update textarea, body.admin.startups.update select {
  background-color: #f0f2f3;
}

/* line 120, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .image-placeholder, body.admin.startups.update .image-placeholder {
  width: 177px;
  height: 177px;
  border-radius: 50%;
  background-size: cover;
  margin-bottom: 33px;
  margin-right: 30px;
}

/* line 129, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .image-placeholder label, body.admin.startups.update .image-placeholder label {
  cursor: pointer;
}

/* line 131, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .image-placeholder img, body.admin.startups.update .image-placeholder img {
  border-radius: 50%;
  border: 1px solid #e6e6e6;
}

/* line 137, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show textarea, body.admin.startups.update textarea {
  height: 100%;
}

/* line 141, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .text, body.admin.startups.update .text {
  display: flex;
  flex-direction: column;
}

/* line 146, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .image-placeholder, body.admin.startups.update .image-placeholder {
  position: relative;
}

/* line 149, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .image-placeholder img.logo, body.admin.startups.update .image-placeholder img.logo {
  position: absolute;
  width: 180px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 10;
}

/* line 157, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .image-placeholder label, body.admin.startups.update .image-placeholder label {
  z-index: 12;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
}

/* line 167, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .startup-edit h3, body.admin.startups.update .startup-edit h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 172, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .startup-edit h5, body.admin.startups.update .startup-edit h5 {
  font-size: 16px;
  color: #0f100c;
}

/* line 177, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .startup-edit p, body.admin.startups.update .startup-edit p {
  font-size: 14px;
  font-weight: bold;
  color: #0f100c;
}

/* line 183, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .startup-edit .attribute, body.admin.startups.update .startup-edit .attribute {
  border: 1px solid #ced4da;
  border-radius: 3.5px;
  padding: 14px 20px;
  margin-top: 16px;
}

/* line 189, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .startup-edit .attribute .type, body.admin.startups.update .startup-edit .attribute .type {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #0f100c;
}

/* line 196, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .startup-edit .attribute span.current, body.admin.startups.show .startup-edit .attribute span.change, body.admin.startups.update .startup-edit .attribute span.current, body.admin.startups.update .startup-edit .attribute span.change {
  display: block;
  font-size: 14px;
  color: #0f100c;
}

/* line 202, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .startup-edit .attribute span.current:last-child, body.admin.startups.update .startup-edit .attribute span.current:last-child {
  margin-bottom: 6px;
}

/* line 208, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .startup_edit_observation, body.admin.startups.update .startup_edit_observation {
  margin-top: 18px;
}

/* line 212, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show hr, body.admin.startups.update hr {
  border-color: #c3cdd8;
  flex-grow: 1;
}

/* line 218, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show button:first-of-type, body.admin.startups.update button:first-of-type {
  margin-left: 28px;
}

/* line 219, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show button:last-of-type, body.admin.startups.update button:last-of-type {
  margin-left: 10px;
}

/* line 223, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .multilanguage-label-wrapper button:first-of-type, body.admin.startups.update .multilanguage-label-wrapper button:first-of-type {
  margin-left: 0;
}

/* line 224, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .multilanguage-label-wrapper button:last-of-type, body.admin.startups.update .multilanguage-label-wrapper button:last-of-type {
  margin-left: 0;
}

/* line 225, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .multilanguage-label-wrapper label, body.admin.startups.update .multilanguage-label-wrapper label {
  margin-bottom: 0;
}

/* line 228, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show #review-result, body.admin.startups.update #review-result {
  margin-top: 20px;
  text-align: center;
}

/* line 233, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .special-input-wrapper .input:not(.radio_buttons), body.admin.startups.update .special-input-wrapper .input:not(.radio_buttons) {
  margin-bottom: 12px;
}

/* line 237, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .special-input, body.admin.startups.update .special-input {
  margin-bottom: 12px;
  border: 1px solid #c3cdd8;
  padding: 18px;
}

/* line 242, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .special-input .input, body.admin.startups.update .special-input .input {
  margin-bottom: 0;
}

/* line 246, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .special-input > label, body.admin.startups.update .special-input > label {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 253, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .special-input .options-wrapper, body.admin.startups.update .special-input .options-wrapper {
  width: 100%;
}

/* line 257, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .special-input .anchor, body.admin.startups.update .special-input .anchor {
  margin-left: 18px;
  transition: transform .2s ease-in-out;
}

/* line 262, app/assets/stylesheets/admin/startups.scss */
body.admin.startups.show .special-input .values, body.admin.startups.update .special-input .values {
  color: #9ea7bc;
  margin-left: 10px;
}

/* line 271, app/assets/stylesheets/admin/startups.scss */
body.admin.startups .input-flex-center,
body.admin.startups .special-input-wrapper label {
  display: flex;
  align-items: center;
}

/* line 278, app/assets/stylesheets/admin/startups.scss */
.big-links {
  overflow-wrap: anywhere;
}
/* line 2, app/assets/stylesheets/admin/trackable_referer.scss */
body.admin.trackable_referer main {
  background-color: #f0f2f3;
  width: 100%;
}

/* line 7, app/assets/stylesheets/admin/trackable_referer.scss */
body.admin.trackable_referer h3 {
  margin: 50px 0 6px 0;
}

/* line 11, app/assets/stylesheets/admin/trackable_referer.scss */
body.admin.trackable_referer p {
  font-size: 14px;
  color: #0f100c;
}

/* line 16, app/assets/stylesheets/admin/trackable_referer.scss */
body.admin.trackable_referer .inputs {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 21, app/assets/stylesheets/admin/trackable_referer.scss */
body.admin.trackable_referer .inputs .input {
  flex-grow: 1;
  margin: 10px;
}

/* line 26, app/assets/stylesheets/admin/trackable_referer.scss */
body.admin.trackable_referer .inputs .input-field {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 5px;
}

/* line 32, app/assets/stylesheets/admin/trackable_referer.scss */
body.admin.trackable_referer .inputs input:not([type="submit"]) {
  background-color: #f0f2f3;
}

/* line 37, app/assets/stylesheets/admin/trackable_referer.scss */
body.admin.trackable_referer .invite-button {
  display: flex;
  place-content: center;
  margin-top: 20px;
}
/* line 2, app/assets/stylesheets/admin/users.scss */
body.admin.users main {
  width: 100%;
  background-color: #f0f2f3;
  padding: 30px;
}

/* line 8, app/assets/stylesheets/admin/users.scss */
body.admin.users tr td {
  cursor: pointer;
}

/* line 10, app/assets/stylesheets/admin/users.scss */
body.admin.users tr td span {
  margin: auto;
}

/* line 15, app/assets/stylesheets/admin/users.scss */
body.admin.users .check {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0px;
}

/* line 22, app/assets/stylesheets/admin/users.scss */
body.admin.users .check label {
  display: flex;
  align-items: center;
}

/* line 27, app/assets/stylesheets/admin/users.scss */
body.admin.users #user_active,
body.admin.users #user_is_organization_admin, body.admin.users #user_confirmed {
  width: 20px;
  height: 20px;
}

/* line 35, app/assets/stylesheets/admin/users.scss */
body.admin.users .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 40, app/assets/stylesheets/admin/users.scss */
body.admin.users h3 {
  margin-bottom: 30px;
}

/* line 44, app/assets/stylesheets/admin/users.scss */
body.admin.users .input {
  margin-bottom: 14px;
}

/* line 47, app/assets/stylesheets/admin/users.scss */
body.admin.users .input input {
  background: none;
}

/* line 52, app/assets/stylesheets/admin/users.scss */
body.admin.users .user_confirmed {
  display: flex;
  text-align: left;
}

/* line 57, app/assets/stylesheets/admin/users.scss */
body.admin.users .email_confirmed {
  margin-left: 30px;
}

/* line 61, app/assets/stylesheets/admin/users.scss */
body.admin.users #new-user-btn {
  margin-bottom: 14px;
}

/* line 65, app/assets/stylesheets/admin/users.scss */
body.admin.users section {
  margin-bottom: 30px;
  position: relative;
}

/* line 70, app/assets/stylesheets/admin/users.scss */
body.admin.users .delete-user-btn {
  margin-top: 16px;
  margin-left: 15px;
}

/* line 74, app/assets/stylesheets/admin/users.scss */
body.admin.users .btn-new-password {
  margin-bottom: 10px;
}

/* line 78, app/assets/stylesheets/admin/users.scss */
body.admin.users label.boolean {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

/* line 83, app/assets/stylesheets/admin/users.scss */
body.admin.users label.boolean input {
  margin-left: 6px;
}

/* line 90, app/assets/stylesheets/admin/users.scss */
body.admin.users.new .selectize-control, body.admin.users.create .selectize-control {
  margin-bottom: 14px;
}

/* line 94, app/assets/stylesheets/admin/users.scss */
body.admin.users.new .selectize-dropdown-content > div, body.admin.users.create .selectize-dropdown-content > div {
  padding: 12px;
}

/* line 101, app/assets/stylesheets/admin/users.scss */
body.admin.users.edit .owner-type,
body.admin.users.edit .owner-name, body.admin.users.update .owner-type,
body.admin.users.update .owner-name {
  display: inline-block;
  margin-bottom: 14px;
}

/* line 110, app/assets/stylesheets/admin/users.scss */
body.admin.users.new .avatar-wrapper, body.admin.users.edit .avatar-wrapper {
  margin: 0 auto 20px auto;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #e6e6e6;
  background-size: cover;
  position: relative;
}

/* line 120, app/assets/stylesheets/admin/users.scss */
body.admin.users.new .avatar-wrapper input, body.admin.users.edit .avatar-wrapper input {
  display: none;
}

/* line 124, app/assets/stylesheets/admin/users.scss */
body.admin.users.new .avatar-wrapper .add-avatar, body.admin.users.edit .avatar-wrapper .add-avatar {
  position: absolute;
  bottom: 0px;
}

/* line 128, app/assets/stylesheets/admin/users.scss */
body.admin.users.new .avatar-wrapper .add-avatar:hover, body.admin.users.edit .avatar-wrapper .add-avatar:hover {
  cursor: pointer;
}

/* line 136, app/assets/stylesheets/admin/users.scss */
.name {
  text-align: center;
}
/* line 1, app/assets/stylesheets/admin_base.scss */
body.admin {
  display: flex;
  flex-direction: column;
}

/* line 5, app/assets/stylesheets/admin_base.scss */
body.admin .content-wrapper {
  height: 100%;
  display: flex;
}

/* line 10, app/assets/stylesheets/admin_base.scss */
body.admin header.main .container {
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

/* line 16, app/assets/stylesheets/admin_base.scss */
body.admin h3 {
  font-size: 22px;
  font-weight: bold;
  color: #0f100c;
}

/* line 22, app/assets/stylesheets/admin_base.scss */
body.admin aside {
  flex-basis: 300px;
  flex-shrink: 0;
  padding: 50px;
  background-color: #f0f0f0;
}

/* line 28, app/assets/stylesheets/admin_base.scss */
body.admin aside a {
  text-decoration: none;
}

/* line 30, app/assets/stylesheets/admin_base.scss */
body.admin aside a.active span {
  color: #7a8295;
}

/* line 35, app/assets/stylesheets/admin_base.scss */
body.admin aside .options {
  margin-left: 46px;
}

/* line 38, app/assets/stylesheets/admin_base.scss */
body.admin aside .options span {
  display: block;
  color: #9ea7bc;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 6px;
}

/* line 47, app/assets/stylesheets/admin_base.scss */
body.admin aside ul {
  list-style: none;
  padding-left: 0;
}

/* line 52, app/assets/stylesheets/admin_base.scss */
body.admin aside li {
  display: flex;
  margin-bottom: 11px;
}

/* line 56, app/assets/stylesheets/admin_base.scss */
body.admin aside li[data-toggle="collapse"] {
  cursor: pointer;
}

/* line 60, app/assets/stylesheets/admin_base.scss */
body.admin aside li .icon-wrapper {
  width: 24px;
  display: flex;
  justify-content: center;
  margin-right: 22px;
}

/* line 67, app/assets/stylesheets/admin_base.scss */
body.admin aside li:first-child img {
  height: 20px;
}

/* line 71, app/assets/stylesheets/admin_base.scss */
body.admin aside li img {
  height: 17px;
}

/* line 75, app/assets/stylesheets/admin_base.scss */
body.admin aside li:last-child img {
  height: 22px;
}

/* line 79, app/assets/stylesheets/admin_base.scss */
body.admin aside li span {
  display: inline-block;
  color: #0f100c;
  font-size: 15px;
  font-weight: bold;
}

/* line 88, app/assets/stylesheets/admin_base.scss */
body.admin label {
  color: #0f100c;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 9px;
}

/* line 95, app/assets/stylesheets/admin_base.scss */
body.admin .checkbox-wrapper label {
  margin-bottom: 0;
}

/* line 99, app/assets/stylesheets/admin_base.scss */
body.admin .question-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
}

/* line 107, app/assets/stylesheets/admin_base.scss */
body.admin .question-wrapper .question {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #7a8295;
  margin-bottom: 5px;
  cursor: default;
}

/* line 118, app/assets/stylesheets/admin_base.scss */
body.admin .question-wrapper .answer {
  display: block;
  width: 100%;
  min-height: 54px;
  background-color: #f0f2f3;
  font-size: 14px;
  font-weight: bold;
  color: #0f100c;
  padding: 16px 18px;
  border-radius: 3.5px;
  border: solid 1.1px #c3cdd8;
  cursor: default;
}

/* line 136, app/assets/stylesheets/admin_base.scss */
body.admin .empty-results {
  display: block;
  margin-top: 20px;
  margin-left: 16px;
}

/* line 142, app/assets/stylesheets/admin_base.scss */
body.admin .btn.btn-secondary {
  background: none !important;
  color: #0f100c !important;
}

/* line 147, app/assets/stylesheets/admin_base.scss */
body.admin .selectize-input {
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #c3cdd8;
  background: none;
}

/* line 153, app/assets/stylesheets/admin_base.scss */
body.admin .selectize-input.full {
  background: none;
}

/* line 157, app/assets/stylesheets/admin_base.scss */
body.admin .selectize-input > div {
  max-width: 100%;
}

/* line 159, app/assets/stylesheets/admin_base.scss */
body.admin .selectize-input > div > span {
  max-width: 100%;
  color: #0f100c;
}

/* line 167, app/assets/stylesheets/admin_base.scss */
body.admin .selectize-dropdown .highlight {
  width: auto !important;
}

/* line 172, app/assets/stylesheets/admin_base.scss */
body.admin .selectize-dropdown-content > div {
  padding: 12px 0;
}

/* line 176, app/assets/stylesheets/admin_base.scss */
body.admin .info-icon-wrapper {
  display: none;
}
/* line 1, app/assets/stylesheets/challenges.scss */
main.challenges {
  padding: 26px;
  min-height: 100%;
}

/* line 5, app/assets/stylesheets/challenges.scss */
main.challenges #new-challenge-btn,
main.challenges #applications-list-btn {
  max-width: 100%;
  border: solid 1px #c3cdd8;
  background-color: #f0f2f3;
  color: #D04A02;
}

/* line 13, app/assets/stylesheets/challenges.scss */
main.challenges.index {
  background-color: #f0f2f3;
}

/* line 16, app/assets/stylesheets/challenges.scss */
main.challenges.index .sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 21, app/assets/stylesheets/challenges.scss */
main.challenges.index .sidebar .filters {
  margin-top: 30px;
}

/* line 24, app/assets/stylesheets/challenges.scss */
main.challenges.index .sidebar .filters h5 {
  margin-left: 25px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
}

/* line 31, app/assets/stylesheets/challenges.scss */
main.challenges.index .sidebar .filters a {
  display: block;
  font-size: 14px;
  color: #7a8295;
  font-weight: 500;
  margin-bottom: 5px;
  text-decoration: none;
}

/* line 39, app/assets/stylesheets/challenges.scss */
main.challenges.index .sidebar .filters a:last-child {
  margin-bottom: 0;
}

/* line 43, app/assets/stylesheets/challenges.scss */
main.challenges.index .sidebar .filters a::before {
  content: url(/assets/icons/check-437363e49dccfdcc681bfadf6827401fe3d0139716c719e54323a189c8a4dd05.svg);
  font-weight: 900;
  color: #D04A02;
  margin-right: 10px;
  visibility: hidden;
}

/* line 51, app/assets/stylesheets/challenges.scss */
main.challenges.index .sidebar .filters a.active::before {
  visibility: visible;
}

/* line 58, app/assets/stylesheets/challenges.scss */
main.challenges.index .challenges {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 64, app/assets/stylesheets/challenges.scss */
main.challenges.index .challenge {
  flex-basis: 100%;
  display: flex;
  flex-direction: row;
  border: none;
  min-height: 270px;
  margin: 7px 0;
}

/* line 74, app/assets/stylesheets/challenges.scss */
main.challenges.index .challenge > div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* line 80, app/assets/stylesheets/challenges.scss */
main.challenges.index .challenge img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 38%;
}

/* line 88, app/assets/stylesheets/challenges.scss */
main.challenges.index .challenge .card-body {
  padding: 26px;
}

/* line 92, app/assets/stylesheets/challenges.scss */
main.challenges.index .challenge .card-footer {
  display: flex;
  background: none;
  padding: 0;
}

/* line 97, app/assets/stylesheets/challenges.scss */
main.challenges.index .challenge .card-footer a,
main.challenges.index .challenge .card-footer button {
  flex-grow: 1;
}

/* line 100, app/assets/stylesheets/challenges.scss */
main.challenges.index .challenge .card-footer a:first-child,
main.challenges.index .challenge .card-footer button:first-child {
  margin-right: 10px;
}

/* line 103, app/assets/stylesheets/challenges.scss */
main.challenges.index .challenge .card-footer a:last-child,
main.challenges.index .challenge .card-footer button:last-child {
  margin-left: 10px;
}

/* line 109, app/assets/stylesheets/challenges.scss */
main.challenges.index .challenge hr {
  margin: 26px 0;
}

/* line 113, app/assets/stylesheets/challenges.scss */
main.challenges.index .challenge .tags {
  font-size: 15px;
}

/* line 117, app/assets/stylesheets/challenges.scss */
main.challenges.index .challenge .header {
  padding-bottom: 0;
}

/* line 120, app/assets/stylesheets/challenges.scss */
main.challenges.index .challenge .header > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  flex-grow: 0;
}

/* line 128, app/assets/stylesheets/challenges.scss */
main.challenges.index .challenge .header .info {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 15px;
  font-size: 12px;
  color: #7a8295;
}

/* line 138, app/assets/stylesheets/challenges.scss */
main.challenges.index .challenge .header .info .partner-title {
  display: flex;
  flex-direction: column;
}

/* line 142, app/assets/stylesheets/challenges.scss */
main.challenges.index .challenge .header .info .partner-title .partner {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}

/* line 149, app/assets/stylesheets/challenges.scss */
main.challenges.index .challenge .header .info .state {
  flex-shrink: 0;
  margin-left: 12px;
}

/* line 155, app/assets/stylesheets/challenges.scss */
main.challenges.index .challenge .header img {
  width: 49px;
  height: 49px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

/* line 163, app/assets/stylesheets/challenges.scss */
main.challenges.index .challenge .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  margin: 24px;
  height: 3.8em;
  font-size: 14px;
  box-sizing: content-box;
}

/* line 176, app/assets/stylesheets/challenges.scss */
main.challenges.index .challenge .description p {
  line-height: 1.3em;
  margin-bottom: 1.3em;
  overflow: hidden;
}

/* line 183, app/assets/stylesheets/challenges.scss */
main.challenges.index .challenge .card-footer {
  border-top: none;
  padding: 24px 30px;
}

/* line 188, app/assets/stylesheets/challenges.scss */
main.challenges.index .challenge hr {
  margin: 0;
}

@media screen and (max-width: 767px) {
  /* line 194, app/assets/stylesheets/challenges.scss */
  main.challenges.index .sidebar {
    padding: 0;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  /* line 199, app/assets/stylesheets/challenges.scss */
  main.challenges.index .sidebar #new-challenge-btn {
    margin-bottom: 20px;
  }
  /* line 203, app/assets/stylesheets/challenges.scss */
  main.challenges.index .sidebar .filters {
    margin-top: 0;
  }
  /* line 208, app/assets/stylesheets/challenges.scss */
  main.challenges.index .challenges {
    padding: 0;
  }
  /* line 211, app/assets/stylesheets/challenges.scss */
  main.challenges.index .challenges .challenge {
    margin: 0;
    margin-bottom: 14px;
    display: block;
  }
  /* line 216, app/assets/stylesheets/challenges.scss */
  main.challenges.index .challenges .challenge .header {
    padding-bottom: 0;
  }
  /* line 219, app/assets/stylesheets/challenges.scss */
  main.challenges.index .challenges .challenge .header .info {
    align-items: flex-start;
  }
  /* line 223, app/assets/stylesheets/challenges.scss */
  main.challenges.index .challenges .challenge .header .state {
    flex-shrink: 0;
    font-size: 14px;
    margin-top: 12px;
  }
  /* line 230, app/assets/stylesheets/challenges.scss */
  main.challenges.index .challenges .challenge img.challenge-image {
    width: 100%;
    height: 240px;
  }
  /* line 235, app/assets/stylesheets/challenges.scss */
  main.challenges.index .challenges .challenge .card-footer {
    flex-direction: column;
  }
  /* line 238, app/assets/stylesheets/challenges.scss */
  main.challenges.index .challenges .challenge .card-footer a,
main.challenges.index .challenges .challenge .card-footer button {
    width: 100%;
  }
  /* line 241, app/assets/stylesheets/challenges.scss */
  main.challenges.index .challenges .challenge .card-footer a:first-child,
main.challenges.index .challenges .challenge .card-footer button:first-child {
    margin-right: 0px;
    margin-bottom: 12px;
  }
  /* line 245, app/assets/stylesheets/challenges.scss */
  main.challenges.index .challenges .challenge .card-footer a:last-child,
main.challenges.index .challenges .challenge .card-footer button:last-child {
    margin-left: 0px;
  }
}

/* line 255, app/assets/stylesheets/challenges.scss */
main.challenges.show {
  background-color: #f0f2f3;
}

/* line 258, app/assets/stylesheets/challenges.scss */
main.challenges.show h6 {
  font-size: 18px;
  font-weight: bold;
}

/* line 264, app/assets/stylesheets/challenges.scss */
main.challenges.show .details-wrapper h6 {
  font-size: 15px;
}

/* line 268, app/assets/stylesheets/challenges.scss */
main.challenges.show .details-wrapper #applications-list-btn {
  margin-bottom: 20px;
}

/* line 273, app/assets/stylesheets/challenges.scss */
main.challenges.show .details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}

/* line 279, app/assets/stylesheets/challenges.scss */
main.challenges.show .details > div {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

/* line 284, app/assets/stylesheets/challenges.scss */
main.challenges.show .details > div:last-child {
  margin-bottom: 0;
}

/* line 289, app/assets/stylesheets/challenges.scss */
main.challenges.show .details img {
  margin-right: 8px;
  width: 24px;
}

/* line 294, app/assets/stylesheets/challenges.scss */
main.challenges.show .details span {
  font-size: 15px;
  color: #7a8295;
  font-weight: 500;
}

/* line 300, app/assets/stylesheets/challenges.scss */
main.challenges.show .details .apply-challenge {
  margin-top: 20px;
}

/* line 305, app/assets/stylesheets/challenges.scss */
main.challenges.show img.image,
main.challenges.show .image-placeholder {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 312, app/assets/stylesheets/challenges.scss */
main.challenges.show img.image {
  -o-object-position: center;
     object-position: center;
}

/* line 316, app/assets/stylesheets/challenges.scss */
main.challenges.show .image-placeholder {
  background-color: #eff3f8;
  position: relative;
}

/* line 320, app/assets/stylesheets/challenges.scss */
main.challenges.show .image-placeholder input {
  display: none !important;
}

/* line 324, app/assets/stylesheets/challenges.scss */
main.challenges.show .image-placeholder label {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* line 329, app/assets/stylesheets/challenges.scss */
main.challenges.show .image-placeholder label:hover {
  cursor: pointer;
}

/* line 335, app/assets/stylesheets/challenges.scss */
main.challenges.show img.logo {
  border-radius: 50%;
  width: 138px;
  height: 138px;
  position: absolute;
  bottom: 26px;
  left: 36px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: white;
}

/* line 346, app/assets/stylesheets/challenges.scss */
main.challenges.show .card {
  position: relative;
  margin-bottom: 14px;
  border: none;
}

/* line 352, app/assets/stylesheets/challenges.scss */
main.challenges.show .card-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  width: 214px;
  flex-shrink: 0;
}

/* line 360, app/assets/stylesheets/challenges.scss */
main.challenges.show .white-placeholder {
  display: block;
  width: 228px;
}

/* line 366, app/assets/stylesheets/challenges.scss */
main.challenges.show header > .card {
  min-height: 188px;
}

/* line 370, app/assets/stylesheets/challenges.scss */
main.challenges.show header .card-body {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 36px;
  flex-wrap: wrap;
}

/* line 378, app/assets/stylesheets/challenges.scss */
main.challenges.show header .card-body > div:first-of-type {
  display: flex;
}

/* line 382, app/assets/stylesheets/challenges.scss */
main.challenges.show header .card-body button {
  flex-shrink: 0;
  margin: 0 14px;
}

/* line 387, app/assets/stylesheets/challenges.scss */
main.challenges.show header .card-body .options-dots-wrapper {
  display: flex;
  align-items: center;
  height: 20px;
}

/* line 392, app/assets/stylesheets/challenges.scss */
main.challenges.show header .card-body .options-dots-wrapper:hover {
  cursor: pointer;
}

/* line 397, app/assets/stylesheets/challenges.scss */
main.challenges.show header .card-body #challenge-options {
  top: 72px;
  right: 30px;
}

/* line 403, app/assets/stylesheets/challenges.scss */
main.challenges.show header .image-placeholder {
  background-size: cover;
  background-position: center;
}

/* line 411, app/assets/stylesheets/challenges.scss */
main.challenges.show .card.description .card-body,
main.challenges.show .card.benefits .card-body {
  padding: 40px 50px;
}

/* line 415, app/assets/stylesheets/challenges.scss */
main.challenges.show .card.description .benefits-list-wrapper,
main.challenges.show .card.benefits .benefits-list-wrapper {
  width: 100%;
}

/* line 419, app/assets/stylesheets/challenges.scss */
main.challenges.show .card.description span.description,
main.challenges.show .card.description .benefits-list,
main.challenges.show .card.benefits span.description,
main.challenges.show .card.benefits .benefits-list {
  font-size: 14px;
  line-height: 1.43;
}

/* line 425, app/assets/stylesheets/challenges.scss */
main.challenges.show .card.description iframe,
main.challenges.show .card.benefits iframe {
  width: 100%;
  height: 400px;
}

/* line 430, app/assets/stylesheets/challenges.scss */
main.challenges.show .card.description .secondary-image,
main.challenges.show .card.benefits .secondary-image {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* line 439, app/assets/stylesheets/challenges.scss */
main.challenges.show .card.benefits .card-body {
  display: flex;
}

/* line 445, app/assets/stylesheets/challenges.scss */
main.challenges.show .card.benefits .benefit {
  position: relative;
}

/* line 448, app/assets/stylesheets/challenges.scss */
main.challenges.show .card.benefits .benefit .benefit-icon,
main.challenges.show .card.benefits .benefit i.material-icons {
  position: absolute;
  top: 2px;
  font-size: 46px;
  width: 46px;
  height: 46px;
  left: -62px;
}

/* line 459, app/assets/stylesheets/challenges.scss */
main.challenges.show .card.benefits .benefit span.benefit-name,
main.challenges.show .card.benefits .benefit span.benefit-description {
  display: block;
  color: black;
}

/* line 465, app/assets/stylesheets/challenges.scss */
main.challenges.show .card.benefits .benefit span.benefit-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}

/* line 472, app/assets/stylesheets/challenges.scss */
main.challenges.show .card.benefits hr {
  margin: 24px 0;
}

/* line 477, app/assets/stylesheets/challenges.scss */
main.challenges.show .card.mentors .card-body,
main.challenges.show .card.timeline .card-body {
  padding: 16px 36px;
}

/* line 483, app/assets/stylesheets/challenges.scss */
main.challenges.show .card.mentor .card-body {
  padding: 16px 36px;
}

/* line 489, app/assets/stylesheets/challenges.scss */
main.challenges.show .mentors-list-wrapper .add-action {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 495, app/assets/stylesheets/challenges.scss */
main.challenges.show .mentors-list {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
  margin-bottom: 16px;
}

/* line 501, app/assets/stylesheets/challenges.scss */
main.challenges.show .mentors-list .mentor {
  width: calc(33% - 15px);
  margin: 8px;
}

/* line 505, app/assets/stylesheets/challenges.scss */
main.challenges.show .mentors-list .mentor .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
}

/* line 512, app/assets/stylesheets/challenges.scss */
main.challenges.show .mentors-list .mentor .mentor-name,
main.challenges.show .mentors-list .mentor .mentor-title {
  display: block;
  font-size: 14px;
  text-align: center;
}

/* line 519, app/assets/stylesheets/challenges.scss */
main.challenges.show .mentors-list .mentor .mentor-name {
  margin-top: 21px;
  font-weight: bold;
}

/* line 524, app/assets/stylesheets/challenges.scss */
main.challenges.show .mentors-list .mentor .mentor-title {
  color: #7a8295;
  margin-bottom: 20px;
}

/* line 529, app/assets/stylesheets/challenges.scss */
main.challenges.show .mentors-list .mentor .linkedin-icon {
  width: 39px;
  height: 39px;
}

/* line 534, app/assets/stylesheets/challenges.scss */
main.challenges.show .mentors-list .mentor img {
  border-radius: 50%;
  width: 97px;
  height: 97px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 541, app/assets/stylesheets/challenges.scss */
main.challenges.show .mentors-list .mentor .image-placeholder {
  height: auto;
  width: auto;
  background: none;
  background-size: cover;
  border-radius: 50%;
  width: 97px;
  height: 97px;
}

/* line 550, app/assets/stylesheets/challenges.scss */
main.challenges.show .mentors-list .mentor .image-placeholder .add-image {
  border-radius: 0;
  width: auto;
  height: auto;
}

/* line 556, app/assets/stylesheets/challenges.scss */
main.challenges.show .mentors-list .mentor .image-placeholder label {
  top: auto;
  bottom: 0;
  left: -20px;
  margin-bottom: 0;
}

/* line 566, app/assets/stylesheets/challenges.scss */
main.challenges.show .timeline-stages {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 100px;
  position: relative;
}

/* line 574, app/assets/stylesheets/challenges.scss */
main.challenges.show .timeline-stages .dotted-line {
  width: 100%;
  position: absolute;
  bottom: 76px;
  z-index: 1;
  border-bottom: dotted 1.5px #D04A02;
}

/* line 582, app/assets/stylesheets/challenges.scss */
main.challenges.show .timeline-stages .stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  flex-shrink: 0;
  margin: 20px 30px;
}

/* line 591, app/assets/stylesheets/challenges.scss */
main.challenges.show .timeline-stages .stage .name {
  background-color: #f0f2f3;
  padding: 0 6px;
  z-index: 2;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* line 602, app/assets/stylesheets/challenges.scss */
main.challenges.show .timeline-stages .stage .stage-icon-wrapper {
  display: flex;
}

/* line 605, app/assets/stylesheets/challenges.scss */
main.challenges.show .timeline-stages .stage .stage-icon-wrapper .add-icon {
  margin-right: 5px;
  display: none;
  cursor: pointer;
}

/* line 611, app/assets/stylesheets/challenges.scss */
main.challenges.show .timeline-stages .stage .stage-icon-wrapper img {
  height: 52px;
  z-index: 2;
  background-color: #f0f2f3;
}

/* line 618, app/assets/stylesheets/challenges.scss */
main.challenges.show .timeline-stages .stage .material-icons {
  font-size: 52px;
  color: #7a8294;
  z-index: 2;
  background-color: #f0f2f3;
}

/* line 625, app/assets/stylesheets/challenges.scss */
main.challenges.show .timeline-stages .stage .date {
  display: block;
  margin-top: 18px;
  font-size: 14px;
}

/* line 633, app/assets/stylesheets/challenges.scss */
main.challenges.show input,
main.challenges.show textarea,
main.challenges.show .image-placeholder label {
  display: none !important;
}

/* line 639, app/assets/stylesheets/challenges.scss */
main.challenges.show .add-action {
  display: none;
  border-bottom: 1px dotted black;
  margin-top: 20px;
}

/* line 643, app/assets/stylesheets/challenges.scss */
main.challenges.show .add-action:hover {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  /* line 255, app/assets/stylesheets/challenges.scss */
  main.challenges.show {
    padding: 20px 10px;
  }
  /* line 652, app/assets/stylesheets/challenges.scss */
  main.challenges.show header > .card {
    min-height: auto;
    position: relative;
  }
  /* line 657, app/assets/stylesheets/challenges.scss */
  main.challenges.show header .card-body {
    padding: 20px 26px;
    margin-left: 0;
    flex-direction: column;
    position: relative;
  }
  /* line 663, app/assets/stylesheets/challenges.scss */
  main.challenges.show header .card-body .white-placeholder {
    display: none;
  }
  /* line 667, app/assets/stylesheets/challenges.scss */
  main.challenges.show header .card-body > div {
    max-width: 100%;
  }
  /* line 671, app/assets/stylesheets/challenges.scss */
  main.challenges.show header .card-body button {
    margin-top: 20px;
    width: 100%;
  }
  /* line 676, app/assets/stylesheets/challenges.scss */
  main.challenges.show header .card-body h5 {
    min-height: 70px;
    height: 70px;
    margin-left: 90px;
    display: flex;
    align-items: center;
  }
  /* line 684, app/assets/stylesheets/challenges.scss */
  main.challenges.show header .card-body .options-dots-wrapper {
    margin-top: 16px;
  }
  /* line 689, app/assets/stylesheets/challenges.scss */
  main.challenges.show header img.logo {
    width: 70px;
    height: 70px;
    top: 20px;
    left: 26px;
  }
  /* line 697, app/assets/stylesheets/challenges.scss */
  main.challenges.show .row,
main.challenges.show .col-sm-9,
main.challenges.show .col-sm-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 706, app/assets/stylesheets/challenges.scss */
  main.challenges.show .details-wrapper {
    margin-bottom: 30px;
  }
  /* line 710, app/assets/stylesheets/challenges.scss */
  main.challenges.show .card.description {
    margin-left: 0;
  }
  /* line 713, app/assets/stylesheets/challenges.scss */
  main.challenges.show .card.description .card-body {
    display: block;
  }
  /* line 717, app/assets/stylesheets/challenges.scss */
  main.challenges.show .card.description iframe.resource-video {
    height: auto;
  }
  /* line 723, app/assets/stylesheets/challenges.scss */
  main.challenges.show .card.benefits .card-title {
    margin-bottom: 30px;
  }
  /* line 727, app/assets/stylesheets/challenges.scss */
  main.challenges.show .card.benefits .card-body {
    display: block;
  }
  /* line 731, app/assets/stylesheets/challenges.scss */
  main.challenges.show .card.benefits .benefits-list {
    margin-left: 0;
  }
  /* line 737, app/assets/stylesheets/challenges.scss */
  main.challenges.show .mentors-list .mentor {
    width: 100%;
  }
  /* line 740, app/assets/stylesheets/challenges.scss */
  main.challenges.show .mentors-list .mentor .card-body {
    padding: 40px 30px;
  }
  /* line 744, app/assets/stylesheets/challenges.scss */
  main.challenges.show .mentors-list .mentor img {
    width: 100%;
    height: 100%;
    max-width: 140px;
  }
  /* line 751, app/assets/stylesheets/challenges.scss */
  main.challenges.show .mentors-list .mentor .mentor-title {
    max-width: 180px;
  }
  /* line 757, app/assets/stylesheets/challenges.scss */
  main.challenges.show .timeline-stages {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  /* line 761, app/assets/stylesheets/challenges.scss */
  main.challenges.show .timeline-stages .stage {
    margin: 20px 30px;
  }
  /* line 766, app/assets/stylesheets/challenges.scss */
  main.challenges.show .vimeo-wrapper .resource-video {
    height: 200px !important;
  }
}

/* line 773, app/assets/stylesheets/challenges.scss */
#new-challenge-modal,
#edit-challenge-modal,
#new-challenge-application-modal {
  overflow: auto;
}

/* line 778, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .modal-dialog,
#edit-challenge-modal .modal-dialog,
#new-challenge-application-modal .modal-dialog {
  max-width: 800px;
}

/* line 782, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .modal-body,
#edit-challenge-modal .modal-body,
#new-challenge-application-modal .modal-body {
  padding-left: 75px;
  padding-right: 75px;
}

/* line 787, app/assets/stylesheets/challenges.scss */
#new-challenge-modal h5,
#edit-challenge-modal h5,
#new-challenge-application-modal h5 {
  font-size: 15px;
  font-weight: bold;
}

/* line 792, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .special-input .form-control,
#edit-challenge-modal .special-input .form-control,
#new-challenge-application-modal .special-input .form-control {
  border: 1px solid #c3cdd8;
}

/* line 796, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .challenge_timeline_stages_custom_name_pt-BR,
#new-challenge-modal .challenge_timeline_stages_custom_name_en,
#edit-challenge-modal .challenge_timeline_stages_custom_name_pt-BR,
#edit-challenge-modal .challenge_timeline_stages_custom_name_en,
#new-challenge-application-modal .challenge_timeline_stages_custom_name_pt-BR,
#new-challenge-application-modal .challenge_timeline_stages_custom_name_en {
  display: none;
}

/* line 800, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .challenge_timeline_stages_custom_name_pt-BR input,
#new-challenge-modal .challenge_timeline_stages_custom_name_en input,
#edit-challenge-modal .challenge_timeline_stages_custom_name_pt-BR input,
#edit-challenge-modal .challenge_timeline_stages_custom_name_en input,
#new-challenge-application-modal .challenge_timeline_stages_custom_name_pt-BR input,
#new-challenge-application-modal .challenge_timeline_stages_custom_name_en input {
  border-right: 0;
  border-radius: 0;
  margin-bottom: 0 !important;
}

/* line 807, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .challenge_timeline_stages_date,
#new-challenge-modal .challenge_timeline_stages_custom_name_pt-BR,
#new-challenge-modal .challenge_timeline_stages_custom_name_en,
#edit-challenge-modal .challenge_timeline_stages_date,
#edit-challenge-modal .challenge_timeline_stages_custom_name_pt-BR,
#edit-challenge-modal .challenge_timeline_stages_custom_name_en,
#new-challenge-application-modal .challenge_timeline_stages_date,
#new-challenge-application-modal .challenge_timeline_stages_custom_name_pt-BR,
#new-challenge-application-modal .challenge_timeline_stages_custom_name_en {
  margin-bottom: 0 !important;
}

/* line 811, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .challenge_timeline_stages_date input,
#new-challenge-modal .challenge_timeline_stages_custom_name_pt-BR input,
#new-challenge-modal .challenge_timeline_stages_custom_name_en input,
#edit-challenge-modal .challenge_timeline_stages_date input,
#edit-challenge-modal .challenge_timeline_stages_custom_name_pt-BR input,
#edit-challenge-modal .challenge_timeline_stages_custom_name_en input,
#new-challenge-application-modal .challenge_timeline_stages_date input,
#new-challenge-application-modal .challenge_timeline_stages_custom_name_pt-BR input,
#new-challenge-application-modal .challenge_timeline_stages_custom_name_en input {
  margin-bottom: 0 !important;
}

/* line 817, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .stage.custom span.text,
#edit-challenge-modal .stage.custom span.text,
#new-challenge-application-modal .stage.custom span.text {
  display: none;
}

/* line 821, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .stage.custom .challenge_timeline_stages_custom_name_pt-BR,
#new-challenge-modal .stage.custom .challenge_timeline_stages_custom_name_en,
#edit-challenge-modal .stage.custom .challenge_timeline_stages_custom_name_pt-BR,
#edit-challenge-modal .stage.custom .challenge_timeline_stages_custom_name_en,
#new-challenge-application-modal .stage.custom .challenge_timeline_stages_custom_name_pt-BR,
#new-challenge-application-modal .stage.custom .challenge_timeline_stages_custom_name_en {
  display: inline-block;
}

/* line 827, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .modal-header,
#edit-challenge-modal .modal-header,
#new-challenge-application-modal .modal-header {
  border-bottom: 0;
}

/* line 831, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .form-row,
#edit-challenge-modal .form-row,
#new-challenge-application-modal .form-row {
  display: flex;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  flex-wrap: nowrap;
}

/* line 839, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .image-placeholder-wrapper,
#edit-challenge-modal .image-placeholder-wrapper,
#new-challenge-application-modal .image-placeholder-wrapper {
  position: relative;
  padding-top: 25%;
  width: 100%;
  margin-bottom: 80px;
}

/* line 846, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .image-placeholder,
#edit-challenge-modal .image-placeholder,
#new-challenge-application-modal .image-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 1px;
  width: 100%;
  background-color: #eff3f8;
  background-size: cover;
  background-position: center;
}

/* line 859, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .image-placeholder .input,
#edit-challenge-modal .image-placeholder .input,
#new-challenge-application-modal .image-placeholder .input {
  display: none;
}

/* line 863, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .image-placeholder .icon-wrapper,
#edit-challenge-modal .image-placeholder .icon-wrapper,
#new-challenge-application-modal .image-placeholder .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 20px 40px 0 auto;
  height: 30px;
  width: 60px;
  border-radius: 17px;
  background: white;
}

/* line 877, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .image-placeholder .icon-wrapper:hover,
#edit-challenge-modal .image-placeholder .icon-wrapper:hover,
#new-challenge-application-modal .image-placeholder .icon-wrapper:hover {
  cursor: pointer;
}

/* line 882, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .image-placeholder .resolution-recommendation,
#edit-challenge-modal .image-placeholder .resolution-recommendation,
#new-challenge-application-modal .image-placeholder .resolution-recommendation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 80px;
}

/* line 889, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .image-placeholder img.company-logo,
#edit-challenge-modal .image-placeholder img.company-logo,
#new-challenge-application-modal .image-placeholder img.company-logo {
  height: 138px;
  width: 138px;
  position: absolute;
  left: 75px;
  bottom: -69px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 900, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .input,
#edit-challenge-modal .input,
#new-challenge-application-modal .input {
  margin-bottom: 12px;
}

/* line 904, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .video-url-wrapper,
#edit-challenge-modal .video-url-wrapper,
#new-challenge-application-modal .video-url-wrapper {
  position: relative;
  flex-grow: 1;
}

/* line 908, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .video-url-wrapper input.form-control[type="text"],
#edit-challenge-modal .video-url-wrapper input.form-control[type="text"],
#new-challenge-application-modal .video-url-wrapper input.form-control[type="text"] {
  padding-left: 50px;
  margin-bottom: 0;
}

/* line 913, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .video-url-wrapper img,
#edit-challenge-modal .video-url-wrapper img,
#new-challenge-application-modal .video-url-wrapper img {
  position: absolute;
  top: calc(50% - 5px);
  transform: translateY(-50%);
  left: 12px;
}

/* line 920, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .video-url-wrapper select,
#edit-challenge-modal .video-url-wrapper select,
#new-challenge-application-modal .video-url-wrapper select {
  width: 100%;
  height: 50px;
  font-size: 14px;
  padding: 14px 18px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}

/* line 933, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .image-video > .video-url-wrapper, #new-challenge-modal .image-video > .image,
#edit-challenge-modal .image-video > .video-url-wrapper,
#edit-challenge-modal .image-video > .image,
#new-challenge-application-modal .image-video > .video-url-wrapper,
#new-challenge-application-modal .image-video > .image {
  flex-basis: 50%;
  flex-grow: 0;
}

/* line 939, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .image-video .video-url-wrapper,
#edit-challenge-modal .image-video .video-url-wrapper,
#new-challenge-application-modal .image-video .video-url-wrapper {
  margin-right: 4px;
}

/* line 943, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .image-video .image,
#edit-challenge-modal .image-video .image,
#new-challenge-application-modal .image-video .image {
  margin-left: 4px;
}

/* line 946, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .image-video .image .input,
#edit-challenge-modal .image-video .image .input,
#new-challenge-application-modal .image-video .image .input {
  display: none;
}

/* line 952, app/assets/stylesheets/challenges.scss */
#new-challenge-modal label,
#edit-challenge-modal label,
#new-challenge-application-modal label {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

/* line 958, app/assets/stylesheets/challenges.scss */
#new-challenge-modal label[for="challenge_image_uid"],
#new-challenge-modal label[for="challenge_image_secondary_uid"],
#edit-challenge-modal label[for="challenge_image_uid"],
#edit-challenge-modal label[for="challenge_image_secondary_uid"],
#new-challenge-application-modal label[for="challenge_image_uid"],
#new-challenge-application-modal label[for="challenge_image_secondary_uid"] {
  width: 100%;
  margin-bottom: 0;
}

/* line 963, app/assets/stylesheets/challenges.scss */
#new-challenge-modal label[for="challenge_image_uid"]:hover,
#new-challenge-modal label[for="challenge_image_secondary_uid"]:hover,
#edit-challenge-modal label[for="challenge_image_uid"]:hover,
#edit-challenge-modal label[for="challenge_image_secondary_uid"]:hover,
#new-challenge-application-modal label[for="challenge_image_uid"]:hover,
#new-challenge-application-modal label[for="challenge_image_secondary_uid"]:hover {
  cursor: pointer;
}

/* line 966, app/assets/stylesheets/challenges.scss */
#new-challenge-modal label[for="challenge_image_uid"] .add-image,
#new-challenge-modal label[for="challenge_image_secondary_uid"] .add-image,
#edit-challenge-modal label[for="challenge_image_uid"] .add-image,
#edit-challenge-modal label[for="challenge_image_secondary_uid"] .add-image,
#new-challenge-application-modal label[for="challenge_image_uid"] .add-image,
#new-challenge-application-modal label[for="challenge_image_secondary_uid"] .add-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 971, app/assets/stylesheets/challenges.scss */
#new-challenge-modal label[for="challenge_image_uid"] .add-image span,
#new-challenge-modal label[for="challenge_image_secondary_uid"] .add-image span,
#edit-challenge-modal label[for="challenge_image_uid"] .add-image span,
#edit-challenge-modal label[for="challenge_image_secondary_uid"] .add-image span,
#new-challenge-application-modal label[for="challenge_image_uid"] .add-image span,
#new-challenge-application-modal label[for="challenge_image_secondary_uid"] .add-image span {
  margin-left: 15px;
}

/* line 977, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .image-secondary-filename-wrapper,
#edit-challenge-modal .image-secondary-filename-wrapper,
#new-challenge-application-modal .image-secondary-filename-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

/* line 983, app/assets/stylesheets/challenges.scss */
#new-challenge-modal #image-secondary-filename,
#edit-challenge-modal #image-secondary-filename,
#new-challenge-application-modal #image-secondary-filename {
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  margin-top: 4px;
}

/* line 992, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .video-and-image-clafirication,
#edit-challenge-modal .video-and-image-clafirication,
#new-challenge-application-modal .video-and-image-clafirication {
  font-size: 15px;
  font-weight: 600;
  margin-top: 16px;
}

/* line 998, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .text.or,
#edit-challenge-modal .text.or,
#new-challenge-application-modal .text.or {
  margin: 0 6px;
}

/* line 1002, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .visibility-options,
#edit-challenge-modal .visibility-options,
#new-challenge-application-modal .visibility-options {
  margin-top: 16px;
}

/* line 1006, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.benefits,
#edit-challenge-modal section.benefits,
#new-challenge-application-modal section.benefits {
  padding-top: 22px;
  padding-bottom: 22px;
}

/* line 1010, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.benefits h6,
#edit-challenge-modal section.benefits h6,
#new-challenge-application-modal section.benefits h6 {
  font-size: 14px;
  font-weight: bold;
}

/* line 1015, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.benefits h5,
#edit-challenge-modal section.benefits h5,
#new-challenge-application-modal section.benefits h5 {
  margin-bottom: 24px;
}

/* line 1019, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.benefits h6,
#edit-challenge-modal section.benefits h6,
#new-challenge-application-modal section.benefits h6 {
  margin-bottom: 16px;
}

/* line 1023, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.benefits textarea,
#edit-challenge-modal section.benefits textarea,
#new-challenge-application-modal section.benefits textarea {
  padding: 14px;
  height: 100px;
}

/* line 1028, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.benefits .card,
#edit-challenge-modal section.benefits .card,
#new-challenge-application-modal section.benefits .card {
  box-shadow: none;
  border-color: #c3cdd8;
}

/* line 1033, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.benefits .benefit,
#edit-challenge-modal section.benefits .benefit,
#new-challenge-application-modal section.benefits .benefit {
  margin-bottom: 12px;
}

/* line 1035, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.benefits .benefit:first-child .close,
#edit-challenge-modal section.benefits .benefit:first-child .close,
#new-challenge-application-modal section.benefits .benefit:first-child .close {
  display: none;
}

/* line 1038, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.benefits .benefit:last-child,
#edit-challenge-modal section.benefits .benefit:last-child,
#new-challenge-application-modal section.benefits .benefit:last-child {
  margin-bottom: 0;
}

/* line 1042, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.benefits .benefit .card-title,
#edit-challenge-modal section.benefits .benefit .card-title,
#new-challenge-application-modal section.benefits .benefit .card-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

/* line 1047, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.benefits .benefit .card-title img,
#edit-challenge-modal section.benefits .benefit .card-title img,
#new-challenge-application-modal section.benefits .benefit .card-title img {
  width: 22px;
}

/* line 1051, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.benefits .benefit .card-title > div,
#new-challenge-modal section.benefits .benefit .card-title h6,
#edit-challenge-modal section.benefits .benefit .card-title > div,
#edit-challenge-modal section.benefits .benefit .card-title h6,
#new-challenge-application-modal section.benefits .benefit .card-title > div,
#new-challenge-application-modal section.benefits .benefit .card-title h6 {
  width: 33%;
}

/* line 1056, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.benefits .benefit .card-title .close,
#new-challenge-modal section.benefits .benefit .card-title .add-icon,
#new-challenge-modal section.benefits .benefit .card-title .remove-icon,
#edit-challenge-modal section.benefits .benefit .card-title .close,
#edit-challenge-modal section.benefits .benefit .card-title .add-icon,
#edit-challenge-modal section.benefits .benefit .card-title .remove-icon,
#new-challenge-application-modal section.benefits .benefit .card-title .close,
#new-challenge-application-modal section.benefits .benefit .card-title .add-icon,
#new-challenge-application-modal section.benefits .benefit .card-title .remove-icon {
  cursor: pointer;
}

/* line 1062, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.benefits .benefit .card-title .add-icon,
#edit-challenge-modal section.benefits .benefit .card-title .add-icon,
#new-challenge-application-modal section.benefits .benefit .card-title .add-icon {
  display: flex;
}

/* line 1066, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.benefits .benefit .card-title .current-icon-wrapper,
#edit-challenge-modal section.benefits .benefit .card-title .current-icon-wrapper,
#new-challenge-application-modal section.benefits .benefit .card-title .current-icon-wrapper {
  display: flex;
}

/* line 1069, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.benefits .benefit .card-title .current-icon-wrapper .remove-icon,
#edit-challenge-modal section.benefits .benefit .card-title .current-icon-wrapper .remove-icon,
#new-challenge-application-modal section.benefits .benefit .card-title .current-icon-wrapper .remove-icon {
  margin: 0 6px;
}

/* line 1074, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.benefits .benefit .card-title h6,
#edit-challenge-modal section.benefits .benefit .card-title h6,
#new-challenge-application-modal section.benefits .benefit .card-title h6 {
  margin-bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 1082, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.benefits .benefit .card-title span,
#edit-challenge-modal section.benefits .benefit .card-title span,
#new-challenge-application-modal section.benefits .benefit .card-title span {
  font-size: 14px;
  font-weight: bold;
  color: #0f100c;
  display: inline-block;
  margin-left: 7px;
}

/* line 1091, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.benefits .benefit .benenift-image-label,
#edit-challenge-modal section.benefits .benefit .benenift-image-label,
#new-challenge-application-modal section.benefits .benefit .benenift-image-label {
  display: none;
}

/* line 1095, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.benefits .benefit input[type="file"],
#edit-challenge-modal section.benefits .benefit input[type="file"],
#new-challenge-application-modal section.benefits .benefit input[type="file"] {
  display: none;
}

/* line 1102, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.mentors .mentors-list,
#edit-challenge-modal section.mentors .mentors-list,
#new-challenge-application-modal section.mentors .mentors-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 1108, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.mentors .card.mentor,
#edit-challenge-modal section.mentors .card.mentor,
#new-challenge-application-modal section.mentors .card.mentor {
  width: calc(50% - 16px);
  margin: 8px;
  box-shadow: none;
}

/* line 1113, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.mentors .card.mentor .card-body,
#edit-challenge-modal section.mentors .card.mentor .card-body,
#new-challenge-application-modal section.mentors .card.mentor .card-body {
  display: flex;
  flex-direction: column;
}

/* line 1118, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.mentors .card.mentor:first-child .close,
#edit-challenge-modal section.mentors .card.mentor:first-child .close,
#new-challenge-application-modal section.mentors .card.mentor:first-child .close {
  display: none;
}

/* line 1122, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.mentors .card.mentor .close,
#edit-challenge-modal section.mentors .card.mentor .close,
#new-challenge-application-modal section.mentors .card.mentor .close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  cursor: pointer;
}

/* line 1130, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.mentors .card.mentor .avatar-wrapper,
#edit-challenge-modal section.mentors .card.mentor .avatar-wrapper,
#new-challenge-application-modal section.mentors .card.mentor .avatar-wrapper {
  margin: 0 auto 20px auto;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #e6e6e6;
  background-size: cover;
  position: relative;
}

/* line 1140, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.mentors .card.mentor .avatar-wrapper input,
#edit-challenge-modal section.mentors .card.mentor .avatar-wrapper input,
#new-challenge-application-modal section.mentors .card.mentor .avatar-wrapper input {
  display: none;
}

/* line 1144, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.mentors .card.mentor .avatar-wrapper .add-avatar,
#edit-challenge-modal section.mentors .card.mentor .avatar-wrapper .add-avatar,
#new-challenge-application-modal section.mentors .card.mentor .avatar-wrapper .add-avatar {
  position: absolute;
  left: -30px;
  bottom: 0px;
}

/* line 1149, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.mentors .card.mentor .avatar-wrapper .add-avatar:hover,
#edit-challenge-modal section.mentors .card.mentor .avatar-wrapper .add-avatar:hover,
#new-challenge-application-modal section.mentors .card.mentor .avatar-wrapper .add-avatar:hover {
  cursor: pointer;
}

/* line 1157, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .add-mentor,
#new-challenge-modal .add-benefit,
#new-challenge-modal .add-stage,
#edit-challenge-modal .add-mentor,
#edit-challenge-modal .add-benefit,
#edit-challenge-modal .add-stage,
#new-challenge-application-modal .add-mentor,
#new-challenge-application-modal .add-benefit,
#new-challenge-application-modal .add-stage {
  display: inline-block;
  margin-top: 20px;
  border-bottom: 1px dotted #D04A02;
}

/* line 1163, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .add-mentor:hover,
#new-challenge-modal .add-benefit:hover,
#new-challenge-modal .add-stage:hover,
#edit-challenge-modal .add-mentor:hover,
#edit-challenge-modal .add-benefit:hover,
#edit-challenge-modal .add-stage:hover,
#new-challenge-application-modal .add-mentor:hover,
#new-challenge-application-modal .add-benefit:hover,
#new-challenge-application-modal .add-stage:hover {
  cursor: pointer;
}

/* line 1169, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.timeline .stage,
#edit-challenge-modal section.timeline .stage,
#new-challenge-application-modal section.timeline .stage {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  position: relative;
}

/* line 1175, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.timeline .stage .stage-image-label,
#new-challenge-modal section.timeline .stage .input.file,
#edit-challenge-modal section.timeline .stage .stage-image-label,
#edit-challenge-modal section.timeline .stage .input.file,
#new-challenge-application-modal section.timeline .stage .stage-image-label,
#new-challenge-application-modal section.timeline .stage .input.file {
  display: none;
}

/* line 1180, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.timeline .stage img,
#edit-challenge-modal section.timeline .stage img,
#new-challenge-application-modal section.timeline .stage img {
  width: 25px;
  height: 25px;
}

/* line 1185, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.timeline .stage:first-child,
#edit-challenge-modal section.timeline .stage:first-child,
#new-challenge-application-modal section.timeline .stage:first-child {
  margin-right: 36px;
}

/* line 1187, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.timeline .stage:first-child .close,
#edit-challenge-modal section.timeline .stage:first-child .close,
#new-challenge-application-modal section.timeline .stage:first-child .close {
  display: none;
}

/* line 1192, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.timeline .stage .close,
#edit-challenge-modal section.timeline .stage .close,
#new-challenge-application-modal section.timeline .stage .close {
  margin-left: 14px;
  width: 22px;
  cursor: pointer;
}

/* line 1198, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.timeline .stage input:focus,
#edit-challenge-modal section.timeline .stage input:focus,
#new-challenge-application-modal section.timeline .stage input:focus {
  border-width: 1px;
}

/* line 1202, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.timeline .stage .add-icon,
#new-challenge-modal section.timeline .stage .remove-icon,
#edit-challenge-modal section.timeline .stage .add-icon,
#edit-challenge-modal section.timeline .stage .remove-icon,
#new-challenge-application-modal section.timeline .stage .add-icon,
#new-challenge-application-modal section.timeline .stage .remove-icon {
  position: absolute;
  cursor: pointer;
}

/* line 1208, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.timeline .stage .add-icon,
#edit-challenge-modal section.timeline .stage .add-icon,
#new-challenge-application-modal section.timeline .stage .add-icon {
  left: -24px;
}

/* line 1210, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.timeline .stage .add-icon img,
#edit-challenge-modal section.timeline .stage .add-icon img,
#new-challenge-application-modal section.timeline .stage .add-icon img {
  width: 19px;
  height: 19px;
}

/* line 1216, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.timeline .stage .remove-icon,
#edit-challenge-modal section.timeline .stage .remove-icon,
#new-challenge-application-modal section.timeline .stage .remove-icon {
  left: -46px;
  width: 19px;
}

/* line 1224, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.timeline .stage .circle,
#edit-challenge-modal section.timeline .stage .circle,
#new-challenge-application-modal section.timeline .stage .circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: solid 1px #0f100c;
  margin-left: 3px;
  margin-right: 18px;
  flex-shrink: 0;
}

/* line 1234, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.timeline .stage i.material-icons,
#edit-challenge-modal section.timeline .stage i.material-icons,
#new-challenge-application-modal section.timeline .stage i.material-icons {
  width: 25px;
  height: 25px;
  margin-left: 3px;
  margin-right: 18px;
}

/* line 1241, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.timeline .stage img.icon,
#edit-challenge-modal section.timeline .stage img.icon,
#new-challenge-application-modal section.timeline .stage img.icon {
  margin-right: 18px;
}

/* line 1245, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.timeline .stage .special-input,
#edit-challenge-modal section.timeline .stage .special-input,
#new-challenge-application-modal section.timeline .stage .special-input {
  flex-grow: 1;
}

/* line 1248, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.timeline .stage .special-input.opened label,
#edit-challenge-modal section.timeline .stage .special-input.opened label,
#new-challenge-application-modal section.timeline .stage .special-input.opened label {
  border-color: #80abff;
}

/* line 1252, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.timeline .stage .special-input > label,
#edit-challenge-modal section.timeline .stage .special-input > label,
#new-challenge-application-modal section.timeline .stage .special-input > label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}

/* line 1262, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.timeline .stage .special-input > label span,
#edit-challenge-modal section.timeline .stage .special-input > label span,
#new-challenge-application-modal section.timeline .stage .special-input > label span {
  font-size: 14px;
}

/* line 1267, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.timeline .stage .special-input img,
#edit-challenge-modal section.timeline .stage .special-input img,
#new-challenge-application-modal section.timeline .stage .special-input img {
  width: 10px;
  height: 10px;
}

/* line 1273, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.timeline .stage .input:not(.challenge_timeline_stages_material_icon),
#edit-challenge-modal section.timeline .stage .input:not(.challenge_timeline_stages_material_icon),
#new-challenge-application-modal section.timeline .stage .input:not(.challenge_timeline_stages_material_icon) {
  flex-basis: 160px;
}

/* line 1276, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.timeline .stage .input:not(.challenge_timeline_stages_material_icon) input,
#edit-challenge-modal section.timeline .stage .input:not(.challenge_timeline_stages_material_icon) input,
#new-challenge-application-modal section.timeline .stage .input:not(.challenge_timeline_stages_material_icon) input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 1282, app/assets/stylesheets/challenges.scss */
#new-challenge-modal section.timeline .stage .values,
#edit-challenge-modal section.timeline .stage .values,
#new-challenge-application-modal section.timeline .stage .values {
  color: #9ea7bc;
  margin-left: 10px;
}

/* line 1289, app/assets/stylesheets/challenges.scss */
#new-challenge-modal input[type="submit"],
#edit-challenge-modal input[type="submit"],
#new-challenge-application-modal input[type="submit"] {
  width: 100%;
}

/* line 1294, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .challenge-description .tox,
#edit-challenge-modal .challenge-description .tox,
#new-challenge-application-modal .challenge-description .tox {
  margin-bottom: 12px;
  border-radius: 4px;
}

/* line 1298, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .challenge-description .tox .tox-tbtn,
#edit-challenge-modal .challenge-description .tox .tox-tbtn,
#new-challenge-application-modal .challenge-description .tox .tox-tbtn {
  width: 25px;
}

/* line 1302, app/assets/stylesheets/challenges.scss */
#new-challenge-modal .challenge-description .tox .tox-tbtn--select,
#edit-challenge-modal .challenge-description .tox .tox-tbtn--select,
#new-challenge-application-modal .challenge-description .tox .tox-tbtn--select {
  width: auto;
}

/* line 1312, app/assets/stylesheets/challenges.scss */
#new-challenge-application-modal .modal-dialog,
#create-challenge-application-modal .modal-dialog,
#help-application-modal .modal-dialog {
  max-width: 440px;
}

/* line 1316, app/assets/stylesheets/challenges.scss */
#new-challenge-application-modal .modal-content,
#create-challenge-application-modal .modal-content,
#help-application-modal .modal-content {
  padding: 38px 50px;
}

/* line 1320, app/assets/stylesheets/challenges.scss */
#new-challenge-application-modal .modal-body,
#create-challenge-application-modal .modal-body,
#help-application-modal .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}

/* line 1326, app/assets/stylesheets/challenges.scss */
#new-challenge-application-modal .modal-body img,
#create-challenge-application-modal .modal-body img,
#help-application-modal .modal-body img {
  margin-bottom: 30px;
}

/* line 1330, app/assets/stylesheets/challenges.scss */
#new-challenge-application-modal .modal-body h3,
#create-challenge-application-modal .modal-body h3,
#help-application-modal .modal-body h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 18px;
  text-align: center;
}

/* line 1337, app/assets/stylesheets/challenges.scss */
#new-challenge-application-modal .modal-body p,
#create-challenge-application-modal .modal-body p,
#help-application-modal .modal-body p {
  font-size: 14px;
  color: #0f100c;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0;
}

/* line 1345, app/assets/stylesheets/challenges.scss */
#new-challenge-application-modal .modal-body .actions,
#create-challenge-application-modal .modal-body .actions,
#help-application-modal .modal-body .actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

/* line 1350, app/assets/stylesheets/challenges.scss */
#new-challenge-application-modal .modal-body .actions button,
#create-challenge-application-modal .modal-body .actions button,
#help-application-modal .modal-body .actions button {
  flex-basis: 50%;
}

/* line 1352, app/assets/stylesheets/challenges.scss */
#new-challenge-application-modal .modal-body .actions button:first-child,
#create-challenge-application-modal .modal-body .actions button:first-child,
#help-application-modal .modal-body .actions button:first-child {
  margin-right: 4px;
}

/* line 1355, app/assets/stylesheets/challenges.scss */
#new-challenge-application-modal .modal-body .actions button:last-child,
#create-challenge-application-modal .modal-body .actions button:last-child,
#help-application-modal .modal-body .actions button:last-child {
  margin-left: 4px;
}

/* line 1364, app/assets/stylesheets/challenges.scss */
#new-challenge-application-modal .modal-dialog {
  max-width: 60%;
}

/* line 1368, app/assets/stylesheets/challenges.scss */
#new-challenge-application-modal .application-modal-buttons {
  display: flex;
  justify-content: space-evenly;
}

/* line 1372, app/assets/stylesheets/challenges.scss */
#new-challenge-application-modal .application-modal-buttons .btn {
  width: 30%;
}

/* line 1378, app/assets/stylesheets/challenges.scss */
#help-application-modal {
  display: flex;
}

/* line 1381, app/assets/stylesheets/challenges.scss */
#help-application-modal .modal {
  top: 30px;
}

/* line 1385, app/assets/stylesheets/challenges.scss */
#help-application-modal .modal-dialog {
  max-width: 100%;
}

/* line 1389, app/assets/stylesheets/challenges.scss */
#help-application-modal .help-box-text {
  width: 70%;
}

/* line 1392, app/assets/stylesheets/challenges.scss */
#help-application-modal .help-box-text p {
  margin: 15px;
}

/* line 1397, app/assets/stylesheets/challenges.scss */
#help-application-modal .help-gif {
  width: 70%;
  margin-top: 15px;
}

/* line 1404, app/assets/stylesheets/challenges.scss */
#applications-list-modal h6 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}

/* line 1410, app/assets/stylesheets/challenges.scss */
#applications-list-modal .modal-header {
  padding-top: 13px;
  padding-bottom: 13px;
}

/* line 1415, app/assets/stylesheets/challenges.scss */
#applications-list-modal .modal-body {
  padding: 0;
}

/* line 1419, app/assets/stylesheets/challenges.scss */
#applications-list-modal .application {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 34px;
}

/* line 1425, app/assets/stylesheets/challenges.scss */
#applications-list-modal .application div.info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* line 1431, app/assets/stylesheets/challenges.scss */
#applications-list-modal .application img.logo {
  margin-right: 20px;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}

/* line 1440, app/assets/stylesheets/challenges.scss */
#applications-list-modal .application .name {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

/* line 1446, app/assets/stylesheets/challenges.scss */
#applications-list-modal .application .category {
  display: block;
  font-weight: normal;
  color: #7a8295;
}

/* line 1452, app/assets/stylesheets/challenges.scss */
#applications-list-modal .application:hover {
  background-color: #eff3f8;
}

/* line 1457, app/assets/stylesheets/challenges.scss */
#applications-list-modal .application .approve-action .thumbsup-active {
  display: none;
}

/* line 1461, app/assets/stylesheets/challenges.scss */
#applications-list-modal .application .approve-action:hover {
  cursor: pointer;
}

/* line 1463, app/assets/stylesheets/challenges.scss */
#applications-list-modal .application .approve-action:hover .thumbsup-active {
  display: block;
}

/* line 1466, app/assets/stylesheets/challenges.scss */
#applications-list-modal .application .approve-action:hover .thumbsup-inactive {
  display: none;
}

/* line 1473, app/assets/stylesheets/challenges.scss */
#applications-list-modal .application.approved .approve-action .thumbsup-active {
  display: block;
}

/* line 1476, app/assets/stylesheets/challenges.scss */
#applications-list-modal .application.approved .approve-action .thumbsup-inactive {
  display: none;
}

/* line 1480, app/assets/stylesheets/challenges.scss */
#applications-list-modal .application.approved .approve-action:hover {
  cursor: default;
}

/* line 1487, app/assets/stylesheets/challenges.scss */
#challenge-icons-modal {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 3000;
}

/* line 1491, app/assets/stylesheets/challenges.scss */
#challenge-icons-modal .modal-dialog {
  width: 500px;
}

/* line 1495, app/assets/stylesheets/challenges.scss */
#challenge-icons-modal .modal-body {
  min-height: 257px;
}

/* line 1499, app/assets/stylesheets/challenges.scss */
#challenge-icons-modal i {
  cursor: pointer;
}

/* line 1503, app/assets/stylesheets/challenges.scss */
#challenge-icons-modal .carousel {
  display: flex;
  flex-direction: column-reverse;
  min-height: 257px;
  justify-content: flex-end;
}

/* line 1510, app/assets/stylesheets/challenges.scss */
#challenge-icons-modal .carousel-inner {
  flex-grow: 1;
  display: flex;
}

/* line 1516, app/assets/stylesheets/challenges.scss */
#challenge-icons-modal .carousel-item {
  z-index: 110;
}

/* line 1520, app/assets/stylesheets/challenges.scss */
#challenge-icons-modal .carousel-item.image-upload {
  z-index: 100;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 1528, app/assets/stylesheets/challenges.scss */
#challenge-icons-modal .carousel-item.image-upload button {
  width: auto;
}

/* line 1532, app/assets/stylesheets/challenges.scss */
#challenge-icons-modal .carousel-item.image-upload.active {
  opacity: 1;
}

/* line 1536, app/assets/stylesheets/challenges.scss */
#challenge-icons-modal .carousel-item.image-upload.carousel-item-left {
  transition: opacity 0.2s ease-in;
  transition-delay: 0.3s;
  opacity: 1;
}

/* line 1543, app/assets/stylesheets/challenges.scss */
#challenge-icons-modal .carousel-item > div {
  flex-grow: 1;
}

/* line 1547, app/assets/stylesheets/challenges.scss */
#challenge-icons-modal .carousel-indicators {
  position: static;
}

/* line 1549, app/assets/stylesheets/challenges.scss */
#challenge-icons-modal .carousel-indicators li {
  background-color: black;
}

/* line 1555, app/assets/stylesheets/challenges.scss */
.margin3pc {
  margin-top: 3%;
}

/* line 1559, app/assets/stylesheets/challenges.scss */
.padding1rem {
  padding: 1rem;
}

/* line 1563, app/assets/stylesheets/challenges.scss */
.marginTop1rem {
  margin-top: 1rem;
}

/* line 1567, app/assets/stylesheets/challenges.scss */
.native-form-container {
  width: 80%;
}
/* line 1, app/assets/stylesheets/common.scss */
.resources-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 14px;
  justify-content: space-between;
  list-style: none;
  padding: 0 1rem;
  margin: 0 auto;
}

/* line 11, app/assets/stylesheets/common.scss */
.resources-list img {
  width: 100%;
}

/* line 15, app/assets/stylesheets/common.scss */
.resources-list li {
  height: 100%;
  border: 1px solid green;
}

/* line 20, app/assets/stylesheets/common.scss */
.resources-list .resource {
  text-align: center;
  flex-basis: 260px;
}

/* line 24, app/assets/stylesheets/common.scss */
.resources-list .resource .card-body {
  position: relative;
  padding-bottom: 16px;
}

/* line 29, app/assets/stylesheets/common.scss */
.resources-list .resource .resource-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* line 35, app/assets/stylesheets/common.scss */
.resources-list .resource .resource-content > div:first-child {
  height: 100%;
}

/* line 39, app/assets/stylesheets/common.scss */
.resources-list .resource .resource-content .card-title {
  font-size: 14px;
}

/* line 43, app/assets/stylesheets/common.scss */
.resources-list .resource .resource-content a.index-review {
  color: #f6ac0e;
}

/* line 47, app/assets/stylesheets/common.scss */
.resources-list .resource .resource-content a {
  font-weight: bold;
  color: black;
  text-decoration: none;
  font-size: 14px;
}

/* line 54, app/assets/stylesheets/common.scss */
.resources-list .resource .resource-content hr {
  margin-left: -20px;
  width: calc(100% + 40px);
}

/* line 60, app/assets/stylesheets/common.scss */
.resources-list .resource .fa-bookmark {
  position: absolute;
  top: 0;
  left: 18px;
  font-size: 20px;
  color: #ccc;
  transition: ease-in 0.1s color;
}

/* line 68, app/assets/stylesheets/common.scss */
.resources-list .resource .fa-bookmark:before {
  width: 40px;
}

/* line 72, app/assets/stylesheets/common.scss */
.resources-list .resource .fa-bookmark:hover {
  cursor: pointer;
  color: #333;
}

/* line 77, app/assets/stylesheets/common.scss */
.resources-list .resource .fa-bookmark:active {
  color: black;
}

/* line 82, app/assets/stylesheets/common.scss */
.resources-list .resource:first-child {
  margin-left: 0;
}

/* line 86, app/assets/stylesheets/common.scss */
.resources-list .resource .card-title {
  margin-bottom: 6px;
}

/* line 90, app/assets/stylesheets/common.scss */
.resources-list .resource .resource-field {
  color: #999;
  font-weight: normal;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.33;
}

/* line 103, app/assets/stylesheets/common.scss */
.resources-list .resource .logo-wrapper {
  min-height: 150px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1.25rem;
}

/* line 113, app/assets/stylesheets/common.scss */
.resources-list .resource .logo-wrapper img {
  width: 120px;
  height: 120px;
  margin: auto;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  /* line 1, app/assets/stylesheets/common.scss */
  .resources-list {
    display: block;
  }
  /* line 128, app/assets/stylesheets/common.scss */
  .resources-list .resource .logo-wrapper img {
    width: 100%;
    height: 100%;
    max-width: 160px;
  }
  /* line 135, app/assets/stylesheets/common.scss */
  .resources-list .resource .card-title {
    font-size: 16px;
  }
}

/* line 142, app/assets/stylesheets/common.scss */
.settings-sidebar {
  margin-left: -15px;
}

/* line 145, app/assets/stylesheets/common.scss */
.settings-sidebar a {
  display: block;
  margin: 6px 0;
  color: #7a8295;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

/* line 155, app/assets/stylesheets/common.scss */
.settings-sidebar a:first-child {
  margin-top: 0;
}

/* line 159, app/assets/stylesheets/common.scss */
.settings-sidebar a.active {
  color: #0f100c;
}

/* line 163, app/assets/stylesheets/common.scss */
.settings-sidebar a:hover {
  color: #1d1f17;
  text-decoration: none;
}

/* line 170, app/assets/stylesheets/common.scss */
.settings-header.card-header {
  background-color: #fff;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0;
}

/* line 179, app/assets/stylesheets/common.scss */
.settings-header.card-header a {
  padding-top: 23px;
  padding-bottom: 23px;
  flex-basis: 33.3%;
  text-align: center;
  font-size: 14px;
  color: #9ea7bc;
  font-weight: bold;
  text-decoration: none;
}

/* line 191, app/assets/stylesheets/common.scss */
.settings-header.card-header a.active {
  color: #0f100c;
  border-bottom: 2px solid #D04A02;
}

/* line 196, app/assets/stylesheets/common.scss */
.settings-header.card-header a:hover:not(.active) {
  color: #464a38;
  text-decoration: none;
  border-bottom: 2px solid #feb087;
}

/* line 206, app/assets/stylesheets/common.scss */
main.startups.show .card,
main.partners.show .card {
  border: none;
}

/* line 210, app/assets/stylesheets/common.scss */
main.startups.show .image-placeholder,
main.partners.show .image-placeholder {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* line 217, app/assets/stylesheets/common.scss */
main.startups.show .image-placeholder img,
main.partners.show .image-placeholder img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 221, app/assets/stylesheets/common.scss */
main.startups.show .image-placeholder label,
main.partners.show .image-placeholder label {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: -12px;
  width: 22px;
}

/* line 227, app/assets/stylesheets/common.scss */
main.startups.show .image-placeholder label:hover,
main.partners.show .image-placeholder label:hover {
  cursor: pointer;
}

/* line 234, app/assets/stylesheets/common.scss */
main.startups.show section.members .image-placeholder,
main.partners.show section.members .image-placeholder {
  background-image: url(/assets/icons/avatar-836a1417e12dc186eba012bda117855a39b77bf477cf037f6a61c46f156b9378.svg);
  background-position: center;
  border-radius: 50%;
}

/* line 241, app/assets/stylesheets/common.scss */
main.startups.show section.content,
main.partners.show section.content {
  position: relative;
}

/* line 246, app/assets/stylesheets/common.scss */
main.startups.show section.content:hover .edit-action, main.startups.show section.content.editing .edit-action,
main.partners.show section.content:hover .edit-action,
main.partners.show section.content.editing .edit-action {
  position: static;
  visibility: visible;
}

/* line 251, app/assets/stylesheets/common.scss */
main.startups.show section.content:hover .video-editing-wrapper, main.startups.show section.content.editing .video-editing-wrapper,
main.partners.show section.content:hover .video-editing-wrapper,
main.partners.show section.content.editing .video-editing-wrapper {
  display: block;
}

/* line 257, app/assets/stylesheets/common.scss */
main.startups.show section.content.editing label[for="startup_banner_uid"],
main.partners.show section.content.editing label[for="startup_banner_uid"] {
  display: block;
}

/* line 262, app/assets/stylesheets/common.scss */
main.startups.show section.content label[for="startup_banner_uid"],
main.partners.show section.content label[for="startup_banner_uid"] {
  z-index: 100;
  display: none;
}

/* line 267, app/assets/stylesheets/common.scss */
main.startups.show section.content p:last-child,
main.partners.show section.content p:last-child {
  margin-bottom: 0;
}

/* line 271, app/assets/stylesheets/common.scss */
main.startups.show section.content .edit-options,
main.partners.show section.content .edit-options {
  display: flex;
  justify-content: flex-end;
  visibility: hidden;
  position: absolute;
  padding: 0;
}

/* line 278, app/assets/stylesheets/common.scss */
main.startups.show section.content .edit-options .btn-primary,
main.partners.show section.content .edit-options .btn-primary {
  margin-left: 8px;
}

/* line 284, app/assets/stylesheets/common.scss */
main.startups.show section.content.editing .edit-options,
main.partners.show section.content.editing .edit-options {
  position: static;
  visibility: visible;
}

/* line 289, app/assets/stylesheets/common.scss */
main.startups.show section.content.editing .banner-wrapper .input,
main.partners.show section.content.editing .banner-wrapper .input {
  display: none;
}

/* line 293, app/assets/stylesheets/common.scss */
main.startups.show section.content.editing .card.about,
main.partners.show section.content.editing .card.about {
  margin-bottom: 136px;
}

/* line 296, app/assets/stylesheets/common.scss */
main.startups.show section.content.editing .card.about .language,
main.partners.show section.content.editing .card.about .language {
  width: 100%;
}

/* line 301, app/assets/stylesheets/common.scss */
main.startups.show section.content.editing .card.about .multilanguage-input-wrapper .multilanguage-label-wrapper,
main.partners.show section.content.editing .card.about .multilanguage-input-wrapper .multilanguage-label-wrapper {
  margin-bottom: 0;
}

/* line 304, app/assets/stylesheets/common.scss */
main.startups.show section.content.editing .card.about .multilanguage-input-wrapper .language > .multilanguage-label-wrapper,
main.partners.show section.content.editing .card.about .multilanguage-input-wrapper .language > .multilanguage-label-wrapper {
  margin-bottom: 10px;
}

/* line 311, app/assets/stylesheets/common.scss */
main.startups.show section.content > .card,
main.partners.show section.content > .card {
  margin-bottom: 20px;
}

/* line 315, app/assets/stylesheets/common.scss */
main.startups.show section.content .banner-wrapper,
main.partners.show section.content .banner-wrapper {
  height: 180px;
  width: 100%;
  background-color: #eff3f8;
  background-size: cover;
}

/* line 321, app/assets/stylesheets/common.scss */
main.startups.show section.content .banner-wrapper > img,
main.partners.show section.content .banner-wrapper > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* line 328, app/assets/stylesheets/common.scss */
main.startups.show section.content .banner-wrapper label,
main.partners.show section.content .banner-wrapper label {
  position: absolute;
  top: 10px;
  right: 14px;
}

/* line 333, app/assets/stylesheets/common.scss */
main.startups.show section.content .banner-wrapper label input,
main.partners.show section.content .banner-wrapper label input {
  display: none;
}

/* line 337, app/assets/stylesheets/common.scss */
main.startups.show section.content .banner-wrapper label img,
main.partners.show section.content .banner-wrapper label img {
  width: 27px;
  height: 27px;
  margin-right: 0;
}

/* line 345, app/assets/stylesheets/common.scss */
main.startups.show section.content .title-header,
main.partners.show section.content .title-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* line 350, app/assets/stylesheets/common.scss */
main.startups.show section.content .title-header .card-title,
main.partners.show section.content .title-header .card-title {
  margin-right: 10px;
  margin-bottom: 0;
}

/* line 356, app/assets/stylesheets/common.scss */
main.startups.show section.content .resource-video,
main.partners.show section.content .resource-video {
  width: 100%;
}

/* line 360, app/assets/stylesheets/common.scss */
main.startups.show section.content .create-options,
main.partners.show section.content .create-options {
  margin-bottom: 20px;
}

/* line 361, app/assets/stylesheets/common.scss */
main.startups.show section.content .create-options .card-title,
main.partners.show section.content .create-options .card-title {
  margin-bottom: 0;
}

/* line 365, app/assets/stylesheets/common.scss */
main.startups.show section.content .create-options .card-body,
main.partners.show section.content .create-options .card-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* line 374, app/assets/stylesheets/common.scss */
main.startups.show section.content .create-options button:last-child,
main.partners.show section.content .create-options button:last-child {
  margin-left: 14px;
}

/* line 380, app/assets/stylesheets/common.scss */
main.startups.show section.content .post .post-video,
main.partners.show section.content .post .post-video {
  height: 340px;
}

/* line 383, app/assets/stylesheets/common.scss */
main.startups.show section.content .post .post-video.vimeo,
main.partners.show section.content .post .post-video.vimeo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 392, app/assets/stylesheets/common.scss */
main.startups.show section.content .post .vimeo-wrapper,
main.partners.show section.content .post .vimeo-wrapper {
  padding: 55% 0 0 0;
  position: relative;
}

/* line 397, app/assets/stylesheets/common.scss */
main.startups.show section.content .post .card-body,
main.partners.show section.content .post .card-body {
  padding-left: 32px;
  padding-right: 32px;
}

/* line 402, app/assets/stylesheets/common.scss */
main.startups.show section.content .post .menu-wrapper,
main.partners.show section.content .post .menu-wrapper {
  position: relative;
}

/* line 405, app/assets/stylesheets/common.scss */
main.startups.show section.content .post .menu-wrapper .post-options,
main.partners.show section.content .post .menu-wrapper .post-options {
  right: 0;
  top: 100%;
}

/* line 411, app/assets/stylesheets/common.scss */
main.startups.show section.content .post .post-title,
main.partners.show section.content .post .post-title {
  color: black;
  font-size: 14px;
  font-weight: bold;
  display: block;
}

/* line 418, app/assets/stylesheets/common.scss */
main.startups.show section.content .post .content-wrapper,
main.partners.show section.content .post .content-wrapper {
  padding-top: 20px;
  padding-bottom: 14px;
}

/* line 422, app/assets/stylesheets/common.scss */
main.startups.show section.content .post .content-wrapper:last-child,
main.partners.show section.content .post .content-wrapper:last-child {
  padding-top: 0px;
}

/* line 427, app/assets/stylesheets/common.scss */
main.startups.show section.content .post .content,
main.partners.show section.content .post .content {
  font-size: 15px;
  color: #000;
}

/* line 431, app/assets/stylesheets/common.scss */
main.startups.show section.content .post .content p:last-child,
main.partners.show section.content .post .content p:last-child {
  margin-bottom: 0;
}

/* line 436, app/assets/stylesheets/common.scss */
main.startups.show section.content .post .image,
main.partners.show section.content .post .image {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
}

/* line 443, app/assets/stylesheets/common.scss */
main.startups.show section.content .post .header,
main.partners.show section.content .post .header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
}

/* line 449, app/assets/stylesheets/common.scss */
main.startups.show section.content .post .header .information,
main.partners.show section.content .post .header .information {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 12px;
  color: #7a8295;
}

/* line 458, app/assets/stylesheets/common.scss */
main.startups.show section.content .post .header .information .partner-title,
main.partners.show section.content .post .header .information .partner-title {
  display: flex;
  flex-direction: column;
}

/* line 462, app/assets/stylesheets/common.scss */
main.startups.show section.content .post .header .information .partner-title .partner,
main.partners.show section.content .post .header .information .partner-title .partner {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}

/* line 470, app/assets/stylesheets/common.scss */
main.startups.show section.content .post .header img.logo,
main.partners.show section.content .post .header img.logo {
  width: 34px;
  margin-right: 15px;
  height: auto;
}

/* line 478, app/assets/stylesheets/common.scss */
main.startups.show section.content .card.details,
main.partners.show section.content .card.details {
  margin-top: 14px;
}

/* line 481, app/assets/stylesheets/common.scss */
main.startups.show section.content .card.details .title-header,
main.partners.show section.content .card.details .title-header {
  margin-bottom: 0;
}

/* line 485, app/assets/stylesheets/common.scss */
main.startups.show section.content .card.details hr,
main.partners.show section.content .card.details hr {
  margin: 0;
}

/* line 490, app/assets/stylesheets/common.scss */
main.startups.show section.content .card.details .answers div,
main.partners.show section.content .card.details .answers div {
  margin-bottom: 16px;
}

/* line 492, app/assets/stylesheets/common.scss */
main.startups.show section.content .card.details .answers div:last-child,
main.partners.show section.content .card.details .answers div:last-child {
  margin-bottom: 0;
}

/* line 497, app/assets/stylesheets/common.scss */
main.startups.show section.content .card.details .answers span.question,
main.startups.show section.content .card.details .answers span.answer,
main.partners.show section.content .card.details .answers span.question,
main.partners.show section.content .card.details .answers span.answer {
  display: block;
  font-size: 14px;
}

/* line 503, app/assets/stylesheets/common.scss */
main.startups.show section.content .card.details .answers span.question,
main.partners.show section.content .card.details .answers span.question {
  font-weight: bold;
}

/* line 509, app/assets/stylesheets/common.scss */
main.startups.show section.content .video-editing-wrapper,
main.partners.show section.content .video-editing-wrapper {
  display: none;
  position: absolute;
  bottom: -116px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}

/* line 517, app/assets/stylesheets/common.scss */
main.startups.show section.content .video-editing-wrapper .anchor-up,
main.partners.show section.content .video-editing-wrapper .anchor-up {
  display: block;
  border-bottom: 16px solid #e7eef5;
  top: -32px;
  left: 60px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

/* line 526, app/assets/stylesheets/common.scss */
main.startups.show section.content .video-editing-wrapper .anchor-up-border,
main.partners.show section.content .video-editing-wrapper .anchor-up-border {
  border-bottom: 16px solid #D04A02;
  top: -34px;
  left: 60px;
}

/* line 532, app/assets/stylesheets/common.scss */
main.startups.show section.content .video-editing-wrapper input,
main.partners.show section.content .video-editing-wrapper input {
  margin: 0 auto;
  background-color: #e7eef5;
  border-color: #D04A02;
}

/* line 540, app/assets/stylesheets/common.scss */
main.startups.show .post,
main.partners.show .post {
  margin-top: 14px;
}

/* line 543, app/assets/stylesheets/common.scss */
main.startups.show .post .card-title,
main.partners.show .post .card-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 550, app/assets/stylesheets/common.scss */
main.startups.show .activy-hr,
main.partners.show .activy-hr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}

/* line 556, app/assets/stylesheets/common.scss */
main.startups.show .activy-hr img,
main.partners.show .activy-hr img {
  width: 12px;
  margin-right: 6px;
}

/* line 561, app/assets/stylesheets/common.scss */
main.startups.show .activy-hr span,
main.partners.show .activy-hr span {
  color: #0f100c;
  font-size: 15px;
  font-weight: bold;
}

/* line 571, app/assets/stylesheets/common.scss */
main.startups > .container > .row,
main.partners > .container > .row {
  align-items: flex-start;
}

/* line 576, app/assets/stylesheets/common.scss */
main.startups.show .input,
main.partners.show .input {
  position: absolute;
  visibility: hidden;
  width: 100%;
  margin-bottom: 10px;
}

/* line 582, app/assets/stylesheets/common.scss */
main.startups.show .input input,
main.partners.show .input input {
  text-align: center;
}

/* line 587, app/assets/stylesheets/common.scss */
main.startups.show .edit-action,
main.partners.show .edit-action {
  z-index: 8;
  visibility: hidden;
}

/* line 591, app/assets/stylesheets/common.scss */
main.startups.show .edit-action a.edit,
main.partners.show .edit-action a.edit {
  font-size: 13px;
  color: #D04A02;
  font-weight: 600;
}

/* line 597, app/assets/stylesheets/common.scss */
main.startups.show .edit-action img,
main.partners.show .edit-action img {
  width: 14px;
  margin-right: 5px;
}

/* line 602, app/assets/stylesheets/common.scss */
main.startups.show .edit-action:hover,
main.partners.show .edit-action:hover {
  cursor: pointer;
}

/* line 607, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .social-networks .social-network-wrapper.new,
main.partners.show section.basic-info .social-networks .social-network-wrapper.new {
  display: none !important;
}

/* line 611, app/assets/stylesheets/common.scss */
main.startups.show section:not(.editing) .anchor-up,
main.partners.show section:not(.editing) .anchor-up {
  display: none !important;
}

/* line 614, app/assets/stylesheets/common.scss */
main.startups.show section:not(.editing) .language,
main.partners.show section:not(.editing) .language {
  display: none;
}

/* line 620, app/assets/stylesheets/common.scss */
main.startups.show section.editing .input,
main.partners.show section.editing .input {
  position: static;
  visibility: visible;
}

/* line 624, app/assets/stylesheets/common.scss */
main.startups.show section.editing .info,
main.partners.show section.editing .info {
  display: none !important;
}

/* line 627, app/assets/stylesheets/common.scss */
main.startups.show section.editing.basic-info .social-networks .social-network-wrapper.new,
main.partners.show section.editing.basic-info .social-networks .social-network-wrapper.new {
  display: block !important;
}

/* line 630, app/assets/stylesheets/common.scss */
main.startups.show section.editing .language,
main.partners.show section.editing .language {
  display: inline-block;
}

/* line 635, app/assets/stylesheets/common.scss */
main.startups.show .title-header,
main.partners.show .title-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
}

/* line 643, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info,
main.partners.show section.basic-info {
  padding-right: 0;
}

/* line 646, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .input,
main.partners.show section.basic-info .input {
  margin-bottom: 0;
}

/* line 650, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .cr-boundary,
main.startups.show section.basic-info .cr-viewport,
main.partners.show section.basic-info .cr-boundary,
main.partners.show section.basic-info .cr-viewport {
  border-radius: 50%;
}

/* line 655, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .logo-wrapper label,
main.partners.show section.basic-info .logo-wrapper label {
  z-index: 10;
}

/* line 659, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info form > .card-body,
main.partners.show section.basic-info form > .card-body {
  position: relative;
  padding-top: 25px;
}

/* line 664, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .edit-action,
main.partners.show section.basic-info .edit-action {
  position: absolute;
  top: 6px;
  right: 6px;
}

/* line 669, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .edit-action img,
main.partners.show section.basic-info .edit-action img {
  width: 27px;
  height: 27px;
}

/* line 675, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .card-body.edit-options,
main.partners.show section.basic-info .card-body.edit-options {
  position: absolute;
  visibility: hidden;
  display: flex;
  flex-direction: row;
  width: 100%;
}

/* line 682, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .card-body.edit-options .btn,
main.partners.show section.basic-info .card-body.edit-options .btn {
  width: 100%;
}

/* line 684, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .card-body.edit-options .btn:first-child,
main.partners.show section.basic-info .card-body.edit-options .btn:first-child {
  margin-right: 6px;
}

/* line 692, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info:hover .edit-action, main.startups.show section.basic-info.editing .edit-action,
main.partners.show section.basic-info:hover .edit-action,
main.partners.show section.basic-info.editing .edit-action {
  visibility: visible;
}

/* line 698, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info.editing .edit-options,
main.partners.show section.basic-info.editing .edit-options {
  position: static;
  visibility: visible;
}

/* line 704, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info.editing .image-placeholder > img,
main.partners.show section.basic-info.editing .image-placeholder > img {
  visibility: hidden;
}

/* line 707, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info.editing .image-placeholder label,
main.partners.show section.basic-info.editing .image-placeholder label {
  margin-bottom: 0;
  right: 10px;
  bottom: 10px;
}

/* line 711, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info.editing .image-placeholder label img,
main.partners.show section.basic-info.editing .image-placeholder label img {
  width: 33px;
  margin-bottom: 0;
}

/* line 719, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .card-body,
main.partners.show section.basic-info .card-body {
  padding: 0;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 727, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .logo-wrapper,
main.partners.show section.basic-info .logo-wrapper {
  width: 100%;
  max-width: 175px;
  display: flex;
  position: relative;
  margin-bottom: 12px;
}

/* line 731, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .logo-wrapper input[type="file"],
main.partners.show section.basic-info .logo-wrapper input[type="file"] {
  display: none;
}

/* line 737, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .logo-wrapper .dummy,
main.partners.show section.basic-info .logo-wrapper .dummy {
  margin-top: 100%;
}

/* line 741, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .logo-wrapper .image-placeholder,
main.startups.show section.basic-info .logo-wrapper img,
main.partners.show section.basic-info .logo-wrapper .image-placeholder,
main.partners.show section.basic-info .logo-wrapper img {
  border-radius: 50%;
}

/* line 746, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .logo-wrapper .image-placeholder,
main.partners.show section.basic-info .logo-wrapper .image-placeholder {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 753, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .logo-wrapper img,
main.partners.show section.basic-info .logo-wrapper img {
  margin-bottom: 0;
  background-color: white;
}

/* line 759, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info h1,
main.partners.show section.basic-info h1 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

/* line 765, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info img,
main.partners.show section.basic-info img {
  height: 100%;
  width: 100%;
  margin-bottom: 10px;
}

/* line 771, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info i,
main.partners.show section.basic-info i {
  width: 18px;
  margin-right: 16px;
  margin-bottom: 10px;
}

/* line 777, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .label-star,
main.partners.show section.basic-info .label-star {
  margin-top: 3px;
  color: #f6ac0e;
  font-weight: bold;
  font-size: 13px;
}

/* line 784, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info a,
main.partners.show section.basic-info a {
  font-size: 13px;
  margin-right: 16px;
}

/* line 789, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .infos,
main.partners.show section.basic-info .infos {
  display: flex;
  flex-direction: column;
  margin: 26px auto 0 40px;
}

/* line 794, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .infos .info,
main.partners.show section.basic-info .infos .info {
  display: flex;
  flex-direction: row;
}

/* line 798, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .infos .info img,
main.partners.show section.basic-info .infos .info img {
  width: 18px;
  margin-right: 16px;
}

/* line 803, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .infos .info span,
main.partners.show section.basic-info .infos .info span {
  font-size: 14px;
  font-weight: 500;
  color: #7a8295;
}

/* line 811, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .social-networks-wrapper-clone,
main.partners.show section.basic-info .social-networks-wrapper-clone {
  display: none;
}

/* line 815, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .social-networks-wrapper,
main.partners.show section.basic-info .social-networks-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: flex-start;
  margin-left: 40px;
  margin-right: 40px;
}

/* line 823, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .social-networks-wrapper .action,
main.partners.show section.basic-info .social-networks-wrapper .action {
  width: 18px;
  height: 18px;
  margin-bottom: 0;
}

/* line 828, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .social-networks-wrapper .action:hover,
main.partners.show section.basic-info .social-networks-wrapper .action:hover {
  cursor: pointer;
}

/* line 832, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .social-networks-wrapper .action.remove,
main.partners.show section.basic-info .social-networks-wrapper .action.remove {
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

/* line 839, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .social-networks-wrapper .action.add,
main.partners.show section.basic-info .social-networks-wrapper .action.add {
  margin-top: 47px;
}

/* line 844, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .social-networks-wrapper input,
main.partners.show section.basic-info .social-networks-wrapper input {
  background-color: #e7eef5;
  border-color: #D04A02;
}

/* line 850, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .social-networks,
main.partners.show section.basic-info .social-networks {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
  width: 100%;
}

/* line 857, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .social-networks .social-network-wrapper,
main.partners.show section.basic-info .social-networks .social-network-wrapper {
  margin-right: 10px;
  margin-bottom: 12px;
}

/* line 861, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .social-networks .social-network-wrapper input,
main.partners.show section.basic-info .social-networks .social-network-wrapper input {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 54px;
}

/* line 870, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .social-networks .social-network-wrapper.active input.link,
main.partners.show section.basic-info .social-networks .social-network-wrapper.active input.link {
  display: block !important;
  border-width: 1px;
}

/* line 875, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .social-networks .social-network-wrapper.active .anchor-up,
main.partners.show section.basic-info .social-networks .social-network-wrapper.active .anchor-up {
  display: block;
}

/* line 881, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .social-networks .social-network,
main.partners.show section.basic-info .social-networks .social-network {
  position: relative;
  margin-bottom: 0;
}

/* line 885, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .social-networks .social-network img:not(.action),
main.partners.show section.basic-info .social-networks .social-network img:not(.action) {
  width: 32px;
  margin-bottom: 0;
}

/* line 888, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .social-networks .social-network img:not(.action):hover,
main.partners.show section.basic-info .social-networks .social-network img:not(.action):hover {
  cursor: pointer;
}

/* line 895, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .available-social-networks,
main.partners.show section.basic-info .available-social-networks {
  display: none;
  position: relative;
  justify-content: space-between;
  padding-top: 10px;
  margin-top: 22px;
  border-top: solid 1px #D04A02;
}

/* line 903, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .available-social-networks .new.social-network-wrapper,
main.partners.show section.basic-info .available-social-networks .new.social-network-wrapper {
  display: none;
}

/* line 907, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .available-social-networks .anchor-up,
main.partners.show section.basic-info .available-social-networks .anchor-up {
  display: block;
  margin-top: 0;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}

/* line 915, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .available-social-networks .anchor-up-border,
main.partners.show section.basic-info .available-social-networks .anchor-up-border {
  top: -16px;
}

/* line 919, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .available-social-networks > img,
main.partners.show section.basic-info .available-social-networks > img {
  width: 32px;
  margin-right: 10px;
}

/* line 922, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .available-social-networks > img:hover,
main.partners.show section.basic-info .available-social-networks > img:hover {
  cursor: pointer;
}

/* line 926, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .available-social-networks > img:last-of-type,
main.partners.show section.basic-info .available-social-networks > img:last-of-type {
  margin-right: 0;
}

/* line 932, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .anchor-up,
main.partners.show section.basic-info .anchor-up {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left-width: 10px;
  border-right-width: 10px;
}

/* line 939, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .anchor-up,
main.partners.show section.basic-info .anchor-up {
  top: 20px;
  border-bottom: 16px solid #e7eef5;
}

/* line 944, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .anchor-up-border,
main.partners.show section.basic-info .anchor-up-border {
  border-bottom: 16px solid #D04A02;
  top: 18px;
}

/* line 950, app/assets/stylesheets/common.scss */
main.startups.show section.basic-info .social-network-inputs input,
main.partners.show section.basic-info .social-network-inputs input {
  display: none;
}

/* line 956, app/assets/stylesheets/common.scss */
main.startups.show section.members,
main.partners.show section.members {
  padding: 0;
  text-align: center;
}

/* line 959, app/assets/stylesheets/common.scss */
main.startups.show section.members .input,
main.partners.show section.members .input {
  text-align: left;
}

/* line 963, app/assets/stylesheets/common.scss */
main.startups.show section.members label,
main.partners.show section.members label {
  font-size: 14px;
  font-weight: bold;
  color: #0f100c;
}

/* line 971, app/assets/stylesheets/common.scss */
main.startups.show section.members:hover .edit-action:last-child, main.startups.show section.members.editing .edit-action:last-child,
main.partners.show section.members:hover .edit-action:last-child,
main.partners.show section.members.editing .edit-action:last-child {
  visibility: visible;
}

/* line 976, app/assets/stylesheets/common.scss */
main.startups.show section.members .card-body,
main.partners.show section.members .card-body {
  padding-left: 40px;
  padding-right: 40px;
}

/* line 981, app/assets/stylesheets/common.scss */
main.startups.show section.members .edit-options,
main.partners.show section.members .edit-options {
  top: 0;
  z-index: -1;
}

/* line 987, app/assets/stylesheets/common.scss */
main.startups.show section.members.editing .add-member,
main.startups.show section.members.editing hr,
main.partners.show section.members.editing .add-member,
main.partners.show section.members.editing hr {
  display: block;
}

/* line 992, app/assets/stylesheets/common.scss */
main.startups.show section.members.editing .edit-options,
main.partners.show section.members.editing .edit-options {
  position: static;
  visibility: visible;
}

/* line 997, app/assets/stylesheets/common.scss */
main.startups.show section.members.editing .member,
main.partners.show section.members.editing .member {
  border-radius: 3.5px;
  border: solid 1.1px #c3cdd8;
  margin-bottom: 20px;
  position: relative;
  padding: 20px 14px;
}

/* line 1003, app/assets/stylesheets/common.scss */
main.startups.show section.members.editing .member.new,
main.partners.show section.members.editing .member.new {
  display: block;
}

/* line 1006, app/assets/stylesheets/common.scss */
main.startups.show section.members.editing .member .close,
main.partners.show section.members.editing .member .close {
  visibility: visible;
}

/* line 1010, app/assets/stylesheets/common.scss */
main.startups.show section.members.editing .member .input:last-child,
main.partners.show section.members.editing .member .input:last-child {
  margin-bottom: 0;
}

/* line 1012, app/assets/stylesheets/common.scss */
main.startups.show section.members.editing .member .input:last-child input:focus,
main.partners.show section.members.editing .member .input:last-child input:focus {
  border-width: 1px;
}

/* line 1019, app/assets/stylesheets/common.scss */
main.startups.show section.members.editing .member .linkedin-wrapper,
main.partners.show section.members.editing .member .linkedin-wrapper {
  position: relative;
}

/* line 1021, app/assets/stylesheets/common.scss */
main.startups.show section.members.editing .member .linkedin-wrapper.error .anchor-up-border,
main.partners.show section.members.editing .member .linkedin-wrapper.error .anchor-up-border {
  border-bottom: 16px solid red;
}

/* line 1026, app/assets/stylesheets/common.scss */
main.startups.show section.members.editing .member .linkedin-icon,
main.partners.show section.members.editing .member .linkedin-icon {
  margin-top: 18px;
  margin-bottom: 20px;
  width: 31px;
  height: 31px;
}

/* line 1033, app/assets/stylesheets/common.scss */
main.startups.show section.members.editing .member .anchor-up,
main.startups.show section.members.editing .member .anchor-up-border,
main.partners.show section.members.editing .member .anchor-up,
main.partners.show section.members.editing .member .anchor-up-border {
  display: block;
  top: auto;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  border-bottom: 16px solid white;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

/* line 1046, app/assets/stylesheets/common.scss */
main.startups.show section.members.editing .member .anchor-up-border,
main.partners.show section.members.editing .member .anchor-up-border {
  border-bottom: 16px solid #c3cdd8;
  top: 53px;
}

/* line 1052, app/assets/stylesheets/common.scss */
main.startups.show section.members.editing .member .input:not(:last-child) input,
main.partners.show section.members.editing .member .input:not(:last-child) input {
  text-align: left;
}

/* line 1057, app/assets/stylesheets/common.scss */
main.startups.show section.members.editing .member .multilanguage-input-wrapper,
main.partners.show section.members.editing .member .multilanguage-input-wrapper {
  margin-top: 16px;
}

/* line 1063, app/assets/stylesheets/common.scss */
main.startups.show section.members .add-member,
main.startups.show section.members .edit-options,
main.partners.show section.members .add-member,
main.partners.show section.members .edit-options {
  display: none;
}

/* line 1068, app/assets/stylesheets/common.scss */
main.startups.show section.members .add-member,
main.partners.show section.members .add-member {
  margin-top: 40px;
  margin-bottom: 20px;
}

/* line 1071, app/assets/stylesheets/common.scss */
main.startups.show section.members .add-member:hover,
main.partners.show section.members .add-member:hover {
  cursor: pointer;
}

/* line 1076, app/assets/stylesheets/common.scss */
main.startups.show section.members hr,
main.partners.show section.members hr {
  margin: 0;
}

/* line 1080, app/assets/stylesheets/common.scss */
main.startups.show section.members .edit-options,
main.partners.show section.members .edit-options {
  position: absolute;
  visibility: hidden;
  display: flex;
  flex-direction: column-reverse;
}

/* line 1086, app/assets/stylesheets/common.scss */
main.startups.show section.members .edit-options button,
main.partners.show section.members .edit-options button {
  width: 100%;
}

/* line 1089, app/assets/stylesheets/common.scss */
main.startups.show section.members .edit-options button.save,
main.partners.show section.members .edit-options button.save {
  margin-bottom: 11px;
}

/* line 1095, app/assets/stylesheets/common.scss */
main.startups.show section.members .card-title,
main.partners.show section.members .card-title {
  margin-bottom: 0;
  text-align: center;
}

/* line 1102, app/assets/stylesheets/common.scss */
main.startups.show section.members .member,
main.partners.show section.members .member {
  padding: 20px;
  position: relative;
}

/* line 1106, app/assets/stylesheets/common.scss */
main.startups.show section.members .member.new,
main.partners.show section.members .member.new {
  display: none;
}

/* line 1110, app/assets/stylesheets/common.scss */
main.startups.show section.members .member .close,
main.partners.show section.members .member .close {
  visibility: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
}

/* line 1117, app/assets/stylesheets/common.scss */
main.startups.show section.members .member .close:hover,
main.partners.show section.members .member .close:hover {
  cursor: pointer;
}

/* line 1122, app/assets/stylesheets/common.scss */
main.startups.show section.members .member input:not(.linkedin),
main.partners.show section.members .member input:not(.linkedin) {
  height: 24px;
}

/* line 1126, app/assets/stylesheets/common.scss */
main.startups.show section.members .member.blank,
main.partners.show section.members .member.blank {
  display: none;
}

/* line 1130, app/assets/stylesheets/common.scss */
main.startups.show section.members .member .image-wrapper,
main.partners.show section.members .member .image-wrapper {
  position: relative;
  height: 64px;
  width: 64px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6px;
}

/* line 1138, app/assets/stylesheets/common.scss */
main.startups.show section.members .member .image-wrapper input,
main.partners.show section.members .member .image-wrapper input {
  display: none;
}

/* line 1142, app/assets/stylesheets/common.scss */
main.startups.show section.members .member .image-wrapper .add-image,
main.partners.show section.members .member .image-wrapper .add-image {
  margin-bottom: 0;
}

/* line 1143, app/assets/stylesheets/common.scss */
main.startups.show section.members .member .image-wrapper .add-image:hover,
main.partners.show section.members .member .image-wrapper .add-image:hover {
  cursor: pointer;
}

/* line 1149, app/assets/stylesheets/common.scss */
main.startups.show section.members .member .image-wrapper img.info,
main.partners.show section.members .member .image-wrapper img.info {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  margin: auto;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 1165, app/assets/stylesheets/common.scss */
main.startups.show section.members .member-name,
main.startups.show section.members .member-title,
main.partners.show section.members .member-name,
main.partners.show section.members .member-title {
  display: block;
  font-size: 14px;
  line-height: 1.36;
}

/* line 1172, app/assets/stylesheets/common.scss */
main.startups.show section.members .member-title,
main.partners.show section.members .member-title {
  margin-top: 2px;
  color: #777;
}

/* line 1177, app/assets/stylesheets/common.scss */
main.startups.show section.members .linkedin-icon img,
main.partners.show section.members .linkedin-icon img {
  margin-top: 10px;
  width: 31px;
  height: 31px;
}

@media screen and (max-width: 767px) {
  /* line 1185, app/assets/stylesheets/common.scss */
  main.startups.show section.basic-info,
main.partners.show section.basic-info {
    margin-bottom: 14px;
  }
  /* line 1189, app/assets/stylesheets/common.scss */
  main.startups.show section.members,
main.partners.show section.members {
    display: none;
  }
  /* line 1194, app/assets/stylesheets/common.scss */
  main.startups.show .create-options h5,
main.partners.show .create-options h5 {
    margin-right: 18px;
    flex-shrink: 0;
  }
  /* line 1199, app/assets/stylesheets/common.scss */
  main.startups.show .create-options .card-body div,
main.partners.show .create-options .card-body div {
    display: flex;
    width: 100%;
  }
  /* line 1203, app/assets/stylesheets/common.scss */
  main.startups.show .create-options .card-body div button,
main.partners.show .create-options .card-body div button {
    width: auto;
    flex-basis: 160px;
  }
  /* line 1210, app/assets/stylesheets/common.scss */
  main.startups.show .resource-video,
main.partners.show .resource-video {
    height: 200px;
  }
}

/* line 1216, app/assets/stylesheets/common.scss */
main.startups.partners.new, main.startups.startups.edit:not(.completed),
main.partners.partners.new,
main.partners.startups.edit:not(.completed) {
  background-color: #0f100c;
}

/* line 1220, app/assets/stylesheets/common.scss */
main.startups.partners.new h2,
main.startups.partners.new h3,
main.startups.partners.new h4, main.startups.startups.edit:not(.completed) h2,
main.startups.startups.edit:not(.completed) h3,
main.startups.startups.edit:not(.completed) h4,
main.partners.partners.new h2,
main.partners.partners.new h3,
main.partners.partners.new h4,
main.partners.startups.edit:not(.completed) h2,
main.partners.startups.edit:not(.completed) h3,
main.partners.startups.edit:not(.completed) h4 {
  text-align: center;
  color: #0f100c;
}

/* line 1227, app/assets/stylesheets/common.scss */
main.startups.partners.new h2, main.startups.startups.edit:not(.completed) h2,
main.partners.partners.new h2,
main.partners.startups.edit:not(.completed) h2 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
}

/* line 1233, app/assets/stylesheets/common.scss */
main.startups.partners.new h4, main.startups.startups.edit:not(.completed) h4,
main.partners.partners.new h4,
main.partners.startups.edit:not(.completed) h4 {
  font-size: 15px;
  font-weight: normal;
  padding-left: 5%;
  padding-right: 5%;
  line-height: 1.33;
}

/* line 1241, app/assets/stylesheets/common.scss */
main.startups.partners.new header, main.startups.startups.edit:not(.completed) header,
main.partners.partners.new header,
main.partners.startups.edit:not(.completed) header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 1247, app/assets/stylesheets/common.scss */
main.startups.partners.new header nav, main.startups.startups.edit:not(.completed) header nav,
main.partners.partners.new header nav,
main.partners.startups.edit:not(.completed) header nav {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  margin-top: 50px;
  margin-bottom: 70px;
}

/* line 1253, app/assets/stylesheets/common.scss */
main.startups.partners.new header nav a, main.startups.startups.edit:not(.completed) header nav a,
main.partners.partners.new header nav a,
main.partners.startups.edit:not(.completed) header nav a {
  color: #9ea7bc;
  padding-bottom: 19px;
  margin: 0 12px;
  text-decoration: none;
  font-weight: 500;
}

/* line 1260, app/assets/stylesheets/common.scss */
main.startups.partners.new header nav a:first-child, main.startups.startups.edit:not(.completed) header nav a:first-child,
main.partners.partners.new header nav a:first-child,
main.partners.startups.edit:not(.completed) header nav a:first-child {
  margin-left: 0;
}

/* line 1263, app/assets/stylesheets/common.scss */
main.startups.partners.new header nav a:last-child, main.startups.startups.edit:not(.completed) header nav a:last-child,
main.partners.partners.new header nav a:last-child,
main.partners.startups.edit:not(.completed) header nav a:last-child {
  margin-right: 0;
}

/* line 1267, app/assets/stylesheets/common.scss */
main.startups.partners.new header nav a:hover, main.startups.startups.edit:not(.completed) header nav a:hover,
main.partners.partners.new header nav a:hover,
main.partners.startups.edit:not(.completed) header nav a:hover {
  color: #2a2d22;
  border-bottom: 2px solid #fd5e08;
}

/* line 1272, app/assets/stylesheets/common.scss */
main.startups.partners.new header nav a:active, main.startups.startups.edit:not(.completed) header nav a:active,
main.partners.partners.new header nav a:active,
main.partners.startups.edit:not(.completed) header nav a:active {
  color: #0f100c;
  border-bottom: 2px solid #D04A02;
}

/* line 1277, app/assets/stylesheets/common.scss */
main.startups.partners.new header nav a.active, main.startups.startups.edit:not(.completed) header nav a.active,
main.partners.partners.new header nav a.active,
main.partners.startups.edit:not(.completed) header nav a.active {
  color: #0f100c;
  border-bottom: 2px solid #D04A02;
}

/* line 1284, app/assets/stylesheets/common.scss */
main.startups.partners.new header > div, main.startups.startups.edit:not(.completed) header > div,
main.partners.partners.new header > div,
main.partners.startups.edit:not(.completed) header > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* line 1291, app/assets/stylesheets/common.scss */
main.startups.partners.new header > div img.logo, main.startups.startups.edit:not(.completed) header > div img.logo,
main.partners.partners.new header > div img.logo,
main.partners.startups.edit:not(.completed) header > div img.logo {
  width: 86px;
}

/* line 1295, app/assets/stylesheets/common.scss */
main.startups.partners.new header > div .form-step,
main.startups.partners.new header > div .previous-step, main.startups.startups.edit:not(.completed) header > div .form-step,
main.startups.startups.edit:not(.completed) header > div .previous-step,
main.partners.partners.new header > div .form-step,
main.partners.partners.new header > div .previous-step,
main.partners.startups.edit:not(.completed) header > div .form-step,
main.partners.startups.edit:not(.completed) header > div .previous-step {
  font-weight: bold;
  font-size: 15px;
  color: #0f100c;
}

/* line 1302, app/assets/stylesheets/common.scss */
main.startups.partners.new header > div .previous-step, main.startups.startups.edit:not(.completed) header > div .previous-step,
main.partners.partners.new header > div .previous-step,
main.partners.startups.edit:not(.completed) header > div .previous-step {
  visibility: hidden;
}

/* line 1304, app/assets/stylesheets/common.scss */
main.startups.partners.new header > div .previous-step:hover, main.startups.startups.edit:not(.completed) header > div .previous-step:hover,
main.partners.partners.new header > div .previous-step:hover,
main.partners.startups.edit:not(.completed) header > div .previous-step:hover {
  cursor: pointer;
}

/* line 1308, app/assets/stylesheets/common.scss */
main.startups.partners.new header > div .previous-step i, main.startups.startups.edit:not(.completed) header > div .previous-step i,
main.partners.partners.new header > div .previous-step i,
main.partners.startups.edit:not(.completed) header > div .previous-step i {
  margin-right: 10px;
  color: #D04A02;
}

/* line 1315, app/assets/stylesheets/common.scss */
main.startups.partners.new header span, main.startups.startups.edit:not(.completed) header span,
main.partners.partners.new header span,
main.partners.startups.edit:not(.completed) header span {
  width: 100px;
}

/* line 1320, app/assets/stylesheets/common.scss */
main.startups.partners.new .container > .card, main.startups.startups.edit:not(.completed) .container > .card,
main.partners.partners.new .container > .card,
main.partners.startups.edit:not(.completed) .container > .card {
  margin: 0 auto;
  max-width: 860px;
  min-height: 800px;
}

/* line 1325, app/assets/stylesheets/common.scss */
main.startups.partners.new .container > .card > .card-body, main.startups.startups.edit:not(.completed) .container > .card > .card-body,
main.partners.partners.new .container > .card > .card-body,
main.partners.startups.edit:not(.completed) .container > .card > .card-body {
  padding: 40px 86px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 1333, app/assets/stylesheets/common.scss */
main.startups.partners.new form, main.startups.startups.edit:not(.completed) form,
main.partners.partners.new form,
main.partners.startups.edit:not(.completed) form {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  font-size: 14px;
}

/* line 1341, app/assets/stylesheets/common.scss */
main.startups.partners.new form label, main.startups.startups.edit:not(.completed) form label,
main.partners.partners.new form label,
main.partners.startups.edit:not(.completed) form label {
  font-weight: bold;
  color: #0f100c;
}

/* line 1346, app/assets/stylesheets/common.scss */
main.startups.partners.new form input, main.startups.startups.edit:not(.completed) form input,
main.partners.partners.new form input,
main.partners.startups.edit:not(.completed) form input {
  font-size: 14px;
}

/* line 1350, app/assets/stylesheets/common.scss */
main.startups.partners.new form section, main.startups.startups.edit:not(.completed) form section,
main.partners.partners.new form section,
main.partners.startups.edit:not(.completed) form section {
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* line 1356, app/assets/stylesheets/common.scss */
main.startups.partners.new form section > div, main.startups.startups.edit:not(.completed) form section > div,
main.partners.partners.new form section > div,
main.partners.startups.edit:not(.completed) form section > div {
  width: 100%;
}

/* line 1360, app/assets/stylesheets/common.scss */
main.startups.partners.new form section.active, main.startups.startups.edit:not(.completed) form section.active,
main.partners.partners.new form section.active,
main.partners.startups.edit:not(.completed) form section.active {
  display: flex;
}

/* line 1365, app/assets/stylesheets/common.scss */
main.startups.partners.new form button.next,
main.startups.partners.new form input[type="submit"], main.startups.startups.edit:not(.completed) form button.next,
main.startups.startups.edit:not(.completed) form input[type="submit"],
main.partners.partners.new form button.next,
main.partners.partners.new form input[type="submit"],
main.partners.startups.edit:not(.completed) form button.next,
main.partners.startups.edit:not(.completed) form input[type="submit"] {
  margin-top: 20px;
  min-width: 300px;
  max-width: 100%;
}

/* line 1374, app/assets/stylesheets/common.scss */
main.startups.partners.new form .radio label,
main.startups.partners.new form .checkbox label, main.startups.startups.edit:not(.completed) form .radio label,
main.startups.startups.edit:not(.completed) form .checkbox label,
main.partners.partners.new form .radio label,
main.partners.partners.new form .checkbox label,
main.partners.startups.edit:not(.completed) form .radio label,
main.partners.startups.edit:not(.completed) form .checkbox label {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px;
}

/* line 1380, app/assets/stylesheets/common.scss */
main.startups.partners.new form .radio input,
main.startups.partners.new form .checkbox input, main.startups.startups.edit:not(.completed) form .radio input,
main.startups.startups.edit:not(.completed) form .checkbox input,
main.partners.partners.new form .radio input,
main.partners.partners.new form .checkbox input,
main.partners.startups.edit:not(.completed) form .radio input,
main.partners.startups.edit:not(.completed) form .checkbox input {
  width: auto;
  margin-right: 6px;
  height: auto;
  margin-top: 4px;
}

/* line 1388, app/assets/stylesheets/common.scss */
main.startups.partners.new form .input, main.startups.startups.edit:not(.completed) form .input,
main.partners.partners.new form .input,
main.partners.startups.edit:not(.completed) form .input {
  margin-bottom: 20px;
  align-items: flex-start;
}

/* line 1393, app/assets/stylesheets/common.scss */
main.startups.partners.new form .input.radio-buttons,
main.startups.partners.new form .input.checkboxes, main.startups.startups.edit:not(.completed) form .input.radio-buttons,
main.startups.startups.edit:not(.completed) form .input.checkboxes,
main.partners.partners.new form .input.radio-buttons,
main.partners.partners.new form .input.checkboxes,
main.partners.startups.edit:not(.completed) form .input.radio-buttons,
main.partners.startups.edit:not(.completed) form .input.checkboxes {
  margin-bottom: 0;
}

/* line 1398, app/assets/stylesheets/common.scss */
main.startups.partners.new form .whatsapp-group-input-wrapper, main.startups.startups.edit:not(.completed) form .whatsapp-group-input-wrapper,
main.partners.partners.new form .whatsapp-group-input-wrapper,
main.partners.startups.edit:not(.completed) form .whatsapp-group-input-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}

/* line 1404, app/assets/stylesheets/common.scss */
main.startups.partners.new form .whatsapp-group-input-wrapper > div, main.startups.startups.edit:not(.completed) form .whatsapp-group-input-wrapper > div,
main.partners.partners.new form .whatsapp-group-input-wrapper > div,
main.partners.startups.edit:not(.completed) form .whatsapp-group-input-wrapper > div {
  display: flex;
  flex-direction: row;
}

/* line 1409, app/assets/stylesheets/common.scss */
main.startups.partners.new form .whatsapp-group-input-wrapper .input, main.startups.startups.edit:not(.completed) form .whatsapp-group-input-wrapper .input,
main.partners.partners.new form .whatsapp-group-input-wrapper .input,
main.partners.startups.edit:not(.completed) form .whatsapp-group-input-wrapper .input {
  margin-bottom: 0;
}

/* line 1412, app/assets/stylesheets/common.scss */
main.startups.partners.new form .whatsapp-group-input-wrapper label, main.startups.startups.edit:not(.completed) form .whatsapp-group-input-wrapper label,
main.partners.partners.new form .whatsapp-group-input-wrapper label,
main.partners.startups.edit:not(.completed) form .whatsapp-group-input-wrapper label {
  margin-bottom: 0;
}

/* line 1415, app/assets/stylesheets/common.scss */
main.startups.partners.new form .whatsapp-group-input-wrapper input, main.startups.startups.edit:not(.completed) form .whatsapp-group-input-wrapper input,
main.partners.partners.new form .whatsapp-group-input-wrapper input,
main.partners.startups.edit:not(.completed) form .whatsapp-group-input-wrapper input {
  margin-left: 10px;
}

/* line 1421, app/assets/stylesheets/common.scss */
main.startups.partners.new section, main.startups.startups.edit:not(.completed) section,
main.partners.partners.new section,
main.partners.startups.edit:not(.completed) section {
  flex-grow: 1;
  justify-content: center;
}

/* line 1426, app/assets/stylesheets/common.scss */
main.startups.partners.new section > div, main.startups.startups.edit:not(.completed) section > div,
main.partners.partners.new section > div,
main.partners.startups.edit:not(.completed) section > div {
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
}

/* line 1431, app/assets/stylesheets/common.scss */
main.startups.partners.new section > div > div, main.startups.startups.edit:not(.completed) section > div > div,
main.partners.partners.new section > div > div,
main.partners.startups.edit:not(.completed) section > div > div {
  width: 100%;
}

/* line 1436, app/assets/stylesheets/common.scss */
main.startups.partners.new .section-description, main.startups.startups.edit:not(.completed) .section-description,
main.partners.partners.new .section-description,
main.partners.startups.edit:not(.completed) .section-description {
  max-width: 80%;
  margin-bottom: 20px;
}

/* line 1441, app/assets/stylesheets/common.scss */
main.startups.partners.new h3,
main.startups.partners.new h4, main.startups.startups.edit:not(.completed) h3,
main.startups.startups.edit:not(.completed) h4,
main.partners.partners.new h3,
main.partners.partners.new h4,
main.partners.startups.edit:not(.completed) h3,
main.partners.startups.edit:not(.completed) h4 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 22px;
}

/* line 1449, app/assets/stylesheets/common.scss */
main.startups.partners.new h4, main.startups.startups.edit:not(.completed) h4,
main.partners.partners.new h4,
main.partners.startups.edit:not(.completed) h4 {
  font-size: 20px;
  color: #0f100c;
}

/* line 1455, app/assets/stylesheets/common.scss */
main.startups.partners.new .form-group:not(.members, .media) > div, main.startups.startups.edit:not(.completed) .form-group:not(.members, .media) > div,
main.partners.partners.new .form-group:not(.members, .media) > div,
main.partners.startups.edit:not(.completed) .form-group:not(.members, .media) > div {
  display: flex;
  flex-direction: column;
}

/* line 1460, app/assets/stylesheets/common.scss */
main.startups.partners.new .form-group:not(.members, .media) .row, main.startups.startups.edit:not(.completed) .form-group:not(.members, .media) .row,
main.partners.partners.new .form-group:not(.members, .media) .row,
main.partners.startups.edit:not(.completed) .form-group:not(.members, .media) .row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

/* line 1465, app/assets/stylesheets/common.scss */
main.startups.partners.new .form-group:not(.members, .media) .row > div, main.startups.startups.edit:not(.completed) .form-group:not(.members, .media) .row > div,
main.partners.partners.new .form-group:not(.members, .media) .row > div,
main.partners.startups.edit:not(.completed) .form-group:not(.members, .media) .row > div {
  flex-basis: calc(50% - 8px);
  margin-left: 8px;
  margin-right: 8px;
}

/* line 1470, app/assets/stylesheets/common.scss */
main.startups.partners.new .form-group:not(.members, .media) .row > div:first-child, main.startups.startups.edit:not(.completed) .form-group:not(.members, .media) .row > div:first-child,
main.partners.partners.new .form-group:not(.members, .media) .row > div:first-child,
main.partners.startups.edit:not(.completed) .form-group:not(.members, .media) .row > div:first-child {
  margin-left: 0;
}

/* line 1474, app/assets/stylesheets/common.scss */
main.startups.partners.new .form-group:not(.members, .media) .row > div:last-child, main.startups.startups.edit:not(.completed) .form-group:not(.members, .media) .row > div:last-child,
main.partners.partners.new .form-group:not(.members, .media) .row > div:last-child,
main.partners.startups.edit:not(.completed) .form-group:not(.members, .media) .row > div:last-child {
  margin-right: 0;
}

/* line 1482, app/assets/stylesheets/common.scss */
main.startups.partners.new section.logo > div, main.startups.startups.edit:not(.completed) section.logo > div,
main.partners.partners.new section.logo > div,
main.partners.startups.edit:not(.completed) section.logo > div {
  max-width: 250px;
  align-items: center;
}

/* line 1486, app/assets/stylesheets/common.scss */
main.startups.partners.new section.logo > div > div, main.startups.startups.edit:not(.completed) section.logo > div > div,
main.partners.partners.new section.logo > div > div,
main.partners.startups.edit:not(.completed) section.logo > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 1493, app/assets/stylesheets/common.scss */
main.startups.partners.new section.logo span, main.startups.startups.edit:not(.completed) section.logo span,
main.partners.partners.new section.logo span,
main.partners.startups.edit:not(.completed) section.logo span {
  display: block;
  text-align: center;
  margin-top: 18px;
}

/* line 1499, app/assets/stylesheets/common.scss */
main.startups.partners.new section.logo .image-placeholder, main.startups.startups.edit:not(.completed) section.logo .image-placeholder,
main.partners.partners.new section.logo .image-placeholder,
main.partners.startups.edit:not(.completed) section.logo .image-placeholder {
  width: 177px;
  height: 177px;
  border-radius: 50%;
  z-index: 999;
  background-size: cover;
}

/* line 1506, app/assets/stylesheets/common.scss */
main.startups.partners.new section.logo .image-placeholder label, main.startups.startups.edit:not(.completed) section.logo .image-placeholder label,
main.partners.partners.new section.logo .image-placeholder label,
main.partners.startups.edit:not(.completed) section.logo .image-placeholder label {
  height: 100%;
  width: 100%;
}

/* line 1510, app/assets/stylesheets/common.scss */
main.startups.partners.new section.logo .image-placeholder input, main.startups.startups.edit:not(.completed) section.logo .image-placeholder input,
main.partners.partners.new section.logo .image-placeholder input,
main.partners.startups.edit:not(.completed) section.logo .image-placeholder input {
  display: none;
}

/* line 1513, app/assets/stylesheets/common.scss */
main.startups.partners.new section.logo .image-placeholder .logo-wrapper:hover, main.startups.startups.edit:not(.completed) section.logo .image-placeholder .logo-wrapper:hover,
main.partners.partners.new section.logo .image-placeholder .logo-wrapper:hover,
main.partners.startups.edit:not(.completed) section.logo .image-placeholder .logo-wrapper:hover {
  cursor: pointer;
}

/* line 1520, app/assets/stylesheets/common.scss */
main.startups.partners.new section.about textarea, main.startups.startups.edit:not(.completed) section.about textarea,
main.partners.partners.new section.about textarea,
main.partners.startups.edit:not(.completed) section.about textarea {
  height: 210px;
}

/* line 1524, app/assets/stylesheets/common.scss */
main.startups.partners.new section.about .input, main.startups.startups.edit:not(.completed) section.about .input,
main.partners.partners.new section.about .input,
main.partners.startups.edit:not(.completed) section.about .input {
  width: 100%;
}

/* line 1530, app/assets/stylesheets/common.scss */
main.startups.partners.new section.members .close, main.startups.startups.edit:not(.completed) section.members .close,
main.partners.partners.new section.members .close,
main.partners.startups.edit:not(.completed) section.members .close {
  position: absolute;
  top: -14px;
  right: -14px;
}

/* line 1535, app/assets/stylesheets/common.scss */
main.startups.partners.new section.members .close:hover, main.startups.startups.edit:not(.completed) section.members .close:hover,
main.partners.partners.new section.members .close:hover,
main.partners.startups.edit:not(.completed) section.members .close:hover {
  cursor: pointer;
}

/* line 1540, app/assets/stylesheets/common.scss */
main.startups.partners.new section.members .add-member, main.startups.startups.edit:not(.completed) section.members .add-member,
main.partners.partners.new section.members .add-member,
main.partners.startups.edit:not(.completed) section.members .add-member {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  text-align: center;
}

/* line 1547, app/assets/stylesheets/common.scss */
main.startups.partners.new section.members .add-member img, main.startups.startups.edit:not(.completed) section.members .add-member img,
main.partners.partners.new section.members .add-member img,
main.partners.startups.edit:not(.completed) section.members .add-member img {
  margin-right: 6px;
}

/* line 1550, app/assets/stylesheets/common.scss */
main.startups.partners.new section.members .add-member:hover, main.startups.startups.edit:not(.completed) section.members .add-member:hover,
main.partners.partners.new section.members .add-member:hover,
main.partners.startups.edit:not(.completed) section.members .add-member:hover {
  cursor: pointer;
}

/* line 1555, app/assets/stylesheets/common.scss */
main.startups.partners.new section.members .image-wrapper, main.startups.startups.edit:not(.completed) section.members .image-wrapper,
main.partners.partners.new section.members .image-wrapper,
main.partners.startups.edit:not(.completed) section.members .image-wrapper {
  width: 100px;
  height: 100px;
  margin-right: 14px;
  flex-shrink: 0;
}

/* line 1562, app/assets/stylesheets/common.scss */
main.startups.partners.new section.members .image-placeholder, main.startups.startups.edit:not(.completed) section.members .image-placeholder,
main.partners.partners.new section.members .image-placeholder,
main.partners.startups.edit:not(.completed) section.members .image-placeholder {
  background-image: url(/assets/icons/avatar-836a1417e12dc186eba012bda117855a39b77bf477cf037f6a61c46f156b9378.svg);
  background-size: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 1570, app/assets/stylesheets/common.scss */
main.startups.partners.new section.members .image-placeholder input, main.startups.startups.edit:not(.completed) section.members .image-placeholder input,
main.partners.partners.new section.members .image-placeholder input,
main.partners.startups.edit:not(.completed) section.members .image-placeholder input {
  display: none;
}

/* line 1574, app/assets/stylesheets/common.scss */
main.startups.partners.new section.members .image-placeholder .add-image, main.startups.startups.edit:not(.completed) section.members .image-placeholder .add-image,
main.partners.partners.new section.members .image-placeholder .add-image,
main.partners.startups.edit:not(.completed) section.members .image-placeholder .add-image {
  width: 22px;
  height: 22px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 1583, app/assets/stylesheets/common.scss */
main.startups.partners.new section.members .image-placeholder .add-image:hover, main.startups.startups.edit:not(.completed) section.members .image-placeholder .add-image:hover,
main.partners.partners.new section.members .image-placeholder .add-image:hover,
main.partners.startups.edit:not(.completed) section.members .image-placeholder .add-image:hover {
  cursor: pointer;
}

/* line 1589, app/assets/stylesheets/common.scss */
main.startups.partners.new section.members .startup_members_title_pt-BR,
main.startups.partners.new section.members .startup_members_title_en,
main.startups.partners.new section.members .partner_members_title_pt-BR,
main.startups.partners.new section.members .partner_members_title_en, main.startups.startups.edit:not(.completed) section.members .startup_members_title_pt-BR,
main.startups.startups.edit:not(.completed) section.members .startup_members_title_en,
main.startups.startups.edit:not(.completed) section.members .partner_members_title_pt-BR,
main.startups.startups.edit:not(.completed) section.members .partner_members_title_en,
main.partners.partners.new section.members .startup_members_title_pt-BR,
main.partners.partners.new section.members .startup_members_title_en,
main.partners.partners.new section.members .partner_members_title_pt-BR,
main.partners.partners.new section.members .partner_members_title_en,
main.partners.startups.edit:not(.completed) section.members .startup_members_title_pt-BR,
main.partners.startups.edit:not(.completed) section.members .startup_members_title_en,
main.partners.startups.edit:not(.completed) section.members .partner_members_title_pt-BR,
main.partners.startups.edit:not(.completed) section.members .partner_members_title_en {
  margin-bottom: 0;
}

/* line 1596, app/assets/stylesheets/common.scss */
main.startups.partners.new section.members .startup_members_linkedin,
main.startups.partners.new section.members .partner_members_linkedin, main.startups.startups.edit:not(.completed) section.members .startup_members_linkedin,
main.startups.startups.edit:not(.completed) section.members .partner_members_linkedin,
main.partners.partners.new section.members .startup_members_linkedin,
main.partners.partners.new section.members .partner_members_linkedin,
main.partners.startups.edit:not(.completed) section.members .startup_members_linkedin,
main.partners.startups.edit:not(.completed) section.members .partner_members_linkedin {
  width: 100%;
  margin-left: 20px;
}

/* line 1602, app/assets/stylesheets/common.scss */
main.startups.partners.new section.members .member, main.startups.startups.edit:not(.completed) section.members .member,
main.partners.partners.new section.members .member,
main.partners.startups.edit:not(.completed) section.members .member {
  margin-top: 20px;
}

/* line 1605, app/assets/stylesheets/common.scss */
main.startups.partners.new section.members .member:first-of-type, main.startups.startups.edit:not(.completed) section.members .member:first-of-type,
main.partners.partners.new section.members .member:first-of-type,
main.partners.startups.edit:not(.completed) section.members .member:first-of-type {
  margin-top: 0;
}

/* line 1608, app/assets/stylesheets/common.scss */
main.startups.partners.new section.members .member:first-of-type .close, main.startups.startups.edit:not(.completed) section.members .member:first-of-type .close,
main.partners.partners.new section.members .member:first-of-type .close,
main.partners.startups.edit:not(.completed) section.members .member:first-of-type .close {
  display: none;
}

/* line 1613, app/assets/stylesheets/common.scss */
main.startups.partners.new section.members .member .close, main.startups.startups.edit:not(.completed) section.members .member .close,
main.partners.partners.new section.members .member .close,
main.partners.startups.edit:not(.completed) section.members .member .close {
  opacity: 1;
}

/* line 1617, app/assets/stylesheets/common.scss */
main.startups.partners.new section.members .member .card-body, main.startups.startups.edit:not(.completed) section.members .member .card-body,
main.partners.partners.new section.members .member .card-body,
main.partners.startups.edit:not(.completed) section.members .member .card-body {
  display: flex;
  align-items: center;
}

/* line 1622, app/assets/stylesheets/common.scss */
main.startups.partners.new section.members .member .inputs-wrapper, main.startups.startups.edit:not(.completed) section.members .member .inputs-wrapper,
main.partners.partners.new section.members .member .inputs-wrapper,
main.partners.startups.edit:not(.completed) section.members .member .inputs-wrapper {
  width: 100%;
  display: flex;
  margin-left: 14px;
}

/* line 1628, app/assets/stylesheets/common.scss */
main.startups.partners.new section.members .member .inputs, main.startups.startups.edit:not(.completed) section.members .member .inputs,
main.partners.partners.new section.members .member .inputs,
main.partners.startups.edit:not(.completed) section.members .member .inputs {
  flex-grow: 1;
  flex-shrink: 0;
  margin: 0 6px;
}

/* line 1633, app/assets/stylesheets/common.scss */
main.startups.partners.new section.members .member .inputs .startup_members_linkedin,
main.startups.partners.new section.members .member .inputs .partner_members_linkedin, main.startups.startups.edit:not(.completed) section.members .member .inputs .startup_members_linkedin,
main.startups.startups.edit:not(.completed) section.members .member .inputs .partner_members_linkedin,
main.partners.partners.new section.members .member .inputs .startup_members_linkedin,
main.partners.partners.new section.members .member .inputs .partner_members_linkedin,
main.partners.startups.edit:not(.completed) section.members .member .inputs .startup_members_linkedin,
main.partners.startups.edit:not(.completed) section.members .member .inputs .partner_members_linkedin {
  margin-bottom: 0;
}

/* line 1638, app/assets/stylesheets/common.scss */
main.startups.partners.new section.members .member .inputs:last-child, main.startups.startups.edit:not(.completed) section.members .member .inputs:last-child,
main.partners.partners.new section.members .member .inputs:last-child,
main.partners.startups.edit:not(.completed) section.members .member .inputs:last-child {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 1643, app/assets/stylesheets/common.scss */
main.startups.partners.new section.members .member .inputs:last-child .current-indicator, main.startups.startups.edit:not(.completed) section.members .member .inputs:last-child .current-indicator,
main.partners.partners.new section.members .member .inputs:last-child .current-indicator,
main.partners.startups.edit:not(.completed) section.members .member .inputs:last-child .current-indicator {
  margin: 0;
  margin-bottom: 6px;
}

/* line 1651, app/assets/stylesheets/common.scss */
main.startups.partners.new section.members .linkedin-icon, main.startups.startups.edit:not(.completed) section.members .linkedin-icon,
main.partners.partners.new section.members .linkedin-icon,
main.partners.startups.edit:not(.completed) section.members .linkedin-icon {
  width: 26px;
  height: 26px;
}

/* line 1656, app/assets/stylesheets/common.scss */
main.startups.partners.new section.members .current-indicator, main.startups.startups.edit:not(.completed) section.members .current-indicator,
main.partners.partners.new section.members .current-indicator,
main.partners.startups.edit:not(.completed) section.members .current-indicator {
  display: block;
}

/* line 1661, app/assets/stylesheets/common.scss */
main.startups.partners.new section.media, main.startups.startups.edit:not(.completed) section.media,
main.partners.partners.new section.media,
main.partners.startups.edit:not(.completed) section.media {
  flex-grow: 1;
  justify-content: space-between;
}

/* line 1665, app/assets/stylesheets/common.scss */
main.startups.partners.new section.media > div, main.startups.startups.edit:not(.completed) section.media > div,
main.partners.partners.new section.media > div,
main.partners.startups.edit:not(.completed) section.media > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 1670, app/assets/stylesheets/common.scss */
main.startups.partners.new section.media > div > div, main.startups.startups.edit:not(.completed) section.media > div > div,
main.partners.partners.new section.media > div > div,
main.partners.startups.edit:not(.completed) section.media > div > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

/* line 1677, app/assets/stylesheets/common.scss */
main.startups.partners.new section.media .video,
main.startups.partners.new section.media .social-media-wrapper, main.startups.startups.edit:not(.completed) section.media .video,
main.startups.startups.edit:not(.completed) section.media .social-media-wrapper,
main.partners.partners.new section.media .video,
main.partners.partners.new section.media .social-media-wrapper,
main.partners.startups.edit:not(.completed) section.media .video,
main.partners.startups.edit:not(.completed) section.media .social-media-wrapper {
  width: 50%;
  box-sizing: border-box;
}

/* line 1682, app/assets/stylesheets/common.scss */
main.startups.partners.new section.media .video input,
main.startups.partners.new section.media .social-media-wrapper input, main.startups.startups.edit:not(.completed) section.media .video input,
main.startups.startups.edit:not(.completed) section.media .social-media-wrapper input,
main.partners.partners.new section.media .video input,
main.partners.partners.new section.media .social-media-wrapper input,
main.partners.startups.edit:not(.completed) section.media .video input,
main.partners.startups.edit:not(.completed) section.media .social-media-wrapper input {
  text-align: center;
}

/* line 1686, app/assets/stylesheets/common.scss */
main.startups.partners.new section.media .video .instruction,
main.startups.partners.new section.media .social-media-wrapper .instruction, main.startups.startups.edit:not(.completed) section.media .video .instruction,
main.startups.startups.edit:not(.completed) section.media .social-media-wrapper .instruction,
main.partners.partners.new section.media .video .instruction,
main.partners.partners.new section.media .social-media-wrapper .instruction,
main.partners.startups.edit:not(.completed) section.media .video .instruction,
main.partners.startups.edit:not(.completed) section.media .social-media-wrapper .instruction {
  margin-top: 18px;
}

/* line 1691, app/assets/stylesheets/common.scss */
main.startups.partners.new section.media .video, main.startups.startups.edit:not(.completed) section.media .video,
main.partners.partners.new section.media .video,
main.partners.startups.edit:not(.completed) section.media .video {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 30px;
}

/* line 1697, app/assets/stylesheets/common.scss */
main.startups.partners.new section.media .video h4, main.startups.startups.edit:not(.completed) section.media .video h4,
main.partners.partners.new section.media .video h4,
main.partners.startups.edit:not(.completed) section.media .video h4 {
  margin-bottom: 30px;
}

/* line 1701, app/assets/stylesheets/common.scss */
main.startups.partners.new section.media .video .current-indicator, main.startups.startups.edit:not(.completed) section.media .video .current-indicator,
main.partners.partners.new section.media .video .current-indicator,
main.partners.startups.edit:not(.completed) section.media .video .current-indicator {
  display: block;
}

/* line 1705, app/assets/stylesheets/common.scss */
main.startups.partners.new section.media .video .input, main.startups.startups.edit:not(.completed) section.media .video .input,
main.partners.partners.new section.media .video .input,
main.partners.startups.edit:not(.completed) section.media .video .input {
  width: 100%;
}

/* line 1707, app/assets/stylesheets/common.scss */
main.startups.partners.new section.media .video .input input, main.startups.startups.edit:not(.completed) section.media .video .input input,
main.partners.partners.new section.media .video .input input,
main.partners.startups.edit:not(.completed) section.media .video .input input {
  border: solid 1.1px #D04A02;
}

/* line 1713, app/assets/stylesheets/common.scss */
main.startups.partners.new section.media .social-media-wrapper, main.startups.startups.edit:not(.completed) section.media .social-media-wrapper,
main.partners.partners.new section.media .social-media-wrapper,
main.partners.startups.edit:not(.completed) section.media .social-media-wrapper {
  margin-left: 30px;
}

/* line 1716, app/assets/stylesheets/common.scss */
main.startups.partners.new section.media .social-media-wrapper h4, main.startups.startups.edit:not(.completed) section.media .social-media-wrapper h4,
main.partners.partners.new section.media .social-media-wrapper h4,
main.partners.startups.edit:not(.completed) section.media .social-media-wrapper h4 {
  margin-bottom: 22px;
}

/* line 1720, app/assets/stylesheets/common.scss */
main.startups.partners.new section.media .social-media-wrapper .social-medias, main.startups.startups.edit:not(.completed) section.media .social-media-wrapper .social-medias,
main.partners.partners.new section.media .social-media-wrapper .social-medias,
main.partners.startups.edit:not(.completed) section.media .social-media-wrapper .social-medias {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}

/* line 1726, app/assets/stylesheets/common.scss */
main.startups.partners.new section.media .social-media-wrapper .social-medias .social-media, main.startups.startups.edit:not(.completed) section.media .social-media-wrapper .social-medias .social-media,
main.partners.partners.new section.media .social-media-wrapper .social-medias .social-media,
main.partners.startups.edit:not(.completed) section.media .social-media-wrapper .social-medias .social-media {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 1731, app/assets/stylesheets/common.scss */
main.startups.partners.new section.media .social-media-wrapper .social-medias .social-media .input, main.startups.startups.edit:not(.completed) section.media .social-media-wrapper .social-medias .social-media .input,
main.partners.partners.new section.media .social-media-wrapper .social-medias .social-media .input,
main.partners.startups.edit:not(.completed) section.media .social-media-wrapper .social-medias .social-media .input {
  display: none;
  width: 100%;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  z-index: 1;
}

/* line 1740, app/assets/stylesheets/common.scss */
main.startups.partners.new section.media .social-media-wrapper .social-medias .social-media .input input,
main.startups.partners.new section.media .social-media-wrapper .social-medias .social-media input.input, main.startups.startups.edit:not(.completed) section.media .social-media-wrapper .social-medias .social-media .input input,
main.startups.startups.edit:not(.completed) section.media .social-media-wrapper .social-medias .social-media input.input,
main.partners.partners.new section.media .social-media-wrapper .social-medias .social-media .input input,
main.partners.partners.new section.media .social-media-wrapper .social-medias .social-media input.input,
main.partners.startups.edit:not(.completed) section.media .social-media-wrapper .social-medias .social-media .input input,
main.partners.startups.edit:not(.completed) section.media .social-media-wrapper .social-medias .social-media input.input {
  border: solid 1.1px #D04A02;
}

/* line 1745, app/assets/stylesheets/common.scss */
main.startups.partners.new section.media .social-media-wrapper .social-medias .social-media input:not(.link), main.startups.startups.edit:not(.completed) section.media .social-media-wrapper .social-medias .social-media input:not(.link),
main.partners.partners.new section.media .social-media-wrapper .social-medias .social-media input:not(.link),
main.partners.startups.edit:not(.completed) section.media .social-media-wrapper .social-medias .social-media input:not(.link) {
  display: none;
}

/* line 1750, app/assets/stylesheets/common.scss */
main.startups.partners.new section.media .social-media-wrapper .social-medias .social-media.active .input, main.startups.startups.edit:not(.completed) section.media .social-media-wrapper .social-medias .social-media.active .input,
main.partners.partners.new section.media .social-media-wrapper .social-medias .social-media.active .input,
main.partners.startups.edit:not(.completed) section.media .social-media-wrapper .social-medias .social-media.active .input {
  display: block;
}

/* line 1753, app/assets/stylesheets/common.scss */
main.startups.partners.new section.media .social-media-wrapper .social-medias .social-media.active .current-indicator, main.startups.startups.edit:not(.completed) section.media .social-media-wrapper .social-medias .social-media.active .current-indicator,
main.partners.partners.new section.media .social-media-wrapper .social-medias .social-media.active .current-indicator,
main.partners.startups.edit:not(.completed) section.media .social-media-wrapper .social-medias .social-media.active .current-indicator {
  display: block;
}

/* line 1758, app/assets/stylesheets/common.scss */
main.startups.partners.new section.media .social-media-wrapper .social-medias .social-media img:hover, main.startups.startups.edit:not(.completed) section.media .social-media-wrapper .social-medias .social-media img:hover,
main.partners.partners.new section.media .social-media-wrapper .social-medias .social-media img:hover,
main.partners.startups.edit:not(.completed) section.media .social-media-wrapper .social-medias .social-media img:hover {
  cursor: pointer;
}

/* line 1762, app/assets/stylesheets/common.scss */
main.startups.partners.new section.media .social-media-wrapper .social-medias .social-media .filled-dot, main.startups.startups.edit:not(.completed) section.media .social-media-wrapper .social-medias .social-media .filled-dot,
main.partners.partners.new section.media .social-media-wrapper .social-medias .social-media .filled-dot,
main.partners.startups.edit:not(.completed) section.media .social-media-wrapper .social-medias .social-media .filled-dot {
  width: 5px;
  height: 5px;
  margin-bottom: 6px;
  border-radius: 50%;
  background-color: #D04A02;
  opacity: 0;
  transition: opacity 0.1s ease-in;
}

/* line 1772, app/assets/stylesheets/common.scss */
main.startups.partners.new section.media .social-media-wrapper .social-medias .social-media .filled-dot.active, main.startups.startups.edit:not(.completed) section.media .social-media-wrapper .social-medias .social-media .filled-dot.active,
main.partners.partners.new section.media .social-media-wrapper .social-medias .social-media .filled-dot.active,
main.partners.startups.edit:not(.completed) section.media .social-media-wrapper .social-medias .social-media .filled-dot.active {
  opacity: 1;
}

/* line 1779, app/assets/stylesheets/common.scss */
main.startups.partners.new section.media .social-media-wrapper .instruction, main.startups.startups.edit:not(.completed) section.media .social-media-wrapper .instruction,
main.partners.partners.new section.media .social-media-wrapper .instruction,
main.partners.startups.edit:not(.completed) section.media .social-media-wrapper .instruction {
  margin-top: 87px;
  display: block;
  text-align: center;
}

/* line 1789, app/assets/stylesheets/common.scss */
main.startups.completed,
main.partners.edit {
  background-color: #f0f2f3;
}

/* line 1793, app/assets/stylesheets/common.scss */
main.startups.completed .row,
main.partners.edit .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 1797, app/assets/stylesheets/common.scss */
main.startups.completed .row .col-sm-6,
main.partners.edit .row .col-sm-6 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

/* line 1802, app/assets/stylesheets/common.scss */
main.startups.completed .row .col-sm-6:first-of-type,
main.partners.edit .row .col-sm-6:first-of-type {
  padding-left: 0;
}

/* line 1806, app/assets/stylesheets/common.scss */
main.startups.completed .row .col-sm-6:last-of-type,
main.partners.edit .row .col-sm-6:last-of-type {
  padding-right: 0;
}

/* line 1811, app/assets/stylesheets/common.scss */
main.startups.completed .section-header,
main.partners.edit .section-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 30px;
  margin-bottom: 24px;
}

/* line 1820, app/assets/stylesheets/common.scss */
main.startups.completed h3,
main.partners.edit h3 {
  color: #0f100c;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

/* line 1827, app/assets/stylesheets/common.scss */
main.startups.completed h4,
main.partners.edit h4 {
  font-size: 16px;
  margin-bottom: 20px;
}

/* line 1832, app/assets/stylesheets/common.scss */
main.startups.completed section,
main.partners.edit section {
  margin-bottom: 20px;
}

/* line 1835, app/assets/stylesheets/common.scss */
main.startups.completed section:last-of-type,
main.partners.edit section:last-of-type {
  margin-bottom: 0;
}

/* line 1840, app/assets/stylesheets/common.scss */
main.startups.completed .card-body,
main.partners.edit .card-body {
  padding: 55px 90px;
}

/* line 1844, app/assets/stylesheets/common.scss */
main.startups.completed .input,
main.partners.edit .input {
  margin-bottom: 15px;
}

/* line 1848, app/assets/stylesheets/common.scss */
main.startups.completed form input.last[type="submit"],
main.partners.edit form input.last[type="submit"] {
  display: block;
  width: 130px;
  margin-left: auto;
  margin-right: auto;
  min-width: 0;
  margin-top: 32px;
}

/* line 1860, app/assets/stylesheets/common.scss */
#welcome-modal .modal-dialog,
#new-connection-modal .modal-dialog {
  max-width: 600px;
}

/* line 1864, app/assets/stylesheets/common.scss */
#welcome-modal .modal-body,
#new-connection-modal .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 60px;
}

/* line 1871, app/assets/stylesheets/common.scss */
#welcome-modal .modal-title,
#new-connection-modal .modal-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #0f100c;
  margin: 44px 0 20px 0;
  line-height: 1.18;
}

/* line 1880, app/assets/stylesheets/common.scss */
#welcome-modal span,
#new-connection-modal span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #0f100c;
  margin-bottom: 50px;
  max-width: 375px;
}

/* line 1889, app/assets/stylesheets/common.scss */
#welcome-modal button,
#new-connection-modal button {
  width: 350px;
  max-width: 100%;
}

/* line 1894, app/assets/stylesheets/common.scss */
#welcome-modal h4,
#new-connection-modal h4 {
  text-align: center;
  margin: 20px 0;
}

/* line 1899, app/assets/stylesheets/common.scss */
#welcome-modal h5,
#new-connection-modal h5 {
  text-align: center;
}

/* line 1905, app/assets/stylesheets/common.scss */
#new-connection-modal .modal-dialog {
  max-width: 60%;
  width: 60%;
}

/* line 1911, app/assets/stylesheets/common.scss */
.rotate-180 {
  transform: rotate(180deg);
}

/* line 1915, app/assets/stylesheets/common.scss */
.up-n-down-buttons {
  flex-direction: column;
  width: 19px;
  align-self: center;
  height: 30px;
  place-content: space-between;
}

/* line 1923, app/assets/stylesheets/common.scss */
.margin-bottom-zero {
  margin-bottom: 0;
}

/* line 1927, app/assets/stylesheets/common.scss */
.cr-slider {
  display: inline-block !important;
}
/* line 1, app/assets/stylesheets/dashboard.scss */
main.dashboard {
  padding: 50px;
  background-color: #f0f2f3;
}

/* line 5, app/assets/stylesheets/dashboard.scss */
main.dashboard .graphs {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 12, app/assets/stylesheets/dashboard.scss */
main.dashboard .graphs-list ul {
  list-style: none;
  padding: 0;
}

/* line 16, app/assets/stylesheets/dashboard.scss */
main.dashboard .graphs-list ul li {
  font-size: 14px;
  margin-bottom: 6px;
}

/* line 20, app/assets/stylesheets/dashboard.scss */
main.dashboard .graphs-list ul li a {
  color: #7a8295;
  text-decoration: none;
}

/* line 24, app/assets/stylesheets/dashboard.scss */
main.dashboard .graphs-list ul li a.active {
  font-weight: bold;
  color: black;
}

/* line 30, app/assets/stylesheets/dashboard.scss */
main.dashboard .graphs-list ul li:hover {
  color: #4b515e;
  cursor: pointer;
}

/* line 35, app/assets/stylesheets/dashboard.scss */
main.dashboard .graphs-list ul li:active {
  font-weight: bold;
}

/* line 42, app/assets/stylesheets/dashboard.scss */
main.dashboard .startup-count {
  font-weight: bold;
  margin-bottom: 50px;
}

/* line 46, app/assets/stylesheets/dashboard.scss */
main.dashboard .startup-count img {
  width: 50px;
}

/* line 50, app/assets/stylesheets/dashboard.scss */
main.dashboard .startup-count span {
  color: #0f100c;
  margin-left: 10px;
  font-size: 28px;
}

/* line 57, app/assets/stylesheets/dashboard.scss */
main.dashboard .graph {
  margin-bottom: 20px;
  max-width: 800px;
  border: none;
}

/* line 59, app/assets/stylesheets/dashboard.scss */
main.dashboard .graph .card-body {
  padding: 33px;
}

/* line 62, app/assets/stylesheets/dashboard.scss */
main.dashboard .graph .card-title {
  margin-bottom: 30px;
}

/* line 68, app/assets/stylesheets/dashboard.scss */
main.dashboard .graph canvas {
  width: 800px;
  height: 400px;
}

/* line 73, app/assets/stylesheets/dashboard.scss */
main.dashboard .graph .graph-legend {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: -30px;
}

/* line 80, app/assets/stylesheets/dashboard.scss */
main.dashboard .graph .graph-legend .label {
  display: flex;
  align-items: center;
  z-index: 10;
}

/* line 85, app/assets/stylesheets/dashboard.scss */
main.dashboard .graph .graph-legend .label .color {
  width: 44px;
  height: 14px;
  margin-left: 6px;
  border-radius: 15px;
}

/* line 92, app/assets/stylesheets/dashboard.scss */
main.dashboard .graph .graph-legend .label span {
  color: #7a8295;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}

/* line 102, app/assets/stylesheets/dashboard.scss */
main.dashboard .graph .graph-legend.whole {
  margin-top: 10px;
}

/* line 105, app/assets/stylesheets/dashboard.scss */
main.dashboard .graph .graph-legend.whole .label {
  align-items: flex-start;
  margin-bottom: 5px;
}

/* line 109, app/assets/stylesheets/dashboard.scss */
main.dashboard .graph .graph-legend.whole .label span {
  white-space: normal;
  max-width: 100%;
  text-align: right;
}

/* line 115, app/assets/stylesheets/dashboard.scss */
main.dashboard .graph .graph-legend.whole .label .color {
  margin-top: 4px;
  flex-shrink: 0;
  flex-grow: 0;
}

@media screen and (max-width: 767px) {
  /* line 1, app/assets/stylesheets/dashboard.scss */
  main.dashboard {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 129, app/assets/stylesheets/dashboard.scss */
  main.dashboard .graph {
    width: 100%;
    max-width: 100%;
  }
  /* line 133, app/assets/stylesheets/dashboard.scss */
  main.dashboard .graph .canvas-wrapper {
    height: 500px;
  }
  /* line 141, app/assets/stylesheets/dashboard.scss */
  main.dashboard .graph .graph-legend .label span {
    white-space: normal;
    max-width: 100%;
  }
  /* line 146, app/assets/stylesheets/dashboard.scss */
  main.dashboard .graph .graph-legend .label .color {
    flex-shrink: 0;
    flex-grow: 0;
  }
}

/* line 157, app/assets/stylesheets/dashboard.scss */
#filtered-startups-modal .modal-dialog {
  width: 70%;
  max-width: 100%;
  margin-top: 100px;
  overflow: auto;
  height: 91%;
}

/* line 164, app/assets/stylesheets/dashboard.scss */
#filtered-startups-modal .modal-dialog .modal-body {
  background-color: #ececec;
}

/* line 167, app/assets/stylesheets/dashboard.scss */
#filtered-startups-modal .modal-dialog .modal-body .modal-title {
  text-align: center;
  margin-bottom: 20px;
}

/* line 172, app/assets/stylesheets/dashboard.scss */
#filtered-startups-modal .modal-dialog .modal-body .resources-list {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

/* line 177, app/assets/stylesheets/dashboard.scss */
#filtered-startups-modal .modal-dialog .modal-body .resources-list .resource {
  max-width: 210px;
}

/* line 181, app/assets/stylesheets/dashboard.scss */
#filtered-startups-modal .modal-dialog .modal-body .resources-list .resource .logo-wrapper {
  position: relative;
  max-height: 100px;
}

/* line 186, app/assets/stylesheets/dashboard.scss */
#filtered-startups-modal .modal-dialog .modal-body .resources-list .resident-badge,
#filtered-startups-modal .modal-dialog .modal-body .resources-list .membership-badge {
  position: absolute;
  height: 40px;
  top: -1rem;
  right: -0.8rem;
  width: 46px;
}

/* line 196, app/assets/stylesheets/dashboard.scss */
#filtered-startups-modal .modal-dialog .modal-body .close-modal {
  position: absolute;
  right: 24px;
  top: 24px;
}

/* line 205, app/assets/stylesheets/dashboard.scss */
.blur-effect {
  filter: blur(8px);
}
/* line 1, app/assets/stylesheets/event_signups.scss */
main.event_signups {
  height: 100%;
}

/* line 3, app/assets/stylesheets/event_signups.scss */
main.event_signups .table-wrapper {
  width: calc(100vw - 300px);
  display: flex;
  height: 100%;
}

/* line 8, app/assets/stylesheets/event_signups.scss */
main.event_signups.index {
  width: 100%;
  background-color: #f0f2f3;
  padding: 30px;
}

/* line 13, app/assets/stylesheets/event_signups.scss */
main.event_signups.index table {
  height: 100%;
  width: 100%;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 20px;
  table-layout: fixed;
  border-collapse: collapse;
  display: block;
  overflow: auto;
}

/* line 29, app/assets/stylesheets/event_signups.scss */
main.event_signups.index thead {
  overflow: auto;
}

/* line 33, app/assets/stylesheets/event_signups.scss */
main.event_signups.index th {
  text-align: center;
  background-color: #0f100c;
  color: white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  padding: 20px;
}

/* line 43, app/assets/stylesheets/event_signups.scss */
main.event_signups td {
  padding: 20px;
  border: 1px solid #c3cdd8;
}

/* line 47, app/assets/stylesheets/event_signups.scss */
main.event_signups td span {
  color: #0f100c;
  text-align: center;
  line-height: 1.33;
  word-break: break-all;
}

/* line 54, app/assets/stylesheets/event_signups.scss */
main.event_signups td.name {
  padding: 0;
}

/* line 56, app/assets/stylesheets/event_signups.scss */
main.event_signups td.name:hover {
  cursor: pointer;
}

/* line 60, app/assets/stylesheets/event_signups.scss */
main.event_signups td.name a {
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  word-break: break-all;
}
/* line 1, app/assets/stylesheets/events.scss */
main.events {
  padding-bottom: 20px;
  background-color: #f0f0f0;
  flex-grow: 1;
  min-height: 100%;
}

/* line 9, app/assets/stylesheets/events.scss */
main.events.index h5 {
  margin-left: 20px;
  margin-top: 20px;
}

/* line 14, app/assets/stylesheets/events.scss */
main.events.index p.event {
  margin-top: 18px;
  margin-left: 5px;
  width: 65px;
  height: 19px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #33302e;
}

/* line 28, app/assets/stylesheets/events.scss */
main.events.index .form-control {
  display: inline;
}

/* line 32, app/assets/stylesheets/events.scss */
main.events.index nav {
  border-bottom-width: 1px solid #d7d7d7;
  padding-bottom: 5px;
}

/* line 36, app/assets/stylesheets/events.scss */
main.events.index nav a {
  text-decoration: none;
}

/* line 40, app/assets/stylesheets/events.scss */
main.events.index nav input {
  width: 180px;
  height: 31px;
  border-radius: 4px;
  border: solid 1px #ced4da;
  background-color: #ffffff;
  padding-left: 18px;
  color: #495057cf;
}

/* line 50, app/assets/stylesheets/events.scss */
main.events.index nav .icon-wrapper {
  width: 24px;
  display: flex;
  justify-content: center;
  margin-right: 22px;
}

/* line 57, app/assets/stylesheets/events.scss */
main.events.index nav .form-group {
  margin-bottom: 0;
}

/* line 60, app/assets/stylesheets/events.scss */
main.events.index nav .form-group .form-control {
  height: auto;
  width: 180px;
  max-height: 31px;
  border-radius: 4px;
  color: #495057cf;
}

/* line 70, app/assets/stylesheets/events.scss */
main.events.index .col-sm-4 {
  padding-left: 0;
  padding-right: 0;
}

/* line 75, app/assets/stylesheets/events.scss */
main.events.index .header {
  height: 84px;
  background-color: #eff2f7;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}

/* line 83, app/assets/stylesheets/events.scss */
main.events.index .container {
  background-color: #ffffff;
  padding-left: 0;
  padding-right: 0;
}

/* line 88, app/assets/stylesheets/events.scss */
main.events.index .container nav.main {
  background-color: #ffffff;
}

/* line 92, app/assets/stylesheets/events.scss */
main.events.index .container .card {
  border-radius: 0;
  width: 312px;
  border: none;
  box-shadow: none;
}

/* line 98, app/assets/stylesheets/events.scss */
main.events.index .container .card h5 {
  margin-left: 0px;
  margin-top: 0px;
}

/* line 103, app/assets/stylesheets/events.scss */
main.events.index .container .card .card-img-top {
  width: 312px;
  height: 195px;
  border-radius: 0;
  background-color: #eff2f7;
}

/* line 111, app/assets/stylesheets/events.scss */
main.events.index .container .card .card-body {
  padding-left: 0.5rem;
  padding-bottom: 0;
  padding-top: 1rem;
}

/* line 118, app/assets/stylesheets/events.scss */
main.events.index .container .card:hover {
  background: #fafafa;
  cursor: pointer;
  display: block;
  transition: color 0.3s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 125, app/assets/stylesheets/events.scss */
main.events.index .container .banner {
  background-color: #f0f0f0;
  display: flex;
  justify-content: space-between;
  padding: 3rem 0;
  margin-bottom: 3rem;
}

/* line 132, app/assets/stylesheets/events.scss */
main.events.index .container .banner .banner-body {
  background-size: cover;
  background-position: center;
  padding: 50px 20px;
}

/* line 137, app/assets/stylesheets/events.scss */
main.events.index .container .banner .banner-body a {
  text-decoration: none;
  color: white;
}

/* line 142, app/assets/stylesheets/events.scss */
main.events.index .container .banner .banner-body h2 {
  margin-bottom: 10px;
  color: #000000;
  font-size: 28px;
  font-weight: bold;
}

/* line 149, app/assets/stylesheets/events.scss */
main.events.index .container .banner .banner-body p {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  opacity: .7;
}

/* line 157, app/assets/stylesheets/events.scss */
main.events.index .container .banner .banner-body .banner-signup-btn {
  height: auto;
  color: white;
  padding: 16px 20px;
  border-radius: 50px;
  background: #28a745;
  transition: background 0.3s ease;
}

/* line 166, app/assets/stylesheets/events.scss */
main.events.index .container .banner .banner-body .btn {
  font-size: 16px;
}

/* line 170, app/assets/stylesheets/events.scss */
main.events.index .container .banner .banner-body .banner-signup-btn:hover {
  cursor: pointer;
  background: #218838;
  color: white;
}

/* line 176, app/assets/stylesheets/events.scss */
main.events.index .container .banner .banner-body .logo-and-btn-wrapper {
  position: relative;
  max-height: 100px;
}

/* line 182, app/assets/stylesheets/events.scss */
main.events.index .container .banner .banner-img {
  background-size: 300px 300px;
  background-position: center;
}

/* line 189, app/assets/stylesheets/events.scss */
main.events.index .resource .logo-wrapper {
  position: relative;
  max-height: 100px;
}

/* line 194, app/assets/stylesheets/events.scss */
main.events.index .signed-up-badge, main.events.index .banner-signed-up-badge {
  position: absolute;
  height: 40px;
  top: 13.6rem;
  right: 0.2rem;
  width: 46px;
}

/* line 202, app/assets/stylesheets/events.scss */
main.events.index .banner-signed-up-badge {
  height: 63px;
  width: 74px;
  top: 0;
  left: 300px;
}

/* line 211, app/assets/stylesheets/events.scss */
main.events.index .events-filters-wrapper {
  margin-top: 1rem;
  display: flex;
  justify-content: end;
  align-items: center;
}

/* line 218, app/assets/stylesheets/events.scss */
main.events.index .no-events {
  padding-top: 200px;
  text-align: center;
}

/* line 225, app/assets/stylesheets/events.scss */
#show-event-modal {
  overflow: auto;
}

/* line 228, app/assets/stylesheets/events.scss */
#show-event-modal .modal-dialog {
  max-width: 1185px;
}

/* line 232, app/assets/stylesheets/events.scss */
#show-event-modal .card-img-top {
  margin-top: 49px;
}

/* line 236, app/assets/stylesheets/events.scss */
#show-event-modal .h5 {
  height: 28px;
  font-family: Arial;
  font-size: 24px;
  color: #33302e;
}

/* line 243, app/assets/stylesheets/events.scss */
#show-event-modal p.event,
#show-event-modal p.schedule,
#show-event-modal p.location {
  font-size: 12px;
  margin-top: 3px;
}

/* line 250, app/assets/stylesheets/events.scss */
#show-event-modal .btn-event {
  border-radius: 18px;
  font-weight: bold;
  font-size: 14px;
  height: 36px;
  width: 85px;
}

/* line 257, app/assets/stylesheets/events.scss */
#show-event-modal .btn-event.btn-secondary {
  background-color: #fff;
  color: #000;
  border: solid 1px #D04A02;
}

/* line 264, app/assets/stylesheets/events.scss */
#show-event-modal .event-speaker-avatar-img {
  height: 120px;
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
/* line 2, app/assets/stylesheets/help_articles.scss */
body.help_articles main {
  width: 100%;
  height: 100%;
  background-color: #0f100c;
  padding: 20px 0;
}

/* line 9, app/assets/stylesheets/help_articles.scss */
body.help_articles img {
  width: 300px;
  margin-bottom: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 17, app/assets/stylesheets/help_articles.scss */
body.help_articles img.logo-black-pwc {
  height: 90px;
  width: auto;
}

/* line 22, app/assets/stylesheets/help_articles.scss */
body.help_articles h1 {
  margin-bottom: 24px;
}

/* line 26, app/assets/stylesheets/help_articles.scss */
body.help_articles .card {
  margin-top: 80px;
}

/* line 30, app/assets/stylesheets/help_articles.scss */
body.help_articles .card-body {
  padding: 50px 60px;
}
/* line 1, app/assets/stylesheets/logos.scss */
.logo-black-pwc {
  height: 60px;
}
/* line 1, app/assets/stylesheets/native_form.scss */
.native-form-question-wrapper {
  margin-top: 20px;
}

/* line 4, app/assets/stylesheets/native_form.scss */
.native-form-question-wrapper .radio_buttons {
  display: flex;
  justify-content: space-evenly;
}

/* line 8, app/assets/stylesheets/native_form.scss */
.native-form-question-wrapper .radio_buttons .radio {
  display: flex;
  width: 120px;
  flex-direction: column-reverse;
}

/* line 13, app/assets/stylesheets/native_form.scss */
.native-form-question-wrapper .radio_buttons .radio label {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}

/* line 18, app/assets/stylesheets/native_form.scss */
.native-form-question-wrapper .radio_buttons .radio label input {
  height: 20px;
}

/* line 25, app/assets/stylesheets/native_form.scss */
.native-form-question-wrapper .check_boxes {
  display: flex;
  flex-direction: column;
}

/* line 29, app/assets/stylesheets/native_form.scss */
.native-form-question-wrapper .check_boxes .checkbox {
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
}

/* line 34, app/assets/stylesheets/native_form.scss */
.native-form-question-wrapper .check_boxes .checkbox label {
  align-items: center;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 10px;
}

/* line 41, app/assets/stylesheets/native_form.scss */
.native-form-question-wrapper .check_boxes .checkbox label input {
  height: 20px;
  width: 10%;
  margin: 0 20px;
}

/* line 50, app/assets/stylesheets/native_form.scss */
.native-form-question-wrapper .native-form-hint-container {
  margin: -10px 10px 10px;
}

/* line 53, app/assets/stylesheets/native_form.scss */
.native-form-question-wrapper .native-form-hint-container .hint {
  font-size: 13px;
}
/* line 1, app/assets/stylesheets/partners.scss */
main.partners {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f0f0f0;
  flex-grow: 1;
  min-height: 100%;
}

/* line 8, app/assets/stylesheets/partners.scss */
main.partners .container, main.partners .resources-list {
  padding: 0;
}

/* line 12, app/assets/stylesheets/partners.scss */
main.partners .resources-list {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

/* line 17, app/assets/stylesheets/partners.scss */
main.partners.new h3, main.partners.create h3 {
  text-align: left;
  align-self: flex-start;
}

/* line 23, app/assets/stylesheets/partners.scss */
main.partners.new section.basic-info .company-info, main.partners.create section.basic-info .company-info {
  margin-top: 12px;
}

/* line 28, app/assets/stylesheets/partners.scss */
main.partners.new .signout-link, main.partners.create .signout-link {
  display: inline-block;
  color: white;
  font-weight: normal;
  font-size: 14px;
  align-self: flex-end;
  position: absolute;
  right: 40px;
  top: 20px;
}

/* line 39, app/assets/stylesheets/partners.scss */
main.partners.new .special-input.locale, main.partners.create .special-input.locale {
  margin-bottom: 20px;
}

/* line 42, app/assets/stylesheets/partners.scss */
main.partners.new .special-input.locale .anchor, main.partners.create .special-input.locale .anchor {
  height: 100%;
}

/* line 44, app/assets/stylesheets/partners.scss */
main.partners.new .special-input.locale img, main.partners.create .special-input.locale img {
  height: 100%;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 51, app/assets/stylesheets/partners.scss */
main.partners.new .special-input.locale label > div, main.partners.create .special-input.locale label > div {
  display: flex;
  align-items: center;
}

/* line 56, app/assets/stylesheets/partners.scss */
main.partners.new .special-input.locale .options-wrapper, main.partners.create .special-input.locale .options-wrapper {
  width: 260px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -5px;
}

/* line 63, app/assets/stylesheets/partners.scss */
main.partners.new .special-input.locale > label, main.partners.create .special-input.locale > label {
  border: solid 1px #c3cdd8;
  border-radius: 3.5px;
  height: 50px;
  min-width: 260px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 74, app/assets/stylesheets/partners.scss */
main.partners.new .special-input.locale > label img, main.partners.create .special-input.locale > label img {
  margin-right: 9px;
}

/* line 77, app/assets/stylesheets/partners.scss */
main.partners.new .special-input.locale .special-input.locale .input > label, main.partners.create .special-input.locale .special-input.locale .input > label {
  display: none;
}

/* line 84, app/assets/stylesheets/partners.scss */
main.partners.edit label {
  font-size: 14px;
  color: #0f100c;
  font-weight: bold;
}

/* line 90, app/assets/stylesheets/partners.scss */
main.partners.edit .special-input .input > label {
  display: none;
}

/* line 96, app/assets/stylesheets/partners.scss */
main.partners.show .logo-wrapper {
  position: relative;
}

/* line 100, app/assets/stylesheets/partners.scss */
main.partners.show .basic-info img.innovation-badge {
  position: absolute;
  width: 62px;
  height: 54px;
  top: -0.5rem;
  right: 0;
}

/* line 110, app/assets/stylesheets/partners.scss */
main.partners.index .resource .logo-wrapper {
  position: relative;
  max-height: 100px;
}

/* line 115, app/assets/stylesheets/partners.scss */
main.partners.index .innovation-badge {
  position: absolute;
  height: 40px;
  top: -1rem;
  right: -0.8rem;
  width: 46px;
}
/* line 2, app/assets/stylesheets/passwords.scss */
main.passwords input[type="submit"] {
  margin-top: 20px;
}
/* line 2, app/assets/stylesheets/posts.scss */
#new-post-modal label, #post-modal label, #edit-post-modal label {
  font-size: 14px;
}

/* line 6, app/assets/stylesheets/posts.scss */
#new-post-modal .input, #post-modal .input, #edit-post-modal .input {
  margin-bottom: 16px;
}

/* line 8, app/assets/stylesheets/posts.scss */
#new-post-modal .input:last-child, #post-modal .input:last-child, #edit-post-modal .input:last-child {
  margin-bottom: 0;
}

/* line 11, app/assets/stylesheets/posts.scss */
#new-post-modal .modal-header, #post-modal .modal-header, #edit-post-modal .modal-header {
  padding: 16px 32px;
  border-bottom: 0;
}

/* line 15, app/assets/stylesheets/posts.scss */
#new-post-modal .modal-header .logo-title, #post-modal .modal-header .logo-title, #edit-post-modal .modal-header .logo-title {
  display: flex;
  align-items: center;
}

/* line 20, app/assets/stylesheets/posts.scss */
#new-post-modal .modal-header .logo, #post-modal .modal-header .logo, #edit-post-modal .modal-header .logo {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  border-radius: 50%;
}

/* line 28, app/assets/stylesheets/posts.scss */
#new-post-modal .anchor, #post-modal .anchor, #edit-post-modal .anchor {
  margin-right: 3px;
}

/* line 32, app/assets/stylesheets/posts.scss */
#new-post-modal .post-title, #post-modal .post-title, #edit-post-modal .post-title {
  color: black;
  font-size: 14px;
  font-weight: bold;
  display: block;
}

/* line 39, app/assets/stylesheets/posts.scss */
#new-post-modal .input.file, #post-modal .input.file, #edit-post-modal .input.file {
  display: none;
}

/* line 43, app/assets/stylesheets/posts.scss */
#new-post-modal .modal-body, #post-modal .modal-body, #edit-post-modal .modal-body {
  padding-top: 6px;
}

/* line 47, app/assets/stylesheets/posts.scss */
#new-post-modal .input:first-child, #post-modal .input:first-child, #edit-post-modal .input:first-child {
  margin-bottom: 15px;
}

/* line 51, app/assets/stylesheets/posts.scss */
#new-post-modal textarea, #post-modal textarea, #edit-post-modal textarea {
  border-color: #c3cdd8;
  padding: 14px 18px;
  height: 250px;
  resize: none;
}

/* line 58, app/assets/stylesheets/posts.scss */
#new-post-modal .post-image, #post-modal .post-image, #edit-post-modal .post-image {
  height: 340px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 64, app/assets/stylesheets/posts.scss */
#new-post-modal .image-placeholder, #post-modal .image-placeholder, #edit-post-modal .image-placeholder {
  background-size: cover;
  position: relative;
}

/* line 68, app/assets/stylesheets/posts.scss */
#new-post-modal .image-placeholder input[type="file"], #post-modal .image-placeholder input[type="file"], #edit-post-modal .image-placeholder input[type="file"] {
  display: none;
}

/* line 70, app/assets/stylesheets/posts.scss */
#new-post-modal .image-placeholder.preview, #post-modal .image-placeholder.preview, #edit-post-modal .image-placeholder.preview {
  height: 300px;
  width: 100%;
}

/* line 74, app/assets/stylesheets/posts.scss */
#new-post-modal .image-placeholder.preview label, #post-modal .image-placeholder.preview label, #edit-post-modal .image-placeholder.preview label {
  left: auto;
  right: 20px;
}

/* line 80, app/assets/stylesheets/posts.scss */
#new-post-modal .image-placeholder label, #post-modal .image-placeholder label, #edit-post-modal .image-placeholder label {
  margin-bottom: 0.5rem;
  background: white;
  border-radius: 30px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 20px;
}

/* line 98, app/assets/stylesheets/posts.scss */
#new-post-modal .image input, #post-modal .image input, #edit-post-modal .image input {
  display: none;
}

/* line 99, app/assets/stylesheets/posts.scss */
#new-post-modal .image label:hover, #post-modal .image label:hover, #edit-post-modal .image label:hover {
  cursor: pointer;
}

/* line 102, app/assets/stylesheets/posts.scss */
#new-post-modal .footer, #post-modal .footer, #edit-post-modal .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px;
}

/* line 108, app/assets/stylesheets/posts.scss */
#new-post-modal .footer .text, #post-modal .footer .text, #edit-post-modal .footer .text {
  display: flex;
  align-items: center;
}

/* line 111, app/assets/stylesheets/posts.scss */
#new-post-modal .footer .text label, #post-modal .footer .text label, #edit-post-modal .footer .text label {
  margin: 0;
}

/* line 112, app/assets/stylesheets/posts.scss */
#new-post-modal .footer .text i, #post-modal .footer .text i, #edit-post-modal .footer .text i {
  margin-right: 10px;
}

/* line 116, app/assets/stylesheets/posts.scss */
#new-post-modal .options-wrapper, #post-modal .options-wrapper, #edit-post-modal .options-wrapper {
  left: 0;
  top: 34px;
}

/* line 120, app/assets/stylesheets/posts.scss */
#new-post-modal .options-wrapper .input, #post-modal .options-wrapper .input, #edit-post-modal .options-wrapper .input {
  margin-bottom: 0;
}

/* line 123, app/assets/stylesheets/posts.scss */
#new-post-modal .form-row, #post-modal .form-row, #edit-post-modal .form-row {
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  flex-wrap: nowrap;
}

/* line 131, app/assets/stylesheets/posts.scss */
#new-post-modal .image-placeholder, #post-modal .image-placeholder, #edit-post-modal .image-placeholder {
  display: none;
  height: 340px;
  margin-top: 6px;
}

/* line 137, app/assets/stylesheets/posts.scss */
#new-post-modal .post-video, #post-modal .post-video, #edit-post-modal .post-video {
  height: 340px;
}

/* line 140, app/assets/stylesheets/posts.scss */
#new-post-modal .post-video.vimeo, #post-modal .post-video.vimeo, #edit-post-modal .post-video.vimeo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 149, app/assets/stylesheets/posts.scss */
#new-post-modal .vimeo-wrapper, #post-modal .vimeo-wrapper, #edit-post-modal .vimeo-wrapper {
  padding: 55% 0 0 0;
  position: relative;
}

/* line 155, app/assets/stylesheets/posts.scss */
#new-post-modal .image-video > .video-url-wrapper, #new-post-modal .image-video > .image, #post-modal .image-video > .video-url-wrapper, #post-modal .image-video > .image, #edit-post-modal .image-video > .video-url-wrapper, #edit-post-modal .image-video > .image {
  flex-basis: 50%;
  flex-grow: 0;
}

/* line 160, app/assets/stylesheets/posts.scss */
#new-post-modal .image-video .video-url-wrapper, #post-modal .image-video .video-url-wrapper, #edit-post-modal .image-video .video-url-wrapper {
  margin-right: 4px;
}

/* line 164, app/assets/stylesheets/posts.scss */
#new-post-modal .image-video .or, #post-modal .image-video .or, #edit-post-modal .image-video .or {
  margin: 0 8px;
  font-weight: bold;
  color: #0f100c;
  font-size: 14px;
}

/* line 171, app/assets/stylesheets/posts.scss */
#new-post-modal .image-video .image, #post-modal .image-video .image, #edit-post-modal .image-video .image {
  margin-left: 4px;
}

/* line 174, app/assets/stylesheets/posts.scss */
#new-post-modal .image-video .image .input, #post-modal .image-video .image .input, #edit-post-modal .image-video .image .input {
  display: none;
}

/* line 176, app/assets/stylesheets/posts.scss */
#new-post-modal .image-video .image label, #post-modal .image-video .image label, #edit-post-modal .image-video .image label {
  margin-bottom: 0;
  width: 100%;
}

/* line 181, app/assets/stylesheets/posts.scss */
#new-post-modal .image-video .image .add-image, #post-modal .image-video .image .add-image, #edit-post-modal .image-video .image .add-image {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* line 187, app/assets/stylesheets/posts.scss */
#new-post-modal .image-video .image .add-image img, #post-modal .image-video .image .add-image img, #edit-post-modal .image-video .image .add-image img {
  margin-right: 16px;
}

/* line 192, app/assets/stylesheets/posts.scss */
#new-post-modal .video-url-wrapper, #post-modal .video-url-wrapper, #edit-post-modal .video-url-wrapper {
  position: relative;
  flex-grow: 1;
}

/* line 196, app/assets/stylesheets/posts.scss */
#new-post-modal .video-url-wrapper input.form-control[type="text"], #post-modal .video-url-wrapper input.form-control[type="text"], #edit-post-modal .video-url-wrapper input.form-control[type="text"] {
  padding-left: 50px;
  margin-bottom: 0;
}

/* line 201, app/assets/stylesheets/posts.scss */
#new-post-modal .video-url-wrapper img, #post-modal .video-url-wrapper img, #edit-post-modal .video-url-wrapper img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}

/* line 209, app/assets/stylesheets/posts.scss */
#new-post-modal .multilanguage-input-wrapper:last-child, #post-modal .multilanguage-input-wrapper:last-child, #edit-post-modal .multilanguage-input-wrapper:last-child {
  margin-top: 14px;
}

/* line 215, app/assets/stylesheets/posts.scss */
#post-modal .post-video {
  height: 340px;
}

/* line 218, app/assets/stylesheets/posts.scss */
#post-modal .post-video.vimeo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 227, app/assets/stylesheets/posts.scss */
#post-modal .vimeo-wrapper {
  padding: 55% 0 0 0;
  position: relative;
}

/* line 232, app/assets/stylesheets/posts.scss */
#post-modal .modal-body {
  padding-top: 16px;
}

/* line 234, app/assets/stylesheets/posts.scss */
#post-modal .modal-body p {
  margin-bottom: 0;
}
/* line 5, app/assets/stylesheets/privacy_policy.scss */
body {
  background-color: #f0f0f0;
}

/* line 9, app/assets/stylesheets/privacy_policy.scss */
.card-body {
  padding-top: 1rem;
}

/* line 13, app/assets/stylesheets/privacy_policy.scss */
.privacy-policy-card {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1024px;
  background-color: white;
}

/* line 22, app/assets/stylesheets/privacy_policy.scss */
.privacy-policy-pop-up-title {
  padding-top: .25rem;
}
/* line 1, app/assets/stylesheets/registrations.scss */
main.registrations,
main.sessions,
main.passwords,
main.confirmations {
  min-height: 100%;
  padding: 20px;
  background-color: #0f100c;
}

/* line 9, app/assets/stylesheets/registrations.scss */
main.registrations .bg-image,
main.sessions .bg-image,
main.passwords .bg-image,
main.confirmations .bg-image {
  width: 60%;
  background-size: cover;
  background-position: center;
  height: 100%;
}

/* line 17, app/assets/stylesheets/registrations.scss */
main.registrations.index,
main.sessions.index,
main.passwords.index,
main.confirmations.index {
  background-color: #f0f2f3;
}

/* line 20, app/assets/stylesheets/registrations.scss */
main.registrations.index .card-body,
main.sessions.index .card-body,
main.passwords.index .card-body,
main.confirmations.index .card-body {
  padding: 48px;
}

/* line 25, app/assets/stylesheets/registrations.scss */
main.registrations.index .user .user-header,
main.sessions.index .user .user-header,
main.passwords.index .user .user-header,
main.confirmations.index .user .user-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

/* line 31, app/assets/stylesheets/registrations.scss */
main.registrations.index .user .user-header img,
main.sessions.index .user .user-header img,
main.passwords.index .user .user-header img,
main.confirmations.index .user .user-header img {
  width: 20px;
  height: 20px;
}

/* line 34, app/assets/stylesheets/registrations.scss */
main.registrations.index .user .user-header img:hover,
main.sessions.index .user .user-header img:hover,
main.passwords.index .user .user-header img:hover,
main.confirmations.index .user .user-header img:hover {
  cursor: pointer;
}

/* line 39, app/assets/stylesheets/registrations.scss */
main.registrations.index .user .user-header > div,
main.sessions.index .user .user-header > div,
main.passwords.index .user .user-header > div,
main.confirmations.index .user .user-header > div {
  display: flex;
}

/* line 43, app/assets/stylesheets/registrations.scss */
main.registrations.index .user .user-header .account-status,
main.sessions.index .user .user-header .account-status,
main.passwords.index .user .user-header .account-status,
main.confirmations.index .user .user-header .account-status {
  color: #0f100c;
  font-size: 14px;
  font-weight: bold;
}

/* line 50, app/assets/stylesheets/registrations.scss */
main.registrations.index .user .user-identification,
main.sessions.index .user .user-identification,
main.passwords.index .user .user-identification,
main.confirmations.index .user .user-identification {
  font-size: 20px;
  font-weight: bold;
  margin-right: 16px;
}

/* line 57, app/assets/stylesheets/registrations.scss */
main.registrations.index .user .user-info .name,
main.registrations.index .user .user-info .phone,
main.registrations.index .user .user-info .email,
main.sessions.index .user .user-info .name,
main.sessions.index .user .user-info .phone,
main.sessions.index .user .user-info .email,
main.passwords.index .user .user-info .name,
main.passwords.index .user .user-info .phone,
main.passwords.index .user .user-info .email,
main.confirmations.index .user .user-info .name,
main.confirmations.index .user .user-info .phone,
main.confirmations.index .user .user-info .email {
  height: 50px;
  padding: 0 18px;
  border: solid 1px #c3cdd8;
  color: #0f100c;
  border-radius: 3.5px;
  display: flex;
  align-items: center;
}

/* line 70, app/assets/stylesheets/registrations.scss */
main.registrations.index .user .user-info .name,
main.sessions.index .user .user-info .name,
main.passwords.index .user .user-info .name,
main.confirmations.index .user .user-info .name {
  margin-bottom: 6px;
}

/* line 74, app/assets/stylesheets/registrations.scss */
main.registrations.index .user .user-info .phone,
main.sessions.index .user .user-info .phone,
main.passwords.index .user .user-info .phone,
main.confirmations.index .user .user-info .phone {
  margin-right: 10px;
}

/* line 78, app/assets/stylesheets/registrations.scss */
main.registrations.index .user .user-info .row,
main.sessions.index .user .user-info .row,
main.passwords.index .user .user-info .row,
main.confirmations.index .user .user-info .row {
  margin-left: 0;
  margin-right: 0;
  flex-wrap: nowrap;
  display: flex;
}

/* line 84, app/assets/stylesheets/registrations.scss */
main.registrations.index .user .user-info .row .phone,
main.sessions.index .user .user-info .row .phone,
main.passwords.index .user .user-info .row .phone,
main.confirmations.index .user .user-info .row .phone {
  flex-basis: 30%;
}

/* line 87, app/assets/stylesheets/registrations.scss */
main.registrations.index .user .user-info .row .email,
main.sessions.index .user .user-info .row .email,
main.passwords.index .user .user-info .row .email,
main.confirmations.index .user .user-info .row .email {
  flex-basis: 70%;
}

/* line 94, app/assets/stylesheets/registrations.scss */
main.registrations.index hr,
main.sessions.index hr,
main.passwords.index hr,
main.confirmations.index hr {
  margin: 40px 0;
}

/* line 98, app/assets/stylesheets/registrations.scss */
main.registrations.index p,
main.sessions.index p,
main.passwords.index p,
main.confirmations.index p {
  margin-bottom: 0;
}

/* line 103, app/assets/stylesheets/registrations.scss */
main.registrations.new,
main.sessions.new,
main.passwords.new,
main.confirmations.new {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

/* line 109, app/assets/stylesheets/registrations.scss */
main.registrations.new .iti,
main.sessions.new .iti,
main.passwords.new .iti,
main.confirmations.new .iti {
  width: 100%;
}

/* line 112, app/assets/stylesheets/registrations.scss */
main.registrations.new .iti__selected-flag,
main.sessions.new .iti__selected-flag,
main.passwords.new .iti__selected-flag,
main.confirmations.new .iti__selected-flag {
  padding: 0 14px 0 20px;
  margin-right: 6px;
}

/* line 117, app/assets/stylesheets/registrations.scss */
main.registrations.new #user_phone,
main.sessions.new #user_phone,
main.passwords.new #user_phone,
main.confirmations.new #user_phone {
  padding-left: 74px;
}

/* line 121, app/assets/stylesheets/registrations.scss */
main.registrations.new .card,
main.sessions.new .card,
main.passwords.new .card,
main.confirmations.new .card {
  margin-top: 6vh;
  padding: 0;
  min-width: 460px;
  max-width: 100vw;
}

/* line 127, app/assets/stylesheets/registrations.scss */
main.registrations.new .card .card-body,
main.sessions.new .card .card-body,
main.passwords.new .card .card-body,
main.confirmations.new .card .card-body {
  display: flex;
  flex-direction: column;
  padding: 38px 80px;
}

/* line 133, app/assets/stylesheets/registrations.scss */
main.registrations.new .card img,
main.sessions.new .card img,
main.passwords.new .card img,
main.confirmations.new .card img {
  width: 60%;
  margin: 0 auto 50px auto;
}

/* line 136, app/assets/stylesheets/registrations.scss */
main.registrations.new .card img.tip,
main.sessions.new .card img.tip,
main.passwords.new .card img.tip,
main.confirmations.new .card img.tip {
  width: 14px;
  margin: 2px;
}

/* line 142, app/assets/stylesheets/registrations.scss */
main.registrations.new .card img.logo-black-pwc,
main.sessions.new .card img.logo-black-pwc,
main.passwords.new .card img.logo-black-pwc,
main.confirmations.new .card img.logo-black-pwc {
  width: auto;
}

/* line 146, app/assets/stylesheets/registrations.scss */
main.registrations.new .card form,
main.sessions.new .card form,
main.passwords.new .card form,
main.confirmations.new .card form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

/* line 153, app/assets/stylesheets/registrations.scss */
main.registrations.new .card .form-inputs .input,
main.sessions.new .card .form-inputs .input,
main.passwords.new .card .form-inputs .input,
main.confirmations.new .card .form-inputs .input {
  width: 350px;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 157, app/assets/stylesheets/registrations.scss */
main.registrations.new .card .form-inputs .input:last-child,
main.sessions.new .card .form-inputs .input:last-child,
main.passwords.new .card .form-inputs .input:last-child,
main.confirmations.new .card .form-inputs .input:last-child {
  margin-bottom: 0;
}

/* line 160, app/assets/stylesheets/registrations.scss */
main.registrations.new .card .form-inputs .input input,
main.sessions.new .card .form-inputs .input input,
main.passwords.new .card .form-inputs .input input,
main.confirmations.new .card .form-inputs .input input {
  height: 54px;
}

/* line 166, app/assets/stylesheets/registrations.scss */
main.registrations.new .card input[type="submit"],
main.sessions.new .card input[type="submit"],
main.passwords.new .card input[type="submit"],
main.confirmations.new .card input[type="submit"] {
  width: 100%;
  margin-bottom: 20px;
}

/* line 171, app/assets/stylesheets/registrations.scss */
main.registrations.new .card .tooltip,
main.sessions.new .card .tooltip,
main.passwords.new .card .tooltip,
main.confirmations.new .card .tooltip {
  height: 14px;
  color: black;
}

/* line 176, app/assets/stylesheets/registrations.scss */
main.registrations.new .card .terms-of-service-warning,
main.sessions.new .card .terms-of-service-warning,
main.passwords.new .card .terms-of-service-warning,
main.confirmations.new .card .terms-of-service-warning {
  max-width: 320px;
  text-align: center;
  margin: 30px auto;
  font-weight: bold;
}

/* line 184, app/assets/stylesheets/registrations.scss */
main.registrations.new .special-input.locale > label,
main.sessions.new .special-input.locale > label,
main.passwords.new .special-input.locale > label,
main.confirmations.new .special-input.locale > label {
  border: solid 1px #c3cdd8;
  border-radius: 3.5px;
  height: 50px;
  min-width: 260px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 195, app/assets/stylesheets/registrations.scss */
main.registrations.new .special-input.locale > label img,
main.sessions.new .special-input.locale > label img,
main.passwords.new .special-input.locale > label img,
main.confirmations.new .special-input.locale > label img {
  margin-right: 9px;
}

/* line 198, app/assets/stylesheets/registrations.scss */
main.registrations.new .special-input.locale > label span,
main.sessions.new .special-input.locale > label span,
main.passwords.new .special-input.locale > label span,
main.confirmations.new .special-input.locale > label span {
  flex-shrink: 0;
}

/* line 203, app/assets/stylesheets/registrations.scss */
main.registrations.new .special-input.locale .input > label,
main.sessions.new .special-input.locale .input > label,
main.passwords.new .special-input.locale .input > label,
main.confirmations.new .special-input.locale .input > label {
  display: none;
}

/* line 207, app/assets/stylesheets/registrations.scss */
main.registrations.new .special-input.locale .options-wrapper,
main.sessions.new .special-input.locale .options-wrapper,
main.passwords.new .special-input.locale .options-wrapper,
main.confirmations.new .special-input.locale .options-wrapper {
  width: 100%;
}

/* line 211, app/assets/stylesheets/registrations.scss */
main.registrations.new .special-input.locale,
main.sessions.new .special-input.locale,
main.passwords.new .special-input.locale,
main.confirmations.new .special-input.locale {
  margin-bottom: 20px;
}

/* line 214, app/assets/stylesheets/registrations.scss */
main.registrations.new .special-input.locale .anchor,
main.sessions.new .special-input.locale .anchor,
main.passwords.new .special-input.locale .anchor,
main.confirmations.new .special-input.locale .anchor {
  height: 8px;
}

/* line 218, app/assets/stylesheets/registrations.scss */
main.registrations.new .special-input.locale img,
main.sessions.new .special-input.locale img,
main.passwords.new .special-input.locale img,
main.confirmations.new .special-input.locale img {
  height: 100%;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 225, app/assets/stylesheets/registrations.scss */
main.registrations.new .special-input.locale label > div,
main.sessions.new .special-input.locale label > div,
main.passwords.new .special-input.locale label > div,
main.confirmations.new .special-input.locale label > div {
  display: flex;
  align-items: center;
}

/* line 233, app/assets/stylesheets/registrations.scss */
main.registrations.confirmations .input,
main.sessions.confirmations .input,
main.passwords.confirmations .input,
main.confirmations.confirmations .input {
  width: 100% !important;
}

/* line 238, app/assets/stylesheets/registrations.scss */
main.registrations.registrations.new, main.registrations.passwords.new, main.registrations.passwords.edit,
main.sessions.registrations.new,
main.sessions.passwords.new,
main.sessions.passwords.edit,
main.passwords.registrations.new,
main.passwords.passwords.new,
main.passwords.passwords.edit,
main.confirmations.registrations.new,
main.confirmations.passwords.new,
main.confirmations.passwords.edit {
  height: 100% !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

/* line 239, app/assets/stylesheets/registrations.scss */
main.registrations.registrations.new .input, main.registrations.passwords.new .input, main.registrations.passwords.edit .input,
main.sessions.registrations.new .input,
main.sessions.passwords.new .input,
main.sessions.passwords.edit .input,
main.passwords.registrations.new .input,
main.passwords.passwords.new .input,
main.passwords.passwords.edit .input,
main.confirmations.registrations.new .input,
main.confirmations.passwords.new .input,
main.confirmations.passwords.edit .input {
  margin-bottom: 10px !important;
}

/* line 249, app/assets/stylesheets/registrations.scss */
main.registrations.sessions.new, main.registrations.registrations.new, main.registrations.passwords.new, main.registrations.passwords.edit,
main.sessions.sessions.new,
main.sessions.registrations.new,
main.sessions.passwords.new,
main.sessions.passwords.edit,
main.passwords.sessions.new,
main.passwords.registrations.new,
main.passwords.passwords.new,
main.passwords.passwords.edit,
main.confirmations.sessions.new,
main.confirmations.registrations.new,
main.confirmations.passwords.new,
main.confirmations.passwords.edit {
  background-color: #111111;
  padding: 0;
}

/* line 254, app/assets/stylesheets/registrations.scss */
main.registrations.sessions.new .form-title, main.registrations.registrations.new .form-title, main.registrations.passwords.new .form-title, main.registrations.passwords.edit .form-title,
main.sessions.sessions.new .form-title,
main.sessions.registrations.new .form-title,
main.sessions.passwords.new .form-title,
main.sessions.passwords.edit .form-title,
main.passwords.sessions.new .form-title,
main.passwords.registrations.new .form-title,
main.passwords.passwords.new .form-title,
main.passwords.passwords.edit .form-title,
main.confirmations.sessions.new .form-title,
main.confirmations.registrations.new .form-title,
main.confirmations.passwords.new .form-title,
main.confirmations.passwords.edit .form-title {
  color: #fff;
}

/* line 258, app/assets/stylesheets/registrations.scss */
main.registrations.sessions.new .terms-of-service-warning, main.registrations.registrations.new .terms-of-service-warning, main.registrations.passwords.new .terms-of-service-warning, main.registrations.passwords.edit .terms-of-service-warning,
main.sessions.sessions.new .terms-of-service-warning,
main.sessions.registrations.new .terms-of-service-warning,
main.sessions.passwords.new .terms-of-service-warning,
main.sessions.passwords.edit .terms-of-service-warning,
main.passwords.sessions.new .terms-of-service-warning,
main.passwords.registrations.new .terms-of-service-warning,
main.passwords.passwords.new .terms-of-service-warning,
main.passwords.passwords.edit .terms-of-service-warning,
main.confirmations.sessions.new .terms-of-service-warning,
main.confirmations.registrations.new .terms-of-service-warning,
main.confirmations.passwords.new .terms-of-service-warning,
main.confirmations.passwords.edit .terms-of-service-warning {
  text-align: left;
  color: #fff;
  font-size: 12px;
  font-weight: normal !important;
  margin: 5px auto;
}

/* line 266, app/assets/stylesheets/registrations.scss */
main.registrations.sessions.new label[for="user_locale"], main.registrations.registrations.new label[for="user_locale"], main.registrations.passwords.new label[for="user_locale"], main.registrations.passwords.edit label[for="user_locale"],
main.sessions.sessions.new label[for="user_locale"],
main.sessions.registrations.new label[for="user_locale"],
main.sessions.passwords.new label[for="user_locale"],
main.sessions.passwords.edit label[for="user_locale"],
main.passwords.sessions.new label[for="user_locale"],
main.passwords.registrations.new label[for="user_locale"],
main.passwords.passwords.new label[for="user_locale"],
main.passwords.passwords.edit label[for="user_locale"],
main.confirmations.sessions.new label[for="user_locale"],
main.confirmations.registrations.new label[for="user_locale"],
main.confirmations.passwords.new label[for="user_locale"],
main.confirmations.passwords.edit label[for="user_locale"] {
  background-color: #fff !important;
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 10px !important;
  height: 30px;
}

/* line 274, app/assets/stylesheets/registrations.scss */
main.registrations.sessions.new input[type="checkbox"], main.registrations.registrations.new input[type="checkbox"], main.registrations.passwords.new input[type="checkbox"], main.registrations.passwords.edit input[type="checkbox"],
main.sessions.sessions.new input[type="checkbox"],
main.sessions.registrations.new input[type="checkbox"],
main.sessions.passwords.new input[type="checkbox"],
main.sessions.passwords.edit input[type="checkbox"],
main.passwords.sessions.new input[type="checkbox"],
main.passwords.registrations.new input[type="checkbox"],
main.passwords.passwords.new input[type="checkbox"],
main.passwords.passwords.edit input[type="checkbox"],
main.confirmations.sessions.new input[type="checkbox"],
main.confirmations.registrations.new input[type="checkbox"],
main.confirmations.passwords.new input[type="checkbox"],
main.confirmations.passwords.edit input[type="checkbox"] {
  width: auto !important;
}

/* line 278, app/assets/stylesheets/registrations.scss */
main.registrations.sessions.new .text-secondary, main.registrations.registrations.new .text-secondary, main.registrations.passwords.new .text-secondary, main.registrations.passwords.edit .text-secondary,
main.sessions.sessions.new .text-secondary,
main.sessions.registrations.new .text-secondary,
main.sessions.passwords.new .text-secondary,
main.sessions.passwords.edit .text-secondary,
main.passwords.sessions.new .text-secondary,
main.passwords.registrations.new .text-secondary,
main.passwords.passwords.new .text-secondary,
main.passwords.passwords.edit .text-secondary,
main.confirmations.sessions.new .text-secondary,
main.confirmations.registrations.new .text-secondary,
main.confirmations.passwords.new .text-secondary,
main.confirmations.passwords.edit .text-secondary {
  color: #fff !important;
  font-size: 12px;
  font-weight: normal;
  padding-right: 5px;
}

/* line 285, app/assets/stylesheets/registrations.scss */
main.registrations.sessions.new .agtech-disclaimer, main.registrations.registrations.new .agtech-disclaimer, main.registrations.passwords.new .agtech-disclaimer, main.registrations.passwords.edit .agtech-disclaimer,
main.sessions.sessions.new .agtech-disclaimer,
main.sessions.registrations.new .agtech-disclaimer,
main.sessions.passwords.new .agtech-disclaimer,
main.sessions.passwords.edit .agtech-disclaimer,
main.passwords.sessions.new .agtech-disclaimer,
main.passwords.registrations.new .agtech-disclaimer,
main.passwords.passwords.new .agtech-disclaimer,
main.passwords.passwords.edit .agtech-disclaimer,
main.confirmations.sessions.new .agtech-disclaimer,
main.confirmations.registrations.new .agtech-disclaimer,
main.confirmations.passwords.new .agtech-disclaimer,
main.confirmations.passwords.edit .agtech-disclaimer {
  align-self: left;
  font-size: 1.125rem;
  color: #fff;
}

/* line 291, app/assets/stylesheets/registrations.scss */
main.registrations.sessions.new .form-title, main.registrations.registrations.new .form-title, main.registrations.passwords.new .form-title, main.registrations.passwords.edit .form-title,
main.sessions.sessions.new .form-title,
main.sessions.registrations.new .form-title,
main.sessions.passwords.new .form-title,
main.sessions.passwords.edit .form-title,
main.passwords.sessions.new .form-title,
main.passwords.registrations.new .form-title,
main.passwords.passwords.new .form-title,
main.passwords.passwords.edit .form-title,
main.confirmations.sessions.new .form-title,
main.confirmations.registrations.new .form-title,
main.confirmations.passwords.new .form-title,
main.confirmations.passwords.edit .form-title {
  padding-top: 5%;
}

/* line 295, app/assets/stylesheets/registrations.scss */
main.registrations.sessions.new img.logo-black-pwc, main.registrations.registrations.new img.logo-black-pwc, main.registrations.passwords.new img.logo-black-pwc, main.registrations.passwords.edit img.logo-black-pwc,
main.sessions.sessions.new img.logo-black-pwc,
main.sessions.registrations.new img.logo-black-pwc,
main.sessions.passwords.new img.logo-black-pwc,
main.sessions.passwords.edit img.logo-black-pwc,
main.passwords.sessions.new img.logo-black-pwc,
main.passwords.registrations.new img.logo-black-pwc,
main.passwords.passwords.new img.logo-black-pwc,
main.passwords.passwords.edit img.logo-black-pwc,
main.confirmations.sessions.new img.logo-black-pwc,
main.confirmations.registrations.new img.logo-black-pwc,
main.confirmations.passwords.new img.logo-black-pwc,
main.confirmations.passwords.edit img.logo-black-pwc {
  width: auto;
  margin-bottom: 25px;
  padding-right: 220px;
}

/* line 301, app/assets/stylesheets/registrations.scss */
main.registrations.sessions.new .card, main.registrations.registrations.new .card, main.registrations.passwords.new .card, main.registrations.passwords.edit .card,
main.sessions.sessions.new .card,
main.sessions.registrations.new .card,
main.sessions.passwords.new .card,
main.sessions.passwords.edit .card,
main.passwords.sessions.new .card,
main.passwords.registrations.new .card,
main.passwords.passwords.new .card,
main.passwords.passwords.edit .card,
main.confirmations.sessions.new .card,
main.confirmations.registrations.new .card,
main.confirmations.passwords.new .card,
main.confirmations.passwords.edit .card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  width: 40%;
  height: 100%;
  border: 0;
  box-shadow: none;
  margin: 0;
  background-color: #111111;
}

/* line 315, app/assets/stylesheets/registrations.scss */
main.registrations.sessions.new .card .card-body, main.registrations.registrations.new .card .card-body, main.registrations.passwords.new .card .card-body, main.registrations.passwords.edit .card .card-body,
main.sessions.sessions.new .card .card-body,
main.sessions.registrations.new .card .card-body,
main.sessions.passwords.new .card .card-body,
main.sessions.passwords.edit .card .card-body,
main.passwords.sessions.new .card .card-body,
main.passwords.registrations.new .card .card-body,
main.passwords.passwords.new .card .card-body,
main.passwords.passwords.edit .card .card-body,
main.confirmations.sessions.new .card .card-body,
main.confirmations.registrations.new .card .card-body,
main.confirmations.passwords.new .card .card-body,
main.confirmations.passwords.edit .card .card-body {
  display: flex;
  flex-direction: column;
  flex: 0;
  padding: 14px 10px;
  margin-left: 100px;
  background-color: #000;
  max-width: 290px;
  width: 100%;
}

/* line 328, app/assets/stylesheets/registrations.scss */
main.registrations.sessions.new .card .card-body .input, main.registrations.registrations.new .card .card-body .input, main.registrations.passwords.new .card .card-body .input, main.registrations.passwords.edit .card .card-body .input,
main.sessions.sessions.new .card .card-body .input,
main.sessions.registrations.new .card .card-body .input,
main.sessions.passwords.new .card .card-body .input,
main.sessions.passwords.edit .card .card-body .input,
main.passwords.sessions.new .card .card-body .input,
main.passwords.registrations.new .card .card-body .input,
main.passwords.passwords.new .card .card-body .input,
main.passwords.passwords.edit .card .card-body .input,
main.confirmations.sessions.new .card .card-body .input,
main.confirmations.registrations.new .card .card-body .input,
main.confirmations.passwords.new .card .card-body .input,
main.confirmations.passwords.edit .card .card-body .input {
  padding: 0;
}

/* line 332, app/assets/stylesheets/registrations.scss */
main.registrations.sessions.new .card .card-body input[type="email"], main.registrations.sessions.new .card .card-body input[type="password"], main.registrations.registrations.new .card .card-body input[type="email"], main.registrations.registrations.new .card .card-body input[type="password"], main.registrations.passwords.new .card .card-body input[type="email"], main.registrations.passwords.new .card .card-body input[type="password"], main.registrations.passwords.edit .card .card-body input[type="email"], main.registrations.passwords.edit .card .card-body input[type="password"],
main.sessions.sessions.new .card .card-body input[type="email"],
main.sessions.sessions.new .card .card-body input[type="password"],
main.sessions.registrations.new .card .card-body input[type="email"],
main.sessions.registrations.new .card .card-body input[type="password"],
main.sessions.passwords.new .card .card-body input[type="email"],
main.sessions.passwords.new .card .card-body input[type="password"],
main.sessions.passwords.edit .card .card-body input[type="email"],
main.sessions.passwords.edit .card .card-body input[type="password"],
main.passwords.sessions.new .card .card-body input[type="email"],
main.passwords.sessions.new .card .card-body input[type="password"],
main.passwords.registrations.new .card .card-body input[type="email"],
main.passwords.registrations.new .card .card-body input[type="password"],
main.passwords.passwords.new .card .card-body input[type="email"],
main.passwords.passwords.new .card .card-body input[type="password"],
main.passwords.passwords.edit .card .card-body input[type="email"],
main.passwords.passwords.edit .card .card-body input[type="password"],
main.confirmations.sessions.new .card .card-body input[type="email"],
main.confirmations.sessions.new .card .card-body input[type="password"],
main.confirmations.registrations.new .card .card-body input[type="email"],
main.confirmations.registrations.new .card .card-body input[type="password"],
main.confirmations.passwords.new .card .card-body input[type="email"],
main.confirmations.passwords.new .card .card-body input[type="password"],
main.confirmations.passwords.edit .card .card-body input[type="email"],
main.confirmations.passwords.edit .card .card-body input[type="password"] {
  border-radius: 0;
}

/* line 336, app/assets/stylesheets/registrations.scss */
main.registrations.sessions.new .card .card-body input[name="commit"], main.registrations.registrations.new .card .card-body input[name="commit"], main.registrations.passwords.new .card .card-body input[name="commit"], main.registrations.passwords.edit .card .card-body input[name="commit"],
main.sessions.sessions.new .card .card-body input[name="commit"],
main.sessions.registrations.new .card .card-body input[name="commit"],
main.sessions.passwords.new .card .card-body input[name="commit"],
main.sessions.passwords.edit .card .card-body input[name="commit"],
main.passwords.sessions.new .card .card-body input[name="commit"],
main.passwords.registrations.new .card .card-body input[name="commit"],
main.passwords.passwords.new .card .card-body input[name="commit"],
main.passwords.passwords.edit .card .card-body input[name="commit"],
main.confirmations.sessions.new .card .card-body input[name="commit"],
main.confirmations.registrations.new .card .card-body input[name="commit"],
main.confirmations.passwords.new .card .card-body input[name="commit"],
main.confirmations.passwords.edit .card .card-body input[name="commit"] {
  background-color: #111111;
  color: #fff;
  border-radius: 0;
  border-color: #fff;
}

/* line 348, app/assets/stylesheets/registrations.scss */
main.registrations.sessions.new form .input, main.registrations.sessions.new form input, main.registrations.registrations.new form .input, main.registrations.registrations.new form input, main.registrations.passwords.new form .input, main.registrations.passwords.new form input, main.registrations.passwords.edit form .input, main.registrations.passwords.edit form input,
main.sessions.sessions.new form .input,
main.sessions.sessions.new form input,
main.sessions.registrations.new form .input,
main.sessions.registrations.new form input,
main.sessions.passwords.new form .input,
main.sessions.passwords.new form input,
main.sessions.passwords.edit form .input,
main.sessions.passwords.edit form input,
main.passwords.sessions.new form .input,
main.passwords.sessions.new form input,
main.passwords.registrations.new form .input,
main.passwords.registrations.new form input,
main.passwords.passwords.new form .input,
main.passwords.passwords.new form input,
main.passwords.passwords.edit form .input,
main.passwords.passwords.edit form input,
main.confirmations.sessions.new form .input,
main.confirmations.sessions.new form input,
main.confirmations.registrations.new form .input,
main.confirmations.registrations.new form input,
main.confirmations.passwords.new form .input,
main.confirmations.passwords.new form input,
main.confirmations.passwords.edit form .input,
main.confirmations.passwords.edit form input {
  width: 100% !important;
  height: 32px !important;
  padding: 6px;
}

/* line 355, app/assets/stylesheets/registrations.scss */
main.registrations.sessions.new a, main.registrations.registrations.new a, main.registrations.passwords.new a, main.registrations.passwords.edit a,
main.sessions.sessions.new a,
main.sessions.registrations.new a,
main.sessions.passwords.new a,
main.sessions.passwords.edit a,
main.passwords.sessions.new a,
main.passwords.registrations.new a,
main.passwords.passwords.new a,
main.passwords.passwords.edit a,
main.confirmations.sessions.new a,
main.confirmations.registrations.new a,
main.confirmations.passwords.new a,
main.confirmations.passwords.edit a {
  color: #fff;
}

/* line 361, app/assets/stylesheets/registrations.scss */
main.registrations.registrations.edit, main.registrations.sessions.edit,
main.sessions.registrations.edit,
main.sessions.sessions.edit,
main.passwords.registrations.edit,
main.passwords.sessions.edit,
main.confirmations.registrations.edit,
main.confirmations.sessions.edit {
  background-color: #fff;
  display: flex;
  flex-direction: row;
}

/* line 367, app/assets/stylesheets/registrations.scss */
main.registrations.registrations.edit h3,
main.registrations.registrations.edit h4, main.registrations.sessions.edit h3,
main.registrations.sessions.edit h4,
main.sessions.registrations.edit h3,
main.sessions.registrations.edit h4,
main.sessions.sessions.edit h3,
main.sessions.sessions.edit h4,
main.passwords.registrations.edit h3,
main.passwords.registrations.edit h4,
main.passwords.sessions.edit h3,
main.passwords.sessions.edit h4,
main.confirmations.registrations.edit h3,
main.confirmations.registrations.edit h4,
main.confirmations.sessions.edit h3,
main.confirmations.sessions.edit h4 {
  text-align: center;
  margin-bottom: 20px;
}

/* line 373, app/assets/stylesheets/registrations.scss */
main.registrations.registrations.edit h3, main.registrations.sessions.edit h3,
main.sessions.registrations.edit h3,
main.sessions.sessions.edit h3,
main.passwords.registrations.edit h3,
main.passwords.sessions.edit h3,
main.confirmations.registrations.edit h3,
main.confirmations.sessions.edit h3 {
  font-size: 20px;
  font-weight: bold;
}

/* line 378, app/assets/stylesheets/registrations.scss */
main.registrations.registrations.edit h4, main.registrations.sessions.edit h4,
main.sessions.registrations.edit h4,
main.sessions.sessions.edit h4,
main.passwords.registrations.edit h4,
main.passwords.sessions.edit h4,
main.confirmations.registrations.edit h4,
main.confirmations.sessions.edit h4 {
  font-size: 20px;
  font-weight: bold;
}

/* line 382, app/assets/stylesheets/registrations.scss */
main.registrations.registrations.edit h4:last-of-type, main.registrations.sessions.edit h4:last-of-type,
main.sessions.registrations.edit h4:last-of-type,
main.sessions.sessions.edit h4:last-of-type,
main.passwords.registrations.edit h4:last-of-type,
main.passwords.sessions.edit h4:last-of-type,
main.confirmations.registrations.edit h4:last-of-type,
main.confirmations.sessions.edit h4:last-of-type {
  margin-top: 40px;
}

/* line 391, app/assets/stylesheets/registrations.scss */
main.registrations.registrations.edit .card .card-body, main.registrations.sessions.edit .card .card-body,
main.sessions.registrations.edit .card .card-body,
main.sessions.sessions.edit .card .card-body,
main.passwords.registrations.edit .card .card-body,
main.passwords.sessions.edit .card .card-body,
main.confirmations.registrations.edit .card .card-body,
main.confirmations.sessions.edit .card .card-body {
  display: flex;
  flex-direction: column;
  padding: 48px 40px;
}

/* line 399, app/assets/stylesheets/registrations.scss */
main.registrations.registrations.edit form, main.registrations.sessions.edit form,
main.sessions.registrations.edit form,
main.sessions.sessions.edit form,
main.passwords.registrations.edit form,
main.passwords.sessions.edit form,
main.confirmations.registrations.edit form,
main.confirmations.sessions.edit form {
  flex-grow: 1;
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* line 412, app/assets/stylesheets/registrations.scss */
main.registrations.registrations.edit form .input, main.registrations.sessions.edit form .input,
main.sessions.registrations.edit form .input,
main.sessions.sessions.edit form .input,
main.passwords.registrations.edit form .input,
main.passwords.sessions.edit form .input,
main.confirmations.registrations.edit form .input,
main.confirmations.sessions.edit form .input {
  margin-bottom: 14px;
}

/* line 416, app/assets/stylesheets/registrations.scss */
main.registrations.registrations.edit form .form-inputs, main.registrations.sessions.edit form .form-inputs,
main.sessions.registrations.edit form .form-inputs,
main.sessions.sessions.edit form .form-inputs,
main.passwords.registrations.edit form .form-inputs,
main.passwords.sessions.edit form .form-inputs,
main.confirmations.registrations.edit form .form-inputs,
main.confirmations.sessions.edit form .form-inputs {
  width: 100%;
}

/* line 420, app/assets/stylesheets/registrations.scss */
main.registrations.registrations.edit form .edit-inputs, main.registrations.sessions.edit form .edit-inputs,
main.sessions.registrations.edit form .edit-inputs,
main.sessions.sessions.edit form .edit-inputs,
main.passwords.registrations.edit form .edit-inputs,
main.passwords.sessions.edit form .edit-inputs,
main.confirmations.registrations.edit form .edit-inputs,
main.confirmations.sessions.edit form .edit-inputs {
  width: 100%;
}

/* line 426, app/assets/stylesheets/registrations.scss */
main.registrations.registrations.edit .button-save, main.registrations.sessions.edit .button-save,
main.sessions.registrations.edit .button-save,
main.sessions.sessions.edit .button-save,
main.passwords.registrations.edit .button-save,
main.passwords.sessions.edit .button-save,
main.confirmations.registrations.edit .button-save,
main.confirmations.sessions.edit .button-save {
  margin-left: 130px;
  margin-top: -50px;
}

/* line 431, app/assets/stylesheets/registrations.scss */
main.registrations.registrations.edit .form-actions, main.registrations.sessions.edit .form-actions,
main.sessions.registrations.edit .form-actions,
main.sessions.sessions.edit .form-actions,
main.passwords.registrations.edit .form-actions,
main.passwords.sessions.edit .form-actions,
main.confirmations.registrations.edit .form-actions,
main.confirmations.sessions.edit .form-actions {
  display: flex;
  margin-bottom: 10px;
}

/* line 435, app/assets/stylesheets/registrations.scss */
main.registrations.registrations.edit label, main.registrations.sessions.edit label,
main.sessions.registrations.edit label,
main.sessions.sessions.edit label,
main.passwords.registrations.edit label,
main.passwords.sessions.edit label,
main.confirmations.registrations.edit label,
main.confirmations.sessions.edit label {
  font-size: 14px;
  color: #0f100c;
  font-weight: bold;
}

/* line 441, app/assets/stylesheets/registrations.scss */
main.registrations.registrations.edit .special-input .input > label, main.registrations.sessions.edit .special-input .input > label,
main.sessions.registrations.edit .special-input .input > label,
main.sessions.sessions.edit .special-input .input > label,
main.passwords.registrations.edit .special-input .input > label,
main.passwords.sessions.edit .special-input .input > label,
main.confirmations.registrations.edit .special-input .input > label,
main.confirmations.sessions.edit .special-input .input > label {
  display: none;
}

@media screen and (max-width: 767px) {
  /* line 1, app/assets/stylesheets/registrations.scss */
  main.registrations,
main.sessions,
main.passwords,
main.confirmations {
    padding: 0;
  }
  /* line 449, app/assets/stylesheets/registrations.scss */
  main.registrations.new,
main.sessions.new,
main.passwords.new,
main.confirmations.new {
    align-items: center;
  }
  /* line 452, app/assets/stylesheets/registrations.scss */
  main.registrations.new .card,
main.sessions.new .card,
main.passwords.new .card,
main.confirmations.new .card {
    height: 100%;
    margin-top: 0;
  }
}

/* line 461, app/assets/stylesheets/registrations.scss */
main.registrations.new .avatar-wrapper, main.registrations.edit .avatar-wrapper,
main.sessions.new .avatar-wrapper,
main.sessions.edit .avatar-wrapper,
main.passwords.new .avatar-wrapper,
main.passwords.edit .avatar-wrapper,
main.confirmations.new .avatar-wrapper,
main.confirmations.edit .avatar-wrapper {
  margin: 0 auto 20px auto;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #e6e6e6;
  background-size: cover;
  position: relative;
}

/* line 471, app/assets/stylesheets/registrations.scss */
main.registrations.new .avatar-wrapper input, main.registrations.edit .avatar-wrapper input,
main.sessions.new .avatar-wrapper input,
main.sessions.edit .avatar-wrapper input,
main.passwords.new .avatar-wrapper input,
main.passwords.edit .avatar-wrapper input,
main.confirmations.new .avatar-wrapper input,
main.confirmations.edit .avatar-wrapper input {
  display: none;
}

/* line 475, app/assets/stylesheets/registrations.scss */
main.registrations.new .avatar-wrapper .add-avatar, main.registrations.edit .avatar-wrapper .add-avatar,
main.sessions.new .avatar-wrapper .add-avatar,
main.sessions.edit .avatar-wrapper .add-avatar,
main.passwords.new .avatar-wrapper .add-avatar,
main.passwords.edit .avatar-wrapper .add-avatar,
main.confirmations.new .avatar-wrapper .add-avatar,
main.confirmations.edit .avatar-wrapper .add-avatar {
  position: absolute;
  bottom: 0px;
}

/* line 479, app/assets/stylesheets/registrations.scss */
main.registrations.new .avatar-wrapper .add-avatar:hover, main.registrations.edit .avatar-wrapper .add-avatar:hover,
main.sessions.new .avatar-wrapper .add-avatar:hover,
main.sessions.edit .avatar-wrapper .add-avatar:hover,
main.passwords.new .avatar-wrapper .add-avatar:hover,
main.passwords.edit .avatar-wrapper .add-avatar:hover,
main.confirmations.new .avatar-wrapper .add-avatar:hover,
main.confirmations.edit .avatar-wrapper .add-avatar:hover {
  cursor: pointer;
}
/* Rating Star Widgets Style */
/* line 3, app/assets/stylesheets/reviews.scss */
.rating-stars ul {
  list-style-type: none;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
}

/* line 10, app/assets/stylesheets/reviews.scss */
.rating-stars ul > li.star {
  display: inline-block;
}

/* Idle State of the stars */
/* line 16, app/assets/stylesheets/reviews.scss */
.rating-stars ul > li.star > i.material-icons {
  font-size: 2.5em;
  /* Change the size of the stars */
  color: #ccc;
  /* Color on idle state */
}

/* Hover state of the stars */
/* line 22, app/assets/stylesheets/reviews.scss */
.rating-stars ul > li.star.hover > i.material-icons {
  color: #f6ac0e;
}

/* Selected state of the stars */
/* line 27, app/assets/stylesheets/reviews.scss */
.rating-stars ul > li.star.selected > i.material-icons {
  color: #f6ac0e;
}

/* line 31, app/assets/stylesheets/reviews.scss */
.star-col {
  margin-left: -35px;
}

/* line 35, app/assets/stylesheets/reviews.scss */
.description-text {
  height: 21px;
  font-family: Arial;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

/* line 47, app/assets/stylesheets/reviews.scss */
.partner-name {
  height: 16px;
  font-family: Arial;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4d4b49;
}

/* line 59, app/assets/stylesheets/reviews.scss */
.filter-text {
  height: 19px;
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #3a4a62;
}

/* line 73, app/assets/stylesheets/reviews.scss */
#index-startup-review-modal .btn-group-sm > .btn, #index-startup-review-modal .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
  font-weight: lighter;
  background-color: white;
}

/* line 82, app/assets/stylesheets/reviews.scss */
#index-startup-review-modal .row {
  display: flex;
  min-width: 530px;
}

/* line 87, app/assets/stylesheets/reviews.scss */
#index-startup-review-modal .modal-dialog {
  max-width: 800px;
}

/* line 92, app/assets/stylesheets/reviews.scss */
#index-startup-review-modal .modal-header p {
  font-size: 18px;
  color: #7a8294;
}

/* line 97, app/assets/stylesheets/reviews.scss */
#index-startup-review-modal .modal-header .avg {
  font-size: 23px;
  color: #f6ac0e;
}

/* line 102, app/assets/stylesheets/reviews.scss */
#index-startup-review-modal .modal-header .title {
  font-size: 28px;
}

/* line 107, app/assets/stylesheets/reviews.scss */
#index-startup-review-modal .col-sm-12 {
  word-wrap: break-word;
}

/* line 111, app/assets/stylesheets/reviews.scss */
#index-startup-review-modal .media-body {
  min-width: 500px;
}

/* line 115, app/assets/stylesheets/reviews.scss */
#index-startup-review-modal .modal-body {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

/* line 120, app/assets/stylesheets/reviews.scss */
#index-startup-review-modal .modal-body p {
  margin-top: 7.1px;
  font-size: 12px;
  color: #8a8a8a;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0;
}
/* line 1, app/assets/stylesheets/sessions.scss */
main.sessions {
  height: 100%;
}

/* line 5, app/assets/stylesheets/sessions.scss */
main.sessions.new [type="submit"] {
  margin-top: 20px;
}
/* line 1, app/assets/stylesheets/startups.scss */
main.startups {
  background-color: #f0f0f0;
  padding-top: 20px;
  padding-bottom: 20px;
  flex-grow: 1;
  min-height: 100%;
}

/* line 8, app/assets/stylesheets/startups.scss */
main.startups .container {
  padding: 0;
}

/* line 12, app/assets/stylesheets/startups.scss */
main.startups.new, main.startups.edit, main.startups.answer-new-questions {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 20, app/assets/stylesheets/startups.scss */
main.startups.new {
  background-color: #0f100c;
}

/* line 23, app/assets/stylesheets/startups.scss */
main.startups.new .signout-link {
  display: inline-block;
  color: white;
  font-weight: normal;
  font-size: 14px;
  align-self: flex-end;
  margin-right: 40px;
  margin-bottom: 20px;
}

/* line 33, app/assets/stylesheets/startups.scss */
main.startups.new h2,
main.startups.new h3,
main.startups.new h4 {
  text-align: center;
  color: #000;
}

/* line 40, app/assets/stylesheets/startups.scss */
main.startups.new h2 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
}

/* line 46, app/assets/stylesheets/startups.scss */
main.startups.new h4 {
  font-size: 15px;
  font-weight: normal;
  padding-left: 5%;
  padding-right: 5%;
  line-height: 1.33;
}

/* line 54, app/assets/stylesheets/startups.scss */
main.startups.new .step-title {
  text-align: start;
}

/* line 58, app/assets/stylesheets/startups.scss */
main.startups.new header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

/* line 66, app/assets/stylesheets/startups.scss */
main.startups.new header img.logo {
  width: 86px;
}

/* line 70, app/assets/stylesheets/startups.scss */
main.startups.new header .form-step,
main.startups.new header .previous-step {
  font-weight: bold;
  font-size: 15px;
  color: #0f100c;
}

/* line 77, app/assets/stylesheets/startups.scss */
main.startups.new header .previous-step {
  display: flex;
  align-items: center;
  visibility: hidden;
}

/* line 81, app/assets/stylesheets/startups.scss */
main.startups.new header .previous-step:hover {
  cursor: pointer;
}

/* line 85, app/assets/stylesheets/startups.scss */
main.startups.new header .previous-step .anchor {
  margin-right: 10px;
  transform: rotate(90deg);
}

/* line 91, app/assets/stylesheets/startups.scss */
main.startups.new header span {
  width: 100px;
}

/* line 96, app/assets/stylesheets/startups.scss */
main.startups.new .card {
  margin: 0 auto;
  max-width: 860px;
}

/* line 101, app/assets/stylesheets/startups.scss */
main.startups.new .card-body {
  padding: 40px 86px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 108, app/assets/stylesheets/startups.scss */
main.startups.new .section-description {
  max-width: 80%;
  margin-bottom: 20px;
}

/* line 113, app/assets/stylesheets/startups.scss */
main.startups.new h3 {
  align-self: flex-start;
  text-align: left;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 22px;
}

/* line 121, app/assets/stylesheets/startups.scss */
main.startups.new form {
  width: 100%;
  font-size: 14px;
}

/* line 126, app/assets/stylesheets/startups.scss */
main.startups.new form .special-input-wrapper label {
  font-weight: bold;
  color: #0f100c;
}

/* line 132, app/assets/stylesheets/startups.scss */
main.startups.new form input {
  font-size: 14px;
}

/* line 136, app/assets/stylesheets/startups.scss */
main.startups.new form section {
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* line 142, app/assets/stylesheets/startups.scss */
main.startups.new form section > div {
  width: 100%;
}

/* line 146, app/assets/stylesheets/startups.scss */
main.startups.new form section.active {
  display: flex;
}

/* line 151, app/assets/stylesheets/startups.scss */
main.startups.new form button.next,
main.startups.new form input[type="submit"] {
  margin-top: 20px;
  min-width: 300px;
  max-width: 100%;
}

/* line 160, app/assets/stylesheets/startups.scss */
main.startups.new form .radio label,
main.startups.new form .checkbox label {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px;
}

/* line 166, app/assets/stylesheets/startups.scss */
main.startups.new form .radio input,
main.startups.new form .checkbox input {
  width: auto;
  margin-right: 6px;
  height: auto;
  margin-top: 4px;
}

/* line 174, app/assets/stylesheets/startups.scss */
main.startups.new form .input {
  margin-bottom: 20px;
}

/* line 178, app/assets/stylesheets/startups.scss */
main.startups.new form .input.radio-buttons,
main.startups.new form .input.checkboxes {
  margin-bottom: 0;
}

/* line 183, app/assets/stylesheets/startups.scss */
main.startups.new form .whatsapp-group-input-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}

/* line 189, app/assets/stylesheets/startups.scss */
main.startups.new form .whatsapp-group-input-wrapper > div {
  display: flex;
  flex-direction: row;
}

/* line 194, app/assets/stylesheets/startups.scss */
main.startups.new form .whatsapp-group-input-wrapper .input {
  margin-bottom: 0;
}

/* line 197, app/assets/stylesheets/startups.scss */
main.startups.new form .whatsapp-group-input-wrapper label {
  margin-bottom: 0;
}

/* line 200, app/assets/stylesheets/startups.scss */
main.startups.new form .whatsapp-group-input-wrapper input {
  margin-left: 10px;
}

/* line 207, app/assets/stylesheets/startups.scss */
main.startups.new .form-group > div:not(.multilanguage-title-wrapper):not(.row) {
  display: flex;
  flex-direction: column;
}

/* line 212, app/assets/stylesheets/startups.scss */
main.startups.new .form-group .row {
  display: flex;
  flex-direction: row;
}

/* line 218, app/assets/stylesheets/startups.scss */
main.startups.new .multilanguage-title-wrapper {
  margin-bottom: 20px;
}

/* line 220, app/assets/stylesheets/startups.scss */
main.startups.new .multilanguage-title-wrapper h3 {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  /* line 226, app/assets/stylesheets/startups.scss */
  main.startups.new .card-body {
    padding: 20px;
  }
  /* line 230, app/assets/stylesheets/startups.scss */
  main.startups.new h4 {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 235, app/assets/stylesheets/startups.scss */
  main.startups.new .section-description {
    padding: 10px;
    max-width: 100%;
  }
  /* line 241, app/assets/stylesheets/startups.scss */
  main.startups.new .row > div {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 248, app/assets/stylesheets/startups.scss */
main.startups.new .btn {
  height: 48px;
  border-radius: 24px;
}

/* line 255, app/assets/stylesheets/startups.scss */
main.startups.index .resource .logo-wrapper {
  position: relative;
  max-height: 100px;
}

/* line 260, app/assets/stylesheets/startups.scss */
main.startups.index .resident-badge,
main.startups.index .membership-badge {
  position: absolute;
  height: 40px;
  top: -1rem;
  right: -0.8rem;
  width: 46px;
}

/* line 271, app/assets/stylesheets/startups.scss */
main.startups.index .row {
  align-items: flex-start;
}

/* line 275, app/assets/stylesheets/startups.scss */
main.startups.index #resource-list-wrapper {
  width: 75%;
}

/* line 278, app/assets/stylesheets/startups.scss */
main.startups.index #resource-list-wrapper .loading-gif-container {
  width: 25%;
  margin: 50px auto;
  text-align: center;
}

/* line 283, app/assets/stylesheets/startups.scss */
main.startups.index #resource-list-wrapper .loading-gif-container .loading-gif {
  width: 50%;
}

/* line 289, app/assets/stylesheets/startups.scss */
main.startups.index section.filters {
  padding: 0;
}

/* line 292, app/assets/stylesheets/startups.scss */
main.startups.index section.filters .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  padding: 23px 22px;
}

/* line 300, app/assets/stylesheets/startups.scss */
main.startups.index section.filters .card-header h5 {
  margin-bottom: 0;
}

/* line 304, app/assets/stylesheets/startups.scss */
main.startups.index section.filters .card-header .reset-filters {
  cursor: pointer;
}

/* line 309, app/assets/stylesheets/startups.scss */
main.startups.index section.filters .card-body {
  padding-left: 22px;
  padding-right: 22px;
}

/* line 315, app/assets/stylesheets/startups.scss */
main.startups.index section.filters span.filter:hover {
  cursor: pointer;
}

/* line 320, app/assets/stylesheets/startups.scss */
main.startups.index section.filters .filter-wrapper {
  margin-bottom: 10px;
}

/* line 324, app/assets/stylesheets/startups.scss */
main.startups.index section.filters .filter-label-wrapper,
main.startups.index section.filters .filter-option {
  font-size: 14px;
}

/* line 329, app/assets/stylesheets/startups.scss */
main.startups.index section.filters .filter-option {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

/* line 333, app/assets/stylesheets/startups.scss */
main.startups.index section.filters .filter-option input {
  margin-top: 4px;
}

/* line 336, app/assets/stylesheets/startups.scss */
main.startups.index section.filters .filter-option label {
  font-weight: 400;
}

/* line 341, app/assets/stylesheets/startups.scss */
main.startups.index section.filters .filter-label-wrapper {
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  margin-bottom: 4px;
}

/* line 347, app/assets/stylesheets/startups.scss */
main.startups.index section.filters .filter-label-wrapper .anchor {
  margin-top: 7px;
  margin-right: 16px;
}

/* line 353, app/assets/stylesheets/startups.scss */
main.startups.index section.filters .filter-option {
  margin-left: 27px;
  color: #666;
}

/* line 357, app/assets/stylesheets/startups.scss */
main.startups.index section.filters .filter-option.active {
  color: black;
  font-weight: 600;
}

/* line 362, app/assets/stylesheets/startups.scss */
main.startups.index section.filters .filter-option:hover {
  color: #333;
  cursor: pointer;
}

/* line 369, app/assets/stylesheets/startups.scss */
main.startups.index .resources-list {
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  /* line 374, app/assets/stylesheets/startups.scss */
  main.startups.index #resource-list-wrapper {
    width: 100%;
  }
  /* line 378, app/assets/stylesheets/startups.scss */
  main.startups.index ul.resources-list {
    padding: 30px;
  }
  /* line 382, app/assets/stylesheets/startups.scss */
  main.startups.index ul.resources-list .resource .card-body {
    padding: 40px;
    padding-bottom: 20px;
  }
}

/* line 393, app/assets/stylesheets/startups.scss */
main.startups.edit:not(.completed) section.logo .logo-wrapper {
  height: 150px !important;
}

/* line 399, app/assets/stylesheets/startups.scss */
main.startups.edit:not(.completed) section.header > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 405, app/assets/stylesheets/startups.scss */
main.startups.edit:not(.completed) section.header .image-placeholder {
  position: relative;
  height: 200px;
  width: 100%;
  background-size: cover;
  background-color: #eff3f8;
  border-radius: 3.5px;
}

/* line 414, app/assets/stylesheets/startups.scss */
main.startups.edit:not(.completed) section.header .image-placeholder .input {
  display: none;
}

/* line 418, app/assets/stylesheets/startups.scss */
main.startups.edit:not(.completed) section.header .image-placeholder:hover,
main.startups.edit:not(.completed) section.header .image-placeholder label:hover {
  cursor: pointer;
}

/* line 423, app/assets/stylesheets/startups.scss */
main.startups.edit:not(.completed) section.header .image-placeholder label {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 434, app/assets/stylesheets/startups.scss */
main.startups.edit:not(.completed) section.header .resolution-recommendation {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* line 440, app/assets/stylesheets/startups.scss */
main.startups.edit:not(.completed) section.header .text {
  display: block;
  margin: 20px auto;
  max-width: 400px;
  text-align: center;
  font-weight: 500;
}

/* line 449, app/assets/stylesheets/startups.scss */
main.startups.edit:not(.completed) section.header button.next {
  margin-top: 40px;
}

/* line 454, app/assets/stylesheets/startups.scss */
main.startups.edit:not(.completed) .signout-link {
  color: white;
  font-weight: normal;
  font-size: 14px;
  align-self: flex-end;
  position: absolute;
  right: 40px;
  top: 20px;
}

/* line 467, app/assets/stylesheets/startups.scss */
main.startups.edit.completed .multilanguage-title-wrapper h3 {
  margin-bottom: 0;
}

/* line 472, app/assets/stylesheets/startups.scss */
main.startups.edit.completed h3 {
  margin-bottom: 14px;
}

/* line 476, app/assets/stylesheets/startups.scss */
main.startups.edit.completed label {
  font-size: 14px;
  color: #0f100c;
  font-weight: bold;
}

/* line 482, app/assets/stylesheets/startups.scss */
main.startups.edit.completed .special-input .input > label {
  display: none;
}

/* line 488, app/assets/stylesheets/startups.scss */
main.startups.show .label {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  display: block;
  text-align: left;
  padding: 0;
}

/* line 497, app/assets/stylesheets/startups.scss */
main.startups.show .dropdown-toggle::after {
  display: none;
}

/* line 501, app/assets/stylesheets/startups.scss */
main.startups.show .card-title-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 506, app/assets/stylesheets/startups.scss */
main.startups.show .card-title-wrapper .fa-ellipsis-h,
main.startups.show .card-title-wrapper .dropdown-menu {
  color: #666;
}

/* line 510, app/assets/stylesheets/startups.scss */
main.startups.show .card-title-wrapper .fa-ellipsis-h:hover,
main.startups.show .card-title-wrapper .dropdown-menu:hover {
  cursor: pointer;
  color: #333;
}

/* line 517, app/assets/stylesheets/startups.scss */
main.startups.show .logo-wrapper {
  position: relative;
}

/* line 521, app/assets/stylesheets/startups.scss */
main.startups.show .basic-info img.startup-badge {
  position: absolute;
  width: 62px;
  height: 54px;
  top: -0.5rem;
  right: 0;
}

/* line 529, app/assets/stylesheets/startups.scss */
main.startups.show .form-wrapper {
  padding-left: 0;
  padding-right: 0;
}

/* line 534, app/assets/stylesheets/startups.scss */
main.startups.show .profile-changed {
  background-color: palegreen;
}

/* line 539, app/assets/stylesheets/startups.scss */
main.startups.not_approved, main.startups.not_confirmed {
  height: 100%;
  padding: 20px;
  background-color: #0f100c;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  font-size: 15px;
  color: #0f100c;
  text-align: center;
}

/* line 541, app/assets/stylesheets/startups.scss */
main.startups.not_approved .signout-link, main.startups.not_confirmed .signout-link {
  color: white;
  font-weight: normal;
  font-size: 14px;
  align-self: flex-end;
  position: absolute;
  right: 40px;
  top: 20px;
}

/* line 563, app/assets/stylesheets/startups.scss */
main.startups.not_approved .card, main.startups.not_confirmed .card {
  margin-top: 6vh;
  padding-left: 30px;
  padding-right: 30px;
  min-width: 460px;
  max-width: 100vw;
  width: 50vh;
}

/* line 571, app/assets/stylesheets/startups.scss */
main.startups.not_approved .card .card-body, main.startups.not_confirmed .card .card-body {
  display: flex;
  flex-direction: column;
  padding: 40px 30px 35px 30px;
}

/* line 572, app/assets/stylesheets/startups.scss */
main.startups.not_approved .card .card-body h3, main.startups.not_confirmed .card .card-body h3 {
  font-weight: bold;
  margin-bottom: 12px;
}

/* line 581, app/assets/stylesheets/startups.scss */
main.startups.not_approved .card .card-body a, main.startups.not_confirmed .card .card-body a {
  width: 100%;
  margin-top: 30px;
}

/* line 587, app/assets/stylesheets/startups.scss */
main.startups.not_approved .card img, main.startups.not_confirmed .card img {
  width: 60%;
  margin: 0 10px 0 0;
}

/* line 592, app/assets/stylesheets/startups.scss */
main.startups.not_approved .card img.logo-black-pwc, main.startups.not_confirmed .card img.logo-black-pwc {
  width: auto;
  margin: 0 auto 30px;
}

/* line 597, app/assets/stylesheets/startups.scss */
main.startups.not_approved .card button,
main.startups.not_approved .card input[type="submit"], main.startups.not_confirmed .card button,
main.startups.not_confirmed .card input[type="submit"] {
  margin-bottom: 10px;
  margin-left: 30%;
}

@media screen and (max-width: 767px) {
  /* line 605, app/assets/stylesheets/startups.scss */
  main.startups.not_approved .card, main.startups.not_confirmed .card {
    min-width: 0;
  }
}

/* line 611, app/assets/stylesheets/startups.scss */
main.startups.answer-new-questions {
  height: 100%;
  padding: 20px;
  background-color: #0f100c;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #0f100c;
  text-align: center;
}

/* line 612, app/assets/stylesheets/startups.scss */
main.startups.answer-new-questions .signout-link {
  color: white;
  font-weight: normal;
  font-size: 14px;
  align-self: flex-end;
  position: absolute;
  right: 40px;
  top: 20px;
}

/* line 633, app/assets/stylesheets/startups.scss */
main.startups.answer-new-questions .card {
  left: 15%;
  padding-left: 30px;
  padding-right: 30px;
  min-width: 40vw;
  max-width: 100vw;
  width: 50vh;
}

/* line 641, app/assets/stylesheets/startups.scss */
main.startups.answer-new-questions .card img {
  margin: 0 10px 0 0;
}

/* line 645, app/assets/stylesheets/startups.scss */
main.startups.answer-new-questions .card .card-body {
  text-align: start;
  display: flex;
  flex-direction: column;
  padding: 40px 30px 35px 30px;
}

/* line 646, app/assets/stylesheets/startups.scss */
main.startups.answer-new-questions .card .card-body h3 {
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 655, app/assets/stylesheets/startups.scss */
main.startups.answer-new-questions .card .card-body a {
  width: 100%;
  margin-top: 30px;
}

/* line 660, app/assets/stylesheets/startups.scss */
main.startups.answer-new-questions .card .card-body .btn {
  padding: 5px;
}

/* line 664, app/assets/stylesheets/startups.scss */
main.startups.answer-new-questions .card .card-body form {
  width: 100%;
  font-size: 14px;
}

/* line 669, app/assets/stylesheets/startups.scss */
main.startups.answer-new-questions .card .card-body form .special-input-wrapper label {
  font-weight: bold;
  color: #0f100c;
}

/* line 675, app/assets/stylesheets/startups.scss */
main.startups.answer-new-questions .card .card-body form input {
  font-size: 14px;
}

/* line 679, app/assets/stylesheets/startups.scss */
main.startups.answer-new-questions .card .card-body form section {
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* line 685, app/assets/stylesheets/startups.scss */
main.startups.answer-new-questions .card .card-body form section > div {
  width: 100%;
}

/* line 689, app/assets/stylesheets/startups.scss */
main.startups.answer-new-questions .card .card-body form section.active {
  display: flex;
}

/* line 694, app/assets/stylesheets/startups.scss */
main.startups.answer-new-questions .card .card-body form button.next,
main.startups.answer-new-questions .card .card-body form input[type="submit"] {
  margin-top: 20px;
  min-width: 300px;
  max-width: 100%;
}

/* line 703, app/assets/stylesheets/startups.scss */
main.startups.answer-new-questions .card .card-body form .radio label,
main.startups.answer-new-questions .card .card-body form .checkbox label {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px;
}

/* line 709, app/assets/stylesheets/startups.scss */
main.startups.answer-new-questions .card .card-body form .radio input,
main.startups.answer-new-questions .card .card-body form .checkbox input {
  width: auto;
  margin-right: 6px;
  height: auto;
  margin-top: 4px;
}

/* line 717, app/assets/stylesheets/startups.scss */
main.startups.answer-new-questions .card .card-body form .input {
  margin-bottom: 20px;
}

/* line 721, app/assets/stylesheets/startups.scss */
main.startups.answer-new-questions .card .card-body form .input.radio-buttons,
main.startups.answer-new-questions .card .card-body form .input.checkboxes {
  margin-bottom: 0;
}

/* line 726, app/assets/stylesheets/startups.scss */
main.startups.answer-new-questions .card .card-body form .whatsapp-group-input-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}

/* line 732, app/assets/stylesheets/startups.scss */
main.startups.answer-new-questions .card .card-body form .whatsapp-group-input-wrapper > div {
  display: flex;
  flex-direction: row;
}

/* line 737, app/assets/stylesheets/startups.scss */
main.startups.answer-new-questions .card .card-body form .whatsapp-group-input-wrapper .input {
  margin-bottom: 0;
}

/* line 740, app/assets/stylesheets/startups.scss */
main.startups.answer-new-questions .card .card-body form .whatsapp-group-input-wrapper label {
  margin-bottom: 0;
}

/* line 743, app/assets/stylesheets/startups.scss */
main.startups.answer-new-questions .card .card-body form .whatsapp-group-input-wrapper input {
  margin-left: 10px;
}

/* line 750, app/assets/stylesheets/startups.scss */
main.startups.answer-new-questions .card .card-body .form-group > div:not(.multilanguage-title-wrapper):not(.row) {
  display: flex;
  flex-direction: column;
}

/* line 755, app/assets/stylesheets/startups.scss */
main.startups.answer-new-questions .card .card-body .form-group .row {
  display: flex;
  flex-direction: row;
}

/* line 761, app/assets/stylesheets/startups.scss */
main.startups.answer-new-questions .card .card-body .multilanguage-title-wrapper {
  margin-bottom: 20px;
}

/* line 763, app/assets/stylesheets/startups.scss */
main.startups.answer-new-questions .card .card-body .multilanguage-title-wrapper h3 {
  margin-bottom: 0;
}

/* line 768, app/assets/stylesheets/startups.scss */
main.startups.answer-new-questions .card .card-body .info-icon-wrapper {
  width: 26px;
  bottom: 40px;
}

/* line 776, app/assets/stylesheets/startups.scss */
main.startups .special-input-wrapper .input:not(.radio_buttons) {
  margin-bottom: 12px;
}

/* line 780, app/assets/stylesheets/startups.scss */
main.startups .special-input {
  margin-bottom: 12px;
  padding: 18px;
}

/* line 784, app/assets/stylesheets/startups.scss */
main.startups .special-input:not(.field_with_errors) {
  border: 1px solid #c3cdd8;
}

/* line 788, app/assets/stylesheets/startups.scss */
main.startups .special-input > label {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 795, app/assets/stylesheets/startups.scss */
main.startups .special-input .options-wrapper {
  width: 100%;
}

/* line 799, app/assets/stylesheets/startups.scss */
main.startups .special-input .anchor {
  margin-left: 18px;
  transition: transform 0.2s ease-in-out;
}

/* line 804, app/assets/stylesheets/startups.scss */
main.startups .special-input .values {
  color: #9ea7bc;
  margin-left: 10px;
}

/* line 810, app/assets/stylesheets/startups.scss */
main.startups .input-flex-center,
main.startups .special-input-wrapper label {
  display: flex;
  align-items: center;
}

/* line 817, app/assets/stylesheets/startups.scss */
.margin-right-5 {
  margin-right: 5px;
  cursor: pointer;
}

/* line 822, app/assets/stylesheets/startups.scss */
.help-info-box {
  border: 1px solid grey;
  border-radius: 2px;
  width: 90%;
  margin: 10px auto;
  background-color: #b8dbff;
  position: relative;
}

/* line 830, app/assets/stylesheets/startups.scss */
.help-info-box .close-info-box {
  position: absolute;
  right: 0;
  cursor: pointer;
}

/* line 836, app/assets/stylesheets/startups.scss */
.help-info-box p {
  margin: 14px 0;
  padding: 0 10px;
}

/* line 841, app/assets/stylesheets/startups.scss */
.help-info-box img {
  padding-left: 15px;
}

/* line 846, app/assets/stylesheets/startups.scss */
#startup-form-description-info-box,
#startup-form-problem-solved-info-box,
#startup-form-summary-info-box,
#startup-form-shareholders-info-box {
  display: none;
}
/* line 1, app/assets/stylesheets/user_invites.scss */
main.user_invites {
  min-height: 100%;
}

/* line 4, app/assets/stylesheets/user_invites.scss */
main.user_invites.new {
  padding: 28px;
  background-color: #f0f2f3;
}

/* line 8, app/assets/stylesheets/user_invites.scss */
main.user_invites.new h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}

/* line 14, app/assets/stylesheets/user_invites.scss */
main.user_invites.new .card {
  min-height: 670px;
}

/* line 18, app/assets/stylesheets/user_invites.scss */
main.user_invites.new .card-body {
  display: flex;
  flex-direction: column;
  padding-top: 48px;
  padding-bottom: 48px;
}

/* line 25, app/assets/stylesheets/user_invites.scss */
main.user_invites.new form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  flex-grow: 1;
}

/* line 38, app/assets/stylesheets/user_invites.scss */
main.user_invites.new form > div {
  width: 100%;
}

/* line 41, app/assets/stylesheets/user_invites.scss */
main.user_invites.new label {
  font-size: 14px;
  color: #0f100c;
  font-weight: bold;
}

/* line 47, app/assets/stylesheets/user_invites.scss */
main.user_invites.new .input {
  margin-bottom: 14px;
  width: 100%;
}

/* line 52, app/assets/stylesheets/user_invites.scss */
main.user_invites.new .special-input.locale {
  margin-bottom: 20px;
}

/* line 55, app/assets/stylesheets/user_invites.scss */
main.user_invites.new .special-input.locale .anchor {
  height: 100%;
}

/* line 57, app/assets/stylesheets/user_invites.scss */
main.user_invites.new .special-input.locale img {
  height: 100%;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 64, app/assets/stylesheets/user_invites.scss */
main.user_invites.new .special-input.locale label > div {
  display: flex;
  align-items: center;
}

/* line 69, app/assets/stylesheets/user_invites.scss */
main.user_invites.new .special-input.locale .options-wrapper {
  width: 100%;
}

/* line 73, app/assets/stylesheets/user_invites.scss */
main.user_invites.new .special-input.locale > label {
  border: solid 1px #c3cdd8;
  border-radius: 3.5px;
  height: 50px;
  min-width: 260px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 84, app/assets/stylesheets/user_invites.scss */
main.user_invites.new .special-input.locale > label img {
  margin-right: 9px;
}

/* line 87, app/assets/stylesheets/user_invites.scss */
main.user_invites.new .special-input.locale .special-input.locale .input > label {
  display: none;
}

/* line 93, app/assets/stylesheets/user_invites.scss */
main.user_invites.edit {
  background-color: #0f100c;
  padding: 28px;
}

/* line 97, app/assets/stylesheets/user_invites.scss */
main.user_invites.edit .card {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

/* line 103, app/assets/stylesheets/user_invites.scss */
main.user_invites.edit .card-body {
  padding: 48px;
}

/* line 107, app/assets/stylesheets/user_invites.scss */
main.user_invites.edit form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 113, app/assets/stylesheets/user_invites.scss */
main.user_invites.edit img {
  width: 70px;
}

/* line 115, app/assets/stylesheets/user_invites.scss */
main.user_invites.edit h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 28px;
  margin-bottom: 6px;
  text-align: center;
}

/* line 123, app/assets/stylesheets/user_invites.scss */
main.user_invites.edit p {
  font-size: 14px;
  color: #0f100c;
}

/* line 128, app/assets/stylesheets/user_invites.scss */
main.user_invites.edit .resource {
  font-weight: bold;
}

/* line 132, app/assets/stylesheets/user_invites.scss */
main.user_invites.edit .input {
  margin-bottom: 14px;
  width: 100%;
}
/* line 1, app/assets/stylesheets/user_locale.scss */
main.user_locale {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f0f0f0;
  flex-grow: 1;
  min-height: 100%;
}

/* line 9, app/assets/stylesheets/user_locale.scss */
main.user_locale.edit label {
  font-size: 14px;
  color: #0f100c;
  font-weight: bold;
}

/* line 15, app/assets/stylesheets/user_locale.scss */
main.user_locale.edit .special-input > label {
  border: solid 1px #c3cdd8;
  border-radius: 3.5px;
  height: 50px;
  min-width: 260px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 26, app/assets/stylesheets/user_locale.scss */
main.user_locale.edit .special-input > label img {
  margin-right: 9px;
}

/* line 29, app/assets/stylesheets/user_locale.scss */
main.user_locale.edit .special-input .input > label {
  display: none;
}

/* line 33, app/assets/stylesheets/user_locale.scss */
main.user_locale.edit .options-wrapper {
  width: 100%;
}

/* line 37, app/assets/stylesheets/user_locale.scss */
main.user_locale.edit h3 {
  color: #0f100c;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

/* line 44, app/assets/stylesheets/user_locale.scss */
main.user_locale.edit .card {
  min-height: 350px;
}

/* line 48, app/assets/stylesheets/user_locale.scss */
main.user_locale.edit .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px;
}

/* line 57, app/assets/stylesheets/user_locale.scss */
main.user_locale.edit form {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
