/*

Atom One Dark by Daniel Gamage
Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax

base:    #282c34
mono-1:  #abb2bf
mono-2:  #818896
mono-3:  #5c6370
hue-1:   #56b6c2
hue-2:   #61aeee
hue-3:   #c678dd
hue-4:   #98c379
hue-5:   #e06c75
hue-5-2: #be5046
hue-6:   #d19a66
hue-6-2: #e6c07b

*/

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #abb2bf;
  background: #282c34;
}

.hljs-comment,
.hljs-quote {
  color: #5c6370;
  font-style: italic;
}

.hljs-doctag,
.hljs-keyword,
.hljs-formula {
  color: #c678dd;
}

.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
  color: #e06c75;
}

.hljs-literal {
  color: #56b6c2;
}

.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
  color: #98c379;
}

.hljs-built_in,
.hljs-class .hljs-title {
  color: #e6c07b;
}

.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
  color: #d19a66;
}

.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
  color: #61aeee;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-link {
  text-decoration: underline;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *
 * require_tree .
 * require_self
 * require trix
 * require select2
 * require select2-bootstrap

 */
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 1, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_root.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

/* line 114, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 186, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 335, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 343, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 350, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 358, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 371, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 378, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 386, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 393, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 399, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 414, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 426, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 431, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 436, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 449, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 458, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 467, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 471, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 476, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
template {
  display: none;
}

/* line 482, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 67, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

/* line 73, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 95, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

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

/* line 117, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

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

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

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

/* line 29, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

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

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

/* line 2, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

/* line 8, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
a > code {
  color: inherit;
}

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

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

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

/* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 7, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

/* line 49, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 55, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 59, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

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

/* line 33, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 47, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

/* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

/* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

/* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

/* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

/* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

/* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

/* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

/* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 59, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 61, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  /* line 33, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 61, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  /* line 33, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 61, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  /* line 33, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 61, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  /* line 33, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 61, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

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

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

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

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

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

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

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

/* line 54, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 62, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

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

/* line 7, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 14, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

/* line 13, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 32, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

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

/* line 14, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

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

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

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

/* line 14, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

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

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

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

/* line 14, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

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

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

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

/* line 14, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

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

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

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

/* line 14, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

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

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

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

/* line 14, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

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

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

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

/* line 14, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 575.98px) {
  /* line 171, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 171, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 171, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 171, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 171, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 179, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-control {
    transition: none;
  }
}

/* line 28, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

/* line 60, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 67, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 72, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 84, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 97, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

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

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

/* line 125, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 137, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 152, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

/* line 170, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 176, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 185, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 189, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 199, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

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

/* line 217, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 223, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 229, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 235, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 239, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 246, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 44, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

/* line 52, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 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 69, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-row > .col > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

/* line 76, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 33, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.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) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%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: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 93, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 33, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

/* line 33, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 33, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

/* line 129, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 138, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 142, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 150, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 153, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 159, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

/* line 166, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 170, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 180, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 185, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 44, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

/* line 52, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 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 69, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-row > .col > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

/* line 76, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 33, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.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) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 93, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 33, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

/* line 33, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 33, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

/* line 129, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 138, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 142, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 150, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 153, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 159, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

/* line 166, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 170, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 180, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 185, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 275, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 283, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 289, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 297, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 306, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 313, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 317, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 324, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 331, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 339, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 343, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 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, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

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

/* line 27, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 55, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 66, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 13, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 32, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 43, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

/* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 66, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

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

/* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 32, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

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

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

/* line 66, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

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

/* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 32, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

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

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

/* line 66, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

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

/* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 32, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

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

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

/* line 66, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

/* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 32, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

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

/* line 66, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

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

/* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 32, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

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

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

/* line 66, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

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

/* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 32, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 43, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.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 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.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 66, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

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

/* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 32, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

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

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

/* line 72, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

/* line 13, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 74, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 79, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

/* line 85, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 92, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 72, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

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

/* line 74, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 79, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

/* line 72, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

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

/* line 74, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 79, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

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

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

/* line 72, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

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

/* line 74, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 79, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

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

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

/* line 72, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

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

/* line 74, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 79, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

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

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

/* line 72, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

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

/* line 74, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 79, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

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

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

/* line 72, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

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

/* line 74, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 79, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

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

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

/* line 72, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

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

/* line 74, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 79, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

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

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

/* line 83, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

/* line 13, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 93, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

/* line 98, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 112, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.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 116, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 125, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 130, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 139, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.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, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

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

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

/* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing.width {
    transition: none;
  }
}

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

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

/* line 30, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 58, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

/* line 47, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 42, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 42, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 42, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 42, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

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

/* line 30, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 58, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 58, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 80, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 45, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 58, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 97, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 116, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

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

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

/* line 154, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 161, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

/* line 173, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

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

/* line 188, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 4, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

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

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

/* line 28, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 33, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

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

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

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

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

/* line 73, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 79, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

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

/* line 111, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 116, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

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

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

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

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

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

/* line 7, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 14, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

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

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

/* line 39, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

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

/* line 50, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

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

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

/* line 60, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 69, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 85, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 92, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 96, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 101, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 109, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 110, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

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

/* line 134, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 146, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

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

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

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

/* line 180, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 193, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

/* line 10, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

/* line 19, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 24, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 32, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

/* line 39, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 48, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

/* line 52, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* line 62, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 76, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 84, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}

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

/* line 117, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 122, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 128, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

/* line 133, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 139, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 142, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 153, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 159, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 165, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 176, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch {
  padding-left: 2.25rem;
}

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

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

@media (prefers-reduced-motion: reduce) {
  /* line 188, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 201, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

/* line 208, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

/* line 238, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 248, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 259, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 266, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 272, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 277, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

/* line 304, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

/* line 312, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

/* line 321, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 327, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 333, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 338, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 343, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 361, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 385, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 392, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus {
  outline: 0;
}

/* line 397, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 398, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 399, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 402, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 406, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

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

/* line 417, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

/* line 422, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 433, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

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

/* line 443, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

/* line 448, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 459, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

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

/* line 472, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 477, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

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

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

/* line 500, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 504, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 508, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 512, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 516, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 522, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 522, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 6, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 24, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 35, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 38, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 50, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 57, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 64, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 78, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

/* line 84, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 97, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 105, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 119, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 122, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 28, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 52, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.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, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 71, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 78, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 83, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 94, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 109, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 118, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 133, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

/* line 142, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 156, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 154, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 180, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 156, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 154, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 180, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 156, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 154, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 180, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 156, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 154, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 180, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 154, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 156, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 177, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 180, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 184, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 191, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

/* line 206, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 210, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 217, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 232, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

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

/* line 241, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 248, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 253, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 261, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 266, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 270, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 272, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 284, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

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

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

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 300, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 305, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 313, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 318, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 322, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 324, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 26, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 39, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 45, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

/* line 56, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 60, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

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

/* line 74, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

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

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

/* line 95, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

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

/* line 111, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 118, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 124, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

/* line 134, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/* line 141, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 146, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 155, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 154, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 165, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 183, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 180, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 192, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 197, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 204, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 207, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 212, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 219, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 222, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 227, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 244, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 243, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 254, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 266, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion {
  overflow-anchor: none;
}

/* line 269, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 272, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 277, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 281, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

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

/* line 14, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 35, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 39, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

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

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

/* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 26, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 35, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 41, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 46, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

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

/* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

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

/* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 25, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

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

/* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 51, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

/* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

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

/* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

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

/* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

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

/* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

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

/* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

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

/* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

/* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

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

/* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

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

/* line 13, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

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

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

/* line 33, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 49, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 6, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #9fcdff;
}

/* line 10, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #002752;
}

/* line 49, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

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

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

/* line 49, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

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

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

/* line 49, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

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

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

/* line 49, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

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

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

/* line 49, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

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

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

/* line 49, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

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

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

/* line 49, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

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

/* line 10, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.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, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 20, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 32, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 38, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 38, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

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

/* line 6, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

/* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

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

/* line 54, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 58, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 62, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 70, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 77, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 80, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 96, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 100, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 105, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

/* line 110, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 114, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 118, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 96, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 100, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 96, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 100, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 96, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 100, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 96, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 100, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 134, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 137, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 140, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

/* line 14, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

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

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

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

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

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

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

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

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

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

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

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

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

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

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

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

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

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

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

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

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

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

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

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

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* line 38, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_close.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 1, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 19, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 1;
}

/* line 23, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 28, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.hide {
  display: none;
}

/* line 33, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 44, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 7, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

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

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

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

/* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

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

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

/* line 67, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 72, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 77, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 83, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

/* line 91, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 96, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 100, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 107, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 125, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 135, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 136, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 141, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 149, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 157, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 164, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 173, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

/* line 185, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 191, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 202, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 207, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 210, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 215, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 218, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  /* line 228, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 232, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 239, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

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

/* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

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

/* line 23, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

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

/* line 49, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

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

/* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

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

/* line 79, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.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, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

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

/* line 27, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 101, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

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

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

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

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

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

/* line 162, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 167, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 14, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

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

/* line 22, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 2, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

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

/* line 39, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

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

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

/* line 67, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 74, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 87, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 114, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 120, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

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

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

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

/* line 148, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 162, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 180, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 190, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

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

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

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

/* line 41, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}

/* line 53, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 60, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}

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

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

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

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

/* line 7, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

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

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

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

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

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

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

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

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

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

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

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

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

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

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

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

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

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

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

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

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

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

/* line 14, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #007bff !important;
}

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

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

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

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

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

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

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

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

/* line 33, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

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

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

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

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

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

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

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

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

/* line 2, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

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

/* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

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

/* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 24, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 24, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 24, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 24, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 24, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 24, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 24, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 24, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 35, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

/* line 35, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

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

/* line 13, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 8, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 9, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 8, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 9, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 8, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 9, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 8, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 9, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 4, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_interactions.scss */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 4, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_interactions.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

/* line 4, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_interactions.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

/* line 4, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 10, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 26, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 25, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 30, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 30, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 30, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 30, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 30, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 47, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 48, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 51, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 54, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 57, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 48, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 48, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 48, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 48, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 6, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 7, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 23, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 24, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 23, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 24, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 23, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 24, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 23, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 24, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 30, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #007bff !important;
}

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

/* line 6, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

/* line 6, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

/* line 6, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

/* line 6, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 6, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 6, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

/* line 6, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

/* line 51, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-body {
  color: #212529 !important;
}

/* line 52, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 54, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* line 72, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 24, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 58, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 63, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 70, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 83, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 86, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 91, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 94, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 98, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 101, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 108, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 114, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 117, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  /* line 125, ../../shared/bundle/ruby/4.0.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*

Theme: Purpose - Website UI Kit
Product Page: https://themes.getbootstrap.com/product/purpose-website-ui-kit/
Author: Webpixels
Author URI: https://www.webpixels.io

---

Copyright 2018 Webpixels

*/
/* line 13, app/assets/stylesheets/purpose/theme.css */
:root {
  --blue: #007aff;
  --indigo: #5603ad;
  --purple: #510fa8;
  --pink: #f074ad;
  --red: #ff3b30;
  --orange: #ff9500;
  --yellow: #fc0;
  --green: #4cd964;
  --teal: #24b7fa;
  --cyan: #4bd6e5;
  --white: #fff;
  --gray: #6c7686;
  --gray-dark: #343a40;
  --light: #ced4da;
  --lighter: #f5f9fb;
  --primary: #510fa8;
  --secondary: #fafafa;
  --success: #4cd964;
  --info: #24b7fa;
  --warning: #ff9500;
  --danger: #ff3b30;
  --light: #ced4da;
  --dark: #24292E;
  --white: #fff;
  --darker: #020b13;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

/* line 49, app/assets/stylesheets/purpose/theme.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 56, app/assets/stylesheets/purpose/theme.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 72, app/assets/stylesheets/purpose/theme.css */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* line 86, app/assets/stylesheets/purpose/theme.css */
body {
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  margin: 0;
  text-align: left;
  color: #6c7686;
  background-color: #fff;
}

/* line 101, app/assets/stylesheets/purpose/theme.css */
[tabindex='-1']:focus {
  outline: 0 !important;
}

/* line 106, app/assets/stylesheets/purpose/theme.css */
hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

/* line 114, app/assets/stylesheets/purpose/theme.css */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

/* line 125, app/assets/stylesheets/purpose/theme.css */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 131, app/assets/stylesheets/purpose/theme.css */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
}

/* line 143, app/assets/stylesheets/purpose/theme.css */
address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

/* line 151, app/assets/stylesheets/purpose/theme.css */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 159, app/assets/stylesheets/purpose/theme.css */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 167, app/assets/stylesheets/purpose/theme.css */
dt {
  font-weight: 600;
}

/* line 172, app/assets/stylesheets/purpose/theme.css */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 178, app/assets/stylesheets/purpose/theme.css */
blockquote {
  margin: 0 0 1rem;
}

/* line 183, app/assets/stylesheets/purpose/theme.css */
dfn {
  font-style: italic;
}

/* line 188, app/assets/stylesheets/purpose/theme.css */
b,
strong {
  font-weight: bolder;
}

/* line 194, app/assets/stylesheets/purpose/theme.css */
small {
  font-size: 80%;
}

/* line 199, app/assets/stylesheets/purpose/theme.css */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 210, app/assets/stylesheets/purpose/theme.css */
sub {
  bottom: -.25em;
}

/* line 215, app/assets/stylesheets/purpose/theme.css */
sup {
  top: -.5em;
}

/* line 220, app/assets/stylesheets/purpose/theme.css */
a {
  text-decoration: none;
  color: #510fa8;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 229, app/assets/stylesheets/purpose/theme.css */
a:hover {
  text-decoration: unone;
  color: #2f0962;
  -webkit-text-decoration: unone;
}

/* line 238, app/assets/stylesheets/purpose/theme.css */
a:not([href]):not([tabindex]) {
  text-decoration: none;
  color: inherit;
}

/* line 244, app/assets/stylesheets/purpose/theme.css */
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  text-decoration: none;
  color: inherit;
}

/* line 251, app/assets/stylesheets/purpose/theme.css */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 256, app/assets/stylesheets/purpose/theme.css */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 1em;
}

/* line 265, app/assets/stylesheets/purpose/theme.css */
pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 1rem;
  -ms-overflow-style: scrollbar;
}

/* line 275, app/assets/stylesheets/purpose/theme.css */
figure {
  margin: 0 0 1rem;
}

/* line 280, app/assets/stylesheets/purpose/theme.css */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 287, app/assets/stylesheets/purpose/theme.css */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 294, app/assets/stylesheets/purpose/theme.css */
table {
  border-collapse: collapse;
}

/* line 299, app/assets/stylesheets/purpose/theme.css */
caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  caption-side: bottom;
  text-align: left;
  color: #6c7686;
}

/* line 311, app/assets/stylesheets/purpose/theme.css */
th {
  text-align: inherit;
}

/* line 316, app/assets/stylesheets/purpose/theme.css */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 323, app/assets/stylesheets/purpose/theme.css */
button {
  border-radius: 0;
}

/* line 328, app/assets/stylesheets/purpose/theme.css */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 334, app/assets/stylesheets/purpose/theme.css */
input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

/* line 347, app/assets/stylesheets/purpose/theme.css */
button,
input {
  overflow: visible;
}

/* line 353, app/assets/stylesheets/purpose/theme.css */
button,
select {
  text-transform: none;
}

/* line 359, app/assets/stylesheets/purpose/theme.css */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/* line 367, app/assets/stylesheets/purpose/theme.css */
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 377, app/assets/stylesheets/purpose/theme.css */
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}

/* line 384, app/assets/stylesheets/purpose/theme.css */
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

/* line 392, app/assets/stylesheets/purpose/theme.css */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 399, app/assets/stylesheets/purpose/theme.css */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 408, app/assets/stylesheets/purpose/theme.css */
legend {
  font-size: 1.5rem;
  line-height: inherit;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: .5rem;
  padding: 0;
  white-space: normal;
  color: inherit;
}

/* line 425, app/assets/stylesheets/purpose/theme.css */
progress {
  vertical-align: baseline;
}

/* line 430, app/assets/stylesheets/purpose/theme.css */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/* line 436, app/assets/stylesheets/purpose/theme.css */
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 443, app/assets/stylesheets/purpose/theme.css */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 449, app/assets/stylesheets/purpose/theme.css */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 456, app/assets/stylesheets/purpose/theme.css */
output {
  display: inline-block;
}

/* line 461, app/assets/stylesheets/purpose/theme.css */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 468, app/assets/stylesheets/purpose/theme.css */
template {
  display: none;
}

/* line 473, app/assets/stylesheets/purpose/theme.css */
[hidden] {
  display: none !important;
}

/* line 478, app/assets/stylesheets/purpose/theme.css */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: .5rem;
  color: #343a40;
}

/* line 500, app/assets/stylesheets/purpose/theme.css */
h1,
.h1 {
  font-size: 2.5rem;
}

/* line 506, app/assets/stylesheets/purpose/theme.css */
h2,
.h2 {
  font-size: 2rem;
}

/* line 512, app/assets/stylesheets/purpose/theme.css */
h3,
.h3 {
  font-size: 1.75rem;
}

/* line 518, app/assets/stylesheets/purpose/theme.css */
h4,
.h4 {
  font-size: 1.5rem;
}

/* line 524, app/assets/stylesheets/purpose/theme.css */
h5,
.h5 {
  font-size: 1.25rem;
}

/* line 530, app/assets/stylesheets/purpose/theme.css */
h6,
.h6 {
  font-size: 1rem;
}

/* line 536, app/assets/stylesheets/purpose/theme.css */
.lead {
  font-size: 1.125rem;
  font-weight: 300;
}

/* line 542, app/assets/stylesheets/purpose/theme.css */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.3;
}

/* line 549, app/assets/stylesheets/purpose/theme.css */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.3;
}

/* line 556, app/assets/stylesheets/purpose/theme.css */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.3;
}

/* line 563, app/assets/stylesheets/purpose/theme.css */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.3;
}

/* line 570, app/assets/stylesheets/purpose/theme.css */
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

/* line 579, app/assets/stylesheets/purpose/theme.css */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 586, app/assets/stylesheets/purpose/theme.css */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 594, app/assets/stylesheets/purpose/theme.css */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 601, app/assets/stylesheets/purpose/theme.css */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 608, app/assets/stylesheets/purpose/theme.css */
.list-inline-item {
  display: inline-block;
}

/* line 612, app/assets/stylesheets/purpose/theme.css */
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

/* line 617, app/assets/stylesheets/purpose/theme.css */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 624, app/assets/stylesheets/purpose/theme.css */
.blockquote {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

/* line 631, app/assets/stylesheets/purpose/theme.css */
.blockquote-footer {
  font-size: 80%;
  display: block;
  color: #6c7686;
}

/* line 639, app/assets/stylesheets/purpose/theme.css */
.blockquote-footer::before {
  content: '\2014 \00A0';
}

/* line 644, app/assets/stylesheets/purpose/theme.css */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 650, app/assets/stylesheets/purpose/theme.css */
.img-thumbnail {
  max-width: 100%;
  height: auto;
  padding: .25rem;
  border: .0625rem solid #dee2e6;
  border-radius: .25rem;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

/* line 662, app/assets/stylesheets/purpose/theme.css */
.figure {
  display: inline-block;
}

/* line 667, app/assets/stylesheets/purpose/theme.css */
.figure-img {
  line-height: 1;
  margin-bottom: .5rem;
}

/* line 674, app/assets/stylesheets/purpose/theme.css */
.figure-caption {
  font-size: 90%;
  color: #6c7686;
}

/* line 681, app/assets/stylesheets/purpose/theme.css */
code {
  font-size: 87.5%;
  word-break: break-word;
  color: #f074ad;
}

/* line 689, app/assets/stylesheets/purpose/theme.css */
a > code {
  color: inherit;
}

/* line 694, app/assets/stylesheets/purpose/theme.css */
kbd {
  font-size: 87.5%;
  padding: .2rem .4rem;
  color: #fff;
  border-radius: .2rem;
  background-color: #212529;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}

/* line 705, app/assets/stylesheets/purpose/theme.css */
kbd kbd {
  font-size: 100%;
  font-weight: 600;
  padding: 0;
  box-shadow: none;
}

/* line 715, app/assets/stylesheets/purpose/theme.css */
pre {
  font-size: 87.5%;
  display: block;
  color: #212529;
}

/* line 723, app/assets/stylesheets/purpose/theme.css */
pre code {
  font-size: inherit;
  word-break: normal;
  color: inherit;
}

/* line 732, app/assets/stylesheets/purpose/theme.css */
.pre-scrollable {
  overflow-y: scroll;
  max-height: 340px;
}

/* line 739, app/assets/stylesheets/purpose/theme.css */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  /* line 749, app/assets/stylesheets/purpose/theme.css */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 756, app/assets/stylesheets/purpose/theme.css */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 763, app/assets/stylesheets/purpose/theme.css */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 770, app/assets/stylesheets/purpose/theme.css */
  .container {
    max-width: 1140px;
  }
}

/* line 776, app/assets/stylesheets/purpose/theme.css */
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 785, app/assets/stylesheets/purpose/theme.css */
.row {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
}

/* line 795, app/assets/stylesheets/purpose/theme.css */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 800, app/assets/stylesheets/purpose/theme.css */
.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

/* line 807, app/assets/stylesheets/purpose/theme.css */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 886, app/assets/stylesheets/purpose/theme.css */
.col {
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
}

/* line 894, app/assets/stylesheets/purpose/theme.css */
.col-auto {
  width: auto;
  max-width: none;
  flex: 0 0 auto;
}

/* line 902, app/assets/stylesheets/purpose/theme.css */
.col-1 {
  max-width: 8.33333%;
  flex: 0 0 8.33333%;
}

/* line 909, app/assets/stylesheets/purpose/theme.css */
.col-2 {
  max-width: 16.66667%;
  flex: 0 0 16.66667%;
}

/* line 916, app/assets/stylesheets/purpose/theme.css */
.col-3 {
  max-width: 25%;
  flex: 0 0 25%;
}

/* line 923, app/assets/stylesheets/purpose/theme.css */
.col-4 {
  max-width: 33.33333%;
  flex: 0 0 33.33333%;
}

/* line 930, app/assets/stylesheets/purpose/theme.css */
.col-5 {
  max-width: 41.66667%;
  flex: 0 0 41.66667%;
}

/* line 937, app/assets/stylesheets/purpose/theme.css */
.col-6 {
  max-width: 50%;
  flex: 0 0 50%;
}

/* line 944, app/assets/stylesheets/purpose/theme.css */
.col-7 {
  max-width: 58.33333%;
  flex: 0 0 58.33333%;
}

/* line 951, app/assets/stylesheets/purpose/theme.css */
.col-8 {
  max-width: 66.66667%;
  flex: 0 0 66.66667%;
}

/* line 958, app/assets/stylesheets/purpose/theme.css */
.col-9 {
  max-width: 75%;
  flex: 0 0 75%;
}

/* line 965, app/assets/stylesheets/purpose/theme.css */
.col-10 {
  max-width: 83.33333%;
  flex: 0 0 83.33333%;
}

/* line 972, app/assets/stylesheets/purpose/theme.css */
.col-11 {
  max-width: 91.66667%;
  flex: 0 0 91.66667%;
}

/* line 979, app/assets/stylesheets/purpose/theme.css */
.col-12 {
  max-width: 100%;
  flex: 0 0 100%;
}

/* line 986, app/assets/stylesheets/purpose/theme.css */
.order-first {
  order: -1;
}

/* line 991, app/assets/stylesheets/purpose/theme.css */
.order-last {
  order: 13;
}

/* line 996, app/assets/stylesheets/purpose/theme.css */
.order-0 {
  order: 0;
}

/* line 1001, app/assets/stylesheets/purpose/theme.css */
.order-1 {
  order: 1;
}

/* line 1006, app/assets/stylesheets/purpose/theme.css */
.order-2 {
  order: 2;
}

/* line 1011, app/assets/stylesheets/purpose/theme.css */
.order-3 {
  order: 3;
}

/* line 1016, app/assets/stylesheets/purpose/theme.css */
.order-4 {
  order: 4;
}

/* line 1021, app/assets/stylesheets/purpose/theme.css */
.order-5 {
  order: 5;
}

/* line 1026, app/assets/stylesheets/purpose/theme.css */
.order-6 {
  order: 6;
}

/* line 1031, app/assets/stylesheets/purpose/theme.css */
.order-7 {
  order: 7;
}

/* line 1036, app/assets/stylesheets/purpose/theme.css */
.order-8 {
  order: 8;
}

/* line 1041, app/assets/stylesheets/purpose/theme.css */
.order-9 {
  order: 9;
}

/* line 1046, app/assets/stylesheets/purpose/theme.css */
.order-10 {
  order: 10;
}

/* line 1051, app/assets/stylesheets/purpose/theme.css */
.order-11 {
  order: 11;
}

/* line 1056, app/assets/stylesheets/purpose/theme.css */
.order-12 {
  order: 12;
}

/* line 1061, app/assets/stylesheets/purpose/theme.css */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 1066, app/assets/stylesheets/purpose/theme.css */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 1071, app/assets/stylesheets/purpose/theme.css */
.offset-3 {
  margin-left: 25%;
}

/* line 1076, app/assets/stylesheets/purpose/theme.css */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 1081, app/assets/stylesheets/purpose/theme.css */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 1086, app/assets/stylesheets/purpose/theme.css */
.offset-6 {
  margin-left: 50%;
}

/* line 1091, app/assets/stylesheets/purpose/theme.css */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 1096, app/assets/stylesheets/purpose/theme.css */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 1101, app/assets/stylesheets/purpose/theme.css */
.offset-9 {
  margin-left: 75%;
}

/* line 1106, app/assets/stylesheets/purpose/theme.css */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 1111, app/assets/stylesheets/purpose/theme.css */
.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 1118, app/assets/stylesheets/purpose/theme.css */
  .col-sm {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  /* line 1125, app/assets/stylesheets/purpose/theme.css */
  .col-sm-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto;
  }
  /* line 1132, app/assets/stylesheets/purpose/theme.css */
  .col-sm-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  /* line 1138, app/assets/stylesheets/purpose/theme.css */
  .col-sm-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  /* line 1144, app/assets/stylesheets/purpose/theme.css */
  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  /* line 1150, app/assets/stylesheets/purpose/theme.css */
  .col-sm-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  /* line 1156, app/assets/stylesheets/purpose/theme.css */
  .col-sm-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  /* line 1162, app/assets/stylesheets/purpose/theme.css */
  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  /* line 1168, app/assets/stylesheets/purpose/theme.css */
  .col-sm-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  /* line 1174, app/assets/stylesheets/purpose/theme.css */
  .col-sm-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  /* line 1180, app/assets/stylesheets/purpose/theme.css */
  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  /* line 1186, app/assets/stylesheets/purpose/theme.css */
  .col-sm-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  /* line 1192, app/assets/stylesheets/purpose/theme.css */
  .col-sm-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  /* line 1198, app/assets/stylesheets/purpose/theme.css */
  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  /* line 1204, app/assets/stylesheets/purpose/theme.css */
  .order-sm-first {
    order: -1;
  }
  /* line 1208, app/assets/stylesheets/purpose/theme.css */
  .order-sm-last {
    order: 13;
  }
  /* line 1212, app/assets/stylesheets/purpose/theme.css */
  .order-sm-0 {
    order: 0;
  }
  /* line 1216, app/assets/stylesheets/purpose/theme.css */
  .order-sm-1 {
    order: 1;
  }
  /* line 1220, app/assets/stylesheets/purpose/theme.css */
  .order-sm-2 {
    order: 2;
  }
  /* line 1224, app/assets/stylesheets/purpose/theme.css */
  .order-sm-3 {
    order: 3;
  }
  /* line 1228, app/assets/stylesheets/purpose/theme.css */
  .order-sm-4 {
    order: 4;
  }
  /* line 1232, app/assets/stylesheets/purpose/theme.css */
  .order-sm-5 {
    order: 5;
  }
  /* line 1236, app/assets/stylesheets/purpose/theme.css */
  .order-sm-6 {
    order: 6;
  }
  /* line 1240, app/assets/stylesheets/purpose/theme.css */
  .order-sm-7 {
    order: 7;
  }
  /* line 1244, app/assets/stylesheets/purpose/theme.css */
  .order-sm-8 {
    order: 8;
  }
  /* line 1248, app/assets/stylesheets/purpose/theme.css */
  .order-sm-9 {
    order: 9;
  }
  /* line 1252, app/assets/stylesheets/purpose/theme.css */
  .order-sm-10 {
    order: 10;
  }
  /* line 1256, app/assets/stylesheets/purpose/theme.css */
  .order-sm-11 {
    order: 11;
  }
  /* line 1260, app/assets/stylesheets/purpose/theme.css */
  .order-sm-12 {
    order: 12;
  }
  /* line 1264, app/assets/stylesheets/purpose/theme.css */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 1268, app/assets/stylesheets/purpose/theme.css */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  /* line 1272, app/assets/stylesheets/purpose/theme.css */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  /* line 1276, app/assets/stylesheets/purpose/theme.css */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 1280, app/assets/stylesheets/purpose/theme.css */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  /* line 1284, app/assets/stylesheets/purpose/theme.css */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  /* line 1288, app/assets/stylesheets/purpose/theme.css */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 1292, app/assets/stylesheets/purpose/theme.css */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  /* line 1296, app/assets/stylesheets/purpose/theme.css */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  /* line 1300, app/assets/stylesheets/purpose/theme.css */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 1304, app/assets/stylesheets/purpose/theme.css */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  /* line 1308, app/assets/stylesheets/purpose/theme.css */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 1316, app/assets/stylesheets/purpose/theme.css */
  .col-md {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  /* line 1323, app/assets/stylesheets/purpose/theme.css */
  .col-md-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto;
  }
  /* line 1330, app/assets/stylesheets/purpose/theme.css */
  .col-md-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  /* line 1336, app/assets/stylesheets/purpose/theme.css */
  .col-md-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  /* line 1342, app/assets/stylesheets/purpose/theme.css */
  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  /* line 1348, app/assets/stylesheets/purpose/theme.css */
  .col-md-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  /* line 1354, app/assets/stylesheets/purpose/theme.css */
  .col-md-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  /* line 1360, app/assets/stylesheets/purpose/theme.css */
  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  /* line 1366, app/assets/stylesheets/purpose/theme.css */
  .col-md-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  /* line 1372, app/assets/stylesheets/purpose/theme.css */
  .col-md-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  /* line 1378, app/assets/stylesheets/purpose/theme.css */
  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  /* line 1384, app/assets/stylesheets/purpose/theme.css */
  .col-md-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  /* line 1390, app/assets/stylesheets/purpose/theme.css */
  .col-md-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  /* line 1396, app/assets/stylesheets/purpose/theme.css */
  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  /* line 1402, app/assets/stylesheets/purpose/theme.css */
  .order-md-first {
    order: -1;
  }
  /* line 1406, app/assets/stylesheets/purpose/theme.css */
  .order-md-last {
    order: 13;
  }
  /* line 1410, app/assets/stylesheets/purpose/theme.css */
  .order-md-0 {
    order: 0;
  }
  /* line 1414, app/assets/stylesheets/purpose/theme.css */
  .order-md-1 {
    order: 1;
  }
  /* line 1418, app/assets/stylesheets/purpose/theme.css */
  .order-md-2 {
    order: 2;
  }
  /* line 1422, app/assets/stylesheets/purpose/theme.css */
  .order-md-3 {
    order: 3;
  }
  /* line 1426, app/assets/stylesheets/purpose/theme.css */
  .order-md-4 {
    order: 4;
  }
  /* line 1430, app/assets/stylesheets/purpose/theme.css */
  .order-md-5 {
    order: 5;
  }
  /* line 1434, app/assets/stylesheets/purpose/theme.css */
  .order-md-6 {
    order: 6;
  }
  /* line 1438, app/assets/stylesheets/purpose/theme.css */
  .order-md-7 {
    order: 7;
  }
  /* line 1442, app/assets/stylesheets/purpose/theme.css */
  .order-md-8 {
    order: 8;
  }
  /* line 1446, app/assets/stylesheets/purpose/theme.css */
  .order-md-9 {
    order: 9;
  }
  /* line 1450, app/assets/stylesheets/purpose/theme.css */
  .order-md-10 {
    order: 10;
  }
  /* line 1454, app/assets/stylesheets/purpose/theme.css */
  .order-md-11 {
    order: 11;
  }
  /* line 1458, app/assets/stylesheets/purpose/theme.css */
  .order-md-12 {
    order: 12;
  }
  /* line 1462, app/assets/stylesheets/purpose/theme.css */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 1466, app/assets/stylesheets/purpose/theme.css */
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  /* line 1470, app/assets/stylesheets/purpose/theme.css */
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  /* line 1474, app/assets/stylesheets/purpose/theme.css */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 1478, app/assets/stylesheets/purpose/theme.css */
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  /* line 1482, app/assets/stylesheets/purpose/theme.css */
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  /* line 1486, app/assets/stylesheets/purpose/theme.css */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 1490, app/assets/stylesheets/purpose/theme.css */
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  /* line 1494, app/assets/stylesheets/purpose/theme.css */
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  /* line 1498, app/assets/stylesheets/purpose/theme.css */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 1502, app/assets/stylesheets/purpose/theme.css */
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  /* line 1506, app/assets/stylesheets/purpose/theme.css */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  /* line 1514, app/assets/stylesheets/purpose/theme.css */
  .col-lg {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  /* line 1521, app/assets/stylesheets/purpose/theme.css */
  .col-lg-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto;
  }
  /* line 1528, app/assets/stylesheets/purpose/theme.css */
  .col-lg-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  /* line 1534, app/assets/stylesheets/purpose/theme.css */
  .col-lg-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  /* line 1540, app/assets/stylesheets/purpose/theme.css */
  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  /* line 1546, app/assets/stylesheets/purpose/theme.css */
  .col-lg-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  /* line 1552, app/assets/stylesheets/purpose/theme.css */
  .col-lg-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  /* line 1558, app/assets/stylesheets/purpose/theme.css */
  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  /* line 1564, app/assets/stylesheets/purpose/theme.css */
  .col-lg-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  /* line 1570, app/assets/stylesheets/purpose/theme.css */
  .col-lg-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  /* line 1576, app/assets/stylesheets/purpose/theme.css */
  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  /* line 1582, app/assets/stylesheets/purpose/theme.css */
  .col-lg-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  /* line 1588, app/assets/stylesheets/purpose/theme.css */
  .col-lg-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  /* line 1594, app/assets/stylesheets/purpose/theme.css */
  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  /* line 1600, app/assets/stylesheets/purpose/theme.css */
  .order-lg-first {
    order: -1;
  }
  /* line 1604, app/assets/stylesheets/purpose/theme.css */
  .order-lg-last {
    order: 13;
  }
  /* line 1608, app/assets/stylesheets/purpose/theme.css */
  .order-lg-0 {
    order: 0;
  }
  /* line 1612, app/assets/stylesheets/purpose/theme.css */
  .order-lg-1 {
    order: 1;
  }
  /* line 1616, app/assets/stylesheets/purpose/theme.css */
  .order-lg-2 {
    order: 2;
  }
  /* line 1620, app/assets/stylesheets/purpose/theme.css */
  .order-lg-3 {
    order: 3;
  }
  /* line 1624, app/assets/stylesheets/purpose/theme.css */
  .order-lg-4 {
    order: 4;
  }
  /* line 1628, app/assets/stylesheets/purpose/theme.css */
  .order-lg-5 {
    order: 5;
  }
  /* line 1632, app/assets/stylesheets/purpose/theme.css */
  .order-lg-6 {
    order: 6;
  }
  /* line 1636, app/assets/stylesheets/purpose/theme.css */
  .order-lg-7 {
    order: 7;
  }
  /* line 1640, app/assets/stylesheets/purpose/theme.css */
  .order-lg-8 {
    order: 8;
  }
  /* line 1644, app/assets/stylesheets/purpose/theme.css */
  .order-lg-9 {
    order: 9;
  }
  /* line 1648, app/assets/stylesheets/purpose/theme.css */
  .order-lg-10 {
    order: 10;
  }
  /* line 1652, app/assets/stylesheets/purpose/theme.css */
  .order-lg-11 {
    order: 11;
  }
  /* line 1656, app/assets/stylesheets/purpose/theme.css */
  .order-lg-12 {
    order: 12;
  }
  /* line 1660, app/assets/stylesheets/purpose/theme.css */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 1664, app/assets/stylesheets/purpose/theme.css */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  /* line 1668, app/assets/stylesheets/purpose/theme.css */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  /* line 1672, app/assets/stylesheets/purpose/theme.css */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 1676, app/assets/stylesheets/purpose/theme.css */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  /* line 1680, app/assets/stylesheets/purpose/theme.css */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  /* line 1684, app/assets/stylesheets/purpose/theme.css */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 1688, app/assets/stylesheets/purpose/theme.css */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  /* line 1692, app/assets/stylesheets/purpose/theme.css */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  /* line 1696, app/assets/stylesheets/purpose/theme.css */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 1700, app/assets/stylesheets/purpose/theme.css */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  /* line 1704, app/assets/stylesheets/purpose/theme.css */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  /* line 1712, app/assets/stylesheets/purpose/theme.css */
  .col-xl {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  /* line 1719, app/assets/stylesheets/purpose/theme.css */
  .col-xl-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto;
  }
  /* line 1726, app/assets/stylesheets/purpose/theme.css */
  .col-xl-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  /* line 1732, app/assets/stylesheets/purpose/theme.css */
  .col-xl-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  /* line 1738, app/assets/stylesheets/purpose/theme.css */
  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  /* line 1744, app/assets/stylesheets/purpose/theme.css */
  .col-xl-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  /* line 1750, app/assets/stylesheets/purpose/theme.css */
  .col-xl-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  /* line 1756, app/assets/stylesheets/purpose/theme.css */
  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  /* line 1762, app/assets/stylesheets/purpose/theme.css */
  .col-xl-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  /* line 1768, app/assets/stylesheets/purpose/theme.css */
  .col-xl-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  /* line 1774, app/assets/stylesheets/purpose/theme.css */
  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  /* line 1780, app/assets/stylesheets/purpose/theme.css */
  .col-xl-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  /* line 1786, app/assets/stylesheets/purpose/theme.css */
  .col-xl-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  /* line 1792, app/assets/stylesheets/purpose/theme.css */
  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  /* line 1798, app/assets/stylesheets/purpose/theme.css */
  .order-xl-first {
    order: -1;
  }
  /* line 1802, app/assets/stylesheets/purpose/theme.css */
  .order-xl-last {
    order: 13;
  }
  /* line 1806, app/assets/stylesheets/purpose/theme.css */
  .order-xl-0 {
    order: 0;
  }
  /* line 1810, app/assets/stylesheets/purpose/theme.css */
  .order-xl-1 {
    order: 1;
  }
  /* line 1814, app/assets/stylesheets/purpose/theme.css */
  .order-xl-2 {
    order: 2;
  }
  /* line 1818, app/assets/stylesheets/purpose/theme.css */
  .order-xl-3 {
    order: 3;
  }
  /* line 1822, app/assets/stylesheets/purpose/theme.css */
  .order-xl-4 {
    order: 4;
  }
  /* line 1826, app/assets/stylesheets/purpose/theme.css */
  .order-xl-5 {
    order: 5;
  }
  /* line 1830, app/assets/stylesheets/purpose/theme.css */
  .order-xl-6 {
    order: 6;
  }
  /* line 1834, app/assets/stylesheets/purpose/theme.css */
  .order-xl-7 {
    order: 7;
  }
  /* line 1838, app/assets/stylesheets/purpose/theme.css */
  .order-xl-8 {
    order: 8;
  }
  /* line 1842, app/assets/stylesheets/purpose/theme.css */
  .order-xl-9 {
    order: 9;
  }
  /* line 1846, app/assets/stylesheets/purpose/theme.css */
  .order-xl-10 {
    order: 10;
  }
  /* line 1850, app/assets/stylesheets/purpose/theme.css */
  .order-xl-11 {
    order: 11;
  }
  /* line 1854, app/assets/stylesheets/purpose/theme.css */
  .order-xl-12 {
    order: 12;
  }
  /* line 1858, app/assets/stylesheets/purpose/theme.css */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1862, app/assets/stylesheets/purpose/theme.css */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  /* line 1866, app/assets/stylesheets/purpose/theme.css */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  /* line 1870, app/assets/stylesheets/purpose/theme.css */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1874, app/assets/stylesheets/purpose/theme.css */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  /* line 1878, app/assets/stylesheets/purpose/theme.css */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  /* line 1882, app/assets/stylesheets/purpose/theme.css */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1886, app/assets/stylesheets/purpose/theme.css */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  /* line 1890, app/assets/stylesheets/purpose/theme.css */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  /* line 1894, app/assets/stylesheets/purpose/theme.css */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1898, app/assets/stylesheets/purpose/theme.css */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  /* line 1902, app/assets/stylesheets/purpose/theme.css */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* line 1908, app/assets/stylesheets/purpose/theme.css */
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

/* line 1915, app/assets/stylesheets/purpose/theme.css */
.table th,
.table td {
  padding: 1rem;
  vertical-align: top;
  border-top: .0625rem solid #e9ecef;
}

/* line 1924, app/assets/stylesheets/purpose/theme.css */
.table thead th {
  vertical-align: bottom;
  border-bottom: .125rem solid #e9ecef;
}

/* line 1930, app/assets/stylesheets/purpose/theme.css */
.table tbody + tbody {
  border-top: .125rem solid #e9ecef;
}

/* line 1934, app/assets/stylesheets/purpose/theme.css */
.table .table {
  background-color: #fff;
}

/* line 1939, app/assets/stylesheets/purpose/theme.css */
.table-sm th,
.table-sm td {
  padding: .5rem;
}

/* line 1945, app/assets/stylesheets/purpose/theme.css */
.table-bordered {
  border: .0625rem solid #e9ecef;
}

/* line 1949, app/assets/stylesheets/purpose/theme.css */
.table-bordered th,
.table-bordered td {
  border: .0625rem solid #e9ecef;
}

/* line 1954, app/assets/stylesheets/purpose/theme.css */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: .125rem;
}

/* line 1960, app/assets/stylesheets/purpose/theme.css */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 1968, app/assets/stylesheets/purpose/theme.css */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 1973, app/assets/stylesheets/purpose/theme.css */
.table-hover tbody tr:hover {
  background-color: #f5f9fb;
}

/* line 1978, app/assets/stylesheets/purpose/theme.css */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #cebce7;
}

/* line 1985, app/assets/stylesheets/purpose/theme.css */
.table-hover .table-primary:hover {
  background-color: #c0a9e0;
}

/* line 1989, app/assets/stylesheets/purpose/theme.css */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #c0a9e0;
}

/* line 1995, app/assets/stylesheets/purpose/theme.css */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #fefefe;
}

/* line 2002, app/assets/stylesheets/purpose/theme.css */
.table-hover .table-secondary:hover {
  background-color: #f1f1f1;
}

/* line 2006, app/assets/stylesheets/purpose/theme.css */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #f1f1f1;
}

/* line 2012, app/assets/stylesheets/purpose/theme.css */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #cdf4d4;
}

/* line 2019, app/assets/stylesheets/purpose/theme.css */
.table-hover .table-success:hover {
  background-color: #b8efc2;
}

/* line 2023, app/assets/stylesheets/purpose/theme.css */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b8efc2;
}

/* line 2029, app/assets/stylesheets/purpose/theme.css */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #c2ebfe;
}

/* line 2036, app/assets/stylesheets/purpose/theme.css */
.table-hover .table-info:hover {
  background-color: #a9e3fe;
}

/* line 2040, app/assets/stylesheets/purpose/theme.css */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a9e3fe;
}

/* line 2046, app/assets/stylesheets/purpose/theme.css */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffe1b8;
}

/* line 2053, app/assets/stylesheets/purpose/theme.css */
.table-hover .table-warning:hover {
  background-color: #ffd69f;
}

/* line 2057, app/assets/stylesheets/purpose/theme.css */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffd69f;
}

/* line 2063, app/assets/stylesheets/purpose/theme.css */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffc8c5;
}

/* line 2070, app/assets/stylesheets/purpose/theme.css */
.table-hover .table-danger:hover {
  background-color: #ffb0ac;
}

/* line 2074, app/assets/stylesheets/purpose/theme.css */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ffb0ac;
}

/* line 2080, app/assets/stylesheets/purpose/theme.css */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #f1f3f5;
}

/* line 2087, app/assets/stylesheets/purpose/theme.css */
.table-hover .table-light:hover {
  background-color: #e2e6ea;
}

/* line 2091, app/assets/stylesheets/purpose/theme.css */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #e2e6ea;
}

/* line 2097, app/assets/stylesheets/purpose/theme.css */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #b9bec3;
}

/* line 2104, app/assets/stylesheets/purpose/theme.css */
.table-hover .table-dark:hover {
  background-color: #abb1b7;
}

/* line 2108, app/assets/stylesheets/purpose/theme.css */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #abb1b7;
}

/* line 2114, app/assets/stylesheets/purpose/theme.css */
.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}

/* line 2121, app/assets/stylesheets/purpose/theme.css */
.table-hover .table-white:hover {
  background-color: #f2f2f2;
}

/* line 2125, app/assets/stylesheets/purpose/theme.css */
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

/* line 2131, app/assets/stylesheets/purpose/theme.css */
.table-darker,
.table-darker > th,
.table-darker > td {
  background-color: #b8bbbd;
}

/* line 2138, app/assets/stylesheets/purpose/theme.css */
.table-hover .table-darker:hover {
  background-color: #abaeb1;
}

/* line 2142, app/assets/stylesheets/purpose/theme.css */
.table-hover .table-darker:hover > td,
.table-hover .table-darker:hover > th {
  background-color: #abaeb1;
}

/* line 2148, app/assets/stylesheets/purpose/theme.css */
.table-active,
.table-active > th,
.table-active > td {
  background-color: #f5f9fb;
}

/* line 2155, app/assets/stylesheets/purpose/theme.css */
.table-hover .table-active:hover {
  background-color: #e3eef4;
}

/* line 2159, app/assets/stylesheets/purpose/theme.css */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #e3eef4;
}

/* line 2165, app/assets/stylesheets/purpose/theme.css */
.table .thead-dark th {
  color: #fff;
  border-color: #32383e;
  background-color: #212529;
}

/* line 2172, app/assets/stylesheets/purpose/theme.css */
.table .thead-light th {
  color: #adb5bd;
  border-color: #e9ecef;
  background-color: #fff;
}

/* line 2179, app/assets/stylesheets/purpose/theme.css */
.table-dark {
  color: #fff;
  background-color: #212529;
}

/* line 2184, app/assets/stylesheets/purpose/theme.css */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

/* line 2190, app/assets/stylesheets/purpose/theme.css */
.table-dark.table-bordered {
  border: 0;
}

/* line 2194, app/assets/stylesheets/purpose/theme.css */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 2198, app/assets/stylesheets/purpose/theme.css */
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 2205, app/assets/stylesheets/purpose/theme.css */
  .table-responsive-sm {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 2215, app/assets/stylesheets/purpose/theme.css */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 2223, app/assets/stylesheets/purpose/theme.css */
  .table-responsive-md {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 2233, app/assets/stylesheets/purpose/theme.css */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 2241, app/assets/stylesheets/purpose/theme.css */
  .table-responsive-lg {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 2251, app/assets/stylesheets/purpose/theme.css */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 2259, app/assets/stylesheets/purpose/theme.css */
  .table-responsive-xl {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 2269, app/assets/stylesheets/purpose/theme.css */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 2275, app/assets/stylesheets/purpose/theme.css */
.table-responsive {
  display: block;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 2285, app/assets/stylesheets/purpose/theme.css */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 2290, app/assets/stylesheets/purpose/theme.css */
.form-control {
  font-size: 1rem;
  line-height: 1.7;
  display: block;
  width: 100%;
  height: calc(2.95rem + .125rem);
  padding: .625rem 1.1rem;
  transition: all .2s ease-in-out;
  color: #495057;
  border: .0625rem solid #ced4da;
  border-radius: .25rem;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 2312, app/assets/stylesheets/purpose/theme.css */
  .form-control {
    transition: none;
  }
}

/* line 2317, app/assets/stylesheets/purpose/theme.css */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

/* line 2322, app/assets/stylesheets/purpose/theme.css */
.form-control:focus {
  color: #495057;
  border-color: rgba(81, 15, 168, 0.5);
  outline: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 20px rgba(81, 15, 168, 0.1);
}

/* line 2330, app/assets/stylesheets/purpose/theme.css */
.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #adb5bd;
}

/* line 2335, app/assets/stylesheets/purpose/theme.css */
.form-control:-ms-input-placeholder {
  opacity: 1;
  color: #adb5bd;
}

/* line 2340, app/assets/stylesheets/purpose/theme.css */
.form-control::-ms-input-placeholder {
  opacity: 1;
  color: #adb5bd;
}

/* line 2345, app/assets/stylesheets/purpose/theme.css */
.form-control::-moz-placeholder {
  opacity: 1;
  color: #adb5bd;
}
.form-control::placeholder {
  opacity: 1;
  color: #adb5bd;
}

/* line 2350, app/assets/stylesheets/purpose/theme.css */
.form-control:disabled,
.form-control[readonly] {
  opacity: 1;
  background-color: #e9ecef;
}

/* line 2357, app/assets/stylesheets/purpose/theme.css */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 2363, app/assets/stylesheets/purpose/theme.css */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 2371, app/assets/stylesheets/purpose/theme.css */
.col-form-label {
  font-size: inherit;
  line-height: 1.7;
  margin-bottom: 0;
  padding-top: calc(.625rem + .0625rem);
  padding-bottom: calc(.625rem + .0625rem);
}

/* line 2381, app/assets/stylesheets/purpose/theme.css */
.col-form-label-lg {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-top: calc(.95rem + .0625rem);
  padding-bottom: calc(.95rem + .0625rem);
}

/* line 2390, app/assets/stylesheets/purpose/theme.css */
.col-form-label-sm {
  font-size: .875rem;
  line-height: 1.5;
  padding-top: calc(.55rem + .0625rem);
  padding-bottom: calc(.55rem + .0625rem);
}

/* line 2399, app/assets/stylesheets/purpose/theme.css */
.form-control-plaintext {
  line-height: 1.7;
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding-top: .625rem;
  padding-bottom: .625rem;
  color: #6c7686;
  border: solid transparent;
  border-width: .0625rem 0;
  background-color: transparent;
}

/* line 2415, app/assets/stylesheets/purpose/theme.css */
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 2422, app/assets/stylesheets/purpose/theme.css */
.form-control-sm {
  font-size: .875rem;
  line-height: 1.5;
  height: calc(2.4125rem + .125rem);
  padding: .55rem 1rem;
  border-radius: .2rem;
}

/* line 2433, app/assets/stylesheets/purpose/theme.css */
.form-control-lg {
  font-size: 1.25rem;
  line-height: 1.5;
  height: calc(3.775rem + .125rem);
  padding: .95rem 1rem;
  border-radius: .375rem;
}

/* line 2444, app/assets/stylesheets/purpose/theme.css */
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

/* line 2450, app/assets/stylesheets/purpose/theme.css */
textarea.form-control {
  height: auto;
}

/* line 2455, app/assets/stylesheets/purpose/theme.css */
.form-group {
  margin-bottom: 1rem;
}

/* line 2460, app/assets/stylesheets/purpose/theme.css */
.form-text {
  display: block;
  margin-top: .25rem;
}

/* line 2467, app/assets/stylesheets/purpose/theme.css */
.form-row {
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
  flex-wrap: wrap;
}

/* line 2476, app/assets/stylesheets/purpose/theme.css */
.form-row > .col,
.form-row > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 2483, app/assets/stylesheets/purpose/theme.css */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 2492, app/assets/stylesheets/purpose/theme.css */
.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}

/* line 2499, app/assets/stylesheets/purpose/theme.css */
.form-check-input:disabled ~ .form-check-label {
  color: #6c7686;
}

/* line 2504, app/assets/stylesheets/purpose/theme.css */
.form-check-label {
  margin-bottom: 0;
}

/* line 2509, app/assets/stylesheets/purpose/theme.css */
.form-check-inline {
  display: inline-flex;
  margin-right: .75rem;
  padding-left: 0;
  align-items: center;
}

/* line 2518, app/assets/stylesheets/purpose/theme.css */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}

/* line 2527, app/assets/stylesheets/purpose/theme.css */
.valid-feedback {
  font-size: 80%;
  display: none;
  width: 100%;
  margin-top: .25rem;
  color: #4cd964;
}

/* line 2539, app/assets/stylesheets/purpose/theme.css */
.valid-tooltip {
  font-size: .875rem;
  line-height: 1;
  position: absolute;
  z-index: 5;
  top: 100%;
  display: none;
  max-width: 100%;
  margin-top: .1rem;
  padding: .5rem;
  color: #fff;
  border-radius: .2rem;
  background-color: rgba(76, 217, 100, 0.8);
}

/* line 2559, app/assets/stylesheets/purpose/theme.css */
.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #4cd964;
}

/* line 2567, app/assets/stylesheets/purpose/theme.css */
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #4cd964;
  box-shadow: 0 0 0 0 rgba(76, 217, 100, 0.25);
}

/* line 2576, app/assets/stylesheets/purpose/theme.css */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2590, app/assets/stylesheets/purpose/theme.css */
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #4cd964;
}

/* line 2596, app/assets/stylesheets/purpose/theme.css */
.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 2604, app/assets/stylesheets/purpose/theme.css */
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #4cd964;
}

/* line 2609, app/assets/stylesheets/purpose/theme.css */
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #b5efbf;
  background-color: #b5efbf;
}

/* line 2616, app/assets/stylesheets/purpose/theme.css */
.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 2624, app/assets/stylesheets/purpose/theme.css */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #b5efbf;
  background-color: #76e288;
}

/* line 2631, app/assets/stylesheets/purpose/theme.css */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(76, 217, 100, 0.25);
}

/* line 2637, app/assets/stylesheets/purpose/theme.css */
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #4cd964;
}

/* line 2642, app/assets/stylesheets/purpose/theme.css */
.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

/* line 2648, app/assets/stylesheets/purpose/theme.css */
.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 2656, app/assets/stylesheets/purpose/theme.css */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0 rgba(76, 217, 100, 0.25);
}

/* line 2662, app/assets/stylesheets/purpose/theme.css */
.invalid-feedback {
  font-size: 80%;
  display: none;
  width: 100%;
  margin-top: .25rem;
  color: #ff3b30;
}

/* line 2674, app/assets/stylesheets/purpose/theme.css */
.invalid-tooltip {
  font-size: .875rem;
  line-height: 1;
  position: absolute;
  z-index: 5;
  top: 100%;
  display: none;
  max-width: 100%;
  margin-top: .1rem;
  padding: .5rem;
  color: #fff;
  border-radius: .2rem;
  background-color: rgba(255, 59, 48, 0.8);
}

/* line 2694, app/assets/stylesheets/purpose/theme.css */
.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ff3b30;
}

/* line 2702, app/assets/stylesheets/purpose/theme.css */
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #ff3b30;
  box-shadow: 0 0 0 0 rgba(255, 59, 48, 0.25);
}

/* line 2711, app/assets/stylesheets/purpose/theme.css */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2725, app/assets/stylesheets/purpose/theme.css */
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #ff3b30;
}

/* line 2731, app/assets/stylesheets/purpose/theme.css */
.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 2739, app/assets/stylesheets/purpose/theme.css */
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff3b30;
}

/* line 2744, app/assets/stylesheets/purpose/theme.css */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ffb4b0;
  background-color: #ffb4b0;
}

/* line 2751, app/assets/stylesheets/purpose/theme.css */
.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 2759, app/assets/stylesheets/purpose/theme.css */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ffb4b0;
  background-color: #ff6b63;
}

/* line 2766, app/assets/stylesheets/purpose/theme.css */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(255, 59, 48, 0.25);
}

/* line 2772, app/assets/stylesheets/purpose/theme.css */
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff3b30;
}

/* line 2777, app/assets/stylesheets/purpose/theme.css */
.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

/* line 2783, app/assets/stylesheets/purpose/theme.css */
.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 2791, app/assets/stylesheets/purpose/theme.css */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0 rgba(255, 59, 48, 0.25);
}

/* line 2797, app/assets/stylesheets/purpose/theme.css */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 2804, app/assets/stylesheets/purpose/theme.css */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 2810, app/assets/stylesheets/purpose/theme.css */
  .form-inline label {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
  }
  /* line 2819, app/assets/stylesheets/purpose/theme.css */
  .form-inline .form-group {
    display: flex;
    margin-bottom: 0;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
  }
  /* line 2829, app/assets/stylesheets/purpose/theme.css */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2837, app/assets/stylesheets/purpose/theme.css */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 2841, app/assets/stylesheets/purpose/theme.css */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 2846, app/assets/stylesheets/purpose/theme.css */
  .form-inline .form-check {
    display: flex;
    width: auto;
    padding-left: 0;
    align-items: center;
    justify-content: center;
  }
  /* line 2856, app/assets/stylesheets/purpose/theme.css */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }
  /* line 2864, app/assets/stylesheets/purpose/theme.css */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 2869, app/assets/stylesheets/purpose/theme.css */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 2875, app/assets/stylesheets/purpose/theme.css */
.btn {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.7;
  display: inline-block;
  padding: .625rem 1.6rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: .0625rem solid transparent;
  border-radius: .25rem;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 2899, app/assets/stylesheets/purpose/theme.css */
  .btn {
    transition: none;
  }
}

/* line 2904, app/assets/stylesheets/purpose/theme.css */
.btn:hover,
.btn:focus {
  text-decoration: none;
}

/* line 2909, app/assets/stylesheets/purpose/theme.css */
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 4px 15px rgba(81, 15, 168, 0.35);
}

/* line 2915, app/assets/stylesheets/purpose/theme.css */
.btn.disabled,
.btn:disabled {
  opacity: .65;
  box-shadow: none;
}

/* line 2921, app/assets/stylesheets/purpose/theme.css */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 2925, app/assets/stylesheets/purpose/theme.css */
.btn:not(:disabled):not(.disabled):active,
.btn.active:not(:disabled):not(.disabled) {
  box-shadow: none;
}

/* line 2930, app/assets/stylesheets/purpose/theme.css */
.btn:not(:disabled):not(.disabled):active:focus,
.btn.active:not(:disabled):not(.disabled):focus {
  box-shadow: 0 4px 15px rgba(81, 15, 168, 0.35), none;
}

/* line 2936, app/assets/stylesheets/purpose/theme.css */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 2942, app/assets/stylesheets/purpose/theme.css */
.btn-primary {
  color: #fff;
  border-color: #510fa8;
  background-color: #510fa8;
  box-shadow: none;
}

/* line 2949, app/assets/stylesheets/purpose/theme.css */
.btn-primary:hover {
  color: #fff;
  border-color: #3a0b79;
  background-color: #400c85;
}

/* line 2955, app/assets/stylesheets/purpose/theme.css */
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: none, 0 0 0 0 rgba(81, 15, 168, 0.5);
}

/* line 2960, app/assets/stylesheets/purpose/theme.css */
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  border-color: #510fa8;
  background-color: #510fa8;
}

/* line 2967, app/assets/stylesheets/purpose/theme.css */
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary.active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  border-color: #350a6d;
  background-color: #3a0b79;
}

/* line 2975, app/assets/stylesheets/purpose/theme.css */
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(81, 15, 168, 0.5);
}

/* line 2982, app/assets/stylesheets/purpose/theme.css */
.btn-secondary {
  color: #212529;
  border-color: #fafafa;
  background-color: #fafafa;
  box-shadow: none;
}

/* line 2989, app/assets/stylesheets/purpose/theme.css */
.btn-secondary:hover {
  color: #212529;
  border-color: #e1e1e1;
  background-color: #e7e7e7;
}

/* line 2995, app/assets/stylesheets/purpose/theme.css */
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: none, 0 0 0 0 rgba(250, 250, 250, 0.5);
}

/* line 3000, app/assets/stylesheets/purpose/theme.css */
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #212529;
  border-color: #fafafa;
  background-color: #fafafa;
}

/* line 3007, app/assets/stylesheets/purpose/theme.css */
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary.active:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle {
  color: #212529;
  border-color: #dadada;
  background-color: #e1e1e1;
}

/* line 3015, app/assets/stylesheets/purpose/theme.css */
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(250, 250, 250, 0.5);
}

/* line 3022, app/assets/stylesheets/purpose/theme.css */
.btn-success {
  color: #fff;
  border-color: #4cd964;
  background-color: #4cd964;
  box-shadow: none;
}

/* line 3029, app/assets/stylesheets/purpose/theme.css */
.btn-success:hover {
  color: #fff;
  border-color: #2ac845;
  background-color: #2dd249;
}

/* line 3035, app/assets/stylesheets/purpose/theme.css */
.btn-success:focus,
.btn-success.focus {
  box-shadow: none, 0 0 0 0 rgba(76, 217, 100, 0.5);
}

/* line 3040, app/assets/stylesheets/purpose/theme.css */
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  border-color: #4cd964;
  background-color: #4cd964;
}

/* line 3047, app/assets/stylesheets/purpose/theme.css */
.btn-success:not(:disabled):not(.disabled):active,
.btn-success.active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
  color: #fff;
  border-color: #28bd42;
  background-color: #2ac845;
}

/* line 3055, app/assets/stylesheets/purpose/theme.css */
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(76, 217, 100, 0.5);
}

/* line 3062, app/assets/stylesheets/purpose/theme.css */
.btn-info {
  color: #fff;
  border-color: #24b7fa;
  background-color: #24b7fa;
  box-shadow: none;
}

/* line 3069, app/assets/stylesheets/purpose/theme.css */
.btn-info:hover {
  color: #fff;
  border-color: #059fe6;
  background-color: #06a8f2;
}

/* line 3075, app/assets/stylesheets/purpose/theme.css */
.btn-info:focus,
.btn-info.focus {
  box-shadow: none, 0 0 0 0 rgba(36, 183, 250, 0.5);
}

/* line 3080, app/assets/stylesheets/purpose/theme.css */
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  border-color: #24b7fa;
  background-color: #24b7fa;
}

/* line 3087, app/assets/stylesheets/purpose/theme.css */
.btn-info:not(:disabled):not(.disabled):active,
.btn-info.active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
  color: #fff;
  border-color: #0597d9;
  background-color: #059fe6;
}

/* line 3095, app/assets/stylesheets/purpose/theme.css */
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(36, 183, 250, 0.5);
}

/* line 3102, app/assets/stylesheets/purpose/theme.css */
.btn-warning {
  color: #fff;
  border-color: #ff9500;
  background-color: #ff9500;
  box-shadow: none;
}

/* line 3109, app/assets/stylesheets/purpose/theme.css */
.btn-warning:hover {
  color: #fff;
  border-color: #c70;
  background-color: #d97f00;
}

/* line 3115, app/assets/stylesheets/purpose/theme.css */
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: none, 0 0 0 0 rgba(255, 149, 0, 0.5);
}

/* line 3120, app/assets/stylesheets/purpose/theme.css */
.btn-warning.disabled,
.btn-warning:disabled {
  color: #fff;
  border-color: #ff9500;
  background-color: #ff9500;
}

/* line 3127, app/assets/stylesheets/purpose/theme.css */
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning.active:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  border-color: #bf7000;
  background-color: #c70;
}

/* line 3135, app/assets/stylesheets/purpose/theme.css */
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(255, 149, 0, 0.5);
}

/* line 3142, app/assets/stylesheets/purpose/theme.css */
.btn-danger {
  color: #fff;
  border-color: #ff3b30;
  background-color: #ff3b30;
  box-shadow: none;
}

/* line 3149, app/assets/stylesheets/purpose/theme.css */
.btn-danger:hover {
  color: #fff;
  border-color: #fc0d00;
  background-color: #ff170a;
}

/* line 3155, app/assets/stylesheets/purpose/theme.css */
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: none, 0 0 0 0 rgba(255, 59, 48, 0.5);
}

/* line 3160, app/assets/stylesheets/purpose/theme.css */
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  border-color: #ff3b30;
  background-color: #ff3b30;
}

/* line 3167, app/assets/stylesheets/purpose/theme.css */
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger.active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  border-color: #ef0d00;
  background-color: #fc0d00;
}

/* line 3175, app/assets/stylesheets/purpose/theme.css */
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(255, 59, 48, 0.5);
}

/* line 3182, app/assets/stylesheets/purpose/theme.css */
.btn-light {
  color: #212529;
  border-color: #ced4da;
  background-color: #ced4da;
  box-shadow: none;
}

/* line 3189, app/assets/stylesheets/purpose/theme.css */
.btn-light:hover {
  color: #212529;
  border-color: #b1bbc4;
  background-color: #b8c1ca;
}

/* line 3195, app/assets/stylesheets/purpose/theme.css */
.btn-light:focus,
.btn-light.focus {
  box-shadow: none, 0 0 0 0 rgba(206, 212, 218, 0.5);
}

/* line 3200, app/assets/stylesheets/purpose/theme.css */
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  border-color: #ced4da;
  background-color: #ced4da;
}

/* line 3207, app/assets/stylesheets/purpose/theme.css */
.btn-light:not(:disabled):not(.disabled):active,
.btn-light.active:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle {
  color: #212529;
  border-color: #aab4bf;
  background-color: #b1bbc4;
}

/* line 3215, app/assets/stylesheets/purpose/theme.css */
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(206, 212, 218, 0.5);
}

/* line 3222, app/assets/stylesheets/purpose/theme.css */
.btn-dark {
  color: #fff;
  border-color: #24292E;
  background-color: #24292E;
  box-shadow: none;
}

/* line 3229, app/assets/stylesheets/purpose/theme.css */
.btn-dark:hover {
  color: #fff;
  border-color: black;
  background-color: #010408;
}

/* line 3235, app/assets/stylesheets/purpose/theme.css */
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: none, 0 0 0 0 rgba(5, 23, 42, 0.5);
}

/* line 3240, app/assets/stylesheets/purpose/theme.css */
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  border-color: #24292E;
  background-color: #24292E;
}

/* line 3247, app/assets/stylesheets/purpose/theme.css */
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark.active:not(:disabled):not(.disabled),
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  border-color: black;
  background-color: black;
}

/* line 3255, app/assets/stylesheets/purpose/theme.css */
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(5, 23, 42, 0.5);
}

/* line 3262, app/assets/stylesheets/purpose/theme.css */
.btn-white {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
  box-shadow: none;
}

/* line 3269, app/assets/stylesheets/purpose/theme.css */
.btn-white:hover {
  color: #212529;
  border-color: #e6e6e6;
  background-color: #ececec;
}

/* line 3275, app/assets/stylesheets/purpose/theme.css */
.btn-white:focus,
.btn-white.focus {
  box-shadow: none, 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 3280, app/assets/stylesheets/purpose/theme.css */
.btn-white.disabled,
.btn-white:disabled {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

/* line 3287, app/assets/stylesheets/purpose/theme.css */
.btn-white:not(:disabled):not(.disabled):active,
.btn-white.active:not(:disabled):not(.disabled),
.show > .btn-white.dropdown-toggle {
  color: #212529;
  border-color: #dfdfdf;
  background-color: #e6e6e6;
}

/* line 3295, app/assets/stylesheets/purpose/theme.css */
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white.active:not(:disabled):not(.disabled):focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 3302, app/assets/stylesheets/purpose/theme.css */
.btn-darker {
  color: #fff;
  border-color: #020b13;
  background-color: #020b13;
  box-shadow: none;
}

/* line 3309, app/assets/stylesheets/purpose/theme.css */
.btn-darker:hover {
  color: #fff;
  border-color: black;
  background-color: black;
}

/* line 3315, app/assets/stylesheets/purpose/theme.css */
.btn-darker:focus,
.btn-darker.focus {
  box-shadow: none, 0 0 0 0 rgba(2, 11, 19, 0.5);
}

/* line 3320, app/assets/stylesheets/purpose/theme.css */
.btn-darker.disabled,
.btn-darker:disabled {
  color: #fff;
  border-color: #020b13;
  background-color: #020b13;
}

/* line 3327, app/assets/stylesheets/purpose/theme.css */
.btn-darker:not(:disabled):not(.disabled):active,
.btn-darker.active:not(:disabled):not(.disabled),
.show > .btn-darker.dropdown-toggle {
  color: #fff;
  border-color: black;
  background-color: black;
}

/* line 3335, app/assets/stylesheets/purpose/theme.css */
.btn-darker:not(:disabled):not(.disabled):active:focus,
.btn-darker.active:not(:disabled):not(.disabled):focus,
.show > .btn-darker.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(2, 11, 19, 0.5);
}

/* line 3342, app/assets/stylesheets/purpose/theme.css */
.btn-outline-primary {
  color: #510fa8;
  border-color: #510fa8;
  background-color: transparent;
  background-image: none;
}

/* line 3349, app/assets/stylesheets/purpose/theme.css */
.btn-outline-primary:hover {
  color: #fff;
  border-color: #510fa8;
  background-color: #510fa8;
}

/* line 3355, app/assets/stylesheets/purpose/theme.css */
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(81, 15, 168, 0.5);
}

/* line 3360, app/assets/stylesheets/purpose/theme.css */
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #510fa8;
  background-color: transparent;
}

/* line 3366, app/assets/stylesheets/purpose/theme.css */
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary.active:not(:disabled):not(.disabled),
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  border-color: #510fa8;
  background-color: #510fa8;
}

/* line 3374, app/assets/stylesheets/purpose/theme.css */
.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 rgba(81, 15, 168, 0.5);
}

/* line 3381, app/assets/stylesheets/purpose/theme.css */
.btn-outline-secondary {
  color: #fafafa;
  border-color: #fafafa;
  background-color: transparent;
  background-image: none;
}

/* line 3388, app/assets/stylesheets/purpose/theme.css */
.btn-outline-secondary:hover {
  color: #212529;
  border-color: #fafafa;
  background-color: #fafafa;
}

/* line 3394, app/assets/stylesheets/purpose/theme.css */
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(250, 250, 250, 0.5);
}

/* line 3399, app/assets/stylesheets/purpose/theme.css */
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #fafafa;
  background-color: transparent;
}

/* line 3405, app/assets/stylesheets/purpose/theme.css */
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary.active:not(:disabled):not(.disabled),
.show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  border-color: #fafafa;
  background-color: #fafafa;
}

/* line 3413, app/assets/stylesheets/purpose/theme.css */
.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 rgba(250, 250, 250, 0.5);
}

/* line 3420, app/assets/stylesheets/purpose/theme.css */
.btn-outline-success {
  color: #4cd964;
  border-color: #4cd964;
  background-color: transparent;
  background-image: none;
}

/* line 3427, app/assets/stylesheets/purpose/theme.css */
.btn-outline-success:hover {
  color: #fff;
  border-color: #4cd964;
  background-color: #4cd964;
}

/* line 3433, app/assets/stylesheets/purpose/theme.css */
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(76, 217, 100, 0.5);
}

/* line 3438, app/assets/stylesheets/purpose/theme.css */
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #4cd964;
  background-color: transparent;
}

/* line 3444, app/assets/stylesheets/purpose/theme.css */
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success.active:not(:disabled):not(.disabled),
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  border-color: #4cd964;
  background-color: #4cd964;
}

/* line 3452, app/assets/stylesheets/purpose/theme.css */
.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 rgba(76, 217, 100, 0.5);
}

/* line 3459, app/assets/stylesheets/purpose/theme.css */
.btn-outline-info {
  color: #24b7fa;
  border-color: #24b7fa;
  background-color: transparent;
  background-image: none;
}

/* line 3466, app/assets/stylesheets/purpose/theme.css */
.btn-outline-info:hover {
  color: #fff;
  border-color: #24b7fa;
  background-color: #24b7fa;
}

/* line 3472, app/assets/stylesheets/purpose/theme.css */
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(36, 183, 250, 0.5);
}

/* line 3477, app/assets/stylesheets/purpose/theme.css */
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #24b7fa;
  background-color: transparent;
}

/* line 3483, app/assets/stylesheets/purpose/theme.css */
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info.active:not(:disabled):not(.disabled),
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  border-color: #24b7fa;
  background-color: #24b7fa;
}

/* line 3491, app/assets/stylesheets/purpose/theme.css */
.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 rgba(36, 183, 250, 0.5);
}

/* line 3498, app/assets/stylesheets/purpose/theme.css */
.btn-outline-warning {
  color: #ff9500;
  border-color: #ff9500;
  background-color: transparent;
  background-image: none;
}

/* line 3505, app/assets/stylesheets/purpose/theme.css */
.btn-outline-warning:hover {
  color: #fff;
  border-color: #ff9500;
  background-color: #ff9500;
}

/* line 3511, app/assets/stylesheets/purpose/theme.css */
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 149, 0, 0.5);
}

/* line 3516, app/assets/stylesheets/purpose/theme.css */
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ff9500;
  background-color: transparent;
}

/* line 3522, app/assets/stylesheets/purpose/theme.css */
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning.active:not(:disabled):not(.disabled),
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  border-color: #ff9500;
  background-color: #ff9500;
}

/* line 3530, app/assets/stylesheets/purpose/theme.css */
.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 rgba(255, 149, 0, 0.5);
}

/* line 3537, app/assets/stylesheets/purpose/theme.css */
.btn-outline-danger {
  color: #ff3b30;
  border-color: #ff3b30;
  background-color: transparent;
  background-image: none;
}

/* line 3544, app/assets/stylesheets/purpose/theme.css */
.btn-outline-danger:hover {
  color: #fff;
  border-color: #ff3b30;
  background-color: #ff3b30;
}

/* line 3550, app/assets/stylesheets/purpose/theme.css */
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 59, 48, 0.5);
}

/* line 3555, app/assets/stylesheets/purpose/theme.css */
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #ff3b30;
  background-color: transparent;
}

/* line 3561, app/assets/stylesheets/purpose/theme.css */
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger.active:not(:disabled):not(.disabled),
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  border-color: #ff3b30;
  background-color: #ff3b30;
}

/* line 3569, app/assets/stylesheets/purpose/theme.css */
.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 rgba(255, 59, 48, 0.5);
}

/* line 3576, app/assets/stylesheets/purpose/theme.css */
.btn-outline-light {
  color: #ced4da;
  border-color: #ced4da;
  background-color: transparent;
  background-image: none;
}

/* line 3583, app/assets/stylesheets/purpose/theme.css */
.btn-outline-light:hover {
  color: #212529;
  border-color: #ced4da;
  background-color: #ced4da;
}

/* line 3589, app/assets/stylesheets/purpose/theme.css */
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(206, 212, 218, 0.5);
}

/* line 3594, app/assets/stylesheets/purpose/theme.css */
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #ced4da;
  background-color: transparent;
}

/* line 3600, app/assets/stylesheets/purpose/theme.css */
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light.active:not(:disabled):not(.disabled),
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  border-color: #ced4da;
  background-color: #ced4da;
}

/* line 3608, app/assets/stylesheets/purpose/theme.css */
.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 rgba(206, 212, 218, 0.5);
}

/* line 3615, app/assets/stylesheets/purpose/theme.css */
.btn-outline-dark {
  color: #24292E;
  border-color: #24292E;
  background-color: transparent;
  background-image: none;
}

/* line 3622, app/assets/stylesheets/purpose/theme.css */
.btn-outline-dark:hover {
  color: #fff;
  border-color: #24292E;
  background-color: #24292E;
}

/* line 3628, app/assets/stylesheets/purpose/theme.css */
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(5, 23, 42, 0.5);
}

/* line 3633, app/assets/stylesheets/purpose/theme.css */
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #24292E;
  background-color: transparent;
}

/* line 3639, app/assets/stylesheets/purpose/theme.css */
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark.active:not(:disabled):not(.disabled),
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  border-color: #24292E;
  background-color: #24292E;
}

/* line 3647, app/assets/stylesheets/purpose/theme.css */
.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 rgba(5, 23, 42, 0.5);
}

/* line 3654, app/assets/stylesheets/purpose/theme.css */
.btn-outline-white {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  background-image: none;
}

/* line 3661, app/assets/stylesheets/purpose/theme.css */
.btn-outline-white:hover {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

/* line 3667, app/assets/stylesheets/purpose/theme.css */
.btn-outline-white:focus,
.btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 3672, app/assets/stylesheets/purpose/theme.css */
.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

/* line 3678, app/assets/stylesheets/purpose/theme.css */
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white.active:not(:disabled):not(.disabled),
.show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

/* line 3686, app/assets/stylesheets/purpose/theme.css */
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 3693, app/assets/stylesheets/purpose/theme.css */
.btn-outline-darker {
  color: #020b13;
  border-color: #020b13;
  background-color: transparent;
  background-image: none;
}

/* line 3700, app/assets/stylesheets/purpose/theme.css */
.btn-outline-darker:hover {
  color: #fff;
  border-color: #020b13;
  background-color: #020b13;
}

/* line 3706, app/assets/stylesheets/purpose/theme.css */
.btn-outline-darker:focus,
.btn-outline-darker.focus {
  box-shadow: 0 0 0 0 rgba(2, 11, 19, 0.5);
}

/* line 3711, app/assets/stylesheets/purpose/theme.css */
.btn-outline-darker.disabled,
.btn-outline-darker:disabled {
  color: #020b13;
  background-color: transparent;
}

/* line 3717, app/assets/stylesheets/purpose/theme.css */
.btn-outline-darker:not(:disabled):not(.disabled):active,
.btn-outline-darker.active:not(:disabled):not(.disabled),
.show > .btn-outline-darker.dropdown-toggle {
  color: #fff;
  border-color: #020b13;
  background-color: #020b13;
}

/* line 3725, app/assets/stylesheets/purpose/theme.css */
.btn-outline-darker:not(:disabled):not(.disabled):active:focus,
.btn-outline-darker.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-darker.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(2, 11, 19, 0.5);
}

/* line 3732, app/assets/stylesheets/purpose/theme.css */
.btn-link {
  font-weight: 400;
  color: #510fa8;
  background-color: transparent;
}

/* line 3739, app/assets/stylesheets/purpose/theme.css */
.btn-link:hover {
  text-decoration: unone;
  color: #2f0962;
  border-color: transparent;
  background-color: transparent;
  -webkit-text-decoration: unone;
}

/* line 3749, app/assets/stylesheets/purpose/theme.css */
.btn-link:focus,
.btn-link.focus {
  text-decoration: unone;
  border-color: transparent;
  box-shadow: none;
  -webkit-text-decoration: unone;
}

/* line 3759, app/assets/stylesheets/purpose/theme.css */
.btn-link:disabled,
.btn-link.disabled {
  pointer-events: none;
  color: #6c7686;
}

/* line 3767, app/assets/stylesheets/purpose/theme.css */
.btn-lg,
.btn-group-lg > .btn {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: .95rem 1rem;
  border-radius: .375rem;
}

/* line 3778, app/assets/stylesheets/purpose/theme.css */
.btn-sm,
.btn-group-sm > .btn {
  font-size: .875rem;
  line-height: 1.5;
  padding: .55rem 1rem;
  border-radius: .25rem;
}

/* line 3789, app/assets/stylesheets/purpose/theme.css */
.btn-block {
  display: block;
  width: 100%;
}

/* line 3795, app/assets/stylesheets/purpose/theme.css */
.btn-block + .btn-block {
  margin-top: .5rem;
}

/* line 3800, app/assets/stylesheets/purpose/theme.css */
input.btn-block[type='submit'],
input.btn-block[type='reset'],
input.btn-block[type='button'] {
  width: 100%;
}

/* line 3807, app/assets/stylesheets/purpose/theme.css */
.fade {
  transition: opacity .15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 3813, app/assets/stylesheets/purpose/theme.css */
  .fade {
    transition: none;
  }
}

/* line 3818, app/assets/stylesheets/purpose/theme.css */
.fade:not(.show) {
  opacity: 0;
}

/* line 3823, app/assets/stylesheets/purpose/theme.css */
.collapse:not(.show) {
  display: none;
}

/* line 3828, app/assets/stylesheets/purpose/theme.css */
.collapsing {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: height .35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 3840, app/assets/stylesheets/purpose/theme.css */
  .collapsing {
    transition: none;
  }
}

/* line 3846, app/assets/stylesheets/purpose/theme.css */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 3854, app/assets/stylesheets/purpose/theme.css */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  content: '';
  vertical-align: .255em;
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

/* line 3871, app/assets/stylesheets/purpose/theme.css */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3876, app/assets/stylesheets/purpose/theme.css */
.dropdown-menu {
  font-size: 1rem;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  display: none;
  float: left;
  min-width: 12rem;
  margin: .125rem 0 0;
  padding: .35rem 0;
  list-style: none;
  text-align: left;
  color: #6c7686;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

/* line 3904, app/assets/stylesheets/purpose/theme.css */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 3910, app/assets/stylesheets/purpose/theme.css */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}

/* line 3919, app/assets/stylesheets/purpose/theme.css */
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  content: '';
  vertical-align: .255em;
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}

/* line 3936, app/assets/stylesheets/purpose/theme.css */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3941, app/assets/stylesheets/purpose/theme.css */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem;
}

/* line 3951, app/assets/stylesheets/purpose/theme.css */
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  content: '';
  vertical-align: .255em;
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}

/* line 3968, app/assets/stylesheets/purpose/theme.css */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3973, app/assets/stylesheets/purpose/theme.css */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 3978, app/assets/stylesheets/purpose/theme.css */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem;
}

/* line 3988, app/assets/stylesheets/purpose/theme.css */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  content: '';
  vertical-align: .255em;
}

/* line 4000, app/assets/stylesheets/purpose/theme.css */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 4005, app/assets/stylesheets/purpose/theme.css */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .255em;
  content: '';
  vertical-align: .255em;
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}

/* line 4021, app/assets/stylesheets/purpose/theme.css */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 4026, app/assets/stylesheets/purpose/theme.css */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 4031, app/assets/stylesheets/purpose/theme.css */
.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 4040, app/assets/stylesheets/purpose/theme.css */
.dropdown-divider {
  overflow: hidden;
  height: 0;
  margin: .5rem 0;
  border-top: 1px solid #e9ecef;
}

/* line 4050, app/assets/stylesheets/purpose/theme.css */
.dropdown-item {
  font-weight: 400;
  display: block;
  clear: both;
  width: 100%;
  padding: .25rem 1rem;
  text-align: inherit;
  white-space: nowrap;
  color: #212529;
  border: 0;
  background-color: transparent;
}

/* line 4067, app/assets/stylesheets/purpose/theme.css */
.dropdown-item:hover,
.dropdown-item:focus {
  text-decoration: none;
  color: #16181b;
  background-color: #f5f9fb;
}

/* line 4075, app/assets/stylesheets/purpose/theme.css */
.dropdown-item.active,
.dropdown-item:active {
  text-decoration: none;
  color: #16181b;
  background-color: #dceaf1;
}

/* line 4083, app/assets/stylesheets/purpose/theme.css */
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c7686;
  background-color: transparent;
}

/* line 4090, app/assets/stylesheets/purpose/theme.css */
.dropdown-menu.show {
  display: block;
}

/* line 4095, app/assets/stylesheets/purpose/theme.css */
.dropdown-header {
  font-size: .875rem;
  display: block;
  margin-bottom: 0;
  padding: .35rem 1rem;
  white-space: nowrap;
  color: #6c7686;
}

/* line 4109, app/assets/stylesheets/purpose/theme.css */
.dropdown-item-text {
  display: block;
  padding: .25rem 1rem;
  color: #212529;
}

/* line 4118, app/assets/stylesheets/purpose/theme.css */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 4127, app/assets/stylesheets/purpose/theme.css */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

/* line 4134, app/assets/stylesheets/purpose/theme.css */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 4139, app/assets/stylesheets/purpose/theme.css */
.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 4148, app/assets/stylesheets/purpose/theme.css */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -.0625rem;
}

/* line 4160, app/assets/stylesheets/purpose/theme.css */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 4167, app/assets/stylesheets/purpose/theme.css */
.btn-toolbar .input-group {
  width: auto;
}

/* line 4172, app/assets/stylesheets/purpose/theme.css */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 4177, app/assets/stylesheets/purpose/theme.css */
.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 4184, app/assets/stylesheets/purpose/theme.css */
.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 4191, app/assets/stylesheets/purpose/theme.css */
.dropdown-toggle-split {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

/* line 4196, app/assets/stylesheets/purpose/theme.css */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 4202, app/assets/stylesheets/purpose/theme.css */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 4207, app/assets/stylesheets/purpose/theme.css */
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}

/* line 4214, app/assets/stylesheets/purpose/theme.css */
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}

/* line 4221, app/assets/stylesheets/purpose/theme.css */
.btn-group.show .dropdown-toggle {
  box-shadow: none;
}

/* line 4225, app/assets/stylesheets/purpose/theme.css */
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

/* line 4230, app/assets/stylesheets/purpose/theme.css */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 4237, app/assets/stylesheets/purpose/theme.css */
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

/* line 4242, app/assets/stylesheets/purpose/theme.css */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -.0625rem;
  margin-left: 0;
}

/* line 4250, app/assets/stylesheets/purpose/theme.css */
.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 4256, app/assets/stylesheets/purpose/theme.css */
.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 4263, app/assets/stylesheets/purpose/theme.css */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 4268, app/assets/stylesheets/purpose/theme.css */
.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 4280, app/assets/stylesheets/purpose/theme.css */
.input-group {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
}

/* line 4291, app/assets/stylesheets/purpose/theme.css */
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  width: 1%;
  margin-bottom: 0;
  flex: 1 1 auto;
}

/* line 4302, app/assets/stylesheets/purpose/theme.css */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -.0625rem;
}

/* line 4314, app/assets/stylesheets/purpose/theme.css */
.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 4320, app/assets/stylesheets/purpose/theme.css */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 4324, app/assets/stylesheets/purpose/theme.css */
.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 4330, app/assets/stylesheets/purpose/theme.css */
.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 4336, app/assets/stylesheets/purpose/theme.css */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 4342, app/assets/stylesheets/purpose/theme.css */
.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 4348, app/assets/stylesheets/purpose/theme.css */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4354, app/assets/stylesheets/purpose/theme.css */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 4359, app/assets/stylesheets/purpose/theme.css */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 4365, app/assets/stylesheets/purpose/theme.css */
.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: -.0625rem;
}

/* line 4377, app/assets/stylesheets/purpose/theme.css */
.input-group-prepend {
  margin-right: -.0625rem;
}

/* line 4382, app/assets/stylesheets/purpose/theme.css */
.input-group-append {
  margin-left: -.0625rem;
}

/* line 4387, app/assets/stylesheets/purpose/theme.css */
.input-group-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  display: flex;
  margin-bottom: 0;
  padding: .625rem 1.1rem;
  text-align: center;
  white-space: nowrap;
  color: #adb5bd;
  border: .0625rem solid #ced4da;
  border-radius: .25rem;
  background-color: #f5f9fb;
  align-items: center;
}

/* line 4408, app/assets/stylesheets/purpose/theme.css */
.input-group-text input[type='radio'],
.input-group-text input[type='checkbox'] {
  margin-top: 0;
}

/* line 4414, app/assets/stylesheets/purpose/theme.css */
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  font-size: 1.25rem;
  line-height: 1.5;
  height: calc(3.775rem + .125rem);
  padding: .95rem 1rem;
  border-radius: .375rem;
}

/* line 4429, app/assets/stylesheets/purpose/theme.css */
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  font-size: .875rem;
  line-height: 1.5;
  height: calc(2.4125rem + .125rem);
  padding: .55rem 1rem;
  border-radius: .2rem;
}

/* line 4444, app/assets/stylesheets/purpose/theme.css */
.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 4455, app/assets/stylesheets/purpose/theme.css */
.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 4466, app/assets/stylesheets/purpose/theme.css */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.7rem;
  padding-left: 1.75rem;
}

/* line 4476, app/assets/stylesheets/purpose/theme.css */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 4483, app/assets/stylesheets/purpose/theme.css */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 4490, app/assets/stylesheets/purpose/theme.css */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #510fa8;
  box-shadow: none;
}

/* line 4496, app/assets/stylesheets/purpose/theme.css */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 4px 10px 0 rgba(0, 0, 0, 0.04);
}

/* line 4500, app/assets/stylesheets/purpose/theme.css */
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #510fa8;
  box-shadow: none;
}

/* line 4506, app/assets/stylesheets/purpose/theme.css */
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c7686;
}

/* line 4510, app/assets/stylesheets/purpose/theme.css */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 4515, app/assets/stylesheets/purpose/theme.css */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

/* line 4521, app/assets/stylesheets/purpose/theme.css */
.custom-control-label::before {
  position: absolute;
  top: .225rem;
  left: -1.75rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: '';
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  background-color: #fff;
  box-shadow: none;
}

/* line 4542, app/assets/stylesheets/purpose/theme.css */
.custom-control-label::after {
  position: absolute;
  top: .225rem;
  left: -1.75rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 4560, app/assets/stylesheets/purpose/theme.css */
.custom-checkbox .custom-control-label::before {
  border-radius: .2rem;
}

/* line 4565, app/assets/stylesheets/purpose/theme.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #510fa8;
}

/* line 4570, app/assets/stylesheets/purpose/theme.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

/* line 4575, app/assets/stylesheets/purpose/theme.css */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #510fa8;
  box-shadow: none;
}

/* line 4581, app/assets/stylesheets/purpose/theme.css */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

/* line 4586, app/assets/stylesheets/purpose/theme.css */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(81, 15, 168, 0.5);
}

/* line 4591, app/assets/stylesheets/purpose/theme.css */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(81, 15, 168, 0.5);
}

/* line 4596, app/assets/stylesheets/purpose/theme.css */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 4601, app/assets/stylesheets/purpose/theme.css */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #510fa8;
}

/* line 4606, app/assets/stylesheets/purpose/theme.css */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

/* line 4611, app/assets/stylesheets/purpose/theme.css */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(81, 15, 168, 0.5);
}

/* line 4616, app/assets/stylesheets/purpose/theme.css */
.custom-select {
  line-height: 1.7;
  display: inline-block;
  width: 100%;
  height: calc(2.95rem + .125rem);
  padding: .375rem 1.75rem .375rem .75rem;
  vertical-align: middle;
  color: #495057;
  border: .0625rem solid #ced4da;
  border-radius: .25rem;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 4639, app/assets/stylesheets/purpose/theme.css */
.custom-select:focus {
  border-color: rgba(81, 15, 168, 0.5);
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(81, 15, 168, 0.5);
}

/* line 4645, app/assets/stylesheets/purpose/theme.css */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 4650, app/assets/stylesheets/purpose/theme.css */
.custom-select[multiple],
.custom-select[size]:not([size='1']) {
  height: auto;
  padding-right: .75rem;
  background-image: none;
}

/* line 4658, app/assets/stylesheets/purpose/theme.css */
.custom-select:disabled {
  color: #6c7686;
  background-color: #e9ecef;
}

/* line 4663, app/assets/stylesheets/purpose/theme.css */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 4668, app/assets/stylesheets/purpose/theme.css */
.custom-select-sm {
  font-size: 75%;
  height: calc(2.4125rem + .125rem);
  padding-top: .375rem;
  padding-bottom: .375rem;
}

/* line 4677, app/assets/stylesheets/purpose/theme.css */
.custom-select-lg {
  font-size: 125%;
  height: calc(3.775rem + .125rem);
  padding-top: .375rem;
  padding-bottom: .375rem;
}

/* line 4686, app/assets/stylesheets/purpose/theme.css */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.95rem + .125rem);
  margin-bottom: 0;
}

/* line 4697, app/assets/stylesheets/purpose/theme.css */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.95rem + .125rem);
  margin: 0;
  opacity: 0;
}

/* line 4708, app/assets/stylesheets/purpose/theme.css */
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgba(81, 15, 168, 0.5);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.04);
}

/* line 4713, app/assets/stylesheets/purpose/theme.css */
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: rgba(81, 15, 168, 0.5);
}

/* line 4717, app/assets/stylesheets/purpose/theme.css */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 4721, app/assets/stylesheets/purpose/theme.css */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: 'Browse';
}

/* line 4726, app/assets/stylesheets/purpose/theme.css */
.custom-file-label {
  line-height: 1.7;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: calc(2.95rem + .125rem);
  padding: .625rem 1.1rem;
  color: #495057;
  border: .0625rem solid #ced4da;
  border-radius: .25rem;
  background-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 4745, app/assets/stylesheets/purpose/theme.css */
.custom-file-label::after {
  line-height: 1.7;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 2.95rem;
  padding: .625rem 1.1rem;
  content: 'Browse';
  color: #495057;
  border-left: .0625rem solid #ced4da;
  border-radius: 0 .25rem .25rem 0;
  background-color: #f5f9fb;
}

/* line 4768, app/assets/stylesheets/purpose/theme.css */
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 4779, app/assets/stylesheets/purpose/theme.css */
.custom-range:focus {
  outline: none;
}

/* line 4783, app/assets/stylesheets/purpose/theme.css */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 4px 10px 0 rgba(0, 0, 0, 0.04);
}

/* line 4787, app/assets/stylesheets/purpose/theme.css */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 4px 10px 0 rgba(0, 0, 0, 0.04);
}

/* line 4791, app/assets/stylesheets/purpose/theme.css */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 4px 10px 0 rgba(0, 0, 0, 0.04);
}

/* line 4795, app/assets/stylesheets/purpose/theme.css */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 4799, app/assets/stylesheets/purpose/theme.css */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background-color: #510fa8;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 4817, app/assets/stylesheets/purpose/theme.css */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 4822, app/assets/stylesheets/purpose/theme.css */
.custom-range::-webkit-slider-thumb:active {
  background-color: #ac77f3;
}

/* line 4826, app/assets/stylesheets/purpose/theme.css */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  cursor: pointer;
  color: transparent;
  border-color: transparent;
  border-radius: 1rem;
  background-color: #dee2e6;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

/* line 4839, app/assets/stylesheets/purpose/theme.css */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background-color: #510fa8;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -moz-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 4856, app/assets/stylesheets/purpose/theme.css */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 4861, app/assets/stylesheets/purpose/theme.css */
.custom-range::-moz-range-thumb:active {
  background-color: #ac77f3;
}

/* line 4865, app/assets/stylesheets/purpose/theme.css */
.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  cursor: pointer;
  color: transparent;
  border-color: transparent;
  border-radius: 1rem;
  background-color: #dee2e6;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

/* line 4878, app/assets/stylesheets/purpose/theme.css */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background-color: #510fa8;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 4897, app/assets/stylesheets/purpose/theme.css */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 4902, app/assets/stylesheets/purpose/theme.css */
.custom-range::-ms-thumb:active {
  background-color: #ac77f3;
}

/* line 4906, app/assets/stylesheets/purpose/theme.css */
.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  cursor: pointer;
  color: transparent;
  border-width: .5rem;
  border-color: transparent;
  background-color: transparent;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

/* line 4919, app/assets/stylesheets/purpose/theme.css */
.custom-range::-ms-fill-lower {
  border-radius: 1rem;
  background-color: #dee2e6;
}

/* line 4924, app/assets/stylesheets/purpose/theme.css */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  border-radius: 1rem;
  background-color: #dee2e6;
}

/* line 4932, app/assets/stylesheets/purpose/theme.css */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 4940, app/assets/stylesheets/purpose/theme.css */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 4948, app/assets/stylesheets/purpose/theme.css */
.nav {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
}

/* line 4960, app/assets/stylesheets/purpose/theme.css */
.nav-link {
  display: block;
  padding: .25rem .75rem;
}

/* line 4966, app/assets/stylesheets/purpose/theme.css */
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

/* line 4971, app/assets/stylesheets/purpose/theme.css */
.nav-link.disabled {
  color: #6c7686;
}

/* line 4976, app/assets/stylesheets/purpose/theme.css */
.nav-tabs {
  border-bottom: .0625rem solid #dee2e6;
}

/* line 4980, app/assets/stylesheets/purpose/theme.css */
.nav-tabs .nav-item {
  margin-bottom: -.0625rem;
}

/* line 4984, app/assets/stylesheets/purpose/theme.css */
.nav-tabs .nav-link {
  border: .0625rem solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/* line 4990, app/assets/stylesheets/purpose/theme.css */
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 4995, app/assets/stylesheets/purpose/theme.css */
.nav-tabs .nav-link.disabled {
  color: #6c7686;
  border-color: transparent;
  background-color: transparent;
}

/* line 5001, app/assets/stylesheets/purpose/theme.css */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  border-color: #dee2e6 #dee2e6 #fff;
  background-color: #fff;
}

/* line 5008, app/assets/stylesheets/purpose/theme.css */
.nav-tabs .dropdown-menu {
  margin-top: -.0625rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5016, app/assets/stylesheets/purpose/theme.css */
.nav-pills .nav-link {
  border-radius: .25rem;
}

/* line 5021, app/assets/stylesheets/purpose/theme.css */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #510fa8;
}

/* line 5028, app/assets/stylesheets/purpose/theme.css */
.nav-fill .nav-item {
  text-align: center;
  flex: 1 1 auto;
}

/* line 5035, app/assets/stylesheets/purpose/theme.css */
.nav-justified .nav-item {
  text-align: center;
  flex-basis: 0;
  flex-grow: 1;
}

/* line 5043, app/assets/stylesheets/purpose/theme.css */
.tab-content > .tab-pane {
  display: none;
}

/* line 5048, app/assets/stylesheets/purpose/theme.css */
.tab-content > .active {
  display: block;
}

/* line 5053, app/assets/stylesheets/purpose/theme.css */
.navbar {
  position: relative;
  display: flex;
  padding: .5rem 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 5065, app/assets/stylesheets/purpose/theme.css */
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 5075, app/assets/stylesheets/purpose/theme.css */
.navbar-brand {
  font-size: 1.25rem;
  line-height: inherit;
  display: inline-block;
  margin-right: 1rem;
  padding-top: .0375rem;
  padding-bottom: .0375rem;
  white-space: nowrap;
}

/* line 5088, app/assets/stylesheets/purpose/theme.css */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 5094, app/assets/stylesheets/purpose/theme.css */
.navbar-nav {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 5104, app/assets/stylesheets/purpose/theme.css */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 5109, app/assets/stylesheets/purpose/theme.css */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 5116, app/assets/stylesheets/purpose/theme.css */
.navbar-text {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

/* line 5124, app/assets/stylesheets/purpose/theme.css */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 5131, app/assets/stylesheets/purpose/theme.css */
.navbar-toggler {
  font-size: 1.25rem;
  line-height: 1;
  padding: .25rem .75rem;
  border: .0625rem solid transparent;
  border-radius: .25rem;
  background-color: transparent;
}

/* line 5142, app/assets/stylesheets/purpose/theme.css */
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

/* line 5147, app/assets/stylesheets/purpose/theme.css */
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 5152, app/assets/stylesheets/purpose/theme.css */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  content: '';
  vertical-align: middle;
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 5168, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 5178, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 5183, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 5187, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 5191, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* line 5196, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 5201, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 5207, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 5215, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 5225, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 5230, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 5234, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 5238, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* line 5243, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 5248, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 5254, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 5262, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 5272, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 5277, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 5281, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 5285, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* line 5290, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 5295, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 5301, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 5309, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 5319, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 5324, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 5328, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 5332, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* line 5337, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 5342, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 5348, app/assets/stylesheets/purpose/theme.css */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 5354, app/assets/stylesheets/purpose/theme.css */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 5359, app/assets/stylesheets/purpose/theme.css */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 5365, app/assets/stylesheets/purpose/theme.css */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 5369, app/assets/stylesheets/purpose/theme.css */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 5373, app/assets/stylesheets/purpose/theme.css */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 5378, app/assets/stylesheets/purpose/theme.css */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

/* line 5383, app/assets/stylesheets/purpose/theme.css */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 5389, app/assets/stylesheets/purpose/theme.css */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 5394, app/assets/stylesheets/purpose/theme.css */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 5398, app/assets/stylesheets/purpose/theme.css */
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 5404, app/assets/stylesheets/purpose/theme.css */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 5408, app/assets/stylesheets/purpose/theme.css */
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 5413, app/assets/stylesheets/purpose/theme.css */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 5418, app/assets/stylesheets/purpose/theme.css */
.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 5426, app/assets/stylesheets/purpose/theme.css */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: transparent;
}

/* line 5432, app/assets/stylesheets/purpose/theme.css */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 5437, app/assets/stylesheets/purpose/theme.css */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 5441, app/assets/stylesheets/purpose/theme.css */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 5445, app/assets/stylesheets/purpose/theme.css */
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 5451, app/assets/stylesheets/purpose/theme.css */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 5455, app/assets/stylesheets/purpose/theme.css */
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 5461, app/assets/stylesheets/purpose/theme.css */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.85);
}

/* line 5465, app/assets/stylesheets/purpose/theme.css */
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
}

/* line 5470, app/assets/stylesheets/purpose/theme.css */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 5475, app/assets/stylesheets/purpose/theme.css */
.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 5483, app/assets/stylesheets/purpose/theme.css */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.85);
  border-color: transparent;
}

/* line 5489, app/assets/stylesheets/purpose/theme.css */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.85)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 5494, app/assets/stylesheets/purpose/theme.css */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.85);
}

/* line 5498, app/assets/stylesheets/purpose/theme.css */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 5502, app/assets/stylesheets/purpose/theme.css */
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5508, app/assets/stylesheets/purpose/theme.css */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: 0.0625rem solid rgba(0, 0, 0, 0.08);
  border-radius: .375rem;
  background-color: #fff;
  background-clip: border-box;
}

/* line 5524, app/assets/stylesheets/purpose/theme.css */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 5529, app/assets/stylesheets/purpose/theme.css */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
}

/* line 5534, app/assets/stylesheets/purpose/theme.css */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

/* line 5540, app/assets/stylesheets/purpose/theme.css */
.card-body {
  padding: 1.5rem;
  flex: 1 1 auto;
}

/* line 5547, app/assets/stylesheets/purpose/theme.css */
.card-title {
  margin-bottom: 1.25rem;
}

/* line 5552, app/assets/stylesheets/purpose/theme.css */
.card-subtitle {
  margin-top: -.625rem;
  margin-bottom: 0;
}

/* line 5558, app/assets/stylesheets/purpose/theme.css */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 5563, app/assets/stylesheets/purpose/theme.css */
.card-link:hover {
  text-decoration: none;
}

/* line 5568, app/assets/stylesheets/purpose/theme.css */
.card-link + .card-link {
  margin-left: 1.5rem;
}

/* line 5573, app/assets/stylesheets/purpose/theme.css */
.card-header {
  margin-bottom: 0;
  padding: 1.25rem 1.5rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.08);
  background-color: transparent;
}

/* line 5581, app/assets/stylesheets/purpose/theme.css */
.card-header:first-child {
  border-radius: calc(.375rem - .0625rem) calc(.375rem - .0625rem) 0 0;
}

/* line 5585, app/assets/stylesheets/purpose/theme.css */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 5590, app/assets/stylesheets/purpose/theme.css */
.card-footer {
  padding: 1.25rem 1.5rem;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.08);
  background-color: transparent;
}

/* line 5597, app/assets/stylesheets/purpose/theme.css */
.card-footer:last-child {
  border-radius: 0 0 calc(.375rem - .0625rem) calc(.375rem - .0625rem);
}

/* line 5602, app/assets/stylesheets/purpose/theme.css */
.card-header-tabs {
  margin-right: -.75rem;
  margin-bottom: -1.25rem;
  margin-left: -.75rem;
  border-bottom: 0;
}

/* line 5611, app/assets/stylesheets/purpose/theme.css */
.card-header-pills {
  margin-right: -.75rem;
  margin-left: -.75rem;
}

/* line 5617, app/assets/stylesheets/purpose/theme.css */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 5628, app/assets/stylesheets/purpose/theme.css */
.card-img {
  width: 100%;
  border-radius: calc(.375rem - .0625rem);
}

/* line 5635, app/assets/stylesheets/purpose/theme.css */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.375rem - .0625rem);
  border-top-right-radius: calc(.375rem - .0625rem);
}

/* line 5643, app/assets/stylesheets/purpose/theme.css */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.375rem - .0625rem);
  border-bottom-left-radius: calc(.375rem - .0625rem);
}

/* line 5651, app/assets/stylesheets/purpose/theme.css */
.card-deck {
  display: flex;
  flex-direction: column;
}

/* line 5656, app/assets/stylesheets/purpose/theme.css */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 5662, app/assets/stylesheets/purpose/theme.css */
  .card-deck {
    margin-right: -15px;
    margin-left: -15px;
    flex-flow: row wrap;
  }
  /* line 5669, app/assets/stylesheets/purpose/theme.css */
  .card-deck .card {
    display: flex;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
    flex: 1 0;
  }
}

/* line 5682, app/assets/stylesheets/purpose/theme.css */
.card-group {
  display: flex;
  flex-direction: column;
}

/* line 5687, app/assets/stylesheets/purpose/theme.css */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 5693, app/assets/stylesheets/purpose/theme.css */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 5697, app/assets/stylesheets/purpose/theme.css */
  .card-group > .card {
    margin-bottom: 0;
    flex: 1 0;
  }
  /* line 5703, app/assets/stylesheets/purpose/theme.css */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 5709, app/assets/stylesheets/purpose/theme.css */
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 5714, app/assets/stylesheets/purpose/theme.css */
  .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  /* line 5719, app/assets/stylesheets/purpose/theme.css */
  .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 5724, app/assets/stylesheets/purpose/theme.css */
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 5729, app/assets/stylesheets/purpose/theme.css */
  .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  /* line 5734, app/assets/stylesheets/purpose/theme.css */
  .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  /* line 5739, app/assets/stylesheets/purpose/theme.css */
  .card-group > .card:only-child {
    border-radius: .375rem;
  }
  /* line 5743, app/assets/stylesheets/purpose/theme.css */
  .card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem;
  }
  /* line 5749, app/assets/stylesheets/purpose/theme.css */
  .card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
    border-bottom-right-radius: .375rem;
    border-bottom-left-radius: .375rem;
  }
  /* line 5755, app/assets/stylesheets/purpose/theme.css */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  /* line 5759, app/assets/stylesheets/purpose/theme.css */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

/* line 5768, app/assets/stylesheets/purpose/theme.css */
.card-columns .card {
  margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
  /* line 5775, app/assets/stylesheets/purpose/theme.css */
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 5782, app/assets/stylesheets/purpose/theme.css */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 5790, app/assets/stylesheets/purpose/theme.css */
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 5796, app/assets/stylesheets/purpose/theme.css */
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 5801, app/assets/stylesheets/purpose/theme.css */
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5808, app/assets/stylesheets/purpose/theme.css */
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5814, app/assets/stylesheets/purpose/theme.css */
.breadcrumb {
  display: flex;
  margin-bottom: 1rem;
  padding: .75rem 1rem;
  list-style: none;
  border-radius: .25rem;
  background-color: transparent;
  flex-wrap: wrap;
}

/* line 5829, app/assets/stylesheets/purpose/theme.css */
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}

/* line 5833, app/assets/stylesheets/purpose/theme.css */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  content: '/';
  color: #6c7686;
}

/* line 5844, app/assets/stylesheets/purpose/theme.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 5849, app/assets/stylesheets/purpose/theme.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 5854, app/assets/stylesheets/purpose/theme.css */
.breadcrumb-item.active {
  color: #6c7686;
}

/* line 5859, app/assets/stylesheets/purpose/theme.css */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

/* line 5870, app/assets/stylesheets/purpose/theme.css */
.page-link {
  line-height: 1.25;
  position: relative;
  display: block;
  margin-left: -.0625rem;
  padding: .5rem .75rem;
  color: #6c7686;
  border: .0625rem solid #dee2e6;
  background-color: #fff;
}

/* line 5885, app/assets/stylesheets/purpose/theme.css */
.page-link:hover {
  z-index: 2;
  text-decoration: none;
  color: #6c7686;
  border-color: #dee2e6;
  background-color: #dee2e6;
}

/* line 5895, app/assets/stylesheets/purpose/theme.css */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.04);
}

/* line 5902, app/assets/stylesheets/purpose/theme.css */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 5907, app/assets/stylesheets/purpose/theme.css */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 5915, app/assets/stylesheets/purpose/theme.css */
.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/* line 5921, app/assets/stylesheets/purpose/theme.css */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  border-color: #510fa8;
  background-color: #510fa8;
}

/* line 5930, app/assets/stylesheets/purpose/theme.css */
.page-item.disabled .page-link {
  cursor: auto;
  pointer-events: none;
  color: #6c7686;
  border-color: #dee2e6;
  background-color: #fff;
}

/* line 5940, app/assets/stylesheets/purpose/theme.css */
.pagination-lg .page-link {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: .75rem 1.5rem;
}

/* line 5948, app/assets/stylesheets/purpose/theme.css */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

/* line 5954, app/assets/stylesheets/purpose/theme.css */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .375rem;
  border-bottom-right-radius: .375rem;
}

/* line 5960, app/assets/stylesheets/purpose/theme.css */
.pagination-sm .page-link {
  font-size: .875rem;
  line-height: 1.5;
  padding: .25rem .5rem;
}

/* line 5968, app/assets/stylesheets/purpose/theme.css */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

/* line 5974, app/assets/stylesheets/purpose/theme.css */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}

/* line 5980, app/assets/stylesheets/purpose/theme.css */
.badge {
  font-size: 83%;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  padding: .25rem .625rem;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  border-radius: .25rem;
}

/* line 5996, app/assets/stylesheets/purpose/theme.css */
.badge:empty {
  display: none;
}

/* line 6001, app/assets/stylesheets/purpose/theme.css */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 6007, app/assets/stylesheets/purpose/theme.css */
.badge-pill {
  padding-right: .65em;
  padding-left: .65em;
  border-radius: 10rem;
}

/* line 6015, app/assets/stylesheets/purpose/theme.css */
.badge-primary {
  color: #2e016a;
  background-color: #ac77f3;
}

/* line 6020, app/assets/stylesheets/purpose/theme.css */
.badge-primary[href]:hover,
.badge-primary[href]:focus {
  text-decoration: none;
  color: #2e0268;
  background-color: #8230ed;
}

/* line 6029, app/assets/stylesheets/purpose/theme.css */
.badge-secondary {
  color: #dacdcd;
  background-color: white;
}

/* line 6034, app/assets/stylesheets/purpose/theme.css */
.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  text-decoration: none;
  color: #d9cfcf;
  background-color: #d9d9d9;
}

/* line 6043, app/assets/stylesheets/purpose/theme.css */
.badge-success {
  color: #16c333;
  background-color: #dff8e4;
}

/* line 6048, app/assets/stylesheets/purpose/theme.css */
.badge-success[href]:hover,
.badge-success[href]:focus {
  text-decoration: none;
  color: #19c035;
  background-color: #a0ebad;
}

/* line 6057, app/assets/stylesheets/purpose/theme.css */
.badge-info {
  color: #0090d2;
  background-color: #d3f0fe;
}

/* line 6062, app/assets/stylesheets/purpose/theme.css */
.badge-info[href]:hover,
.badge-info[href]:focus {
  text-decoration: none;
  color: #0090d2;
  background-color: #88d8fc;
}

/* line 6071, app/assets/stylesheets/purpose/theme.css */
.badge-warning {
  color: #b36800;
  background-color: #ffdfb3;
}

/* line 6076, app/assets/stylesheets/purpose/theme.css */
.badge-warning[href]:hover,
.badge-warning[href]:focus {
  text-decoration: none;
  color: #b36800;
  background-color: #ffbf66;
}

/* line 6085, app/assets/stylesheets/purpose/theme.css */
.badge-danger {
  color: #e30c00;
  background-color: #ffe4e3;
}

/* line 6090, app/assets/stylesheets/purpose/theme.css */
.badge-danger[href]:hover,
.badge-danger[href]:focus {
  text-decoration: none;
  color: #e30c00;
  background-color: #ff9c96;
}

/* line 6099, app/assets/stylesheets/purpose/theme.css */
.badge-light {
  color: #96aec5;
  background-color: white;
}

/* line 6104, app/assets/stylesheets/purpose/theme.css */
.badge-light[href]:hover,
.badge-light[href]:focus {
  text-decoration: none;
  color: #99aec3;
  background-color: #d9d9d9;
}

/* line 6113, app/assets/stylesheets/purpose/theme.css */
.badge-dark {
  color: black;
  background-color: #186eca;
}

/* line 6118, app/assets/stylesheets/purpose/theme.css */
.badge-dark[href]:hover,
.badge-dark[href]:focus {
  text-decoration: none;
  color: black;
  background-color: #104985;
}

/* line 6127, app/assets/stylesheets/purpose/theme.css */
.badge-white {
  color: #ded3d3;
  background-color: white;
}

/* line 6132, app/assets/stylesheets/purpose/theme.css */
.badge-white[href]:hover,
.badge-white[href]:focus {
  text-decoration: none;
  color: #ddd4d4;
  background-color: #d9d9d9;
}

/* line 6141, app/assets/stylesheets/purpose/theme.css */
.badge-darker {
  color: black;
  background-color: #1562b3;
}

/* line 6146, app/assets/stylesheets/purpose/theme.css */
.badge-darker[href]:hover,
.badge-darker[href]:focus {
  text-decoration: none;
  color: black;
  background-color: #0d3c6e;
}

/* line 6155, app/assets/stylesheets/purpose/theme.css */
.jumbotron {
  margin-bottom: 2rem;
  padding: 2rem 1rem;
  border-radius: .375rem;
  background-color: #e9ecef;
}

@media (min-width: 576px) {
  /* line 6165, app/assets/stylesheets/purpose/theme.css */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 6171, app/assets/stylesheets/purpose/theme.css */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 6179, app/assets/stylesheets/purpose/theme.css */
.alert {
  position: relative;
  margin-bottom: 1rem;
  padding: 1rem 1.5rem;
  border: .0625rem solid transparent;
  border-radius: .25rem;
}

/* line 6190, app/assets/stylesheets/purpose/theme.css */
.alert-heading {
  color: inherit;
}

/* line 6195, app/assets/stylesheets/purpose/theme.css */
.alert-link {
  font-weight: 600;
}

/* line 6200, app/assets/stylesheets/purpose/theme.css */
.alert-dismissible {
  padding-right: 4.5rem;
}

/* line 6204, app/assets/stylesheets/purpose/theme.css */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem 1.5rem;
  color: inherit;
}

/* line 6215, app/assets/stylesheets/purpose/theme.css */
.alert-primary {
  color: #fff;
  border-color: #6d35b6;
  background-color: #6d35b6;
}

/* line 6221, app/assets/stylesheets/purpose/theme.css */
.alert-primary hr {
  border-top-color: #612fa2;
}

/* line 6225, app/assets/stylesheets/purpose/theme.css */
.alert-primary .alert-link {
  color: #3a0b79;
}

/* line 6230, app/assets/stylesheets/purpose/theme.css */
.alert-secondary {
  color: #212529;
  border-color: #fbfbfb;
  background-color: #fbfbfb;
}

/* line 6236, app/assets/stylesheets/purpose/theme.css */
.alert-secondary hr {
  border-top-color: #eee;
}

/* line 6240, app/assets/stylesheets/purpose/theme.css */
.alert-secondary .alert-link {
  color: #e1e1e1;
}

/* line 6245, app/assets/stylesheets/purpose/theme.css */
.alert-success {
  color: #fff;
  border-color: #69df7d;
  background-color: #69df7d;
}

/* line 6251, app/assets/stylesheets/purpose/theme.css */
.alert-success hr {
  border-top-color: #54db6b;
}

/* line 6255, app/assets/stylesheets/purpose/theme.css */
.alert-success .alert-link {
  color: #2ac845;
}

/* line 6260, app/assets/stylesheets/purpose/theme.css */
.alert-info {
  color: #fff;
  border-color: #47c3fb;
  background-color: #47c3fb;
}

/* line 6266, app/assets/stylesheets/purpose/theme.css */
.alert-info hr {
  border-top-color: #2ebbfa;
}

/* line 6270, app/assets/stylesheets/purpose/theme.css */
.alert-info .alert-link {
  color: #059fe6;
}

/* line 6275, app/assets/stylesheets/purpose/theme.css */
.alert-warning {
  color: #fff;
  border-color: #ffa629;
  background-color: #ffa629;
}

/* line 6281, app/assets/stylesheets/purpose/theme.css */
.alert-warning hr {
  border-top-color: #ff9b10;
}

/* line 6285, app/assets/stylesheets/purpose/theme.css */
.alert-warning .alert-link {
  color: #c70;
}

/* line 6290, app/assets/stylesheets/purpose/theme.css */
.alert-danger {
  color: #fff;
  border-color: #ff5a51;
  background-color: #ff5a51;
}

/* line 6296, app/assets/stylesheets/purpose/theme.css */
.alert-danger hr {
  border-top-color: #ff4238;
}

/* line 6300, app/assets/stylesheets/purpose/theme.css */
.alert-danger .alert-link {
  color: #fc0d00;
}

/* line 6305, app/assets/stylesheets/purpose/theme.css */
.alert-light {
  color: #212529;
  border-color: #d6dbe0;
  background-color: #d6dbe0;
}

/* line 6311, app/assets/stylesheets/purpose/theme.css */
.alert-light hr {
  border-top-color: #c7ced5;
}

/* line 6315, app/assets/stylesheets/purpose/theme.css */
.alert-light .alert-link {
  color: #b1bbc4;
}

/* line 6320, app/assets/stylesheets/purpose/theme.css */
.alert-dark {
  color: #fff;
  border-color: #2d3c4c;
  background-color: #2d3c4c;
}

/* line 6326, app/assets/stylesheets/purpose/theme.css */
.alert-dark hr {
  border-top-color: #242f3c;
}

/* line 6330, app/assets/stylesheets/purpose/theme.css */
.alert-dark .alert-link {
  color: black;
}

/* line 6335, app/assets/stylesheets/purpose/theme.css */
.alert-white {
  color: #212529;
  border-color: white;
  background-color: white;
}

/* line 6341, app/assets/stylesheets/purpose/theme.css */
.alert-white hr {
  border-top-color: #f2f2f2;
}

/* line 6345, app/assets/stylesheets/purpose/theme.css */
.alert-white .alert-link {
  color: #e6e6e6;
}

/* line 6350, app/assets/stylesheets/purpose/theme.css */
.alert-darker {
  color: #fff;
  border-color: #2b3239;
  background-color: #2b3239;
}

/* line 6356, app/assets/stylesheets/purpose/theme.css */
.alert-darker hr {
  border-top-color: #20252a;
}

/* line 6360, app/assets/stylesheets/purpose/theme.css */
.alert-darker .alert-link {
  color: black;
}

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

/* line 6377, app/assets/stylesheets/purpose/theme.css */
.progress {
  font-size: .75rem;
  display: flex;
  overflow: hidden;
  height: 1rem;
  border-radius: .25rem;
  background-color: #e9ecef;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

/* line 6391, app/assets/stylesheets/purpose/theme.css */
.progress-bar {
  display: flex;
  flex-direction: column;
  transition: width .6s ease;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #510fa8;
  justify-content: center;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6407, app/assets/stylesheets/purpose/theme.css */
  .progress-bar {
    transition: none;
  }
}

/* line 6413, app/assets/stylesheets/purpose/theme.css */
.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 6419, app/assets/stylesheets/purpose/theme.css */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

/* line 6424, app/assets/stylesheets/purpose/theme.css */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6431, app/assets/stylesheets/purpose/theme.css */
.media-body {
  flex: 1 1;
}

/* line 6436, app/assets/stylesheets/purpose/theme.css */
.list-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
}

/* line 6445, app/assets/stylesheets/purpose/theme.css */
.list-group-item-action {
  width: 100%;
  text-align: inherit;
  color: #495057;
}

/* line 6453, app/assets/stylesheets/purpose/theme.css */
.list-group-item-action:hover,
.list-group-item-action:focus {
  text-decoration: none;
  color: #495057;
  background-color: #f5f9fb;
}

/* line 6461, app/assets/stylesheets/purpose/theme.css */
.list-group-item-action:active {
  color: #495057;
  background-color: #e9ecef;
}

/* line 6467, app/assets/stylesheets/purpose/theme.css */
.list-group-item {
  position: relative;
  display: block;
  margin-bottom: -.0625rem;
  padding: 1rem 1.25rem;
  border: .0625rem solid #e9ecef;
  background-color: #fff;
}

/* line 6479, app/assets/stylesheets/purpose/theme.css */
.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/* line 6484, app/assets/stylesheets/purpose/theme.css */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 6491, app/assets/stylesheets/purpose/theme.css */
.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

/* line 6498, app/assets/stylesheets/purpose/theme.css */
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c7686;
  background-color: #fff;
}

/* line 6504, app/assets/stylesheets/purpose/theme.css */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  border-color: #510fa8;
  background-color: #510fa8;
}

/* line 6513, app/assets/stylesheets/purpose/theme.css */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 6520, app/assets/stylesheets/purpose/theme.css */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 6525, app/assets/stylesheets/purpose/theme.css */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 6530, app/assets/stylesheets/purpose/theme.css */
.list-group-item-primary {
  color: #2a0857;
  background-color: #cebce7;
}

/* line 6535, app/assets/stylesheets/purpose/theme.css */
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #2a0857;
  background-color: #c0a9e0;
}

/* line 6541, app/assets/stylesheets/purpose/theme.css */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  border-color: #2a0857;
  background-color: #2a0857;
}

/* line 6548, app/assets/stylesheets/purpose/theme.css */
.list-group-item-secondary {
  color: #828282;
  background-color: #fefefe;
}

/* line 6553, app/assets/stylesheets/purpose/theme.css */
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #828282;
  background-color: #f1f1f1;
}

/* line 6559, app/assets/stylesheets/purpose/theme.css */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  border-color: #828282;
  background-color: #828282;
}

/* line 6566, app/assets/stylesheets/purpose/theme.css */
.list-group-item-success {
  color: #287134;
  background-color: #cdf4d4;
}

/* line 6571, app/assets/stylesheets/purpose/theme.css */
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #287134;
  background-color: #b8efc2;
}

/* line 6577, app/assets/stylesheets/purpose/theme.css */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  border-color: #287134;
  background-color: #287134;
}

/* line 6584, app/assets/stylesheets/purpose/theme.css */
.list-group-item-info {
  color: #135f82;
  background-color: #c2ebfe;
}

/* line 6589, app/assets/stylesheets/purpose/theme.css */
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #135f82;
  background-color: #a9e3fe;
}

/* line 6595, app/assets/stylesheets/purpose/theme.css */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  border-color: #135f82;
  background-color: #135f82;
}

/* line 6602, app/assets/stylesheets/purpose/theme.css */
.list-group-item-warning {
  color: #854d00;
  background-color: #ffe1b8;
}

/* line 6607, app/assets/stylesheets/purpose/theme.css */
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #854d00;
  background-color: #ffd69f;
}

/* line 6613, app/assets/stylesheets/purpose/theme.css */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  border-color: #854d00;
  background-color: #854d00;
}

/* line 6620, app/assets/stylesheets/purpose/theme.css */
.list-group-item-danger {
  color: #851f19;
  background-color: #ffc8c5;
}

/* line 6625, app/assets/stylesheets/purpose/theme.css */
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #851f19;
  background-color: #ffb0ac;
}

/* line 6631, app/assets/stylesheets/purpose/theme.css */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  border-color: #851f19;
  background-color: #851f19;
}

/* line 6638, app/assets/stylesheets/purpose/theme.css */
.list-group-item-light {
  color: #6b6e71;
  background-color: #f1f3f5;
}

/* line 6643, app/assets/stylesheets/purpose/theme.css */
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #6b6e71;
  background-color: #e2e6ea;
}

/* line 6649, app/assets/stylesheets/purpose/theme.css */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  border-color: #6b6e71;
  background-color: #6b6e71;
}

/* line 6656, app/assets/stylesheets/purpose/theme.css */
.list-group-item-dark {
  color: #030c16;
  background-color: #b9bec3;
}

/* line 6661, app/assets/stylesheets/purpose/theme.css */
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #030c16;
  background-color: #abb1b7;
}

/* line 6667, app/assets/stylesheets/purpose/theme.css */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  border-color: #030c16;
  background-color: #030c16;
}

/* line 6674, app/assets/stylesheets/purpose/theme.css */
.list-group-item-white {
  color: #858585;
  background-color: white;
}

/* line 6679, app/assets/stylesheets/purpose/theme.css */
.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

/* line 6685, app/assets/stylesheets/purpose/theme.css */
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  border-color: #858585;
  background-color: #858585;
}

/* line 6692, app/assets/stylesheets/purpose/theme.css */
.list-group-item-darker {
  color: #01050a;
  background-color: #b8bbbd;
}

/* line 6697, app/assets/stylesheets/purpose/theme.css */
.list-group-item-darker.list-group-item-action:hover,
.list-group-item-darker.list-group-item-action:focus {
  color: #01050a;
  background-color: #abaeb1;
}

/* line 6703, app/assets/stylesheets/purpose/theme.css */
.list-group-item-darker.list-group-item-action.active {
  color: #fff;
  border-color: #01050a;
  background-color: #01050a;
}

/* line 6710, app/assets/stylesheets/purpose/theme.css */
.close {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  float: right;
  opacity: .5;
  color: rgba(255, 255, 255, 0.6);
  text-shadow: none;
}

/* line 6722, app/assets/stylesheets/purpose/theme.css */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 6726, app/assets/stylesheets/purpose/theme.css */
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  text-decoration: none;
  opacity: .75;
  color: rgba(255, 255, 255, 0.6);
}

/* line 6735, app/assets/stylesheets/purpose/theme.css */
button.close {
  padding: 0;
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
}

/* line 6745, app/assets/stylesheets/purpose/theme.css */
.modal-open {
  overflow: hidden;
}

/* line 6749, app/assets/stylesheets/purpose/theme.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 6755, app/assets/stylesheets/purpose/theme.css */
.modal {
  position: fixed;
  z-index: 1050;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  outline: 0;
}

/* line 6770, app/assets/stylesheets/purpose/theme.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

/* line 6779, app/assets/stylesheets/purpose/theme.css */
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6786, app/assets/stylesheets/purpose/theme.css */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 6791, app/assets/stylesheets/purpose/theme.css */
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

/* line 6796, app/assets/stylesheets/purpose/theme.css */
.modal-dialog-centered {
  display: flex;
  min-height: calc(100% - (.5rem * 2));
  align-items: center;
}

/* line 6804, app/assets/stylesheets/purpose/theme.css */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: '';
}

/* line 6813, app/assets/stylesheets/purpose/theme.css */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .25rem;
  outline: 0;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
}

/* line 6832, app/assets/stylesheets/purpose/theme.css */
.modal-backdrop {
  position: fixed;
  z-index: 1040;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
}

/* line 6843, app/assets/stylesheets/purpose/theme.css */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 6847, app/assets/stylesheets/purpose/theme.css */
.modal-backdrop.show {
  opacity: .3;
}

/* line 6852, app/assets/stylesheets/purpose/theme.css */
.modal-header {
  display: flex;
  padding: 1.25rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  align-items: flex-start;
  justify-content: space-between;
}

/* line 6865, app/assets/stylesheets/purpose/theme.css */
.modal-header .close {
  margin: -1.25rem -1.25rem -1.25rem auto;
  padding: 1.25rem;
}

/* line 6871, app/assets/stylesheets/purpose/theme.css */
.modal-title {
  line-height: 1.7;
  margin-bottom: 0;
}

/* line 6878, app/assets/stylesheets/purpose/theme.css */
.modal-body {
  position: relative;
  padding: 1.5rem;
  flex: 1 1 auto;
}

/* line 6887, app/assets/stylesheets/purpose/theme.css */
.modal-footer {
  display: flex;
  padding: 1.5rem;
  border-top: 1px solid #e9ecef;
  align-items: center;
  justify-content: flex-end;
}

/* line 6898, app/assets/stylesheets/purpose/theme.css */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 6902, app/assets/stylesheets/purpose/theme.css */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 6907, app/assets/stylesheets/purpose/theme.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  overflow: scroll;
  width: 50px;
  height: 50px;
}

@media (min-width: 576px) {
  /* line 6920, app/assets/stylesheets/purpose/theme.css */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 6925, app/assets/stylesheets/purpose/theme.css */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  /* line 6929, app/assets/stylesheets/purpose/theme.css */
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  /* line 6933, app/assets/stylesheets/purpose/theme.css */
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }
  /* line 6937, app/assets/stylesheets/purpose/theme.css */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 6945, app/assets/stylesheets/purpose/theme.css */
  .modal-lg {
    max-width: 800px;
  }
}

/* line 6951, app/assets/stylesheets/purpose/theme.css */
.tooltip {
  font-family: 'Barlow', sans-serif;
  font-size: .875rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  text-align: left;
  text-align: start;
  white-space: normal;
  text-decoration: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  word-wrap: break-word;
  word-break: normal;
  opacity: 0;
  text-shadow: none;
  line-break: auto;
}

/* line 6981, app/assets/stylesheets/purpose/theme.css */
.tooltip.show {
  opacity: .9;
}

/* line 6985, app/assets/stylesheets/purpose/theme.css */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

/* line 6994, app/assets/stylesheets/purpose/theme.css */
.tooltip .arrow::before {
  position: absolute;
  content: '';
  border-style: solid;
  border-color: transparent;
}

/* line 7004, app/assets/stylesheets/purpose/theme.css */
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^='top'] {
  padding: .4rem 0;
}

/* line 7009, app/assets/stylesheets/purpose/theme.css */
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^='top'] .arrow {
  bottom: 0;
}

/* line 7014, app/assets/stylesheets/purpose/theme.css */
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^='top'] .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}

/* line 7023, app/assets/stylesheets/purpose/theme.css */
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^='right'] {
  padding: 0 .4rem;
}

/* line 7028, app/assets/stylesheets/purpose/theme.css */
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^='right'] .arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}

/* line 7036, app/assets/stylesheets/purpose/theme.css */
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^='right'] .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}

/* line 7045, app/assets/stylesheets/purpose/theme.css */
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^='bottom'] {
  padding: .4rem 0;
}

/* line 7050, app/assets/stylesheets/purpose/theme.css */
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^='bottom'] .arrow {
  top: 0;
}

/* line 7055, app/assets/stylesheets/purpose/theme.css */
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^='bottom'] .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}

/* line 7064, app/assets/stylesheets/purpose/theme.css */
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^='left'] {
  padding: 0 .4rem;
}

/* line 7069, app/assets/stylesheets/purpose/theme.css */
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^='left'] .arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}

/* line 7077, app/assets/stylesheets/purpose/theme.css */
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^='left'] .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}

/* line 7086, app/assets/stylesheets/purpose/theme.css */
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  text-align: center;
  color: #fff;
  border-radius: .25rem;
  background-color: #000;
}

/* line 7098, app/assets/stylesheets/purpose/theme.css */
.popover {
  font-family: 'Barlow', sans-serif;
  font-size: .875rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  position: absolute;
  z-index: 1060;
  top: 0;
  left: 0;
  display: block;
  max-width: 276px;
  text-align: left;
  text-align: start;
  white-space: normal;
  text-decoration: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  word-wrap: break-word;
  word-break: normal;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: .375rem;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);
  text-shadow: none;
  line-break: auto;
}

/* line 7134, app/assets/stylesheets/purpose/theme.css */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1.5rem;
  height: .75rem;
  margin: 0 .375rem;
}

/* line 7144, app/assets/stylesheets/purpose/theme.css */
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: '';
  border-style: solid;
  border-color: transparent;
}

/* line 7157, app/assets/stylesheets/purpose/theme.css */
.bs-popover-top,
.bs-popover-auto[x-placement^='top'] {
  margin-bottom: .75rem;
}

/* line 7162, app/assets/stylesheets/purpose/theme.css */
.bs-popover-top .arrow,
.bs-popover-auto[x-placement^='top'] .arrow {
  bottom: calc((.75rem + 1px) * -1);
}

/* line 7167, app/assets/stylesheets/purpose/theme.css */
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^='top'] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-width: .75rem .75rem 0;
}

/* line 7174, app/assets/stylesheets/purpose/theme.css */
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^='top'] .arrow::before {
  bottom: 0;
  border-top-color: transparent;
}

/* line 7182, app/assets/stylesheets/purpose/theme.css */
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^='top'] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

/* line 7190, app/assets/stylesheets/purpose/theme.css */
.bs-popover-right,
.bs-popover-auto[x-placement^='right'] {
  margin-left: .75rem;
}

/* line 7195, app/assets/stylesheets/purpose/theme.css */
.bs-popover-right .arrow,
.bs-popover-auto[x-placement^='right'] .arrow {
  left: calc((.75rem + 1px) * -1);
  width: .75rem;
  height: 1.5rem;
  margin: .375rem 0;
}

/* line 7204, app/assets/stylesheets/purpose/theme.css */
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^='right'] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-width: .75rem .75rem .75rem 0;
}

/* line 7211, app/assets/stylesheets/purpose/theme.css */
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^='right'] .arrow::before {
  left: 0;
  border-right-color: transparent;
}

/* line 7219, app/assets/stylesheets/purpose/theme.css */
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^='right'] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

/* line 7227, app/assets/stylesheets/purpose/theme.css */
.bs-popover-bottom,
.bs-popover-auto[x-placement^='bottom'] {
  margin-top: .75rem;
}

/* line 7232, app/assets/stylesheets/purpose/theme.css */
.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^='bottom'] .arrow {
  top: calc((.75rem + 1px) * -1);
}

/* line 7237, app/assets/stylesheets/purpose/theme.css */
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^='bottom'] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-width: 0 .75rem .75rem .75rem;
}

/* line 7244, app/assets/stylesheets/purpose/theme.css */
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^='bottom'] .arrow::before {
  top: 0;
  border-bottom-color: transparent;
}

/* line 7252, app/assets/stylesheets/purpose/theme.css */
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

/* line 7259, app/assets/stylesheets/purpose/theme.css */
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^='bottom'] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1.5rem;
  margin-left: -.75rem;
  content: '';
  border-bottom: 1px solid #fff;
}

/* line 7276, app/assets/stylesheets/purpose/theme.css */
.bs-popover-left,
.bs-popover-auto[x-placement^='left'] {
  margin-right: .75rem;
}

/* line 7281, app/assets/stylesheets/purpose/theme.css */
.bs-popover-left .arrow,
.bs-popover-auto[x-placement^='left'] .arrow {
  right: calc((.75rem + 1px) * -1);
  width: .75rem;
  height: 1.5rem;
  margin: .375rem 0;
}

/* line 7290, app/assets/stylesheets/purpose/theme.css */
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^='left'] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-width: .75rem 0 .75rem .75rem;
}

/* line 7297, app/assets/stylesheets/purpose/theme.css */
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^='left'] .arrow::before {
  right: 0;
  border-left-color: transparent;
}

/* line 7305, app/assets/stylesheets/purpose/theme.css */
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^='left'] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

/* line 7313, app/assets/stylesheets/purpose/theme.css */
.popover-header {
  font-size: 1rem;
  margin-bottom: 0;
  padding: .75rem .75rem;
  color: #343a40;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: calc(.375rem - 1px);
  border-top-right-radius: calc(.375rem - 1px);
  background-color: #fff;
}

/* line 7326, app/assets/stylesheets/purpose/theme.css */
.popover-header:empty {
  display: none;
}

/* line 7331, app/assets/stylesheets/purpose/theme.css */
.popover-body {
  padding: .75rem .75rem;
  color: #6c7686;
}

/* line 7338, app/assets/stylesheets/purpose/theme.css */
.carousel {
  position: relative;
}

/* line 7343, app/assets/stylesheets/purpose/theme.css */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 7352, app/assets/stylesheets/purpose/theme.css */
.carousel-item {
  position: relative;
  display: none;
  width: 100%;
  align-items: center;
  backface-visibility: hidden;
  perspective: 1000px;
}

/* line 7366, app/assets/stylesheets/purpose/theme.css */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform .6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 7376, app/assets/stylesheets/purpose/theme.css */
  .carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    transition: none;
  }
}

/* line 7384, app/assets/stylesheets/purpose/theme.css */
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

/* line 7391, app/assets/stylesheets/purpose/theme.css */
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  /* line 7398, app/assets/stylesheets/purpose/theme.css */
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

/* line 7405, app/assets/stylesheets/purpose/theme.css */
.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  /* line 7412, app/assets/stylesheets/purpose/theme.css */
  .carousel-item-next,
.active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

/* line 7419, app/assets/stylesheets/purpose/theme.css */
.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  /* line 7426, app/assets/stylesheets/purpose/theme.css */
  .carousel-item-prev,
.active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 7433, app/assets/stylesheets/purpose/theme.css */
.carousel-fade .carousel-item {
  transition-duration: .6s;
  transition-property: opacity;
  opacity: 0;
}

/* line 7441, app/assets/stylesheets/purpose/theme.css */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

/* line 7448, app/assets/stylesheets/purpose/theme.css */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

/* line 7454, app/assets/stylesheets/purpose/theme.css */
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  /* line 7464, app/assets/stylesheets/purpose/theme.css */
  .carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

/* line 7474, app/assets/stylesheets/purpose/theme.css */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  width: 15%;
  text-align: center;
  opacity: .5;
  color: #fff;
  align-items: center;
  justify-content: center;
}

/* line 7493, app/assets/stylesheets/purpose/theme.css */
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  text-decoration: none;
  opacity: .9;
  color: #fff;
  outline: 0;
}

/* line 7505, app/assets/stylesheets/purpose/theme.css */
.carousel-control-prev {
  left: 0;
}

/* line 7510, app/assets/stylesheets/purpose/theme.css */
.carousel-control-next {
  right: 0;
}

/* line 7515, app/assets/stylesheets/purpose/theme.css */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 7527, app/assets/stylesheets/purpose/theme.css */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* line 7532, app/assets/stylesheets/purpose/theme.css */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* line 7537, app/assets/stylesheets/purpose/theme.css */
.carousel-indicators {
  position: absolute;
  z-index: 15;
  right: 0;
  bottom: 10px;
  left: 0;
  display: flex;
  margin-right: 15%;
  margin-left: 15%;
  padding-left: 0;
  list-style: none;
  justify-content: center;
}

/* line 7555, app/assets/stylesheets/purpose/theme.css */
.carousel-indicators li {
  position: relative;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  cursor: pointer;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
  flex: 0 1 auto;
}

/* line 7571, app/assets/stylesheets/purpose/theme.css */
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: '';
}

/* line 7584, app/assets/stylesheets/purpose/theme.css */
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: '';
}

/* line 7597, app/assets/stylesheets/purpose/theme.css */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 7602, app/assets/stylesheets/purpose/theme.css */
.carousel-caption {
  position: absolute;
  z-index: 10;
  right: 15%;
  bottom: 20px;
  left: 15%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
}

/* line 7618, app/assets/stylesheets/purpose/theme.css */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 7623, app/assets/stylesheets/purpose/theme.css */
.align-top {
  vertical-align: top !important;
}

/* line 7628, app/assets/stylesheets/purpose/theme.css */
.align-middle {
  vertical-align: middle !important;
}

/* line 7633, app/assets/stylesheets/purpose/theme.css */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7638, app/assets/stylesheets/purpose/theme.css */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 7643, app/assets/stylesheets/purpose/theme.css */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 7648, app/assets/stylesheets/purpose/theme.css */
.bg-primary {
  background-color: #510fa8 !important;
}

/* line 7653, app/assets/stylesheets/purpose/theme.css */
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #3a0b79 !important;
}

/* line 7661, app/assets/stylesheets/purpose/theme.css */
.bg-secondary {
  background-color: #fafafa !important;
}

/* line 7666, app/assets/stylesheets/purpose/theme.css */
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #e1e1e1 !important;
}

/* line 7674, app/assets/stylesheets/purpose/theme.css */
.bg-success {
  background-color: #4cd964 !important;
}

/* line 7679, app/assets/stylesheets/purpose/theme.css */
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #2ac845 !important;
}

/* line 7687, app/assets/stylesheets/purpose/theme.css */
.bg-info {
  background-color: #24b7fa !important;
}

/* line 7692, app/assets/stylesheets/purpose/theme.css */
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #059fe6 !important;
}

/* line 7700, app/assets/stylesheets/purpose/theme.css */
.bg-warning {
  background-color: #ff9500 !important;
}

/* line 7705, app/assets/stylesheets/purpose/theme.css */
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #c70 !important;
}

/* line 7713, app/assets/stylesheets/purpose/theme.css */
.bg-danger {
  background-color: #ff3b30 !important;
}

/* line 7718, app/assets/stylesheets/purpose/theme.css */
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #fc0d00 !important;
}

/* line 7726, app/assets/stylesheets/purpose/theme.css */
.bg-light {
  background-color: #ced4da !important;
}

/* line 7731, app/assets/stylesheets/purpose/theme.css */
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #b1bbc4 !important;
}

/* line 7739, app/assets/stylesheets/purpose/theme.css */
.bg-dark {
  background-color: #24292E !important;
}

/* line 7744, app/assets/stylesheets/purpose/theme.css */
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: black !important;
}

/* line 7752, app/assets/stylesheets/purpose/theme.css */
.bg-white {
  background-color: #fff !important;
}

/* line 7757, app/assets/stylesheets/purpose/theme.css */
a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

/* line 7765, app/assets/stylesheets/purpose/theme.css */
.bg-darker {
  background-color: #020b13 !important;
}

/* line 7770, app/assets/stylesheets/purpose/theme.css */
a.bg-darker:hover,
a.bg-darker:focus,
button.bg-darker:hover,
button.bg-darker:focus {
  background-color: black !important;
}

/* line 7778, app/assets/stylesheets/purpose/theme.css */
.bg-white {
  background-color: #fff !important;
}

/* line 7783, app/assets/stylesheets/purpose/theme.css */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7788, app/assets/stylesheets/purpose/theme.css */
.border {
  border: .0625rem solid #e9ecef !important;
}

/* line 7793, app/assets/stylesheets/purpose/theme.css */
.border-top {
  border-top: .0625rem solid #e9ecef !important;
}

/* line 7798, app/assets/stylesheets/purpose/theme.css */
.border-right {
  border-right: .0625rem solid #e9ecef !important;
}

/* line 7803, app/assets/stylesheets/purpose/theme.css */
.border-bottom {
  border-bottom: .0625rem solid #e9ecef !important;
}

/* line 7808, app/assets/stylesheets/purpose/theme.css */
.border-left {
  border-left: .0625rem solid #e9ecef !important;
}

/* line 7813, app/assets/stylesheets/purpose/theme.css */
.border-0 {
  border: 0 !important;
}

/* line 7818, app/assets/stylesheets/purpose/theme.css */
.border-top-0 {
  border-top: 0 !important;
}

/* line 7823, app/assets/stylesheets/purpose/theme.css */
.border-right-0 {
  border-right: 0 !important;
}

/* line 7828, app/assets/stylesheets/purpose/theme.css */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 7833, app/assets/stylesheets/purpose/theme.css */
.border-left-0 {
  border-left: 0 !important;
}

/* line 7838, app/assets/stylesheets/purpose/theme.css */
.border-primary {
  border-color: #510fa8 !important;
}

/* line 7843, app/assets/stylesheets/purpose/theme.css */
.border-secondary {
  border-color: #fafafa !important;
}

/* line 7848, app/assets/stylesheets/purpose/theme.css */
.border-success {
  border-color: #4cd964 !important;
}

/* line 7853, app/assets/stylesheets/purpose/theme.css */
.border-info {
  border-color: #24b7fa !important;
}

/* line 7858, app/assets/stylesheets/purpose/theme.css */
.border-warning {
  border-color: #ff9500 !important;
}

/* line 7863, app/assets/stylesheets/purpose/theme.css */
.border-danger {
  border-color: #ff3b30 !important;
}

/* line 7868, app/assets/stylesheets/purpose/theme.css */
.border-light {
  border-color: #ced4da !important;
}

/* line 7873, app/assets/stylesheets/purpose/theme.css */
.border-dark {
  border-color: #24292E !important;
}

/* line 7878, app/assets/stylesheets/purpose/theme.css */
.border-white {
  border-color: #fff !important;
}

/* line 7883, app/assets/stylesheets/purpose/theme.css */
.border-darker {
  border-color: #020b13 !important;
}

/* line 7888, app/assets/stylesheets/purpose/theme.css */
.border-white {
  border-color: #fff !important;
}

/* line 7893, app/assets/stylesheets/purpose/theme.css */
.rounded {
  border-radius: .25rem !important;
}

/* line 7898, app/assets/stylesheets/purpose/theme.css */
.rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
}

/* line 7904, app/assets/stylesheets/purpose/theme.css */
.rounded-right {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}

/* line 7910, app/assets/stylesheets/purpose/theme.css */
.rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

/* line 7916, app/assets/stylesheets/purpose/theme.css */
.rounded-left {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

/* line 7922, app/assets/stylesheets/purpose/theme.css */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 7927, app/assets/stylesheets/purpose/theme.css */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 7932, app/assets/stylesheets/purpose/theme.css */
.clearfix::after {
  display: block;
  clear: both;
  content: '';
}

/* line 7940, app/assets/stylesheets/purpose/theme.css */
.d-none {
  display: none !important;
}

/* line 7945, app/assets/stylesheets/purpose/theme.css */
.d-inline {
  display: inline !important;
}

/* line 7950, app/assets/stylesheets/purpose/theme.css */
.d-inline-block {
  display: inline-block !important;
}

/* line 7955, app/assets/stylesheets/purpose/theme.css */
.d-block {
  display: block !important;
}

/* line 7960, app/assets/stylesheets/purpose/theme.css */
.d-table {
  display: table !important;
}

/* line 7965, app/assets/stylesheets/purpose/theme.css */
.d-table-row {
  display: table-row !important;
}

/* line 7970, app/assets/stylesheets/purpose/theme.css */
.d-table-cell {
  display: table-cell !important;
}

/* line 7975, app/assets/stylesheets/purpose/theme.css */
.d-flex {
  display: flex !important;
}

/* line 7980, app/assets/stylesheets/purpose/theme.css */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 7987, app/assets/stylesheets/purpose/theme.css */
  .d-sm-none {
    display: none !important;
  }
  /* line 7991, app/assets/stylesheets/purpose/theme.css */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 7995, app/assets/stylesheets/purpose/theme.css */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 7999, app/assets/stylesheets/purpose/theme.css */
  .d-sm-block {
    display: block !important;
  }
  /* line 8003, app/assets/stylesheets/purpose/theme.css */
  .d-sm-table {
    display: table !important;
  }
  /* line 8007, app/assets/stylesheets/purpose/theme.css */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 8011, app/assets/stylesheets/purpose/theme.css */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 8015, app/assets/stylesheets/purpose/theme.css */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 8019, app/assets/stylesheets/purpose/theme.css */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 8027, app/assets/stylesheets/purpose/theme.css */
  .d-md-none {
    display: none !important;
  }
  /* line 8031, app/assets/stylesheets/purpose/theme.css */
  .d-md-inline {
    display: inline !important;
  }
  /* line 8035, app/assets/stylesheets/purpose/theme.css */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 8039, app/assets/stylesheets/purpose/theme.css */
  .d-md-block {
    display: block !important;
  }
  /* line 8043, app/assets/stylesheets/purpose/theme.css */
  .d-md-table {
    display: table !important;
  }
  /* line 8047, app/assets/stylesheets/purpose/theme.css */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 8051, app/assets/stylesheets/purpose/theme.css */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 8055, app/assets/stylesheets/purpose/theme.css */
  .d-md-flex {
    display: flex !important;
  }
  /* line 8059, app/assets/stylesheets/purpose/theme.css */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 8067, app/assets/stylesheets/purpose/theme.css */
  .d-lg-none {
    display: none !important;
  }
  /* line 8071, app/assets/stylesheets/purpose/theme.css */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 8075, app/assets/stylesheets/purpose/theme.css */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 8079, app/assets/stylesheets/purpose/theme.css */
  .d-lg-block {
    display: block !important;
  }
  /* line 8083, app/assets/stylesheets/purpose/theme.css */
  .d-lg-table {
    display: table !important;
  }
  /* line 8087, app/assets/stylesheets/purpose/theme.css */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 8091, app/assets/stylesheets/purpose/theme.css */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 8095, app/assets/stylesheets/purpose/theme.css */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 8099, app/assets/stylesheets/purpose/theme.css */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 8107, app/assets/stylesheets/purpose/theme.css */
  .d-xl-none {
    display: none !important;
  }
  /* line 8111, app/assets/stylesheets/purpose/theme.css */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 8115, app/assets/stylesheets/purpose/theme.css */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 8119, app/assets/stylesheets/purpose/theme.css */
  .d-xl-block {
    display: block !important;
  }
  /* line 8123, app/assets/stylesheets/purpose/theme.css */
  .d-xl-table {
    display: table !important;
  }
  /* line 8127, app/assets/stylesheets/purpose/theme.css */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 8131, app/assets/stylesheets/purpose/theme.css */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 8135, app/assets/stylesheets/purpose/theme.css */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 8139, app/assets/stylesheets/purpose/theme.css */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 8147, app/assets/stylesheets/purpose/theme.css */
  .d-print-none {
    display: none !important;
  }
  /* line 8151, app/assets/stylesheets/purpose/theme.css */
  .d-print-inline {
    display: inline !important;
  }
  /* line 8155, app/assets/stylesheets/purpose/theme.css */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 8159, app/assets/stylesheets/purpose/theme.css */
  .d-print-block {
    display: block !important;
  }
  /* line 8163, app/assets/stylesheets/purpose/theme.css */
  .d-print-table {
    display: table !important;
  }
  /* line 8167, app/assets/stylesheets/purpose/theme.css */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 8171, app/assets/stylesheets/purpose/theme.css */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 8175, app/assets/stylesheets/purpose/theme.css */
  .d-print-flex {
    display: flex !important;
  }
  /* line 8179, app/assets/stylesheets/purpose/theme.css */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 8185, app/assets/stylesheets/purpose/theme.css */
.embed-responsive {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0;
}

/* line 8195, app/assets/stylesheets/purpose/theme.css */
.embed-responsive::before {
  display: block;
  content: '';
}

/* line 8201, app/assets/stylesheets/purpose/theme.css */
.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 8218, app/assets/stylesheets/purpose/theme.css */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 8223, app/assets/stylesheets/purpose/theme.css */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 8228, app/assets/stylesheets/purpose/theme.css */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 8233, app/assets/stylesheets/purpose/theme.css */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 8238, app/assets/stylesheets/purpose/theme.css */
.flex-row {
  flex-direction: row !important;
}

/* line 8243, app/assets/stylesheets/purpose/theme.css */
.flex-column {
  flex-direction: column !important;
}

/* line 8248, app/assets/stylesheets/purpose/theme.css */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 8253, app/assets/stylesheets/purpose/theme.css */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 8258, app/assets/stylesheets/purpose/theme.css */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 8263, app/assets/stylesheets/purpose/theme.css */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 8268, app/assets/stylesheets/purpose/theme.css */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 8273, app/assets/stylesheets/purpose/theme.css */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 8278, app/assets/stylesheets/purpose/theme.css */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 8283, app/assets/stylesheets/purpose/theme.css */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 8288, app/assets/stylesheets/purpose/theme.css */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 8293, app/assets/stylesheets/purpose/theme.css */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 8298, app/assets/stylesheets/purpose/theme.css */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 8303, app/assets/stylesheets/purpose/theme.css */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 8308, app/assets/stylesheets/purpose/theme.css */
.justify-content-center {
  justify-content: center !important;
}

/* line 8313, app/assets/stylesheets/purpose/theme.css */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 8318, app/assets/stylesheets/purpose/theme.css */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 8323, app/assets/stylesheets/purpose/theme.css */
.align-items-start {
  align-items: flex-start !important;
}

/* line 8328, app/assets/stylesheets/purpose/theme.css */
.align-items-end {
  align-items: flex-end !important;
}

/* line 8333, app/assets/stylesheets/purpose/theme.css */
.align-items-center {
  align-items: center !important;
}

/* line 8338, app/assets/stylesheets/purpose/theme.css */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 8343, app/assets/stylesheets/purpose/theme.css */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 8348, app/assets/stylesheets/purpose/theme.css */
.align-content-start {
  align-content: flex-start !important;
}

/* line 8353, app/assets/stylesheets/purpose/theme.css */
.align-content-end {
  align-content: flex-end !important;
}

/* line 8358, app/assets/stylesheets/purpose/theme.css */
.align-content-center {
  align-content: center !important;
}

/* line 8363, app/assets/stylesheets/purpose/theme.css */
.align-content-between {
  align-content: space-between !important;
}

/* line 8368, app/assets/stylesheets/purpose/theme.css */
.align-content-around {
  align-content: space-around !important;
}

/* line 8373, app/assets/stylesheets/purpose/theme.css */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 8378, app/assets/stylesheets/purpose/theme.css */
.align-self-auto {
  align-self: auto !important;
}

/* line 8383, app/assets/stylesheets/purpose/theme.css */
.align-self-start {
  align-self: flex-start !important;
}

/* line 8388, app/assets/stylesheets/purpose/theme.css */
.align-self-end {
  align-self: flex-end !important;
}

/* line 8393, app/assets/stylesheets/purpose/theme.css */
.align-self-center {
  align-self: center !important;
}

/* line 8398, app/assets/stylesheets/purpose/theme.css */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 8403, app/assets/stylesheets/purpose/theme.css */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 8410, app/assets/stylesheets/purpose/theme.css */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 8414, app/assets/stylesheets/purpose/theme.css */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 8418, app/assets/stylesheets/purpose/theme.css */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 8422, app/assets/stylesheets/purpose/theme.css */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 8426, app/assets/stylesheets/purpose/theme.css */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 8430, app/assets/stylesheets/purpose/theme.css */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 8434, app/assets/stylesheets/purpose/theme.css */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 8438, app/assets/stylesheets/purpose/theme.css */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 8442, app/assets/stylesheets/purpose/theme.css */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 8446, app/assets/stylesheets/purpose/theme.css */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 8450, app/assets/stylesheets/purpose/theme.css */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 8454, app/assets/stylesheets/purpose/theme.css */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 8458, app/assets/stylesheets/purpose/theme.css */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 8462, app/assets/stylesheets/purpose/theme.css */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 8466, app/assets/stylesheets/purpose/theme.css */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 8470, app/assets/stylesheets/purpose/theme.css */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 8474, app/assets/stylesheets/purpose/theme.css */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 8478, app/assets/stylesheets/purpose/theme.css */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 8482, app/assets/stylesheets/purpose/theme.css */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 8486, app/assets/stylesheets/purpose/theme.css */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 8490, app/assets/stylesheets/purpose/theme.css */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 8494, app/assets/stylesheets/purpose/theme.css */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 8498, app/assets/stylesheets/purpose/theme.css */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 8502, app/assets/stylesheets/purpose/theme.css */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 8506, app/assets/stylesheets/purpose/theme.css */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 8510, app/assets/stylesheets/purpose/theme.css */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 8514, app/assets/stylesheets/purpose/theme.css */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 8518, app/assets/stylesheets/purpose/theme.css */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 8522, app/assets/stylesheets/purpose/theme.css */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 8526, app/assets/stylesheets/purpose/theme.css */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 8530, app/assets/stylesheets/purpose/theme.css */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 8534, app/assets/stylesheets/purpose/theme.css */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 8538, app/assets/stylesheets/purpose/theme.css */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 8542, app/assets/stylesheets/purpose/theme.css */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 8550, app/assets/stylesheets/purpose/theme.css */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 8554, app/assets/stylesheets/purpose/theme.css */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 8558, app/assets/stylesheets/purpose/theme.css */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 8562, app/assets/stylesheets/purpose/theme.css */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 8566, app/assets/stylesheets/purpose/theme.css */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 8570, app/assets/stylesheets/purpose/theme.css */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 8574, app/assets/stylesheets/purpose/theme.css */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 8578, app/assets/stylesheets/purpose/theme.css */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 8582, app/assets/stylesheets/purpose/theme.css */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 8586, app/assets/stylesheets/purpose/theme.css */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 8590, app/assets/stylesheets/purpose/theme.css */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 8594, app/assets/stylesheets/purpose/theme.css */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 8598, app/assets/stylesheets/purpose/theme.css */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 8602, app/assets/stylesheets/purpose/theme.css */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 8606, app/assets/stylesheets/purpose/theme.css */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 8610, app/assets/stylesheets/purpose/theme.css */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 8614, app/assets/stylesheets/purpose/theme.css */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 8618, app/assets/stylesheets/purpose/theme.css */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 8622, app/assets/stylesheets/purpose/theme.css */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 8626, app/assets/stylesheets/purpose/theme.css */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 8630, app/assets/stylesheets/purpose/theme.css */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 8634, app/assets/stylesheets/purpose/theme.css */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 8638, app/assets/stylesheets/purpose/theme.css */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 8642, app/assets/stylesheets/purpose/theme.css */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 8646, app/assets/stylesheets/purpose/theme.css */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 8650, app/assets/stylesheets/purpose/theme.css */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 8654, app/assets/stylesheets/purpose/theme.css */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 8658, app/assets/stylesheets/purpose/theme.css */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 8662, app/assets/stylesheets/purpose/theme.css */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 8666, app/assets/stylesheets/purpose/theme.css */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 8670, app/assets/stylesheets/purpose/theme.css */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 8674, app/assets/stylesheets/purpose/theme.css */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 8678, app/assets/stylesheets/purpose/theme.css */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 8682, app/assets/stylesheets/purpose/theme.css */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 8690, app/assets/stylesheets/purpose/theme.css */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 8694, app/assets/stylesheets/purpose/theme.css */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 8698, app/assets/stylesheets/purpose/theme.css */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 8702, app/assets/stylesheets/purpose/theme.css */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 8706, app/assets/stylesheets/purpose/theme.css */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 8710, app/assets/stylesheets/purpose/theme.css */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 8714, app/assets/stylesheets/purpose/theme.css */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 8718, app/assets/stylesheets/purpose/theme.css */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 8722, app/assets/stylesheets/purpose/theme.css */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 8726, app/assets/stylesheets/purpose/theme.css */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 8730, app/assets/stylesheets/purpose/theme.css */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 8734, app/assets/stylesheets/purpose/theme.css */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 8738, app/assets/stylesheets/purpose/theme.css */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 8742, app/assets/stylesheets/purpose/theme.css */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 8746, app/assets/stylesheets/purpose/theme.css */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 8750, app/assets/stylesheets/purpose/theme.css */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 8754, app/assets/stylesheets/purpose/theme.css */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 8758, app/assets/stylesheets/purpose/theme.css */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 8762, app/assets/stylesheets/purpose/theme.css */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 8766, app/assets/stylesheets/purpose/theme.css */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 8770, app/assets/stylesheets/purpose/theme.css */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 8774, app/assets/stylesheets/purpose/theme.css */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 8778, app/assets/stylesheets/purpose/theme.css */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 8782, app/assets/stylesheets/purpose/theme.css */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 8786, app/assets/stylesheets/purpose/theme.css */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 8790, app/assets/stylesheets/purpose/theme.css */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 8794, app/assets/stylesheets/purpose/theme.css */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 8798, app/assets/stylesheets/purpose/theme.css */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 8802, app/assets/stylesheets/purpose/theme.css */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 8806, app/assets/stylesheets/purpose/theme.css */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 8810, app/assets/stylesheets/purpose/theme.css */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 8814, app/assets/stylesheets/purpose/theme.css */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 8818, app/assets/stylesheets/purpose/theme.css */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 8822, app/assets/stylesheets/purpose/theme.css */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 8830, app/assets/stylesheets/purpose/theme.css */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 8834, app/assets/stylesheets/purpose/theme.css */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 8838, app/assets/stylesheets/purpose/theme.css */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 8842, app/assets/stylesheets/purpose/theme.css */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 8846, app/assets/stylesheets/purpose/theme.css */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 8850, app/assets/stylesheets/purpose/theme.css */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 8854, app/assets/stylesheets/purpose/theme.css */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 8858, app/assets/stylesheets/purpose/theme.css */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 8862, app/assets/stylesheets/purpose/theme.css */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 8866, app/assets/stylesheets/purpose/theme.css */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 8870, app/assets/stylesheets/purpose/theme.css */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 8874, app/assets/stylesheets/purpose/theme.css */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 8878, app/assets/stylesheets/purpose/theme.css */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 8882, app/assets/stylesheets/purpose/theme.css */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 8886, app/assets/stylesheets/purpose/theme.css */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 8890, app/assets/stylesheets/purpose/theme.css */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 8894, app/assets/stylesheets/purpose/theme.css */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 8898, app/assets/stylesheets/purpose/theme.css */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 8902, app/assets/stylesheets/purpose/theme.css */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 8906, app/assets/stylesheets/purpose/theme.css */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 8910, app/assets/stylesheets/purpose/theme.css */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 8914, app/assets/stylesheets/purpose/theme.css */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 8918, app/assets/stylesheets/purpose/theme.css */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 8922, app/assets/stylesheets/purpose/theme.css */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 8926, app/assets/stylesheets/purpose/theme.css */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 8930, app/assets/stylesheets/purpose/theme.css */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 8934, app/assets/stylesheets/purpose/theme.css */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 8938, app/assets/stylesheets/purpose/theme.css */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 8942, app/assets/stylesheets/purpose/theme.css */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 8946, app/assets/stylesheets/purpose/theme.css */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 8950, app/assets/stylesheets/purpose/theme.css */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 8954, app/assets/stylesheets/purpose/theme.css */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 8958, app/assets/stylesheets/purpose/theme.css */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 8962, app/assets/stylesheets/purpose/theme.css */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 8968, app/assets/stylesheets/purpose/theme.css */
.float-left {
  float: left !important;
}

/* line 8973, app/assets/stylesheets/purpose/theme.css */
.float-right {
  float: right !important;
}

/* line 8978, app/assets/stylesheets/purpose/theme.css */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 8985, app/assets/stylesheets/purpose/theme.css */
  .float-sm-left {
    float: left !important;
  }
  /* line 8989, app/assets/stylesheets/purpose/theme.css */
  .float-sm-right {
    float: right !important;
  }
  /* line 8993, app/assets/stylesheets/purpose/theme.css */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 9001, app/assets/stylesheets/purpose/theme.css */
  .float-md-left {
    float: left !important;
  }
  /* line 9005, app/assets/stylesheets/purpose/theme.css */
  .float-md-right {
    float: right !important;
  }
  /* line 9009, app/assets/stylesheets/purpose/theme.css */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 9017, app/assets/stylesheets/purpose/theme.css */
  .float-lg-left {
    float: left !important;
  }
  /* line 9021, app/assets/stylesheets/purpose/theme.css */
  .float-lg-right {
    float: right !important;
  }
  /* line 9025, app/assets/stylesheets/purpose/theme.css */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 9033, app/assets/stylesheets/purpose/theme.css */
  .float-xl-left {
    float: left !important;
  }
  /* line 9037, app/assets/stylesheets/purpose/theme.css */
  .float-xl-right {
    float: right !important;
  }
  /* line 9041, app/assets/stylesheets/purpose/theme.css */
  .float-xl-none {
    float: none !important;
  }
}

/* line 9047, app/assets/stylesheets/purpose/theme.css */
.position-static {
  position: static !important;
}

/* line 9052, app/assets/stylesheets/purpose/theme.css */
.position-relative {
  position: relative !important;
}

/* line 9057, app/assets/stylesheets/purpose/theme.css */
.position-absolute {
  position: absolute !important;
}

/* line 9062, app/assets/stylesheets/purpose/theme.css */
.position-fixed {
  position: fixed !important;
}

/* line 9067, app/assets/stylesheets/purpose/theme.css */
.position-sticky {
  position: sticky !important;
}

/* line 9073, app/assets/stylesheets/purpose/theme.css */
.fixed-top {
  position: fixed;
  z-index: 1030;
  top: 0;
  right: 0;
  left: 0;
}

/* line 9082, app/assets/stylesheets/purpose/theme.css */
.fixed-bottom {
  position: fixed;
  z-index: 1030;
  right: 0;
  bottom: 0;
  left: 0;
}

@supports (position: sticky) {
  /* line 9093, app/assets/stylesheets/purpose/theme.css */
  .sticky-top {
    position: sticky;
    z-index: 1020;
    top: 0;
  }
}

/* line 9102, app/assets/stylesheets/purpose/theme.css */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}

/* line 9118, app/assets/stylesheets/purpose/theme.css */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  white-space: normal;
}

/* line 9132, app/assets/stylesheets/purpose/theme.css */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08) !important;
}

/* line 9137, app/assets/stylesheets/purpose/theme.css */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08) !important;
}

/* line 9142, app/assets/stylesheets/purpose/theme.css */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.125) !important;
}

/* line 9147, app/assets/stylesheets/purpose/theme.css */
.shadow-none {
  box-shadow: none !important;
}

/* line 9152, app/assets/stylesheets/purpose/theme.css */
.w-25 {
  width: 25% !important;
}

/* line 9157, app/assets/stylesheets/purpose/theme.css */
.w-50 {
  width: 50% !important;
}

/* line 9162, app/assets/stylesheets/purpose/theme.css */
.w-75 {
  width: 75% !important;
}

/* line 9167, app/assets/stylesheets/purpose/theme.css */
.w-100 {
  width: 100% !important;
}

/* line 9172, app/assets/stylesheets/purpose/theme.css */
.w-auto {
  width: auto !important;
}

/* line 9177, app/assets/stylesheets/purpose/theme.css */
.h-25 {
  height: 25% !important;
}

/* line 9182, app/assets/stylesheets/purpose/theme.css */
.h-50 {
  height: 50% !important;
}

/* line 9187, app/assets/stylesheets/purpose/theme.css */
.h-75 {
  height: 75% !important;
}

/* line 9192, app/assets/stylesheets/purpose/theme.css */
.h-100 {
  height: 100% !important;
}

/* line 9197, app/assets/stylesheets/purpose/theme.css */
.h-auto {
  height: auto !important;
}

/* line 9202, app/assets/stylesheets/purpose/theme.css */
.mw-100 {
  max-width: 100% !important;
}

/* line 9207, app/assets/stylesheets/purpose/theme.css */
.mh-100 {
  max-height: 100% !important;
}

/* line 9212, app/assets/stylesheets/purpose/theme.css */
.m-0 {
  margin: 0 !important;
}

/* line 9217, app/assets/stylesheets/purpose/theme.css */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 9223, app/assets/stylesheets/purpose/theme.css */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 9229, app/assets/stylesheets/purpose/theme.css */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 9235, app/assets/stylesheets/purpose/theme.css */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 9241, app/assets/stylesheets/purpose/theme.css */
.m-1 {
  margin: .25rem !important;
}

/* line 9246, app/assets/stylesheets/purpose/theme.css */
.mt-1,
.my-1 {
  margin-top: .25rem !important;
}

/* line 9252, app/assets/stylesheets/purpose/theme.css */
.mr-1,
.mx-1 {
  margin-right: .25rem !important;
}

/* line 9258, app/assets/stylesheets/purpose/theme.css */
.mb-1,
.my-1 {
  margin-bottom: .25rem !important;
}

/* line 9264, app/assets/stylesheets/purpose/theme.css */
.ml-1,
.mx-1 {
  margin-left: .25rem !important;
}

/* line 9270, app/assets/stylesheets/purpose/theme.css */
.m-2 {
  margin: .5rem !important;
}

/* line 9275, app/assets/stylesheets/purpose/theme.css */
.mt-2,
.my-2 {
  margin-top: .5rem !important;
}

/* line 9281, app/assets/stylesheets/purpose/theme.css */
.mr-2,
.mx-2 {
  margin-right: .5rem !important;
}

/* line 9287, app/assets/stylesheets/purpose/theme.css */
.mb-2,
.my-2 {
  margin-bottom: .5rem !important;
}

/* line 9293, app/assets/stylesheets/purpose/theme.css */
.ml-2,
.mx-2 {
  margin-left: .5rem !important;
}

/* line 9299, app/assets/stylesheets/purpose/theme.css */
.m-3 {
  margin: 1rem !important;
}

/* line 9304, app/assets/stylesheets/purpose/theme.css */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 9310, app/assets/stylesheets/purpose/theme.css */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 9316, app/assets/stylesheets/purpose/theme.css */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 9322, app/assets/stylesheets/purpose/theme.css */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 9328, app/assets/stylesheets/purpose/theme.css */
.m-4 {
  margin: 1.5rem !important;
}

/* line 9333, app/assets/stylesheets/purpose/theme.css */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 9339, app/assets/stylesheets/purpose/theme.css */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 9345, app/assets/stylesheets/purpose/theme.css */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 9351, app/assets/stylesheets/purpose/theme.css */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 9357, app/assets/stylesheets/purpose/theme.css */
.m-5 {
  margin: 3rem !important;
}

/* line 9362, app/assets/stylesheets/purpose/theme.css */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 9368, app/assets/stylesheets/purpose/theme.css */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 9374, app/assets/stylesheets/purpose/theme.css */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 9380, app/assets/stylesheets/purpose/theme.css */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 9386, app/assets/stylesheets/purpose/theme.css */
.m-sm {
  margin: 2rem !important;
}

/* line 9391, app/assets/stylesheets/purpose/theme.css */
.mt-sm,
.my-sm {
  margin-top: 2rem !important;
}

/* line 9397, app/assets/stylesheets/purpose/theme.css */
.mr-sm,
.mx-sm {
  margin-right: 2rem !important;
}

/* line 9403, app/assets/stylesheets/purpose/theme.css */
.mb-sm,
.my-sm {
  margin-bottom: 2rem !important;
}

/* line 9409, app/assets/stylesheets/purpose/theme.css */
.ml-sm,
.mx-sm {
  margin-left: 2rem !important;
}

/* line 9415, app/assets/stylesheets/purpose/theme.css */
.m-md {
  margin: 4rem !important;
}

/* line 9420, app/assets/stylesheets/purpose/theme.css */
.mt-md,
.my-md {
  margin-top: 4rem !important;
}

/* line 9426, app/assets/stylesheets/purpose/theme.css */
.mr-md,
.mx-md {
  margin-right: 4rem !important;
}

/* line 9432, app/assets/stylesheets/purpose/theme.css */
.mb-md,
.my-md {
  margin-bottom: 4rem !important;
}

/* line 9438, app/assets/stylesheets/purpose/theme.css */
.ml-md,
.mx-md {
  margin-left: 4rem !important;
}

/* line 9444, app/assets/stylesheets/purpose/theme.css */
.m-lg {
  margin: 6rem !important;
}

/* line 9449, app/assets/stylesheets/purpose/theme.css */
.mt-lg,
.my-lg {
  margin-top: 6rem !important;
}

/* line 9455, app/assets/stylesheets/purpose/theme.css */
.mr-lg,
.mx-lg {
  margin-right: 6rem !important;
}

/* line 9461, app/assets/stylesheets/purpose/theme.css */
.mb-lg,
.my-lg {
  margin-bottom: 6rem !important;
}

/* line 9467, app/assets/stylesheets/purpose/theme.css */
.ml-lg,
.mx-lg {
  margin-left: 6rem !important;
}

/* line 9473, app/assets/stylesheets/purpose/theme.css */
.m-xl {
  margin: 8rem !important;
}

/* line 9478, app/assets/stylesheets/purpose/theme.css */
.mt-xl,
.my-xl {
  margin-top: 8rem !important;
}

/* line 9484, app/assets/stylesheets/purpose/theme.css */
.mr-xl,
.mx-xl {
  margin-right: 8rem !important;
}

/* line 9490, app/assets/stylesheets/purpose/theme.css */
.mb-xl,
.my-xl {
  margin-bottom: 8rem !important;
}

/* line 9496, app/assets/stylesheets/purpose/theme.css */
.ml-xl,
.mx-xl {
  margin-left: 8rem !important;
}

/* line 9502, app/assets/stylesheets/purpose/theme.css */
.p-0 {
  padding: 0 !important;
}

/* line 9507, app/assets/stylesheets/purpose/theme.css */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 9513, app/assets/stylesheets/purpose/theme.css */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 9519, app/assets/stylesheets/purpose/theme.css */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 9525, app/assets/stylesheets/purpose/theme.css */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 9531, app/assets/stylesheets/purpose/theme.css */
.p-1 {
  padding: .25rem !important;
}

/* line 9536, app/assets/stylesheets/purpose/theme.css */
.pt-1,
.py-1 {
  padding-top: .25rem !important;
}

/* line 9542, app/assets/stylesheets/purpose/theme.css */
.pr-1,
.px-1 {
  padding-right: .25rem !important;
}

/* line 9548, app/assets/stylesheets/purpose/theme.css */
.pb-1,
.py-1 {
  padding-bottom: .25rem !important;
}

/* line 9554, app/assets/stylesheets/purpose/theme.css */
.pl-1,
.px-1 {
  padding-left: .25rem !important;
}

/* line 9560, app/assets/stylesheets/purpose/theme.css */
.p-2 {
  padding: .5rem !important;
}

/* line 9565, app/assets/stylesheets/purpose/theme.css */
.pt-2,
.py-2 {
  padding-top: .5rem !important;
}

/* line 9571, app/assets/stylesheets/purpose/theme.css */
.pr-2,
.px-2 {
  padding-right: .5rem !important;
}

/* line 9577, app/assets/stylesheets/purpose/theme.css */
.pb-2,
.py-2 {
  padding-bottom: .5rem !important;
}

/* line 9583, app/assets/stylesheets/purpose/theme.css */
.pl-2,
.px-2 {
  padding-left: .5rem !important;
}

/* line 9589, app/assets/stylesheets/purpose/theme.css */
.p-3 {
  padding: 1rem !important;
}

/* line 9594, app/assets/stylesheets/purpose/theme.css */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 9600, app/assets/stylesheets/purpose/theme.css */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 9606, app/assets/stylesheets/purpose/theme.css */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 9612, app/assets/stylesheets/purpose/theme.css */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 9618, app/assets/stylesheets/purpose/theme.css */
.p-4 {
  padding: 1.5rem !important;
}

/* line 9623, app/assets/stylesheets/purpose/theme.css */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 9629, app/assets/stylesheets/purpose/theme.css */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 9635, app/assets/stylesheets/purpose/theme.css */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 9641, app/assets/stylesheets/purpose/theme.css */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 9647, app/assets/stylesheets/purpose/theme.css */
.p-5 {
  padding: 3rem !important;
}

/* line 9652, app/assets/stylesheets/purpose/theme.css */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 9658, app/assets/stylesheets/purpose/theme.css */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 9664, app/assets/stylesheets/purpose/theme.css */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 9670, app/assets/stylesheets/purpose/theme.css */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 9676, app/assets/stylesheets/purpose/theme.css */
.p-sm {
  padding: 2rem !important;
}

/* line 9681, app/assets/stylesheets/purpose/theme.css */
.pt-sm,
.py-sm {
  padding-top: 2rem !important;
}

/* line 9687, app/assets/stylesheets/purpose/theme.css */
.pr-sm,
.px-sm {
  padding-right: 2rem !important;
}

/* line 9693, app/assets/stylesheets/purpose/theme.css */
.pb-sm,
.py-sm {
  padding-bottom: 2rem !important;
}

/* line 9699, app/assets/stylesheets/purpose/theme.css */
.pl-sm,
.px-sm {
  padding-left: 2rem !important;
}

/* line 9705, app/assets/stylesheets/purpose/theme.css */
.p-md {
  padding: 4rem !important;
}

/* line 9710, app/assets/stylesheets/purpose/theme.css */
.pt-md,
.py-md {
  padding-top: 4rem !important;
}

/* line 9716, app/assets/stylesheets/purpose/theme.css */
.pr-md,
.px-md {
  padding-right: 4rem !important;
}

/* line 9722, app/assets/stylesheets/purpose/theme.css */
.pb-md,
.py-md {
  padding-bottom: 4rem !important;
}

/* line 9728, app/assets/stylesheets/purpose/theme.css */
.pl-md,
.px-md {
  padding-left: 4rem !important;
}

/* line 9734, app/assets/stylesheets/purpose/theme.css */
.p-lg {
  padding: 6rem !important;
}

/* line 9739, app/assets/stylesheets/purpose/theme.css */
.pt-lg,
.py-lg {
  padding-top: 6rem !important;
}

/* line 9745, app/assets/stylesheets/purpose/theme.css */
.pr-lg,
.px-lg {
  padding-right: 6rem !important;
}

/* line 9751, app/assets/stylesheets/purpose/theme.css */
.pb-lg,
.py-lg {
  padding-bottom: 6rem !important;
}

/* line 9757, app/assets/stylesheets/purpose/theme.css */
.pl-lg,
.px-lg {
  padding-left: 6rem !important;
}

/* line 9763, app/assets/stylesheets/purpose/theme.css */
.p-xl {
  padding: 8rem !important;
}

/* line 9768, app/assets/stylesheets/purpose/theme.css */
.pt-xl,
.py-xl {
  padding-top: 8rem !important;
}

/* line 9774, app/assets/stylesheets/purpose/theme.css */
.pr-xl,
.px-xl {
  padding-right: 8rem !important;
}

/* line 9780, app/assets/stylesheets/purpose/theme.css */
.pb-xl,
.py-xl {
  padding-bottom: 8rem !important;
}

/* line 9786, app/assets/stylesheets/purpose/theme.css */
.pl-xl,
.px-xl {
  padding-left: 8rem !important;
}

/* line 9792, app/assets/stylesheets/purpose/theme.css */
.m-auto {
  margin: auto !important;
}

/* line 9797, app/assets/stylesheets/purpose/theme.css */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 9803, app/assets/stylesheets/purpose/theme.css */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 9809, app/assets/stylesheets/purpose/theme.css */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 9815, app/assets/stylesheets/purpose/theme.css */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 9823, app/assets/stylesheets/purpose/theme.css */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 9827, app/assets/stylesheets/purpose/theme.css */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 9832, app/assets/stylesheets/purpose/theme.css */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 9837, app/assets/stylesheets/purpose/theme.css */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 9842, app/assets/stylesheets/purpose/theme.css */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 9847, app/assets/stylesheets/purpose/theme.css */
  .m-sm-1 {
    margin: .25rem !important;
  }
  /* line 9851, app/assets/stylesheets/purpose/theme.css */
  .mt-sm-1,
.my-sm-1 {
    margin-top: .25rem !important;
  }
  /* line 9856, app/assets/stylesheets/purpose/theme.css */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: .25rem !important;
  }
  /* line 9861, app/assets/stylesheets/purpose/theme.css */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: .25rem !important;
  }
  /* line 9866, app/assets/stylesheets/purpose/theme.css */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: .25rem !important;
  }
  /* line 9871, app/assets/stylesheets/purpose/theme.css */
  .m-sm-2 {
    margin: .5rem !important;
  }
  /* line 9875, app/assets/stylesheets/purpose/theme.css */
  .mt-sm-2,
.my-sm-2 {
    margin-top: .5rem !important;
  }
  /* line 9880, app/assets/stylesheets/purpose/theme.css */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: .5rem !important;
  }
  /* line 9885, app/assets/stylesheets/purpose/theme.css */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: .5rem !important;
  }
  /* line 9890, app/assets/stylesheets/purpose/theme.css */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: .5rem !important;
  }
  /* line 9895, app/assets/stylesheets/purpose/theme.css */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 9899, app/assets/stylesheets/purpose/theme.css */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 9904, app/assets/stylesheets/purpose/theme.css */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 9909, app/assets/stylesheets/purpose/theme.css */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9914, app/assets/stylesheets/purpose/theme.css */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 9919, app/assets/stylesheets/purpose/theme.css */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 9923, app/assets/stylesheets/purpose/theme.css */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9928, app/assets/stylesheets/purpose/theme.css */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9933, app/assets/stylesheets/purpose/theme.css */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9938, app/assets/stylesheets/purpose/theme.css */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9943, app/assets/stylesheets/purpose/theme.css */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 9947, app/assets/stylesheets/purpose/theme.css */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 9952, app/assets/stylesheets/purpose/theme.css */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 9957, app/assets/stylesheets/purpose/theme.css */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9962, app/assets/stylesheets/purpose/theme.css */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 9967, app/assets/stylesheets/purpose/theme.css */
  .m-sm-sm {
    margin: 2rem !important;
  }
  /* line 9971, app/assets/stylesheets/purpose/theme.css */
  .mt-sm-sm,
.my-sm-sm {
    margin-top: 2rem !important;
  }
  /* line 9976, app/assets/stylesheets/purpose/theme.css */
  .mr-sm-sm,
.mx-sm-sm {
    margin-right: 2rem !important;
  }
  /* line 9981, app/assets/stylesheets/purpose/theme.css */
  .mb-sm-sm,
.my-sm-sm {
    margin-bottom: 2rem !important;
  }
  /* line 9986, app/assets/stylesheets/purpose/theme.css */
  .ml-sm-sm,
.mx-sm-sm {
    margin-left: 2rem !important;
  }
  /* line 9991, app/assets/stylesheets/purpose/theme.css */
  .m-sm-md {
    margin: 4rem !important;
  }
  /* line 9995, app/assets/stylesheets/purpose/theme.css */
  .mt-sm-md,
.my-sm-md {
    margin-top: 4rem !important;
  }
  /* line 10000, app/assets/stylesheets/purpose/theme.css */
  .mr-sm-md,
.mx-sm-md {
    margin-right: 4rem !important;
  }
  /* line 10005, app/assets/stylesheets/purpose/theme.css */
  .mb-sm-md,
.my-sm-md {
    margin-bottom: 4rem !important;
  }
  /* line 10010, app/assets/stylesheets/purpose/theme.css */
  .ml-sm-md,
.mx-sm-md {
    margin-left: 4rem !important;
  }
  /* line 10015, app/assets/stylesheets/purpose/theme.css */
  .m-sm-lg {
    margin: 6rem !important;
  }
  /* line 10019, app/assets/stylesheets/purpose/theme.css */
  .mt-sm-lg,
.my-sm-lg {
    margin-top: 6rem !important;
  }
  /* line 10024, app/assets/stylesheets/purpose/theme.css */
  .mr-sm-lg,
.mx-sm-lg {
    margin-right: 6rem !important;
  }
  /* line 10029, app/assets/stylesheets/purpose/theme.css */
  .mb-sm-lg,
.my-sm-lg {
    margin-bottom: 6rem !important;
  }
  /* line 10034, app/assets/stylesheets/purpose/theme.css */
  .ml-sm-lg,
.mx-sm-lg {
    margin-left: 6rem !important;
  }
  /* line 10039, app/assets/stylesheets/purpose/theme.css */
  .m-sm-xl {
    margin: 8rem !important;
  }
  /* line 10043, app/assets/stylesheets/purpose/theme.css */
  .mt-sm-xl,
.my-sm-xl {
    margin-top: 8rem !important;
  }
  /* line 10048, app/assets/stylesheets/purpose/theme.css */
  .mr-sm-xl,
.mx-sm-xl {
    margin-right: 8rem !important;
  }
  /* line 10053, app/assets/stylesheets/purpose/theme.css */
  .mb-sm-xl,
.my-sm-xl {
    margin-bottom: 8rem !important;
  }
  /* line 10058, app/assets/stylesheets/purpose/theme.css */
  .ml-sm-xl,
.mx-sm-xl {
    margin-left: 8rem !important;
  }
  /* line 10063, app/assets/stylesheets/purpose/theme.css */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 10067, app/assets/stylesheets/purpose/theme.css */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 10072, app/assets/stylesheets/purpose/theme.css */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 10077, app/assets/stylesheets/purpose/theme.css */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 10082, app/assets/stylesheets/purpose/theme.css */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 10087, app/assets/stylesheets/purpose/theme.css */
  .p-sm-1 {
    padding: .25rem !important;
  }
  /* line 10091, app/assets/stylesheets/purpose/theme.css */
  .pt-sm-1,
.py-sm-1 {
    padding-top: .25rem !important;
  }
  /* line 10096, app/assets/stylesheets/purpose/theme.css */
  .pr-sm-1,
.px-sm-1 {
    padding-right: .25rem !important;
  }
  /* line 10101, app/assets/stylesheets/purpose/theme.css */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: .25rem !important;
  }
  /* line 10106, app/assets/stylesheets/purpose/theme.css */
  .pl-sm-1,
.px-sm-1 {
    padding-left: .25rem !important;
  }
  /* line 10111, app/assets/stylesheets/purpose/theme.css */
  .p-sm-2 {
    padding: .5rem !important;
  }
  /* line 10115, app/assets/stylesheets/purpose/theme.css */
  .pt-sm-2,
.py-sm-2 {
    padding-top: .5rem !important;
  }
  /* line 10120, app/assets/stylesheets/purpose/theme.css */
  .pr-sm-2,
.px-sm-2 {
    padding-right: .5rem !important;
  }
  /* line 10125, app/assets/stylesheets/purpose/theme.css */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: .5rem !important;
  }
  /* line 10130, app/assets/stylesheets/purpose/theme.css */
  .pl-sm-2,
.px-sm-2 {
    padding-left: .5rem !important;
  }
  /* line 10135, app/assets/stylesheets/purpose/theme.css */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 10139, app/assets/stylesheets/purpose/theme.css */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 10144, app/assets/stylesheets/purpose/theme.css */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 10149, app/assets/stylesheets/purpose/theme.css */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 10154, app/assets/stylesheets/purpose/theme.css */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 10159, app/assets/stylesheets/purpose/theme.css */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 10163, app/assets/stylesheets/purpose/theme.css */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 10168, app/assets/stylesheets/purpose/theme.css */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 10173, app/assets/stylesheets/purpose/theme.css */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 10178, app/assets/stylesheets/purpose/theme.css */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 10183, app/assets/stylesheets/purpose/theme.css */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 10187, app/assets/stylesheets/purpose/theme.css */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 10192, app/assets/stylesheets/purpose/theme.css */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 10197, app/assets/stylesheets/purpose/theme.css */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 10202, app/assets/stylesheets/purpose/theme.css */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 10207, app/assets/stylesheets/purpose/theme.css */
  .p-sm-sm {
    padding: 2rem !important;
  }
  /* line 10211, app/assets/stylesheets/purpose/theme.css */
  .pt-sm-sm,
.py-sm-sm {
    padding-top: 2rem !important;
  }
  /* line 10216, app/assets/stylesheets/purpose/theme.css */
  .pr-sm-sm,
.px-sm-sm {
    padding-right: 2rem !important;
  }
  /* line 10221, app/assets/stylesheets/purpose/theme.css */
  .pb-sm-sm,
.py-sm-sm {
    padding-bottom: 2rem !important;
  }
  /* line 10226, app/assets/stylesheets/purpose/theme.css */
  .pl-sm-sm,
.px-sm-sm {
    padding-left: 2rem !important;
  }
  /* line 10231, app/assets/stylesheets/purpose/theme.css */
  .p-sm-md {
    padding: 4rem !important;
  }
  /* line 10235, app/assets/stylesheets/purpose/theme.css */
  .pt-sm-md,
.py-sm-md {
    padding-top: 4rem !important;
  }
  /* line 10240, app/assets/stylesheets/purpose/theme.css */
  .pr-sm-md,
.px-sm-md {
    padding-right: 4rem !important;
  }
  /* line 10245, app/assets/stylesheets/purpose/theme.css */
  .pb-sm-md,
.py-sm-md {
    padding-bottom: 4rem !important;
  }
  /* line 10250, app/assets/stylesheets/purpose/theme.css */
  .pl-sm-md,
.px-sm-md {
    padding-left: 4rem !important;
  }
  /* line 10255, app/assets/stylesheets/purpose/theme.css */
  .p-sm-lg {
    padding: 6rem !important;
  }
  /* line 10259, app/assets/stylesheets/purpose/theme.css */
  .pt-sm-lg,
.py-sm-lg {
    padding-top: 6rem !important;
  }
  /* line 10264, app/assets/stylesheets/purpose/theme.css */
  .pr-sm-lg,
.px-sm-lg {
    padding-right: 6rem !important;
  }
  /* line 10269, app/assets/stylesheets/purpose/theme.css */
  .pb-sm-lg,
.py-sm-lg {
    padding-bottom: 6rem !important;
  }
  /* line 10274, app/assets/stylesheets/purpose/theme.css */
  .pl-sm-lg,
.px-sm-lg {
    padding-left: 6rem !important;
  }
  /* line 10279, app/assets/stylesheets/purpose/theme.css */
  .p-sm-xl {
    padding: 8rem !important;
  }
  /* line 10283, app/assets/stylesheets/purpose/theme.css */
  .pt-sm-xl,
.py-sm-xl {
    padding-top: 8rem !important;
  }
  /* line 10288, app/assets/stylesheets/purpose/theme.css */
  .pr-sm-xl,
.px-sm-xl {
    padding-right: 8rem !important;
  }
  /* line 10293, app/assets/stylesheets/purpose/theme.css */
  .pb-sm-xl,
.py-sm-xl {
    padding-bottom: 8rem !important;
  }
  /* line 10298, app/assets/stylesheets/purpose/theme.css */
  .pl-sm-xl,
.px-sm-xl {
    padding-left: 8rem !important;
  }
  /* line 10303, app/assets/stylesheets/purpose/theme.css */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 10307, app/assets/stylesheets/purpose/theme.css */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 10312, app/assets/stylesheets/purpose/theme.css */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 10317, app/assets/stylesheets/purpose/theme.css */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 10322, app/assets/stylesheets/purpose/theme.css */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 10331, app/assets/stylesheets/purpose/theme.css */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 10335, app/assets/stylesheets/purpose/theme.css */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 10340, app/assets/stylesheets/purpose/theme.css */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 10345, app/assets/stylesheets/purpose/theme.css */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 10350, app/assets/stylesheets/purpose/theme.css */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 10355, app/assets/stylesheets/purpose/theme.css */
  .m-md-1 {
    margin: .25rem !important;
  }
  /* line 10359, app/assets/stylesheets/purpose/theme.css */
  .mt-md-1,
.my-md-1 {
    margin-top: .25rem !important;
  }
  /* line 10364, app/assets/stylesheets/purpose/theme.css */
  .mr-md-1,
.mx-md-1 {
    margin-right: .25rem !important;
  }
  /* line 10369, app/assets/stylesheets/purpose/theme.css */
  .mb-md-1,
.my-md-1 {
    margin-bottom: .25rem !important;
  }
  /* line 10374, app/assets/stylesheets/purpose/theme.css */
  .ml-md-1,
.mx-md-1 {
    margin-left: .25rem !important;
  }
  /* line 10379, app/assets/stylesheets/purpose/theme.css */
  .m-md-2 {
    margin: .5rem !important;
  }
  /* line 10383, app/assets/stylesheets/purpose/theme.css */
  .mt-md-2,
.my-md-2 {
    margin-top: .5rem !important;
  }
  /* line 10388, app/assets/stylesheets/purpose/theme.css */
  .mr-md-2,
.mx-md-2 {
    margin-right: .5rem !important;
  }
  /* line 10393, app/assets/stylesheets/purpose/theme.css */
  .mb-md-2,
.my-md-2 {
    margin-bottom: .5rem !important;
  }
  /* line 10398, app/assets/stylesheets/purpose/theme.css */
  .ml-md-2,
.mx-md-2 {
    margin-left: .5rem !important;
  }
  /* line 10403, app/assets/stylesheets/purpose/theme.css */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 10407, app/assets/stylesheets/purpose/theme.css */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 10412, app/assets/stylesheets/purpose/theme.css */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 10417, app/assets/stylesheets/purpose/theme.css */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 10422, app/assets/stylesheets/purpose/theme.css */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 10427, app/assets/stylesheets/purpose/theme.css */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 10431, app/assets/stylesheets/purpose/theme.css */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 10436, app/assets/stylesheets/purpose/theme.css */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 10441, app/assets/stylesheets/purpose/theme.css */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 10446, app/assets/stylesheets/purpose/theme.css */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 10451, app/assets/stylesheets/purpose/theme.css */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 10455, app/assets/stylesheets/purpose/theme.css */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 10460, app/assets/stylesheets/purpose/theme.css */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 10465, app/assets/stylesheets/purpose/theme.css */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 10470, app/assets/stylesheets/purpose/theme.css */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 10475, app/assets/stylesheets/purpose/theme.css */
  .m-md-sm {
    margin: 2rem !important;
  }
  /* line 10479, app/assets/stylesheets/purpose/theme.css */
  .mt-md-sm,
.my-md-sm {
    margin-top: 2rem !important;
  }
  /* line 10484, app/assets/stylesheets/purpose/theme.css */
  .mr-md-sm,
.mx-md-sm {
    margin-right: 2rem !important;
  }
  /* line 10489, app/assets/stylesheets/purpose/theme.css */
  .mb-md-sm,
.my-md-sm {
    margin-bottom: 2rem !important;
  }
  /* line 10494, app/assets/stylesheets/purpose/theme.css */
  .ml-md-sm,
.mx-md-sm {
    margin-left: 2rem !important;
  }
  /* line 10499, app/assets/stylesheets/purpose/theme.css */
  .m-md-md {
    margin: 4rem !important;
  }
  /* line 10503, app/assets/stylesheets/purpose/theme.css */
  .mt-md-md,
.my-md-md {
    margin-top: 4rem !important;
  }
  /* line 10508, app/assets/stylesheets/purpose/theme.css */
  .mr-md-md,
.mx-md-md {
    margin-right: 4rem !important;
  }
  /* line 10513, app/assets/stylesheets/purpose/theme.css */
  .mb-md-md,
.my-md-md {
    margin-bottom: 4rem !important;
  }
  /* line 10518, app/assets/stylesheets/purpose/theme.css */
  .ml-md-md,
.mx-md-md {
    margin-left: 4rem !important;
  }
  /* line 10523, app/assets/stylesheets/purpose/theme.css */
  .m-md-lg {
    margin: 6rem !important;
  }
  /* line 10527, app/assets/stylesheets/purpose/theme.css */
  .mt-md-lg,
.my-md-lg {
    margin-top: 6rem !important;
  }
  /* line 10532, app/assets/stylesheets/purpose/theme.css */
  .mr-md-lg,
.mx-md-lg {
    margin-right: 6rem !important;
  }
  /* line 10537, app/assets/stylesheets/purpose/theme.css */
  .mb-md-lg,
.my-md-lg {
    margin-bottom: 6rem !important;
  }
  /* line 10542, app/assets/stylesheets/purpose/theme.css */
  .ml-md-lg,
.mx-md-lg {
    margin-left: 6rem !important;
  }
  /* line 10547, app/assets/stylesheets/purpose/theme.css */
  .m-md-xl {
    margin: 8rem !important;
  }
  /* line 10551, app/assets/stylesheets/purpose/theme.css */
  .mt-md-xl,
.my-md-xl {
    margin-top: 8rem !important;
  }
  /* line 10556, app/assets/stylesheets/purpose/theme.css */
  .mr-md-xl,
.mx-md-xl {
    margin-right: 8rem !important;
  }
  /* line 10561, app/assets/stylesheets/purpose/theme.css */
  .mb-md-xl,
.my-md-xl {
    margin-bottom: 8rem !important;
  }
  /* line 10566, app/assets/stylesheets/purpose/theme.css */
  .ml-md-xl,
.mx-md-xl {
    margin-left: 8rem !important;
  }
  /* line 10571, app/assets/stylesheets/purpose/theme.css */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 10575, app/assets/stylesheets/purpose/theme.css */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 10580, app/assets/stylesheets/purpose/theme.css */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 10585, app/assets/stylesheets/purpose/theme.css */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 10590, app/assets/stylesheets/purpose/theme.css */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 10595, app/assets/stylesheets/purpose/theme.css */
  .p-md-1 {
    padding: .25rem !important;
  }
  /* line 10599, app/assets/stylesheets/purpose/theme.css */
  .pt-md-1,
.py-md-1 {
    padding-top: .25rem !important;
  }
  /* line 10604, app/assets/stylesheets/purpose/theme.css */
  .pr-md-1,
.px-md-1 {
    padding-right: .25rem !important;
  }
  /* line 10609, app/assets/stylesheets/purpose/theme.css */
  .pb-md-1,
.py-md-1 {
    padding-bottom: .25rem !important;
  }
  /* line 10614, app/assets/stylesheets/purpose/theme.css */
  .pl-md-1,
.px-md-1 {
    padding-left: .25rem !important;
  }
  /* line 10619, app/assets/stylesheets/purpose/theme.css */
  .p-md-2 {
    padding: .5rem !important;
  }
  /* line 10623, app/assets/stylesheets/purpose/theme.css */
  .pt-md-2,
.py-md-2 {
    padding-top: .5rem !important;
  }
  /* line 10628, app/assets/stylesheets/purpose/theme.css */
  .pr-md-2,
.px-md-2 {
    padding-right: .5rem !important;
  }
  /* line 10633, app/assets/stylesheets/purpose/theme.css */
  .pb-md-2,
.py-md-2 {
    padding-bottom: .5rem !important;
  }
  /* line 10638, app/assets/stylesheets/purpose/theme.css */
  .pl-md-2,
.px-md-2 {
    padding-left: .5rem !important;
  }
  /* line 10643, app/assets/stylesheets/purpose/theme.css */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 10647, app/assets/stylesheets/purpose/theme.css */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 10652, app/assets/stylesheets/purpose/theme.css */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 10657, app/assets/stylesheets/purpose/theme.css */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 10662, app/assets/stylesheets/purpose/theme.css */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 10667, app/assets/stylesheets/purpose/theme.css */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 10671, app/assets/stylesheets/purpose/theme.css */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 10676, app/assets/stylesheets/purpose/theme.css */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 10681, app/assets/stylesheets/purpose/theme.css */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 10686, app/assets/stylesheets/purpose/theme.css */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 10691, app/assets/stylesheets/purpose/theme.css */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 10695, app/assets/stylesheets/purpose/theme.css */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 10700, app/assets/stylesheets/purpose/theme.css */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 10705, app/assets/stylesheets/purpose/theme.css */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 10710, app/assets/stylesheets/purpose/theme.css */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 10715, app/assets/stylesheets/purpose/theme.css */
  .p-md-sm {
    padding: 2rem !important;
  }
  /* line 10719, app/assets/stylesheets/purpose/theme.css */
  .pt-md-sm,
.py-md-sm {
    padding-top: 2rem !important;
  }
  /* line 10724, app/assets/stylesheets/purpose/theme.css */
  .pr-md-sm,
.px-md-sm {
    padding-right: 2rem !important;
  }
  /* line 10729, app/assets/stylesheets/purpose/theme.css */
  .pb-md-sm,
.py-md-sm {
    padding-bottom: 2rem !important;
  }
  /* line 10734, app/assets/stylesheets/purpose/theme.css */
  .pl-md-sm,
.px-md-sm {
    padding-left: 2rem !important;
  }
  /* line 10739, app/assets/stylesheets/purpose/theme.css */
  .p-md-md {
    padding: 4rem !important;
  }
  /* line 10743, app/assets/stylesheets/purpose/theme.css */
  .pt-md-md,
.py-md-md {
    padding-top: 4rem !important;
  }
  /* line 10748, app/assets/stylesheets/purpose/theme.css */
  .pr-md-md,
.px-md-md {
    padding-right: 4rem !important;
  }
  /* line 10753, app/assets/stylesheets/purpose/theme.css */
  .pb-md-md,
.py-md-md {
    padding-bottom: 4rem !important;
  }
  /* line 10758, app/assets/stylesheets/purpose/theme.css */
  .pl-md-md,
.px-md-md {
    padding-left: 4rem !important;
  }
  /* line 10763, app/assets/stylesheets/purpose/theme.css */
  .p-md-lg {
    padding: 6rem !important;
  }
  /* line 10767, app/assets/stylesheets/purpose/theme.css */
  .pt-md-lg,
.py-md-lg {
    padding-top: 6rem !important;
  }
  /* line 10772, app/assets/stylesheets/purpose/theme.css */
  .pr-md-lg,
.px-md-lg {
    padding-right: 6rem !important;
  }
  /* line 10777, app/assets/stylesheets/purpose/theme.css */
  .pb-md-lg,
.py-md-lg {
    padding-bottom: 6rem !important;
  }
  /* line 10782, app/assets/stylesheets/purpose/theme.css */
  .pl-md-lg,
.px-md-lg {
    padding-left: 6rem !important;
  }
  /* line 10787, app/assets/stylesheets/purpose/theme.css */
  .p-md-xl {
    padding: 8rem !important;
  }
  /* line 10791, app/assets/stylesheets/purpose/theme.css */
  .pt-md-xl,
.py-md-xl {
    padding-top: 8rem !important;
  }
  /* line 10796, app/assets/stylesheets/purpose/theme.css */
  .pr-md-xl,
.px-md-xl {
    padding-right: 8rem !important;
  }
  /* line 10801, app/assets/stylesheets/purpose/theme.css */
  .pb-md-xl,
.py-md-xl {
    padding-bottom: 8rem !important;
  }
  /* line 10806, app/assets/stylesheets/purpose/theme.css */
  .pl-md-xl,
.px-md-xl {
    padding-left: 8rem !important;
  }
  /* line 10811, app/assets/stylesheets/purpose/theme.css */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 10815, app/assets/stylesheets/purpose/theme.css */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 10820, app/assets/stylesheets/purpose/theme.css */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 10825, app/assets/stylesheets/purpose/theme.css */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 10830, app/assets/stylesheets/purpose/theme.css */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 10839, app/assets/stylesheets/purpose/theme.css */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 10843, app/assets/stylesheets/purpose/theme.css */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 10848, app/assets/stylesheets/purpose/theme.css */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 10853, app/assets/stylesheets/purpose/theme.css */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 10858, app/assets/stylesheets/purpose/theme.css */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 10863, app/assets/stylesheets/purpose/theme.css */
  .m-lg-1 {
    margin: .25rem !important;
  }
  /* line 10867, app/assets/stylesheets/purpose/theme.css */
  .mt-lg-1,
.my-lg-1 {
    margin-top: .25rem !important;
  }
  /* line 10872, app/assets/stylesheets/purpose/theme.css */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: .25rem !important;
  }
  /* line 10877, app/assets/stylesheets/purpose/theme.css */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: .25rem !important;
  }
  /* line 10882, app/assets/stylesheets/purpose/theme.css */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: .25rem !important;
  }
  /* line 10887, app/assets/stylesheets/purpose/theme.css */
  .m-lg-2 {
    margin: .5rem !important;
  }
  /* line 10891, app/assets/stylesheets/purpose/theme.css */
  .mt-lg-2,
.my-lg-2 {
    margin-top: .5rem !important;
  }
  /* line 10896, app/assets/stylesheets/purpose/theme.css */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: .5rem !important;
  }
  /* line 10901, app/assets/stylesheets/purpose/theme.css */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: .5rem !important;
  }
  /* line 10906, app/assets/stylesheets/purpose/theme.css */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: .5rem !important;
  }
  /* line 10911, app/assets/stylesheets/purpose/theme.css */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 10915, app/assets/stylesheets/purpose/theme.css */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 10920, app/assets/stylesheets/purpose/theme.css */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 10925, app/assets/stylesheets/purpose/theme.css */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 10930, app/assets/stylesheets/purpose/theme.css */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 10935, app/assets/stylesheets/purpose/theme.css */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 10939, app/assets/stylesheets/purpose/theme.css */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 10944, app/assets/stylesheets/purpose/theme.css */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 10949, app/assets/stylesheets/purpose/theme.css */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 10954, app/assets/stylesheets/purpose/theme.css */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 10959, app/assets/stylesheets/purpose/theme.css */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 10963, app/assets/stylesheets/purpose/theme.css */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 10968, app/assets/stylesheets/purpose/theme.css */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 10973, app/assets/stylesheets/purpose/theme.css */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 10978, app/assets/stylesheets/purpose/theme.css */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 10983, app/assets/stylesheets/purpose/theme.css */
  .m-lg-sm {
    margin: 2rem !important;
  }
  /* line 10987, app/assets/stylesheets/purpose/theme.css */
  .mt-lg-sm,
.my-lg-sm {
    margin-top: 2rem !important;
  }
  /* line 10992, app/assets/stylesheets/purpose/theme.css */
  .mr-lg-sm,
.mx-lg-sm {
    margin-right: 2rem !important;
  }
  /* line 10997, app/assets/stylesheets/purpose/theme.css */
  .mb-lg-sm,
.my-lg-sm {
    margin-bottom: 2rem !important;
  }
  /* line 11002, app/assets/stylesheets/purpose/theme.css */
  .ml-lg-sm,
.mx-lg-sm {
    margin-left: 2rem !important;
  }
  /* line 11007, app/assets/stylesheets/purpose/theme.css */
  .m-lg-md {
    margin: 4rem !important;
  }
  /* line 11011, app/assets/stylesheets/purpose/theme.css */
  .mt-lg-md,
.my-lg-md {
    margin-top: 4rem !important;
  }
  /* line 11016, app/assets/stylesheets/purpose/theme.css */
  .mr-lg-md,
.mx-lg-md {
    margin-right: 4rem !important;
  }
  /* line 11021, app/assets/stylesheets/purpose/theme.css */
  .mb-lg-md,
.my-lg-md {
    margin-bottom: 4rem !important;
  }
  /* line 11026, app/assets/stylesheets/purpose/theme.css */
  .ml-lg-md,
.mx-lg-md {
    margin-left: 4rem !important;
  }
  /* line 11031, app/assets/stylesheets/purpose/theme.css */
  .m-lg-lg {
    margin: 6rem !important;
  }
  /* line 11035, app/assets/stylesheets/purpose/theme.css */
  .mt-lg-lg,
.my-lg-lg {
    margin-top: 6rem !important;
  }
  /* line 11040, app/assets/stylesheets/purpose/theme.css */
  .mr-lg-lg,
.mx-lg-lg {
    margin-right: 6rem !important;
  }
  /* line 11045, app/assets/stylesheets/purpose/theme.css */
  .mb-lg-lg,
.my-lg-lg {
    margin-bottom: 6rem !important;
  }
  /* line 11050, app/assets/stylesheets/purpose/theme.css */
  .ml-lg-lg,
.mx-lg-lg {
    margin-left: 6rem !important;
  }
  /* line 11055, app/assets/stylesheets/purpose/theme.css */
  .m-lg-xl {
    margin: 8rem !important;
  }
  /* line 11059, app/assets/stylesheets/purpose/theme.css */
  .mt-lg-xl,
.my-lg-xl {
    margin-top: 8rem !important;
  }
  /* line 11064, app/assets/stylesheets/purpose/theme.css */
  .mr-lg-xl,
.mx-lg-xl {
    margin-right: 8rem !important;
  }
  /* line 11069, app/assets/stylesheets/purpose/theme.css */
  .mb-lg-xl,
.my-lg-xl {
    margin-bottom: 8rem !important;
  }
  /* line 11074, app/assets/stylesheets/purpose/theme.css */
  .ml-lg-xl,
.mx-lg-xl {
    margin-left: 8rem !important;
  }
  /* line 11079, app/assets/stylesheets/purpose/theme.css */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 11083, app/assets/stylesheets/purpose/theme.css */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 11088, app/assets/stylesheets/purpose/theme.css */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 11093, app/assets/stylesheets/purpose/theme.css */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 11098, app/assets/stylesheets/purpose/theme.css */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11103, app/assets/stylesheets/purpose/theme.css */
  .p-lg-1 {
    padding: .25rem !important;
  }
  /* line 11107, app/assets/stylesheets/purpose/theme.css */
  .pt-lg-1,
.py-lg-1 {
    padding-top: .25rem !important;
  }
  /* line 11112, app/assets/stylesheets/purpose/theme.css */
  .pr-lg-1,
.px-lg-1 {
    padding-right: .25rem !important;
  }
  /* line 11117, app/assets/stylesheets/purpose/theme.css */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: .25rem !important;
  }
  /* line 11122, app/assets/stylesheets/purpose/theme.css */
  .pl-lg-1,
.px-lg-1 {
    padding-left: .25rem !important;
  }
  /* line 11127, app/assets/stylesheets/purpose/theme.css */
  .p-lg-2 {
    padding: .5rem !important;
  }
  /* line 11131, app/assets/stylesheets/purpose/theme.css */
  .pt-lg-2,
.py-lg-2 {
    padding-top: .5rem !important;
  }
  /* line 11136, app/assets/stylesheets/purpose/theme.css */
  .pr-lg-2,
.px-lg-2 {
    padding-right: .5rem !important;
  }
  /* line 11141, app/assets/stylesheets/purpose/theme.css */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: .5rem !important;
  }
  /* line 11146, app/assets/stylesheets/purpose/theme.css */
  .pl-lg-2,
.px-lg-2 {
    padding-left: .5rem !important;
  }
  /* line 11151, app/assets/stylesheets/purpose/theme.css */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 11155, app/assets/stylesheets/purpose/theme.css */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 11160, app/assets/stylesheets/purpose/theme.css */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 11165, app/assets/stylesheets/purpose/theme.css */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 11170, app/assets/stylesheets/purpose/theme.css */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 11175, app/assets/stylesheets/purpose/theme.css */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 11179, app/assets/stylesheets/purpose/theme.css */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 11184, app/assets/stylesheets/purpose/theme.css */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 11189, app/assets/stylesheets/purpose/theme.css */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 11194, app/assets/stylesheets/purpose/theme.css */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11199, app/assets/stylesheets/purpose/theme.css */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 11203, app/assets/stylesheets/purpose/theme.css */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 11208, app/assets/stylesheets/purpose/theme.css */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 11213, app/assets/stylesheets/purpose/theme.css */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 11218, app/assets/stylesheets/purpose/theme.css */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 11223, app/assets/stylesheets/purpose/theme.css */
  .p-lg-sm {
    padding: 2rem !important;
  }
  /* line 11227, app/assets/stylesheets/purpose/theme.css */
  .pt-lg-sm,
.py-lg-sm {
    padding-top: 2rem !important;
  }
  /* line 11232, app/assets/stylesheets/purpose/theme.css */
  .pr-lg-sm,
.px-lg-sm {
    padding-right: 2rem !important;
  }
  /* line 11237, app/assets/stylesheets/purpose/theme.css */
  .pb-lg-sm,
.py-lg-sm {
    padding-bottom: 2rem !important;
  }
  /* line 11242, app/assets/stylesheets/purpose/theme.css */
  .pl-lg-sm,
.px-lg-sm {
    padding-left: 2rem !important;
  }
  /* line 11247, app/assets/stylesheets/purpose/theme.css */
  .p-lg-md {
    padding: 4rem !important;
  }
  /* line 11251, app/assets/stylesheets/purpose/theme.css */
  .pt-lg-md,
.py-lg-md {
    padding-top: 4rem !important;
  }
  /* line 11256, app/assets/stylesheets/purpose/theme.css */
  .pr-lg-md,
.px-lg-md {
    padding-right: 4rem !important;
  }
  /* line 11261, app/assets/stylesheets/purpose/theme.css */
  .pb-lg-md,
.py-lg-md {
    padding-bottom: 4rem !important;
  }
  /* line 11266, app/assets/stylesheets/purpose/theme.css */
  .pl-lg-md,
.px-lg-md {
    padding-left: 4rem !important;
  }
  /* line 11271, app/assets/stylesheets/purpose/theme.css */
  .p-lg-lg {
    padding: 6rem !important;
  }
  /* line 11275, app/assets/stylesheets/purpose/theme.css */
  .pt-lg-lg,
.py-lg-lg {
    padding-top: 6rem !important;
  }
  /* line 11280, app/assets/stylesheets/purpose/theme.css */
  .pr-lg-lg,
.px-lg-lg {
    padding-right: 6rem !important;
  }
  /* line 11285, app/assets/stylesheets/purpose/theme.css */
  .pb-lg-lg,
.py-lg-lg {
    padding-bottom: 6rem !important;
  }
  /* line 11290, app/assets/stylesheets/purpose/theme.css */
  .pl-lg-lg,
.px-lg-lg {
    padding-left: 6rem !important;
  }
  /* line 11295, app/assets/stylesheets/purpose/theme.css */
  .p-lg-xl {
    padding: 8rem !important;
  }
  /* line 11299, app/assets/stylesheets/purpose/theme.css */
  .pt-lg-xl,
.py-lg-xl {
    padding-top: 8rem !important;
  }
  /* line 11304, app/assets/stylesheets/purpose/theme.css */
  .pr-lg-xl,
.px-lg-xl {
    padding-right: 8rem !important;
  }
  /* line 11309, app/assets/stylesheets/purpose/theme.css */
  .pb-lg-xl,
.py-lg-xl {
    padding-bottom: 8rem !important;
  }
  /* line 11314, app/assets/stylesheets/purpose/theme.css */
  .pl-lg-xl,
.px-lg-xl {
    padding-left: 8rem !important;
  }
  /* line 11319, app/assets/stylesheets/purpose/theme.css */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 11323, app/assets/stylesheets/purpose/theme.css */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 11328, app/assets/stylesheets/purpose/theme.css */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 11333, app/assets/stylesheets/purpose/theme.css */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 11338, app/assets/stylesheets/purpose/theme.css */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11347, app/assets/stylesheets/purpose/theme.css */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 11351, app/assets/stylesheets/purpose/theme.css */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 11356, app/assets/stylesheets/purpose/theme.css */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 11361, app/assets/stylesheets/purpose/theme.css */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 11366, app/assets/stylesheets/purpose/theme.css */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11371, app/assets/stylesheets/purpose/theme.css */
  .m-xl-1 {
    margin: .25rem !important;
  }
  /* line 11375, app/assets/stylesheets/purpose/theme.css */
  .mt-xl-1,
.my-xl-1 {
    margin-top: .25rem !important;
  }
  /* line 11380, app/assets/stylesheets/purpose/theme.css */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: .25rem !important;
  }
  /* line 11385, app/assets/stylesheets/purpose/theme.css */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: .25rem !important;
  }
  /* line 11390, app/assets/stylesheets/purpose/theme.css */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: .25rem !important;
  }
  /* line 11395, app/assets/stylesheets/purpose/theme.css */
  .m-xl-2 {
    margin: .5rem !important;
  }
  /* line 11399, app/assets/stylesheets/purpose/theme.css */
  .mt-xl-2,
.my-xl-2 {
    margin-top: .5rem !important;
  }
  /* line 11404, app/assets/stylesheets/purpose/theme.css */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: .5rem !important;
  }
  /* line 11409, app/assets/stylesheets/purpose/theme.css */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: .5rem !important;
  }
  /* line 11414, app/assets/stylesheets/purpose/theme.css */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: .5rem !important;
  }
  /* line 11419, app/assets/stylesheets/purpose/theme.css */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 11423, app/assets/stylesheets/purpose/theme.css */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 11428, app/assets/stylesheets/purpose/theme.css */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 11433, app/assets/stylesheets/purpose/theme.css */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 11438, app/assets/stylesheets/purpose/theme.css */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 11443, app/assets/stylesheets/purpose/theme.css */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 11447, app/assets/stylesheets/purpose/theme.css */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 11452, app/assets/stylesheets/purpose/theme.css */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 11457, app/assets/stylesheets/purpose/theme.css */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 11462, app/assets/stylesheets/purpose/theme.css */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11467, app/assets/stylesheets/purpose/theme.css */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 11471, app/assets/stylesheets/purpose/theme.css */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 11476, app/assets/stylesheets/purpose/theme.css */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 11481, app/assets/stylesheets/purpose/theme.css */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 11486, app/assets/stylesheets/purpose/theme.css */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 11491, app/assets/stylesheets/purpose/theme.css */
  .m-xl-sm {
    margin: 2rem !important;
  }
  /* line 11495, app/assets/stylesheets/purpose/theme.css */
  .mt-xl-sm,
.my-xl-sm {
    margin-top: 2rem !important;
  }
  /* line 11500, app/assets/stylesheets/purpose/theme.css */
  .mr-xl-sm,
.mx-xl-sm {
    margin-right: 2rem !important;
  }
  /* line 11505, app/assets/stylesheets/purpose/theme.css */
  .mb-xl-sm,
.my-xl-sm {
    margin-bottom: 2rem !important;
  }
  /* line 11510, app/assets/stylesheets/purpose/theme.css */
  .ml-xl-sm,
.mx-xl-sm {
    margin-left: 2rem !important;
  }
  /* line 11515, app/assets/stylesheets/purpose/theme.css */
  .m-xl-md {
    margin: 4rem !important;
  }
  /* line 11519, app/assets/stylesheets/purpose/theme.css */
  .mt-xl-md,
.my-xl-md {
    margin-top: 4rem !important;
  }
  /* line 11524, app/assets/stylesheets/purpose/theme.css */
  .mr-xl-md,
.mx-xl-md {
    margin-right: 4rem !important;
  }
  /* line 11529, app/assets/stylesheets/purpose/theme.css */
  .mb-xl-md,
.my-xl-md {
    margin-bottom: 4rem !important;
  }
  /* line 11534, app/assets/stylesheets/purpose/theme.css */
  .ml-xl-md,
.mx-xl-md {
    margin-left: 4rem !important;
  }
  /* line 11539, app/assets/stylesheets/purpose/theme.css */
  .m-xl-lg {
    margin: 6rem !important;
  }
  /* line 11543, app/assets/stylesheets/purpose/theme.css */
  .mt-xl-lg,
.my-xl-lg {
    margin-top: 6rem !important;
  }
  /* line 11548, app/assets/stylesheets/purpose/theme.css */
  .mr-xl-lg,
.mx-xl-lg {
    margin-right: 6rem !important;
  }
  /* line 11553, app/assets/stylesheets/purpose/theme.css */
  .mb-xl-lg,
.my-xl-lg {
    margin-bottom: 6rem !important;
  }
  /* line 11558, app/assets/stylesheets/purpose/theme.css */
  .ml-xl-lg,
.mx-xl-lg {
    margin-left: 6rem !important;
  }
  /* line 11563, app/assets/stylesheets/purpose/theme.css */
  .m-xl-xl {
    margin: 8rem !important;
  }
  /* line 11567, app/assets/stylesheets/purpose/theme.css */
  .mt-xl-xl,
.my-xl-xl {
    margin-top: 8rem !important;
  }
  /* line 11572, app/assets/stylesheets/purpose/theme.css */
  .mr-xl-xl,
.mx-xl-xl {
    margin-right: 8rem !important;
  }
  /* line 11577, app/assets/stylesheets/purpose/theme.css */
  .mb-xl-xl,
.my-xl-xl {
    margin-bottom: 8rem !important;
  }
  /* line 11582, app/assets/stylesheets/purpose/theme.css */
  .ml-xl-xl,
.mx-xl-xl {
    margin-left: 8rem !important;
  }
  /* line 11587, app/assets/stylesheets/purpose/theme.css */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 11591, app/assets/stylesheets/purpose/theme.css */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 11596, app/assets/stylesheets/purpose/theme.css */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 11601, app/assets/stylesheets/purpose/theme.css */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 11606, app/assets/stylesheets/purpose/theme.css */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11611, app/assets/stylesheets/purpose/theme.css */
  .p-xl-1 {
    padding: .25rem !important;
  }
  /* line 11615, app/assets/stylesheets/purpose/theme.css */
  .pt-xl-1,
.py-xl-1 {
    padding-top: .25rem !important;
  }
  /* line 11620, app/assets/stylesheets/purpose/theme.css */
  .pr-xl-1,
.px-xl-1 {
    padding-right: .25rem !important;
  }
  /* line 11625, app/assets/stylesheets/purpose/theme.css */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: .25rem !important;
  }
  /* line 11630, app/assets/stylesheets/purpose/theme.css */
  .pl-xl-1,
.px-xl-1 {
    padding-left: .25rem !important;
  }
  /* line 11635, app/assets/stylesheets/purpose/theme.css */
  .p-xl-2 {
    padding: .5rem !important;
  }
  /* line 11639, app/assets/stylesheets/purpose/theme.css */
  .pt-xl-2,
.py-xl-2 {
    padding-top: .5rem !important;
  }
  /* line 11644, app/assets/stylesheets/purpose/theme.css */
  .pr-xl-2,
.px-xl-2 {
    padding-right: .5rem !important;
  }
  /* line 11649, app/assets/stylesheets/purpose/theme.css */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: .5rem !important;
  }
  /* line 11654, app/assets/stylesheets/purpose/theme.css */
  .pl-xl-2,
.px-xl-2 {
    padding-left: .5rem !important;
  }
  /* line 11659, app/assets/stylesheets/purpose/theme.css */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 11663, app/assets/stylesheets/purpose/theme.css */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 11668, app/assets/stylesheets/purpose/theme.css */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 11673, app/assets/stylesheets/purpose/theme.css */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 11678, app/assets/stylesheets/purpose/theme.css */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 11683, app/assets/stylesheets/purpose/theme.css */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 11687, app/assets/stylesheets/purpose/theme.css */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 11692, app/assets/stylesheets/purpose/theme.css */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 11697, app/assets/stylesheets/purpose/theme.css */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 11702, app/assets/stylesheets/purpose/theme.css */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11707, app/assets/stylesheets/purpose/theme.css */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 11711, app/assets/stylesheets/purpose/theme.css */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 11716, app/assets/stylesheets/purpose/theme.css */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 11721, app/assets/stylesheets/purpose/theme.css */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 11726, app/assets/stylesheets/purpose/theme.css */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 11731, app/assets/stylesheets/purpose/theme.css */
  .p-xl-sm {
    padding: 2rem !important;
  }
  /* line 11735, app/assets/stylesheets/purpose/theme.css */
  .pt-xl-sm,
.py-xl-sm {
    padding-top: 2rem !important;
  }
  /* line 11740, app/assets/stylesheets/purpose/theme.css */
  .pr-xl-sm,
.px-xl-sm {
    padding-right: 2rem !important;
  }
  /* line 11745, app/assets/stylesheets/purpose/theme.css */
  .pb-xl-sm,
.py-xl-sm {
    padding-bottom: 2rem !important;
  }
  /* line 11750, app/assets/stylesheets/purpose/theme.css */
  .pl-xl-sm,
.px-xl-sm {
    padding-left: 2rem !important;
  }
  /* line 11755, app/assets/stylesheets/purpose/theme.css */
  .p-xl-md {
    padding: 4rem !important;
  }
  /* line 11759, app/assets/stylesheets/purpose/theme.css */
  .pt-xl-md,
.py-xl-md {
    padding-top: 4rem !important;
  }
  /* line 11764, app/assets/stylesheets/purpose/theme.css */
  .pr-xl-md,
.px-xl-md {
    padding-right: 4rem !important;
  }
  /* line 11769, app/assets/stylesheets/purpose/theme.css */
  .pb-xl-md,
.py-xl-md {
    padding-bottom: 4rem !important;
  }
  /* line 11774, app/assets/stylesheets/purpose/theme.css */
  .pl-xl-md,
.px-xl-md {
    padding-left: 4rem !important;
  }
  /* line 11779, app/assets/stylesheets/purpose/theme.css */
  .p-xl-lg {
    padding: 6rem !important;
  }
  /* line 11783, app/assets/stylesheets/purpose/theme.css */
  .pt-xl-lg,
.py-xl-lg {
    padding-top: 6rem !important;
  }
  /* line 11788, app/assets/stylesheets/purpose/theme.css */
  .pr-xl-lg,
.px-xl-lg {
    padding-right: 6rem !important;
  }
  /* line 11793, app/assets/stylesheets/purpose/theme.css */
  .pb-xl-lg,
.py-xl-lg {
    padding-bottom: 6rem !important;
  }
  /* line 11798, app/assets/stylesheets/purpose/theme.css */
  .pl-xl-lg,
.px-xl-lg {
    padding-left: 6rem !important;
  }
  /* line 11803, app/assets/stylesheets/purpose/theme.css */
  .p-xl-xl {
    padding: 8rem !important;
  }
  /* line 11807, app/assets/stylesheets/purpose/theme.css */
  .pt-xl-xl,
.py-xl-xl {
    padding-top: 8rem !important;
  }
  /* line 11812, app/assets/stylesheets/purpose/theme.css */
  .pr-xl-xl,
.px-xl-xl {
    padding-right: 8rem !important;
  }
  /* line 11817, app/assets/stylesheets/purpose/theme.css */
  .pb-xl-xl,
.py-xl-xl {
    padding-bottom: 8rem !important;
  }
  /* line 11822, app/assets/stylesheets/purpose/theme.css */
  .pl-xl-xl,
.px-xl-xl {
    padding-left: 8rem !important;
  }
  /* line 11827, app/assets/stylesheets/purpose/theme.css */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 11831, app/assets/stylesheets/purpose/theme.css */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 11836, app/assets/stylesheets/purpose/theme.css */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 11841, app/assets/stylesheets/purpose/theme.css */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 11846, app/assets/stylesheets/purpose/theme.css */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 11853, app/assets/stylesheets/purpose/theme.css */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

/* line 11858, app/assets/stylesheets/purpose/theme.css */
.text-justify {
  text-align: justify !important;
}

/* line 11863, app/assets/stylesheets/purpose/theme.css */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 11868, app/assets/stylesheets/purpose/theme.css */
.text-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 11876, app/assets/stylesheets/purpose/theme.css */
.text-left {
  text-align: left !important;
}

/* line 11881, app/assets/stylesheets/purpose/theme.css */
.text-right {
  text-align: right !important;
}

/* line 11886, app/assets/stylesheets/purpose/theme.css */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 11893, app/assets/stylesheets/purpose/theme.css */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 11897, app/assets/stylesheets/purpose/theme.css */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 11901, app/assets/stylesheets/purpose/theme.css */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 11909, app/assets/stylesheets/purpose/theme.css */
  .text-md-left {
    text-align: left !important;
  }
  /* line 11913, app/assets/stylesheets/purpose/theme.css */
  .text-md-right {
    text-align: right !important;
  }
  /* line 11917, app/assets/stylesheets/purpose/theme.css */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 11925, app/assets/stylesheets/purpose/theme.css */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 11929, app/assets/stylesheets/purpose/theme.css */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 11933, app/assets/stylesheets/purpose/theme.css */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 11941, app/assets/stylesheets/purpose/theme.css */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 11945, app/assets/stylesheets/purpose/theme.css */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 11949, app/assets/stylesheets/purpose/theme.css */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 11955, app/assets/stylesheets/purpose/theme.css */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 11960, app/assets/stylesheets/purpose/theme.css */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 11965, app/assets/stylesheets/purpose/theme.css */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 11970, app/assets/stylesheets/purpose/theme.css */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 11975, app/assets/stylesheets/purpose/theme.css */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 11980, app/assets/stylesheets/purpose/theme.css */
.font-weight-bold {
  font-weight: 600 !important;
}

/* line 11985, app/assets/stylesheets/purpose/theme.css */
.font-italic {
  font-style: italic !important;
}

/* line 11990, app/assets/stylesheets/purpose/theme.css */
.text-white {
  color: #fff !important;
}

/* line 11995, app/assets/stylesheets/purpose/theme.css */
.text-primary {
  color: #510fa8 !important;
}

/* line 12000, app/assets/stylesheets/purpose/theme.css */
a.text-primary:hover,
a.text-primary:focus {
  color: #3a0b79 !important;
}

/* line 12006, app/assets/stylesheets/purpose/theme.css */
.text-secondary {
  color: #fafafa !important;
}

/* line 12011, app/assets/stylesheets/purpose/theme.css */
a.text-secondary:hover,
a.text-secondary:focus {
  color: #e1e1e1 !important;
}

/* line 12017, app/assets/stylesheets/purpose/theme.css */
.text-success {
  color: #4cd964 !important;
}

/* line 12022, app/assets/stylesheets/purpose/theme.css */
a.text-success:hover,
a.text-success:focus {
  color: #2ac845 !important;
}

/* line 12028, app/assets/stylesheets/purpose/theme.css */
.text-info {
  color: #24b7fa !important;
}

/* line 12033, app/assets/stylesheets/purpose/theme.css */
a.text-info:hover,
a.text-info:focus {
  color: #059fe6 !important;
}

/* line 12039, app/assets/stylesheets/purpose/theme.css */
.text-warning {
  color: #ff9500 !important;
}

/* line 12044, app/assets/stylesheets/purpose/theme.css */
a.text-warning:hover,
a.text-warning:focus {
  color: #c70 !important;
}

/* line 12050, app/assets/stylesheets/purpose/theme.css */
.text-danger {
  color: #ff3b30 !important;
}

/* line 12055, app/assets/stylesheets/purpose/theme.css */
a.text-danger:hover,
a.text-danger:focus {
  color: #fc0d00 !important;
}

/* line 12061, app/assets/stylesheets/purpose/theme.css */
.text-light {
  color: #ced4da !important;
}

/* line 12066, app/assets/stylesheets/purpose/theme.css */
a.text-light:hover,
a.text-light:focus {
  color: #b1bbc4 !important;
}

/* line 12072, app/assets/stylesheets/purpose/theme.css */
.text-dark {
  color: #24292E !important;
}

/* line 12077, app/assets/stylesheets/purpose/theme.css */
a.text-dark:hover,
a.text-dark:focus {
  color: black !important;
}

/* line 12083, app/assets/stylesheets/purpose/theme.css */
.text-white {
  color: #fff !important;
}

/* line 12088, app/assets/stylesheets/purpose/theme.css */
a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6 !important;
}

/* line 12094, app/assets/stylesheets/purpose/theme.css */
.text-darker {
  color: #020b13 !important;
}

/* line 12099, app/assets/stylesheets/purpose/theme.css */
a.text-darker:hover,
a.text-darker:focus {
  color: black !important;
}

/* line 12105, app/assets/stylesheets/purpose/theme.css */
.text-body {
  color: #6c7686 !important;
}

/* line 12110, app/assets/stylesheets/purpose/theme.css */
.text-muted {
  color: #6c7686 !important;
}

/* line 12115, app/assets/stylesheets/purpose/theme.css */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 12120, app/assets/stylesheets/purpose/theme.css */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 12125, app/assets/stylesheets/purpose/theme.css */
.text-hide {
  font: 0/0 a;
  color: transparent;
  border: 0;
  background-color: transparent;
  text-shadow: none;
}

/* line 12135, app/assets/stylesheets/purpose/theme.css */
.visible {
  visibility: visible !important;
}

/* line 12140, app/assets/stylesheets/purpose/theme.css */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 12147, app/assets/stylesheets/purpose/theme.css */
  *,
*::before,
*::after {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 12154, app/assets/stylesheets/purpose/theme.css */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 12158, app/assets/stylesheets/purpose/theme.css */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 12162, app/assets/stylesheets/purpose/theme.css */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 12166, app/assets/stylesheets/purpose/theme.css */
  pre,
blockquote {
    border: .0625rem solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 12173, app/assets/stylesheets/purpose/theme.css */
  thead {
    display: table-header-group;
  }
  /* line 12177, app/assets/stylesheets/purpose/theme.css */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 12182, app/assets/stylesheets/purpose/theme.css */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 12189, app/assets/stylesheets/purpose/theme.css */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 12198, app/assets/stylesheets/purpose/theme.css */
  body {
    min-width: 992px !important;
  }
  /* line 12202, app/assets/stylesheets/purpose/theme.css */
  .container {
    min-width: 992px !important;
  }
  /* line 12206, app/assets/stylesheets/purpose/theme.css */
  .navbar {
    display: none;
  }
  /* line 12210, app/assets/stylesheets/purpose/theme.css */
  .badge {
    border: .0625rem solid #000;
  }
  /* line 12214, app/assets/stylesheets/purpose/theme.css */
  .table {
    border-collapse: collapse !important;
  }
  /* line 12218, app/assets/stylesheets/purpose/theme.css */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 12223, app/assets/stylesheets/purpose/theme.css */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 12228, app/assets/stylesheets/purpose/theme.css */
  .table-dark {
    color: inherit;
  }
  /* line 12232, app/assets/stylesheets/purpose/theme.css */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #e9ecef;
  }
  /* line 12239, app/assets/stylesheets/purpose/theme.css */
  .table .thead-dark th {
    color: inherit;
    border-color: #e9ecef;
  }
}

/* line 12251, app/assets/stylesheets/purpose/theme.css */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

/* line 12258, app/assets/stylesheets/purpose/theme.css */
body {
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  overflow-x: hidden;
  color: #6c7686;
  background-color: #fff;
}

/* line 12270, app/assets/stylesheets/purpose/theme.css */
iframe {
  border: 0;
}

/* line 12275, app/assets/stylesheets/purpose/theme.css */
figcaption,
figure,
main {
  display: block;
  margin: 0;
}

/* line 12284, app/assets/stylesheets/purpose/theme.css */
main {
  position: relative;
}

/* line 12289, app/assets/stylesheets/purpose/theme.css */
.body-backdrop {
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* line 12302, app/assets/stylesheets/purpose/theme.css */
.body-backdrop-dark {
  background: rgba(0, 0, 0, 0.3);
}

/* line 12307, app/assets/stylesheets/purpose/theme.css */
.body-backdrop-light {
  background: rgba(255, 255, 255, 0.3);
}

/* line 12312, app/assets/stylesheets/purpose/theme.css */
[data-toggle='hidden'] {
  position: relative;
}

/* line 12316, app/assets/stylesheets/purpose/theme.css */
[data-toggle='hidden'] .hidden-item {
  display: none;
  opacity: 0;
}

/* line 12322, app/assets/stylesheets/purpose/theme.css */
[data-toggle='hidden']:hover .hidden-item {
  display: block;
  opacity: 1;
}

/* line 12329, app/assets/stylesheets/purpose/theme.css */
.is_stuck[data-negative-margin] {
  margin: 0 !important;
}

/* line 12334, app/assets/stylesheets/purpose/theme.css */
.typeface-entry {
  position: relative;
  display: block;
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: .375rem;
  background: #fff;
}

/* line 12347, app/assets/stylesheets/purpose/theme.css */
.typeface-badge {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* line 12354, app/assets/stylesheets/purpose/theme.css */
.color-palette .color-entry {
  position: relative;
  display: block;
  height: 170px;
  color: #fff;
  border-radius: .25rem;
}

/* line 12366, app/assets/stylesheets/purpose/theme.css */
.color-palette .color-code {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 6px 10px;
  color: #495057;
  background: #fff;
}

/* line 12378, app/assets/stylesheets/purpose/theme.css */
.color-switch a {
  width: 1rem;
  height: 1rem;
  margin-right: .25rem;
  border-radius: 50%;
}

/* line 12387, app/assets/stylesheets/purpose/theme.css */
.phones {
  position: relative;
}

/* line 12391, app/assets/stylesheets/purpose/theme.css */
.phones .item {
  transition: ease-in .1s;
  border-radius: 40px;
  box-shadow: 14px 14px 20px 0 rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  /* line 12401, app/assets/stylesheets/purpose/theme.css */
  .phones .item {
    max-width: 200px;
    border-radius: 20px;
  }
  /* line 12407, app/assets/stylesheets/purpose/theme.css */
  .phones .item.item--front {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
  }
  /* line 12414, app/assets/stylesheets/purpose/theme.css */
  .phones:hover .item.item--front {
    transform: rotate(-5deg);
  }
  /* line 12418, app/assets/stylesheets/purpose/theme.css */
  .phones:hover .item.item--back {
    transform: rotate(5deg);
  }
}

/* line 12424, app/assets/stylesheets/purpose/theme.css */
.box-overlayed {
  position: absolute;
  z-index: 100;
  bottom: -5rem;
  left: 50%;
  display: flex;
  flex-direction: column;
  max-width: 23.125rem;
  min-height: 10.625rem;
  margin-right: auto;
  margin-left: auto;
  margin-left: -11.5625rem;
  padding: 1.875rem;
  color: #fff;
  border-radius: .625rem;
  background: #354052;
  justify-content: center;
}

/* line 12447, app/assets/stylesheets/purpose/theme.css */
.box-overlayed:before {
  position: absolute;
  top: -.5rem;
  right: calc(50% - .5rem);
  display: block;
  width: 1rem;
  height: 1rem;
  content: '';
  transform: rotate(45deg);
  background: #354052;
}

/* line 12464, app/assets/stylesheets/purpose/theme.css */
[data-animate-hover] .animate-this {
  position: relative;
  top: 0;
  transition: all .2s ease-in-out;
  will-change: transform;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 12475, app/assets/stylesheets/purpose/theme.css */
  [data-animate-hover] .animate-this {
    transition: none;
  }
}

/* line 12481, app/assets/stylesheets/purpose/theme.css */
[data-animate-hover='1']:hover .animate-this {
  top: -1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}

/* line 12488, app/assets/stylesheets/purpose/theme.css */
[data-animate-hover='2']:hover .animate-this {
  z-index: 10;
  transform: scale(1.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}

/* line 12497, app/assets/stylesheets/purpose/theme.css */
[data-animate-items] .animate-item,
[data-animate-items] .animate-item--visible {
  transition: all .2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 12504, app/assets/stylesheets/purpose/theme.css */
  [data-animate-items] .animate-item,
[data-animate-items] .animate-item--visible {
    transition: none;
  }
}

/* line 12511, app/assets/stylesheets/purpose/theme.css */
[data-animate-items] .animate-item {
  display: none;
  animation: hide_item .2s ease forwards;
  animation-delay: .5s;
  opacity: 0;
  will-change: transform;
}

/* line 12523, app/assets/stylesheets/purpose/theme.css */
[data-animate-items]:hover .animate-item {
  display: block;
  animation: show_item .2s ease forwards;
  animation-delay: .5s;
}

@keyframes text_slide {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(300px);
  }
}

@keyframes show_item {
  from {
    transform: translateY(300px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes hide_item {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(300px);
    opacity: 0;
  }
}

/* line 12575, app/assets/stylesheets/purpose/theme.css */
.bg-blue {
  background-color: #007aff !important;
}

/* line 12580, app/assets/stylesheets/purpose/theme.css */
a.bg-blue:hover,
a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #0062cc !important;
}

/* line 12588, app/assets/stylesheets/purpose/theme.css */
.bg-indigo {
  background-color: #5603ad !important;
}

/* line 12593, app/assets/stylesheets/purpose/theme.css */
a.bg-indigo:hover,
a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #3d027b !important;
}

/* line 12601, app/assets/stylesheets/purpose/theme.css */
.bg-purple {
  background-color: #510fa8 !important;
}

/* line 12606, app/assets/stylesheets/purpose/theme.css */
a.bg-purple:hover,
a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #3a0b79 !important;
}

/* line 12614, app/assets/stylesheets/purpose/theme.css */
.bg-pink {
  background-color: #f074ad !important;
}

/* line 12619, app/assets/stylesheets/purpose/theme.css */
a.bg-pink:hover,
a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #eb4692 !important;
}

/* line 12627, app/assets/stylesheets/purpose/theme.css */
.bg-red {
  background-color: #ff3b30 !important;
}

/* line 12632, app/assets/stylesheets/purpose/theme.css */
a.bg-red:hover,
a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #fc0d00 !important;
}

/* line 12640, app/assets/stylesheets/purpose/theme.css */
.bg-orange {
  background-color: #ff9500 !important;
}

/* line 12645, app/assets/stylesheets/purpose/theme.css */
a.bg-orange:hover,
a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #c70 !important;
}

/* line 12653, app/assets/stylesheets/purpose/theme.css */
.bg-yellow {
  background-color: #fc0 !important;
}

/* line 12658, app/assets/stylesheets/purpose/theme.css */
a.bg-yellow:hover,
a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #cca300 !important;
}

/* line 12666, app/assets/stylesheets/purpose/theme.css */
.bg-green {
  background-color: #4cd964 !important;
}

/* line 12671, app/assets/stylesheets/purpose/theme.css */
a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #2ac845 !important;
}

/* line 12679, app/assets/stylesheets/purpose/theme.css */
.bg-teal {
  background-color: #24b7fa !important;
}

/* line 12684, app/assets/stylesheets/purpose/theme.css */
a.bg-teal:hover,
a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #059fe6 !important;
}

/* line 12692, app/assets/stylesheets/purpose/theme.css */
.bg-cyan {
  background-color: #4bd6e5 !important;
}

/* line 12697, app/assets/stylesheets/purpose/theme.css */
a.bg-cyan:hover,
a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #20cbdd !important;
}

/* line 12705, app/assets/stylesheets/purpose/theme.css */
.bg-white {
  background-color: #fff !important;
}

/* line 12710, app/assets/stylesheets/purpose/theme.css */
a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

/* line 12718, app/assets/stylesheets/purpose/theme.css */
.bg-gray {
  background-color: #6c7686 !important;
}

/* line 12723, app/assets/stylesheets/purpose/theme.css */
a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #555d6a !important;
}

/* line 12731, app/assets/stylesheets/purpose/theme.css */
.bg-gray-dark {
  background-color: #343a40 !important;
}

/* line 12736, app/assets/stylesheets/purpose/theme.css */
a.bg-gray-dark:hover,
a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: #1d2124 !important;
}

/* line 12744, app/assets/stylesheets/purpose/theme.css */
.bg-light {
  background-color: #ced4da !important;
}

/* line 12749, app/assets/stylesheets/purpose/theme.css */
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #b1bbc4 !important;
}

/* line 12757, app/assets/stylesheets/purpose/theme.css */
.bg-lighter {
  background-color: #f5f9fb !important;
}

/* line 12762, app/assets/stylesheets/purpose/theme.css */
a.bg-lighter:hover,
a.bg-lighter:focus,
button.bg-lighter:hover,
button.bg-lighter:focus {
  background-color: #d1e3ec !important;
}

/* line 12770, app/assets/stylesheets/purpose/theme.css */
.bg-gradient-primary {
  background: linear-gradient(80deg, #510fa8 0, #320fa8 100%) !important;
}

/* line 12775, app/assets/stylesheets/purpose/theme.css */
.bg-gradient-secondary {
  background: linear-gradient(80deg, #fafafa 0, #fafafa 100%) !important;
}

/* line 12780, app/assets/stylesheets/purpose/theme.css */
.bg-gradient-success {
  background: linear-gradient(80deg, #4cd964 0, #50d94c 100%) !important;
}

/* line 12785, app/assets/stylesheets/purpose/theme.css */
.bg-gradient-info {
  background: linear-gradient(80deg, #24b7fa 0, #24e2fa 100%) !important;
}

/* line 12790, app/assets/stylesheets/purpose/theme.css */
.bg-gradient-warning {
  background: linear-gradient(80deg, #ff9500 0, #ff6200 100%) !important;
}

/* line 12795, app/assets/stylesheets/purpose/theme.css */
.bg-gradient-danger {
  background: linear-gradient(80deg, #ff3b30 0, #ff304e 100%) !important;
}

/* line 12800, app/assets/stylesheets/purpose/theme.css */
.bg-gradient-light {
  background: linear-gradient(80deg, #ced4da 0, #ced6da 100%) !important;
}

/* line 12805, app/assets/stylesheets/purpose/theme.css */
.bg-gradient-dark {
  background: linear-gradient(80deg, #24292E 0, #051e2a 100%) !important;
}

/* line 12810, app/assets/stylesheets/purpose/theme.css */
.bg-gradient-white {
  background: linear-gradient(80deg, #fff 0, white 100%) !important;
}

/* line 12815, app/assets/stylesheets/purpose/theme.css */
.bg-gradient-darker {
  background: linear-gradient(80deg, #020b13 0, #020e13 100%) !important;
}

/* line 12820, app/assets/stylesheets/purpose/theme.css */
.bg-section-primary {
  background-color: #fff !important;
}

/* line 12825, app/assets/stylesheets/purpose/theme.css */
.bg-section-secondary {
  background-color: #fafafa !important;
}

/* line 12830, app/assets/stylesheets/purpose/theme.css */
.bg-section-light {
  background-color: #ced4da !important;
}

/* line 12835, app/assets/stylesheets/purpose/theme.css */
.bg-section-dark {
  background-color: #24292E !important;
}

/* line 12840, app/assets/stylesheets/purpose/theme.css */
.bg-section-darker {
  background-color: #020b13 !important;
}

/* line 12845, app/assets/stylesheets/purpose/theme.css */
.bg-cover {
  position: relative;
  background-repeat: no-repeat;
}

/* line 12852, app/assets/stylesheets/purpose/theme.css */
.bg-absolute-cover {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  /* line 12867, app/assets/stylesheets/purpose/theme.css */
  .bg-lg-cover {
    background-image: none !important;
  }
}

/* line 12873, app/assets/stylesheets/purpose/theme.css */
.bg-size--cover {
  background-size: cover;
}

/* line 12878, app/assets/stylesheets/purpose/theme.css */
.bg-size--contain {
  background-size: contain;
}

/* line 12883, app/assets/stylesheets/purpose/theme.css */
.bg-text {
  font-size: 40rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  white-space: nowrap;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
}

/* line 12899, app/assets/stylesheets/purpose/theme.css */
.bg-inner--text {
  line-height: 1em;
  display: block;
  display: inline-block;
  width: auto;
  max-width: none;
  height: 1em;
  transition: 2s 0s;
  transform: none;
  animation: text_slide 40s linear infinite;
  white-space: nowrap;
  opacity: 1;
}

/* line 12918, app/assets/stylesheets/purpose/theme.css */
.bg-noise {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
}

@media (max-width: 991.98px) {
  /* line 12925, app/assets/stylesheets/purpose/theme.css */
  .bg-img-holder {
    background-image: none !important;
  }
  /* line 12929, app/assets/stylesheets/purpose/theme.css */
  .bg-img-holder img {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  /* line 12937, app/assets/stylesheets/purpose/theme.css */
  .bg-img-holder {
    position: absolute;
    z-index: -1;
    height: 100%;
    min-height: 20rem;
    background-repeat: no-repeat;
  }
  /* line 12947, app/assets/stylesheets/purpose/theme.css */
  .bg-img-holder img {
    display: none;
  }
}

/* line 12953, app/assets/stylesheets/purpose/theme.css */
.img-bg:after {
  position: absolute;
  z-index: 1;
  top: -168px;
  left: 31px;
  width: 783px;
  height: 725px;
  content: '';
  background: none no-repeat 50%;
  background-image: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='783' height='726' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M606.14 725.179c144.64-.87 225.447-587.194 144.64-694.046-73.915-97.74-579.852 50.733-716.756 222.443-12.763 16.009-22.32 32.22-28.019 48.451-66.83 190.337 442.822 424.098 600.136 423.152z' fill='%23fafafa' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: auto auto;
  background-size: contain;
}

/* line 12972, app/assets/stylesheets/purpose/theme.css */
.img-bg img {
  position: relative;
  z-index: 2;
}

/* line 12978, app/assets/stylesheets/purpose/theme.css */
.delimiter-top,
.delimiter-bottom {
  position: relative;
}

/* line 12984, app/assets/stylesheets/purpose/theme.css */
.delimiter-top:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 80%;
  height: 1px;
  margin-left: -40%;
  content: '';
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0, rgba(255, 255, 255, 0) 75%);
}

/* line 13001, app/assets/stylesheets/purpose/theme.css */
.delimiter-bottom:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 80%;
  height: 1px;
  margin-left: -40%;
  content: '';
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0, rgba(255, 255, 255, 0) 75%);
}

/* line 13018, app/assets/stylesheets/purpose/theme.css */
.floatfix:before,
.floatfix:after {
  display: table;
  content: '';
}

/* line 13026, app/assets/stylesheets/purpose/theme.css */
.floatfix:after {
  clear: both;
}

/* line 13031, app/assets/stylesheets/purpose/theme.css */
.overflow-visible {
  overflow: visible !important;
}

/* line 13036, app/assets/stylesheets/purpose/theme.css */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 13041, app/assets/stylesheets/purpose/theme.css */
[class*='alpha'] {
  transition: all .2s ease-in-out;
}

/* line 13046, app/assets/stylesheets/purpose/theme.css */
[class*='faded'] {
  position: relative;
}

/* line 13050, app/assets/stylesheets/purpose/theme.css */
[class*='faded']:after {
  position: absolute;
  width: 100%;
  height: 30%;
  content: '';
}

/* line 13060, app/assets/stylesheets/purpose/theme.css */
.faded-top:after {
  top: 0;
  background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#00000000', endColorstr='#a6000000',GradientType=0 );
}

/* line 13069, app/assets/stylesheets/purpose/theme.css */
.faded-bottom:after {
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#00000000', endColorstr='#a6000000',GradientType=0 );
}

/* line 13078, app/assets/stylesheets/purpose/theme.css */
.img-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 13086, app/assets/stylesheets/purpose/theme.css */
.img-grayscale {
  filter: grayscale(100%);
}

/* line 13092, app/assets/stylesheets/purpose/theme.css */
.img-saturate {
  filter: saturate(150%);
}

/* line 13098, app/assets/stylesheets/purpose/theme.css */
.img-back-shape img {
  background: url(/../img/backgrounds/img-bg-shapes.svg) no-repeat scroll center center/100% 100% border-box;
}

/* line 13103, app/assets/stylesheets/purpose/theme.css */
.opacity-0,
.opacity-0--hover:hover,
.opacity-container:hover .opacity-0--hover {
  opacity: 0;
}

/* line 13110, app/assets/stylesheets/purpose/theme.css */
.opacity-1,
.opacity-1--hover:hover,
.opacity-container:hover .opacity-1--hover {
  opacity: .1;
}

/* line 13117, app/assets/stylesheets/purpose/theme.css */
.opacity-2,
.opacity-2--hover:hover,
.opacity-container:hover .opacity-2--hover {
  opacity: .2;
}

/* line 13124, app/assets/stylesheets/purpose/theme.css */
.opacity-3,
.opacity-3--hover:hover,
.opacity-container:hover .opacity-3--hover {
  opacity: .3;
}

/* line 13131, app/assets/stylesheets/purpose/theme.css */
.opacity-4,
.opacity-4--hover:hover,
.opacity-container:hover .opacity-4--hover {
  opacity: .4;
}

/* line 13138, app/assets/stylesheets/purpose/theme.css */
.opacity-5,
.opacity-5--hover:hover,
.opacity-container:hover .opacity-5--hover {
  opacity: .5;
}

/* line 13145, app/assets/stylesheets/purpose/theme.css */
.opacity-6,
.opacity-6--hover:hover,
.opacity-container:hover .opacity-6--hover {
  opacity: .6;
}

/* line 13152, app/assets/stylesheets/purpose/theme.css */
.opacity-7,
.opacity-7--hover:hover,
.opacity-container:hover .opacity-7--hover {
  opacity: .7;
}

/* line 13159, app/assets/stylesheets/purpose/theme.css */
.opacity-8,
.opacity-8--hover:hover,
.opacity-container:hover .opacity-8--hover {
  opacity: .8;
}

/* line 13166, app/assets/stylesheets/purpose/theme.css */
.opacity-9,
.opacity-9--hover:hover,
.opacity-container:hover .opacity-9--hover {
  opacity: .9;
}

/* line 13173, app/assets/stylesheets/purpose/theme.css */
.opacity-10,
.opacity-10--hover:hover,
.opacity-container:hover .opacity-10--hover {
  opacity: 1;
}

/* line 13180, app/assets/stylesheets/purpose/theme.css */
.top-0 {
  top: 0;
}

/* line 13185, app/assets/stylesheets/purpose/theme.css */
.right-0 {
  right: 0;
}

/* line 13190, app/assets/stylesheets/purpose/theme.css */
.bottom-0 {
  bottom: 0;
}

/* line 13195, app/assets/stylesheets/purpose/theme.css */
.left-0 {
  left: 0;
}

/* line 13200, app/assets/stylesheets/purpose/theme.css */
.top-1 {
  top: .25rem;
}

/* line 13205, app/assets/stylesheets/purpose/theme.css */
.right-1 {
  right: .25rem;
}

/* line 13210, app/assets/stylesheets/purpose/theme.css */
.bottom-1 {
  bottom: .25rem;
}

/* line 13215, app/assets/stylesheets/purpose/theme.css */
.left-1 {
  left: .25rem;
}

/* line 13220, app/assets/stylesheets/purpose/theme.css */
.top-2 {
  top: .5rem;
}

/* line 13225, app/assets/stylesheets/purpose/theme.css */
.right-2 {
  right: .5rem;
}

/* line 13230, app/assets/stylesheets/purpose/theme.css */
.bottom-2 {
  bottom: .5rem;
}

/* line 13235, app/assets/stylesheets/purpose/theme.css */
.left-2 {
  left: .5rem;
}

/* line 13240, app/assets/stylesheets/purpose/theme.css */
.top-3 {
  top: 1rem;
}

/* line 13245, app/assets/stylesheets/purpose/theme.css */
.right-3 {
  right: 1rem;
}

/* line 13250, app/assets/stylesheets/purpose/theme.css */
.bottom-3 {
  bottom: 1rem;
}

/* line 13255, app/assets/stylesheets/purpose/theme.css */
.left-3 {
  left: 1rem;
}

/* line 13260, app/assets/stylesheets/purpose/theme.css */
.top-4 {
  top: 1.5rem;
}

/* line 13265, app/assets/stylesheets/purpose/theme.css */
.right-4 {
  right: 1.5rem;
}

/* line 13270, app/assets/stylesheets/purpose/theme.css */
.bottom-4 {
  bottom: 1.5rem;
}

/* line 13275, app/assets/stylesheets/purpose/theme.css */
.left-4 {
  left: 1.5rem;
}

/* line 13280, app/assets/stylesheets/purpose/theme.css */
.top-5 {
  top: 3rem;
}

/* line 13285, app/assets/stylesheets/purpose/theme.css */
.right-5 {
  right: 3rem;
}

/* line 13290, app/assets/stylesheets/purpose/theme.css */
.bottom-5 {
  bottom: 3rem;
}

/* line 13295, app/assets/stylesheets/purpose/theme.css */
.left-5 {
  left: 3rem;
}

/* line 13300, app/assets/stylesheets/purpose/theme.css */
.top-sm {
  top: 2rem;
}

/* line 13305, app/assets/stylesheets/purpose/theme.css */
.right-sm {
  right: 2rem;
}

/* line 13310, app/assets/stylesheets/purpose/theme.css */
.bottom-sm {
  bottom: 2rem;
}

/* line 13315, app/assets/stylesheets/purpose/theme.css */
.left-sm {
  left: 2rem;
}

/* line 13320, app/assets/stylesheets/purpose/theme.css */
.top-md {
  top: 4rem;
}

/* line 13325, app/assets/stylesheets/purpose/theme.css */
.right-md {
  right: 4rem;
}

/* line 13330, app/assets/stylesheets/purpose/theme.css */
.bottom-md {
  bottom: 4rem;
}

/* line 13335, app/assets/stylesheets/purpose/theme.css */
.left-md {
  left: 4rem;
}

/* line 13340, app/assets/stylesheets/purpose/theme.css */
.top-lg {
  top: 6rem;
}

/* line 13345, app/assets/stylesheets/purpose/theme.css */
.right-lg {
  right: 6rem;
}

/* line 13350, app/assets/stylesheets/purpose/theme.css */
.bottom-lg {
  bottom: 6rem;
}

/* line 13355, app/assets/stylesheets/purpose/theme.css */
.left-lg {
  left: 6rem;
}

/* line 13360, app/assets/stylesheets/purpose/theme.css */
.top-xl {
  top: 8rem;
}

/* line 13365, app/assets/stylesheets/purpose/theme.css */
.right-xl {
  right: 8rem;
}

/* line 13370, app/assets/stylesheets/purpose/theme.css */
.bottom-xl {
  bottom: 8rem;
}

/* line 13375, app/assets/stylesheets/purpose/theme.css */
.left-xl {
  left: 8rem;
}

/* line 13380, app/assets/stylesheets/purpose/theme.css */
.center {
  left: 50%;
  transform: translateX(-50%);
}

/* line 13387, app/assets/stylesheets/purpose/theme.css */
.middle {
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 991.98px) {
  /* line 13396, app/assets/stylesheets/purpose/theme.css */
  [data-separator='rounded'][data-separator-orientation='bottom'] {
    border-radius: 0 0 3rem 3rem;
  }
  /* line 13400, app/assets/stylesheets/purpose/theme.css */
  [data-separator='rounded'][data-separator-orientation='top'] {
    border-radius: 3rem 3rem 0 0;
  }
  /* line 13404, app/assets/stylesheets/purpose/theme.css */
  [data-separator='rounded-left'][data-separator-orientation='bottom'] {
    border-radius: 0 0 0 3rem;
  }
  /* line 13408, app/assets/stylesheets/purpose/theme.css */
  [data-separator='rounded-left'][data-separator-orientation='top'] {
    border-radius: 3rem 0 0 0;
  }
  /* line 13412, app/assets/stylesheets/purpose/theme.css */
  [data-separator='rounded-right'][data-separator-orientation='bottom'] {
    border-radius: 0 0 3rem 0;
  }
  /* line 13416, app/assets/stylesheets/purpose/theme.css */
  [data-separator='rounded-right'][data-separator-orientation='top'] {
    border-radius: 0 3rem 0 0;
  }
}

@media (min-width: 768px) {
  /* line 13424, app/assets/stylesheets/purpose/theme.css */
  [data-separator='rounded'][data-separator-orientation='bottom'] {
    border-radius: 0 0 5rem 5rem;
  }
  /* line 13428, app/assets/stylesheets/purpose/theme.css */
  [data-separator='rounded'][data-separator-orientation='top'] {
    border-radius: 5rem 5rem 0 0;
  }
  /* line 13432, app/assets/stylesheets/purpose/theme.css */
  [data-separator='rounded-left'][data-separator-orientation='bottom'] {
    border-radius: 0 0 0 5rem;
  }
  /* line 13436, app/assets/stylesheets/purpose/theme.css */
  [data-separator='rounded-left'][data-separator-orientation='top'] {
    border-radius: 5rem 0 0 0;
  }
  /* line 13440, app/assets/stylesheets/purpose/theme.css */
  [data-separator='rounded-right'][data-separator-orientation='bottom'] {
    border-radius: 0 0 5rem 0;
  }
  /* line 13444, app/assets/stylesheets/purpose/theme.css */
  [data-separator='rounded-right'][data-separator-orientation='top'] {
    border-radius: 0 5rem 0 0;
  }
}

/* line 13450, app/assets/stylesheets/purpose/theme.css */
[data-separator='rounded-continuous'] {
  position: relative;
  margin-bottom: 5rem;
  border-radius: 0 0 0 5rem;
}

/* line 13458, app/assets/stylesheets/purpose/theme.css */
[data-separator='rounded-continuous']:before,
[data-separator='rounded-continuous']:after {
  position: absolute;
  left: 0;
  height: 5rem;
  content: '';
  pointer-events: none;
}

/* line 13469, app/assets/stylesheets/purpose/theme.css */
[data-separator='rounded-continuous']:before {
  top: 100%;
  width: 100%;
  border-radius: 0 5rem 0 0;
}

/* line 13477, app/assets/stylesheets/purpose/theme.css */
[data-separator='rounded-continuous']:after {
  z-index: -1;
  bottom: 0;
  width: 50%;
}

/* line 13484, app/assets/stylesheets/purpose/theme.css */
[data-separator='rounded-continuous'] + section {
  padding-bottom: 5rem;
}

/* line 13489, app/assets/stylesheets/purpose/theme.css */
[data-separator-bg='primary']:before,
[data-separator-bg='primary']:after {
  background: #fff;
}

/* line 13495, app/assets/stylesheets/purpose/theme.css */
[data-separator-bg='secondary']:before,
[data-separator-bg='secondary']:after {
  background: #fafafa;
}

/* line 13501, app/assets/stylesheets/purpose/theme.css */
[data-separator-bg='light']:before,
[data-separator-bg='light']:after {
  background: #ced4da;
}

/* line 13507, app/assets/stylesheets/purpose/theme.css */
[data-separator-bg='dark']:before,
[data-separator-bg='dark']:after {
  background: #24292E;
}

/* line 13513, app/assets/stylesheets/purpose/theme.css */
[data-separator-bg='darker']:before,
[data-separator-bg='darker']:after {
  background: #020b13;
}

/* line 13519, app/assets/stylesheets/purpose/theme.css */
[data-separator='bottom-wave'] {
  background-image: url(/../img/backgrounds/bottom-wave.svg), linear-gradient(to bottom, #510fa8, #6312cd);
  background-repeat: no-repeat;
  background-position: bottom center, center;
}

/* line 13526, app/assets/stylesheets/purpose/theme.css */
.shape-container {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 150px;
  transform: translateZ(0);
}

/* line 13541, app/assets/stylesheets/purpose/theme.css */
.shape-container[data-shape-position='top'] {
  top: 0;
  bottom: auto;
}

/* line 13546, app/assets/stylesheets/purpose/theme.css */
.shape-container[data-shape-position='bottom'] {
  top: auto;
  bottom: 0;
}

/* line 13551, app/assets/stylesheets/purpose/theme.css */
.shape-container[data-shape-orientation='inverse'] {
  transform: rotate(180deg);
}

/* line 13556, app/assets/stylesheets/purpose/theme.css */
.shape-fill-blue {
  fill: #007aff;
}

/* line 13561, app/assets/stylesheets/purpose/theme.css */
.shape-stroke-blue {
  stroke: #007aff;
}

/* line 13566, app/assets/stylesheets/purpose/theme.css */
.shape-fill-indigo {
  fill: #5603ad;
}

/* line 13571, app/assets/stylesheets/purpose/theme.css */
.shape-stroke-indigo {
  stroke: #5603ad;
}

/* line 13576, app/assets/stylesheets/purpose/theme.css */
.shape-fill-purple {
  fill: #510fa8;
}

/* line 13581, app/assets/stylesheets/purpose/theme.css */
.shape-stroke-purple {
  stroke: #510fa8;
}

/* line 13586, app/assets/stylesheets/purpose/theme.css */
.shape-fill-pink {
  fill: #f074ad;
}

/* line 13591, app/assets/stylesheets/purpose/theme.css */
.shape-stroke-pink {
  stroke: #f074ad;
}

/* line 13596, app/assets/stylesheets/purpose/theme.css */
.shape-fill-red {
  fill: #ff3b30;
}

/* line 13601, app/assets/stylesheets/purpose/theme.css */
.shape-stroke-red {
  stroke: #ff3b30;
}

/* line 13606, app/assets/stylesheets/purpose/theme.css */
.shape-fill-orange {
  fill: #ff9500;
}

/* line 13611, app/assets/stylesheets/purpose/theme.css */
.shape-stroke-orange {
  stroke: #ff9500;
}

/* line 13616, app/assets/stylesheets/purpose/theme.css */
.shape-fill-yellow {
  fill: #fc0;
}

/* line 13621, app/assets/stylesheets/purpose/theme.css */
.shape-stroke-yellow {
  stroke: #fc0;
}

/* line 13626, app/assets/stylesheets/purpose/theme.css */
.shape-fill-green {
  fill: #4cd964;
}

/* line 13631, app/assets/stylesheets/purpose/theme.css */
.shape-stroke-green {
  stroke: #4cd964;
}

/* line 13636, app/assets/stylesheets/purpose/theme.css */
.shape-fill-teal {
  fill: #24b7fa;
}

/* line 13641, app/assets/stylesheets/purpose/theme.css */
.shape-stroke-teal {
  stroke: #24b7fa;
}

/* line 13646, app/assets/stylesheets/purpose/theme.css */
.shape-fill-cyan {
  fill: #4bd6e5;
}

/* line 13651, app/assets/stylesheets/purpose/theme.css */
.shape-stroke-cyan {
  stroke: #4bd6e5;
}

/* line 13656, app/assets/stylesheets/purpose/theme.css */
.shape-fill-white {
  fill: #fff;
}

/* line 13661, app/assets/stylesheets/purpose/theme.css */
.shape-stroke-white {
  stroke: #fff;
}

/* line 13666, app/assets/stylesheets/purpose/theme.css */
.shape-fill-gray {
  fill: #6c7686;
}

/* line 13671, app/assets/stylesheets/purpose/theme.css */
.shape-stroke-gray {
  stroke: #6c7686;
}

/* line 13676, app/assets/stylesheets/purpose/theme.css */
.shape-fill-gray-dark {
  fill: #343a40;
}

/* line 13681, app/assets/stylesheets/purpose/theme.css */
.shape-stroke-gray-dark {
  stroke: #343a40;
}

/* line 13686, app/assets/stylesheets/purpose/theme.css */
.shape-fill-light {
  fill: #ced4da;
}

/* line 13691, app/assets/stylesheets/purpose/theme.css */
.shape-stroke-light {
  stroke: #ced4da;
}

/* line 13696, app/assets/stylesheets/purpose/theme.css */
.shape-fill-lighter {
  fill: #f5f9fb;
}

/* line 13701, app/assets/stylesheets/purpose/theme.css */
.shape-stroke-lighter {
  stroke: #f5f9fb;
}

/* line 13706, app/assets/stylesheets/purpose/theme.css */
[data-shape-style='curve'] {
  height: 80px;
}

/* line 13711, app/assets/stylesheets/purpose/theme.css */
[data-shape-style='wave'] {
  height: 80px;
}

/* line 13716, app/assets/stylesheets/purpose/theme.css */
[data-shape-style='wavify'] {
  height: 120px;
}

@media (min-width: 2400px) {
  /* line 13723, app/assets/stylesheets/purpose/theme.css */
  [data-shape-style='curve'] {
    height: 150px;
  }
}

@media (min-width: 1200px) and (max-width: 2399px) {
  /* line 13731, app/assets/stylesheets/purpose/theme.css */
  [data-shape-style='curve'] {
    height: 100px;
  }
}

@media (max-width: 1199.98px) {
  /* line 13739, app/assets/stylesheets/purpose/theme.css */
  [data-shape-style='curve'] {
    height: 60px;
  }
  /* line 13743, app/assets/stylesheets/purpose/theme.css */
  [data-shape-style='wave'] {
    height: 40px;
  }
}

@media (max-width: 991.98px) {
  /* line 13751, app/assets/stylesheets/purpose/theme.css */
  [data-shape-style='curve'] {
    height: 40px;
  }
}

/* line 13757, app/assets/stylesheets/purpose/theme.css */
.h-100vh {
  height: 100vh !important;
}

/* line 13762, app/assets/stylesheets/purpose/theme.css */
.row-grid + .row-grid {
  margin-top: 3rem;
}

/* line 13767, app/assets/stylesheets/purpose/theme.css */
.row-grid > [class*='col-'] + [class*='col-'] {
  margin-top: 3rem;
}

@media (min-width: 992px) {
  /* line 13774, app/assets/stylesheets/purpose/theme.css */
  .row.row-grid > [class*='col-lg-'] + [class*='col-lg-'] {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  /* line 13782, app/assets/stylesheets/purpose/theme.css */
  .row.row-grid > [class*='col-md-'] + [class*='col-md-'] {
    margin-top: 0;
  }
}

@media (min-width: 576px) {
  /* line 13790, app/assets/stylesheets/purpose/theme.css */
  .row.row-grid > [class*='col-sm-'] + [class*='col-sm-'] {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  /* line 13798, app/assets/stylesheets/purpose/theme.css */
  [class*='mt--'],
[class*='mr--'],
[class*='mb--'],
[class*='ml--'] {
    position: relative;
    z-index: 5;
  }
  /* line 13806, app/assets/stylesheets/purpose/theme.css */
  .mt--100 {
    margin-top: -100px !important;
  }
  /* line 13810, app/assets/stylesheets/purpose/theme.css */
  .mr--100 {
    margin-right: -100px !important;
  }
  /* line 13814, app/assets/stylesheets/purpose/theme.css */
  .mb--100 {
    margin-bottom: -100px !important;
  }
  /* line 13818, app/assets/stylesheets/purpose/theme.css */
  .ml--100 {
    margin-left: -100px !important;
  }
  /* line 13822, app/assets/stylesheets/purpose/theme.css */
  .mt--150 {
    margin-top: -150px !important;
  }
  /* line 13826, app/assets/stylesheets/purpose/theme.css */
  .mb--150 {
    margin-bottom: -150px !important;
  }
  /* line 13830, app/assets/stylesheets/purpose/theme.css */
  .mt--200 {
    margin-top: -200px !important;
  }
  /* line 13834, app/assets/stylesheets/purpose/theme.css */
  .mb--200 {
    margin-bottom: -200px !important;
  }
  /* line 13838, app/assets/stylesheets/purpose/theme.css */
  .mt--300 {
    margin-top: -300px !important;
  }
  /* line 13842, app/assets/stylesheets/purpose/theme.css */
  .mb--300 {
    margin-bottom: -300px !important;
  }
  /* line 13846, app/assets/stylesheets/purpose/theme.css */
  .pt-100 {
    padding-top: 100px !important;
  }
  /* line 13850, app/assets/stylesheets/purpose/theme.css */
  .pb-100 {
    padding-bottom: 100px !important;
  }
  /* line 13854, app/assets/stylesheets/purpose/theme.css */
  .pt-150 {
    padding-top: 150px !important;
  }
  /* line 13858, app/assets/stylesheets/purpose/theme.css */
  .pb-150 {
    padding-bottom: 150px !important;
  }
  /* line 13862, app/assets/stylesheets/purpose/theme.css */
  .pt-200 {
    padding-top: 200px !important;
  }
  /* line 13866, app/assets/stylesheets/purpose/theme.css */
  .pb-200 {
    padding-bottom: 200px !important;
  }
  /* line 13870, app/assets/stylesheets/purpose/theme.css */
  .pt-250 {
    padding-top: 250px !important;
  }
  /* line 13874, app/assets/stylesheets/purpose/theme.css */
  .pb-250 {
    padding-bottom: 250px !important;
  }
  /* line 13878, app/assets/stylesheets/purpose/theme.css */
  .pt-300 {
    padding-top: 300px !important;
  }
  /* line 13882, app/assets/stylesheets/purpose/theme.css */
  .pb-300 {
    padding-bottom: 300px !important;
  }
}

/* line 13888, app/assets/stylesheets/purpose/theme.css */
[class*='shadow'] {
  transition: all .2s ease-in-out;
}

/* line 13893, app/assets/stylesheets/purpose/theme.css */
.shadow-sm--hover:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08) !important;
}

/* line 13898, app/assets/stylesheets/purpose/theme.css */
.shadow--hover:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08) !important;
}

/* line 13903, app/assets/stylesheets/purpose/theme.css */
.shadow-lg--hover:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.125) !important;
}

/* line 13908, app/assets/stylesheets/purpose/theme.css */
.shadow-none,
.shadow-none--hover:hover {
  box-shadow: none !important;
}

/* line 13914, app/assets/stylesheets/purpose/theme.css */
.shadow-primary-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(81, 15, 168, 0.4);
}

/* line 13919, app/assets/stylesheets/purpose/theme.css */
.shadow-primary {
  box-shadow: 0 0.5rem 1rem rgba(81, 15, 168, 0.4);
}

/* line 13924, app/assets/stylesheets/purpose/theme.css */
.shadow-primary-lg {
  box-shadow: 0 1rem 3rem rgba(81, 15, 168, 0.4);
}

/* line 13929, app/assets/stylesheets/purpose/theme.css */
.shadow-secondary-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(250, 250, 250, 0.4);
}

/* line 13934, app/assets/stylesheets/purpose/theme.css */
.shadow-secondary {
  box-shadow: 0 0.5rem 1rem rgba(250, 250, 250, 0.4);
}

/* line 13939, app/assets/stylesheets/purpose/theme.css */
.shadow-secondary-lg {
  box-shadow: 0 1rem 3rem rgba(250, 250, 250, 0.4);
}

/* line 13944, app/assets/stylesheets/purpose/theme.css */
.shadow-success-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(76, 217, 100, 0.4);
}

/* line 13949, app/assets/stylesheets/purpose/theme.css */
.shadow-success {
  box-shadow: 0 0.5rem 1rem rgba(76, 217, 100, 0.4);
}

/* line 13954, app/assets/stylesheets/purpose/theme.css */
.shadow-success-lg {
  box-shadow: 0 1rem 3rem rgba(76, 217, 100, 0.4);
}

/* line 13959, app/assets/stylesheets/purpose/theme.css */
.shadow-info-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(36, 183, 250, 0.4);
}

/* line 13964, app/assets/stylesheets/purpose/theme.css */
.shadow-info {
  box-shadow: 0 0.5rem 1rem rgba(36, 183, 250, 0.4);
}

/* line 13969, app/assets/stylesheets/purpose/theme.css */
.shadow-info-lg {
  box-shadow: 0 1rem 3rem rgba(36, 183, 250, 0.4);
}

/* line 13974, app/assets/stylesheets/purpose/theme.css */
.shadow-warning-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(255, 149, 0, 0.4);
}

/* line 13979, app/assets/stylesheets/purpose/theme.css */
.shadow-warning {
  box-shadow: 0 0.5rem 1rem rgba(255, 149, 0, 0.4);
}

/* line 13984, app/assets/stylesheets/purpose/theme.css */
.shadow-warning-lg {
  box-shadow: 0 1rem 3rem rgba(255, 149, 0, 0.4);
}

/* line 13989, app/assets/stylesheets/purpose/theme.css */
.shadow-danger-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(255, 59, 48, 0.4);
}

/* line 13994, app/assets/stylesheets/purpose/theme.css */
.shadow-danger {
  box-shadow: 0 0.5rem 1rem rgba(255, 59, 48, 0.4);
}

/* line 13999, app/assets/stylesheets/purpose/theme.css */
.shadow-danger-lg {
  box-shadow: 0 1rem 3rem rgba(255, 59, 48, 0.4);
}

/* line 14004, app/assets/stylesheets/purpose/theme.css */
.shadow-light-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(206, 212, 218, 0.4);
}

/* line 14009, app/assets/stylesheets/purpose/theme.css */
.shadow-light {
  box-shadow: 0 0.5rem 1rem rgba(206, 212, 218, 0.4);
}

/* line 14014, app/assets/stylesheets/purpose/theme.css */
.shadow-light-lg {
  box-shadow: 0 1rem 3rem rgba(206, 212, 218, 0.4);
}

/* line 14019, app/assets/stylesheets/purpose/theme.css */
.shadow-dark-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(5, 23, 42, 0.4);
}

/* line 14024, app/assets/stylesheets/purpose/theme.css */
.shadow-dark {
  box-shadow: 0 0.5rem 1rem rgba(5, 23, 42, 0.4);
}

/* line 14029, app/assets/stylesheets/purpose/theme.css */
.shadow-dark-lg {
  box-shadow: 0 1rem 3rem rgba(5, 23, 42, 0.4);
}

/* line 14034, app/assets/stylesheets/purpose/theme.css */
.shadow-white-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(255, 255, 255, 0.4);
}

/* line 14039, app/assets/stylesheets/purpose/theme.css */
.shadow-white {
  box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.4);
}

/* line 14044, app/assets/stylesheets/purpose/theme.css */
.shadow-white-lg {
  box-shadow: 0 1rem 3rem rgba(255, 255, 255, 0.4);
}

/* line 14049, app/assets/stylesheets/purpose/theme.css */
.shadow-darker-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(2, 11, 19, 0.4);
}

/* line 14054, app/assets/stylesheets/purpose/theme.css */
.shadow-darker {
  box-shadow: 0 0.5rem 1rem rgba(2, 11, 19, 0.4);
}

/* line 14059, app/assets/stylesheets/purpose/theme.css */
.shadow-darker-lg {
  box-shadow: 0 1rem 3rem rgba(2, 11, 19, 0.4);
}

/* line 14064, app/assets/stylesheets/purpose/theme.css */
.font-weight-300 {
  font-weight: 300 !important;
}

/* line 14069, app/assets/stylesheets/purpose/theme.css */
.font-weight-400 {
  font-weight: 400 !important;
}

/* line 14074, app/assets/stylesheets/purpose/theme.css */
.font-weight-500 {
  font-weight: 500 !important;
}

/* line 14079, app/assets/stylesheets/purpose/theme.css */
.font-weight-600 {
  font-weight: 600 !important;
}

/* line 14084, app/assets/stylesheets/purpose/theme.css */
.font-weight-700 {
  font-weight: 700 !important;
}

/* line 14089, app/assets/stylesheets/purpose/theme.css */
.font-weight-800 {
  font-weight: 800 !important;
}

/* line 14094, app/assets/stylesheets/purpose/theme.css */
.font-weight-900 {
  font-weight: 900 !important;
}

/* line 14099, app/assets/stylesheets/purpose/theme.css */
.font-weight-bolder {
  font-weight: 700 !important;
}

/* line 14104, app/assets/stylesheets/purpose/theme.css */
.text-underline {
  text-decoration: underline;
}

/* line 14109, app/assets/stylesheets/purpose/theme.css */
.text-through {
  text-decoration: line-through;
}

/* line 14114, app/assets/stylesheets/purpose/theme.css */
.text-unerline--dashed {
  border-bottom: 1px dashed #e9ecef;
}

/* line 14119, app/assets/stylesheets/purpose/theme.css */
.text-xs {
  font-size: .75rem !important;
}

/* line 14124, app/assets/stylesheets/purpose/theme.css */
.text-sm {
  font-size: .875rem !important;
}

/* line 14129, app/assets/stylesheets/purpose/theme.css */
.text-lg {
  font-size: 1.25rem !important;
}

/* line 14134, app/assets/stylesheets/purpose/theme.css */
.text-xl {
  font-size: 1.5rem !important;
}

/* line 14139, app/assets/stylesheets/purpose/theme.css */
.lh-100 {
  line-height: 1;
}

/* line 14144, app/assets/stylesheets/purpose/theme.css */
.lh-110 {
  line-height: 1.1;
}

/* line 14149, app/assets/stylesheets/purpose/theme.css */
.lh-120 {
  line-height: 1.2;
}

/* line 14154, app/assets/stylesheets/purpose/theme.css */
.lh-130 {
  line-height: 1.3;
}

/* line 14159, app/assets/stylesheets/purpose/theme.css */
.lh-140 {
  line-height: 1.4;
}

/* line 14164, app/assets/stylesheets/purpose/theme.css */
.lh-150 {
  line-height: 1.5;
}

/* line 14169, app/assets/stylesheets/purpose/theme.css */
.lh-160 {
  line-height: 1.6;
}

/* line 14174, app/assets/stylesheets/purpose/theme.css */
.lh-170 {
  line-height: 1.7;
}

/* line 14179, app/assets/stylesheets/purpose/theme.css */
.lh-180 {
  line-height: 1.8;
}

/* line 14184, app/assets/stylesheets/purpose/theme.css */
.ls-1 {
  letter-spacing: .0625rem;
}

/* line 14189, app/assets/stylesheets/purpose/theme.css */
.ls-15 {
  letter-spacing: .09375rem;
}

/* line 14194, app/assets/stylesheets/purpose/theme.css */
.ls-2 {
  letter-spacing: .125rem;
}

/* line 14199, app/assets/stylesheets/purpose/theme.css */
.text-limit {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 14207, app/assets/stylesheets/purpose/theme.css */
.zindex-100 {
  z-index: 100 !important;
}

/* line 14212, app/assets/stylesheets/purpose/theme.css */
.zindex-101 {
  z-index: 101 !important;
}

/* line 14217, app/assets/stylesheets/purpose/theme.css */
.zindex-102 {
  z-index: 102 !important;
}

/* line 14222, app/assets/stylesheets/purpose/theme.css */
[data-accordion='1'] .card-header {
  position: relative;
  cursor: pointer;
}

/* line 14228, app/assets/stylesheets/purpose/theme.css */
[data-accordion='1'] .card-header:after {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  content: '+';
  transform: translateY(-50%);
}

/* line 14241, app/assets/stylesheets/purpose/theme.css */
[data-accordion='1'] .card-header[aria-expanded='false']:after {
  content: '+';
}

/* line 14246, app/assets/stylesheets/purpose/theme.css */
[data-accordion='1'] .card-header[aria-expanded='true']:after {
  content: '-';
}

/* line 14251, app/assets/stylesheets/purpose/theme.css */
[data-accordion='1'] .card-header[aria-expanded='true'] .heading {
  color: #510fa8;
}

/* line 14256, app/assets/stylesheets/purpose/theme.css */
.alert {
  padding: 1rem 1.5rem;
  border: 0;
  border-radius: .25rem;
}

/* line 14263, app/assets/stylesheets/purpose/theme.css */
.alert .alert-inner--icon {
  font-size: 1.25rem;
  display: inline-block;
  margin-right: 1.25rem;
  vertical-align: middle;
}

/* line 14273, app/assets/stylesheets/purpose/theme.css */
.alert .alert-inner--text {
  display: inline-block;
  vertical-align: middle;
}

/* line 14280, app/assets/stylesheets/purpose/theme.css */
.alert-shadow {
  box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.37);
}

/* line 14285, app/assets/stylesheets/purpose/theme.css */
[class*='alert-'] .alert-link {
  color: #fff;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}

/* line 14291, app/assets/stylesheets/purpose/theme.css */
.alert-heading {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: .15rem;
}

/* line 14299, app/assets/stylesheets/purpose/theme.css */
.alert-dismissible .close {
  top: 50%;
  right: 1.5rem;
  padding: 0;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.6);
}

/* line 14310, app/assets/stylesheets/purpose/theme.css */
.alert-dismissible .close > span:not(.sr-only) {
  font-size: .8rem;
  line-height: 19px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 14323, app/assets/stylesheets/purpose/theme.css */
.alert-dismissible .close:hover,
.alert-dismissible .close:focus {
  color: #fff;
}

/* line 14328, app/assets/stylesheets/purpose/theme.css */
.alert-dismissible .close:hover span:not(.sr-only),
.alert-dismissible .close:focus span:not(.sr-only) {
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 14334, app/assets/stylesheets/purpose/theme.css */
.alert-dismissible .undo {
  font-size: .875rem;
  font-weight: 600;
  position: absolute;
  top: 50%;
  right: 3.5rem;
  cursor: pointer;
  transform: translateY(-50%);
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  border: 0;
  background: transparent;
}

/* line 14351, app/assets/stylesheets/purpose/theme.css */
.alert-dismissible .undo:hover,
.alert-dismissible .undo:focus {
  color: rgba(255, 255, 255, 0.8);
}

/* line 14357, app/assets/stylesheets/purpose/theme.css */
.alert-inverse {
  color: #fff;
  background-color: #454545;
}

/* line 14363, app/assets/stylesheets/purpose/theme.css */
.alert-notify {
  width: 100%;
  max-width: 600px;
  padding-right: 60px;
}

/* line 14370, app/assets/stylesheets/purpose/theme.css */
.alert-news {
  line-height: 1.35rem;
  display: inline-flex;
  padding: 0 .25rem;
  color: #fff;
  border-radius: .875rem;
  background: rgba(0, 0, 0, 0.15);
  align-items: center;
}

/* line 14384, app/assets/stylesheets/purpose/theme.css */
.alert-news:hover {
  color: #fff;
}

/* line 14388, app/assets/stylesheets/purpose/theme.css */
.alert-news .alert-content {
  font-size: .875rem;
}

/* line 14392, app/assets/stylesheets/purpose/theme.css */
.alert-news .badge {
  margin-right: .625rem;
}

/* line 14396, app/assets/stylesheets/purpose/theme.css */
.alert-news i,
.alert-news svg {
  padding: 0 .625rem;
}

/* line 14402, app/assets/stylesheets/purpose/theme.css */
.avatar {
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  color: #fff;
  border-radius: .25rem;
  align-items: center;
  justify-content: center;
}

/* line 14420, app/assets/stylesheets/purpose/theme.css */
.avatar.rounded-circle img {
  border-radius: 50%;
}

/* line 14424, app/assets/stylesheets/purpose/theme.css */
.avatar img {
  height: 100%;
}

/* line 14428, app/assets/stylesheets/purpose/theme.css */
.avatar span {
  background-color: #510fa8;
}

/* line 14432, app/assets/stylesheets/purpose/theme.css */
.avatar + .avatar {
  margin-left: .25rem;
}

/* line 14436, app/assets/stylesheets/purpose/theme.css */
.avatar + .avatar-content {
  display: inline-block;
  margin-left: .75rem;
}

/* line 14443, app/assets/stylesheets/purpose/theme.css */
.avatar-lg {
  font-size: 1.25rem;
  width: 4.5rem;
  height: 4.5rem;
}

/* line 14451, app/assets/stylesheets/purpose/theme.css */
.avatar-sm {
  font-size: .75rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: .2rem;
}

/* line 14461, app/assets/stylesheets/purpose/theme.css */
.avatar-group {
  line-height: 1;
  display: inline-block;
}

/* line 14467, app/assets/stylesheets/purpose/theme.css */
.avatar-group .avatar {
  z-index: 1;
  transition: margin .15s ease-in-out;
}

/* line 14473, app/assets/stylesheets/purpose/theme.css */
.avatar-group .avatar:hover {
  z-index: 2;
}

/* line 14477, app/assets/stylesheets/purpose/theme.css */
.avatar-group .avatar img {
  border: 2px solid #fff;
}

/* line 14481, app/assets/stylesheets/purpose/theme.css */
.avatar-group .avatar + .avatar {
  margin-left: -1.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 14488, app/assets/stylesheets/purpose/theme.css */
.avatar-group .avatar-sm + .avatar-sm {
  margin-left: -1rem;
}

/* line 14492, app/assets/stylesheets/purpose/theme.css */
.avatar-group:hover .avatar {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 14497, app/assets/stylesheets/purpose/theme.css */
.avatar-group:hover .avatar-sm {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

/* line 14503, app/assets/stylesheets/purpose/theme.css */
.avatar-ungroup--hover:hover .avatar:not(:first-child) {
  margin-left: 0;
}

/* line 14508, app/assets/stylesheets/purpose/theme.css */
.avatar-parent-child {
  position: relative;
  display: inline-block;
}

/* line 14515, app/assets/stylesheets/purpose/theme.css */
.avatar-child {
  position: absolute;
  border: 2px solid #fff;
  border-radius: .2rem;
  background-color: #fff;
}

/* line 14524, app/assets/stylesheets/purpose/theme.css */
.avatar + .avatar-child {
  right: -15%;
  bottom: -9%;
  max-width: 20px;
}

/* line 14532, app/assets/stylesheets/purpose/theme.css */
.avatar-lg + .avatar-child {
  right: -7%;
  bottom: -7%;
  max-width: 26px;
}

/* line 14540, app/assets/stylesheets/purpose/theme.css */
.avatar-sm + .avatar-child {
  right: -21%;
  bottom: -15%;
  max-width: 16px;
}

/* line 14548, app/assets/stylesheets/purpose/theme.css */
.avatar-connect {
  position: relative;
}

/* line 14552, app/assets/stylesheets/purpose/theme.css */
.avatar-connect:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  content: '';
  border-bottom: 2px dashed rgba(0, 0, 0, 0.15);
}

/* line 14564, app/assets/stylesheets/purpose/theme.css */
.avatar-connect ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 14572, app/assets/stylesheets/purpose/theme.css */
.badge {
  margin: .25rem 0;
}

/* line 14577, app/assets/stylesheets/purpose/theme.css */
.badge-inline {
  margin-right: .625rem;
}

/* line 14582, app/assets/stylesheets/purpose/theme.css */
.badge-inline + span {
  position: relative;
  top: 2px;
}

/* line 14587, app/assets/stylesheets/purpose/theme.css */
.badge-inline + span > a {
  text-decoration: underline;
}

/* line 14592, app/assets/stylesheets/purpose/theme.css */
.badge-md {
  padding: .65em 1em;
}

/* line 14597, app/assets/stylesheets/purpose/theme.css */
.badge-lg {
  padding: .85em 1.375em;
}

/* line 14602, app/assets/stylesheets/purpose/theme.css */
.badge-pill {
  min-width: 60px !important;
}

/* line 14607, app/assets/stylesheets/purpose/theme.css */
.badge-dot {
  font-size: .875rem;
  padding-right: 0;
  padding-left: 0;
  color: #6c7686;
  background: transparent;
}

/* line 14617, app/assets/stylesheets/purpose/theme.css */
.badge-dot strong {
  color: #343a40;
}

/* line 14621, app/assets/stylesheets/purpose/theme.css */
.badge-dot i {
  display: inline-block;
  width: .375rem;
  height: .375rem;
  margin-right: .375rem;
  vertical-align: middle;
  border-radius: 50%;
}

/* line 14633, app/assets/stylesheets/purpose/theme.css */
.badge-dot.badge-md i {
  width: .5rem;
  height: .5rem;
}

/* line 14638, app/assets/stylesheets/purpose/theme.css */
.badge-dot.badge-lg i {
  width: .625rem;
  height: .625rem;
}

/* line 14644, app/assets/stylesheets/purpose/theme.css */
.blurable--hover {
  position: relative;
}

/* line 14648, app/assets/stylesheets/purpose/theme.css */
.blurable--hover .blurable-item {
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
  will-change: transform;
  filter: blur(0);
}

/* line 14658, app/assets/stylesheets/purpose/theme.css */
.blurable--hover .blurable-hidden {
  position: absolute;
  top: calc(50% + 7px);
  left: 50%;
  transition: all .2s ease-in-out;
  transform: translate(-50%, -50%);
  opacity: 0;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 14671, app/assets/stylesheets/purpose/theme.css */
  .blurable--hover .blurable-hidden {
    transition: none;
  }
}

/* line 14676, app/assets/stylesheets/purpose/theme.css */
.blurable--hover:hover .blurable-item {
  transform: scale(0.95);
  opacity: .8;
  filter: blur(10px);
}

/* line 14685, app/assets/stylesheets/purpose/theme.css */
.blurable--hover:hover .blurable-hidden {
  top: 50%;
  opacity: 1;
}

/* line 14692, app/assets/stylesheets/purpose/theme.css */
.breadcrumb-links {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}

/* line 14699, app/assets/stylesheets/purpose/theme.css */
.breadcrumb-links .breadcrumb-item + .breadcrumb-item::before {
  content: '\00bb';
}

/* line 14704, app/assets/stylesheets/purpose/theme.css */
.breadcrumb-dark .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.8);
}

/* line 14708, app/assets/stylesheets/purpose/theme.css */
.breadcrumb-dark .breadcrumb-item a:hover {
  color: white;
}

/* line 14713, app/assets/stylesheets/purpose/theme.css */
.breadcrumb-dark .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.8);
}

/* line 14718, app/assets/stylesheets/purpose/theme.css */
.breadcrumb-light .breadcrumb-item a {
  color: rgba(5, 23, 42, 0.8);
}

/* line 14722, app/assets/stylesheets/purpose/theme.css */
.breadcrumb-light .breadcrumb-item a:hover {
  color: #24292E;
}

/* line 14727, app/assets/stylesheets/purpose/theme.css */
.breadcrumb-light .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(5, 23, 42, 0.8);
}

/* line 14732, app/assets/stylesheets/purpose/theme.css */
.btn {
  position: relative;
}

/* line 14736, app/assets/stylesheets/purpose/theme.css */
.btn .badge {
  position: absolute;
  top: -.625rem;
  right: -.3125rem;
}

/* line 14743, app/assets/stylesheets/purpose/theme.css */
.btn-outline-secondary {
  color: #7b7b7b;
}

/* line 14748, app/assets/stylesheets/purpose/theme.css */
.input-group .btn,
.input-group .btn:focus,
.btn-group .btn,
.btn-group .btn:focus {
  box-shadow: none;
}

/* line 14756, app/assets/stylesheets/purpose/theme.css */
.btn-xl {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 1.15rem 1rem;
  border-radius: .5rem;
}

/* line 14766, app/assets/stylesheets/purpose/theme.css */
.btn svg:not(:first-child),
.btn i:not(:first-child) {
  margin-left: .5rem;
}

/* line 14772, app/assets/stylesheets/purpose/theme.css */
.btn svg:not(:last-child),
.btn i:not(:last-child) {
  margin-right: .5rem;
}

/* line 14778, app/assets/stylesheets/purpose/theme.css */
.btn-animated {
  position: relative;
  overflow: hidden;
}

/* line 14784, app/assets/stylesheets/purpose/theme.css */
.btn-animated .btn-inner--visible {
  position: relative;
}

/* line 14788, app/assets/stylesheets/purpose/theme.css */
.btn-animated .btn-inner--hidden {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

/* line 14798, app/assets/stylesheets/purpose/theme.css */
.btn-animated-x .btn-inner--visible {
  right: 0;
  transition: right .3s ease 0s;
}

/* line 14805, app/assets/stylesheets/purpose/theme.css */
.btn-animated-x .btn-inner--hidden {
  right: -100%;
  transition: right .3s ease 0s;
}

/* line 14812, app/assets/stylesheets/purpose/theme.css */
.btn-animated-x:hover .btn-inner--hidden {
  right: 0;
}

/* line 14817, app/assets/stylesheets/purpose/theme.css */
.btn-animated-x:hover .btn-inner--visible {
  right: 150%;
}

/* line 14822, app/assets/stylesheets/purpose/theme.css */
.btn-animated-y .btn-inner--visible {
  top: 0;
  transition: top .3s ease 0s;
}

/* line 14829, app/assets/stylesheets/purpose/theme.css */
.btn-animated-y .btn-inner--hidden {
  bottom: -150%;
  left: 0;
  transition: bottom .3s ease 0s;
}

/* line 14837, app/assets/stylesheets/purpose/theme.css */
.btn-animated-y:hover .btn-inner--hidden {
  bottom: 0;
}

/* line 14842, app/assets/stylesheets/purpose/theme.css */
.btn-animated-y:hover .btn-inner--visible {
  top: 100px;
}

/* line 14847, app/assets/stylesheets/purpose/theme.css */
.btn-action-label .btn-label:hover {
  color: #343a40;
  background: transparent;
}

/* line 14853, app/assets/stylesheets/purpose/theme.css */
.btn-action-label .btn-secondary:hover {
  color: #510fa8;
}

/* line 14858, app/assets/stylesheets/purpose/theme.css */
.btn-icon-label {
  position: relative;
}

/* line 14862, app/assets/stylesheets/purpose/theme.css */
.btn-icon-label .btn-inner--icon {
  line-height: 1;
  position: absolute;
  width: 3em;
  height: 100%;
  margin: 0;
  text-align: center;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 14877, app/assets/stylesheets/purpose/theme.css */
.btn-icon-label .btn-inner--icon:not(:first-child) {
  top: 0;
  right: 0;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

/* line 14885, app/assets/stylesheets/purpose/theme.css */
.btn-icon-label .btn-inner--icon:not(:last-child) {
  top: 0;
  left: 0;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 14893, app/assets/stylesheets/purpose/theme.css */
.btn-icon-label .btn-inner--icon svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* line 14900, app/assets/stylesheets/purpose/theme.css */
.btn-icon-label .btn-inner--text:not(:first-child) {
  padding-left: 3em;
}

/* line 14904, app/assets/stylesheets/purpose/theme.css */
.btn-icon-label .btn-inner--text:not(:last-child) {
  padding-right: 3em;
}

/* line 14909, app/assets/stylesheets/purpose/theme.css */
.btn-icon .btn-inner--text:not(:first-child) {
  margin-left: .75em;
}

/* line 14914, app/assets/stylesheets/purpose/theme.css */
.btn-icon .btn-inner--text:not(:last-child) {
  margin-right: .75em;
}

/* line 14919, app/assets/stylesheets/purpose/theme.css */
.btn-icon-only {
  line-height: 3rem;
  width: 3rem;
  height: 3rem;
  padding: 0;
}

/* line 14927, app/assets/stylesheets/purpose/theme.css */
.btn-icon-only:hover,
.btn-icon-only:focus {
  box-shadow: none;
}

/* line 14933, app/assets/stylesheets/purpose/theme.css */
.btn-icon-only.btn-sm,
.btn-group-sm > .btn-icon-only.btn {
  line-height: 2rem;
  width: 2rem;
  height: 2rem;
}

/* line 14942, app/assets/stylesheets/purpose/theme.css */
.btn-nobg {
  padding: 0;
  background: transparent !important;
}

/* line 14948, app/assets/stylesheets/purpose/theme.css */
.btn-nobg:hover {
  border-color: transparent !important;
  background: transparent !important;
}

/* line 14954, app/assets/stylesheets/purpose/theme.css */
.btn-nobg--hover:hover {
  background-color: transparent;
}

/* line 14959, app/assets/stylesheets/purpose/theme.css */
.btn-facebook {
  color: #fff;
  border-color: #3b5999;
  background-color: #3b5999;
  box-shadow: none;
}

/* line 14966, app/assets/stylesheets/purpose/theme.css */
.btn-facebook:hover {
  color: #fff;
  border-color: #2d4474;
  background-color: #30497d;
}

/* line 14972, app/assets/stylesheets/purpose/theme.css */
.btn-facebook:focus,
.btn-facebook.focus {
  box-shadow: none, 0 0 0 0 rgba(59, 89, 153, 0.5);
}

/* line 14977, app/assets/stylesheets/purpose/theme.css */
.btn-facebook.disabled,
.btn-facebook:disabled {
  color: #fff;
  border-color: #3b5999;
  background-color: #3b5999;
}

/* line 14984, app/assets/stylesheets/purpose/theme.css */
.btn-facebook:not(:disabled):not(.disabled):active,
.btn-facebook.active:not(:disabled):not(.disabled),
.show > .btn-facebook.dropdown-toggle {
  color: #fff;
  border-color: #293e6b;
  background-color: #2d4474;
}

/* line 14992, app/assets/stylesheets/purpose/theme.css */
.btn-facebook:not(:disabled):not(.disabled):active:focus,
.btn-facebook.active:not(:disabled):not(.disabled):focus,
.show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(59, 89, 153, 0.5);
}

/* line 14999, app/assets/stylesheets/purpose/theme.css */
.btn-twitter {
  color: #fff;
  border-color: #1da1f2;
  background-color: #1da1f2;
  box-shadow: none;
}

/* line 15006, app/assets/stylesheets/purpose/theme.css */
.btn-twitter:hover {
  color: #fff;
  border-color: #0c85d0;
  background-color: #0d8ddc;
}

/* line 15012, app/assets/stylesheets/purpose/theme.css */
.btn-twitter:focus,
.btn-twitter.focus {
  box-shadow: none, 0 0 0 0 rgba(29, 161, 242, 0.5);
}

/* line 15017, app/assets/stylesheets/purpose/theme.css */
.btn-twitter.disabled,
.btn-twitter:disabled {
  color: #fff;
  border-color: #1da1f2;
  background-color: #1da1f2;
}

/* line 15024, app/assets/stylesheets/purpose/theme.css */
.btn-twitter:not(:disabled):not(.disabled):active,
.btn-twitter.active:not(:disabled):not(.disabled),
.show > .btn-twitter.dropdown-toggle {
  color: #fff;
  border-color: #0b7ec4;
  background-color: #0c85d0;
}

/* line 15032, app/assets/stylesheets/purpose/theme.css */
.btn-twitter:not(:disabled):not(.disabled):active:focus,
.btn-twitter.active:not(:disabled):not(.disabled):focus,
.show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(29, 161, 242, 0.5);
}

/* line 15039, app/assets/stylesheets/purpose/theme.css */
.btn-google-plus {
  color: #fff;
  border-color: #dd4b39;
  background-color: #dd4b39;
  box-shadow: none;
}

/* line 15046, app/assets/stylesheets/purpose/theme.css */
.btn-google-plus:hover {
  color: #fff;
  border-color: #c23321;
  background-color: #cd3623;
}

/* line 15052, app/assets/stylesheets/purpose/theme.css */
.btn-google-plus:focus,
.btn-google-plus.focus {
  box-shadow: none, 0 0 0 0 rgba(221, 75, 57, 0.5);
}

/* line 15057, app/assets/stylesheets/purpose/theme.css */
.btn-google-plus.disabled,
.btn-google-plus:disabled {
  color: #fff;
  border-color: #dd4b39;
  background-color: #dd4b39;
}

/* line 15064, app/assets/stylesheets/purpose/theme.css */
.btn-google-plus:not(:disabled):not(.disabled):active,
.btn-google-plus.active:not(:disabled):not(.disabled),
.show > .btn-google-plus.dropdown-toggle {
  color: #fff;
  border-color: #b7301f;
  background-color: #c23321;
}

/* line 15072, app/assets/stylesheets/purpose/theme.css */
.btn-google-plus:not(:disabled):not(.disabled):active:focus,
.btn-google-plus.active:not(:disabled):not(.disabled):focus,
.show > .btn-google-plus.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(221, 75, 57, 0.5);
}

/* line 15079, app/assets/stylesheets/purpose/theme.css */
.btn-instagram {
  color: #fff;
  border-color: #e4405f;
  background-color: #e4405f;
  box-shadow: none;
}

/* line 15086, app/assets/stylesheets/purpose/theme.css */
.btn-instagram:hover {
  color: #fff;
  border-color: #d31e40;
  background-color: #de1f44;
}

/* line 15092, app/assets/stylesheets/purpose/theme.css */
.btn-instagram:focus,
.btn-instagram.focus {
  box-shadow: none, 0 0 0 0 rgba(228, 64, 95, 0.5);
}

/* line 15097, app/assets/stylesheets/purpose/theme.css */
.btn-instagram.disabled,
.btn-instagram:disabled {
  color: #fff;
  border-color: #e4405f;
  background-color: #e4405f;
}

/* line 15104, app/assets/stylesheets/purpose/theme.css */
.btn-instagram:not(:disabled):not(.disabled):active,
.btn-instagram.active:not(:disabled):not(.disabled),
.show > .btn-instagram.dropdown-toggle {
  color: #fff;
  border-color: #c81c3d;
  background-color: #d31e40;
}

/* line 15112, app/assets/stylesheets/purpose/theme.css */
.btn-instagram:not(:disabled):not(.disabled):active:focus,
.btn-instagram.active:not(:disabled):not(.disabled):focus,
.show > .btn-instagram.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(228, 64, 95, 0.5);
}

/* line 15119, app/assets/stylesheets/purpose/theme.css */
.btn-pinterest {
  color: #fff;
  border-color: #bd081c;
  background-color: #bd081c;
  box-shadow: none;
}

/* line 15126, app/assets/stylesheets/purpose/theme.css */
.btn-pinterest:hover {
  color: #fff;
  border-color: #8c0615;
  background-color: #980617;
}

/* line 15132, app/assets/stylesheets/purpose/theme.css */
.btn-pinterest:focus,
.btn-pinterest.focus {
  box-shadow: none, 0 0 0 0 rgba(189, 8, 28, 0.5);
}

/* line 15137, app/assets/stylesheets/purpose/theme.css */
.btn-pinterest.disabled,
.btn-pinterest:disabled {
  color: #fff;
  border-color: #bd081c;
  background-color: #bd081c;
}

/* line 15144, app/assets/stylesheets/purpose/theme.css */
.btn-pinterest:not(:disabled):not(.disabled):active,
.btn-pinterest.active:not(:disabled):not(.disabled),
.show > .btn-pinterest.dropdown-toggle {
  color: #fff;
  border-color: #800513;
  background-color: #8c0615;
}

/* line 15152, app/assets/stylesheets/purpose/theme.css */
.btn-pinterest:not(:disabled):not(.disabled):active:focus,
.btn-pinterest.active:not(:disabled):not(.disabled):focus,
.show > .btn-pinterest.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(189, 8, 28, 0.5);
}

/* line 15159, app/assets/stylesheets/purpose/theme.css */
.btn-youtube {
  color: #fff;
  border-color: #cd201f;
  background-color: #cd201f;
  box-shadow: none;
}

/* line 15166, app/assets/stylesheets/purpose/theme.css */
.btn-youtube:hover {
  color: #fff;
  border-color: #a11918;
  background-color: #ac1b1a;
}

/* line 15172, app/assets/stylesheets/purpose/theme.css */
.btn-youtube:focus,
.btn-youtube.focus {
  box-shadow: none, 0 0 0 0 rgba(205, 32, 31, 0.5);
}

/* line 15177, app/assets/stylesheets/purpose/theme.css */
.btn-youtube.disabled,
.btn-youtube:disabled {
  color: #fff;
  border-color: #cd201f;
  background-color: #cd201f;
}

/* line 15184, app/assets/stylesheets/purpose/theme.css */
.btn-youtube:not(:disabled):not(.disabled):active,
.btn-youtube.active:not(:disabled):not(.disabled),
.show > .btn-youtube.dropdown-toggle {
  color: #fff;
  border-color: #961717;
  background-color: #a11918;
}

/* line 15192, app/assets/stylesheets/purpose/theme.css */
.btn-youtube:not(:disabled):not(.disabled):active:focus,
.btn-youtube.active:not(:disabled):not(.disabled):focus,
.show > .btn-youtube.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(205, 32, 31, 0.5);
}

/* line 15199, app/assets/stylesheets/purpose/theme.css */
.btn-vimeo {
  color: #fff;
  border-color: #04a0f0;
  background-color: #04a0f0;
  box-shadow: none;
}

/* line 15206, app/assets/stylesheets/purpose/theme.css */
.btn-vimeo:hover {
  color: #fff;
  border-color: #037fbe;
  background-color: #0387ca;
}

/* line 15212, app/assets/stylesheets/purpose/theme.css */
.btn-vimeo:focus,
.btn-vimeo.focus {
  box-shadow: none, 0 0 0 0 rgba(4, 160, 240, 0.5);
}

/* line 15217, app/assets/stylesheets/purpose/theme.css */
.btn-vimeo.disabled,
.btn-vimeo:disabled {
  color: #fff;
  border-color: #04a0f0;
  background-color: #04a0f0;
}

/* line 15224, app/assets/stylesheets/purpose/theme.css */
.btn-vimeo:not(:disabled):not(.disabled):active,
.btn-vimeo.active:not(:disabled):not(.disabled),
.show > .btn-vimeo.dropdown-toggle {
  color: #fff;
  border-color: #0376b1;
  background-color: #037fbe;
}

/* line 15232, app/assets/stylesheets/purpose/theme.css */
.btn-vimeo:not(:disabled):not(.disabled):active:focus,
.btn-vimeo.active:not(:disabled):not(.disabled):focus,
.show > .btn-vimeo.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(4, 160, 240, 0.5);
}

/* line 15239, app/assets/stylesheets/purpose/theme.css */
.btn-slack {
  color: #fff;
  border-color: #3aaf85;
  background-color: #3aaf85;
  box-shadow: none;
}

/* line 15246, app/assets/stylesheets/purpose/theme.css */
.btn-slack:hover {
  color: #fff;
  border-color: #2d8968;
  background-color: #30926f;
}

/* line 15252, app/assets/stylesheets/purpose/theme.css */
.btn-slack:focus,
.btn-slack.focus {
  box-shadow: none, 0 0 0 0 rgba(58, 175, 133, 0.5);
}

/* line 15257, app/assets/stylesheets/purpose/theme.css */
.btn-slack.disabled,
.btn-slack:disabled {
  color: #fff;
  border-color: #3aaf85;
  background-color: #3aaf85;
}

/* line 15264, app/assets/stylesheets/purpose/theme.css */
.btn-slack:not(:disabled):not(.disabled):active,
.btn-slack.active:not(:disabled):not(.disabled),
.show > .btn-slack.dropdown-toggle {
  color: #fff;
  border-color: #2a7f61;
  background-color: #2d8968;
}

/* line 15272, app/assets/stylesheets/purpose/theme.css */
.btn-slack:not(:disabled):not(.disabled):active:focus,
.btn-slack.active:not(:disabled):not(.disabled):focus,
.show > .btn-slack.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(58, 175, 133, 0.5);
}

/* line 15279, app/assets/stylesheets/purpose/theme.css */
.btn-dribbble {
  color: #fff;
  border-color: #ea4c89;
  background-color: #ea4c89;
  box-shadow: none;
}

/* line 15286, app/assets/stylesheets/purpose/theme.css */
.btn-dribbble:hover {
  color: #fff;
  border-color: #e51e6b;
  background-color: #e62a72;
}

/* line 15292, app/assets/stylesheets/purpose/theme.css */
.btn-dribbble:focus,
.btn-dribbble.focus {
  box-shadow: none, 0 0 0 0 rgba(234, 76, 137, 0.5);
}

/* line 15297, app/assets/stylesheets/purpose/theme.css */
.btn-dribbble.disabled,
.btn-dribbble:disabled {
  color: #fff;
  border-color: #ea4c89;
  background-color: #ea4c89;
}

/* line 15304, app/assets/stylesheets/purpose/theme.css */
.btn-dribbble:not(:disabled):not(.disabled):active,
.btn-dribbble.active:not(:disabled):not(.disabled),
.show > .btn-dribbble.dropdown-toggle {
  color: #fff;
  border-color: #dc1a65;
  background-color: #e51e6b;
}

/* line 15312, app/assets/stylesheets/purpose/theme.css */
.btn-dribbble:not(:disabled):not(.disabled):active:focus,
.btn-dribbble.active:not(:disabled):not(.disabled):focus,
.show > .btn-dribbble.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(234, 76, 137, 0.5);
}

/* line 15319, app/assets/stylesheets/purpose/theme.css */
.btn-zoom--hover {
  transition: all .2s ease-in-out;
  transform: scale(1);
  will-change: transform;
}

/* line 15326, app/assets/stylesheets/purpose/theme.css */
.btn-zoom--hover:hover {
  transform: scale(1.1);
}

/* line 15331, app/assets/stylesheets/purpose/theme.css */
.btn-translate--hover {
  transition: all .2s ease-in-out;
  will-change: transform;
}

/* line 15337, app/assets/stylesheets/purpose/theme.css */
.btn-translate--hover:hover {
  transform: translateY(-3px);
}

/* line 15342, app/assets/stylesheets/purpose/theme.css */
.btn-circle {
  border-radius: 30px;
}

/* line 15347, app/assets/stylesheets/purpose/theme.css */
.btn-app-store {
  position: relative;
  padding-right: 1.5rem;
  padding-left: 4.5rem;
  color: white;
  background: black;
}

/* line 15357, app/assets/stylesheets/purpose/theme.css */
.btn-app-store i,
.btn-app-store svg {
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  left: 1.25rem;
  transform: translateY(-50%);
}

/* line 15368, app/assets/stylesheets/purpose/theme.css */
.btn-app-store .btn-inner--text {
  font-size: .75rem;
  line-height: .75rem;
  display: block;
  margin-bottom: .125rem;
}

/* line 15377, app/assets/stylesheets/purpose/theme.css */
.btn-app-store .btn-inner--brand {
  font-size: 21px;
  line-height: 21px;
  display: block;
  text-align: left;
}

/* line 15386, app/assets/stylesheets/purpose/theme.css */
.btn-app-store:hover {
  color: #fff;
  background-color: #410c87;
}

/* line 15392, app/assets/stylesheets/purpose/theme.css */
.card > .actions {
  position: absolute;
  top: 1rem;
  right: .875rem;
}

/* line 15399, app/assets/stylesheets/purpose/theme.css */
.card-stats .actions {
  top: .5rem;
  right: .75rem;
}

/* line 15405, app/assets/stylesheets/purpose/theme.css */
.action-item {
  font-size: .875rem;
  padding: .375rem .25rem;
  cursor: pointer;
  transition: color .3s;
  color: #adb5bd;
}

/* line 15416, app/assets/stylesheets/purpose/theme.css */
.action-item:hover {
  color: #6c7686;
}

/* line 15421, app/assets/stylesheets/purpose/theme.css */
.actions-dark .action-item {
  color: rgba(255, 255, 255, 0.7);
}

/* line 15425, app/assets/stylesheets/purpose/theme.css */
.actions-dark .action-item:hover {
  color: rgba(255, 255, 255, 0.9);
}

/* line 15430, app/assets/stylesheets/purpose/theme.css */
.card {
  position: relative;
}

/* line 15435, app/assets/stylesheets/purpose/theme.css */
.card-translucent-dark {
  background: rgba(255, 255, 255, 0.2);
}

/* line 15440, app/assets/stylesheets/purpose/theme.css */
.card-translucent-light {
  background: rgba(0, 0, 0, 0.2);
}

/* line 15445, app/assets/stylesheets/purpose/theme.css */
.card-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  border-radius: .375rem;
  background-size: cover;
  -webkit-backface-visibility: hidden;
}

/* line 15462, app/assets/stylesheets/purpose/theme.css */
.card:hover .card-img-bg {
  transform: scale(1.1);
}

/* line 15468, app/assets/stylesheets/purpose/theme.css */
.card-img-bg ~ .card-body {
  position: relative;
}

/* line 15473, app/assets/stylesheets/purpose/theme.css */
[data-lg-columns='2'] {
  -moz-column-count: 2 !important;
       column-count: 2 !important;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 15480, app/assets/stylesheets/purpose/theme.css */
  [data-lg-columns='3'] {
    -moz-column-count: 3 !important;
         column-count: 3 !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 15488, app/assets/stylesheets/purpose/theme.css */
  [data-lg-columns='4'] {
    -moz-column-count: 4 !important;
         column-count: 4 !important;
  }
}

/* line 15494, app/assets/stylesheets/purpose/theme.css */
.card-pricing .card-header {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

/* line 15500, app/assets/stylesheets/purpose/theme.css */
.card-pricing .list-unstyled li {
  padding: .5rem 0;
  color: #6c7686;
}

/* line 15507, app/assets/stylesheets/purpose/theme.css */
.card-pricing.popular {
  z-index: 1;
  border: 3px solid #510fa8 !important;
}

@media (min-width: 992px) {
  /* line 15516, app/assets/stylesheets/purpose/theme.css */
  .card-pricing.zoom-in {
    z-index: 1;
    transform: scale(1.1);
  }
}

/* line 15524, app/assets/stylesheets/purpose/theme.css */
.card-comment-box input,
.card-comment-box textarea {
  width: 100%;
  margin: 0;
  padding: .3125rem 0;
  resize: none;
  color: #343a40;
  border: 0;
  outline: none;
  background: transparent;
  box-shadow: none;
}

/* line 15539, app/assets/stylesheets/purpose/theme.css */
.card-comment-box input:focus,
.card-comment-box textarea:focus {
  background: transparent;
  box-shadow: none;
}

/* line 15546, app/assets/stylesheets/purpose/theme.css */
.card-profile .card-profile-image {
  width: 7rem;
  height: 7rem;
  transform: translateY(-50%);
  border: .1875rem solid #fff;
}

/* line 15556, app/assets/stylesheets/purpose/theme.css */
.card-profile .card-body {
  position: relative;
  z-index: 2;
  margin-top: -3.5rem;
}

/* line 15564, app/assets/stylesheets/purpose/theme.css */
.card-profile-cover {
  overflow: hidden;
  max-height: 300px;
}

/* line 15571, app/assets/stylesheets/purpose/theme.css */
.card-product {
  overflow: hidden;
}

/* line 15575, app/assets/stylesheets/purpose/theme.css */
.card-product .card-image {
  padding: 1.5rem;
}

/* line 15579, app/assets/stylesheets/purpose/theme.css */
.card-product .card-image img {
  transition: all .2s ease-in-out;
  transition-delay: .2s;
  transform: scale(1);
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 15587, app/assets/stylesheets/purpose/theme.css */
  .card-product .card-image img {
    transition: none;
  }
}

/* line 15592, app/assets/stylesheets/purpose/theme.css */
.card-product:hover .card-image img {
  transform: scale(1.1);
}

/* line 15596, app/assets/stylesheets/purpose/theme.css */
.card-product .card-title {
  font-size: 1rem;
  font-weight: 600;
  color: #343a40;
}

/* line 15603, app/assets/stylesheets/purpose/theme.css */
.card-product .card-price {
  font-size: 1rem;
  font-weight: 600;
  display: block;
  color: #adb5bd;
}

/* line 15612, app/assets/stylesheets/purpose/theme.css */
.card-product .product-colors a {
  display: inline-block;
  float: none !important;
  width: 1rem;
  height: 1rem;
  margin-right: 3px;
  margin-bottom: 0;
  transition: all .2s ease-in-out;
  border-radius: 50%;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 15628, app/assets/stylesheets/purpose/theme.css */
  .card-product .product-colors a {
    transition: none;
  }
}

/* line 15633, app/assets/stylesheets/purpose/theme.css */
.card-product .product-colors a:hover {
  transform: scale(1.1);
}

/* Product actions */
/* line 15639, app/assets/stylesheets/purpose/theme.css */
.card-product-actions {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 80px;
  height: 40px;
  opacity: 0;
  background: transparent;
}

/* line 15651, app/assets/stylesheets/purpose/theme.css */
.card-product-actions.in {
  opacity: 1;
}

/* line 15655, app/assets/stylesheets/purpose/theme.css */
.card-product-actions.animated {
  animation-duration: .5s;
}

/* line 15659, app/assets/stylesheets/purpose/theme.css */
.card-product-actions .btn-product-action {
  line-height: 40px;
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: #343a40;
  border: 0;
  outline: 0;
  background: transparent;
}

/* line 15676, app/assets/stylesheets/purpose/theme.css */
.card-product-actions .btn-product-action:hover {
  color: #510fa8;
  background: transparent;
}

/* line 15681, app/assets/stylesheets/purpose/theme.css */
.card-product-actions .btn-product-action:active {
  border-color: transparent;
}

/* line 15686, app/assets/stylesheets/purpose/theme.css */
.close > span:not(.sr-only) {
  color: rgba(0, 0, 0, 0.5);
}

/* line 15691, app/assets/stylesheets/purpose/theme.css */
.close:hover > span:not(.sr-only),
.close:focus > span:not(.sr-only) {
  color: rgba(0, 0, 0, 0.8);
}

/* line 15697, app/assets/stylesheets/purpose/theme.css */
.collage {
  height: 600px;
}

/* line 15701, app/assets/stylesheets/purpose/theme.css */
.collage .bg-img-holder {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}

/* line 15709, app/assets/stylesheets/purpose/theme.css */
.collage .collage-bg {
  z-index: 3;
}

/* line 15713, app/assets/stylesheets/purpose/theme.css */
.collage .collage-back {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

/* line 15720, app/assets/stylesheets/purpose/theme.css */
.collage .collage-back img {
  max-width: 100%;
}

/* line 15724, app/assets/stylesheets/purpose/theme.css */
.collage .collage-front {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

/* line 15731, app/assets/stylesheets/purpose/theme.css */
.collage .collage-front img {
  max-height: 100%;
}

@media (max-width: 991.98px) {
  /* line 15737, app/assets/stylesheets/purpose/theme.css */
  .collage .collage-front {
    height: 100% !important;
  }
}

/* line 15743, app/assets/stylesheets/purpose/theme.css */
.custom-control-label {
  display: block;
}

/* line 15747, app/assets/stylesheets/purpose/theme.css */
.custom-control-label::before {
  transition: all .2s ease-in-out;
  border: .0625rem solid #ced4da;
}

/* line 15753, app/assets/stylesheets/purpose/theme.css */
.custom-control-label:hover::before {
  border-color: #dee2e6;
  background: #dee2e6;
}

/* line 15758, app/assets/stylesheets/purpose/theme.css */
.custom-control-label span {
  font-size: .875rem;
  line-height: 1.6;
  color: #6c7686;
}

/* line 15766, app/assets/stylesheets/purpose/theme.css */
.custom-control-input:active ~ .custom-control-label::before {
  border-color: #510fa8;
}

/* line 15771, app/assets/stylesheets/purpose/theme.css */
.custom-checkbox .custom-control-input ~ .custom-control-label {
  cursor: pointer;
}

/* line 15775, app/assets/stylesheets/purpose/theme.css */
.custom-checkbox .custom-control-input ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

/* line 15780, app/assets/stylesheets/purpose/theme.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #510fa8;
}

/* line 15785, app/assets/stylesheets/purpose/theme.css */
.custom-radio .custom-control-input ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

/* line 15790, app/assets/stylesheets/purpose/theme.css */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #510fa8;
}

/* line 15795, app/assets/stylesheets/purpose/theme.css */
.custom-color {
  list-style: none;
}

/* line 15799, app/assets/stylesheets/purpose/theme.css */
.custom-color:after,
.custom-color:before {
  display: table;
  content: '';
}

/* line 15806, app/assets/stylesheets/purpose/theme.css */
.custom-color:after {
  clear: both;
}

/* line 15810, app/assets/stylesheets/purpose/theme.css */
.custom-color label {
  display: block;
  float: left;
  width: 2.25rem;
  height: 2.25rem;
  margin-right: .375rem;
  margin-bottom: 0;
  padding: .375rem;
  transition: all .2s ease-in-out;
  transform: scale(0.95);
  text-align: center;
  opacity: .7;
  border: 1px solid transparent;
  border-radius: .25rem;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 15831, app/assets/stylesheets/purpose/theme.css */
  .custom-color label {
    transition: none;
  }
}

/* line 15836, app/assets/stylesheets/purpose/theme.css */
.custom-color label:hover {
  cursor: pointer;
  opacity: 1;
}

/* line 15842, app/assets/stylesheets/purpose/theme.css */
.custom-color label i,
.custom-color label svg {
  opacity: 0;
  color: rgba(255, 255, 255, 0.7);
}

/* line 15848, app/assets/stylesheets/purpose/theme.css */
.custom-color input {
  position: absolute;
  left: -9999px;
}

/* line 15853, app/assets/stylesheets/purpose/theme.css */
.custom-color input:checked + label {
  transform: scale(1.1);
  opacity: 1;
}

/* line 15859, app/assets/stylesheets/purpose/theme.css */
.custom-color input:checked + label i,
.custom-color input:checked + label svg {
  opacity: 1;
}

/* line 15865, app/assets/stylesheets/purpose/theme.css */
.custom-color-sm label {
  width: 1.25rem;
  height: 1.25rem;
}

/* line 15871, app/assets/stylesheets/purpose/theme.css */
.checkbox-alphanumeric {
  list-style: none;
}

/* line 15875, app/assets/stylesheets/purpose/theme.css */
.checkbox-alphanumeric + .checkbox-alphanumeric {
  margin-left: .25rem;
}

/* line 15879, app/assets/stylesheets/purpose/theme.css */
.checkbox-alphanumeric:after,
.checkbox-alphanumeric:before {
  display: table;
  content: '';
}

/* line 15886, app/assets/stylesheets/purpose/theme.css */
.checkbox-alphanumeric:after {
  clear: both;
}

/* line 15890, app/assets/stylesheets/purpose/theme.css */
.checkbox-alphanumeric > :not(:last-child) label {
  margin-right: .375rem;
}

/* line 15894, app/assets/stylesheets/purpose/theme.css */
.checkbox-alphanumeric label {
  font-size: .875rem;
  font-weight: 400;
  display: block;
  float: left;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0;
  padding: .375rem 0;
  transition: all .3s ease;
  transform: scale(0.95);
  text-align: center;
  text-transform: uppercase;
  color: #6c7686;
  border: .0625rem solid #ced4da;
  border-radius: .2rem;
  background: transparent;
}

/* line 15917, app/assets/stylesheets/purpose/theme.css */
.checkbox-alphanumeric label img {
  max-width: 100%;
}

/* line 15921, app/assets/stylesheets/purpose/theme.css */
.checkbox-alphanumeric label:hover {
  cursor: pointer;
  border-color: #dee2e6;
}

/* line 15927, app/assets/stylesheets/purpose/theme.css */
.checkbox-alphanumeric input {
  position: absolute;
  left: -9999px;
}

/* line 15932, app/assets/stylesheets/purpose/theme.css */
.checkbox-alphanumeric input:checked ~ label {
  transform: scale(1.1);
  color: #510fa8;
  border-color: #510fa8;
}

/* line 15940, app/assets/stylesheets/purpose/theme.css */
.checkbox-alphanumeric-sm label {
  width: 1.25rem;
  height: 1.25rem;
}

/* line 15946, app/assets/stylesheets/purpose/theme.css */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 1.5rem;
  margin: 0;
}

/* line 15956, app/assets/stylesheets/purpose/theme.css */
.toggle-switch input {
  display: none;
}

/* line 15960, app/assets/stylesheets/purpose/theme.css */
.toggle-switch input:checked + .toggle-switch-slider:before {
  border-color: #510fa8;
  background-color: #510fa8;
}

/* line 15965, app/assets/stylesheets/purpose/theme.css */
.toggle-switch input:checked + .toggle-switch-slider {
  border: .0625rem solid #510fa8;
}

/* line 15969, app/assets/stylesheets/purpose/theme.css */
.toggle-switch input:checked + .toggle-switch-slider:before {
  transform: translateX(1.625rem);
}

/* line 15973, app/assets/stylesheets/purpose/theme.css */
.toggle-switch input:disabled + .toggle-switch-slider {
  border: .0625rem solid #e9ecef;
}

/* line 15977, app/assets/stylesheets/purpose/theme.css */
.toggle-switch input:checked:disabled + .toggle-switch-slider {
  border: .0625rem solid #e9ecef;
}

/* line 15981, app/assets/stylesheets/purpose/theme.css */
.toggle-switch input:checked:disabled + .toggle-switch-slider:before {
  background-color: #6813d7;
}

/* line 15986, app/assets/stylesheets/purpose/theme.css */
.toggle-switch-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  transition: .4s;
  border: .0625rem solid #ced4da;
  border-radius: .2rem;
  background-color: transparent;
}

/* line 16002, app/assets/stylesheets/purpose/theme.css */
.toggle-switch-slider:before {
  position: absolute;
  bottom: 2px;
  left: .0625rem;
  width: 18px;
  height: 18px;
  content: '';
  transition: .3s;
  border-radius: .2rem;
  background-color: #ced4da;
}

/* line 16018, app/assets/stylesheets/purpose/theme.css */
.toggle-switch-slider.rounded-circle {
  border-radius: 34px !important;
}

/* line 16023, app/assets/stylesheets/purpose/theme.css */
.toggle-switch-slider.rounded-circle:before {
  border-radius: 50% !important;
}

/* line 16028, app/assets/stylesheets/purpose/theme.css */
.custom-input-file {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: .1px;
  height: .1px;
  opacity: 0;
  outline: none;
}

/* line 16041, app/assets/stylesheets/purpose/theme.css */
.custom-input-file + label {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: .625rem 1.25rem;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  outline: none;
  background-color: #fff;
}

/* line 16059, app/assets/stylesheets/purpose/theme.css */
.custom-input-file + label i {
  width: 1em;
  height: 1em;
  margin-top: -.25em;
  margin-right: .5em;
  vertical-align: middle;
  fill: currentColor;
}

/* line 16070, app/assets/stylesheets/purpose/theme.css */
.custom-input-file + label:hover,
.custom-input-file.has-focus + label,
.custom-input-file:focus + label {
  background-color: #fff;
}

/* line 16077, app/assets/stylesheets/purpose/theme.css */
.no-js .custom-input-file + label {
  display: none;
}

/* Custom file input -- Style 2 */
/* line 16083, app/assets/stylesheets/purpose/theme.css */
.custom-input-file--2 + label {
  color: #fff;
  border-color: #510fa8;
  background: #510fa8;
}

/* line 16090, app/assets/stylesheets/purpose/theme.css */
.custom-input-file--2 + label:hover,
.custom-input-file--2.has-focus + label,
.custom-input-file--2:focus + label {
  color: #fff;
  border-color: #3a0b79;
  background: #3a0b79;
}

/* line 16099, app/assets/stylesheets/purpose/theme.css */
.custom-input-file-link + label {
  font-size: .875rem;
  font-weight: 600;
  padding: 0;
  color: #510fa8;
  border: 0;
  background: transparent;
}

/* line 16111, app/assets/stylesheets/purpose/theme.css */
.custom-input-file-link + label:hover,
.custom-input-file-link.has-focus + label,
.custom-input-file-link:focus + label {
  background-color: transparent;
}

/* line 16118, app/assets/stylesheets/purpose/theme.css */
.dropdown,
.dropup,
.dropright,
.dropleft {
  display: inline-block;
}

/* line 16126, app/assets/stylesheets/purpose/theme.css */
.dropdown-menu {
  font-size: .875rem;
}

/* line 16130, app/assets/stylesheets/purpose/theme.css */
.dropdown-menu .dropdown-item > i,
.dropdown-menu .dropdown-item > svg {
  font-size: 1rem;
  margin-right: 1rem;
  vertical-align: -17%;
}

/* line 16139, app/assets/stylesheets/purpose/theme.css */
.dropdown-menu .dropdown-item img {
  position: relative;
  top: -1px;
  max-height: 14px;
  margin-right: .5rem;
}

/* line 16147, app/assets/stylesheets/purpose/theme.css */
.dropdown-menu .list-group-item .media p {
  line-height: 1.4;
  color: #6c7686;
}

/* line 16153, app/assets/stylesheets/purpose/theme.css */
.dropdown-menu .list-group-item .media:hover .heading {
  color: #510fa8;
}

/* line 16157, app/assets/stylesheets/purpose/theme.css */
.dropdown-menu .list-group-item .media:hover p {
  color: #495057;
}

/* line 16162, app/assets/stylesheets/purpose/theme.css */
.dropdown-header {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 16168, app/assets/stylesheets/purpose/theme.css */
.dropdown-menu-inverse {
  border-color: #242a31;
  background: #282f37;
}

/* line 16173, app/assets/stylesheets/purpose/theme.css */
.dropdown-menu-inverse .dropdown-item {
  color: #dadada;
}

/* line 16177, app/assets/stylesheets/purpose/theme.css */
.dropdown-menu-inverse .dropdown-item:active,
.dropdown-menu-inverse .dropdown-item:focus,
.dropdown-menu-inverse .dropdown-item:hover {
  color: #fff;
  background: #31353e;
}

/* line 16184, app/assets/stylesheets/purpose/theme.css */
.dropdown-menu-inverse .dropdown-divider {
  background: #191e23;
}

@media (min-width: 992px) {
  /* line 16191, app/assets/stylesheets/purpose/theme.css */
  .dropdown-menu-arrow:before {
    position: absolute;
    z-index: -5;
    bottom: 100%;
    left: 20px;
    display: block;
    width: 16px;
    height: 16px;
    content: '';
    transform: rotate(-45deg) translateY(1rem);
    border-radius: .2rem;
    background: #fff;
    box-shadow: none;
  }
  /* line 16210, app/assets/stylesheets/purpose/theme.css */
  .dropdown-menu-arrow.dropdown-menu-right:before {
    right: 20px;
    left: auto;
  }
  /* line 16215, app/assets/stylesheets/purpose/theme.css */
  .dropdown-menu-sm {
    min-width: 120px;
    border: .2rem;
  }
  /* line 16221, app/assets/stylesheets/purpose/theme.css */
  .dropdown-menu-sm.dropdown-menu-arrow:before {
    left: 10px;
    width: 14px;
    height: 14px;
  }
  /* line 16228, app/assets/stylesheets/purpose/theme.css */
  .dropdown-menu-sm.dropdown-menu-arrow.dropdown-menu-right:before {
    right: 20px;
    left: auto;
  }
  /* line 16233, app/assets/stylesheets/purpose/theme.css */
  .dropdown-menu-lg {
    min-width: 400px;
    border-radius: .25rem;
  }
  /* line 16239, app/assets/stylesheets/purpose/theme.css */
  .dropdown-menu-xl {
    min-width: 600px;
    border-radius: .25rem;
  }
}

@media (min-width: 992px) {
  /* line 16249, app/assets/stylesheets/purpose/theme.css */
  .dropdown-fluid {
    position: static;
  }
  /* line 16253, app/assets/stylesheets/purpose/theme.css */
  .dropdown-fluid .dropdown-menu {
    width: calc(100% - 30px);
    max-width: 1200px;
  }
  /* line 16258, app/assets/stylesheets/purpose/theme.css */
  .dropdown-fluid .dropdown-menu {
    right: auto;
    left: 15px;
  }
  /* line 16263, app/assets/stylesheets/purpose/theme.css */
  .dropdown-fluid .dropdown-menu-right {
    right: 15px;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 16272, app/assets/stylesheets/purpose/theme.css */
  .dropdown-animate .dropdown-menu {
    position: absolute;
    display: block;
    pointer-events: none;
    opacity: 0;
  }
  /* line 16282, app/assets/stylesheets/purpose/theme.css */
  .dropdown-animate:not([data-toggle='hover']) .dropdown-menu.show {
    animation: show-navbar-dropdown .3s ease forwards;
    pointer-events: auto;
  }
  /* line 16287, app/assets/stylesheets/purpose/theme.css */
  .dropdown-animate:not([data-toggle='hover']) .dropdown-menu.hide {
    display: block;
    animation: hide-navbar-dropdown .3s ease backwards;
  }
  /* line 16293, app/assets/stylesheets/purpose/theme.css */
  .dropdown-animate[data-toggle='hover'] .dropdown-menu {
    display: block;
    margin: 0;
    transition: all .3s ease;
    transform: translateX(-16px) translateY(-3px) scale(0.97);
  }
  /* line 16302, app/assets/stylesheets/purpose/theme.css */
  .dropdown-animate[data-toggle='hover']:hover .dropdown-menu {
    display: block;
    visibility: visible;
    transform: translateX(-16px) translateY(-3px) scale(1);
    pointer-events: auto;
    opacity: 1;
  }
}

@keyframes show-navbar-dropdown {
  0% {
    transition: all .3s ease;
    transform: translateX(-16px) translateY(-3px) scale(0.97);
    opacity: 0;
  }
  100% {
    transform: translateX(-16px) translateY(-3px) scale(1);
    opacity: 1;
  }
}

@keyframes hide-navbar-dropdown {
  from {
    transition: all .3s ease;
    transform: translateX(-16px) translateY(-3px) scale(1);
    opacity: 1;
  }
  to {
    transform: translateX(-16px) translateY(-3px) scale(0.97);
    opacity: 0;
  }
}

/* line 16348, app/assets/stylesheets/purpose/theme.css */
.has-floating-items {
  padding-bottom: 18rem !important;
}

@media (min-width: 768px) {
  /* line 16355, app/assets/stylesheets/purpose/theme.css */
  .has-floating-items {
    padding-bottom: 18rem !important;
  }
}

/* line 16361, app/assets/stylesheets/purpose/theme.css */
.floating-items {
  position: relative;
  z-index: 10;
  left: 50%;
  margin-left: -570px;
}

/* line 16370, app/assets/stylesheets/purpose/theme.css */
.floating-icon {
  position: absolute;
  animation: floating 3s ease infinite;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.1);
}

/* line 16381, app/assets/stylesheets/purpose/theme.css */
.floating-icon span {
  height: 100%;
}

/* line 16385, app/assets/stylesheets/purpose/theme.css */
.floating-icon img {
  max-width: 100%;
}

/* line 16389, app/assets/stylesheets/purpose/theme.css */
.floating-icon span,
.floating-icon img {
  display: inline-block;
  vertical-align: middle;
}

/* line 16397, app/assets/stylesheets/purpose/theme.css */
.floating-icon:nth-child(1) {
  top: 140px;
  left: -60px;
  width: 120px;
  height: 120px;
}

/* line 16406, app/assets/stylesheets/purpose/theme.css */
.floating-icon:nth-child(2) {
  top: 200px;
  left: 180px;
  width: 160px;
  height: 160px;
  animation-delay: .5s;
}

/* line 16417, app/assets/stylesheets/purpose/theme.css */
.floating-icon:nth-child(3) {
  top: 120px;
  left: 480px;
  width: 80px;
  height: 80px;
  animation-delay: 1s;
}

/* line 16428, app/assets/stylesheets/purpose/theme.css */
.floating-icon:nth-child(4) {
  top: 210px;
  left: 680px;
  width: 140px;
  height: 140px;
  animation-delay: 1.5s;
}

/* line 16439, app/assets/stylesheets/purpose/theme.css */
.floating-icon:nth-child(5) {
  top: 100px;
  left: 920px;
  width: 100px;
  height: 100px;
  animation-delay: 2s;
}

/* line 16450, app/assets/stylesheets/purpose/theme.css */
.floating-icon:nth-child(6) {
  top: 200px;
  left: 1120px;
  width: 80px;
  height: 80px;
  animation-delay: 2.5s;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  /* line 16463, app/assets/stylesheets/purpose/theme.css */
  .floating-icon:nth-child(1),
.floating-icon:nth-child(6) {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 16472, app/assets/stylesheets/purpose/theme.css */
  .floating-icon:nth-child(1),
.floating-icon:nth-child(2),
.floating-icon:nth-child(3) {
    display: none;
  }
  /* line 16478, app/assets/stylesheets/purpose/theme.css */
  .floating-icon:nth-child(4),
.floating-icon:nth-child(5),
.floating-icon:nth-child(6) {
    top: 80px;
    width: 100px;
    height: 100px;
  }
  /* line 16487, app/assets/stylesheets/purpose/theme.css */
  .floating-icon:nth-child(4) {
    left: 300px;
  }
  /* line 16491, app/assets/stylesheets/purpose/theme.css */
  .floating-icon:nth-child(5) {
    left: 500px;
  }
  /* line 16495, app/assets/stylesheets/purpose/theme.css */
  .floating-icon:nth-child(6) {
    left: 700px;
  }
}

@media (max-width: 767.98px) {
  /* line 16503, app/assets/stylesheets/purpose/theme.css */
  .floating-icon:nth-child(4),
.floating-icon:nth-child(5),
.floating-icon:nth-child(6) {
    top: 80px;
    width: 80px;
    height: 80px;
  }
  /* line 16512, app/assets/stylesheets/purpose/theme.css */
  .floating-icon:nth-child(4) {
    left: 400px;
  }
  /* line 16516, app/assets/stylesheets/purpose/theme.css */
  .floating-icon:nth-child(5) {
    left: 530px;
  }
  /* line 16520, app/assets/stylesheets/purpose/theme.css */
  .floating-icon:nth-child(6) {
    left: 660px;
  }
}

/* line 16526, app/assets/stylesheets/purpose/theme.css */
.floating-color {
  position: absolute;
  animation: floating 3s ease infinite;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.1);
}

/* line 16537, app/assets/stylesheets/purpose/theme.css */
.floating-color span {
  font-size: .875rem;
  position: relative;
  top: 50%;
  display: inline-block;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}

/* line 16552, app/assets/stylesheets/purpose/theme.css */
.floating-color:nth-child(1) {
  top: 140px;
  left: -60px;
  width: 120px;
  height: 120px;
}

/* line 16561, app/assets/stylesheets/purpose/theme.css */
.floating-color:nth-child(2) {
  top: 200px;
  left: 180px;
  width: 160px;
  height: 160px;
  animation-delay: .5s;
}

/* line 16572, app/assets/stylesheets/purpose/theme.css */
.floating-color:nth-child(3) {
  top: 120px;
  left: 480px;
  width: 80px;
  height: 80px;
  animation-delay: 1s;
}

/* line 16583, app/assets/stylesheets/purpose/theme.css */
.floating-color:nth-child(4) {
  top: 210px;
  left: 680px;
  width: 140px;
  height: 140px;
  animation-delay: 1.5s;
}

/* line 16594, app/assets/stylesheets/purpose/theme.css */
.floating-color:nth-child(5) {
  top: 100px;
  left: 920px;
  width: 100px;
  height: 100px;
  animation-delay: 2s;
}

/* line 16605, app/assets/stylesheets/purpose/theme.css */
.floating-color:nth-child(6) {
  top: 200px;
  left: 1120px;
  width: 80px;
  height: 80px;
  animation-delay: 2.5s;
}

@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* line 16632, app/assets/stylesheets/purpose/theme.css */
footer {
  background-color: #fff;
}

/* line 16637, app/assets/stylesheets/purpose/theme.css */
.footer {
  padding-top: 3rem;
}

/* line 16641, app/assets/stylesheets/purpose/theme.css */
.footer .list-unstyled li a {
  display: inline-block;
  padding: .125rem 0;
}

/* line 16648, app/assets/stylesheets/purpose/theme.css */
.footer-light p {
  color: rgba(5, 23, 42, 0.65);
}

/* line 16653, app/assets/stylesheets/purpose/theme.css */
.footer-light .heading {
  color: rgba(5, 23, 42, 0.9);
}

/* line 16658, app/assets/stylesheets/purpose/theme.css */
.footer-light .list-unstyled li a {
  color: rgba(5, 23, 42, 0.65);
}

/* line 16662, app/assets/stylesheets/purpose/theme.css */
.footer-light .list-unstyled li a:hover {
  color: rgba(5, 23, 42, 0.9);
}

/* line 16667, app/assets/stylesheets/purpose/theme.css */
.footer-light .copyright a {
  color: #495057;
}

/* line 16671, app/assets/stylesheets/purpose/theme.css */
.footer-light .copyright a:hover {
  color: #343a40;
}

/* line 16676, app/assets/stylesheets/purpose/theme.css */
.footer-dark p {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16681, app/assets/stylesheets/purpose/theme.css */
.footer-dark .heading {
  color: white;
}

/* line 16686, app/assets/stylesheets/purpose/theme.css */
.footer-dark .list-unstyled li a {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16690, app/assets/stylesheets/purpose/theme.css */
.footer-dark .list-unstyled li a:hover {
  color: rgba(255, 255, 255, 0.9);
}

/* line 16695, app/assets/stylesheets/purpose/theme.css */
.footer-dark .copyright a {
  color: rgba(255, 255, 255, 0.9);
}

/* line 16699, app/assets/stylesheets/purpose/theme.css */
.footer-dark .copyright a:hover {
  color: white;
}

/* line 16704, app/assets/stylesheets/purpose/theme.css */
.footer-rotate {
  position: relative;
  overflow: hidden;
  margin-top: -26rem;
  padding-top: 26rem;
}

/* line 16713, app/assets/stylesheets/purpose/theme.css */
.footer-rotate:before {
  position: absolute;
  z-index: 10;
  top: 0;
  right: calc(50% - 1000px);
  display: block;
  width: 100%;
  min-width: 2000px;
  height: 1000px;
  content: '';
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 2000 1000%22 preserveAspectRatio=%22none%22%3E\a%3Cpath fill=%22%23ffffff%22 d=%22M2000,0V923.45l-195.85-538.1a76.07875,76.07875,0,0,0-58.25-48.89L536.65,123.24a76.12151,76.12151,0,0,0-71.44,26L0,703.65V0Z%22/%3E\a%3C/svg%3E") no-repeat scroll center center/100% 100% border-box;
}

/* line 16732, app/assets/stylesheets/purpose/theme.css */
.footer-dark {
  color: #adb5bd;
  background-color: #020b13;
}

/* line 16737, app/assets/stylesheets/purpose/theme.css */
.footer-dark .heading {
  color: #e9ecef;
}

/* line 16741, app/assets/stylesheets/purpose/theme.css */
.footer-dark .nav .nav-item .nav-link,
.footer-dark .list-unstyled li a,
.footer-dark .footer-link {
  color: #adb5bd;
}

/* line 16747, app/assets/stylesheets/purpose/theme.css */
.footer-dark .nav .nav-item .nav-link:hover,
.footer-dark .list-unstyled li a:hover,
.footer-dark .footer-link:hover {
  color: #fff;
}

/* line 16753, app/assets/stylesheets/purpose/theme.css */
.footer-dark hr {
  border-color: rgba(253, 244, 236, 0.1);
}

/* Form controls */
/* line 16759, app/assets/stylesheets/purpose/theme.css */
.form-control:focus::-webkit-input-placeholder {
  color: #adb5bd;
}

/* line 16763, app/assets/stylesheets/purpose/theme.css */
.form-control:focus:-ms-input-placeholder {
  color: #adb5bd;
}

/* line 16767, app/assets/stylesheets/purpose/theme.css */
.form-control:focus::-ms-input-placeholder {
  color: #adb5bd;
}

/* line 16771, app/assets/stylesheets/purpose/theme.css */
.form-control:focus::-moz-placeholder {
  color: #adb5bd;
}
.form-control:focus::placeholder {
  color: #adb5bd;
}

/* line 16776, app/assets/stylesheets/purpose/theme.css */
.form-control.border-0,
.form-control.border-0:focus {
  box-shadow: none;
}

/* Labels */
/* line 16783, app/assets/stylesheets/purpose/theme.css */
.form-control-label {
  font-size: .875rem;
  font-weight: 600;
  color: #343a40;
}

/* Textareas */
/* line 16792, app/assets/stylesheets/purpose/theme.css */
textarea[resize='none'] {
  resize: none !important;
}

/* line 16797, app/assets/stylesheets/purpose/theme.css */
textarea[resize='both'] {
  resize: both !important;
}

/* line 16802, app/assets/stylesheets/purpose/theme.css */
textarea[resize='vertical'] {
  resize: vertical !important;
}

/* line 16807, app/assets/stylesheets/purpose/theme.css */
textarea[resize='horizontal'] {
  resize: horizontal !important;
}

/* Form control sizing */
/* line 16813, app/assets/stylesheets/purpose/theme.css */
.form-control-xl {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 1.15rem 1rem;
  border-radius: .5rem;
}

/* Alternative styles */
/* line 16824, app/assets/stylesheets/purpose/theme.css */
.form-control-muted {
  border-color: #edf0f5;
  background-color: #edf0f5;
}

/* line 16829, app/assets/stylesheets/purpose/theme.css */
.form-control-muted:focus {
  background-color: #edf0f5;
}

/* line 16834, app/assets/stylesheets/purpose/theme.css */
.form-control-emphasized {
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 16840, app/assets/stylesheets/purpose/theme.css */
.form-control-emphasized:focus {
  border-color: transparent;
  background-color: #fff;
  box-shadow: 0 0 0 2px #510fa8;
}

/* Floating labels */
/* line 16848, app/assets/stylesheets/purpose/theme.css */
.has-floating-label {
  position: relative;
}

/* line 16853, app/assets/stylesheets/purpose/theme.css */
.has-floating-label .control-label {
  font-size: 1rem;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin: 0 .55rem;
  padding: 0 .55rem;
  transition: .3s;
  transform: translateY(-50%) scale(1);
  transform-origin: left top;
  pointer-events: none;
  color: #adb5bd;
}

/* line 16872, app/assets/stylesheets/purpose/theme.css */
.has-floating-label .input-group .control-label {
  left: 2rem;
}

/* line 16877, app/assets/stylesheets/purpose/theme.css */
.has-floating-label.focused .control-label {
  top: -1.25rem;
  left: 0;
  margin: 0;
  padding: 0;
  transform: translateY(0) scale(0.85);
}

/* line 16888, app/assets/stylesheets/purpose/theme.css */
.has-floating-label .control-label-xl {
  font-size: 1.5rem;
  margin: 0 .5rem;
  padding: 0 .5rem;
}

/* line 16896, app/assets/stylesheets/purpose/theme.css */
.has-floating-label .control-label-lg {
  font-size: 1.25rem;
  margin: 0 .5rem;
  padding: 0 .5rem;
}

/* line 16904, app/assets/stylesheets/purpose/theme.css */
.has-floating-label .control-label-sm {
  font-size: .875rem;
  margin: 0 .5rem;
  padding: 0 .5rem;
}

/* line 16912, app/assets/stylesheets/purpose/theme.css */
.form-primary .form-control {
  color: #fff;
  border: .0625rem solid #360a70;
  background-color: #360a70;
}

/* line 16918, app/assets/stylesheets/purpose/theme.css */
.form-primary .form-control:focus {
  border: .0625rem solid #2d085d;
  background-color: #2d085d;
}

/* line 16923, app/assets/stylesheets/purpose/theme.css */
.form-primary .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16927, app/assets/stylesheets/purpose/theme.css */
.form-primary .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16931, app/assets/stylesheets/purpose/theme.css */
.form-primary .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16935, app/assets/stylesheets/purpose/theme.css */
.form-primary .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.form-primary .form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16940, app/assets/stylesheets/purpose/theme.css */
.form-danger .form-control {
  color: #fff;
  border: .0625rem solid #f20d00;
  background-color: #f20d00;
}

/* line 16946, app/assets/stylesheets/purpose/theme.css */
.form-danger .form-control:focus {
  border: .0625rem solid #dd0c00;
  background-color: #dd0c00;
}

/* line 16951, app/assets/stylesheets/purpose/theme.css */
.form-danger .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16955, app/assets/stylesheets/purpose/theme.css */
.form-danger .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16959, app/assets/stylesheets/purpose/theme.css */
.form-danger .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16963, app/assets/stylesheets/purpose/theme.css */
.form-danger .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.form-danger .form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16968, app/assets/stylesheets/purpose/theme.css */
.form-stacked .form-control {
  position: relative;
  box-sizing: border-box;
}

/* line 16974, app/assets/stylesheets/purpose/theme.css */
.form-stacked .form-control:first-of-type {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 16981, app/assets/stylesheets/purpose/theme.css */
.form-stacked .form-control:not(:first-of-type):not(:last-of-type) {
  margin-bottom: -1px;
  border-radius: 0;
}

/* line 16987, app/assets/stylesheets/purpose/theme.css */
.form-stacked .form-control:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 16992, app/assets/stylesheets/purpose/theme.css */
.form-stacked .form-control:focus {
  z-index: 2;
}

/*

Styled shaped wrappers for displaying code and images in a more stylish manner

*/
/* line 17002, app/assets/stylesheets/purpose/theme.css */
.frame-laptop {
  position: relative;
}

/* line 17006, app/assets/stylesheets/purpose/theme.css */
.frame-laptop .frame-inner {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 78%;
  height: 74%;
  margin: 7.5% 11% 0 11%;
  border-radius: .25rem;
  background-color: #111;
  box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

/* line 17023, app/assets/stylesheets/purpose/theme.css */
.frame-browser {
  position: relative;
  border-radius: .375rem;
  background-color: #24292E;
  in-height: 300px;
  will-change: height;
}

/* line 17033, app/assets/stylesheets/purpose/theme.css */
.frame-browser:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 6px;
  background: -webkit-linear-gradient(40deg, transparent 0%, #020b13 100%);
  will-change: transform;
}

/* line 17049, app/assets/stylesheets/purpose/theme.css */
.frame-browser .frame-header {
  position: relative;
  padding: .3rem 0;
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
  background-color: rgba(10, 48, 88, 0.8);
}

/* line 17059, app/assets/stylesheets/purpose/theme.css */
.frame-browser .frame-header .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  border-radius: 50%;
}

/* line 17069, app/assets/stylesheets/purpose/theme.css */
.frame-browser .frame-body {
  position: relative;
  overflow-x: hidden;
  min-height: 300px;
  padding: 0 1.5rem .5rem 1.5rem;
}

/* line 17078, app/assets/stylesheets/purpose/theme.css */
.frame-browser .frame-body pre {
  color: #fff;
}

/* line 17082, app/assets/stylesheets/purpose/theme.css */
.frame-browser .frame-body .hljs {
  margin: 0;
  padding: 0;
  background: transparent !important;
}

@media (min-width: 768px) {
  /* line 17092, app/assets/stylesheets/purpose/theme.css */
  .header-account-page {
    height: 350px;
  }
}

@media (max-width: 991.98px) {
  /* line 17100, app/assets/stylesheets/purpose/theme.css */
  .header-account-page {
    padding-top: 9rem;
  }
}

/* line 17106, app/assets/stylesheets/purpose/theme.css */
.header-account-page .btn-group-nav {
  position: relative;
  z-index: 1;
  transform: translateY(50%);
}

/* line 17114, app/assets/stylesheets/purpose/theme.css */
.icon {
  display: inline-flex;
  min-width: 3rem;
  min-height: 3rem;
}

/* line 17121, app/assets/stylesheets/purpose/theme.css */
.icon i,
.icon svg {
  font-size: 2.75rem;
}

/* line 17126, app/assets/stylesheets/purpose/theme.css */
.icon img {
  width: 3rem;
}

/* line 17131, app/assets/stylesheets/purpose/theme.css */
.icon + .icon-text {
  width: calc(100% - 3rem - 1);
  padding-left: 1rem;
}

/* line 17137, app/assets/stylesheets/purpose/theme.css */
.icon-xl {
  min-width: 5rem;
  min-height: 5rem;
}

/* line 17142, app/assets/stylesheets/purpose/theme.css */
.icon-xl i,
.icon-xl svg {
  font-size: 4.75rem;
}

/* line 17147, app/assets/stylesheets/purpose/theme.css */
.icon-xl img {
  width: 5rem;
}

/* line 17152, app/assets/stylesheets/purpose/theme.css */
.icon-xl + .icon-text {
  width: calc(100% - 5rem - 1);
}

/* line 17157, app/assets/stylesheets/purpose/theme.css */
.icon-lg {
  min-width: 4rem;
  min-height: 4rem;
}

/* line 17162, app/assets/stylesheets/purpose/theme.css */
.icon-lg i,
.icon-lg svg {
  font-size: 3.75rem;
}

/* line 17167, app/assets/stylesheets/purpose/theme.css */
.icon-lg img {
  width: 4rem;
}

/* line 17172, app/assets/stylesheets/purpose/theme.css */
.icon-lg + .icon-text {
  width: calc(100% - 4rem - 1);
}

/* line 17177, app/assets/stylesheets/purpose/theme.css */
.icon-sm {
  min-width: 2rem;
  min-height: 2rem;
}

/* line 17182, app/assets/stylesheets/purpose/theme.css */
.icon-sm i,
.icon-sm svg {
  font-size: 1.75rem;
}

/* line 17187, app/assets/stylesheets/purpose/theme.css */
.icon-sm img {
  width: 2rem;
}

/* line 17192, app/assets/stylesheets/purpose/theme.css */
.icon-sm + .icon-text {
  width: calc(100% - 2rem - 1);
}

/* line 17197, app/assets/stylesheets/purpose/theme.css */
.icon-shape {
  text-align: center;
  border-radius: .25rem;
  align-items: center;
  justify-content: center;
}

/* line 17206, app/assets/stylesheets/purpose/theme.css */
.icon-shape i,
.icon-shape svg {
  font-size: 1.125rem;
}

/* line 17212, app/assets/stylesheets/purpose/theme.css */
.icon-xl i,
.icon-xl svg {
  font-size: 2.25rem;
}

/* line 17218, app/assets/stylesheets/purpose/theme.css */
.icon-lg i,
.icon-lg svg {
  font-size: 1.75rem;
}

/* line 17224, app/assets/stylesheets/purpose/theme.css */
.icon-blue {
  color: #0058b8;
  background-color: rgba(51, 149, 255, 0.5);
}

/* line 17230, app/assets/stylesheets/purpose/theme.css */
.icon-outline-blue {
  color: #0058b8;
  border: 3px solid rgba(51, 149, 255, 0.5);
}

/* line 17236, app/assets/stylesheets/purpose/theme.css */
.icon-indigo {
  color: #330069;
  background-color: rgba(111, 4, 223, 0.5);
}

/* line 17242, app/assets/stylesheets/purpose/theme.css */
.icon-outline-indigo {
  color: #330069;
  border: 3px solid rgba(111, 4, 223, 0.5);
}

/* line 17248, app/assets/stylesheets/purpose/theme.css */
.icon-purple {
  color: #310669;
  background-color: rgba(104, 19, 215, 0.5);
}

/* line 17254, app/assets/stylesheets/purpose/theme.css */
.icon-outline-purple {
  color: #310669;
  border: 3px solid rgba(104, 19, 215, 0.5);
}

/* line 17260, app/assets/stylesheets/purpose/theme.css */
.icon-pink {
  color: #ef2e87;
  background-color: rgba(245, 162, 200, 0.5);
}

/* line 17266, app/assets/stylesheets/purpose/theme.css */
.icon-outline-pink {
  color: #ef2e87;
  border: 3px solid rgba(245, 162, 200, 0.5);
}

/* line 17272, app/assets/stylesheets/purpose/theme.css */
.icon-red {
  color: #e80c00;
  background-color: rgba(255, 107, 99, 0.5);
}

/* line 17278, app/assets/stylesheets/purpose/theme.css */
.icon-outline-red {
  color: #e80c00;
  border: 3px solid rgba(255, 107, 99, 0.5);
}

/* line 17284, app/assets/stylesheets/purpose/theme.css */
.icon-orange {
  color: #b86b00;
  background-color: rgba(255, 170, 51, 0.5);
}

/* line 17290, app/assets/stylesheets/purpose/theme.css */
.icon-outline-orange {
  color: #b86b00;
  border: 3px solid rgba(255, 170, 51, 0.5);
}

/* line 17296, app/assets/stylesheets/purpose/theme.css */
.icon-yellow {
  color: #b89300;
  background-color: rgba(255, 214, 51, 0.5);
}

/* line 17302, app/assets/stylesheets/purpose/theme.css */
.icon-outline-yellow {
  color: #b89300;
  border: 3px solid rgba(255, 214, 51, 0.5);
}

/* line 17308, app/assets/stylesheets/purpose/theme.css */
.icon-green {
  color: #21bc3c;
  background-color: rgba(118, 226, 136, 0.5);
}

/* line 17314, app/assets/stylesheets/purpose/theme.css */
.icon-outline-green {
  color: #21bc3c;
  border: 3px solid rgba(118, 226, 136, 0.5);
}

/* line 17320, app/assets/stylesheets/purpose/theme.css */
.icon-teal {
  color: #0093d7;
  background-color: rgba(86, 199, 251, 0.5);
}

/* line 17326, app/assets/stylesheets/purpose/theme.css */
.icon-outline-teal {
  color: #0093d7;
  border: 3px solid rgba(86, 199, 251, 0.5);
}

/* line 17332, app/assets/stylesheets/purpose/theme.css */
.icon-cyan {
  color: #18bfd1;
  background-color: rgba(120, 224, 235, 0.5);
}

/* line 17338, app/assets/stylesheets/purpose/theme.css */
.icon-outline-cyan {
  color: #18bfd1;
  border: 3px solid rgba(120, 224, 235, 0.5);
}

/* line 17344, app/assets/stylesheets/purpose/theme.css */
.icon-white {
  color: #dddada;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 17350, app/assets/stylesheets/purpose/theme.css */
.icon-outline-white {
  color: #dddada;
  border: 3px solid rgba(255, 255, 255, 0.5);
}

/* line 17356, app/assets/stylesheets/purpose/theme.css */
.icon-gray {
  color: #485263;
  background-color: rgba(135, 144, 158, 0.5);
}

/* line 17362, app/assets/stylesheets/purpose/theme.css */
.icon-outline-gray {
  color: #485263;
  border: 3px solid rgba(135, 144, 158, 0.5);
}

/* line 17368, app/assets/stylesheets/purpose/theme.css */
.icon-gray-dark {
  color: #13161a;
  background-color: rgba(75, 84, 92, 0.5);
}

/* line 17374, app/assets/stylesheets/purpose/theme.css */
.icon-outline-gray-dark {
  color: #13161a;
  border: 3px solid rgba(75, 84, 92, 0.5);
}

/* line 17380, app/assets/stylesheets/purpose/theme.css */
.icon-light {
  color: #a1b0bf;
  background-color: rgba(235, 238, 240, 0.5);
}

/* line 17386, app/assets/stylesheets/purpose/theme.css */
.icon-outline-light {
  color: #a1b0bf;
  border: 3px solid rgba(235, 238, 240, 0.5);
}

/* line 17392, app/assets/stylesheets/purpose/theme.css */
.icon-lighter {
  color: #c0dbe9;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 17398, app/assets/stylesheets/purpose/theme.css */
.icon-outline-lighter {
  color: #c0dbe9;
  border: 3px solid rgba(255, 255, 255, 0.5);
}

/* line 17404, app/assets/stylesheets/purpose/theme.css */
.icon-actions > a {
  font-size: .875rem;
  display: inline-block;
  margin-right: .75rem;
  color: #6c7686;
}

/* line 17414, app/assets/stylesheets/purpose/theme.css */
.icon-actions > a:last-of-type {
  margin-right: 0;
}

/* line 17418, app/assets/stylesheets/purpose/theme.css */
.icon-actions > a span {
  font-weight: 600;
  margin-left: .1875rem;
  color: #6c7686;
}

/* line 17426, app/assets/stylesheets/purpose/theme.css */
.icon-actions > a:hover span {
  color: #555d6a;
}

/* line 17431, app/assets/stylesheets/purpose/theme.css */
.icon-actions > a,
.icon-actions > a:hover,
.icon-actions > a.active {
  color: #343a40;
}

/* line 17438, app/assets/stylesheets/purpose/theme.css */
.icon-actions > .favorite:hover,
.icon-actions > .favorite.active {
  color: #fc0;
}

/* line 17444, app/assets/stylesheets/purpose/theme.css */
.icon-actions > .love:hover,
.icon-actions > .love.active {
  color: #ff3b30;
}

/* line 17450, app/assets/stylesheets/purpose/theme.css */
.icon-actions > .like:hover,
.icon-actions > .like.active {
  color: #007aff;
}

/* line 17456, app/assets/stylesheets/purpose/theme.css */
.icon-actions-lg a {
  font-size: 1.25rem;
  margin-right: .875rem;
}

/* line 17463, app/assets/stylesheets/purpose/theme.css */
.input-group-text {
  transition: all .2s ease-in-out;
}

/* line 17468, app/assets/stylesheets/purpose/theme.css */
.input-group-transparent .input-group-text {
  color: #adb5bd;
  border: .0625rem solid #ced4da;
  background-color: transparent;
}

/* line 17475, app/assets/stylesheets/purpose/theme.css */
.input-group-transparent .form-control {
  box-shadow: none;
}

/* line 17479, app/assets/stylesheets/purpose/theme.css */
.input-group-transparent .form-control:not(:first-child) {
  padding-left: 0;
  border-left: 0;
}

/* line 17485, app/assets/stylesheets/purpose/theme.css */
.input-group-transparent .form-control:not(:last-child) {
  padding-right: 0;
  border-right: 0;
}

/* line 17492, app/assets/stylesheets/purpose/theme.css */
.focused .input-group {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 20px rgba(81, 15, 168, 0.1);
}

/* line 17496, app/assets/stylesheets/purpose/theme.css */
.focused .input-group .form-control {
  box-shadow: none !important;
}

/* line 17501, app/assets/stylesheets/purpose/theme.css */
.focused .input-group-text {
  color: #510fa8;
  border-color: rgba(81, 15, 168, 0.5);
  background-color: #e9ecef;
}

/* line 17508, app/assets/stylesheets/purpose/theme.css */
.focused .input-group-transparent .input-group-text {
  border-color: rgba(81, 15, 168, 0.5);
  background-color: #fff;
}

/* line 17514, app/assets/stylesheets/purpose/theme.css */
.list-icon i,
.list-icon svg {
  font-size: .875rem;
  position: relative;
  margin-right: 1rem;
}

/* line 17524, app/assets/stylesheets/purpose/theme.css */
.list-bullet i,
.list-bullet svg {
  font-size: 8px;
  position: relative;
  top: 2px;
  margin-right: 1rem;
  transform: translateY(-50%);
}

/* line 17537, app/assets/stylesheets/purpose/theme.css */
.list-unstyled .list-link {
  display: block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  color: #6c7686;
}

/* line 17546, app/assets/stylesheets/purpose/theme.css */
.list-unstyled .list-link:hover {
  color: #510fa8;
}

/* line 17550, app/assets/stylesheets/purpose/theme.css */
.list-unstyled .list-link i {
  font-size: .75rem;
  margin-right: .5rem;
}

/* line 17557, app/assets/stylesheets/purpose/theme.css */
.list-group-space .list-group-item {
  margin-bottom: 1.5rem;
  border-radius: .25rem;
}

/* line 17564, app/assets/stylesheets/purpose/theme.css */
.list-group-img {
  width: 3rem;
  height: 3rem;
  margin: -.1rem 1.2rem 0 -.2rem;
  vertical-align: top;
  border-radius: 50%;
}

/* line 17575, app/assets/stylesheets/purpose/theme.css */
.list-group-content {
  min-width: 0;
  flex: 1 1;
}

/* line 17582, app/assets/stylesheets/purpose/theme.css */
.list-group-content p {
  line-height: 1.5;
  margin: .2rem 0 0;
}

/* line 17589, app/assets/stylesheets/purpose/theme.css */
.list-group-content .notification {
  font-size: .875rem;
  line-height: 1.4;
  margin: 0;
}

/* line 17597, app/assets/stylesheets/purpose/theme.css */
.list-group-heading {
  color: #343a40;
}

/* line 17601, app/assets/stylesheets/purpose/theme.css */
.list-group-heading > small {
  font-weight: 500;
  float: right;
  color: #adb5bd;
}

/* line 17610, app/assets/stylesheets/purpose/theme.css */
.list-group-sm .list-group-item {
  font-size: .875rem;
  padding: .675rem 1.25rem;
}

/* line 17617, app/assets/stylesheets/purpose/theme.css */
.map-canvas {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: .25rem;
}

/* line 17627, app/assets/stylesheets/purpose/theme.css */
.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out;
}

/* line 17639, app/assets/stylesheets/purpose/theme.css */
.mask + .container {
  position: relative;
}

/* line 17644, app/assets/stylesheets/purpose/theme.css */
.card .mask {
  border-radius: .375rem;
}

/* line 17649, app/assets/stylesheets/purpose/theme.css */
.card .mask--hover {
  transition-delay: 250ms;
  opacity: 0;
}

/* line 17656, app/assets/stylesheets/purpose/theme.css */
.card:hover .mask--hover {
  opacity: .4;
}

/* line 17661, app/assets/stylesheets/purpose/theme.css */
.masonry-item {
  margin-bottom: 3rem;
}

/* line 17666, app/assets/stylesheets/purpose/theme.css */
.media-comment + .media-comment {
  margin-top: 1.25rem;
}

/* line 17671, app/assets/stylesheets/purpose/theme.css */
.media-text-bubble {
  position: relative;
  padding: 1rem 1.25rem;
  border-radius: 20px;
  border-top-left-radius: 0;
  background-color: #f5f9fb;
}

/* line 17681, app/assets/stylesheets/purpose/theme.css */
.media-text-bubble.left-top:after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: -16px;
  width: 0;
  height: 0;
  content: ' ';
  border: 18px solid transparent;
  border-top-color: #f5f9fb;
}

/* line 17698, app/assets/stylesheets/purpose/theme.css */
.modal-content {
  border: 0;
  border-radius: .25rem;
}

/* line 17704, app/assets/stylesheets/purpose/theme.css */
.modal-fluid .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 17710, app/assets/stylesheets/purpose/theme.css */
.modal-fluid .modal-content {
  border-radius: 0;
}

/* line 17715, app/assets/stylesheets/purpose/theme.css */
.modal-primary .modal-title {
  color: #fff;
}

/* line 17720, app/assets/stylesheets/purpose/theme.css */
.modal-primary .modal-header,
.modal-primary .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 17726, app/assets/stylesheets/purpose/theme.css */
.modal-primary .modal-content {
  color: #fff;
  background-color: #510fa8;
}

/* line 17731, app/assets/stylesheets/purpose/theme.css */
.modal-primary .modal-content .heading {
  color: #fff;
}

/* line 17736, app/assets/stylesheets/purpose/theme.css */
.modal-primary .close > span:not(.sr-only) {
  color: #fff;
}

/* line 17741, app/assets/stylesheets/purpose/theme.css */
.modal-secondary .modal-title {
  color: #212529;
}

/* line 17746, app/assets/stylesheets/purpose/theme.css */
.modal-secondary .modal-header,
.modal-secondary .modal-footer {
  border-color: rgba(33, 37, 41, 0.075);
}

/* line 17752, app/assets/stylesheets/purpose/theme.css */
.modal-secondary .modal-content {
  color: #212529;
  background-color: #fafafa;
}

/* line 17757, app/assets/stylesheets/purpose/theme.css */
.modal-secondary .modal-content .heading {
  color: #212529;
}

/* line 17762, app/assets/stylesheets/purpose/theme.css */
.modal-secondary .close > span:not(.sr-only) {
  color: #fff;
}

/* line 17767, app/assets/stylesheets/purpose/theme.css */
.modal-success .modal-title {
  color: #fff;
}

/* line 17772, app/assets/stylesheets/purpose/theme.css */
.modal-success .modal-header,
.modal-success .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 17778, app/assets/stylesheets/purpose/theme.css */
.modal-success .modal-content {
  color: #fff;
  background-color: #4cd964;
}

/* line 17783, app/assets/stylesheets/purpose/theme.css */
.modal-success .modal-content .heading {
  color: #fff;
}

/* line 17788, app/assets/stylesheets/purpose/theme.css */
.modal-success .close > span:not(.sr-only) {
  color: #fff;
}

/* line 17793, app/assets/stylesheets/purpose/theme.css */
.modal-info .modal-title {
  color: #fff;
}

/* line 17798, app/assets/stylesheets/purpose/theme.css */
.modal-info .modal-header,
.modal-info .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 17804, app/assets/stylesheets/purpose/theme.css */
.modal-info .modal-content {
  color: #fff;
  background-color: #24b7fa;
}

/* line 17809, app/assets/stylesheets/purpose/theme.css */
.modal-info .modal-content .heading {
  color: #fff;
}

/* line 17814, app/assets/stylesheets/purpose/theme.css */
.modal-info .close > span:not(.sr-only) {
  color: #fff;
}

/* line 17819, app/assets/stylesheets/purpose/theme.css */
.modal-warning .modal-title {
  color: #fff;
}

/* line 17824, app/assets/stylesheets/purpose/theme.css */
.modal-warning .modal-header,
.modal-warning .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 17830, app/assets/stylesheets/purpose/theme.css */
.modal-warning .modal-content {
  color: #fff;
  background-color: #ff9500;
}

/* line 17835, app/assets/stylesheets/purpose/theme.css */
.modal-warning .modal-content .heading {
  color: #fff;
}

/* line 17840, app/assets/stylesheets/purpose/theme.css */
.modal-warning .close > span:not(.sr-only) {
  color: #fff;
}

/* line 17845, app/assets/stylesheets/purpose/theme.css */
.modal-danger .modal-title {
  color: #fff;
}

/* line 17850, app/assets/stylesheets/purpose/theme.css */
.modal-danger .modal-header,
.modal-danger .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 17856, app/assets/stylesheets/purpose/theme.css */
.modal-danger .modal-content {
  color: #fff;
  background-color: #ff3b30;
}

/* line 17861, app/assets/stylesheets/purpose/theme.css */
.modal-danger .modal-content .heading {
  color: #fff;
}

/* line 17866, app/assets/stylesheets/purpose/theme.css */
.modal-danger .close > span:not(.sr-only) {
  color: #fff;
}

/* line 17871, app/assets/stylesheets/purpose/theme.css */
.modal-light .modal-title {
  color: #212529;
}

/* line 17876, app/assets/stylesheets/purpose/theme.css */
.modal-light .modal-header,
.modal-light .modal-footer {
  border-color: rgba(33, 37, 41, 0.075);
}

/* line 17882, app/assets/stylesheets/purpose/theme.css */
.modal-light .modal-content {
  color: #212529;
  background-color: #ced4da;
}

/* line 17887, app/assets/stylesheets/purpose/theme.css */
.modal-light .modal-content .heading {
  color: #212529;
}

/* line 17892, app/assets/stylesheets/purpose/theme.css */
.modal-light .close > span:not(.sr-only) {
  color: #fff;
}

/* line 17897, app/assets/stylesheets/purpose/theme.css */
.modal-dark .modal-title {
  color: #fff;
}

/* line 17902, app/assets/stylesheets/purpose/theme.css */
.modal-dark .modal-header,
.modal-dark .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 17908, app/assets/stylesheets/purpose/theme.css */
.modal-dark .modal-content {
  color: #fff;
  background-color: #24292E;
}

/* line 17913, app/assets/stylesheets/purpose/theme.css */
.modal-dark .modal-content .heading {
  color: #fff;
}

/* line 17918, app/assets/stylesheets/purpose/theme.css */
.modal-dark .close > span:not(.sr-only) {
  color: #fff;
}

/* line 17923, app/assets/stylesheets/purpose/theme.css */
.modal-white .modal-title {
  color: #212529;
}

/* line 17928, app/assets/stylesheets/purpose/theme.css */
.modal-white .modal-header,
.modal-white .modal-footer {
  border-color: rgba(33, 37, 41, 0.075);
}

/* line 17934, app/assets/stylesheets/purpose/theme.css */
.modal-white .modal-content {
  color: #212529;
  background-color: #fff;
}

/* line 17939, app/assets/stylesheets/purpose/theme.css */
.modal-white .modal-content .heading {
  color: #212529;
}

/* line 17944, app/assets/stylesheets/purpose/theme.css */
.modal-white .close > span:not(.sr-only) {
  color: #fff;
}

/* line 17949, app/assets/stylesheets/purpose/theme.css */
.modal-darker .modal-title {
  color: #fff;
}

/* line 17954, app/assets/stylesheets/purpose/theme.css */
.modal-darker .modal-header,
.modal-darker .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 17960, app/assets/stylesheets/purpose/theme.css */
.modal-darker .modal-content {
  color: #fff;
  background-color: #020b13;
}

/* line 17965, app/assets/stylesheets/purpose/theme.css */
.modal-darker .modal-content .heading {
  color: #fff;
}

/* line 17970, app/assets/stylesheets/purpose/theme.css */
.modal-darker .close > span:not(.sr-only) {
  color: #fff;
}

/* line 17975, app/assets/stylesheets/purpose/theme.css */
.nav-link {
  color: #495057;
}

/* line 17979, app/assets/stylesheets/purpose/theme.css */
.nav-link:hover {
  color: #510fa8;
}

/* line 17984, app/assets/stylesheets/purpose/theme.css */
.nav-pills .nav-link {
  font-weight: 500;
  padding: 1rem 1rem;
  color: #6c7686;
  border: 1px solid #dee2e6;
  border-radius: 0;
}

/* line 17994, app/assets/stylesheets/purpose/theme.css */
.nav-pills .nav-link:hover {
  color: #343a40;
}

/* line 17999, app/assets/stylesheets/purpose/theme.css */
.nav-pills .nav-item:not(:first-child) .nav-link {
  border-left: 0;
}

/* line 18004, app/assets/stylesheets/purpose/theme.css */
.nav-pills .nav-item:first-child .nav-link {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 18010, app/assets/stylesheets/purpose/theme.css */
.nav-pills .nav-item:last-child .nav-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/* line 18016, app/assets/stylesheets/purpose/theme.css */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #510fa8;
}

@media (max-width: 575.98px) {
  /* line 18025, app/assets/stylesheets/purpose/theme.css */
  .nav-pills .nav-item {
    margin-bottom: 1rem;
  }
}

/* line 18031, app/assets/stylesheets/purpose/theme.css */
.nav-tabs .nav-item .nav-link {
  padding: .75rem 1rem;
  transition: color .35s ease, border-color .35s ease;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}

/* line 18040, app/assets/stylesheets/purpose/theme.css */
.nav-tabs .nav-item .nav-link.active {
  border-color: #510fa8;
}

/* line 18044, app/assets/stylesheets/purpose/theme.css */
.nav-tabs .nav-item .nav-link:not(.active) {
  color: #adb5bd;
}

/* line 18048, app/assets/stylesheets/purpose/theme.css */
.nav-tabs .nav-item .nav-link:not(.active):hover {
  color: #495057;
}

/* line 18053, app/assets/stylesheets/purpose/theme.css */
.navbar {
  position: relative;
  z-index: 101;
}

/* line 18059, app/assets/stylesheets/purpose/theme.css */
.navbar-nav .nav-link {
  font-family: 'Barlow', sans-serif;
  font-size: .875rem;
  font-weight: 600;
  transition: all .15s linear;
  letter-spacing: 0;
  text-transform: normal;
}

/* line 18069, app/assets/stylesheets/purpose/theme.css */
.navbar-nav .nav-link i,
.navbar-nav .nav-link svg,
.navbar-nav .nav-link img {
  margin-right: .5rem;
}

/* line 18076, app/assets/stylesheets/purpose/theme.css */
.navbar-nav .nav-link img {
  position: relative;
  top: -1px;
  max-height: 14px;
  margin-right: .5rem;
}

/* line 18085, app/assets/stylesheets/purpose/theme.css */
.navbar-text {
  font-size: .875rem;
}

@media (min-width: 992px) {
  /* line 18092, app/assets/stylesheets/purpose/theme.css */
  .navbar-nav > .container {
    position: relative;
  }
  /* line 18096, app/assets/stylesheets/purpose/theme.css */
  .navbar-nav .nav-item {
    margin-right: .5rem;
  }
  /* line 18100, app/assets/stylesheets/purpose/theme.css */
  .navbar-nav .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    border-radius: .25rem;
  }
  /* line 18107, app/assets/stylesheets/purpose/theme.css */
  .navbar-nav .nav-link-icon {
    border-radius: .25rem;
  }
  /* line 18111, app/assets/stylesheets/purpose/theme.css */
  .navbar-nav .dropdown-menu .list-group-item {
    transition: all .2s ease-in-out;
    transform: scale(1);
    border: 0;
  }
  /* line 18118, app/assets/stylesheets/purpose/theme.css */
  .navbar-nav .dropdown-menu .list-group-item:hover {
    z-index: 11;
    transform: scale(1.05);
    border-radius: .25rem;
    background-color: #f5f9fb;
    box-shadow: 0 2px 4px rgba(3, 27, 78, 0.06);
  }
}

/* line 18130, app/assets/stylesheets/purpose/theme.css */
.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 18138, app/assets/stylesheets/purpose/theme.css */
.header-transparent .navbar-top {
  padding-right: 1rem;
  padding-left: 1rem;
  border: 0;
}

/* line 18145, app/assets/stylesheets/purpose/theme.css */
.header-transparent .navbar-top:not(.navbar-collapsed) {
  background-color: transparent !important;
}

@media (max-width: 1199.98px) {
  /* line 18151, app/assets/stylesheets/purpose/theme.css */
  .header-transparent .navbar-top .container {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 18157, app/assets/stylesheets/purpose/theme.css */
.header-transparent .navbar:not(.is_stuck):not(.navbar-collapsed) {
  border: 0;
  background-color: transparent !important;
  box-shadow: none;
}

/* line 18163, app/assets/stylesheets/purpose/theme.css */
.header-transparent .border-bottom.navbar-dark {
  border-color: rgba(255, 255, 255, 0.08) !important;
}

/* line 18167, app/assets/stylesheets/purpose/theme.css */
.header-transparent .border-bottom.navbar-light {
  border-color: rgba(0, 0, 0, 0.02) !important;
}

@media (max-width: 1199.98px) {
  /* line 18174, app/assets/stylesheets/purpose/theme.css */
  .navbar-nav .nav-link {
    padding: .5rem 0;
  }
  /* line 18178, app/assets/stylesheets/purpose/theme.css */
  .navbar-nav .dropdown-menu {
    box-shadow: none;
  }
}

/* line 18184, app/assets/stylesheets/purpose/theme.css */
.navbar-fixed-top.is_stuck {
  z-index: 1030;
  padding-top: .75rem;
  padding-bottom: .75rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

/* line 18194, app/assets/stylesheets/purpose/theme.css */
.navbar-top {
  position: relative;
  z-index: 110;
  display: flex;
  padding-top: .75rem;
  padding-bottom: .75rem;
  align-items: center;
}

/* line 18206, app/assets/stylesheets/purpose/theme.css */
.navbar-top .navbar-nav {
  flex-direction: row;
}

/* line 18210, app/assets/stylesheets/purpose/theme.css */
.navbar-top .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

/* line 18214, app/assets/stylesheets/purpose/theme.css */
.navbar-top .navbar-nav .nav-link {
  padding: .25rem .5rem;
}

/* line 18219, app/assets/stylesheets/purpose/theme.css */
.navbar-search {
  position: absolute;
  z-index: 1050;
  width: 100%;
  margin-top: 1.5rem;
  transition: transform .3s, opacity .15s;
  transform: translateY(0);
  pointer-events: none;
  opacity: 0;
  background-color: transparent;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 18236, app/assets/stylesheets/purpose/theme.css */
  .navbar-search {
    transition: none;
  }
}

/* line 18241, app/assets/stylesheets/purpose/theme.css */
.navbar-search.show {
  transform: translateY(1.5rem);
  opacity: 1;
}

/* line 18247, app/assets/stylesheets/purpose/theme.css */
.navbar-search .container {
  position: relative;
  height: 100%;
}

/* line 18253, app/assets/stylesheets/purpose/theme.css */
.navbar-search .navbar-search-form {
  position: relative;
  z-index: 700;
  display: block;
  width: 680px;
  margin: auto;
  border-radius: .375rem;
  background: #fff;
}

/* line 18266, app/assets/stylesheets/purpose/theme.css */
.navbar-search .navbar-search-form .input-group-text {
  font-size: 1.25rem;
  border: 0;
}

/* line 18272, app/assets/stylesheets/purpose/theme.css */
.navbar-search .navbar-search-form .form-control {
  font-size: 1.25rem;
  display: block;
  height: 68px;
  color: #454545;
  border: 0;
  background-color: transparent;
  background-image: none;
}

/* line 18285, app/assets/stylesheets/purpose/theme.css */
.navbar-search .navbar-search-form .form-control::-webkit-input-placeholder {
  color: #adb5bd;
}

/* line 18289, app/assets/stylesheets/purpose/theme.css */
.navbar-search .navbar-search-form .form-control:-ms-input-placeholder {
  color: #adb5bd;
}

/* line 18293, app/assets/stylesheets/purpose/theme.css */
.navbar-search .navbar-search-form .form-control::-ms-input-placeholder {
  color: #adb5bd;
}

/* line 18297, app/assets/stylesheets/purpose/theme.css */
.navbar-search .navbar-search-form .form-control::-moz-placeholder {
  color: #adb5bd;
}
.navbar-search .navbar-search-form .form-control::placeholder {
  color: #adb5bd;
}

/* line 18301, app/assets/stylesheets/purpose/theme.css */
.navbar-search .navbar-search-suggestions {
  position: relative;
  width: 680px;
  min-height: 150px;
  margin: auto;
  padding: 1.5rem;
  transition: opacity .3s;
  transition-delay: .21s;
  opacity: 0;
  border-radius: .375rem;
  background: white;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 18319, app/assets/stylesheets/purpose/theme.css */
  .navbar-search .navbar-search-suggestions {
    transition: none;
  }
}

/* line 18324, app/assets/stylesheets/purpose/theme.css */
.navbar-search .navbar-search-suggestions:before {
  position: absolute;
  z-index: -5;
  bottom: 100%;
  left: 20px;
  display: block;
  width: 16px;
  height: 16px;
  content: '';
  transform: rotate(-45deg) translateY(1rem);
  border-radius: .2rem;
  background: #fff;
  box-shadow: none;
}

/* line 18343, app/assets/stylesheets/purpose/theme.css */
.navbar-search .navbar-search-suggestions .list-link span {
  font-weight: 600;
  color: #343a40;
}

/* line 18349, app/assets/stylesheets/purpose/theme.css */
.navbar-search .navbar-search-suggestions .list-link:hover {
  color: #510fa8;
}

/* line 18353, app/assets/stylesheets/purpose/theme.css */
.navbar-search .navbar-search-suggestions .list-link:hover span {
  color: #510fa8;
}

/* line 18357, app/assets/stylesheets/purpose/theme.css */
.navbar-search.show .navbar-search-form,
.navbar-search.show .navbar-search-suggestions {
  pointer-events: auto;
}

/* line 18362, app/assets/stylesheets/purpose/theme.css */
.navbar-search.show .navbar-search-suggestions {
  opacity: 1;
}

@media (max-width: 991.98px) {
  /* line 18368, app/assets/stylesheets/purpose/theme.css */
  .navbar-search .navbar-search-form {
    width: 100%;
  }
  /* line 18372, app/assets/stylesheets/purpose/theme.css */
  .navbar-search .navbar-search-suggestions {
    width: 100%;
  }
}

/* line 18378, app/assets/stylesheets/purpose/theme.css */
.navbar-search-open {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  /* line 18385, app/assets/stylesheets/purpose/theme.css */
  .navbar,
.navbar-top {
    transition: background-color .3s linear;
  }
  /* line 18390, app/assets/stylesheets/purpose/theme.css */
  .navbar-nav .nav-link {
    padding: .625rem 0;
  }
  /* line 18394, app/assets/stylesheets/purpose/theme.css */
  .navbar-nav .dropdown-menu {
    min-width: auto;
    box-shadow: none;
  }
  /* line 18400, app/assets/stylesheets/purpose/theme.css */
  .navbar-nav .dropdown-menu .media svg {
    width: 30px;
  }
  /* line 18404, app/assets/stylesheets/purpose/theme.css */
  .navbar-collapse {
    z-index: 1050;
    height: auto !important;
    opacity: 0;
  }
  /* line 18412, app/assets/stylesheets/purpose/theme.css */
  .navbar-collapse.collapsing,
.navbar-collapse.show {
    animation: show-navbar-collapse .2s ease forwards;
    animation-delay: .15s;
  }
  /* line 18418, app/assets/stylesheets/purpose/theme.css */
  .navbar-collapse.collapsing-out {
    transition: opacity .3s linear;
    animation: none;
    animation-delay: 0;
    opacity: 0;
  }
}

@keyframes show-navbar-collapse {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* line 18444, app/assets/stylesheets/purpose/theme.css */
.pagination {
  margin-bottom: 0;
}

/* line 18449, app/assets/stylesheets/purpose/theme.css */
.page-item .page-link,
.page-item > span {
  margin: 0 3px;
  text-align: center;
  border-radius: .2rem;
}

/* line 18459, app/assets/stylesheets/purpose/theme.css */
.pagination-circle .page-item .page-link,
.pagination-circle .page-item > span {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 5px;
  border-radius: 50% !important;
}

/* line 18471, app/assets/stylesheets/purpose/theme.css */
.pagination-circle.pagination-lg .page-item .page-link,
.pagination-circle.pagination-lg .page-item > span {
  display: block;
  width: 52px;
  height: 52px;
  margin: 0 5px;
  border-radius: 50% !important;
}

/* line 18483, app/assets/stylesheets/purpose/theme.css */
.popover {
  border: 0;
}

/* line 18488, app/assets/stylesheets/purpose/theme.css */
.popover-header {
  font-weight: 600;
}

/* line 18493, app/assets/stylesheets/purpose/theme.css */
.popover-primary {
  background-color: #510fa8;
}

/* line 18497, app/assets/stylesheets/purpose/theme.css */
.popover-primary .popover-header {
  color: #fff;
  background-color: #510fa8;
}

/* line 18502, app/assets/stylesheets/purpose/theme.css */
.popover-primary .popover-body {
  color: #fff;
}

/* line 18506, app/assets/stylesheets/purpose/theme.css */
.popover-primary .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 18510, app/assets/stylesheets/purpose/theme.css */
.popover-primary.bs-popover-top .arrow::after,
.popover-primary.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #510fa8;
}

/* line 18515, app/assets/stylesheets/purpose/theme.css */
.popover-primary.bs-popover-right .arrow::after,
.popover-primary.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #510fa8;
}

/* line 18520, app/assets/stylesheets/purpose/theme.css */
.popover-primary.bs-popover-bottom .arrow::after,
.popover-primary.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #510fa8;
}

/* line 18525, app/assets/stylesheets/purpose/theme.css */
.popover-primary.bs-popover-left .arrow::after,
.popover-primary.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #510fa8;
}

/* line 18531, app/assets/stylesheets/purpose/theme.css */
.popover-secondary {
  background-color: #fafafa;
}

/* line 18535, app/assets/stylesheets/purpose/theme.css */
.popover-secondary .popover-header {
  color: #212529;
  background-color: #fafafa;
}

/* line 18540, app/assets/stylesheets/purpose/theme.css */
.popover-secondary .popover-body {
  color: #212529;
}

/* line 18544, app/assets/stylesheets/purpose/theme.css */
.popover-secondary .popover-header {
  border-color: rgba(33, 37, 41, 0.2);
}

/* line 18548, app/assets/stylesheets/purpose/theme.css */
.popover-secondary.bs-popover-top .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #fafafa;
}

/* line 18553, app/assets/stylesheets/purpose/theme.css */
.popover-secondary.bs-popover-right .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #fafafa;
}

/* line 18558, app/assets/stylesheets/purpose/theme.css */
.popover-secondary.bs-popover-bottom .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #fafafa;
}

/* line 18563, app/assets/stylesheets/purpose/theme.css */
.popover-secondary.bs-popover-left .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #fafafa;
}

/* line 18569, app/assets/stylesheets/purpose/theme.css */
.popover-success {
  background-color: #4cd964;
}

/* line 18573, app/assets/stylesheets/purpose/theme.css */
.popover-success .popover-header {
  color: #fff;
  background-color: #4cd964;
}

/* line 18578, app/assets/stylesheets/purpose/theme.css */
.popover-success .popover-body {
  color: #fff;
}

/* line 18582, app/assets/stylesheets/purpose/theme.css */
.popover-success .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 18586, app/assets/stylesheets/purpose/theme.css */
.popover-success.bs-popover-top .arrow::after,
.popover-success.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #4cd964;
}

/* line 18591, app/assets/stylesheets/purpose/theme.css */
.popover-success.bs-popover-right .arrow::after,
.popover-success.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #4cd964;
}

/* line 18596, app/assets/stylesheets/purpose/theme.css */
.popover-success.bs-popover-bottom .arrow::after,
.popover-success.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #4cd964;
}

/* line 18601, app/assets/stylesheets/purpose/theme.css */
.popover-success.bs-popover-left .arrow::after,
.popover-success.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #4cd964;
}

/* line 18607, app/assets/stylesheets/purpose/theme.css */
.popover-info {
  background-color: #24b7fa;
}

/* line 18611, app/assets/stylesheets/purpose/theme.css */
.popover-info .popover-header {
  color: #fff;
  background-color: #24b7fa;
}

/* line 18616, app/assets/stylesheets/purpose/theme.css */
.popover-info .popover-body {
  color: #fff;
}

/* line 18620, app/assets/stylesheets/purpose/theme.css */
.popover-info .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 18624, app/assets/stylesheets/purpose/theme.css */
.popover-info.bs-popover-top .arrow::after,
.popover-info.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #24b7fa;
}

/* line 18629, app/assets/stylesheets/purpose/theme.css */
.popover-info.bs-popover-right .arrow::after,
.popover-info.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #24b7fa;
}

/* line 18634, app/assets/stylesheets/purpose/theme.css */
.popover-info.bs-popover-bottom .arrow::after,
.popover-info.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #24b7fa;
}

/* line 18639, app/assets/stylesheets/purpose/theme.css */
.popover-info.bs-popover-left .arrow::after,
.popover-info.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #24b7fa;
}

/* line 18645, app/assets/stylesheets/purpose/theme.css */
.popover-warning {
  background-color: #ff9500;
}

/* line 18649, app/assets/stylesheets/purpose/theme.css */
.popover-warning .popover-header {
  color: #fff;
  background-color: #ff9500;
}

/* line 18654, app/assets/stylesheets/purpose/theme.css */
.popover-warning .popover-body {
  color: #fff;
}

/* line 18658, app/assets/stylesheets/purpose/theme.css */
.popover-warning .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 18662, app/assets/stylesheets/purpose/theme.css */
.popover-warning.bs-popover-top .arrow::after,
.popover-warning.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #ff9500;
}

/* line 18667, app/assets/stylesheets/purpose/theme.css */
.popover-warning.bs-popover-right .arrow::after,
.popover-warning.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #ff9500;
}

/* line 18672, app/assets/stylesheets/purpose/theme.css */
.popover-warning.bs-popover-bottom .arrow::after,
.popover-warning.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #ff9500;
}

/* line 18677, app/assets/stylesheets/purpose/theme.css */
.popover-warning.bs-popover-left .arrow::after,
.popover-warning.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #ff9500;
}

/* line 18683, app/assets/stylesheets/purpose/theme.css */
.popover-danger {
  background-color: #ff3b30;
}

/* line 18687, app/assets/stylesheets/purpose/theme.css */
.popover-danger .popover-header {
  color: #fff;
  background-color: #ff3b30;
}

/* line 18692, app/assets/stylesheets/purpose/theme.css */
.popover-danger .popover-body {
  color: #fff;
}

/* line 18696, app/assets/stylesheets/purpose/theme.css */
.popover-danger .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 18700, app/assets/stylesheets/purpose/theme.css */
.popover-danger.bs-popover-top .arrow::after,
.popover-danger.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #ff3b30;
}

/* line 18705, app/assets/stylesheets/purpose/theme.css */
.popover-danger.bs-popover-right .arrow::after,
.popover-danger.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #ff3b30;
}

/* line 18710, app/assets/stylesheets/purpose/theme.css */
.popover-danger.bs-popover-bottom .arrow::after,
.popover-danger.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #ff3b30;
}

/* line 18715, app/assets/stylesheets/purpose/theme.css */
.popover-danger.bs-popover-left .arrow::after,
.popover-danger.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #ff3b30;
}

/* line 18721, app/assets/stylesheets/purpose/theme.css */
.popover-light {
  background-color: #ced4da;
}

/* line 18725, app/assets/stylesheets/purpose/theme.css */
.popover-light .popover-header {
  color: #212529;
  background-color: #ced4da;
}

/* line 18730, app/assets/stylesheets/purpose/theme.css */
.popover-light .popover-body {
  color: #212529;
}

/* line 18734, app/assets/stylesheets/purpose/theme.css */
.popover-light .popover-header {
  border-color: rgba(33, 37, 41, 0.2);
}

/* line 18738, app/assets/stylesheets/purpose/theme.css */
.popover-light.bs-popover-top .arrow::after,
.popover-light.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #ced4da;
}

/* line 18743, app/assets/stylesheets/purpose/theme.css */
.popover-light.bs-popover-right .arrow::after,
.popover-light.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #ced4da;
}

/* line 18748, app/assets/stylesheets/purpose/theme.css */
.popover-light.bs-popover-bottom .arrow::after,
.popover-light.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #ced4da;
}

/* line 18753, app/assets/stylesheets/purpose/theme.css */
.popover-light.bs-popover-left .arrow::after,
.popover-light.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #ced4da;
}

/* line 18759, app/assets/stylesheets/purpose/theme.css */
.popover-dark {
  background-color: #24292E;
}

/* line 18763, app/assets/stylesheets/purpose/theme.css */
.popover-dark .popover-header {
  color: #fff;
  background-color: #24292E;
}

/* line 18768, app/assets/stylesheets/purpose/theme.css */
.popover-dark .popover-body {
  color: #fff;
}

/* line 18772, app/assets/stylesheets/purpose/theme.css */
.popover-dark .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 18776, app/assets/stylesheets/purpose/theme.css */
.popover-dark.bs-popover-top .arrow::after,
.popover-dark.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #24292E;
}

/* line 18781, app/assets/stylesheets/purpose/theme.css */
.popover-dark.bs-popover-right .arrow::after,
.popover-dark.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #24292E;
}

/* line 18786, app/assets/stylesheets/purpose/theme.css */
.popover-dark.bs-popover-bottom .arrow::after,
.popover-dark.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #24292E;
}

/* line 18791, app/assets/stylesheets/purpose/theme.css */
.popover-dark.bs-popover-left .arrow::after,
.popover-dark.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #24292E;
}

/* line 18797, app/assets/stylesheets/purpose/theme.css */
.popover-white {
  background-color: #fff;
}

/* line 18801, app/assets/stylesheets/purpose/theme.css */
.popover-white .popover-header {
  color: #212529;
  background-color: #fff;
}

/* line 18806, app/assets/stylesheets/purpose/theme.css */
.popover-white .popover-body {
  color: #212529;
}

/* line 18810, app/assets/stylesheets/purpose/theme.css */
.popover-white .popover-header {
  border-color: rgba(33, 37, 41, 0.2);
}

/* line 18814, app/assets/stylesheets/purpose/theme.css */
.popover-white.bs-popover-top .arrow::after,
.popover-white.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #fff;
}

/* line 18819, app/assets/stylesheets/purpose/theme.css */
.popover-white.bs-popover-right .arrow::after,
.popover-white.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #fff;
}

/* line 18824, app/assets/stylesheets/purpose/theme.css */
.popover-white.bs-popover-bottom .arrow::after,
.popover-white.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #fff;
}

/* line 18829, app/assets/stylesheets/purpose/theme.css */
.popover-white.bs-popover-left .arrow::after,
.popover-white.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #fff;
}

/* line 18835, app/assets/stylesheets/purpose/theme.css */
.popover-darker {
  background-color: #020b13;
}

/* line 18839, app/assets/stylesheets/purpose/theme.css */
.popover-darker .popover-header {
  color: #fff;
  background-color: #020b13;
}

/* line 18844, app/assets/stylesheets/purpose/theme.css */
.popover-darker .popover-body {
  color: #fff;
}

/* line 18848, app/assets/stylesheets/purpose/theme.css */
.popover-darker .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 18852, app/assets/stylesheets/purpose/theme.css */
.popover-darker.bs-popover-top .arrow::after,
.popover-darker.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-top-color: #020b13;
}

/* line 18857, app/assets/stylesheets/purpose/theme.css */
.popover-darker.bs-popover-right .arrow::after,
.popover-darker.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-right-color: #020b13;
}

/* line 18862, app/assets/stylesheets/purpose/theme.css */
.popover-darker.bs-popover-bottom .arrow::after,
.popover-darker.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-bottom-color: #020b13;
}

/* line 18867, app/assets/stylesheets/purpose/theme.css */
.popover-darker.bs-popover-left .arrow::after,
.popover-darker.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-left-color: #020b13;
}

/* line 18873, app/assets/stylesheets/purpose/theme.css */
.progress-wrapper {
  position: relative;
  padding-top: 1.5rem;
}

/* line 18880, app/assets/stylesheets/purpose/theme.css */
.progress {
  overflow: hidden;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: .2rem;
  background-color: #e9ecef;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 18892, app/assets/stylesheets/purpose/theme.css */
.progress-inverse {
  background-color: inverse(#e9ecef);
}

/* line 18897, app/assets/stylesheets/purpose/theme.css */
.progress-heading {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 2px;
  padding: 0;
}

/* line 18906, app/assets/stylesheets/purpose/theme.css */
.progress-bar {
  height: auto;
  border-radius: 0;
  box-shadow: none;
}

/* line 18914, app/assets/stylesheets/purpose/theme.css */
.progress-text {
  margin-bottom: 0;
}

/* line 18919, app/assets/stylesheets/purpose/theme.css */
.progress-tooltip {
  font-size: .7rem;
  line-height: 1;
  position: relative;
  bottom: 8px;
  display: inline-block;
  margin-left: -15px;
  padding: .25rem .375rem;
  color: #fff;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.8);
}

/* line 18936, app/assets/stylesheets/purpose/theme.css */
.progress-tooltip:after {
  position: absolute;
  top: 100%;
  left: 10px;
  width: 0;
  height: 0;
  content: ' ';
  pointer-events: none;
  border: solid transparent;
  border-width: 5px;
  border-color: rgba(51, 51, 51, 0);
  border-top-color: rgba(0, 0, 0, 0.8);
}

/* line 18954, app/assets/stylesheets/purpose/theme.css */
.progress-label {
  font-size: .75rem;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #6c7686;
}

/* line 18967, app/assets/stylesheets/purpose/theme.css */
.progress-percentage {
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  color: #6c7686;
}

/* line 18980, app/assets/stylesheets/purpose/theme.css */
.progress-lg {
  height: 1.5rem;
}

/* line 18985, app/assets/stylesheets/purpose/theme.css */
.progress-md {
  height: 1rem;
}

/* line 18990, app/assets/stylesheets/purpose/theme.css */
.progress-sm {
  height: .625rem;
}

/* line 18995, app/assets/stylesheets/purpose/theme.css */
.progress-xs {
  height: .25rem;
}

/* line 19000, app/assets/stylesheets/purpose/theme.css */
.progress-group {
  position: relative;
}

/* line 19005, app/assets/stylesheets/purpose/theme.css */
.progress-prepend-icon {
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 19014, app/assets/stylesheets/purpose/theme.css */
.progress-prepend-icon:not(:first-child) {
  right: -17px;
}

/* line 19018, app/assets/stylesheets/purpose/theme.css */
.progress-prepend-icon:not(:last-child) {
  left: -17px;
}

/* line 19023, app/assets/stylesheets/purpose/theme.css */
.static-rating {
  display: inline-block;
}

/* line 19027, app/assets/stylesheets/purpose/theme.css */
.static-rating .star {
  color: #ced4da;
}

/* line 19031, app/assets/stylesheets/purpose/theme.css */
.static-rating .voted {
  color: #fc0;
}

/* line 19036, app/assets/stylesheets/purpose/theme.css */
.static-rating-sm .star {
  font-size: .75rem;
}

/* line 19041, app/assets/stylesheets/purpose/theme.css */
.rating {
  display: inline-block;
}

/* line 19045, app/assets/stylesheets/purpose/theme.css */
.rating .star {
  font-family: 'Font Awesome 5 Solid';
  font-weight: normal;
  font-style: normal;
  float: left;
  padding: 0 1px;
  cursor: pointer;
}

/* line 19057, app/assets/stylesheets/purpose/theme.css */
.rating .star:before {
  font-size: 14px;
  display: block;
  content: '\f005';
  transition: all .2s linear;
  color: #ced4da;
}

/* line 19068, app/assets/stylesheets/purpose/theme.css */
.rating:hover .star:before {
  color: #ced4da;
}

/* line 19072, app/assets/stylesheets/purpose/theme.css */
.rating:hover .over:before {
  color: #fc0;
}

/* line 19076, app/assets/stylesheets/purpose/theme.css */
.rating .voted:before {
  color: #fc0;
}

/* line 19081, app/assets/stylesheets/purpose/theme.css */
.rating-lg .star:before {
  font-size: 18px;
}

/* line 19086, app/assets/stylesheets/purpose/theme.css */
.rating-xl .star:before {
  font-size: 24px;
}

/* line 19091, app/assets/stylesheets/purpose/theme.css */
.ribbon {
  font-size: .75rem;
  font-weight: 600;
  position: absolute;
  z-index: 10;
  top: 1rem;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
}

/* line 19109, app/assets/stylesheets/purpose/theme.css */
.ribbon-left {
  left: 1rem;
}

/* line 19114, app/assets/stylesheets/purpose/theme.css */
.ribbon-right {
  right: 1rem;
}

/* line 19119, app/assets/stylesheets/purpose/theme.css */
.ribbon-primary {
  color: #fff;
  background-color: #6813d7;
}

/* line 19125, app/assets/stylesheets/purpose/theme.css */
.ribbon-secondary {
  color: #212529;
  background-color: white;
}

/* line 19131, app/assets/stylesheets/purpose/theme.css */
.ribbon-success {
  color: #fff;
  background-color: #76e288;
}

/* line 19137, app/assets/stylesheets/purpose/theme.css */
.ribbon-info {
  color: #fff;
  background-color: #56c7fb;
}

/* line 19143, app/assets/stylesheets/purpose/theme.css */
.ribbon-warning {
  color: #fff;
  background-color: #fa3;
}

/* line 19149, app/assets/stylesheets/purpose/theme.css */
.ribbon-danger {
  color: #fff;
  background-color: #ff6b63;
}

/* line 19155, app/assets/stylesheets/purpose/theme.css */
.ribbon-light {
  color: #212529;
  background-color: #ebeef0;
}

/* line 19161, app/assets/stylesheets/purpose/theme.css */
.ribbon-dark {
  color: #fff;
  background-color: #0a3058;
}

/* line 19167, app/assets/stylesheets/purpose/theme.css */
.ribbon-white {
  color: #212529;
  background-color: white;
}

/* line 19173, app/assets/stylesheets/purpose/theme.css */
.ribbon-darker {
  color: #fff;
  background-color: #082341;
}

/* line 19179, app/assets/stylesheets/purpose/theme.css */
section {
  background-color: #fff;
}

/* line 19184, app/assets/stylesheets/purpose/theme.css */
.slice {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* line 19192, app/assets/stylesheets/purpose/theme.css */
.slice-xl {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

/* line 19198, app/assets/stylesheets/purpose/theme.css */
.slice-lg {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

/* line 19204, app/assets/stylesheets/purpose/theme.css */
.slice-sm {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 19210, app/assets/stylesheets/purpose/theme.css */
.slice:not(.border-top):not(.border-bottom):not(.delimiter-bottom):not([class*='bg-']):not(.section-rotate) + .slice:not(.border-top):not(.border-bottom):not(.delimiter-top):not([class*='bg-']) {
  padding-top: 0;
}

/* line 19215, app/assets/stylesheets/purpose/theme.css */
.section-rotate {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: transparent;
}

/* line 19227, app/assets/stylesheets/purpose/theme.css */
.section-rotate .section-inner {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  /* line 19240, app/assets/stylesheets/purpose/theme.css */
  .section-rotate {
    min-height: 740px;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  /* line 19246, app/assets/stylesheets/purpose/theme.css */
  .section-rotate .section-inner {
    overflow: hidden;
    background: inherit;
  }
  /* line 19252, app/assets/stylesheets/purpose/theme.css */
  .section-rotate .section-inner + .container {
    position: relative;
    z-index: 0;
  }
  /* line 19257, app/assets/stylesheets/purpose/theme.css */
  .section-rotate .section-inner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 19268, app/assets/stylesheets/purpose/theme.css */
  .section-rotate {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
  /* line 19273, app/assets/stylesheets/purpose/theme.css */
  .section-rotate .section-inner {
    top: -40%;
    left: -1rem;
    width: 130%;
    height: 120%;
    transform: rotate(-7deg);
    border-bottom-left-radius: 3rem;
    will-change: transform;
  }
  /* line 19287, app/assets/stylesheets/purpose/theme.css */
  .section-rotate .section-inner + .container {
    padding-left: 2rem;
  }
  /* line 19291, app/assets/stylesheets/purpose/theme.css */
  .section-rotate .container {
    position: relative;
    top: -50px;
  }
}

/* line 19298, app/assets/stylesheets/purpose/theme.css */
.section-rotate-2 {
  overflow: hidden;
}

/* line 19302, app/assets/stylesheets/purpose/theme.css */
.section-rotate-2:after {
  position: absolute;
  z-index: 10;
  right: calc(50% - 1000px);
  bottom: 0;
  display: block;
  width: 100%;
  min-width: 2000px;
  height: 1000px;
  margin-top: -3.125rem;
  content: '';
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 2000 1000%22 preserveAspectRatio=%22none%22%3E\a  %3Cpath fill=%22%23fafafa%22 d=%22M2000,382.56006V1000H0V705.23L1447.90991,960.53A103.00693,103.00693,0,0,0,1544.53,925.36Z%22/%3E\a%3C/svg%3E") no-repeat scroll center center/100% 100% border-box;
}

/* line 19321, app/assets/stylesheets/purpose/theme.css */
.section-rotate-2 .section-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 10em;
  border-bottom-left-radius: 3rem;
}

/* line 19334, app/assets/stylesheets/purpose/theme.css */
.sidebar-sticky.is_stuck {
  padding-top: 1.5rem;
}

/* line 19339, app/assets/stylesheets/purpose/theme.css */
.chat {
  position: fixed;
  z-index: 1500;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  padding-top: 30px;
  transition: transform 300ms, opacity 300ms;
  background-color: #fff;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.08);
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 19357, app/assets/stylesheets/purpose/theme.css */
  .chat {
    transition: none;
  }
}

/* line 19362, app/assets/stylesheets/purpose/theme.css */
.chat:not(.show) {
  transform: translate3d(340px, 0, 0);
  opacity: 0;
}

/* line 19368, app/assets/stylesheets/purpose/theme.css */
.chat.show {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* line 19375, app/assets/stylesheets/purpose/theme.css */
.chat__header {
  padding: 0 2rem;
}

/* line 19380, app/assets/stylesheets/purpose/theme.css */
.chat__title {
  font-size: 1.2rem;
  line-height: 100%;
  margin: 0 0 2rem;
}

/* line 19387, app/assets/stylesheets/purpose/theme.css */
.chat__title > small {
  font-size: .95rem;
  display: block;
  margin-top: .5rem;
  text-transform: none;
  color: #6c7686;
}

/* line 19400, app/assets/stylesheets/purpose/theme.css */
.chat__search .form-group:before {
  position: absolute;
  bottom: .3rem;
  left: 0;
}

/* line 19407, app/assets/stylesheets/purpose/theme.css */
.chat__search .form-control {
  padding-left: 2rem;
}

/* line 19412, app/assets/stylesheets/purpose/theme.css */
.chat__buddies {
  height: calc(100vh - 150px);
}

/* line 19416, app/assets/stylesheets/purpose/theme.css */
.chat__buddies .listview__item {
  padding-left: 3rem;
}

/* line 19421, app/assets/stylesheets/purpose/theme.css */
.chat__available,
.chat__away,
.chat__busy {
  position: relative;
}

/* line 19427, app/assets/stylesheets/purpose/theme.css */
.chat__available:before,
.chat__away:before,
.chat__busy:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5rem;
  width: 8px;
  height: 8px;
  margin: auto;
  content: '';
  border-radius: 50%;
}

/* line 19445, app/assets/stylesheets/purpose/theme.css */
.chat__available:before {
  background-color: #4cd964;
}

/* line 19450, app/assets/stylesheets/purpose/theme.css */
.chat__away:before {
  background-color: #ff9500;
}

/* line 19455, app/assets/stylesheets/purpose/theme.css */
.chat__busy:before {
  background-color: #ff3b30;
}

/* line 19460, app/assets/stylesheets/purpose/theme.css */
.spotlight {
  position: relative;
}

/* line 19464, app/assets/stylesheets/purpose/theme.css */
.spotlight .container {
  height: 100%;
}

@media (min-width: 768px) {
  /* line 19471, app/assets/stylesheets/purpose/theme.css */
  .spotlight-overlay-img {
    position: relative;
  }
  /* line 19475, app/assets/stylesheets/purpose/theme.css */
  .spotlight-overlay-img img {
    position: absolute;
    z-index: 10;
  }
}

/* line 19482, app/assets/stylesheets/purpose/theme.css */
.table thead th {
  font-size: .875rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #adb5bd;
  border: 0;
  background-color: #fff;
}

/* line 19494, app/assets/stylesheets/purpose/theme.css */
.table td {
  font-size: .875rem;
}

/* line 19499, app/assets/stylesheets/purpose/theme.css */
.table th,
.table td {
  white-space: nowrap;
}

/* line 19505, app/assets/stylesheets/purpose/theme.css */
.table.align-items-center th,
.table.align-items-center td,
.table.align-items-center th,
.table.align-items-center td {
  vertical-align: middle;
}

/* line 19513, app/assets/stylesheets/purpose/theme.css */
.table-hover tr {
  transition: all .2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 19519, app/assets/stylesheets/purpose/theme.css */
  .table-hover tr {
    transition: none;
  }
}

/* line 19525, app/assets/stylesheets/purpose/theme.css */
.table-td-text {
  max-width: 400px;
}

/* line 19530, app/assets/stylesheets/purpose/theme.css */
.table-flush th,
.table-flush td {
  border-right: 0;
  border-left: 0;
}

/* line 19537, app/assets/stylesheets/purpose/theme.css */
.table-flush tr:first-child th,
.table-flush tr:first-child td {
  border-top: 0;
}

/* line 19543, app/assets/stylesheets/purpose/theme.css */
.table-flush tr:last-child th,
.table-flush tr:last-child td {
  border-bottom: 0;
}

/* line 19549, app/assets/stylesheets/purpose/theme.css */
.card .table {
  margin-bottom: 0;
}

/* line 19553, app/assets/stylesheets/purpose/theme.css */
.card .table th,
.card .table td {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

/* line 19560, app/assets/stylesheets/purpose/theme.css */
.table-cards {
  border-collapse: collapse;
}

/* line 19565, app/assets/stylesheets/purpose/theme.css */
.table-cards thead th,
.table-cards thead td,
.table-cards tbody th,
.table-cards tbody td {
  position: relative;
  padding: 1rem;
  border: 0 !important;
  background-color: #fff;
}

/* line 19578, app/assets/stylesheets/purpose/theme.css */
.table-cards.table-hover tbody > tr:hover th,
.table-cards.table-hover tbody > tr:hover td {
  background-color: #f5f9fb;
}

@media (min-width: 768px) {
  /* line 19586, app/assets/stylesheets/purpose/theme.css */
  .table-cards.table-scale--hover tr {
    will-change: transform;
  }
  /* line 19590, app/assets/stylesheets/purpose/theme.css */
  .table-cards.table-scale--hover tr:hover {
    transform: scale(1.02);
  }
}

/* line 19596, app/assets/stylesheets/purpose/theme.css */
.table-cards tbody tr th {
  border-radius: .25rem 0 0 .25rem;
}

/* line 19600, app/assets/stylesheets/purpose/theme.css */
.table-cards tbody tr th:after {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: .25rem 0 0 .25rem;
}

/* line 19606, app/assets/stylesheets/purpose/theme.css */
.table-cards tbody tr td:last-child {
  border-radius: 0 .25rem .25rem 0;
}

/* line 19610, app/assets/stylesheets/purpose/theme.css */
.table-cards tbody tr td:last-child:after {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0 .25rem .25rem 0;
}

/* line 19616, app/assets/stylesheets/purpose/theme.css */
.table-cards tbody tr th:after,
.table-cards tbody tr td:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  pointer-events: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* line 19633, app/assets/stylesheets/purpose/theme.css */
tr.table-divider {
  height: .75rem;
}

/* line 19638, app/assets/stylesheets/purpose/theme.css */
.timeline {
  position: relative;
}

/* line 19642, app/assets/stylesheets/purpose/theme.css */
.timeline:before {
  position: absolute;
  top: 0;
  left: 1rem;
  height: 100%;
  content: '';
  border-right: 2px solid #e9ecef;
}

/* line 19655, app/assets/stylesheets/purpose/theme.css */
[data-timeline-axis-style='dashed']:before {
  border-right-style: dashed !important;
}

/* line 19660, app/assets/stylesheets/purpose/theme.css */
[data-timeline-axis-style='dotted']:before {
  border-right-style: dotted !important;
}

/* line 19665, app/assets/stylesheets/purpose/theme.css */
.timeline-block {
  position: relative;
  margin: 2em 0;
}

/* line 19671, app/assets/stylesheets/purpose/theme.css */
.timeline-block:after {
  display: table;
  clear: both;
  content: '';
}

/* line 19678, app/assets/stylesheets/purpose/theme.css */
.timeline-block:first-child {
  margin-top: 0;
}

/* line 19682, app/assets/stylesheets/purpose/theme.css */
.timeline-block:last-child {
  margin-bottom: 0;
}

/* line 19687, app/assets/stylesheets/purpose/theme.css */
.timeline-step {
  font-size: 1rem;
  font-weight: 600;
  position: absolute;
  z-index: 1;
  left: 0;
  display: inline-flex;
  width: 33px;
  height: 33px;
  transform: translateX(-50%);
  text-align: center;
  border: 2px solid #e9ecef;
  border-radius: 50%;
  background: #fff;
  align-items: center;
  justify-content: center;
}

/* line 19711, app/assets/stylesheets/purpose/theme.css */
.timeline-step svg,
.timeline-step i {
  line-height: 1.4;
}

/* line 19717, app/assets/stylesheets/purpose/theme.css */
.timeline-step-icon {
  border: 2px solid #e9ecef;
  background: #fff;
}

/* line 19723, app/assets/stylesheets/purpose/theme.css */
.timeline-step-xs {
  font-size: .75rem;
  width: 17px;
  height: 17px;
}

/* line 19731, app/assets/stylesheets/purpose/theme.css */
.timeline-step-sm {
  font-size: .75rem;
  width: 23px;
  height: 23px;
}

/* line 19739, app/assets/stylesheets/purpose/theme.css */
.timeline-step-lg {
  font-size: 1.75rem;
  width: 47px;
  height: 47px;
}

/* line 19747, app/assets/stylesheets/purpose/theme.css */
.timeline-content {
  position: relative;
  position: relative;
  top: -6px;
  margin-right: 30px;
  margin-left: 60px;
}

/* line 19756, app/assets/stylesheets/purpose/theme.css */
.timeline-content:after {
  display: table;
  clear: both;
  content: '';
}

/* line 19764, app/assets/stylesheets/purpose/theme.css */
.timeline-body {
  padding: 1.5rem;
}

@media (min-width: 992px) {
  /* line 19771, app/assets/stylesheets/purpose/theme.css */
  .timeline:before {
    left: 50%;
    margin-left: -2px;
  }
  /* line 19777, app/assets/stylesheets/purpose/theme.css */
  .timeline-step {
    left: 50%;
  }
  /* line 19781, app/assets/stylesheets/purpose/theme.css */
  .timeline-content {
    width: 38%;
  }
  /* line 19785, app/assets/stylesheets/purpose/theme.css */
  .timeline-body {
    padding: 1.5rem;
  }
  /* line 19789, app/assets/stylesheets/purpose/theme.css */
  .timeline-block:nth-child(even) .timeline-content {
    float: right;
  }
  /* line 19793, app/assets/stylesheets/purpose/theme.css */
  [data-timeline-axis-color='primary']:before {
    border-color: #510fa8;
  }
  /* line 19797, app/assets/stylesheets/purpose/theme.css */
  [data-timeline-axis-color='secondary']:before {
    border-color: #fafafa;
  }
  /* line 19801, app/assets/stylesheets/purpose/theme.css */
  [data-timeline-axis-color='success']:before {
    border-color: #4cd964;
  }
  /* line 19805, app/assets/stylesheets/purpose/theme.css */
  [data-timeline-axis-color='info']:before {
    border-color: #24b7fa;
  }
  /* line 19809, app/assets/stylesheets/purpose/theme.css */
  [data-timeline-axis-color='warning']:before {
    border-color: #ff9500;
  }
  /* line 19813, app/assets/stylesheets/purpose/theme.css */
  [data-timeline-axis-color='danger']:before {
    border-color: #ff3b30;
  }
  /* line 19817, app/assets/stylesheets/purpose/theme.css */
  [data-timeline-axis-color='light']:before {
    border-color: #ced4da;
  }
  /* line 19821, app/assets/stylesheets/purpose/theme.css */
  [data-timeline-axis-color='dark']:before {
    border-color: #24292E;
  }
  /* line 19825, app/assets/stylesheets/purpose/theme.css */
  [data-timeline-axis-color='white']:before {
    border-color: #fff;
  }
  /* line 19829, app/assets/stylesheets/purpose/theme.css */
  [data-timeline-axis-color='darker']:before {
    border-color: #020b13;
  }
}

/* line 19835, app/assets/stylesheets/purpose/theme.css */
.timeline-one-side:before {
  left: 1rem;
}

/* line 19840, app/assets/stylesheets/purpose/theme.css */
.timeline-one-side .timeline-step {
  left: 1rem;
}

/* line 19845, app/assets/stylesheets/purpose/theme.css */
.timeline-one-side .timeline-content {
  width: auto;
}

/* line 19850, app/assets/stylesheets/purpose/theme.css */
.timeline-one-side .timeline-block:nth-child(even) .timeline-content {
  float: none;
}

/* line 19855, app/assets/stylesheets/purpose/theme.css */
.tongue {
  line-height: 35px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 138px;
  height: 35px;
  transform: rotate(180deg) translateX(50%);
  text-align: center;
  color: #6c7686;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23fff' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
}

/* line 19877, app/assets/stylesheets/purpose/theme.css */
.tongue i {
  animation: floating-sm 3s ease infinite;
}

/* line 19881, app/assets/stylesheets/purpose/theme.css */
.tongue:hover i {
  animation-play-state: paused;
}

/* line 19886, app/assets/stylesheets/purpose/theme.css */
.tongue-primary {
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23510FA8' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
}

/* line 19892, app/assets/stylesheets/purpose/theme.css */
.tongue-secondary {
  color: #212529;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23fafafa' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
}

/* line 19898, app/assets/stylesheets/purpose/theme.css */
.tongue-success {
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%234cd964' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
}

/* line 19904, app/assets/stylesheets/purpose/theme.css */
.tongue-info {
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%2324b7fa' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
}

/* line 19910, app/assets/stylesheets/purpose/theme.css */
.tongue-warning {
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23ff9500' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
}

/* line 19916, app/assets/stylesheets/purpose/theme.css */
.tongue-danger {
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23ff3b30' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
}

/* line 19922, app/assets/stylesheets/purpose/theme.css */
.tongue-light {
  color: #212529;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23ced4da' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
}

/* line 19928, app/assets/stylesheets/purpose/theme.css */
.tongue-dark {
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%2305172a' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
}

/* line 19934, app/assets/stylesheets/purpose/theme.css */
.tongue-white {
  color: #212529;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23fff' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
}

/* line 19940, app/assets/stylesheets/purpose/theme.css */
.tongue-darker {
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23020b13' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
}

/* line 19946, app/assets/stylesheets/purpose/theme.css */
.tongue-top {
  top: -1px;
}

/* line 19951, app/assets/stylesheets/purpose/theme.css */
.tongue-bottom {
  top: auto;
  bottom: -1px;
  transform: translateX(-50%);
}

@keyframes floating-sm {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* line 19975, app/assets/stylesheets/purpose/theme.css */
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-weight: 500;
}

/* line 19985, app/assets/stylesheets/purpose/theme.css */
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-weight: 600;
}

/* line 19995, app/assets/stylesheets/purpose/theme.css */
.fluid-paragraph {
  position: relative;
  width: 680px;
  margin: auto;
  padding: 0 1.5rem;
}

/* line 20004, app/assets/stylesheets/purpose/theme.css */
.fluid-paragraph-sm {
  width: 580px;
}

@media (max-width: 767.98px) {
  /* line 20011, app/assets/stylesheets/purpose/theme.css */
  .fluid-paragraph {
    width: 100%;
  }
}

/* line 20017, app/assets/stylesheets/purpose/theme.css */
.link {
  transition: all .2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 20023, app/assets/stylesheets/purpose/theme.css */
  .link {
    transition: none;
  }
}

/* line 20029, app/assets/stylesheets/purpose/theme.css */
[class*='link-underline-'] {
  padding-bottom: 8px;
  color: #343a40;
  border-bottom: 3px solid;
}

/* line 20037, app/assets/stylesheets/purpose/theme.css */
.link-underline-primary {
  border-bottom-color: #510fa8;
}

/* line 20041, app/assets/stylesheets/purpose/theme.css */
.link-underline-primary:hover {
  color: #510fa8;
}

/* line 20046, app/assets/stylesheets/purpose/theme.css */
.link-underline-secondary {
  border-bottom-color: #fafafa;
}

/* line 20050, app/assets/stylesheets/purpose/theme.css */
.link-underline-secondary:hover {
  color: #fafafa;
}

/* line 20055, app/assets/stylesheets/purpose/theme.css */
.link-underline-success {
  border-bottom-color: #4cd964;
}

/* line 20059, app/assets/stylesheets/purpose/theme.css */
.link-underline-success:hover {
  color: #4cd964;
}

/* line 20064, app/assets/stylesheets/purpose/theme.css */
.link-underline-info {
  border-bottom-color: #24b7fa;
}

/* line 20068, app/assets/stylesheets/purpose/theme.css */
.link-underline-info:hover {
  color: #24b7fa;
}

/* line 20073, app/assets/stylesheets/purpose/theme.css */
.link-underline-warning {
  border-bottom-color: #ff9500;
}

/* line 20077, app/assets/stylesheets/purpose/theme.css */
.link-underline-warning:hover {
  color: #ff9500;
}

/* line 20082, app/assets/stylesheets/purpose/theme.css */
.link-underline-danger {
  border-bottom-color: #ff3b30;
}

/* line 20086, app/assets/stylesheets/purpose/theme.css */
.link-underline-danger:hover {
  color: #ff3b30;
}

/* line 20091, app/assets/stylesheets/purpose/theme.css */
.link-underline-light {
  border-bottom-color: #ced4da;
}

/* line 20095, app/assets/stylesheets/purpose/theme.css */
.link-underline-light:hover {
  color: #ced4da;
}

/* line 20100, app/assets/stylesheets/purpose/theme.css */
.link-underline-dark {
  border-bottom-color: #24292E;
}

/* line 20104, app/assets/stylesheets/purpose/theme.css */
.link-underline-dark:hover {
  color: #24292E;
}

/* line 20109, app/assets/stylesheets/purpose/theme.css */
.link-underline-white {
  border-bottom-color: #fff;
}

/* line 20113, app/assets/stylesheets/purpose/theme.css */
.link-underline-white:hover {
  color: #fff;
}

/* line 20118, app/assets/stylesheets/purpose/theme.css */
.link-underline-darker {
  border-bottom-color: #020b13;
}

/* line 20122, app/assets/stylesheets/purpose/theme.css */
.link-underline-darker:hover {
  color: #020b13;
}

/* line 20127, app/assets/stylesheets/purpose/theme.css */
.blockquote .quote {
  position: absolute;
}

/* line 20131, app/assets/stylesheets/purpose/theme.css */
.blockquote .quote:before {
  font-family: Arial;
  font-size: 4em;
  line-height: 1;
  content: '\201C';
  color: #510fa8;
}

/* line 20142, app/assets/stylesheets/purpose/theme.css */
.blockquote .quote + .quote-text {
  padding-left: 2.25rem;
}

/* line 20147, app/assets/stylesheets/purpose/theme.css */
.blockquote footer {
  background: transparent;
}

/* line 20152, app/assets/stylesheets/purpose/theme.css */
.blockquote-border-left {
  border-left: .5rem solid #510fa8;
}

/* line 20157, app/assets/stylesheets/purpose/theme.css */
.blockquote-card {
  position: relative;
  padding: 1.2em 30px 1.2em 75px;
  border-left: .5rem solid #510fa8;
}

/* line 20165, app/assets/stylesheets/purpose/theme.css */
.blockquote-card:before {
  font-family: Arial;
  font-size: 4em;
  position: absolute;
  top: -.875rem;
  left: .875rem;
  content: '\201C';
  color: #510fa8;
}

/* line 20178, app/assets/stylesheets/purpose/theme.css */
.blockquote-card:after {
  content: '';
}

/* line 20183, app/assets/stylesheets/purpose/theme.css */
.list-icons li i,
.list-icons li svg {
  font-size: 8px;
  position: relative;
  top: 2px;
  margin-right: 1rem;
  transform: translateY(-50%);
}

/* line 20196, app/assets/stylesheets/purpose/theme.css */
article h4:not(:first-child),
article h5:not(:first-child) {
  margin-top: 3rem;
}

/* line 20202, app/assets/stylesheets/purpose/theme.css */
article h4,
article h5 {
  margin-bottom: 1.5rem;
}

/* line 20208, app/assets/stylesheets/purpose/theme.css */
article figure {
  margin: 3rem 0;
}

/* line 20213, app/assets/stylesheets/purpose/theme.css */
article h5 + figure {
  margin-top: 0;
}

/* line 20218, app/assets/stylesheets/purpose/theme.css */
.datepicker {
  border-radius: .375rem;
  direction: ltr;
}

/* line 20224, app/assets/stylesheets/purpose/theme.css */
.datepicker-inline {
  width: 220px;
}

/* line 20228, app/assets/stylesheets/purpose/theme.css */
.datepicker-rtl {
  direction: rtl;
}

/* line 20232, app/assets/stylesheets/purpose/theme.css */
.datepicker-rtl.dropdown-menu {
  left: auto;
}

/* line 20236, app/assets/stylesheets/purpose/theme.css */
.datepicker-rtl table tr td span {
  float: right;
}

/* line 20240, app/assets/stylesheets/purpose/theme.css */
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 20px 22px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

/* line 20249, app/assets/stylesheets/purpose/theme.css */
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

/* line 20253, app/assets/stylesheets/purpose/theme.css */
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

/* line 20257, app/assets/stylesheets/purpose/theme.css */
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

/* line 20261, app/assets/stylesheets/purpose/theme.css */
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

/* line 20265, app/assets/stylesheets/purpose/theme.css */
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

/* line 20269, app/assets/stylesheets/purpose/theme.css */
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

/* line 20273, app/assets/stylesheets/purpose/theme.css */
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-top: 7px solid white;
  border-bottom: 0;
}

/* line 20280, app/assets/stylesheets/purpose/theme.css */
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

/* line 20287, app/assets/stylesheets/purpose/theme.css */
.datepicker table {
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

/* line 20298, app/assets/stylesheets/purpose/theme.css */
.datepicker table tr td {
  border-radius: 50%;
}

/* line 20302, app/assets/stylesheets/purpose/theme.css */
.datepicker table tr th {
  font-weight: 500;
  border-radius: .25rem;
}

/* line 20308, app/assets/stylesheets/purpose/theme.css */
.datepicker table tr td,
.datepicker table tr th {
  font-size: .875rem;
  width: 36px;
  height: 36px;
  transition: all .2s ease-in-out;
  text-align: center;
  border: none;
}

/* line 20321, app/assets/stylesheets/purpose/theme.css */
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

/* line 20326, app/assets/stylesheets/purpose/theme.css */
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #adb5bd;
}

/* line 20331, app/assets/stylesheets/purpose/theme.css */
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  cursor: pointer;
  background: white;
}

/* line 20338, app/assets/stylesheets/purpose/theme.css */
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  cursor: default;
  color: #dee2e6;
  background: none;
}

/* line 20346, app/assets/stylesheets/purpose/theme.css */
.datepicker table tr td.highlighted {
  border-radius: 0;
}

/* line 20350, app/assets/stylesheets/purpose/theme.css */
.datepicker table tr td.highlighted.focused {
  background: #510fa8;
}

/* line 20354, app/assets/stylesheets/purpose/theme.css */
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  color: #ced4da;
  background: #510fa8;
}

/* line 20360, app/assets/stylesheets/purpose/theme.css */
.datepicker table tr td.today {
  background: #c9a5f7;
}

/* line 20364, app/assets/stylesheets/purpose/theme.css */
.datepicker table tr td.today.focused {
  background: white;
}

/* line 20368, app/assets/stylesheets/purpose/theme.css */
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  color: #6c7686;
  background: white;
}

/* line 20374, app/assets/stylesheets/purpose/theme.css */
.datepicker table tr td.range {
  color: #fff;
  border-radius: 0;
  background: #510fa8;
}

/* line 20380, app/assets/stylesheets/purpose/theme.css */
.datepicker table tr td.range.focused {
  background: #3f0c83;
}

/* line 20384, app/assets/stylesheets/purpose/theme.css */
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active,
.datepicker table tr td.range.day.disabled:hover {
  color: #6813d7;
  background: #3a0b79;
}

/* line 20391, app/assets/stylesheets/purpose/theme.css */
.datepicker table tr td.range.highlighted.focused {
  background: #cbd3da;
}

/* line 20395, app/assets/stylesheets/purpose/theme.css */
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  color: #dee2e6;
  background: #e9ecef;
}

/* line 20401, app/assets/stylesheets/purpose/theme.css */
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  color: #fff;
  background: #007aff;
}

/* line 20407, app/assets/stylesheets/purpose/theme.css */
.datepicker table tr td.day.range-start {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 20412, app/assets/stylesheets/purpose/theme.css */
.datepicker table tr td.day.range-end {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 20417, app/assets/stylesheets/purpose/theme.css */
.datepicker table tr td.day.range-start.range-end {
  border-radius: 50%;
}

/* line 20421, app/assets/stylesheets/purpose/theme.css */
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.day.range:hover {
  color: #fff;
  background: #510fa8;
}

/* line 20430, app/assets/stylesheets/purpose/theme.css */
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background: #510fa8;
  box-shadow: none;
}

/* line 20439, app/assets/stylesheets/purpose/theme.css */
.datepicker table tr td span {
  line-height: 54px;
  display: block;
  float: left;
  width: 23%;
  height: 54px;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

/* line 20454, app/assets/stylesheets/purpose/theme.css */
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #e9ecef;
}

/* line 20459, app/assets/stylesheets/purpose/theme.css */
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  cursor: default;
  color: #dee2e6;
  background: none;
}

/* line 20467, app/assets/stylesheets/purpose/theme.css */
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 20474, app/assets/stylesheets/purpose/theme.css */
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #6c7686;
}

/* line 20479, app/assets/stylesheets/purpose/theme.css */
.datepicker .datepicker-switch {
  width: 145px;
}

/* line 20483, app/assets/stylesheets/purpose/theme.css */
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

/* line 20490, app/assets/stylesheets/purpose/theme.css */
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #e9ecef;
}

/* line 20497, app/assets/stylesheets/purpose/theme.css */
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}

/* line 20502, app/assets/stylesheets/purpose/theme.css */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

/* line 20512, app/assets/stylesheets/purpose/theme.css */
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

/* line 20518, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select {
  width: 220px\9;
}

/* line 20523, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select > .dropdown-toggle {
  z-index: 1;
  width: 100%;
  padding-right: 25px;
}

/* line 20531, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: .5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

/* line 20547, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select > select.mobile-device {
  z-index: 2;
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
}

/* line 20558, app/assets/stylesheets/purpose/theme.css */
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

/* line 20564, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.fit-width {
  width: auto !important;
}

/* line 20569, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

/* line 20574, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

/* line 20581, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

/* line 20589, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

/* line 20594, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

/* line 20599, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 20604, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
  display: inline-block;
  float: none;
  margin-left: 0;
}

/* line 20613, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group.dropdown-menu-right[class*=col-],
.row .bootstrap-select.btn-group.dropdown-menu-right[class*=col-] {
  float: right;
}

/* line 20620, app/assets/stylesheets/purpose/theme.css */
.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
  margin-bottom: 0;
}

/* line 20627, app/assets/stylesheets/purpose/theme.css */
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

/* line 20633, app/assets/stylesheets/purpose/theme.css */
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  height: 100%;
  border-radius: inherit;
}

/* line 20644, app/assets/stylesheets/purpose/theme.css */
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

/* line 20649, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

/* line 20655, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: 0 !important;
}

/* line 20661, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

/* line 20669, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

/* line 20674, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

/* line 20684, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

/* line 20695, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%;
}

/* line 20700, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.btn-group .dropdown-menu {
  box-sizing: border-box;
  min-width: 100%;
}

/* line 20706, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

/* line 20721, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

/* line 20726, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

/* line 20731, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

/* line 20736, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 20745, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

/* line 20752, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

/* line 20757, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

/* line 20762, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: .5em;
}

/* line 20767, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  box-sizing: border-box;
  width: 96%;
  min-height: 26px;
  margin: 0 2%;
  padding: 3px 5px;
  pointer-events: none;
  opacity: .9;
  border: 1px solid #e3e3e3;
  background: #f5f5f5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 20786, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.btn-group .no-results {
  margin: 0 5px;
  padding: 3px;
  white-space: nowrap;
  background: #f5f5f5;
}

/* line 20796, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

/* line 20801, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

/* line 20809, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  right: 15px;
  display: inline-block;
  margin-top: 5px;
}

/* line 20819, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

/* line 20824, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

/* line 20829, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
  content: '';
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  border-left: 7px solid transparent;
}

/* line 20844, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
  content: '';
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

/* line 20859, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  top: -3px;
  bottom: auto;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

/* line 20868, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  top: -3px;
  bottom: auto;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

/* line 20877, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

/* line 20883, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

/* line 20889, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
  display: block;
}

/* line 20895, app/assets/stylesheets/purpose/theme.css */
.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 4px 8px;
}

/* line 20902, app/assets/stylesheets/purpose/theme.css */
.bs-actionsbox {
  box-sizing: border-box;
  width: 100%;
}

/* line 20908, app/assets/stylesheets/purpose/theme.css */
.bs-actionsbox .btn-group button {
  width: 50%;
}

/* line 20913, app/assets/stylesheets/purpose/theme.css */
.bs-donebutton {
  float: left;
  box-sizing: border-box;
  width: 100%;
}

/* line 20921, app/assets/stylesheets/purpose/theme.css */
.bs-donebutton .btn-group button {
  width: 100%;
}

/* line 20926, app/assets/stylesheets/purpose/theme.css */
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

/* line 20931, app/assets/stylesheets/purpose/theme.css */
.bs-searchbox .form-control {
  float: none;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
}

/* line 20940, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

/* line 20945, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select .dropdown-toggle {
  text-align: left;
}

/* line 20950, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select .btn.bs-placeholder {
  font-weight: normal;
  color: #adb5bd;
}

/* line 20957, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select .dropdown-toggle.btn {
  text-align: left;
  color: #495057;
  border: .0625rem solid #ced4da;
  outline: 0 !important;
  background-color: #fff;
}

/* line 20967, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select .bs-placeholder {
  font-weight: normal;
}

/* line 20972, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select .btn-default.bs-placeholder {
  color: #adb5bd;
}

/* line 20977, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select .dropdown-toggle.btn:active,
.bootstrap-select.show > .btn.dropdown-toggle {
  color: #495057;
  border-color: rgba(81, 15, 168, 0.5);
  background-color: #fff;
  box-shadow: 0 0 20px rgba(81, 15, 168, 0.1);
}

/* line 20986, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select .btn svg,
.bootstrap-select .btn i {
  margin-right: .5rem;
  color: #6c7686;
}

/* line 20994, app/assets/stylesheets/purpose/theme.css */
.input-group > .input-group-prepend > .bootstrap-select,
.input-group > .input-group-append > .bootstrap-select {
  max-width: 100%;
}

/* line 21000, app/assets/stylesheets/purpose/theme.css */
.input-group .bootstrap-select .btn {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  display: flex;
  margin-bottom: 0;
  padding: .625rem 2rem .625rem 1.1rem;
  text-align: center;
  white-space: nowrap;
  color: #adb5bd;
  border: .0625rem solid #ced4da;
  border-radius: .25rem;
  background-color: #f5f9fb;
  align-items: center;
}

/* line 21022, app/assets/stylesheets/purpose/theme.css */
.input-group > .input-group-prepend > .bootstrap-select > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 21028, app/assets/stylesheets/purpose/theme.css */
.input-group > .input-group-append > .bootstrap-select > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 21034, app/assets/stylesheets/purpose/theme.css */
.focused .bootstrap-select .btn {
  color: #510fa8;
  border-color: rgba(81, 15, 168, 0.5);
  background-color: #e9ecef;
}

/* line 21041, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
  display: block;
}

/* line 21046, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select .dropdown-menu .selected .dropdown-item {
  color: #510fa8;
}

/* line 21051, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
  display: none;
}

/* line 21056, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.btn-group .dropdown-menu li small {
  display: block;
  padding: 0;
}

/* line 21063, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select .dropdown-menu .dropdown-item svg,
.bootstrap-select .dropdown-menu .selected i {
  margin-right: .5rem;
  color: #6c7686;
}

/* line 21071, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select > .dropdown-toggle:after {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

/* line 21080, app/assets/stylesheets/purpose/theme.css */
.bs-searchbox {
  margin-top: -.5rem;
  margin-bottom: .5rem;
  padding: 0;
}

/* line 21087, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select .form-control {
  border: 0;
  border-bottom: 1px solid #e9ecef;
  border-radius: 0;
  background-color: transparent;
}

/* line 21094, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select .form-control:focus {
  box-shadow: none;
}

/* line 21099, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select .check-mark {
  font-size: .75rem;
}

/* line 21104, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select button {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Make filled out selects be the same size as empty selects */
/* line 21112, app/assets/stylesheets/purpose/theme.css */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline !important;
}

/* line 21117, app/assets/stylesheets/purpose/theme.css */
.bootstrap-tagsinput {
  display: inline-block;
  max-width: 100%;
  padding: .25rem;
  cursor: text;
  vertical-align: middle;
  color: #ced4da;
  border: .0625rem solid #ced4da;
  border-radius: .25rem;
  background-color: #fff;
}

/* line 21132, app/assets/stylesheets/purpose/theme.css */
.bootstrap-tagsinput input {
  width: auto;
  max-width: inherit;
  margin: 0;
  padding: 0 6px;
  border: none;
  outline: none;
  background-color: transparent;
  box-shadow: none;
}

/* line 21144, app/assets/stylesheets/purpose/theme.css */
.bootstrap-tagsinput input::-webkit-input-placeholder {
  opacity: 1;
  color: #adb5bd;
}

/* line 21149, app/assets/stylesheets/purpose/theme.css */
.bootstrap-tagsinput input:-ms-input-placeholder {
  opacity: 1;
  color: #adb5bd;
}

/* line 21154, app/assets/stylesheets/purpose/theme.css */
.bootstrap-tagsinput input::-ms-input-placeholder {
  opacity: 1;
  color: #adb5bd;
}

/* line 21159, app/assets/stylesheets/purpose/theme.css */
.bootstrap-tagsinput input::-moz-placeholder {
  opacity: 1;
  color: #adb5bd;
}
.bootstrap-tagsinput input::placeholder {
  opacity: 1;
  color: #adb5bd;
}

/* line 21164, app/assets/stylesheets/purpose/theme.css */
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

/* line 21169, app/assets/stylesheets/purpose/theme.css */
.bootstrap-tagsinput .badge {
  margin: .125rem;
  padding: .625rem .625rem .5rem;
  color: #495057;
  border-radius: .25rem;
  background: #fff;
  box-shadow: 0 1px 2px rgba(68, 68, 68, 0.25);
}

/* line 21179, app/assets/stylesheets/purpose/theme.css */
.bootstrap-tagsinput [data-role='remove'] {
  position: relative;
  top: -1px;
  margin-left: 8px;
  cursor: pointer;
  color: #ced4da;
}

/* line 21190, app/assets/stylesheets/purpose/theme.css */
.bootstrap-tagsinput [data-role='remove']:after {
  padding: 0 2px;
  content: 'x';
}

/* line 21196, app/assets/stylesheets/purpose/theme.css */
.bootstrap-tagsinput [data-role='remove'] :hover {
  color: #b1bbc4;
}

/* line 21201, app/assets/stylesheets/purpose/theme.css */
.countdown .countdown-item {
  display: inline-block;
}

/* line 21206, app/assets/stylesheets/purpose/theme.css */
.countdown .countdown-digit,
.countdown .countdown-label {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
}

/* line 21213, app/assets/stylesheets/purpose/theme.css */
.countdown .countdown-label {
  font-size: 1.2rem;
  padding: 0 10px;
}

/* line 21220, app/assets/stylesheets/purpose/theme.css */
.countdown-sm .countdown-digit,
.countdown-sm .countdown-label {
  font-size: 1.4rem;
}

/* line 21226, app/assets/stylesheets/purpose/theme.css */
.countdown-sm .countdown-label {
  font-size: .875rem;
  padding: 0 10px;
}

/* line 21233, app/assets/stylesheets/purpose/theme.css */
[data-countdown-label='hide'] .countdown-label:not(.countdown-days) {
  display: none;
}

/* line 21238, app/assets/stylesheets/purpose/theme.css */
[data-countdown-label='show'] .countdown-separator {
  display: none;
}

/* line 21243, app/assets/stylesheets/purpose/theme.css */
.countdown--style-1 .countdown-item {
  margin-right: 10px;
}

/* line 21248, app/assets/stylesheets/purpose/theme.css */
.countdown--style-1 .countdown-item:last-child {
  margin-right: 0;
}

/* line 21253, app/assets/stylesheets/purpose/theme.css */
.countdown--style-1 .countdown-digit {
  font-family: 'Barlow', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 60px;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #333;
  background: #f3f3f3;
}

/* line 21271, app/assets/stylesheets/purpose/theme.css */
.countdown--style-1 .countdown-label {
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: block;
  margin-top: 5px;
  text-align: center;
  text-transform: uppercase;
}

/* line 21285, app/assets/stylesheets/purpose/theme.css */
.countdown--style-1-v1 .countdown-digit {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

/* line 21291, app/assets/stylesheets/purpose/theme.css */
.milestone-count-extra {
  display: none;
}

/* line 21296, app/assets/stylesheets/purpose/theme.css */
.counting-finished + .milestone-count-extra {
  display: inline-block;
}

/* line 21301, app/assets/stylesheets/purpose/theme.css */
.quick-view-container {
  background: rgba(10, 10, 10, 0.85);
}

/* line 21306, app/assets/stylesheets/purpose/theme.css */
.quick-view-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 40px);
  max-width: 980px;
  height: calc(100% - 40px);
  max-height: 650px;
  margin: auto;
}

/* line 21321, app/assets/stylesheets/purpose/theme.css */
.quick-view-carousel {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 57%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: .375rem;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}

/* line 21337, app/assets/stylesheets/purpose/theme.css */
.quick-view-carousel .fancybox-stage {
  bottom: 30px;
}

/* line 21342, app/assets/stylesheets/purpose/theme.css */
.quick-view-aside {
  position: absolute;
  top: 2rem;
  right: 0;
  bottom: 2rem;
  left: auto;
  width: 43%;
  padding: 3rem 0 2rem 0;
  color: #6c7686;
  border-top-right-radius: .375rem;
  border-bottom-right-radius: .375rem;
  background: #fff;
}

/* line 21358, app/assets/stylesheets/purpose/theme.css */
.quick-view-aside > div {
  overflow: auto;
  height: 100%;
  padding: 0 2rem;
}

/* line 21366, app/assets/stylesheets/purpose/theme.css */
.quick-view-close {
  font-family: Arial;
  font-size: 14px;
  position: absolute;
  top: 2rem;
  right: 0;
  width: 2.75rem;
  height: 44px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: all .2s;
  text-indent: -99999px;
  color: #222;
  border: 0;
  border-top-right-radius: .375rem;
  border-bottom-left-radius: .375rem;
  background: #f0f0f0;
}

/* line 21390, app/assets/stylesheets/purpose/theme.css */
.quick-view-close:hover {
  background: #e4e4e4;
}

/* line 21394, app/assets/stylesheets/purpose/theme.css */
.quick-view-close:before,
.quick-view-close:after {
  position: absolute;
  top: 12px;
  left: 22px;
  width: 1px;
  height: 18px;
  content: '';
  background-color: #222;
}

/* line 21408, app/assets/stylesheets/purpose/theme.css */
.quick-view-close:before {
  transform: rotate(-45deg);
}

/* line 21412, app/assets/stylesheets/purpose/theme.css */
.quick-view-close:after {
  transform: rotate(45deg);
}

/* line 21417, app/assets/stylesheets/purpose/theme.css */
.quick-view-bullets {
  position: absolute;
  z-index: 99999;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 21434, app/assets/stylesheets/purpose/theme.css */
.quick-view-bullets li {
  display: inline-block;
  vertical-align: top;
}

/* line 21440, app/assets/stylesheets/purpose/theme.css */
.quick-view-bullets li a {
  position: relative;
  display: block;
  width: 20px;
  height: 30px;
}

/* line 21449, app/assets/stylesheets/purpose/theme.css */
.quick-view-bullets li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  text-indent: -99999px;
  border-radius: 99px;
  background: #adb5bd;
}

/* line 21466, app/assets/stylesheets/purpose/theme.css */
.quick-view-bullets li.active a span {
  background: #510fa8;
}

/* line 21471, app/assets/stylesheets/purpose/theme.css */
.noUi-target,
.noUi-target * {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: none;
}

/* line 21486, app/assets/stylesheets/purpose/theme.css */
.noUi-target {
  position: relative;
  direction: ltr;
}

/* line 21493, app/assets/stylesheets/purpose/theme.css */
.noUi-base,
.noUi-connects {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/* Wrapper for all connect elements.
 */
/* line 21505, app/assets/stylesheets/purpose/theme.css */
.noUi-connects {
  z-index: 0;
  overflow: hidden;
}

/* line 21512, app/assets/stylesheets/purpose/theme.css */
.noUi-connect,
.noUi-origin {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  will-change: transform;
}

/* line 21528, app/assets/stylesheets/purpose/theme.css */
html:not([dir='rtl']) .noUi-horizontal .noUi-origin {
  right: 0;
  left: auto;
}

/* line 21534, app/assets/stylesheets/purpose/theme.css */
.noUi-vertical .noUi-origin {
  width: 0;
}

/* line 21539, app/assets/stylesheets/purpose/theme.css */
.noUi-horizontal .noUi-origin {
  height: 0;
}

/* line 21544, app/assets/stylesheets/purpose/theme.css */
.noUi-handle {
  position: absolute;
}

/* line 21549, app/assets/stylesheets/purpose/theme.css */
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform .3s;
}

/* line 21555, app/assets/stylesheets/purpose/theme.css */
.noUi-state-drag * {
  cursor: inherit !important;
}

/* line 21560, app/assets/stylesheets/purpose/theme.css */
.noUi-horizontal {
  height: .0625rem;
}

/* line 21565, app/assets/stylesheets/purpose/theme.css */
.noUi-horizontal .noUi-handle {
  top: -6px;
  left: -17px;
  width: 34px;
  height: 28px;
}

/* line 21574, app/assets/stylesheets/purpose/theme.css */
.noUi-vertical {
  width: .0625rem;
}

/* line 21579, app/assets/stylesheets/purpose/theme.css */
.noUi-vertical .noUi-handle {
  top: -17px;
  left: -6px;
  width: 28px;
  height: 34px;
}

/* line 21588, app/assets/stylesheets/purpose/theme.css */
html:not([dir='rtl']) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

/* line 21594, app/assets/stylesheets/purpose/theme.css */
.noUi-target {
  border: 0;
  border-radius: 4px;
  background: #dee2e6;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

/* line 21602, app/assets/stylesheets/purpose/theme.css */
.noUi-connects {
  border-radius: 3px;
}

/* line 21607, app/assets/stylesheets/purpose/theme.css */
.noUi-connect {
  background: #510fa8;
}

/* line 21612, app/assets/stylesheets/purpose/theme.css */
.noUi-draggable {
  cursor: ew-resize;
}

/* line 21617, app/assets/stylesheets/purpose/theme.css */
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

/* line 21622, app/assets/stylesheets/purpose/theme.css */
.noUi-handle {
  cursor: default;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

/* line 21632, app/assets/stylesheets/purpose/theme.css */
.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Disabled state;
 */
/* line 21639, app/assets/stylesheets/purpose/theme.css */
[disabled] .noUi-connect {
  background: #b8b8b8;
}

/* line 21644, app/assets/stylesheets/purpose/theme.css */
.noUi-target[disabled],
.noUi-handle[disabled],
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
/* line 21654, app/assets/stylesheets/purpose/theme.css */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

/* line 21660, app/assets/stylesheets/purpose/theme.css */
.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
/* line 21670, app/assets/stylesheets/purpose/theme.css */
.noUi-value {
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

/* line 21678, app/assets/stylesheets/purpose/theme.css */
.noUi-value-sub {
  font-size: 10px;
  color: #ccc;
}

/* Markings;
 *
 */
/* line 21688, app/assets/stylesheets/purpose/theme.css */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

/* line 21695, app/assets/stylesheets/purpose/theme.css */
.noUi-marker-sub {
  background: #aaa;
}

/* line 21700, app/assets/stylesheets/purpose/theme.css */
.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
 *
 */
/* line 21708, app/assets/stylesheets/purpose/theme.css */
.noUi-pips-horizontal {
  top: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 10px 0;
}

/* line 21718, app/assets/stylesheets/purpose/theme.css */
.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

/* line 21723, app/assets/stylesheets/purpose/theme.css */
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

/* line 21728, app/assets/stylesheets/purpose/theme.css */
.noUi-marker-horizontal.noUi-marker {
  width: 2px;
  height: 5px;
  margin-left: -1px;
}

/* line 21735, app/assets/stylesheets/purpose/theme.css */
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

/* line 21740, app/assets/stylesheets/purpose/theme.css */
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
/* line 21748, app/assets/stylesheets/purpose/theme.css */
.noUi-pips-vertical {
  top: 0;
  left: 100%;
  height: 100%;
  padding: 0 10px;
}

/* line 21757, app/assets/stylesheets/purpose/theme.css */
.noUi-value-vertical {
  padding-left: 25px;
  transform: translate(0, -50%, 0);
}

/* line 21764, app/assets/stylesheets/purpose/theme.css */
.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

/* line 21769, app/assets/stylesheets/purpose/theme.css */
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

/* line 21776, app/assets/stylesheets/purpose/theme.css */
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

/* line 21781, app/assets/stylesheets/purpose/theme.css */
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

/* line 21786, app/assets/stylesheets/purpose/theme.css */
.noUi-tooltip {
  position: absolute;
  display: block;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
  color: #000;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
}

/* line 21803, app/assets/stylesheets/purpose/theme.css */
.noUi-horizontal .noUi-tooltip {
  bottom: 120%;
  left: 50%;
  transform: translate(-50%, 0);
}

/* line 21811, app/assets/stylesheets/purpose/theme.css */
.noUi-vertical .noUi-tooltip {
  top: 50%;
  right: 120%;
  transform: translate(0, -50%);
}

/* line 21819, app/assets/stylesheets/purpose/theme.css */
.noUi-target {
  margin: 15px 0;
  border: 0;
  border-radius: 0;
  background: #dee2e6;
  box-shadow: none;
}

/* line 21829, app/assets/stylesheets/purpose/theme.css */
.noUi-horizontal {
  height: .0625rem;
}

/* line 21834, app/assets/stylesheets/purpose/theme.css */
html:not([dir='rtl']) .noUi-horizontal .noUi-handle {
  right: -10px;
}

/* line 21839, app/assets/stylesheets/purpose/theme.css */
.noUi-vertical {
  width: .0625rem;
}

/* line 21844, app/assets/stylesheets/purpose/theme.css */
.noUi-connect {
  background: #510fa8;
  box-shadow: none;
}

/* line 21850, app/assets/stylesheets/purpose/theme.css */
.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
  top: -7px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  transition: box-shadow .2s,transform .2s;
  border: 0;
  border-radius: 100%;
  background-color: #510fa8;
  box-shadow: none;
}

/* line 21867, app/assets/stylesheets/purpose/theme.css */
.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before,
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  display: none;
}

/* line 21875, app/assets/stylesheets/purpose/theme.css */
.noUi-horizontal .noUi-handle.noUi-active,
.noUi-vertical .noUi-handle.noUi-active {
  transform: scale(1.3);
}

/* line 21881, app/assets/stylesheets/purpose/theme.css */
.noUi-horizontal .noUi-active,
.noUi-vertical .noUi-active {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

/* line 21887, app/assets/stylesheets/purpose/theme.css */
.input-slider--cyan .noUi-connect {
  background: #4bd6e5;
}

/* line 21892, app/assets/stylesheets/purpose/theme.css */
.input-slider--cyan.noUi-horizontal .noUi-handle,
.input-slider--cyan.noUi-vertical .noUi-handle {
  background-color: #4bd6e5;
}

/* line 21898, app/assets/stylesheets/purpose/theme.css */
.input-slider--red .noUi-connect {
  background: #ff3b30;
}

/* line 21903, app/assets/stylesheets/purpose/theme.css */
.input-slider--red.noUi-horizontal .noUi-handle,
.input-slider--red.noUi-vertical .noUi-handle {
  background-color: #ff3b30;
}

/* line 21909, app/assets/stylesheets/purpose/theme.css */
.input-slider--green .noUi-connect {
  background: #4cd964;
}

/* line 21914, app/assets/stylesheets/purpose/theme.css */
.input-slider--green.noUi-horizontal .noUi-handle,
.input-slider--green.noUi-vertical .noUi-handle {
  background-color: #4cd964;
}

/* line 21920, app/assets/stylesheets/purpose/theme.css */
.input-slider--yellow .noUi-connect {
  background: #fc0;
}

/* line 21925, app/assets/stylesheets/purpose/theme.css */
.input-slider--yellow.noUi-horizontal .noUi-handle,
.input-slider--yellow.noUi-vertical .noUi-handle {
  background-color: #fc0;
}

/* line 21931, app/assets/stylesheets/purpose/theme.css */
.input-slider--pink .noUi-connect {
  background: #f074ad;
}

/* line 21936, app/assets/stylesheets/purpose/theme.css */
.input-slider--pink.noUi-horizontal .noUi-handle,
.input-slider--pink.noUi-vertical .noUi-handle {
  background-color: #f074ad;
}

/* Disabled state */
/* line 21943, app/assets/stylesheets/purpose/theme.css */
[disabled] .noUi-connect,
.noUi-connect[disabled] {
  background: #b2b2b2;
}

/* line 21949, app/assets/stylesheets/purpose/theme.css */
[disabled] .noUi-handle,
.noUi-origin[disabled] {
  cursor: not-allowed;
}

/* Range slider value labels */
/* line 21956, app/assets/stylesheets/purpose/theme.css */
.range-slider-value {
  font-size: .75rem;
  font-weight: 500;
  padding: .4em .8em .3em .85em;
  color: #fff;
  border-radius: 10px;
  background-color: rgba(5, 23, 42, 0.7);
}

/* line 21968, app/assets/stylesheets/purpose/theme.css */
.range-slider-wrapper .upper-info {
  font-weight: 400;
  margin-bottom: 5px;
}

/* line 21975, app/assets/stylesheets/purpose/theme.css */
.input-slider-value-output {
  font-size: 11px;
  position: relative;
  top: 12px;
  padding: 4px 8px;
  color: #fff;
  border-radius: 2px;
  background: #333;
}

/* line 21989, app/assets/stylesheets/purpose/theme.css */
.input-slider-value-output:after {
  position: absolute;
  bottom: 100%;
  left: 10px;
  width: 0;
  height: 0;
  margin-left: -4px;
  content: ' ';
  pointer-events: none;
  border: solid transparent;
  border-width: 4px;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #333;
}

/* line 22008, app/assets/stylesheets/purpose/theme.css */
.input-slider-value-output.left:after {
  right: auto;
  left: 10px;
}

/* line 22014, app/assets/stylesheets/purpose/theme.css */
.input-slider-value-output.right:after {
  right: 10px;
  left: auto;
}

/* line 22020, app/assets/stylesheets/purpose/theme.css */
.scrollbar-inner {
  height: 100%;
}

/* line 22024, app/assets/stylesheets/purpose/theme.css */
.scrollbar-inner:not(:hover) .scroll-element {
  opacity: 0;
}

/* line 22028, app/assets/stylesheets/purpose/theme.css */
.scrollbar-inner .scroll-element {
  margin-right: 2px;
  transition: opacity 300ms;
}

/* line 22034, app/assets/stylesheets/purpose/theme.css */
.scrollbar-inner .scroll-element .scroll-bar,
.scrollbar-inner .scroll-element .scroll-element_track {
  transition: background-color 300ms;
}

/* line 22039, app/assets/stylesheets/purpose/theme.css */
.scrollbar-inner .scroll-element .scroll-element_track {
  background-color: transparent;
}

/* line 22043, app/assets/stylesheets/purpose/theme.css */
.scrollbar-inner .scroll-element.scroll-y {
  right: 0;
  width: 3px;
}

/* line 22049, app/assets/stylesheets/purpose/theme.css */
.scrollbar-inner .scroll-element.scroll-x {
  bottom: 0;
  height: 3px;
}

/* line 22056, app/assets/stylesheets/purpose/theme.css */
.swiper-container-vertical {
  width: 100%;
  height: 100%;
}

/* line 22061, app/assets/stylesheets/purpose/theme.css */
.swiper-container-vertical .swiper-slide {
  font-size: 18px;
  /* Center slide text vertically */
  display: flex;
  text-align: center;
  background: #fff;
  justify-content: center;
  align-items: center;
}

/* line 22076, app/assets/stylesheets/purpose/theme.css */
.swiper-pagination-bullet {
  width: .65rem;
  height: .65rem;
  margin-right: .45rem;
  transition: all .2s ease-in-out;
  opacity: .5;
  background: #adb5bd;
}

/* line 22087, app/assets/stylesheets/purpose/theme.css */
.swiper-pagination-bullet:hover {
  opacity: 1;
}

/* line 22092, app/assets/stylesheets/purpose/theme.css */
.swiper-pagination-bullet-active {
  transform: scale(1.4);
  opacity: 1;
  background: #510fa8;
}

/* line 22100, app/assets/stylesheets/purpose/theme.css */
.swiper-button {
  font-size: 24px;
  position: static;
  top: 0;
  right: 0;
  left: 0;
  display: inline-block;
  width: auto;
  margin: 0;
  color: #333;
  background: transparent;
}

/* line 22117, app/assets/stylesheets/purpose/theme.css */
.swiper-button:active,
.swiper-button:focus,
.swiper-button:hover {
  opacity: 1;
  color: #510fa8;
  background: transparent;
}

/* line 22125, app/assets/stylesheets/purpose/theme.css */
.swiper-button.swiper-button-next {
  margin-left: 10px;
}

@font-face {
  font-family: 'Feather';
  src: url(/fonts/feather/Feather.ttf?sdxovp) format("truetype"), url(/fonts/feather/Feather.woff?sdxovp) format("woff"), url(/fonts/feather/Feather.svg?sdxovp#Feather) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 11, app/assets/stylesheets/dashkit/feather.css */
.fe {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Feather' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, app/assets/stylesheets/dashkit/feather.css */
.fe-activity:before {
  content: "\e900";
}

/* line 29, app/assets/stylesheets/dashkit/feather.css */
.fe-airplay:before {
  content: "\e901";
}

/* line 32, app/assets/stylesheets/dashkit/feather.css */
.fe-alert-circle:before {
  content: "\e902";
}

/* line 35, app/assets/stylesheets/dashkit/feather.css */
.fe-alert-octagon:before {
  content: "\e903";
}

/* line 38, app/assets/stylesheets/dashkit/feather.css */
.fe-alert-triangle:before {
  content: "\e904";
}

/* line 41, app/assets/stylesheets/dashkit/feather.css */
.fe-align-center:before {
  content: "\e905";
}

/* line 44, app/assets/stylesheets/dashkit/feather.css */
.fe-align-justify:before {
  content: "\e906";
}

/* line 47, app/assets/stylesheets/dashkit/feather.css */
.fe-align-left:before {
  content: "\e907";
}

/* line 50, app/assets/stylesheets/dashkit/feather.css */
.fe-align-right:before {
  content: "\e908";
}

/* line 53, app/assets/stylesheets/dashkit/feather.css */
.fe-anchor:before {
  content: "\e909";
}

/* line 56, app/assets/stylesheets/dashkit/feather.css */
.fe-aperture:before {
  content: "\e90a";
}

/* line 59, app/assets/stylesheets/dashkit/feather.css */
.fe-archive:before {
  content: "\e90b";
}

/* line 62, app/assets/stylesheets/dashkit/feather.css */
.fe-arrow-down:before {
  content: "\e90c";
}

/* line 65, app/assets/stylesheets/dashkit/feather.css */
.fe-arrow-down-circle:before {
  content: "\e90d";
}

/* line 68, app/assets/stylesheets/dashkit/feather.css */
.fe-arrow-down-left:before {
  content: "\e90e";
}

/* line 71, app/assets/stylesheets/dashkit/feather.css */
.fe-arrow-down-right:before {
  content: "\e90f";
}

/* line 74, app/assets/stylesheets/dashkit/feather.css */
.fe-arrow-left:before {
  content: "\e910";
}

/* line 77, app/assets/stylesheets/dashkit/feather.css */
.fe-arrow-left-circle:before {
  content: "\e911";
}

/* line 80, app/assets/stylesheets/dashkit/feather.css */
.fe-arrow-right:before {
  content: "\e912";
}

/* line 83, app/assets/stylesheets/dashkit/feather.css */
.fe-arrow-right-circle:before {
  content: "\e913";
}

/* line 86, app/assets/stylesheets/dashkit/feather.css */
.fe-arrow-up:before {
  content: "\e914";
}

/* line 89, app/assets/stylesheets/dashkit/feather.css */
.fe-arrow-up-circle:before {
  content: "\e915";
}

/* line 92, app/assets/stylesheets/dashkit/feather.css */
.fe-arrow-up-left:before {
  content: "\e916";
}

/* line 95, app/assets/stylesheets/dashkit/feather.css */
.fe-arrow-up-right:before {
  content: "\e917";
}

/* line 98, app/assets/stylesheets/dashkit/feather.css */
.fe-at-sign:before {
  content: "\e918";
}

/* line 101, app/assets/stylesheets/dashkit/feather.css */
.fe-award:before {
  content: "\e919";
}

/* line 104, app/assets/stylesheets/dashkit/feather.css */
.fe-bar-chart:before {
  content: "\e91a";
}

/* line 107, app/assets/stylesheets/dashkit/feather.css */
.fe-bar-chart-2:before {
  content: "\e91b";
}

/* line 110, app/assets/stylesheets/dashkit/feather.css */
.fe-battery:before {
  content: "\e91c";
}

/* line 113, app/assets/stylesheets/dashkit/feather.css */
.fe-battery-charging:before {
  content: "\e91d";
}

/* line 116, app/assets/stylesheets/dashkit/feather.css */
.fe-bell:before {
  content: "\e91e";
}

/* line 119, app/assets/stylesheets/dashkit/feather.css */
.fe-bell-off:before {
  content: "\e91f";
}

/* line 122, app/assets/stylesheets/dashkit/feather.css */
.fe-bluetooth:before {
  content: "\e920";
}

/* line 125, app/assets/stylesheets/dashkit/feather.css */
.fe-bold:before {
  content: "\e921";
}

/* line 128, app/assets/stylesheets/dashkit/feather.css */
.fe-book:before {
  content: "\e922";
}

/* line 131, app/assets/stylesheets/dashkit/feather.css */
.fe-book-open:before {
  content: "\e923";
}

/* line 134, app/assets/stylesheets/dashkit/feather.css */
.fe-bookmark:before {
  content: "\e924";
}

/* line 137, app/assets/stylesheets/dashkit/feather.css */
.fe-box:before {
  content: "\e925";
}

/* line 140, app/assets/stylesheets/dashkit/feather.css */
.fe-briefcase:before {
  content: "\e926";
}

/* line 143, app/assets/stylesheets/dashkit/feather.css */
.fe-calendar:before {
  content: "\e927";
}

/* line 146, app/assets/stylesheets/dashkit/feather.css */
.fe-camera:before {
  content: "\e928";
}

/* line 149, app/assets/stylesheets/dashkit/feather.css */
.fe-camera-off:before {
  content: "\e929";
}

/* line 152, app/assets/stylesheets/dashkit/feather.css */
.fe-cast:before {
  content: "\e92a";
}

/* line 155, app/assets/stylesheets/dashkit/feather.css */
.fe-check:before {
  content: "\e92b";
}

/* line 158, app/assets/stylesheets/dashkit/feather.css */
.fe-check-circle:before {
  content: "\e92c";
}

/* line 161, app/assets/stylesheets/dashkit/feather.css */
.fe-check-square:before {
  content: "\e92d";
}

/* line 164, app/assets/stylesheets/dashkit/feather.css */
.fe-chevron-down:before {
  content: "\e92e";
}

/* line 167, app/assets/stylesheets/dashkit/feather.css */
.fe-chevron-left:before {
  content: "\e92f";
}

/* line 170, app/assets/stylesheets/dashkit/feather.css */
.fe-chevron-right:before {
  content: "\e930";
}

/* line 173, app/assets/stylesheets/dashkit/feather.css */
.fe-chevron-up:before {
  content: "\e931";
}

/* line 176, app/assets/stylesheets/dashkit/feather.css */
.fe-chevrons-down:before {
  content: "\e932";
}

/* line 179, app/assets/stylesheets/dashkit/feather.css */
.fe-chevrons-left:before {
  content: "\e933";
}

/* line 182, app/assets/stylesheets/dashkit/feather.css */
.fe-chevrons-right:before {
  content: "\e934";
}

/* line 185, app/assets/stylesheets/dashkit/feather.css */
.fe-chevrons-up:before {
  content: "\e935";
}

/* line 188, app/assets/stylesheets/dashkit/feather.css */
.fe-chrome:before {
  content: "\e936";
}

/* line 191, app/assets/stylesheets/dashkit/feather.css */
.fe-circle:before {
  content: "\e937";
}

/* line 194, app/assets/stylesheets/dashkit/feather.css */
.fe-clipboard:before {
  content: "\e938";
}

/* line 197, app/assets/stylesheets/dashkit/feather.css */
.fe-clock:before {
  content: "\e939";
}

/* line 200, app/assets/stylesheets/dashkit/feather.css */
.fe-cloud:before {
  content: "\e93a";
}

/* line 203, app/assets/stylesheets/dashkit/feather.css */
.fe-cloud-drizzle:before {
  content: "\e93b";
}

/* line 206, app/assets/stylesheets/dashkit/feather.css */
.fe-cloud-lightning:before {
  content: "\e93c";
}

/* line 209, app/assets/stylesheets/dashkit/feather.css */
.fe-cloud-off:before {
  content: "\e93d";
}

/* line 212, app/assets/stylesheets/dashkit/feather.css */
.fe-cloud-rain:before {
  content: "\e93e";
}

/* line 215, app/assets/stylesheets/dashkit/feather.css */
.fe-cloud-snow:before {
  content: "\e93f";
}

/* line 218, app/assets/stylesheets/dashkit/feather.css */
.fe-code:before {
  content: "\e940";
}

/* line 221, app/assets/stylesheets/dashkit/feather.css */
.fe-codepen:before {
  content: "\e941";
}

/* line 224, app/assets/stylesheets/dashkit/feather.css */
.fe-command:before {
  content: "\e942";
}

/* line 227, app/assets/stylesheets/dashkit/feather.css */
.fe-compass:before {
  content: "\e943";
}

/* line 230, app/assets/stylesheets/dashkit/feather.css */
.fe-copy:before {
  content: "\e944";
}

/* line 233, app/assets/stylesheets/dashkit/feather.css */
.fe-corner-down-left:before {
  content: "\e945";
}

/* line 236, app/assets/stylesheets/dashkit/feather.css */
.fe-corner-down-right:before {
  content: "\e946";
}

/* line 239, app/assets/stylesheets/dashkit/feather.css */
.fe-corner-left-down:before {
  content: "\e947";
}

/* line 242, app/assets/stylesheets/dashkit/feather.css */
.fe-corner-left-up:before {
  content: "\e948";
}

/* line 245, app/assets/stylesheets/dashkit/feather.css */
.fe-corner-right-down:before {
  content: "\e949";
}

/* line 248, app/assets/stylesheets/dashkit/feather.css */
.fe-corner-right-up:before {
  content: "\e94a";
}

/* line 251, app/assets/stylesheets/dashkit/feather.css */
.fe-corner-up-left:before {
  content: "\e94b";
}

/* line 254, app/assets/stylesheets/dashkit/feather.css */
.fe-corner-up-right:before {
  content: "\e94c";
}

/* line 257, app/assets/stylesheets/dashkit/feather.css */
.fe-cpu:before {
  content: "\e94d";
}

/* line 260, app/assets/stylesheets/dashkit/feather.css */
.fe-credit-card:before {
  content: "\e94e";
}

/* line 263, app/assets/stylesheets/dashkit/feather.css */
.fe-crop:before {
  content: "\e94f";
}

/* line 266, app/assets/stylesheets/dashkit/feather.css */
.fe-crosshair:before {
  content: "\e950";
}

/* line 269, app/assets/stylesheets/dashkit/feather.css */
.fe-database:before {
  content: "\e951";
}

/* line 272, app/assets/stylesheets/dashkit/feather.css */
.fe-delete:before {
  content: "\e952";
}

/* line 275, app/assets/stylesheets/dashkit/feather.css */
.fe-disc:before {
  content: "\e953";
}

/* line 278, app/assets/stylesheets/dashkit/feather.css */
.fe-dollar-sign:before {
  content: "\e954";
}

/* line 281, app/assets/stylesheets/dashkit/feather.css */
.fe-download:before {
  content: "\e955";
}

/* line 284, app/assets/stylesheets/dashkit/feather.css */
.fe-download-cloud:before {
  content: "\e956";
}

/* line 287, app/assets/stylesheets/dashkit/feather.css */
.fe-droplet:before {
  content: "\e957";
}

/* line 290, app/assets/stylesheets/dashkit/feather.css */
.fe-edit:before {
  content: "\e958";
}

/* line 293, app/assets/stylesheets/dashkit/feather.css */
.fe-edit-2:before {
  content: "\e959";
}

/* line 296, app/assets/stylesheets/dashkit/feather.css */
.fe-edit-3:before {
  content: "\e95a";
}

/* line 299, app/assets/stylesheets/dashkit/feather.css */
.fe-external-link:before {
  content: "\e95b";
}

/* line 302, app/assets/stylesheets/dashkit/feather.css */
.fe-eye:before {
  content: "\e95c";
}

/* line 305, app/assets/stylesheets/dashkit/feather.css */
.fe-eye-off:before {
  content: "\e95d";
}

/* line 308, app/assets/stylesheets/dashkit/feather.css */
.fe-facebook:before {
  content: "\e95e";
}

/* line 311, app/assets/stylesheets/dashkit/feather.css */
.fe-fast-forward:before {
  content: "\e95f";
}

/* line 314, app/assets/stylesheets/dashkit/feather.css */
.fe-feather:before {
  content: "\e960";
}

/* line 317, app/assets/stylesheets/dashkit/feather.css */
.fe-file:before {
  content: "\e961";
}

/* line 320, app/assets/stylesheets/dashkit/feather.css */
.fe-file-minus:before {
  content: "\e962";
}

/* line 323, app/assets/stylesheets/dashkit/feather.css */
.fe-file-plus:before {
  content: "\e963";
}

/* line 326, app/assets/stylesheets/dashkit/feather.css */
.fe-file-text:before {
  content: "\e964";
}

/* line 329, app/assets/stylesheets/dashkit/feather.css */
.fe-film:before {
  content: "\e965";
}

/* line 332, app/assets/stylesheets/dashkit/feather.css */
.fe-filter:before {
  content: "\e966";
}

/* line 335, app/assets/stylesheets/dashkit/feather.css */
.fe-flag:before {
  content: "\e967";
}

/* line 338, app/assets/stylesheets/dashkit/feather.css */
.fe-folder:before {
  content: "\e968";
}

/* line 341, app/assets/stylesheets/dashkit/feather.css */
.fe-folder-minus:before {
  content: "\e969";
}

/* line 344, app/assets/stylesheets/dashkit/feather.css */
.fe-folder-plus:before {
  content: "\e96a";
}

/* line 347, app/assets/stylesheets/dashkit/feather.css */
.fe-gift:before {
  content: "\e96b";
}

/* line 350, app/assets/stylesheets/dashkit/feather.css */
.fe-git-branch:before {
  content: "\e96c";
}

/* line 353, app/assets/stylesheets/dashkit/feather.css */
.fe-git-commit:before {
  content: "\e96d";
}

/* line 356, app/assets/stylesheets/dashkit/feather.css */
.fe-git-merge:before {
  content: "\e96e";
}

/* line 359, app/assets/stylesheets/dashkit/feather.css */
.fe-git-pull-request:before {
  content: "\e96f";
}

/* line 362, app/assets/stylesheets/dashkit/feather.css */
.fe-github:before {
  content: "\e970";
}

/* line 365, app/assets/stylesheets/dashkit/feather.css */
.fe-gitlab:before {
  content: "\e971";
}

/* line 368, app/assets/stylesheets/dashkit/feather.css */
.fe-globe:before {
  content: "\e972";
}

/* line 371, app/assets/stylesheets/dashkit/feather.css */
.fe-grid:before {
  content: "\e973";
}

/* line 374, app/assets/stylesheets/dashkit/feather.css */
.fe-hard-drive:before {
  content: "\e974";
}

/* line 377, app/assets/stylesheets/dashkit/feather.css */
.fe-hash:before {
  content: "\e975";
}

/* line 380, app/assets/stylesheets/dashkit/feather.css */
.fe-headphones:before {
  content: "\e976";
}

/* line 383, app/assets/stylesheets/dashkit/feather.css */
.fe-heart:before {
  content: "\e977";
}

/* line 386, app/assets/stylesheets/dashkit/feather.css */
.fe-help-circle:before {
  content: "\e978";
}

/* line 389, app/assets/stylesheets/dashkit/feather.css */
.fe-home:before {
  content: "\e979";
}

/* line 392, app/assets/stylesheets/dashkit/feather.css */
.fe-image:before {
  content: "\e97a";
}

/* line 395, app/assets/stylesheets/dashkit/feather.css */
.fe-inbox:before {
  content: "\e97b";
}

/* line 398, app/assets/stylesheets/dashkit/feather.css */
.fe-info:before {
  content: "\e97c";
}

/* line 401, app/assets/stylesheets/dashkit/feather.css */
.fe-instagram:before {
  content: "\e97d";
}

/* line 404, app/assets/stylesheets/dashkit/feather.css */
.fe-italic:before {
  content: "\e97e";
}

/* line 407, app/assets/stylesheets/dashkit/feather.css */
.fe-layers:before {
  content: "\e97f";
}

/* line 410, app/assets/stylesheets/dashkit/feather.css */
.fe-layout:before {
  content: "\e980";
}

/* line 413, app/assets/stylesheets/dashkit/feather.css */
.fe-life-buoy:before {
  content: "\e981";
}

/* line 416, app/assets/stylesheets/dashkit/feather.css */
.fe-link:before {
  content: "\e982";
}

/* line 419, app/assets/stylesheets/dashkit/feather.css */
.fe-link-2:before {
  content: "\e983";
}

/* line 422, app/assets/stylesheets/dashkit/feather.css */
.fe-linkedin:before {
  content: "\e984";
}

/* line 425, app/assets/stylesheets/dashkit/feather.css */
.fe-list:before {
  content: "\e985";
}

/* line 428, app/assets/stylesheets/dashkit/feather.css */
.fe-loader:before {
  content: "\e986";
}

/* line 431, app/assets/stylesheets/dashkit/feather.css */
.fe-lock:before {
  content: "\e987";
}

/* line 434, app/assets/stylesheets/dashkit/feather.css */
.fe-log-in:before {
  content: "\e988";
}

/* line 437, app/assets/stylesheets/dashkit/feather.css */
.fe-log-out:before {
  content: "\e989";
}

/* line 440, app/assets/stylesheets/dashkit/feather.css */
.fe-mail:before {
  content: "\e98a";
}

/* line 443, app/assets/stylesheets/dashkit/feather.css */
.fe-map:before {
  content: "\e98b";
}

/* line 446, app/assets/stylesheets/dashkit/feather.css */
.fe-map-pin:before {
  content: "\e98c";
}

/* line 449, app/assets/stylesheets/dashkit/feather.css */
.fe-maximize:before {
  content: "\e98d";
}

/* line 452, app/assets/stylesheets/dashkit/feather.css */
.fe-maximize-2:before {
  content: "\e98e";
}

/* line 455, app/assets/stylesheets/dashkit/feather.css */
.fe-menu:before {
  content: "\e98f";
}

/* line 458, app/assets/stylesheets/dashkit/feather.css */
.fe-message-circle:before {
  content: "\e990";
}

/* line 461, app/assets/stylesheets/dashkit/feather.css */
.fe-message-square:before {
  content: "\e991";
}

/* line 464, app/assets/stylesheets/dashkit/feather.css */
.fe-mic:before {
  content: "\e992";
}

/* line 467, app/assets/stylesheets/dashkit/feather.css */
.fe-mic-off:before {
  content: "\e993";
}

/* line 470, app/assets/stylesheets/dashkit/feather.css */
.fe-minimize:before {
  content: "\e994";
}

/* line 473, app/assets/stylesheets/dashkit/feather.css */
.fe-minimize-2:before {
  content: "\e995";
}

/* line 476, app/assets/stylesheets/dashkit/feather.css */
.fe-minus:before {
  content: "\e996";
}

/* line 479, app/assets/stylesheets/dashkit/feather.css */
.fe-minus-circle:before {
  content: "\e997";
}

/* line 482, app/assets/stylesheets/dashkit/feather.css */
.fe-minus-square:before {
  content: "\e998";
}

/* line 485, app/assets/stylesheets/dashkit/feather.css */
.fe-monitor:before {
  content: "\e999";
}

/* line 488, app/assets/stylesheets/dashkit/feather.css */
.fe-moon:before {
  content: "\e99a";
}

/* line 491, app/assets/stylesheets/dashkit/feather.css */
.fe-more-horizontal:before {
  content: "\e99b";
}

/* line 494, app/assets/stylesheets/dashkit/feather.css */
.fe-more-vertical:before {
  content: "\e99c";
}

/* line 497, app/assets/stylesheets/dashkit/feather.css */
.fe-move:before {
  content: "\e99d";
}

/* line 500, app/assets/stylesheets/dashkit/feather.css */
.fe-music:before {
  content: "\e99e";
}

/* line 503, app/assets/stylesheets/dashkit/feather.css */
.fe-navigation:before {
  content: "\e99f";
}

/* line 506, app/assets/stylesheets/dashkit/feather.css */
.fe-navigation-2:before {
  content: "\e9a0";
}

/* line 509, app/assets/stylesheets/dashkit/feather.css */
.fe-octagon:before {
  content: "\e9a1";
}

/* line 512, app/assets/stylesheets/dashkit/feather.css */
.fe-package:before {
  content: "\e9a2";
}

/* line 515, app/assets/stylesheets/dashkit/feather.css */
.fe-paperclip:before {
  content: "\e9a3";
}

/* line 518, app/assets/stylesheets/dashkit/feather.css */
.fe-pause:before {
  content: "\e9a4";
}

/* line 521, app/assets/stylesheets/dashkit/feather.css */
.fe-pause-circle:before {
  content: "\e9a5";
}

/* line 524, app/assets/stylesheets/dashkit/feather.css */
.fe-percent:before {
  content: "\e9a6";
}

/* line 527, app/assets/stylesheets/dashkit/feather.css */
.fe-phone:before {
  content: "\e9a7";
}

/* line 530, app/assets/stylesheets/dashkit/feather.css */
.fe-phone-call:before {
  content: "\e9a8";
}

/* line 533, app/assets/stylesheets/dashkit/feather.css */
.fe-phone-forwarded:before {
  content: "\e9a9";
}

/* line 536, app/assets/stylesheets/dashkit/feather.css */
.fe-phone-incoming:before {
  content: "\e9aa";
}

/* line 539, app/assets/stylesheets/dashkit/feather.css */
.fe-phone-missed:before {
  content: "\e9ab";
}

/* line 542, app/assets/stylesheets/dashkit/feather.css */
.fe-phone-off:before {
  content: "\e9ac";
}

/* line 545, app/assets/stylesheets/dashkit/feather.css */
.fe-phone-outgoing:before {
  content: "\e9ad";
}

/* line 548, app/assets/stylesheets/dashkit/feather.css */
.fe-pie-chart:before {
  content: "\e9ae";
}

/* line 551, app/assets/stylesheets/dashkit/feather.css */
.fe-play:before {
  content: "\e9af";
}

/* line 554, app/assets/stylesheets/dashkit/feather.css */
.fe-play-circle:before {
  content: "\e9b0";
}

/* line 557, app/assets/stylesheets/dashkit/feather.css */
.fe-plus:before {
  content: "\e9b1";
}

/* line 560, app/assets/stylesheets/dashkit/feather.css */
.fe-plus-circle:before {
  content: "\e9b2";
}

/* line 563, app/assets/stylesheets/dashkit/feather.css */
.fe-plus-square:before {
  content: "\e9b3";
}

/* line 566, app/assets/stylesheets/dashkit/feather.css */
.fe-pocket:before {
  content: "\e9b4";
}

/* line 569, app/assets/stylesheets/dashkit/feather.css */
.fe-power:before {
  content: "\e9b5";
}

/* line 572, app/assets/stylesheets/dashkit/feather.css */
.fe-printer:before {
  content: "\e9b6";
}

/* line 575, app/assets/stylesheets/dashkit/feather.css */
.fe-radio:before {
  content: "\e9b7";
}

/* line 578, app/assets/stylesheets/dashkit/feather.css */
.fe-refresh-ccw:before {
  content: "\e9b8";
}

/* line 581, app/assets/stylesheets/dashkit/feather.css */
.fe-refresh-cw:before {
  content: "\e9b9";
}

/* line 584, app/assets/stylesheets/dashkit/feather.css */
.fe-repeat:before {
  content: "\e9ba";
}

/* line 587, app/assets/stylesheets/dashkit/feather.css */
.fe-rewind:before {
  content: "\e9bb";
}

/* line 590, app/assets/stylesheets/dashkit/feather.css */
.fe-rotate-ccw:before {
  content: "\e9bc";
}

/* line 593, app/assets/stylesheets/dashkit/feather.css */
.fe-rotate-cw:before {
  content: "\e9bd";
}

/* line 596, app/assets/stylesheets/dashkit/feather.css */
.fe-rss:before {
  content: "\e9be";
}

/* line 599, app/assets/stylesheets/dashkit/feather.css */
.fe-save:before {
  content: "\e9bf";
}

/* line 602, app/assets/stylesheets/dashkit/feather.css */
.fe-scissors:before {
  content: "\e9c0";
}

/* line 605, app/assets/stylesheets/dashkit/feather.css */
.fe-search:before {
  content: "\e9c1";
}

/* line 608, app/assets/stylesheets/dashkit/feather.css */
.fe-send:before {
  content: "\e9c2";
}

/* line 611, app/assets/stylesheets/dashkit/feather.css */
.fe-server:before {
  content: "\e9c3";
}

/* line 614, app/assets/stylesheets/dashkit/feather.css */
.fe-settings:before {
  content: "\e9c4";
}

/* line 617, app/assets/stylesheets/dashkit/feather.css */
.fe-share:before {
  content: "\e9c5";
}

/* line 620, app/assets/stylesheets/dashkit/feather.css */
.fe-share-2:before {
  content: "\e9c6";
}

/* line 623, app/assets/stylesheets/dashkit/feather.css */
.fe-shield:before {
  content: "\e9c7";
}

/* line 626, app/assets/stylesheets/dashkit/feather.css */
.fe-shield-off:before {
  content: "\e9c8";
}

/* line 629, app/assets/stylesheets/dashkit/feather.css */
.fe-shopping-bag:before {
  content: "\e9c9";
}

/* line 632, app/assets/stylesheets/dashkit/feather.css */
.fe-shopping-cart:before {
  content: "\e9ca";
}

/* line 635, app/assets/stylesheets/dashkit/feather.css */
.fe-shuffle:before {
  content: "\e9cb";
}

/* line 638, app/assets/stylesheets/dashkit/feather.css */
.fe-sidebar:before {
  content: "\e9cc";
}

/* line 641, app/assets/stylesheets/dashkit/feather.css */
.fe-skip-back:before {
  content: "\e9cd";
}

/* line 644, app/assets/stylesheets/dashkit/feather.css */
.fe-skip-forward:before {
  content: "\e9ce";
}

/* line 647, app/assets/stylesheets/dashkit/feather.css */
.fe-slack:before {
  content: "\e9cf";
}

/* line 650, app/assets/stylesheets/dashkit/feather.css */
.fe-slash:before {
  content: "\e9d0";
}

/* line 653, app/assets/stylesheets/dashkit/feather.css */
.fe-sliders:before {
  content: "\e9d1";
}

/* line 656, app/assets/stylesheets/dashkit/feather.css */
.fe-smartphone:before {
  content: "\e9d2";
}

/* line 659, app/assets/stylesheets/dashkit/feather.css */
.fe-speaker:before {
  content: "\e9d3";
}

/* line 662, app/assets/stylesheets/dashkit/feather.css */
.fe-square:before {
  content: "\e9d4";
}

/* line 665, app/assets/stylesheets/dashkit/feather.css */
.fe-star:before {
  content: "\e9d5";
}

/* line 668, app/assets/stylesheets/dashkit/feather.css */
.fe-stop-circle:before {
  content: "\e9d6";
}

/* line 671, app/assets/stylesheets/dashkit/feather.css */
.fe-sun:before {
  content: "\e9d7";
}

/* line 674, app/assets/stylesheets/dashkit/feather.css */
.fe-sunrise:before {
  content: "\e9d8";
}

/* line 677, app/assets/stylesheets/dashkit/feather.css */
.fe-sunset:before {
  content: "\e9d9";
}

/* line 680, app/assets/stylesheets/dashkit/feather.css */
.fe-tablet:before {
  content: "\e9da";
}

/* line 683, app/assets/stylesheets/dashkit/feather.css */
.fe-tag:before {
  content: "\e9db";
}

/* line 686, app/assets/stylesheets/dashkit/feather.css */
.fe-target:before {
  content: "\e9dc";
}

/* line 689, app/assets/stylesheets/dashkit/feather.css */
.fe-terminal:before {
  content: "\e9dd";
}

/* line 692, app/assets/stylesheets/dashkit/feather.css */
.fe-thermometer:before {
  content: "\e9de";
}

/* line 695, app/assets/stylesheets/dashkit/feather.css */
.fe-thumbs-down:before {
  content: "\e9df";
}

/* line 698, app/assets/stylesheets/dashkit/feather.css */
.fe-thumbs-up:before {
  content: "\e9e0";
}

/* line 701, app/assets/stylesheets/dashkit/feather.css */
.fe-toggle-left:before {
  content: "\e9e1";
}

/* line 704, app/assets/stylesheets/dashkit/feather.css */
.fe-toggle-right:before {
  content: "\e9e2";
}

/* line 707, app/assets/stylesheets/dashkit/feather.css */
.fe-trash:before {
  content: "\e9e3";
}

/* line 710, app/assets/stylesheets/dashkit/feather.css */
.fe-trash-2:before {
  content: "\e9e4";
}

/* line 713, app/assets/stylesheets/dashkit/feather.css */
.fe-trending-down:before {
  content: "\e9e5";
}

/* line 716, app/assets/stylesheets/dashkit/feather.css */
.fe-trending-up:before {
  content: "\e9e6";
}

/* line 719, app/assets/stylesheets/dashkit/feather.css */
.fe-triangle:before {
  content: "\e9e7";
}

/* line 722, app/assets/stylesheets/dashkit/feather.css */
.fe-truck:before {
  content: "\e9e8";
}

/* line 725, app/assets/stylesheets/dashkit/feather.css */
.fe-tv:before {
  content: "\e9e9";
}

/* line 728, app/assets/stylesheets/dashkit/feather.css */
.fe-twitter:before {
  content: "\e9ea";
}

/* line 731, app/assets/stylesheets/dashkit/feather.css */
.fe-type:before {
  content: "\e9eb";
}

/* line 734, app/assets/stylesheets/dashkit/feather.css */
.fe-umbrella:before {
  content: "\e9ec";
}

/* line 737, app/assets/stylesheets/dashkit/feather.css */
.fe-underline:before {
  content: "\e9ed";
}

/* line 740, app/assets/stylesheets/dashkit/feather.css */
.fe-unlock:before {
  content: "\e9ee";
}

/* line 743, app/assets/stylesheets/dashkit/feather.css */
.fe-upload:before {
  content: "\e9ef";
}

/* line 746, app/assets/stylesheets/dashkit/feather.css */
.fe-upload-cloud:before {
  content: "\e9f0";
}

/* line 749, app/assets/stylesheets/dashkit/feather.css */
.fe-user:before {
  content: "\e9f1";
}

/* line 752, app/assets/stylesheets/dashkit/feather.css */
.fe-user-check:before {
  content: "\e9f2";
}

/* line 755, app/assets/stylesheets/dashkit/feather.css */
.fe-user-minus:before {
  content: "\e9f3";
}

/* line 758, app/assets/stylesheets/dashkit/feather.css */
.fe-user-plus:before {
  content: "\e9f4";
}

/* line 761, app/assets/stylesheets/dashkit/feather.css */
.fe-user-x:before {
  content: "\e9f5";
}

/* line 764, app/assets/stylesheets/dashkit/feather.css */
.fe-users:before {
  content: "\e9f6";
}

/* line 767, app/assets/stylesheets/dashkit/feather.css */
.fe-video:before {
  content: "\e9f7";
}

/* line 770, app/assets/stylesheets/dashkit/feather.css */
.fe-video-off:before {
  content: "\e9f8";
}

/* line 773, app/assets/stylesheets/dashkit/feather.css */
.fe-voicemail:before {
  content: "\e9f9";
}

/* line 776, app/assets/stylesheets/dashkit/feather.css */
.fe-volume:before {
  content: "\e9fa";
}

/* line 779, app/assets/stylesheets/dashkit/feather.css */
.fe-volume-1:before {
  content: "\e9fb";
}

/* line 782, app/assets/stylesheets/dashkit/feather.css */
.fe-volume-2:before {
  content: "\e9fc";
}

/* line 785, app/assets/stylesheets/dashkit/feather.css */
.fe-volume-x:before {
  content: "\e9fd";
}

/* line 788, app/assets/stylesheets/dashkit/feather.css */
.fe-watch:before {
  content: "\e9fe";
}

/* line 791, app/assets/stylesheets/dashkit/feather.css */
.fe-wifi:before {
  content: "\e9ff";
}

/* line 794, app/assets/stylesheets/dashkit/feather.css */
.fe-wifi-off:before {
  content: "\ea00";
}

/* line 797, app/assets/stylesheets/dashkit/feather.css */
.fe-wind:before {
  content: "\ea01";
}

/* line 800, app/assets/stylesheets/dashkit/feather.css */
.fe-x:before {
  content: "\ea02";
}

/* line 803, app/assets/stylesheets/dashkit/feather.css */
.fe-x-circle:before {
  content: "\ea03";
}

/* line 806, app/assets/stylesheets/dashkit/feather.css */
.fe-x-square:before {
  content: "\ea04";
}

/* line 809, app/assets/stylesheets/dashkit/feather.css */
.fe-youtube:before {
  content: "\ea05";
}

/* line 812, app/assets/stylesheets/dashkit/feather.css */
.fe-zap:before {
  content: "\ea06";
}

/* line 815, app/assets/stylesheets/dashkit/feather.css */
.fe-zap-off:before {
  content: "\ea07";
}

/* line 818, app/assets/stylesheets/dashkit/feather.css */
.fe-zoom-in:before {
  content: "\ea08";
}

/* line 821, app/assets/stylesheets/dashkit/feather.css */
.fe-zoom-out:before {
  content: "\ea09";
}

/* line 21, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
header.navbar-sticky {
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: #ffffff;
  transition: box-shadow 0.3s ease;
}

/* line 30, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
header.navbar-sticky.sticky {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

/* line 35, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
header.navbar-sticky.bg-primary-light {
  background-color: #F4FAF5;
}

/* line 41, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
body {
  font-size: 18px !important;
  font-family: 'Barlow', sans-serif;
  font-weight: 200;
  font-style: normal;
  line-height: 1.775;
  color: #242739;
}

/* line 50, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Filson Pro', sans-serif !important;
  font-weight: 800 !important;
  color: #242739;
  -webkit-font-smoothing: antialiased;
  /* Safari & Chrome */
  -moz-osx-font-smoothing: grayscale;
  /* Firefox on macOS */
  font-smoothing: antialiased;
  /* Other browsers */
}

/* line 59, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.text-heading {
  font-family: 'Filson Pro', sans-serif;
}

/* line 63, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.text-muted {
  color: #6E84A3 !important;
}

/* line 67, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.page-title-text {
  font-size: 2.25rem;
}

@media (min-width: 768px) {
  /* line 67, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .page-title-text {
    font-size: 3rem;
  }
}

/* line 74, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.hero-title-text {
  font-size: 2.25rem;
}

@media (min-width: 768px) {
  /* line 74, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .hero-title-text {
    font-size: 3.5rem;
    line-height: 1.1;
  }
}

/* line 82, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.hero-subheading-text {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  /* line 82, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .hero-subheading-text {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

/* line 91, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  /* line 91, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .h1 {
    font-size: 2.5rem;
  }
}

/* line 98, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.w-65 {
  width: 65%;
}

/* line 102, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.w-60 {
  width: 60%;
}

/* line 106, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.hero-img {
  max-height: 200px;
  width: 100%;
}

/* line 111, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
a {
  transition: all .15s linear;
  color: #2c7be5;
}

/* line 114, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
a:hover {
  color: #1b6edc;
  text-decoration: none;
}

/* line 120, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
a.text-primary:hover {
  color: #86CD8D !important;
}

/* line 124, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.text-primary {
  color: #20C98B !important;
}

/* line 128, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.text-secondary {
  color: #86CD8D !important;
}

/* line 132, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.text-tertiary {
  color: #BDDD81 !important;
}

/* line 136, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.text-base {
  color: #242739;
}

/* line 140, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.text-muted-more {
  color: #c2cbd8;
}

/* line 144, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.hero-content {
  max-height: 690px;
  border-radius: 12px;
  width: auto;
}

/* line 150, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.bg-primary-light {
  background: #F4FAF5 !important;
}

/* line 154, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.alert-darker {
  background: rgba(0, 0, 0, 0.32);
}

/* line 158, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.rounded-16 {
  border-radius: 16px;
}

/* line 162, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.rounded-8 {
  border-radius: 8px;
}

/* line 166, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.border-primary {
  border-color: #20C98B !important;
}

/* line 170, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.border-secondary {
  border-color: #86CD8D !important;
}

/* line 174, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.border-tertiary {
  border-color: #BDDD81 !important;
}

/* line 178, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.border-dark {
  border-color: #181A26;
}

/* line 182, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.border-light {
  border-color: #ECEFF3 !important;
}

/* line 186, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.border-off-green {
  border-color: #E3E9E6;
}

/* line 192, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.navbar-brand span {
  font-size: 1.16rem;
  font-weight: 600;
  margin-left: 3px;
}

/* line 200, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.navbar a.nav-link {
  font-weight: 400 !important;
  font-size: 1.025rem;
}

/* line 205, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.navbar a.btn-nav-dark,
.navbar a.btn-nav-light,
.navbar a.btn-nav-white {
  font-weight: 400 !important;
  font-size: 1.025rem;
  background-color: transparent;
  border: 2px solid #20C98B;
  border-radius: 100px;
  padding: 0.4rem 1.2rem;
  color: #20C98B;
}

/* line 216, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.navbar a.btn-nav-dark:hover,
.navbar a.btn-nav-light:hover,
.navbar a.btn-nav-white:hover {
  background-color: #20C98B;
  color: #ffffff;
}

/* line 221, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.navbar a.btn-nav-dark.btn-nav-white,
.navbar a.btn-nav-light.btn-nav-white,
.navbar a.btn-nav-white.btn-nav-white {
  border-color: #ffffff;
}

/* line 224, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.navbar a.btn-nav-dark.btn-nav-white:hover,
.navbar a.btn-nav-light.btn-nav-white:hover,
.navbar a.btn-nav-white.btn-nav-white:hover {
  background-color: #ffffff;
  color: #20C98B !important;
}

/* line 235, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.navbar-light .navbar-nav .nav-link,
.navbar-primary-light .navbar-nav .nav-link {
  color: #242739;
}

/* line 237, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.navbar-light .navbar-nav .nav-link:hover,
.navbar-primary-light .navbar-nav .nav-link:hover {
  color: #242739;
}

/* line 246, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.nav-tabs.nav-integrations .nav-item .nav-link {
  color: #242739;
  font-weight: 500;
  padding: 0.75rem 2rem;
  border-bottom: 4px solid rgba(255, 255, 255, 0);
}

/* line 252, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.nav-tabs.nav-integrations .nav-item .nav-link.active {
  color: #20C98B;
  font-weight: 500;
  background-color: transparent;
  border-color: #20C98B;
}

/* line 262, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.navbar-nav .dropdown-menu .list-group-item:hover {
  transform: scale(1);
}

/* line 266, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.navbar-primary-light {
  background-color: #F4FAF5;
}

@media (min-width: 992px) {
  /* line 271, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .navbar-transparent {
    position: absolute;
    z-index: 100;
    top: 0;
    width: 100%;
    border: 0;
    background-color: transparent !important;
    box-shadow: none;
  }
  /* line 281, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .navbar-nav .nav-item {
    margin-right: .25rem;
    margin-left: .25rem;
  }
}

/* line 288, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.btn {
  font-family: 'Filson Pro', sans-serif !important;
  font-weight: 500;
  font-size: 18px;
  border-radius: 100px;
  line-height: 1.5 !important;
  border-width: 2px;
}

/* line 296, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.btn:focus {
  box-shadow: none;
}

/* line 300, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.btn-wide {
  padding: .625rem 3.2rem;
}

/* line 304, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.btn-social {
  padding: 10px 16px;
  height: 46px;
  border-radius: 6px;
}

/* line 326, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.btn-primary {
  background-color: #20C98B;
  border-color: #20C98B;
  color: #ffffff;
}

/* line 315, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.btn-primary:hover, .btn-primary:active {
  background-color: #1db77f !important;
  border-color: #1db77f !important;
}

/* line 320, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.btn-primary:focus {
  background-color: #1db77f;
  border-color: #1db77f;
}

/* line 330, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.btn-secondary {
  background-color: #86CD8D;
  border-color: #86CD8D;
  color: #ffffff;
}

/* line 315, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.btn-secondary:hover, .btn-secondary:active {
  background-color: #78c77f !important;
  border-color: #78c77f !important;
}

/* line 320, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.btn-secondary:focus {
  background-color: #78c77f;
  border-color: #78c77f;
}

/* line 334, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.btn-tertiary {
  background-color: #BDDD81;
  border-color: #BDDD81;
  color: #ffffff;
}

/* line 315, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.btn-tertiary:hover, .btn-tertiary:active {
  background-color: #b5d971 !important;
  border-color: #b5d971 !important;
}

/* line 320, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.btn-tertiary:focus {
  background-color: #b5d971;
  border-color: #b5d971;
}

/* line 338, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.btn-dark {
  background-color: #242739;
  border-color: #242739;
  color: #ffffff;
}

/* line 315, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.btn-dark:hover, .btn-dark:active {
  background-color: #1c1e2c !important;
  border-color: #1c1e2c !important;
}

/* line 320, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.btn-dark:focus {
  background-color: #1c1e2c;
  border-color: #1c1e2c;
}

/* line 342, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.btn-outline-bg-dark {
  background: transparent;
  color: #fff;
  border: 2px solid #20C98B;
}

/* line 346, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.btn-outline-bg-dark:hover {
  color: #fff;
}

/* line 351, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.btn-outline-bg-light {
  background: transparent;
  color: #20C98B;
  border: 2px solid #20C98B;
}

/* line 355, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.btn-outline-bg-light:hover {
  color: #ffffff;
  background-color: #20C98B;
}

/* line 361, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.btn-outline-bg-primary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

/* line 365, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.btn-outline-bg-primary:hover {
  color: #ffffff;
}

/* line 370, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.btn-outline-primary {
  border-color: #20C98B;
  color: #20C98B;
  border-width: 2px;
}

/* line 374, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.btn-outline-primary:hover {
  background-color: #20C98B;
  border-color: #20C98B;
}

/* line 378, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.btn-outline-primary:active {
  background-color: #20C98B !important;
  border-color: #20C98B !important;
}

/* line 384, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.btn-outline-light {
  background: transparent;
  border-color: #E5E9ED;
  border-width: 2px;
}

/* line 388, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.btn-outline-light:hover {
  background: #E5E9ED;
  border-color: #E5E9ED;
}

/* line 394, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.btn-subscription-toggle {
  background: transparent;
  color: #242739;
  border: 2px solid #242739;
}

/* line 398, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.btn-subscription-toggle.active {
  background: #242739;
  color: #ffffff;
  border: 2px solid #242739;
}

/* line 406, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.docs-header a.btn {
  font-size: 15px;
  line-height: 19px;
}

/* line 413, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.bg-gradient-primary {
  background-image: linear-gradient(to right bottom, #20C98B, #86CD8D) !important;
}

/* line 416, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.bg-primary {
  background-color: #20C98B !important;
}

/* line 419, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.bg-light {
  background-color: #fafbfe !important;
}

/* line 423, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.bg-dark {
  background-color: #242739 !important;
}

/* line 427, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.bg-darker {
  background-color: black;
}

/* line 431, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.no-shadow {
  box-shadow: none !important;
}

/* line 435, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.image-text {
  font-size: 18px;
  font-family: 'Filson Pro', sans-serif !important;
  font-weight: 800;
  margin-left: 0.5rem;
  color: #242739;
  vertical-align: middle;
}

/* line 445, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.icon img {
  max-height: 52px;
  vertical-align: middle;
}

/* line 452, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.badge {
  font-weight: 400;
  font-size: 75%;
}

/* line 456, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.badge-lg {
  font-size: 14px;
}

/* line 459, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.badge-primary {
  background-color: rgba(32, 201, 139, 0.15);
  color: #20C98B;
}

/* line 464, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.badge-secondary {
  background-color: rgba(134, 205, 141, 0.15);
  color: #86CD8D;
}

/* line 469, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.badge-tertiary {
  background-color: rgba(189, 221, 129, 0.15);
  color: #BDDD81;
}

/* line 474, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.badge-wip {
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-width: 0;
  color: #6E84A3;
  background-color: #EFF2F7;
}

/* line 485, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.badge a {
  color: #242739;
}

/* line 487, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.badge a:hover {
  color: #20C98B;
}

/* line 493, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.icon {
  display: block;
}

/* line 497, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.fluid-paragraph {
  max-width: 720px;
  width: 100%;
}

/* line 504, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.nav-pills .nav-item .nav-link {
  border: none;
}

/* line 507, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.nav-pills .nav-item .nav-link.active {
  background: transparent;
}

/* line 513, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card-button {
  float: right;
  vertical-align: middle;
  margin-top: 20px;
}

/* line 518, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.font-label-super {
  font-size: 1.3rem !important;
  line-height: 28px !important;
}

/* line 522, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.font-label {
  font-size: 1rem !important;
  line-height: 28px !important;
}

/* line 526, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
p.lead {
  font-weight: 200;
  font-size: 20px;
  line-height: 32px;
}

/* line 533, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.hero p.lead {
  font-size: 25px;
  line-height: 38px;
}

/* line 537, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.hero .no-card {
  font-size: 13px;
}

/* line 542, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.blue-gray {
  color: #a7b4c0;
}

/* line 546, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.text-black {
  color: #000000 !important;
}

/* line 550, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.pale-grey {
  color: #eceff3;
}

/* line 554, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.text-charcoal {
  color: #242739;
}

/* line 558, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.text-primary-light {
  color: #F4FAF5;
}

/* line 563, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card {
  border-color: #E3E9E6;
  border-width: 2px;
  border-radius: 12px;
  box-shadow: 0px 4px 4px 0px rgba(233, 240, 243, 0.4);
}

/* line 571, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card.on-dark {
  border: none;
  box-shadow: 0px 4px 4px 0px rgba(36, 39, 57, 0.2);
}

/* line 578, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card.is-pricing, .card.is-guide, .card.is-post-thumbnail, .card.is-link {
  border-radius: 12px;
  transition: all .15s linear;
  transform: translateY(4px) translateZ(0);
  box-shadow: 0 0 1px rgba(36, 39, 57, 0);
  transition-duration: 0.1s;
  transition-property: box-shadow, transform;
}

/* line 599, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card.is-pricing:hover, .card.is-guide:hover, .card.is-post-thumbnail:hover, .card.is-link:hover {
  box-shadow: 0 8px 8px -6px rgba(36, 39, 57, 0.05);
  transform: scale(1);
}

/* line 608, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card.is-pricing .card-body, .card.is-guide .card-body, .card.is-post-thumbnail .card-body, .card.is-link .card-body {
  padding: 2.5rem 1.5rem;
}

/* line 611, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card.is-pricing .card-body .card-title, .card.is-guide .card-body .card-title, .card.is-post-thumbnail .card-body .card-title, .card.is-link .card-body .card-title {
  transition: all .15s linear;
}

/* line 619, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card.is-pricing:hover .card-title, .card.is-guide:hover .card-title, .card.is-post-thumbnail:hover .card-title, .card.is-link:hover .card-title {
  color: #2c7be5;
}

/* line 627, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card.is-pricing .card-body .plan-price {
  font-size: 72px;
  color: #242739;
}

/* line 631, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card.is-pricing .card-body .btn-plan {
  margin-top: 2rem;
}

/* line 634, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card.is-pricing .card-body li.list-group-item {
  border: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: inherit;
}

/* line 640, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card.is-pricing .card-body span {
  padding-left: 1.25rem;
  font-size: 14px;
  margin-bottom: 6px;
}

/* line 649, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card.is-feature svg {
  margin-right: 12px;
}

/* line 652, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card.is-feature span.feature-name {
  color: #242739;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 661, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card.is-roadmap .card-body {
  padding: 2.5rem 20px;
}

/* line 664, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card.is-roadmap .card-body .feature-card {
  padding: 20px;
  border-radius: 10px;
  background-color: #f6f8fd;
}

/* line 669, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card.is-roadmap .card-body .feature-card span.badge-plan {
  font-size: 10px;
}

/* line 673, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card.is-roadmap .card-body .feature-card p {
  color: #242739;
  font-size: 0.98rem;
  line-height: 1.4;
}

/* line 684, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card.is-doc .card-body .card-text {
  font-size: 16px;
  color: #242739;
}

/* line 692, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card.is-integration .card-body {
  padding: 2rem;
}

/* line 694, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card.is-integration .card-body img.img-fluid {
  height: 54px;
}

/* line 703, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card.is-role .card-body, .card.is-testimonial .card-body, .card.is-big .card-body {
  padding: 2.5rem 0;
}

/* line 706, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card.is-role .card-body:first-child, .card.is-testimonial .card-body:first-child, .card.is-big .card-body:first-child {
  padding-top: 2rem;
}

/* line 709, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card.is-role .card-body:last-child, .card.is-testimonial .card-body:last-child, .card.is-big .card-body:last-child {
  padding-bottom: 2rem;
}

/* line 715, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card.is-link {
  border-radius: 16px;
  transition: all .15s linear;
  transform: translateY(4px) translateZ(0);
  box-shadow: 0 0 1px rgba(36, 39, 57, 0);
  transition-duration: 0.1s;
  transition-property: box-shadow, transform;
}

/* line 733, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card.is-link:hover {
  box-shadow: 0 8px 8px -6px rgba(36, 39, 57, 0.05);
  transform: scale(1);
}

/* line 742, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card.is-link .card-body {
  padding: 2.5rem 1.5rem;
}

/* line 748, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card-footer {
  border-top: 0;
}

/* line 752, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
p.card-text {
  font-size: 1rem;
  line-height: 1.4;
}

/* line 759, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
hr.border-gray {
  border-top: 1px solid #eceff3;
}

/* line 765, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.is-quote {
  font-size: 15px;
  line-height: 24px;
}

/* line 770, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.developer-description {
  font-size: 16px;
  line-height: 24px;
  color: #242739;
}

/* line 776, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.developer-name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #242739;
}

/* line 783, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.developer-designation {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #a7b4c0;
}

/* line 791, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.client-section {
  padding: 50px 0;
}

/* line 795, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.client-logo {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
  margin-bottom: 0px;
}

/* line 803, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.client-logo li {
  list-style: none;
  display: inline-block;
  flex: 1 1 auto;
  text-align: center;
  margin: 5px 0;
}

/* line 811, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.client-logo li a img {
  width: 150px;
}

/******* Product Page *******/
/* line 818, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.Bitmap {
  height: 320px;
  margin-top: 80px;
}

/* line 823, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.Bitmap img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 829, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.introduction-text {
  font-size: 34px;
  line-height: 1.32;
  text-align: center;
  color: #16303a;
  font-weight: 600;
}

/* line 837, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.gray-box {
  width: 100%;
  height: 276px;
  background-color: #d8d8d8;
  margin: 50px 0;
}

/* line 844, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.article-inner-heading {
  font-family: 'Filson Pro', sans-serif !important;
  margin: 30px 0;
  font-weight: 800;
}

/* line 850, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.link {
  text-decoration: none;
  color: #2c7be5 !important;
}

/* line 855, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.product-user-name {
  font-size: 16px;
  font-weight: 800;
}

/* line 860, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.post-date {
  font-size: 14px;
  font-weight: 400;
}

/* line 865, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.post-category {
  font-size: 14px;
}

/* line 869, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.share-name {
  font-size: 18px;
}

/* line 873, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.social-share {
  padding-left: 0;
}

/* line 877, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.social-share li {
  display: inline-block;
  list-style: none;
}

/* line 882, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.social-share li a img {
  width: 25px;
  margin-right: 10px;
}

/* line 887, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-helps-box {
  background-color: #242739;
  border-radius: 10px;
  background-image: url(/assets/website/iso_webdesigners.svg);
  background-repeat: no-repeat;
  background-position: 400px;
}

/* line 895, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-helps-box {
  padding: 50px;
}

/* line 899, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.helps-box-text {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.58;
}

/* line 905, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card-title a:hover {
  color: #2e3249;
}

/* line 909, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.inner-list li {
  line-height: 1.56;
  color: #242739;
  font-size: 18px;
  margin-bottom: 10px;
}

/* line 916, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.legal-menu li {
  padding: 0 35px;
  color: rgba(43, 49, 55, 0.5);
}

/* line 921, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.legal-menu .active {
  color: #242739;
  font-weight: 400;
  padding-bottom: 2px;
  border-bottom: 2px solid #20C98B;
}

/* line 928, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.legal-menu li a {
  padding: 0px;
  font-weight: 400;
  color: #242739;
}

/* line 932, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.legal-menu li a:hover {
  color: #242739;
}

/* line 937, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.text-block {
  color: #242739;
}

/* line 941, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.sub-subscribe {
  font-size: 17px;
  color: #20C98B;
}

/* line 946, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.blog-search {
  box-shadow: 0 2px 4px 0 rgba(233, 240, 243, 0.5);
}

/* line 950, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.blog-search .input-group-text {
  background: transparent;
}

/* line 954, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.search-arrow {
  width: 20px;
}

/* line 958, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.pagination-arrow {
  width: 30px;
}

/* line 962, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.blog-search input,
.blog-search .input-group-text {
  border-color: #f0f4f6;
  box-shadow: unset;
}

/* line 968, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.pagination li {
  margin: 0 10px;
  font-size: 18px;
  color: #242739;
}

/* line 974, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.page-title-bg {
  padding-top: 2rem;
}

/* line 978, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.page-title-color-bg {
  padding-top: 8.5rem;
}

/* line 982, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.font16 {
  font-size: 16px;
}

/* line 986, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.pricing-plan-info {
  text-align: left;
  padding-left: 20px;
}

/* line 991, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.pricing-plan-info li {
  color: #242739;
  font-size: 16px;
  margin-bottom: 10px;
}

/* line 996, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.pricing-plan-box {
  text-align: left;
  margin: auto;
  display: table;
  padding: 0 10px;
}

/* line 1003, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.btn-pricing-active {
  border-color: #242739;
  background-color: #242739;
  color: #fff !important;
}

/* line 1010, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.docs-wrapper {
  background-color: #fff;
  padding: 50px 0 100px;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 1017, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.doc-menu {
  list-style: none;
  padding-left: 0;
  text-align: left;
}

/* line 1022, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.doc-menu > li {
  margin-bottom: 5px;
}

/* line 1025, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.doc-menu > li > a {
  display: block;
  padding: 5px 10px;
  border-left: 4px solid transparent;
  color: #16303A;
  font-weight: 500;
  font-size: 18px;
}

/* line 1033, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.doc-menu > li > a:hover,
.doc-menu > li > a:focus {
  text-decoration: none;
  background: none;
  color: #2c7be5;
}

/* line 1040, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.doc-menu > li.active > a {
  background: none;
  border-left: 4px solid #2c7be5;
  color: #2c7be5;
  font-weight: 500;
}

/* line 1047, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.doc-sub-menu {
  list-style: none;
  padding-left: 0;
}

/* line 1051, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.doc-sub-menu > li {
  margin-bottom: 8px;
  font-size: 12px;
}

/* line 1055, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.doc-sub-menu > li:first-child {
  padding-top: 5px;
}

/* line 1058, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.doc-sub-menu > li > a {
  display: block;
  color: #242739;
  padding: 0;
  padding-left: 36px;
  background: none;
  font-size: 16px;
  opacity: 0.7;
}

/* line 1067, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.doc-sub-menu > li > a:hover {
  color: #2c7be5;
  text-decoration: none;
  background: none;
}

/* line 1073, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.doc-sub-menu > li > a:focus {
  background: none;
}

/* line 1076, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.doc-sub-menu > li.active > a {
  background: none;
  color: #2c7be5;
}

/* line 1081, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.docs-nav-divider {
  border-right: 1px solid #ECEFF3;
}

/* line 1086, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.docs-content p {
  margin-bottom: 16px;
}

/* line 1091, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.docs-content h2 {
  margin: 0;
}

/* line 1094, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.docs-content h4 {
  margin: 50px 0 30px;
}

/* line 1098, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.docs-content pre {
  background-color: #282c34;
  border-radius: 8px;
  color: #f5f5f5;
  padding: 25px;
  margin: 30px 0;
}

/* line 1106, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.doc-sub-menu li {
  width: 100%;
}

/* line 1110, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.docs-content ul li span {
  font-weight: 600;
  top: -2px;
  position: relative;
  font-size: 65%;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  background-color: #b2c6cd;
  padding: .2em .5em .2em;
  margin-left: 8px;
  display: inline;
}

/* line 1127, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.content-docs h4 {
  margin: 50px 0 30px;
}

/* line 1130, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.content-docs h2, .content-docs h1 {
  margin: 0;
}

/* line 1133, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.content-docs h3 {
  margin: 50px 0 30px;
}

/* line 1137, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.content-docs .page-title {
  border-bottom: none;
}

/* line 1140, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.content-docs .lead {
  font-size: 20px;
  line-height: 29px;
}

/* line 1148, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.content-docs a.card:hover {
  background-color: #fafbfe;
}

/* line 1151, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.content-docs a.card p {
  color: #242739;
}

/* line 1156, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.clearfix {
  content: "";
  display: table;
  clear: both;
}

/* line 1162, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.color-black {
  color: #000;
}

/* line 1165, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.wide-pre {
  padding: 25px;
  border-radius: 8px;
}

/* line 1169, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
footer {
  padding: 8rem 1rem 0 1rem !important;
}

/* line 1173, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
footer ul li a {
  font-family: 'Barlow', sans-serif;
  color: #242739;
  font-weight: 200;
  font-size: 1rem;
  transition: all .15s linear;
}

/* line 1179, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
footer ul li a:hover {
  color: #242739;
  text-decoration: underline;
}

/* line 1189, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
footer.bg-dark ul li a {
  color: #ffffff;
}

/* line 1191, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
footer.bg-dark ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* line 1198, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
footer.bg-form-pattern {
  background: #242739;
  background-color: #242739;
  background-image: url(/assets/website/footer_bg-8abcd286c113fb8f57daf23184421e383b7cdbf6247b3c5dbc53542ea13b0c54.svg);
  background-size: cover;
}

/* line 1205, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
footer.bg-form-pattern ul li a {
  color: #ffffff;
}

/* line 1207, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
footer.bg-form-pattern ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* line 1216, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.text-sm-footer {
  font-size: 0.95rem;
}

/* line 1220, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.bg-form-pattern {
  background: #242739;
  background-color: #242739;
  background-image: url(/assets/website/footer_bg-8abcd286c113fb8f57daf23184421e383b7cdbf6247b3c5dbc53542ea13b0c54.svg) !important;
  background-size: cover;
}

/* line 1227, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.docs-footer {
  padding-top: 5rem !important;
}

@media only screen and (max-width: 768px) {
  /* line 1232, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .full-stack-box {
    text-align: center;
  }
  /* line 1235, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .developer-designation {
    display: table;
    margin: auto;
  }
  /* line 1239, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .full-stack-box-left {
    padding: 30px;
  }
  /* line 1242, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .pricing-bg {
    margin-top: 0;
  }
}

/* line 1247, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card-cta {
  z-index: 200;
  border-radius: 12px;
}

/* line 1252, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.frame-browser {
  border-radius: 12px;
}

/* line 1254, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.frame-browser:before {
  border-radius: 12px;
}

/* line 1257, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.frame-browser .frame-header {
  background-color: #161823;
  border-radius: 12px 12px 0 0;
}

/* line 1261, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.frame-browser .frame-body {
  background-color: #242739;
  padding: 1.8rem 1.2rem;
  min-height: 0;
  border-radius: 0 0 12px 12px;
}

/* line 1269, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
#docs-nav.sidebar {
  padding: 0 .5rem 3rem 2rem;
  width: 300px;
  background-color: #242739;
  overflow: scroll;
}

/* line 1274, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
#docs-nav.sidebar .navigation-title {
  font-weight: 400;
  padding-bottom: 0.25rem;
}

/* line 1277, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
#docs-nav.sidebar .navigation-title a {
  color: #586069;
  font-size: 13px;
  text-transform: uppercase;
}

/* line 1283, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
#docs-nav.sidebar li.navigation-item {
  font-weight: 300;
}

/* line 1285, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
#docs-nav.sidebar li.navigation-item a.navigation-link {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
  transition: all .15s linear;
  font-size: 1rem;
  display: inline-block;
  padding: 0;
  margin: .25rem 0 .25rem .5rem;
}

/* line 1293, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
#docs-nav.sidebar li.navigation-item a.navigation-link:hover {
  color: #fff;
}

@media (min-width: 1200px) {
  /* line 1301, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .content:not(.content--boxed):not(.content--full) {
    padding: 0 0 0 300px;
  }
}

/* line 1307, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
a.external-link svg {
  width: .8em !important;
  margin-left: 4px;
  color: #abb2bf;
}

/* line 1314, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.docs-header {
  padding: 0;
}

/* line 1316, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.docs-header ol.breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
}

/* line 1319, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.docs-header ol.breadcrumb li.breadcrumb-item {
  font-family: 'Barlow', sans-serif !important;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}

/* line 1324, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.docs-header ol.breadcrumb li.breadcrumb-item.active {
  color: #242739;
}

/* line 1327, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.docs-header ol.breadcrumb li.breadcrumb-item a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  color: #242739;
}

/* line 1332, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.docs-header ol.breadcrumb li.breadcrumb-item a:hover {
  color: #242739;
}

/* line 1340, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.legal-content {
  padding: 1rem 0 8rem;
}

/* line 1344, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.sub-title-text {
  font-size: 23px;
}

/* line 1348, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.hljs {
  font-size: 13px;
}

/* line 1353, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.post-author img.avatar {
  height: 75px;
  width: 75px;
  border-radius: 100px;
}

/* line 1358, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.post-author h5 {
  font-size: 22px;
}

/* line 1361, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.post-author a {
  color: #242739;
  text-decoration: underline;
}

/* line 1369, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.bg-dark .post-author a {
  color: #ffffff;
  text-decoration: underline;
}

/* line 1379, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.form-group input {
  height: 54px;
  border-color: #ECEFF3;
}

/* line 1383, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.form-group select {
  height: 54px;
  border-color: #ECEFF3;
}

/* line 1386, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.form-group select.custom-select {
  padding: .625rem 1.2rem;
}

/* line 1390, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.form-group .form-control {
  padding: .625rem 1.2rem;
  box-shadow: 0px 4px 4px 0px rgba(233, 240, 243, 0.4);
}

/* line 1395, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.form-group .form-control:focus {
  border-color: #ECEFF3;
  box-shadow: 0px 4px 4px 0px rgba(233, 240, 243, 0.4);
}

/* line 1402, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.form-group .input-group-text {
  box-shadow: 0px 4px 4px 0px rgba(233, 240, 243, 0.4);
}

/* line 1406, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.form-group .input-group-text:focus {
  border-color: #ECEFF3;
}

/* line 1411, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.focused .input-group-text {
  color: #86CD8D;
}

/* line 1414, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.focused .input-group {
  box-shadow: 0px 4px 4px 0px rgba(233, 240, 243, 0.4);
}

/* line 1417, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.focused .input-group .form-control {
  box-shadow: 0px 4px 4px 0px rgba(233, 240, 243, 0.4);
}

/* line 1423, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
td.hljs-ln-numbers {
  text-align: center;
  color: #383f5c;
  border-right: 1px solid #383f5c;
  vertical-align: top;
  padding-right: 8px !important;
  width: 32px !important;
  text-align: right;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 1439, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
td.hljs-ln-code {
  padding-left: 10px !important;
}

/* line 1444, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.m-changelog-list__group {
  display: flex;
  position: relative;
}

/* line 1449, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.m-changelog-list__group .m-changelog-list__group-title {
  display: none;
}

@media (min-width: 768px) {
  /* line 1449, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .m-changelog-list__group .m-changelog-list__group-title {
    display: block;
    flex: 0 0 auto;
    padding-top: .7rem;
    padding-right: 1.5rem;
    text-align: right;
    width: 8rem;
  }
}

/* line 1462, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.m-changelog-list__group .m-changelog-list__group-items {
  flex: 1 1 auto;
}

/* line 1466, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.m-changelog-list__group .m-changelog-list__group-items .m-changelog-list__item {
  display: flex;
  position: relative;
  padding-bottom: 6rem;
}

/* line 1472, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.m-changelog-list__group .m-changelog-list__group-items .m-changelog-list__item .m-changelog-list__item-content {
  flex: 1 1 auto;
}

/* line 1478, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.m-changelog-list__group .m-changelog-list__group-items .m-changelog-list__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.4rem;
  width: 2px;
  height: 100%;
  z-index: -1;
  background-color: #e9ecef;
}

@media (min-width: 768px) {
  /* line 1478, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .m-changelog-list__group .m-changelog-list__group-items .m-changelog-list__item:before {
    left: 1.55rem;
  }
}

/* line 1494, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.m-changelog-list__group:last-child .m-changelog-list__item:last-child {
  padding-bottom: 2rem;
}

/* line 1498, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.m-changelog-list__group:last-child .m-changelog-list__item:last-child:before {
  display: none;
}

/* line 1502, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.m-changelog-list__item-icon-wrapper {
  width: 3.75rem;
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  /* line 1502, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .m-changelog-list__item-icon-wrapper {
    width: 5rem;
  }
}

/* line 1510, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.m-changelog-list__item-icon-wrapper .icon {
  display: inline-flex;
  min-height: 2.75rem;
  min-width: 2.75rem;
  line-height: 2.75rem;
}

@media (min-width: 768px) {
  /* line 1510, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .m-changelog-list__item-icon-wrapper .icon {
    min-height: 3.25rem;
    min-width: 3.25rem;
    line-height: 3.25rem;
  }
}

/* line 1523, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.icon-feature {
  background-color: #E3F4EE;
  color: #20C98B;
}

/* line 1527, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.icon-debug {
  background-color: #FAE9EA;
  color: #FF5A5F;
}

/* line 1531, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.icon-enhancement {
  background-color: #E0F3F8;
  color: #2c7be5;
}

/* line 1535, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.m-changelog-list__image {
  margin: 1rem 0;
  border-radius: 12px;
  box-shadow: 0px 4px 4px 0px rgba(36, 39, 57, 0.2);
  width: 100%;
  display: block;
}

/* line 1545, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.read-time {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 6px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #242739;
}

/* line 1553, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.read-time:hover {
  color: #242739;
}

/* line 1556, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.read-time svg {
  margin-right: 5px;
}

/* line 1561, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
#docs-nav.sidebar .navigation-title a {
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
}

/* line 1567, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.accordion .card {
  margin-bottom: 0;
  border-radius: 12px;
}

/* line 1570, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.accordion .card .card-header {
  position: relative;
  cursor: pointer;
}

/* line 1573, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.accordion .card .card-header:after {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

/* line 1584, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.accordion-spaced .card {
  border-color: #ECEFF3;
  box-shadow: 0px 4px 4px 0px rgba(233, 240, 243, 0.4);
  margin-bottom: 1.5rem;
  border-radius: 12px !important;
}

/* line 1591, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.accordion-spaced .card .card-header {
  border-bottom: 0px solid #fff !important;
  padding: 2rem !important;
}

/* line 1595, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.accordion-spaced .card .card-body {
  padding: 0 2rem 2rem !important;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* line 1599, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.accordion-spaced .card .card-body p {
  margin-bottom: 0;
}

/* line 1606, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.accordion .card-header[aria-expanded="false"]:after {
  color: #a7b4c0;
  font-family: "Font Awesome 5 Pro";
  content: "\f055";
  font-weight: 300;
  font-size: 19px;
}

/* line 1614, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.accordion .card-header[aria-expanded="true"]:after {
  color: #86CD8D;
  font-family: "Font Awesome 5 Pro";
  content: "\f056";
  font-weight: 300;
  font-size: 19px;
}

/* line 1622, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.mt-overflow {
  margin-top: -12.5rem;
}

/* line 1628, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.input-group > .input-group-prepend > .input-group-text {
  border-color: #ECEFF3;
  box-shadow: 0px 4px 4px 0px rgba(233, 240, 243, 0.4);
  background-color: transparent;
}

/* line 1634, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.breadcrumb-links .breadcrumb-item + .breadcrumb-item:before {
  content: "";
  width: .3rem;
  height: .6rem;
  margin-right: .5rem;
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgMTRsNi02LTYtNiIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIuNSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) no-repeat 50% 50%;
  mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgMTRsNi02LTYtNiIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIuNSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #20C98B;
  padding: 0 8px;
}

/* line 1647, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.footer-submissions {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* line 1654, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.content-docs ol {
  padding-left: 32px;
}

/* line 1657, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.content-docs ul {
  padding-left: 32px;
}

/* line 1660, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.content-docs ul.list-checkmark {
  padding-left: 16px;
}

/* line 1662, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.content-docs ul.list-checkmark li.list-group-item:before {
  color: #20C98B;
  font-family: "Font Awesome 5 Pro";
  content: "\f058";
  font-weight: 300;
  font-size: 16px;
  margin-right: 10px;
}

/* line 1670, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.content-docs ul.list-checkmark li.list-group-item {
  border: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0;
}

/* line 1678, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.content-docs ol li {
  padding-left: 0;
}

/* line 1682, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.content-docs code.text {
  color: #242739;
  padding: .25rem .5rem;
  margin: 0;
  font-size: .85em;
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 3px;
}

/* line 1692, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
pre {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

/* line 1700, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.alert-modern {
  display: inline-block;
  padding: 0.375rem 1rem 0.375rem 0.5rem;
  border-radius: 50rem;
  font-size: 1rem;
}

/* line 1707, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.alert-dismissible .close > span:not(.sr-only) {
  font-size: 1.4rem;
  color: #F6FBF6;
  background-color: rgba(255, 255, 255, 0);
  transition: all .15s linear;
}

/* line 1712, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.alert-dismissible .close > span:not(.sr-only):hover {
  color: #fafbfe;
  background-color: rgba(255, 255, 255, 0);
}

/* line 1718, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.alert-dismissible .close {
  background-color: rgba(255, 255, 255, 0);
  color: #F6FBF6;
  transition: all .15s linear;
}

/* line 1722, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.alert-dismissible .close:hover {
  color: #fafbfe;
  background-color: rgba(255, 255, 255, 0);
}

/* line 1728, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.close > span:not(.sr-only) {
  color: #F6FBF6;
  transition: all .15s linear;
}

/* line 1731, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.close > span:not(.sr-only):hover {
  color: #fafbfe;
}

/* line 1736, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  text-decoration: none;
  opacity: 1;
  color: #fafbfe !important;
}

/* line 1743, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.alert-helper {
  background-color: rgba(189, 221, 129, 0.15);
  color: #BDDD81;
  border-radius: 12px;
  font-weight: 500;
}

/* line 1750, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.alert-shadow {
  box-shadow: 0px 4px 4px 0px rgba(36, 39, 57, 0.2);
}

/* line 1756, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.alert-dark {
  background-color: #242739;
}

/* line 1760, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.alert-inverse {
  background-color: #242739;
}

/* line 1764, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.alert-success {
  background-color: #86CD8D;
}

/* line 1768, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.border-bottom-4 {
  border-bottom-width: 4px !important;
}

/* line 1772, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.img-shadow {
  box-shadow: 0px 4px 4px 0px rgba(233, 240, 243, 0.4);
}

/* line 1778, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.img-rounded {
  border-radius: 12px;
}

/* line 1782, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.img-border {
  border: 1px solid #ECEFF3;
}

/* line 1787, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.features-grid p {
  font-size: 16px;
  line-height: 24px;
}

/* line 1793, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.bg-form-pattern {
  background: #242739;
  background-color: #242739;
  background-size: cover;
}

/* line 1801, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.team img.avatar {
  width: 144px;
  height: auto;
}

/* line 1805, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.team p.title {
  font-size: 15px;
}

/* line 1810, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
td {
  white-space: normal !important;
  word-wrap: break-word;
}

/* line 1815, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card.is-post-thumbnail:hover .card-title {
  color: #242739;
}

/* line 1821, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card.is-post-thumbnail .card-body p {
  color: #242739;
}

/* line 1827, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.not_active {
  background-color: #fff !important;
}

/* line 1831, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
sup {
  top: -1.5em;
}

/* line 1835, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.itlGoBtn {
  background-color: #20C98B !important;
}

/* line 1839, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.iltIntegrationListItemAction a.iltIntegrationListItemActionBtn {
  background: #ff6b01 !important;
}

/* line 1843, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.alert-warning {
  color: #936f1d;
  background-color: #ffeecc;
  border-color: #ffe7b8;
}

/* line 1849, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.alert-primary {
  background-color: #F4FAF5;
  border-color: #F4FAF5;
  color: #20C98B;
}

/* line 1855, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
b, strong {
  font-weight: bold;
}

/* line 1860, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.hljs {
  background-color: #242739;
}

/* line 1863, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
pre.hljs {
  background-color: #242739;
  padding: 1.8rem;
  border-radius: 12px;
}

/* line 1869, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
pre.hljs-pre {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* line 1874, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
code.hljs {
  font-size: .8888889em;
  line-height: 1.75;
  padding: 1.5rem;
  color: #ffffff;
  border-radius: 12px;
}

/* line 1882, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.code-text {
  color: #6E84A3;
  font-weight: 600;
  font-size: .875em;
  background-color: rgba(110, 132, 163, 0.12);
  padding: 0.25rem;
  border-radius: 0.25rem;
}

/* line 1891, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.text-underline-primary {
  text-decoration: underline;
  text-decoration-color: #20C98B;
}

/* line 1896, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.text-underline-tertiary {
  text-decoration: underline;
  text-decoration-color: #BDDD81;
}

/* line 1902, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.card-integration .feature-bullet {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #20C98B;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.85em;
  text-align: center;
}

/* line 1923, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.logo-card {
  display: inline-block;
  margin-top: -24px;
  margin-bottom: 24px;
  padding: 15px;
  border-radius: 8px;
  background-color: #fafbfe;
  box-shadow: -4px 25px 50px -5px rgba(9, 51, 117, 0.2);
  transform: rotate(-9deg);
}

/* line 1936, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.avatar-md {
  width: 3.8rem;
  height: 3.8rem;
}

/* line 1942, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.avatar-content small {
  line-height: 1.2;
}

/* line 1947, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.filter-white {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(174deg) brightness(102%) contrast(102%);
}

/* line 1951, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
p.is-feature {
  font-size: 0.8rem;
}

/* line 1954, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.is-guide-link {
  transition: all .15s linear;
  transform: translateY(4px) translateZ(0);
  box-shadow: 0 0 1px rgba(36, 39, 57, 0);
  transition-duration: 0.1s;
  transition-property: box-shadow, transform;
}

/* line 1963, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.is-guide-link:hover {
  box-shadow: 0 8px 8px -6px rgba(36, 39, 57, 0.05);
  transform: scale(1);
}

/* line 1970, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
ul.is-limits {
  list-style: none;
  padding-left: 0;
}

/* line 1973, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
ul.is-limits li {
  font-size: 16px;
}

/* line 1978, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.table-compare {
  table-layout: auto;
}

@media (min-width: 992px) {
  /* line 1978, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .table-compare {
    table-layout: fixed;
  }
}

/* line 1986, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.tfeatures th, .tfeatures td {
  font-size: 17px;
  font-weight: 400;
}

/* line 1990, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.tfeatures th {
  white-space: normal;
}

/* line 1995, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.display-4 {
  font-size: 3.2rem;
}

/* line 1999, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.quote-icon {
  position: absolute;
  top: -10px;
  left: -45px;
  opacity: 0.48;
}

/* line 2006, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.bg-rudderstack {
  background: #3e35d1;
  background: linear-gradient(90deg, #3e35d1 0%, #6193d8 100%);
}

/* line 2011, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.bg-riotandrebel {
  background-color: #23b8a4;
}

/* line 2015, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.bg-mangomint {
  background-color: #a82d9c;
}

/* line 2019, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.bg-doorloop {
  background-color: #2f3e83;
}

/* line 2023, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.bg-simplefocus {
  background: #d35400;
  background: linear-gradient(90deg, #d35400 0%, #f78f1e 100%);
}

/* line 2028, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.bg-kit {
  background-color: #f71e61;
}

/* line 2032, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.bg-monogram {
  background-color: #293240;
}

/* line 2036, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.bg-loft17 {
  background-color: #e50019;
}

/* line 2040, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.text-opacity-72 {
  opacity: 0.72;
}

/* line 2044, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.btn-sm, .btn-group-sm > .btn {
  font-size: 16px;
}

/* line 2049, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.story-content .h5 {
  line-height: 1.5em;
}

/* line 2054, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.img-overlap-bg {
  margin-top: -12rem;
}

@media (min-width: 768px) {
  /* line 2054, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .img-overlap-bg {
    margin-top: -14rem;
  }
}

/* line 2061, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.hero-color-box {
  border-radius: 0;
  height: 160px;
  background-color: #F4FAF5;
}

@media (min-width: 768px) {
  /* line 2061, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .hero-color-box {
    border-radius: 16px;
    height: 288px;
  }
}

/* line 2071, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.slice-hero {
  padding-bottom: 8rem;
}

@media (min-width: 992px) {
  /* line 2071, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .slice-hero {
    padding-bottom: 22rem;
  }
}

/* line 2078, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.slice-demo {
  margin-top: -6rem;
}

@media (min-width: 992px) {
  /* line 2078, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .slice-demo {
    margin-top: -18rem;
  }
}

@media (min-width: 992px) {
  /* line 2086, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 1.6rem 0.5rem;
    margin: 0 0.32rem;
  }
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  /* line 2094, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .navbar .has-megamenu {
    position: static !important;
  }
  /* line 2097, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .navbar-nav .dropdown-menu .list-group-item:hover {
    background-color: transparent;
    box-shadow: none;
  }
  /* line 2101, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1110px;
    margin-top: 0px;
    top: 88%;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 15px;
    padding-left: 15px;
    border: 1px solid #ECEFF3;
    box-shadow: 0 0 16px 0 rgba(36, 39, 57, 0.04);
    border-radius: 16px;
  }
  /* line 2115, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .navbar .megamenu .resource-item {
    transition: all .15s linear;
  }
  /* line 2117, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .navbar .megamenu .resource-item .list-group-item:hover {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
  }
  /* line 2124, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .navbar .megamenu .card p {
    line-height: 1.4;
  }
  /* line 2130, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .resource-description {
    font-size: 0.8rem;
  }
  /* line 2137, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  a.resource-link {
    transition: all .15s linear;
  }
  /* line 2140, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  a.resource-link .resource-text .resource-heading {
    transition: all .15s linear;
    color: #242739;
  }
  /* line 2144, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  a.resource-link .resource-text p.resource-description {
    color: #6c7686;
  }
  /* line 2148, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  a.resource-link .resource-text:hover .resource-heading {
    color: #20C98B;
  }
  /* line 2151, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  a.resource-link .resource-text:hover p.resource-description {
    color: #6c7686;
  }
  /* line 2157, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .dropdown-animate[data-toggle='hover']:hover .dropdown-menu, .dropdown-animate[data-toggle='hover'] .dropdown-menu {
    transform: none;
  }
}

/* line 2162, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.dropdown-menu .list-group-item .media p:hover {
  color: #6c7686 !important;
}

/* Remove font-weight and content properties */
/* line 2167, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.dropdown-toggle {
  font-weight: normal !important;
  content: none !important;
}

/* line 2170, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.dropdown-toggle::after {
  display: none;
}

/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
@media (max-width: 991px) {
  /* line 2179, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
  /* line 2184, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .navbar .megamenu {
    padding: 1rem;
  }
  /* line 2186, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .navbar .megamenu .list-group-item {
    border: 0;
  }
}

/* ============ mobile view .end// ============ */
/* line 2193, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.demo-img-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

/* line 2202, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
a.demo-img-wrapper {
  transition: all .15s linear;
  color: #242739;
}

/* line 2205, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
a.demo-img-wrapper:hover {
  color: #20C98B;
}

/* line 2210, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
a.demo-link {
  color: #20C98B;
}

/* line 2212, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
a.demo-link:hover {
  color: #20C98B;
}

/* line 2217, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.border-2 {
  border-width: 2px !important;
}

/* line 2221, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.badge-hero {
  color: #20C98B;
  transition: all .15s linear;
  padding: 0.64rem 0.96rem;
  background-color: rgba(32, 201, 139, 0.08) !important;
}

/* line 2226, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.badge-hero:hover {
  color: #20C98B !important;
  background-color: rgba(32, 201, 139, 0.24) !important;
}

/* line 2233, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.avatar-group.is-customers {
  /* Default styles for avatar images */
}

/* line 2235, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.avatar-group.is-customers .avatar-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 48px;
  /* Set the width of the avatar for smaller screens */
  height: 48px;
  /* Set the height of the avatar for smaller screens */
  margin-left: -10px;
  /* Adjust the overlap distance as needed */
  border-radius: 50%;
  border: 3px solid #F4FAF5;
  /* Add a 3px light border */
  transition: transform 0.3s ease, z-index 0s 0s;
  z-index: 1;
}

/* line 2247, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.avatar-group.is-customers .avatar-wrapper img.avatar {
  z-index: 1;
  border-radius: 50%;
  width: 100%;
  /* Set the image width to fill the avatar container */
  height: 100%;
  /* Set the image height to fill the avatar container */
  -o-object-fit: cover;
     object-fit: cover;
  /* Ensure the image covers the container while maintaining aspect ratio */
  transform: scale(1);
  /* Initial scale of 1, no effect on the size */
  transform-origin: center;
  /* Set the transform origin to the center of the image */
  transition: transform 0.3s ease, z-index 0s 0.3s;
  /* Add border-width transition */
}

/* line 2258, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.avatar-group.is-customers .avatar-wrapper::before {
  content: "";
  position: absolute;
  transform: scale(1);
  /* Initial scale of 1, no effect on the size */
  width: calc(100% - 0px);
  /* Calculate width to account for the border */
  height: calc(100% - 0px);
  /* Calculate height to account for the border */
  background-color: rgba(32, 201, 139, 0);
  border-radius: inherit;
  transform-origin: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
  z-index: 2;
  /* Set a higher z-index for the overlay to appear above the image on hover */
}

/* line 2271, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.avatar-group.is-customers .avatar-wrapper:hover {
  transform: scale(1.24);
  /* Scale up the entire container on hover */
  z-index: 2;
  /* Bring the hovered image to the highest z-index */
}

/* line 2275, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.avatar-group.is-customers .avatar-wrapper:hover img.avatar {
  width: 100%;
  /* Reset the image width on hover */
  height: 100%;
  /* Reset the image height on hover */
}

/* line 2280, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.avatar-group.is-customers .avatar-wrapper:hover::before {
  background-color: rgba(32, 201, 139, 0.4);
  transform: scale(1.24);
  /* Scale up the overlay to match the image scale */
}

@media (min-width: 768px) {
  /* line 2235, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .avatar-group.is-customers .avatar-wrapper {
    width: 56px;
    /* Set the width of the avatar for larger screens */
    height: 56px;
    /* Set the height of the avatar for larger screens */
    border: 4px solid #F4FAF5;
    /* Add a 4px light border */
    /* Add a 4px light border */
  }
}

/* line 2296, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.no-border {
  border: 0;
}

/* line 2300, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
body.basin-site-lander {
  background-color: #242739;
  color: #eceff3;
}

/* line 2304, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
body.basin-site-lander header.navbar-sticky,
body.basin-site-lander header.navbar-sticky.basin-site-lander-nav {
  background-color: #242739;
}

/* line 2308, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
body.basin-site-lander header.navbar-sticky.sticky,
body.basin-site-lander header.navbar-sticky.basin-site-lander-nav.sticky {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

/* line 2313, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
body.basin-site-lander .container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 2318, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
body.basin-site-lander #navbar-main.navbar-dark {
  background: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

/* line 2323, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
body.basin-site-lander #navbar-main.navbar-dark > .container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 2328, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
body.basin-site-lander #navbar-main.navbar-dark .nav-link,
body.basin-site-lander #navbar-main.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.85);
}

/* line 2332, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
body.basin-site-lander #navbar-main.navbar-dark .nav-link:hover,
body.basin-site-lander #navbar-main.navbar-dark .navbar-nav .nav-link:hover {
  color: #ffffff;
}

/* line 2337, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
body.basin-site-lander #navbar-main.navbar-dark .navbar-toggler-icon {
  filter: invert(1) grayscale(100%) brightness(200%);
}

/* line 2341, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
body.basin-site-lander #navbar-main.navbar-dark .dropdown-menu {
  background-color: #2c3046;
  border-color: rgba(255, 255, 255, 0.08);
}

/* line 2345, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
body.basin-site-lander #navbar-main.navbar-dark .dropdown-menu .resource-heading,
body.basin-site-lander #navbar-main.navbar-dark .dropdown-menu .text-heading,
body.basin-site-lander #navbar-main.navbar-dark .dropdown-menu h5 {
  color: #ffffff;
}

/* line 2351, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
body.basin-site-lander #navbar-main.navbar-dark .dropdown-menu .resource-description,
body.basin-site-lander #navbar-main.navbar-dark .dropdown-menu .list-group-item {
  color: #a7b4c0;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.06);
}

/* line 2360, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
body.basin-site-lander main {
  background-color: #242739;
}

/* line 2364, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
body.basin-site-lander .basin-site-hero.bg-dark {
  background-color: #242739 !important;
  background-image: radial-gradient(ellipse at top right, rgba(32, 201, 139, 0.16), transparent 55%) !important;
  padding-top: 2.5rem !important;
  padding-bottom: 2.25rem !important;
}

/* line 2371, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
body.basin-site-lander .basin-site-section.bg-dark {
  background-color: #242739 !important;
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

/* line 2377, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
body.basin-site-lander .basin-site-section-alt.bg-dark {
  background-color: #353a58 !important;
}

/* line 2381, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
body.basin-site-lander .basin-site-cta-band.bg-dark {
  background-color: #243a36 !important;
}

/* line 2385, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
body.basin-site-lander .basin-site-final-cta.bg-dark {
  background-color: #1c1f2e !important;
}

/* line 2389, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
body.basin-site-lander .footer {
  background-color: #1c1e2c;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* line 2393, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
body.basin-site-lander .footer h6,
body.basin-site-lander .footer .text-primary,
body.basin-site-lander .footer a {
  color: #a7b4c0;
}

/* line 2399, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
body.basin-site-lander .footer a:hover {
  color: #20C98B;
}

/* line 2403, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
body.basin-site-lander .footer .footer-brand img {
  opacity: 0.95;
}

/* line 2409, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-muted {
  color: #a7b4c0 !important;
}

/* line 2413, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-hero-title {
  font-size: clamp(2.1rem, 4.6vw, 3.4rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

/* line 2420, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-hero-sub {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

/* line 2430, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-composer {
  background: #14161f;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.75rem;
  padding: 1.15rem 1.25rem 0.9rem;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

/* line 2441, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-composer-input {
  display: block;
  width: 100%;
  min-height: 5.5rem;
  resize: none;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.5;
  padding: 0.25rem 0.35rem;
  outline: none;
  box-shadow: none;
}

/* line 2455, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-composer-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.42);
}
.basin-site-composer-input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

/* line 2459, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-composer-input:focus {
  outline: none;
  box-shadow: none;
}

/* line 2465, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-composer-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.75rem;
  padding-top: 0.15rem;
}

/* line 2474, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-composer-hint {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.4);
}

/* line 2479, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-composer-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #12141c;
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 0.55rem 1rem 0.55rem 1.15rem;
  line-height: 1;
  transition: background 0.15s ease, transform 0.15s ease;
}

/* line 2493, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-composer-submit:hover, .basin-site-composer-submit:focus {
  background: #f0f2f7;
  color: #12141c;
  text-decoration: none;
}

/* line 2500, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-composer-submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

/* line 2505, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-composer-submit i,
.basin-site-composer-submit svg {
  margin-left: 0.15rem;
}

/* line 2511, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-composer.is-submitting {
  opacity: 0.85;
  pointer-events: none;
}

/* line 2516, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-composer.is-submitting .basin-site-composer-input {
  color: rgba(255, 255, 255, 0.55);
}

/* line 2520, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-generate-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  background: rgba(18, 20, 28, 0.96);
}

/* line 2533, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-generate-overlay.d-none {
  display: none !important;
}

/* line 2537, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-prompt-card {
  background: #2e3249;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 2542, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-prompt-input {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  min-height: 140px;
  resize: vertical;
}

/* line 2549, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-prompt-input::-moz-placeholder {
  color: #8b97a8;
}
.basin-site-prompt-input::placeholder {
  color: #8b97a8;
}

/* line 2553, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-prompt-input:focus {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(32, 201, 139, 0.55);
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 139, 0.15);
}

/* line 2561, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-honeypot {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* line 2570, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-video-shell {
  position: relative;
  isolation: isolate;
  background: #1a1d2e;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* line 2577, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: clamp(1.5rem, 5vw, 4rem);
  overflow: hidden;
  border: 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: transparent;
  transition: background-color 0.2s ease;
}

/* line 2595, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-video-overlay:hover, .basin-site-video-overlay:focus {
  color: #fff;
  background: rgba(20, 22, 31, 0.08);
}

/* line 2601, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-video-overlay:focus {
  outline: none;
}

/* line 2605, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-video-overlay:focus-visible {
  box-shadow: inset 0 0 0 3px #20C98B;
}

/* line 2611, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-video-overlay:hover .basin-site-video-play, .basin-site-video-overlay:focus-visible .basin-site-video-play {
  transform: scale(1.08);
  box-shadow: 0 0 0 0.7rem rgba(32, 201, 139, 0.18), 0 1rem 2.5rem rgba(0, 0, 0, 0.3);
}

/* line 2618, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-video-overlay-shade {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 46%, rgba(32, 201, 139, 0.2), transparent 19rem), linear-gradient(120deg, rgba(20, 22, 31, 0.95), rgba(20, 22, 31, 0.56) 58%, rgba(20, 22, 31, 0.78));
}

/* line 2626, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-video-overlay-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 34rem;
}

/* line 2635, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-video-logo {
  width: 7.25rem;
  height: auto;
  margin-bottom: 1.5rem;
}

/* line 2641, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-video-eyebrow,
.basin-site-video-action {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* line 2650, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-video-title {
  margin-top: 0.8rem;
  color: #fff;
  font-family: 'Filson Pro', sans-serif;
  font-size: clamp(1.35rem, 3vw, 2.25rem);
  font-weight: 800;
  line-height: 1.18;
  text-wrap: balance;
}

/* line 2660, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-video-play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.25rem;
  height: 5.25rem;
  margin: 1.5rem 0 1rem;
  border-radius: 50%;
  background: #20C98B;
  box-shadow: 0 0 0 0.45rem rgba(32, 201, 139, 0.2), 0 1rem 2.5rem rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* line 2672, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-video-play svg {
  width: 1.35rem;
  height: 1.35rem;
  margin-left: 0.2rem;
  stroke-width: 2.75;
}

/* line 2680, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-demo-video {
  display: block;
  max-height: 640px;
  background: #000;
}

/* line 2686, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-promo {
  background: linear-gradient(135deg, rgba(32, 201, 139, 0.22), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(32, 201, 139, 0.45);
  padding: 1.1rem 1.35rem;
}

/* line 2692, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-promo .h3 {
  font-size: 1.35rem;
}

/* line 2696, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-promo-eyebrow {
  color: #20C98B;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* line 2704, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-promo-title {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
}

/* line 2711, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-promo-price {
  font-weight: 600;
}

/* line 2715, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-promo-was {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: line-through;
  margin-right: 0.25rem;
}

/* line 2721, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-promo-now {
  color: #fff;
}

/* line 2725, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-promo-code {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

/* line 2729, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-promo-code code {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.35rem;
  padding: 0.1rem 0.4rem;
}

/* line 2738, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-preview-actions {
  background: rgba(0, 0, 0, 0.15);
}

/* line 2742, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-edit-composer {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.9rem;
  padding: 0.85rem 1rem 0.75rem;
}

/* line 2749, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-edit-composer-input {
  width: 100%;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.45;
  resize: none;
  outline: none;
  padding: 0;
  margin: 0 0 0.75rem;
}

/* line 2761, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-edit-composer-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.guest-site-edit-composer-input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

/* line 2766, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-edit-composer-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
}

/* line 2774, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-edit-composer-examples {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

/* line 2780, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-edit-chip {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.45rem 0.75rem;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

/* line 2792, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-edit-chip:hover:not(:disabled), .guest-site-edit-chip:focus:not(:disabled) {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  outline: none;
}

/* line 2800, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-edit-chip:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

/* line 2806, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-preview-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

/* line 2812, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-preview-ctas form {
  display: inline-flex;
  margin: 0;
}

/* line 2817, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-preview-ctas .btn {
  white-space: nowrap;
}

/* line 2823, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-preview-shell {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

/* line 2830, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-preview-frame-wrap {
  position: relative;
  overflow: hidden;
  background: #fff;
  line-height: 0;
}

/* line 2836, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-preview-frame-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.75rem;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(46, 50, 73, 0), #2e3249);
}

/* line 2852, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-preview-frame {
  display: block;
  min-height: 78vh;
  height: 78vh;
  background: #fff;
}

@media (min-width: 1200px) {
  /* line 2860, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
  .guest-site-preview-frame {
    min-height: 82vh;
    height: 82vh;
  }
}

/* line 2866, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-waiting {
  min-height: 22rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 2874, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-waiting-spinner {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 3px solid rgba(255, 255, 255, 0.12);
  border-top-color: #20C98B;
  animation: guest-site-spin 0.85s linear infinite;
}

/* line 2883, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-waiting-status {
  min-height: 1.6em;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

/* line 2889, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-waiting-status.is-fading {
  opacity: 0;
  transform: translateY(4px);
}

/* line 2895, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-waiting-progress {
  width: 80%;
  max-width: 18rem;
  height: 0.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

/* line 2904, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-waiting-progress-bar {
  width: 4%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #20C98B, #45e1a8);
  transition: width 0.9s ease;
}

/* line 2912, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.guest-site-waiting-countdown {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.95rem;
}

@keyframes guest-site-spin {
  to {
    transform: rotate(360deg);
  }
}

/* line 2921, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-card,
.basin-site-panel,
.basin-site-pricing-card {
  background: #2c3046;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* line 2928, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-pricing-card--featured {
  border-color: rgba(32, 201, 139, 0.55);
  box-shadow: 0 0 0 1px rgba(32, 201, 139, 0.2);
}

/* line 2933, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-chip {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* line 2938, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-demo-card {
  display: block;
  transition: transform 0.15s ease;
}

/* line 2942, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-demo-card:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

/* line 2946, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-demo-card:hover .basin-site-card {
  border-color: rgba(32, 201, 139, 0.35);
}

/* line 2951, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-demo-card__browser {
  background: #1a1d2e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* line 2957, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-demo-card__bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
}

/* line 2964, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-demo-card__dots {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}

/* line 2970, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-demo-card__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #475569;
}

/* line 2976, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-demo-card__dot--red {
  background: #f87171;
}

/* line 2977, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-demo-card__dot--amber {
  background: #fbbf24;
}

/* line 2978, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-demo-card__dot--green {
  background: #34d399;
}

/* line 2981, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-demo-card__url {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #94a3b8;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 2997, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-demo-card__preview {
  position: relative;
  height: 260px;
  overflow: hidden;
  background: #0f111a;
}

/* line 3004, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.basin-site-demo-card__thumb {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

/* line 3013, app/assets/stylesheets/landing/_purpose_custom.scss.erb */
.text-bg-tertiary {
  background: rgba(189, 221, 129, 0.8);
}

/* line 1, app/assets/stylesheets/trix_style_override.css */
trix-editor {
  width: 100% !important;
  height: 720px !important;
  max-height: 720px !important;
  overflow-y: auto !important;
}

/* line 8, app/assets/stylesheets/trix_style_override.css */
figure[data-trix-attachment] > img {
  width: 100%;
  height: auto;
}

/* line 13, app/assets/stylesheets/trix_style_override.css */
figure[data-trix-attachment] > figcaption.attachment__caption {
  display: none;
}
