/* line 3, app/assets/stylesheets/editing/jquery_treegrid.scss */
.treegrid-indent {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
}

/* line 4, app/assets/stylesheets/editing/jquery_treegrid.scss */
.treegrid-expander {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

/* line 5, app/assets/stylesheets/editing/jquery_treegrid.scss */
.treegrid-expander-expanded {
  background-image: url(/assets/editing/collapse-9d08df88fc6ba16cad111bee6f439c33567544dfc4e1b20a3a78e7e81a5c5da5.png);
}

/* line 6, app/assets/stylesheets/editing/jquery_treegrid.scss */
.treegrid-expander-collapsed {
  background-image: url(/assets/editing/expand-7e2a4884b27d942d6b976f454000781c13df067c4da0df4d65c78c11ae8ca334.png);
}

/* line 8, app/assets/stylesheets/editing/jquery_treegrid.scss */
.tree-navigation table.tree tr td small {
  color: #555;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-4.1.3/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: #68B42E;
  --secondary: #6D6D6D;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #C91347;
  --light: #F2F5F7;
  --dark: #3D3F44;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 9999px;
  --font-family-sans-serif: "Poppins", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

/* line 27, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

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

/* line 57, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

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

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

/* line 121, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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

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

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

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

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

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

/* line 162, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
dfn {
  font-style: italic;
}

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

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

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

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

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

/* line 198, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #68B42E;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

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

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

/* line 225, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 235, ../usr/local/bundle/gems/bootstrap-4.1.3/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 243, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

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

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

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

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

/* line 291, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 299, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
}

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

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

/* line 327, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

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

/* line 348, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 356, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 364, ../usr/local/bundle/gems/bootstrap-4.1.3/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 372, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 379, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 391, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 397, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 412, ../usr/local/bundle/gems/bootstrap-4.1.3/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 424, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 429, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 434, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 447, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 457, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 466, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 470, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 475, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
template {
  display: none;
}

/* line 481, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

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

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

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

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

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

/* line 67, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

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

/* line 106, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

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

/* line 122, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 8, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

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

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

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

/* line 2, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_code.scss */
a > code {
  color: inherit;
}

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

/* line 22, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

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

/* line 37, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_grid.scss */
.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 6, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 6, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 704px;
  }
}

@media (min-width: 992px) {
  /* line 6, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 1008px;
  }
}

@media (min-width: 9999px) {
  /* line 6, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 1304px;
  }
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

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

/* line 32, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 32, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 51, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 32, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 51, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  /* line 32, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 51, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 9999px) {
  /* line 32, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 51, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(2.4rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.4;
  color: #313131;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #5b5b5b;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 7, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-control {
    transition: none;
  }
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #313131;
  background-color: #fff;
  border-color: #abdf82;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(104, 180, 46, 0.25);
}

/* line 41, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-webkit-input-placeholder {
  color: #5b5b5b;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #5b5b5b;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #5b5b5b;
  opacity: 1;
}
.form-control::placeholder {
  color: #5b5b5b;
  opacity: 1;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #313131;
  background-color: #fff;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 86, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.4;
}

/* line 94, ../usr/local/bundle/gems/bootstrap-4.1.3/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 101, ../usr/local/bundle/gems/bootstrap-4.1.3/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 114, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.4;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 126, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 141, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 159, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 165, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 175, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 179, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.625rem;
}

/* line 189, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 195, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 207, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 213, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 218, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 223, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 227, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 234, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

/* line 38, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.4rem 0.8rem;
  margin-top: .1rem;
  font-size: 0.7rem;
  line-height: 1.5;
  color: #fff;
  background-color: #28a745;
  border-radius: 0;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-4.1.3/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 88, ../usr/local/bundle/gems/bootstrap-4.1.3/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 98, ../usr/local/bundle/gems/bootstrap-4.1.3/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 101, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

/* line 106, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 112, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

/* line 118, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(40, 167, 69, 0.25);
}

/* line 129, ../usr/local/bundle/gems/bootstrap-4.1.3/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 132, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 141, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.625rem;
  font-size: 80%;
  color: #C91347;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.4rem 0.8rem;
  margin-top: .1rem;
  font-size: 0.7rem;
  line-height: 1.5;
  color: #fff;
  background-color: #c91347;
  border-radius: 0;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #C91347;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #C91347;
  box-shadow: 0 0 0 0 rgba(201, 19, 71, 0.25);
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #C91347;
}

/* line 88, ../usr/local/bundle/gems/bootstrap-4.1.3/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 98, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #C91347;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #f16b91;
}

/* line 106, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 112, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #ea255d;
}

/* line 118, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(201, 19, 71, 0.25);
}

/* line 129, ../usr/local/bundle/gems/bootstrap-4.1.3/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: #C91347;
}

/* line 132, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 141, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0 rgba(201, 19, 71, 0.25);
}

/* line 262, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 270, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 276, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 284, ../usr/local/bundle/gems/bootstrap-4.1.3/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 293, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 300, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 304, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  /* line 311, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 318, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 325, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 329, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 3, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 2, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.1.3/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 36, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 93, ../usr/local/bundle/gems/bootstrap-4.1.3/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 104, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

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

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

/* line 129, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #68B42E;
}

/* line 136, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 147, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 152, ../usr/local/bundle/gems/bootstrap-4.1.3/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 162, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

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

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 75, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 85, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 90, ../usr/local/bundle/gems/bootstrap-4.1.3/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 95, ../usr/local/bundle/gems/bootstrap-4.1.3/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 117, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 122, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

/* line 127, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 136, ../usr/local/bundle/gems/bootstrap-4.1.3/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 141, ../usr/local/bundle/gems/bootstrap-4.1.3/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 161, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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

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

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

/* line 24, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

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

/* line 39, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.1.3/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 51, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-4.1.3/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 57, ../usr/local/bundle/gems/bootstrap-4.1.3/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 68, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 75, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-4.1.3/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 88, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 97, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #313131;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #5b5b5b;
  border-radius: 0;
}

/* line 113, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.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 {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 137, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.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 {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

/* line 166, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1rem;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 0.9375rem;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFFFFF;
  background-color: #68B42E;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(104, 180, 46, 0.25);
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #F2F5F7;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #313131;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: white;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.0625rem;
  left: -1rem;
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: white;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.0625rem;
  left: -1rem;
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 99, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 5px;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #68B42E;
}

/* line 107, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

/* line 113, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #68B42E;
}

/* line 117, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23FFFFFF' d='M0 2h4'/%3E%3C/svg%3E");
}

/* line 123, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #979797;
}

/* line 126, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: #979797;
}

/* line 137, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 142, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #68B42E;
}

/* line 145, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23FFFFFF'/%3E%3C/svg%3E");
}

/* line 151, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #979797;
}

/* line 164, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.4rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.4;
  color: #313131;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #5b5b5b;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 183, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #abdf82;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(171, 223, 130, 0.5);
}

/* line 192, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #313131;
  background-color: #fff;
}

/* line 203, ../usr/local/bundle/gems/bootstrap-4.1.3/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 210, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 216, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 221, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

/* line 228, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

/* line 240, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.4rem + 2px);
  margin-bottom: 0;
}

/* line 248, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.4rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 256, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #abdf82;
  box-shadow: 0 0 0 0 rgba(104, 180, 46, 0.25);
}

/* line 260, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #abdf82;
}

/* line 265, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 270, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 276, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.4rem + 2px);
  padding: 0.5rem 1rem;
  line-height: 1.4;
  color: #313131;
  background-color: #fff;
  border: 1px solid #5b5b5b;
  border-radius: 0;
}

/* line 291, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.4rem;
  padding: 0.5rem 1rem;
  line-height: 1.4;
  color: #313131;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #5b5b5b;
  border-radius: 0 0 0 0;
}

/* line 315, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 321, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus {
  outline: none;
}

/* line 326, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(104, 180, 46, 0.25);
}

/* line 327, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(104, 180, 46, 0.25);
}

/* line 328, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(104, 180, 46, 0.25);
}

/* line 331, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 335, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #68B42E;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 335, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

/* line 346, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #c6eaab;
}

/* line 351, ../usr/local/bundle/gems/bootstrap-4.1.3/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 362, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #68B42E;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 362, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

/* line 372, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #c6eaab;
}

/* line 377, ../usr/local/bundle/gems/bootstrap-4.1.3/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 388, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #68B42E;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 388, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-ms-thumb {
    transition: none;
  }
}

/* line 401, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #c6eaab;
}

/* line 406, ../usr/local/bundle/gems/bootstrap-4.1.3/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 417, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 422, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 429, ../usr/local/bundle/gems/bootstrap-4.1.3/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 screen and (prefers-reduced-motion: reduce) {
  /* line 429, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

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

/* line 47, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 75, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #68B42E;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 99, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 112, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

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

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

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

/* line 30, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

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

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

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #45771e;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(104, 180, 46, 0.25);
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-4.1.3/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 45, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #68B42E;
  border-color: #68B42E;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

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

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

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

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

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

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

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #68B42E;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #518b24;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #6D6D6D;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545454;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #C91347;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #9a0f37;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #F2F5F7;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d2dde4;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #3D3F44;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #252629;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

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

/* line 52, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #68B42E;
  border-color: #68B42E;
}

/* line 88, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 95, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #365e18;
  background-color: #d5eac4;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/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: #365e18;
  background-color: #c8e3b1;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #365e18;
  border-color: #365e18;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #393939;
  background-color: #d6d6d6;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/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: #393939;
  background-color: #c9c9c9;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #393939;
  border-color: #393939;
}

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

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/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, ../usr/local/bundle/gems/bootstrap-4.1.3/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, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/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, ../usr/local/bundle/gems/bootstrap-4.1.3/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, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

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

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

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #690a25;
  background-color: #f0bdcb;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/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: #690a25;
  background-color: #eba8bb;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #690a25;
  border-color: #690a25;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #7e7f80;
  background-color: #fbfcfd;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/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: #7e7f80;
  background-color: #eaeff5;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7e7f80;
  border-color: #7e7f80;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #202123;
  background-color: #c9c9cb;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/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: #202123;
  background-color: #bcbcbe;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #202123;
  border-color: #202123;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-4.1.3/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 10, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_close.scss */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

/* line 59, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

/* line 67, ../usr/local/bundle/gems/bootstrap-4.1.3/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 84, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 94, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 95, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 100, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 108, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 116, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 132, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

/* line 140, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 141, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 145, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 156, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 161, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  /* line 164, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  /* line 174, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 179, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg {
    max-width: 800px;
  }
}

/* line 2, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 1;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.5rem;
  height: 0.4rem;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.1.3/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.25rem 0;
  border-top-color: white;
}

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

/* line 49, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.5rem;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.25rem 0.4rem 0.25rem 0;
  border-right-color: white;
}

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

/* line 65, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.25rem 0.4rem;
  border-bottom-color: white;
}

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

/* line 79, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.5rem;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.25rem 0 0.25rem 0.4rem;
  border-left-color: white;
}

/* line 108, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.4rem 0.8rem;
  color: #000000;
  text-align: center;
  background-color: white;
  border-radius: 0;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 250px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7rem;
  word-wrap: break-word;
  background-color: #68B42E;
  background-clip: padding-box;
  border: 0 solid rgba(29, 31, 36, 0.2);
  border-radius: 0;
}

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

/* line 27, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 0) * -1);
}

/* line 45, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(29, 31, 36, 0.25);
}

/* line 55, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 0;
  border-top-color: #68B42E;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 0) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(29, 31, 36, 0.25);
}

/* line 81, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 0;
  border-right-color: #68B42E;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 90, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 0) * -1);
}

/* line 94, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

/* line 99, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(29, 31, 36, 0.25);
}

/* line 104, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 0;
  border-bottom-color: #68B42E;
}

/* line 110, ../usr/local/bundle/gems/bootstrap-4.1.3/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: 0 solid #68B42E;
}

/* line 122, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 0) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 132, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

/* line 137, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(29, 31, 36, 0.25);
}

/* line 142, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 0;
  border-left-color: #68B42E;
}

/* line 165, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: white;
  background-color: #68B42E;
  border-bottom: 0 solid #5ca029;
  border-top-left-radius: calc(0.3rem - 0);
  border-top-right-radius: calc(0.3rem - 0);
}

/* line 175, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 180, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 10px 10px;
  color: white;
}

/* line 3, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #68B42E !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #518b24 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #6D6D6D !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545454 !important;
}

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

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/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, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/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, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #C91347 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #9a0f37 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #F2F5F7 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d2dde4 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #3D3F44 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #252629 !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

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

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

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

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

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #68B42E !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #6D6D6D !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #C91347 !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #F2F5F7 !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #3D3F44 !important;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 14, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 14, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 14, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 9999px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 14, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 29, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 32, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 36, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 9999px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 5, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 5, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 5, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 9999px) {
  /* line 5, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 46, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 46, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 46, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 9999px) {
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 46, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 9999px) {
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #68B42E !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #518b24 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #6D6D6D !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #545454 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #C91347 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #9a0f37 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #F2F5F7 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #d2dde4 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #3D3F44 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #252629 !important;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-body {
  color: #212529 !important;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/MaterialIcons-Regular_eot-8c998b4a9c0acbb9fe5dd572c206a5a33fdd5ca2b58db87fc3b893beac85068d.eot);
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/assets/MaterialIcons-Regular_woff2-a87d66c91b2e7dc5530aef76c03bd6a3d25ea5826110bf4803b561b811cc8726.woff2) format("woff2"), url(/assets/MaterialIcons-Regular_woff-c4a1baec300d09e03a8380b85918267ee80faae8e00c6c56b48e2e74b1d9b38d.woff) format("woff"), url(/assets/MaterialIcons-Regular_ttf-b7f4a3ab562048f28dd1fa691601bc43363a61d0f876d16d8316c52e4f32d696.ttf) format("truetype");
}

/* Slider */
/* line 3, app/assets/stylesheets/application/vendor/slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, app/assets/stylesheets/application/vendor/slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 24, app/assets/stylesheets/application/vendor/slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 28, app/assets/stylesheets/application/vendor/slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, app/assets/stylesheets/application/vendor/slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, app/assets/stylesheets/application/vendor/slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, app/assets/stylesheets/application/vendor/slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

/* line 56, app/assets/stylesheets/application/vendor/slick.scss */
.slick-track:after {
  clear: both;
}

/* line 60, app/assets/stylesheets/application/vendor/slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, app/assets/stylesheets/application/vendor/slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 68, app/assets/stylesheets/application/vendor/slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 71, app/assets/stylesheets/application/vendor/slick.scss */
.slick-slide img {
  display: block;
}

/* line 74, app/assets/stylesheets/application/vendor/slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 80, app/assets/stylesheets/application/vendor/slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 84, app/assets/stylesheets/application/vendor/slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 88, app/assets/stylesheets/application/vendor/slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 92, app/assets/stylesheets/application/vendor/slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, app/assets/stylesheets/application/vendor/slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 1, app/assets/stylesheets/application/local/_pi_scrivito.sass */
.pi-scrivito-anchor-name {
  display: none;
}

/* line 4, app/assets/stylesheets/application/local/_pi_scrivito.sass */
.strong {
  font-weight: bolder;
}

/* line 7, app/assets/stylesheets/application/local/_pi_scrivito.sass */
.module-group {
  padding-top: 1.5rem;
}

/* line 13, app/assets/stylesheets/application/local/_pi_scrivito.sass */
.module.table-eventlist table tr td.appointment__hide {
  display: none !important;
}

/* line 16, app/assets/stylesheets/application/local/_pi_scrivito.sass */
.module.table-eventlist table tr:empty {
  display: none !important;
}

/* line 19, app/assets/stylesheets/application/local/_pi_scrivito.sass */
.hide-empty {
  display: none !important;
}

/* line 22, app/assets/stylesheets/application/local/_pi_scrivito.sass */
[data-pi-type="select"].um-contact-form-topic {
  display: none;
}

/* Forms */
/* line 27, app/assets/stylesheets/application/local/_pi_scrivito.sass */
form.pi-um-form .pigroup {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /* one item */
  /* two items */
  /* three items */
  /* four items */
}

/* line 32, app/assets/stylesheets/application/local/_pi_scrivito.sass */
form.pi-um-form .pigroup .w-100 {
  display: none;
}

/* line 36, app/assets/stylesheets/application/local/_pi_scrivito.sass */
form.pi-um-form .pigroup .form-group:first-child:nth-last-child(1) {
  width: 100%;
}

/* line 41, app/assets/stylesheets/application/local/_pi_scrivito.sass */
form.pi-um-form .pigroup .form-group:first-child:nth-last-child(2),
form.pi-um-form .pigroup .form-group:first-child:nth-last-child(2) ~ .form-group {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 50, app/assets/stylesheets/application/local/_pi_scrivito.sass */
form.pi-um-form .pigroup .form-group:first-child:nth-last-child(3),
form.pi-um-form .pigroup .form-group:first-child:nth-last-child(3) ~ .form-group {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

/* line 58, app/assets/stylesheets/application/local/_pi_scrivito.sass */
form.pi-um-form .pigroup .form-group:first-child:nth-last-child(4),
form.pi-um-form .pigroup .form-group:first-child:nth-last-child(4) ~ .form-group {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 67, app/assets/stylesheets/application/local/_pi_scrivito.sass */
form.pi-um-form .form-group[data-pi-type="radio"] .pi-form-input {
  display: flex;
  flex-wrap: wrap;
  /* Radio buttons Vertical */
  /* one item */
  /* two items */
  /* three items */
  /* four items */
}

/* line 71, app/assets/stylesheets/application/local/_pi_scrivito.sass */
form.pi-um-form .form-group[data-pi-type="radio"] .pi-form-input .form-control {
  width: auto;
  height: auto;
  display: inline-block;
}

/* line 77, app/assets/stylesheets/application/local/_pi_scrivito.sass */
form.pi-um-form .form-group[data-pi-type="radio"] .pi-form-input .pi-radio-item.pi-radio-control-vertical {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

/* line 82, app/assets/stylesheets/application/local/_pi_scrivito.sass */
form.pi-um-form .form-group[data-pi-type="radio"] .pi-form-input .pi-radio-item:first-child:nth-last-child(1) {
  width: 100%;
}

/* line 87, app/assets/stylesheets/application/local/_pi_scrivito.sass */
form.pi-um-form .form-group[data-pi-type="radio"] .pi-form-input .pi-radio-item:first-child:nth-last-child(2),
form.pi-um-form .form-group[data-pi-type="radio"] .pi-form-input .pi-radio-item:first-child:nth-last-child(2) ~ .pi-radio-item {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 96, app/assets/stylesheets/application/local/_pi_scrivito.sass */
form.pi-um-form .form-group[data-pi-type="radio"] .pi-form-input .pi-radio-item:first-child:nth-last-child(3),
form.pi-um-form .form-group[data-pi-type="radio"] .pi-form-input .pi-radio-item:first-child:nth-last-child(3) ~ .pi-radio-item {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

/* line 104, app/assets/stylesheets/application/local/_pi_scrivito.sass */
form.pi-um-form .form-group[data-pi-type="radio"] .pi-form-input .pi-radio-item:first-child:nth-last-child(4),
form.pi-um-form .form-group[data-pi-type="radio"] .pi-form-input .pi-radio-item:first-child:nth-last-child(4) ~ .pi-radio-item {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 112, app/assets/stylesheets/application/local/_pi_scrivito.sass */
form.pi-um-form .form-group[data-pi-type="checkbox"] .custom-control-label {
  padding-left: 1em;
}

/* line 117, app/assets/stylesheets/application/local/_pi_scrivito.sass */
form.pi-um-form .form-group[data-pi-type="checkbox"] .custom-control-input:checked ~ .custom-control-label::before {
  color: #FFFFFF;
  background-color: #68B42E;
  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='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

/* line 123, app/assets/stylesheets/application/local/_pi_scrivito.sass */
form.pi-um-form .pi-form-control__has-error .pi-message-text ul li:before {
  background-color: #C91347;
}

/* line 127, app/assets/stylesheets/application/local/_pi_scrivito.sass */
.w_contact_form_widget .um-form-event-data {
  background-color: #FFFFFF;
  padding: 0.5em;
  border: 1px solid #5b5b5b;
  margin-bottom: 2em;
}

/* line 134, app/assets/stylesheets/application/local/_pi_scrivito.sass */
.w_contact_form_widget .um-form-event-data dl dt, .w_contact_form_widget .um-form-event-data dl dd {
  display: inline-block;
}

/* line 137, app/assets/stylesheets/application/local/_pi_scrivito.sass */
.w_contact_form_widget .um-form-event-data dl dt {
  min-width: 120px;
}

/* line 140, app/assets/stylesheets/application/local/_pi_scrivito.sass */
.w_contact_form_widget .um-form-event-data dl dd {
  margin-left: 2em;
}

/* line 144, app/assets/stylesheets/application/local/_pi_scrivito.sass */
.w_contact_form_widget.section--white .um-formm-event-data {
  background-color: #F2F5F7;
}

/* line 150, app/assets/stylesheets/application/local/_pi_scrivito.sass */
.w_image_widget.center .article__image {
  text-align: center;
}

/* line 154, app/assets/stylesheets/application/local/_pi_scrivito.sass */
.w_image_widget.left .article__image {
  text-align: left;
}

/* line 158, app/assets/stylesheets/application/local/_pi_scrivito.sass */
.w_image_widget.right .article__image {
  text-align: right;
}

/* line 163, app/assets/stylesheets/application/local/_pi_scrivito.sass */
.w_image_widget.full_width .article__image .scrivito-editors-image-ui-container,
.w_image_widget.full_width .article__image a.is-image,
.w_image_widget.full_width .article__image image {
  width: 100%;
}

/* Overrides fot ADL Comment Pages /* */
/* line 172, app/assets/stylesheets/application/local/_pi_scrivito.sass */
body[data-pi-obj_class="PAdlPage"] .article--intro .article__text {
  font-size: 90%;
  line-height: 1.25em;
}

/* line 177, app/assets/stylesheets/application/local/_pi_scrivito.sass */
body[data-pi-obj_class="PAdlPage"] .w_adl_article_widget sup {
  font-weight: 800;
  color: #056804;
}

/* line 181, app/assets/stylesheets/application/local/_pi_scrivito.sass */
body[data-pi-obj_class="PAdlPage"] .w_adl_article_widget abbr {
  text-decoration: underline;
  -webkit-text-decoration-color: #bbbbbb;
          text-decoration-color: #bbbbbb;
  font-style: italic;
}

/* line 186, app/assets/stylesheets/application/local/_pi_scrivito.sass */
body[data-pi-obj_class="PAdlPage"] .w_adl_article_widget .table td, body[data-pi-obj_class="PAdlPage"] .w_adl_article_widget .table th {
  text-align: left;
}

/* line 189, app/assets/stylesheets/application/local/_pi_scrivito.sass */
body[data-pi-obj_class="PAdlPage"] .w_adl_article_widget .w-headline-widget {
  margin-top: 2.5rem;
}

/* line 195, app/assets/stylesheets/application/local/_pi_scrivito.sass */
.container.um-nl-print-unsubscribe-form .form-group .pi-error-message-text ul.error-list {
  padding-bottom: 16px;
}

/* line 198, app/assets/stylesheets/application/local/_pi_scrivito.sass */
.container.um-nl-print-unsubscribe-form .form-group .pi-error-message-text ul.error-list li:before {
  background-color: #C91347;
}

/* line 201, app/assets/stylesheets/application/local/_pi_scrivito.sass */
.pi-form-control__has-success > .pi-message-text {
  border-color: #53D769;
}

/* line 204, app/assets/stylesheets/application/local/_pi_scrivito.sass */
.pi-message-text {
  border: 1px solid #ddd;
  border-left: 5px solid #ddd;
  padding: 1em 1.5em;
  margin-bottom: 1.5em;
  border-radius: 0 3px 3px 0;
}

/* line 211, app/assets/stylesheets/application/local/_pi_scrivito.sass */
.modal-footer {
  flex-wrap: wrap;
}

/* line 213, app/assets/stylesheets/application/local/_pi_scrivito.sass */
.pi-disabled {
  opacity: 0.5;
}

/* line 218, app/assets/stylesheets/application/local/_pi_scrivito.sass */
.pi-form-control__has-error .form-control.custom[aria-invalid="true"] {
  border-color: #C91347;
  background-color: #fcdfe7;
}

/* line 223, app/assets/stylesheets/application/local/_pi_scrivito.sass */
.pi-ty-pretext {
  background-color: #F2F5F7;
  padding: 16px;
}

/* line 227, app/assets/stylesheets/application/local/_pi_scrivito.sass */
.pi-ty-pretext a {
  font-weight: bold;
}

/* line 232, app/assets/stylesheets/application/local/_pi_scrivito.sass */
.pi-ty-pretext .pi-ty-text > .pi-ty-icon-block {
  height: 44px;
  width: 44px;
  margin: 0 auto;
  border: #68B42E 2px solid;
  border-radius: 100%;
}

/* line 239, app/assets/stylesheets/application/local/_pi_scrivito.sass */
.pi-ty-pretext .pi-ty-text > .pi-ty-icon-block > .pi-ty-icon {
  height: 40px;
  width: 44px;
  color: #68B42E;
  background-image: url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 2.13920975v24.74760215c0 .6394876.51840713 1.1578948 1.15789474 1.1578948.22487458 0 .44488321-.065481.63315956-.1884469l18.9458643-12.3738011c.5354114-.3496844.6859728-1.0671962.3362883-1.6026074-.0876198-.1341573-.202131-.2486684-.3362883-.3362883l-18.9458643-12.37380114c-.53541128-.34968436-1.25292307-.19912296-1.60260744.33628832-.12296584.18827635-.18844686.40828497-.18844686.63315957z' fill='%2368B42E' fill-rule='evenodd' transform='translate(5 2)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 247, app/assets/stylesheets/application/local/_pi_scrivito.sass */
.pi-ty-pretext .pi-ty-text > .pi-ty-text-block {
  padding-top: 12px;
}

/* line 1, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
body.compensate-for-scrollbar {
  overflow: hidden;
}

/* line 5, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-active {
  height: auto;
}

/* line 9, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

/* line 17, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

/* line 33, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-container * {
  box-sizing: border-box;
}

/* line 37, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 48, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

/* line 53, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

/* line 61, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* line 66, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

/* line 78, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

/* line 87, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 106, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-toolbar {
  right: 0;
  top: 0;
}

/* line 111, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

/* line 119, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

/* line 123, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

/* line 144, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

/* line 153, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

/* line 160, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

/* line 165, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-slide--image::before {
  display: none;
}

/* line 169, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-slide--html {
  padding: 6px;
}

/* line 173, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

/* line 186, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

/* line 212, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

/* line 217, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

/* line 222, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 228, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* line 233, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-container [data-selectable='true'] {
  cursor: text;
}

/* line 237, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

/* line 256, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-spaceball {
  z-index: 1;
}

/* line 260, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

/* line 270, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-slide--video .fancybox-content {
  background: #000;
}

/* line 274, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

/* line 278, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

/* line 282, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
/* line 295, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

/* line 301, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

/* line 309, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
/* line 318, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

/* line 335, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

/* line 341, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-button:hover {
  color: #fff;
}

/* line 345, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-button:focus {
  outline: none;
}

/* line 349, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

/* line 353, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
/* line 361, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-button div {
  height: 100%;
}

/* line 365, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

/* line 373, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

/* line 378, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

/* line 383, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

/* line 388, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
/* line 409, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

/* line 423, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

/* line 428, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

/* line 435, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

/* line 439, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
/* line 445, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

/* line 454, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

/* line 458, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

/* line 463, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
/* line 469, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

/* line 482, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

/* line 497, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

/* line 504, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
/* line 510, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
/* line 543, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
/* line 548, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

/* line 554, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

/* line 560, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
/* line 567, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 573, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
/* line 578, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

/* line 584, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

/* line 590, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
/* line 597, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

/* line 604, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* line 611, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
/* line 619, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

/* line 625, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

/* line 631, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
/* line 638, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

/* line 643, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

/* line 648, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  /* line 655, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
  .fancybox-caption {
    padding: 12px;
  }
  /* line 659, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  /* line 664, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
  .fancybox-slide--image {
    padding: 6px 0;
  }
  /* line 668, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
  .fancybox-close-small {
    right: -6px;
  }
  /* line 672, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}

/* Share */
/* line 685, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

/* line 693, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

/* line 700, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-share p {
  margin: 0;
  padding: 0;
}

/* line 705, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

/* line 724, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

/* line 729, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-share__button:hover {
  text-decoration: none;
}

/* line 733, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-share__button--fb {
  background: #3b5998;
}

/* line 737, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-share__button--fb:hover {
  background: #344e86;
}

/* line 741, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-share__button--pt {
  background: #bd081d;
}

/* line 745, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-share__button--pt:hover {
  background: #aa0719;
}

/* line 749, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-share__button--tw {
  background: #1da1f2;
}

/* line 753, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

/* line 757, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

/* line 766, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-share__button svg path {
  fill: #fff;
}

/* line 770, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
/* line 784, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

/* line 800, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

/* line 805, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

/* line 809, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

/* line 813, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

/* line 827, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

/* line 831, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

/* line 835, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

/* line 841, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

/* line 846, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

/* line 867, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

/* line 880, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

/* line 884, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  /* line 890, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
  .fancybox-thumbs {
    width: 110px;
  }
  /* line 894, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  /* line 898, app/assets/stylesheets/application/vendor/_jquery.fancybox.scss */
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/* line 1, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
[data-fancybox] {
  display: inline-block;
  position: relative;
}

/* line 5, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
[data-fancybox].is-video {
  cursor: default;
}

/* line 8, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
[data-fancybox].is-video .fancybox-play-video {
  width: 55px;
  height: 55px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 2.13920975v24.74760215c0 .6394876.51840713 1.1578948 1.15789474 1.1578948.22487458 0 .44488321-.065481.63315956-.1884469l18.9458643-12.3738011c.5354114-.3496844.6859728-1.0671962.3362883-1.6026074-.0876198-.1341573-.202131-.2486684-.3362883-.3362883l-18.9458643-12.37380114c-.53541128-.34968436-1.25292307-.19912296-1.60260744.33628832-.12296584.18827635-.18844686.40828497-.18844686.63315957z' fill='%2368B42E' fill-rule='evenodd' transform='translate(5 2)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

/* line 26, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
[data-fancybox].is-video .fancybox-play-video:hover {
  background-image: url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 2.13920975v24.74760215c0 .6394876.51840713 1.1578948 1.15789474 1.1578948.22487458 0 .44488321-.065481.63315956-.1884469l18.9458643-12.3738011c.5354114-.3496844.6859728-1.0671962.3362883-1.6026074-.0876198-.1341573-.202131-.2486684-.3362883-.3362883l-18.9458643-12.37380114c-.53541128-.34968436-1.25292307-.19912296-1.60260744.33628832-.12296584.18827635-.18844686.40828497-.18844686.63315957z' fill='%23056804' fill-rule='evenodd' transform='translate(5 2)'/%3E%3C/svg%3E");
}

/* line 29, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
[data-fancybox].is-video .fancybox-play-video:active {
  background-color: #F0F1F2;
}

/* line 32, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
[data-fancybox].is-video.is-keyboard-focused {
  outline: 0 !important;
}

/* line 35, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
[data-fancybox].is-video.is-keyboard-focused .fancybox-play-video {
  outline: 2px dashed #F78246 !important;
  outline-offset: 2px !important;
  background-image: url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 2.13920975v24.74760215c0 .6394876.51840713 1.1578948 1.15789474 1.1578948.22487458 0 .44488321-.065481.63315956-.1884469l18.9458643-12.3738011c.5354114-.3496844.6859728-1.0671962.3362883-1.6026074-.0876198-.1341573-.202131-.2486684-.3362883-.3362883l-18.9458643-12.37380114c-.53541128-.34968436-1.25292307-.19912296-1.60260744.33628832-.12296584.18827635-.18844686.40828497-.18844686.63315957z' fill='%23056804' fill-rule='evenodd' transform='translate(5 2)'/%3E%3C/svg%3E");
}

/* line 40, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
[data-fancybox].is-image {
  cursor: default;
}

/* line 43, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
[data-fancybox].is-image .fancybox-resize {
  content: '';
  width: 36px;
  height: 34px;
  background-color: rgba(255, 255, 255, 0.8);
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  position: absolute;
  z-index: 1;
  top: 16px;
  right: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg fill='%2368b42e' fill-rule='evenodd' transform='translate(9 9)'%3E%3Cpath d='M12.8571429 2.14285714h-4.28571433v-2.14285714h6.42857143v6.42857143h-2.1428571zM2.14285714 12.8571429h4.28571429v2.1428571h-6.42857143v-6.42857143h2.14285714z'/%3E%3Cpath d='m13.1710714.31392857 1.515 1.515-12.85714283 12.85714283-1.515-1.515z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

/* line 60, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
[data-fancybox].is-image .fancybox-resize:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg fill='%23056804' fill-rule='evenodd' transform='translate(9 9)'%3E%3Cpath d='M12.8571429 2.14285714h-4.28571433v-2.14285714h6.42857143v6.42857143h-2.1428571zM2.14285714 12.8571429h4.28571429v2.1428571h-6.42857143v-6.42857143h2.14285714z'/%3E%3Cpath d='m13.1710714.31392857 1.515 1.515-12.85714283 12.85714283-1.515-1.515z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

/* line 63, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
[data-fancybox].is-image .fancybox-resize:active {
  background-color: #F0F1F2;
}

/* line 66, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
[data-fancybox].is-image.is-keyboard-focused {
  outline: 0 !important;
}

/* line 69, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
[data-fancybox].is-image.is-keyboard-focused .fancybox-resize {
  outline: 2px dashed #F78246 !important;
  outline-offset: 2px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg fill='%23056804' fill-rule='evenodd' transform='translate(9 9)'%3E%3Cpath d='M12.8571429 2.14285714h-4.28571433v-2.14285714h6.42857143v6.42857143h-2.1428571zM2.14285714 12.8571429h4.28571429v2.1428571h-6.42857143v-6.42857143h2.14285714z'/%3E%3Cpath d='m13.1710714.31392857 1.515 1.515-12.85714283 12.85714283-1.515-1.515z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

/* line 74, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
.fancybox-bg {
  background: #000000;
}

/* line 76, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
}

/* line 81, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
.fancybox-container .fancybox-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 36px;
  height: 34px;
  background-color: rgba(255, 255, 255, 0.8);
  outline: 0;
  border: 0;
  padding: 0;
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #68B42E;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: all 0.3s ease-in-out;
  bacground-repeat: no-repeat;
  background-position: center center;
}

/* line 100, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
.fancybox-container .fancybox-button:hover, .fancybox-container .fancybox-button:focus {
  color: #fff;
  background-color: #056804;
}

/* line 105, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
.fancybox-container .fancybox-button.fancybox-button--arrow_right, .fancybox-container .fancybox-button.fancybox-button--arrow_left {
  margin-top: 0;
  border-radius: 0;
  width: 36px;
  height: 36px;
  transition: all 0.3s ease-in-out;
}

/* line 113, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
.fancybox-container .fancybox-button.fancybox-button--arrow_right:hover, .fancybox-container .fancybox-button.fancybox-button--arrow_right:focus, .fancybox-container .fancybox-button.fancybox-button--arrow_left:hover, .fancybox-container .fancybox-button.fancybox-button--arrow_left:focus {
  background-color: #056804;
}

/* line 117, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
.fancybox-container .fancybox-button.fancybox-button--arrow_right {
  margin-right: 16px;
}

@media (min-width: 768px) {
  /* line 117, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
  .fancybox-container .fancybox-button.fancybox-button--arrow_right {
    margin-right: 24px;
  }
}

/* line 123, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
.fancybox-container .fancybox-button.fancybox-button--arrow_left {
  margin-left: 16px;
}

@media (min-width: 768px) {
  /* line 123, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
  .fancybox-container .fancybox-button.fancybox-button--arrow_left {
    margin-left: 24px;
  }
}

/* line 130, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
.fancybox-container .fancybox-button.fancybox-button--zoom {
  visibility: hidden;
  margin-right: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg fill='%2368b42e' fill-rule='evenodd' transform='translate(8 10)'%3E%3Cpath d='m10.6545738 10.4259895c-.5624415.1752219-1.16043591-.1386815-1.33565787-.70112308-.17522196-.56244152.13868153-1.16043593.70112307-1.3356579 1.3254465-.41292706 2.2466277-1.64526394 2.2466277-3.05587519 0-1.7673112-1.4326888-3.2-3.20000003-3.2-.91368854 0-1.76319005.38354206-2.36669068 1.046175-.39667228.4355391-1.07131291.46704688-1.506852.07037459-.4355391-.39667227-.46704688-1.0713129-.0703746-1.506852 1.00363954-1.10197833 2.42349722-1.74303092 3.94391728-1.74303092 2.94551863 0 5.33333333 2.38781467 5.33333333 5.33333333 0 2.35094972-1.5345943 4.40389783-3.7454262 5.09265617z'/%3E%3Cg transform='translate(0 4.267)'%3E%3Cpath d='m1.6 5.06666667c-.4418278 0-.8-.35817221-.8-.8 0-.4418278.3581722-.8.8-.8h5.33333333c.4418278 0 .8.3581722.8.8 0 .44182779-.3581722.8-.8.8z'/%3E%3Cpath d='m3.46666667 1.6c0-.4418278.3581722-.8.8-.8.44182779 0 .8.3581722.8.8v5.33333333c0 .4418278-.35817221.8-.8.8-.4418278 0-.8-.3581722-.8-.8z'/%3E%3C/g%3E%3Cpath d='m11.1510959 9.27348843c-.4087763-.42419947-.3962735-1.09945966.0279259-1.50823601.4241993-.40877635 1.0994596-.39627351 1.5082359.02792587l2.5697121 2.66666661c.4087763.4241995.3962735 1.0994596-.0279259 1.5082361-.4241993.4087763-1.0994596.3962735-1.5082359-.0279259z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

/* line 135, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
.fancybox-container .fancybox-button.fancybox-button--zoom:hover, .fancybox-container .fancybox-button.fancybox-button--zoom:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg fill='%23ffffff' fill-rule='evenodd' transform='translate(8 10)'%3E%3Cpath d='m10.6545738 10.4259895c-.5624415.1752219-1.16043591-.1386815-1.33565787-.70112308-.17522196-.56244152.13868153-1.16043593.70112307-1.3356579 1.3254465-.41292706 2.2466277-1.64526394 2.2466277-3.05587519 0-1.7673112-1.4326888-3.2-3.20000003-3.2-.91368854 0-1.76319005.38354206-2.36669068 1.046175-.39667228.4355391-1.07131291.46704688-1.506852.07037459-.4355391-.39667227-.46704688-1.0713129-.0703746-1.506852 1.00363954-1.10197833 2.42349722-1.74303092 3.94391728-1.74303092 2.94551863 0 5.33333333 2.38781467 5.33333333 5.33333333 0 2.35094972-1.5345943 4.40389783-3.7454262 5.09265617z'/%3E%3Cg transform='translate(0 4.267)'%3E%3Cpath d='m1.6 5.06666667c-.4418278 0-.8-.35817221-.8-.8 0-.4418278.3581722-.8.8-.8h5.33333333c.4418278 0 .8.3581722.8.8 0 .44182779-.3581722.8-.8.8z'/%3E%3Cpath d='m3.46666667 1.6c0-.4418278.3581722-.8.8-.8.44182779 0 .8.3581722.8.8v5.33333333c0 .4418278-.35817221.8-.8.8-.4418278 0-.8-.3581722-.8-.8z'/%3E%3C/g%3E%3Cpath d='m11.1510959 9.27348843c-.4087763-.42419947-.3962735-1.09945966.0279259-1.50823601.4241993-.40877635 1.0994596-.39627351 1.5082359.02792587l2.5697121 2.66666661c.4087763.4241995.3962735 1.0994596-.0279259 1.5082361-.4241993.4087763-1.0994596.3962735-1.5082359-.0279259z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

/* line 139, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
.fancybox-container .fancybox-button.fancybox-button--close {
  margin-right: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg fill='%2368b42e' transform='translate(10 10)'%3E%3Cpath d='m.14261815 1.29166667 1.14904852-1.14904852 11.59899533 11.59899535-1.1490485 1.1490485z'/%3E%3Cpath d='m.14261815 1.29166667 1.14904852-1.14904852 11.59899533 11.59899535-1.1490485 1.1490485z' transform='matrix(-1 0 0 1 13.033 0)'/%3E%3C/g%3E%3C/svg%3E%0A");
}

@media (min-width: 768px) {
  /* line 139, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
  .fancybox-container .fancybox-button.fancybox-button--close {
    margin-right: 24px;
  }
}

/* line 146, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
.fancybox-container .fancybox-button.fancybox-button--close:hover, .fancybox-container .fancybox-button.fancybox-button--close:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg fill='%23ffffff' transform='translate(10 10)'%3E%3Cpath d='m.14261815 1.29166667 1.14904852-1.14904852 11.59899533 11.59899535-1.1490485 1.1490485z'/%3E%3Cpath d='m.14261815 1.29166667 1.14904852-1.14904852 11.59899533 11.59899535-1.1490485 1.1490485z' transform='matrix(-1 0 0 1 13.033 0)'/%3E%3C/g%3E%3C/svg%3E%0A");
}

/* line 151, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
.fancybox-container.fancybox-can-pan .fancybox-button--zoom {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg fill='%2368b42e' fill-rule='evenodd' transform='translate(8 9)'%3E%3Cg transform='translate(3.2 .533)'%3E%3Cpath d='m7.48395429 10.9500759c-.56141361.178488-1.16122236-.1319346-1.33971034-.6933482-.17848797-.56141361.13193459-1.16122236.69334821-1.33971033 1.31660838-.41858402 2.22907451-1.64643848 2.22907451-3.0503507 0-1.7673112-1.4326888-3.2-3.2-3.2-1.38078162 0-2.59298185.88265889-3.03046656 2.16864081-.18973163.55771419-.79565618.85602301-1.35337037.66629138-.55771419-.18973162-.85602301-.79565617-.66629138-1.35337037.72950247-2.14436517 2.74905587-3.61489516 5.05012831-3.61489516 2.94551866 0 5.33333333 2.38781467 5.33333333 5.33333334 0 2.33974918-1.52009865 4.38526063-3.71604571 5.08340923z'/%3E%3Cpath d='m7.95109591 9.80682171c-.40877634-.42419937-.3962735-1.09945961.02792587-1.50823596.42419938-.40877634 1.09945962-.3962735 1.50823596.02792588l2.56971206 2.66666667c.4087763.4241994.3962735 1.0994596-.0279259 1.508236-.4241993.4087763-1.0994596.3962735-1.5082359-.0279259z'/%3E%3C/g%3E%3Cpath d='m1.6 10.4c-.4418278 0-.8-.3581722-.8-.8s.3581722-.8.8-.8h5.33333333c.4418278 0 .8.3581722.8.8s-.3581722.8-.8.8z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

/* line 154, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
.fancybox-container.fancybox-can-pan .fancybox-button--zoom:hover, .fancybox-container.fancybox-can-pan .fancybox-button--zoom:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg fill='%23ffffff' fill-rule='evenodd' transform='translate(8 9)'%3E%3Cg transform='translate(3.2 .533)'%3E%3Cpath d='m7.48395429 10.9500759c-.56141361.178488-1.16122236-.1319346-1.33971034-.6933482-.17848797-.56141361.13193459-1.16122236.69334821-1.33971033 1.31660838-.41858402 2.22907451-1.64643848 2.22907451-3.0503507 0-1.7673112-1.4326888-3.2-3.2-3.2-1.38078162 0-2.59298185.88265889-3.03046656 2.16864081-.18973163.55771419-.79565618.85602301-1.35337037.66629138-.55771419-.18973162-.85602301-.79565617-.66629138-1.35337037.72950247-2.14436517 2.74905587-3.61489516 5.05012831-3.61489516 2.94551866 0 5.33333333 2.38781467 5.33333333 5.33333334 0 2.33974918-1.52009865 4.38526063-3.71604571 5.08340923z'/%3E%3Cpath d='m7.95109591 9.80682171c-.40877634-.42419937-.3962735-1.09945961.02792587-1.50823596.42419938-.40877634 1.09945962-.3962735 1.50823596.02792588l2.56971206 2.66666667c.4087763.4241994.3962735 1.0994596-.0279259 1.508236-.4241993.4087763-1.0994596.3962735-1.5082359-.0279259z'/%3E%3C/g%3E%3Cpath d='m1.6 10.4c-.4418278 0-.8-.3581722-.8-.8s.3581722-.8.8-.8h5.33333333c.4418278 0 .8.3581722.8.8s-.3581722.8-.8.8z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

/* line 159, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
.fancybox-container.fancybox-is-zoomable .fancybox-button--zoom {
  visibility: visible;
}

/* line 163, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
.fancybox-container .fancybox-navigation .fancybox-button {
  top: calc(50% - 17px);
}

/* line 166, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
.fancybox-container .fancybox-caption {
  font-weight: 700;
}

/* line 169, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
.fancybox-container .fancybox-caption:before {
  display: none;
}

/* line 172, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
.fancybox-container .fancybox-caption .fb-title {
  font-size: 1.25rem;
}

/* line 175, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
.fancybox-container .fancybox-infobar {
  color: #68B42E;
  font-weight: 700;
  margin-top: 24px;
  margin-left: 16px;
  position: static !important;
}

@media (min-width: 768px) {
  /* line 175, app/assets/stylesheets/application/vendor/_jquery.fancybox.overwrites.sass */
  .fancybox-container .fancybox-infobar {
    margin-left: 24px;
  }
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/*






 */
/* Component containers
----------------------------------*/
/* line 28, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

/* line 32, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 35, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

/* line 42, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

/* line 45, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

/* line 50, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-widget-content a {
  color: #333333;
}

/* line 53, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

/* line 59, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
/* line 65, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

/* line 79, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

/* line 89, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

/* line 102, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

/* line 116, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

/* line 119, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

/* line 130, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

/* line 135, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
/* line 144, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

/* line 151, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

/* line 155, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

/* line 160, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

/* line 167, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

/* line 172, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

/* line 177, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 182, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

/* line 189, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

/* line 196, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
/* line 204, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* line 208, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-31d988765b4e6f56553c29588c500381dc3e6f0aa2980c8212202e5644aefd5d.png);
}

/* line 212, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-widget-header .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-31d988765b4e6f56553c29588c500381dc3e6f0aa2980c8212202e5644aefd5d.png);
}

/* line 215, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-32175261daee76c82bb0edf0eea16a56421866fbc31e94f3c1d570aa114502f5.png);
}

/* line 221, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-350df1b7131037de20e83c5c0f3a41a770d2ac48b5762ea772b3f4a8a7b9d47a.png);
}

/* line 225, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-0b020fc6e696d88d296e7bb1f61f1eb2ad827848e2c7382a4c3e0999e702dd9b.png);
}

/* line 229, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-40985a64b4d5dd213fba27fcd862a1bd1b337a97674f6ff0b9ec20abcee4bc69.png);
}

/* line 233, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-button .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-faf32007ae120c302213557626e660dd10e711c5dd4f1113d35f26dc05b78d2f.png);
}

/* positioning */
/* line 238, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-blank {
  background-position: 16px 16px;
}

/* line 239, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-caret-1-n {
  background-position: 0 0;
}

/* line 240, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

/* line 241, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-caret-1-e {
  background-position: -32px 0;
}

/* line 242, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-caret-1-se {
  background-position: -48px 0;
}

/* line 243, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-caret-1-s {
  background-position: -65px 0;
}

/* line 244, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

/* line 245, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-caret-1-w {
  background-position: -96px 0;
}

/* line 246, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

/* line 247, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

/* line 248, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

/* line 249, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 250, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 251, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 252, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 253, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

/* line 254, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 255, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 256, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 257, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 258, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 259, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 260, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 261, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 262, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 263, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

/* line 264, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 265, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 266, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 267, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 268, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 269, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 270, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 271, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 272, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 273, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 274, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 275, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

/* line 276, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 277, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 278, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 279, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 280, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 281, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 282, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 283, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 284, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 285, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 286, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 287, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 288, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 289, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 290, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 291, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 292, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 293, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 294, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 295, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 296, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 297, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 298, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 299, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 300, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 301, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 302, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 303, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 304, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 305, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 306, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 307, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 308, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 309, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 310, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 311, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 312, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 313, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 314, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 315, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 316, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 317, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 318, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 319, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 320, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 321, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 322, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 323, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 324, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 325, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 326, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 327, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 328, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 329, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 330, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 331, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 332, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 333, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 334, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 335, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 336, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 337, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 338, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 339, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 340, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 341, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 342, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 343, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 344, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 345, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 346, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 347, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 348, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 349, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 350, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 351, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 352, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 353, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 354, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 355, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 356, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 357, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 358, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 359, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 360, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 361, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 362, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 363, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 364, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 365, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-radio-on {
  background-position: -96px -144px;
}

/* line 366, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-radio-off {
  background-position: -112px -144px;
}

/* line 367, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 368, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 369, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 370, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 371, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 372, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 373, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 374, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 376, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 377, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 378, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 379, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 380, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 381, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 382, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 383, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 384, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 385, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 386, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 387, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 388, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 389, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 390, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 391, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 392, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 393, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 394, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 395, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 396, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 397, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 398, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 399, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 400, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 401, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 402, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 403, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 404, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 405, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 406, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 407, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 408, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 409, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 410, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 411, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 412, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 413, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 420, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

/* line 426, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

/* line 432, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

/* line 438, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
/* line 446, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

/* line 451, app/assets/stylesheets/application/vendor/_jquery_theme.scss */
.ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
/*

 */
/* line 15, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 20, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 24, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 31, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 35, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 38, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 41, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 44, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 47, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 56, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 61, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 65, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

/* line 69, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 75, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 81, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 85, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 92, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 100, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 108, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 113, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 116, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 119, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 123, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 126, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 129, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 132, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 136, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 139, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
/* line 146, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 149, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 153, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 157, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 161, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 165, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 168, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 171, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 175, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
/* line 182, app/assets/stylesheets/application/vendor/_jquery_date_picker.scss */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

/* 
 * sizes and positions
 */
/* line 6, app/assets/stylesheets/application/vendor/_datepicker.scss */
a.datepicker-button {
  cursor: pointer;
}

/* line 10, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar {
  margin: 0 10px 10px 0;
  font-size: .9em;
  padding: 2px;
  position: absolute;
  width: 261px;
  border: 1px solid #ccc;
  border-radius: 4px;
  z-index: 50;
}

/* line 23, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar div.datepicker-month-wrap {
  margin: 0;
  padding-top: 1px;
  text-align: center;
  height: 30px;
}

/* line 30, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar div.datepicker-month-fast-prev.disabled,
div.datepicker-calendar div.datepicker-month-fast-next.disabled,
div.datepicker-calendar div.datepicker-month-prev.disabled,
div.datepicker-calendar div.datepicker-month-next.disabled {
  border: none;
  cursor: default;
}

/* line 38, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar div.datepicker-month-fast-prev,
div.datepicker-calendar div.datepicker-month-fast-next,
div.datepicker-calendar div.datepicker-month-prev,
div.datepicker-calendar div.datepicker-month-next {
  cursor: pointer;
  margin: 3px;
  width: 24px;
  height: 24px;
  padding-top: 3px;
}

/* line 49, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar div.datepicker-month-fast-prev {
  padding-right: 2px;
}

/* line 53, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar div.datepicker-month-fast-next {
  padding-left: 2px;
}

/* line 57, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar div.datepicker-month-fast-prev.enabled:hover,
div.datepicker-calendar div.datepicker-month-fast-prev.enabled:focus,
div.datepicker-calendar div.datepicker-month-fast-next.enabled:hover,
div.datepicker-calendar div.datepicker-month-fast-next.enabled:focus,
div.datepicker-calendar div.datepicker-month-prev.enabled:hover,
div.datepicker-calendar div.datepicker-month-prev.enabled:focus,
div.datepicker-calendar div.datepicker-month-next.enabled:hover,
div.datepicker-calendar div.datepicker-month-next.enabled:focus {
  margin-top: 2px;
  border: 1px solid #800;
  border-radius: 4px;
}

/* line 72, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar div.datepicker-month {
  margin: 3px 56px 2px 56px;
  height: 24px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  cursor: pointer;
  padding-top: 1px;
}

/* line 82, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar div.datepicker-month:after {
  font-family: 'Glyphicons Halflings';
  font-size: 0.6em;
  display: inline-block;
  content: "\e252";
}

/* line 89, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar div.datepicker-month:hover,
div.datepicker-calendar div.datepicker-month:focus {
  padding-top: 0;
  border: 1px solid #800;
  border-radius: 4px;
}

/* line 98, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar table.datepicker-grid {
  width: 100%;
  font-size: 1.2em;
  text-align: center;
}

/* line 104, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar table.datepicker-grid.rtl {
  direction: rtl;
}

/* line 108, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar table.datepicker-grid:focus {
  outline: none;
}

/* line 114, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar table.datepicker-grid th,
div.datepicker-calendar table.datepicker-grid td {
  text-align: center;
  padding: 0;
}

/* line 120, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar table.datepicker-grid th abbr {
  border: none;
}

/* line 124, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar table.datepicker-grid td {
  border: 1px solid #999;
  cursor: pointer;
}

/* line 129, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar table.datepicker-grid td.unselectable {
  cursor: default;
}

/* line 133, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar table.datepicker-grid th,
div.datepicker-calendar table.datepicker-grid td.day {
  height: 30px;
}

/* line 138, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar table.datepicker-grid td.month {
  height: 60px;
}

/* line 142, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar table.datepicker-grid td.year {
  height: 45px;
}

/* line 146, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar table.datepicker-grid td.curDay,
div.datepicker-calendar table.datepicker-grid td.curMonth,
div.datepicker-calendar table.datepicker-grid td.curYear {
  border: 1px solid #999;
}

/* line 152, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar table.datepicker-grid td.empty {
  border: 1px solid #999;
  cursor: default;
}

/* line 157, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar .offscreen {
  position: absolute;
  left: -200em;
  top: -100em;
}

/* line 163, app/assets/stylesheets/application/vendor/_datepicker.scss */
.datepicker-overlay {
  background: #777;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  height: 100%;
  min-height: 100%;
  z-index: 40;
}

/* line 177, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar button.datepicker-close {
  height: 30px;
  width: 100%;
  font-weight: bold;
  margin-top: 1px;
  border: 1px solid #eee;
  border-radius: 2px;
}

/**************************** 
 * colors
 ***************************/
/**************************** 
 * default theme colors
 ***************************/
/* line 197, app/assets/stylesheets/application/vendor/_datepicker.scss */
a.datepicker-button.default:hover,
a.datepicker-button.default:focus {
  background-color: #DDD;
}

/* line 202, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.default {
  background-color: #FFF;
}

/* line 208, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.default div.datepicker-month-fast-prev.disabled,
div.datepicker-calendar.default div.datepicker-month-fast-next.disabled,
div.datepicker-calendar.default div.datepicker-month-prev.disabled,
div.datepicker-calendar.default div.datepicker-month-next.disabled {
  color: #999;
}

/* line 215, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.default div.datepicker-month-fast-prev.enabled:hover,
div.datepicker-calendar.default div.datepicker-month-fast-prev.enabled:focus,
div.datepicker-calendar.default div.datepicker-month-fast-next.enabled:hover,
div.datepicker-calendar.default div.datepicker-month-fast-next.enabled:focus,
div.datepicker-calendar.default div.datepicker-month-prev.enabled:hover,
div.datepicker-calendar.default div.datepicker-month-prev.enabled:focus,
div.datepicker-calendar.default div.datepicker-month-next.enabled:hover,
div.datepicker-calendar.default div.datepicker-month-next.enabled:focus,
div.datepicker-calendar.default div.datepicker-month:hover,
div.datepicker-calendar.default div.datepicker-month:focus,
div.datepicker-calendar.default button.datepicker-close:hover,
div.datepicker-calendar.default button.datepicker-close:focus {
  background-color: #EEE;
  border-color: #999;
}

/* line 231, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.default table.datepicker-grid:focus {
  outline: 1px dotted #999;
}

/* line 235, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.default tr.datepicker-weekdays {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

/* line 240, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.default table.datepicker-grid th {
  background-color: #EEE;
  border: none;
}

/* line 245, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.default table.datepicker-grid td {
  border: none;
  color: #000;
}

/* line 250, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.default table.datepicker-grid td.unselectable {
  color: #999;
}

/* line 254, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.default table.datepicker-grid td.curDay,
div.datepicker-calendar.default table.datepicker-grid td.curMonth,
div.datepicker-calendar.default table.datepicker-grid td.curYear {
  background-color: #FFF0C4;
}

/* line 260, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.default table.datepicker-grid td.empty {
  border: none;
  color: #CCC;
}

/* line 265, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.default table.datepicker-grid td.selectable:hover,
div.datepicker-calendar.default table.datepicker-grid td.selectable.focus {
  background-color: #DDD;
}

/* line 270, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.default table.datepicker-grid td.empty:hover {
  background-color: #F9F9F9;
}

/* line 274, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.default button.datepicker-close {
  background-color: #DDD;
  border-color: #999;
  color: #000;
}

/**************************** 
 * bootstrap theme colors
 ***************************/
/* line 285, app/assets/stylesheets/application/vendor/_datepicker.scss */
a.datepicker-button.bootstrap:hover,
a.datepicker-button.bootstrap:focus {
  background-color: #DDD;
}

/* line 290, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.bootstrap {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  width: 80%;
  min-width: 200px;
  font-size: .8em;
  background-clip: padding-box;
  background-color: #FFF;
  border-radius: 4px;
  line-height: 20px;
}

/* line 301, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.bootstrap.below {
  margin-top: 2px;
}

/* line 305, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.bootstrap.above {
  margin-top: -2px;
}

/* line 309, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.bootstrap:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 7px;
}

/* line 321, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.bootstrap:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
  left: 6px;
}

/* line 332, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.bootstrap.below:before {
  top: -7px;
}

/* line 336, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.bootstrap.below:after {
  top: -6px;
}

/* line 340, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.bootstrap.above:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

/* line 346, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.bootstrap.above:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}

/* line 354, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.bootstrap div.datepicker-month-fast-prev.disabled,
div.datepicker-calendar.bootstrap div.datepicker-month-fast-next.disabled,
div.datepicker-calendar.bootstrap div.datepicker-month-prev.disabled,
div.datepicker-calendar.bootstrap div.datepicker-month-next.disabled {
  color: #999;
}

/* line 361, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.bootstrap div.datepicker-month-fast-prev.enabled:hover,
div.datepicker-calendar.bootstrap div.datepicker-month-fast-prev.enabled:focus,
div.datepicker-calendar.bootstrap div.datepicker-month-fast-next.enabled:hover,
div.datepicker-calendar.bootstrap div.datepicker-month-fast-next.enabled:focus,
div.datepicker-calendar.bootstrap div.datepicker-month-prev.enabled:hover,
div.datepicker-calendar.bootstrap div.datepicker-month-prev.enabled:focus,
div.datepicker-calendar.bootstrap div.datepicker-month-next.enabled:hover,
div.datepicker-calendar.bootstrap div.datepicker-month-next.enabled:focus,
div.datepicker-calendar.bootstrap div.datepicker-month:hover,
div.datepicker-calendar.bootstrap div.datepicker-month:focus,
div.datepicker-calendar.bootstrap button.datepicker-close:hover,
div.datepicker-calendar.bootstrap button.datepicker-close:focus {
  background-color: #EEE;
  border-color: #999;
}

/* line 377, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.bootstrap table.datepicker-grid:focus {
  outline: none;
}

/* line 381, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.bootstrap tr.datepicker-weekdays {
  border: none;
}

/* line 387, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.bootstrap table.datepicker-grid th abbr {
  text-decoration: none;
  cursor: default;
}

/* line 392, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.bootstrap table.datepicker-grid td {
  border: none;
  color: #000;
}

/* line 397, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.bootstrap table.datepicker-grid td.unselectable {
  color: #999;
}

/* line 401, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.bootstrap table.datepicker-grid td.curDay,
div.datepicker-calendar.bootstrap table.datepicker-grid td.curMonth,
div.datepicker-calendar.bootstrap table.datepicker-grid td.curYear {
  background-color: #FFF0C4;
}

/* line 407, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.bootstrap table.datepicker-grid td.empty {
  border: none;
  color: #CCC;
}

/* line 412, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.bootstrap table.datepicker-grid td.selectable:hover,
div.datepicker-calendar.bootstrap table.datepicker-grid td.selectable.focus {
  background-color: #DDD;
}

/* line 417, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.bootstrap table.datepicker-grid td.empty:hover {
  background-color: #F9F9F9;
}

/* line 421, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.bootstrap button.datepicker-close {
  background-color: #DDD;
  border-color: #999;
  color: #000;
}

/**************************** 
 * maroon theme colors
 ***************************/
/* line 430, app/assets/stylesheets/application/vendor/_datepicker.scss */
a.datepicker-button.maroon {
  color: #FFF;
  background-color: #A63950;
}

/* line 435, app/assets/stylesheets/application/vendor/_datepicker.scss */
a.datepicker-button.maroon:hover,
a.datepicker-button.maroon:focus {
  color: #FFF;
  background-color: #802C3E;
}

/* line 441, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.maroon {
  background-color: #FFF;
  border-color: #CCC;
}

/* line 446, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.maroon div.datepicker-month-wrap {
  background-color: #522A3F;
  color: #FFF;
}

/* line 451, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.maroon div.datepicker-month-fast-prev.disabled,
div.datepicker-calendar.maroon div.datepicker-month-fast-next.disabled,
div.datepicker-calendar.maroon div.datepicker-month-prev.disabled,
div.datepicker-calendar.maroon div.datepicker-month-next.disabled {
  color: #999;
}

/* line 458, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.maroon div.datepicker-month-fast-prev.enabled:hover,
div.datepicker-calendar.maroon div.datepicker-month-fast-prev.enabled:focus,
div.datepicker-calendar.maroon div.datepicker-month-fast-next.enabled:hover,
div.datepicker-calendar.maroon div.datepicker-month-fast-next.enabled:focus,
div.datepicker-calendar.maroon div.datepicker-month-prev.enabled:hover,
div.datepicker-calendar.maroon div.datepicker-month-prev.enabled:focus,
div.datepicker-calendar.maroon div.datepicker-month-next.enabled:hover,
div.datepicker-calendar.maroon div.datepicker-month-next.enabled:focus,
div.datepicker-calendar.maroon div.datepicker-month:hover,
div.datepicker-calendar.maroon div.datepicker-month:focus,
div.datepicker-calendar.maroon button.datepicker-close:hover,
div.datepicker-calendar.maroon button.datepicker-close:focus {
  background-color: #A63950;
  border-color: #800;
}

/* line 474, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.maroon table.datepicker-grid:focus {
  outline: 1px dotted #A63950;
}

/* line 480, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.maroon table.datepicker-grid th {
  background-color: #A63950;
  color: #FFF;
}

/* line 485, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.maroon table.datepicker-grid td {
  background-color: #EEE;
  border-color: #999;
}

/* line 490, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.maroon table.datepicker-grid td.unselectable {
  color: #999;
}

/* line 494, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.maroon table.datepicker-grid td.curDay,
div.datepicker-calendar.maroon table.datepicker-grid td.curMonth,
div.datepicker-calendar.maroon table.datepicker-grid td.curYear {
  background-color: #FFF0C4;
}

/* line 500, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.maroon table.datepicker-grid td.empty {
  background-color: #F9F9F9;
  color: #AAA;
}

/* line 505, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.maroon table.datepicker-grid td.selectable:hover,
div.datepicker-calendar.maroon table.datepicker-grid td.selectable.focus {
  background-color: #B55A6E;
  color: #FFF;
  border-color: #800;
}

/* line 512, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.maroon table.datepicker-grid td.empty:hover {
  background-color: #F9F9F9;
  border-color: #999;
}

/* line 517, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.maroon button.datepicker-close {
  background-color: #522A3F;
  color: #FFF;
  border-color: #EEE;
}

/**************************** 
 * blue theme colors
 ***************************/
/* line 526, app/assets/stylesheets/application/vendor/_datepicker.scss */
a.datepicker-button.blue {
  color: #FFF;
  background-color: #063A5B;
}

/* line 531, app/assets/stylesheets/application/vendor/_datepicker.scss */
a.datepicker-button.blue:hover,
a.datepicker-button.blue:focus {
  background-color: #262A33;
}

/* line 536, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.blue {
  background-color: #FFF;
  border-color: #CCC;
}

/* line 541, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.blue div.datepicker-month-wrap {
  background-color: #063A5B;
  color: #FFF;
}

/* line 546, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.blue div.datepicker-month-fast-prev.disabled,
div.datepicker-calendar.blue div.datepicker-month-fast-next.disabled,
div.datepicker-calendar.blue div.datepicker-month-prev.disabled,
div.datepicker-calendar.blue div.datepicker-month-next.disabled {
  color: #999;
}

/* line 553, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.blue div.datepicker-month-fast-prev.enabled:hover,
div.datepicker-calendar.blue div.datepicker-month-fast-prev.enabled:focus,
div.datepicker-calendar.blue div.datepicker-month-fast-next.enabled:hover,
div.datepicker-calendar.blue div.datepicker-month-fast-next.enabled:focus,
div.datepicker-calendar.blue div.datepicker-month-prev.enabled:hover,
div.datepicker-calendar.blue div.datepicker-month-prev.enabled:focus,
div.datepicker-calendar.blue div.datepicker-month-next.enabled:hover,
div.datepicker-calendar.blue div.datepicker-month-next.enabled:focus,
div.datepicker-calendar.blue div.datepicker-month:hover,
div.datepicker-calendar.blue div.datepicker-month:focus,
div.datepicker-calendar.blue button.datepicker-close:hover,
div.datepicker-calendar.blue button.datepicker-close:focus {
  background-color: #0B6BA8;
  border-color: #3484B7;
}

/* line 569, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.blue table.datepicker-grid:focus {
  outline: 1px dotted #0B6BA8;
}

/* line 575, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.blue table.datepicker-grid th {
  background-color: #0B6BA8;
  color: #FFF;
}

/* line 580, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.blue table.datepicker-grid td {
  background-color: #EEE;
  border-color: #999;
}

/* line 585, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.blue table.datepicker-grid td.unselectable {
  color: #999;
}

/* line 589, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.blue table.datepicker-grid td.curDay,
div.datepicker-calendar.blue table.datepicker-grid td.curMonth,
div.datepicker-calendar.blue table.datepicker-grid td.curYear {
  background-color: #FFF0C4;
}

/* line 595, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.blue table.datepicker-grid td.empty {
  background-color: #F9F9F9;
  color: #AAA;
}

/* line 600, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.blue table.datepicker-grid td.selectable:hover,
div.datepicker-calendar.blue table.datepicker-grid td.selectable.focus {
  background-color: #0B6BA8;
  color: #FFF;
  border-color: #3484B7;
}

/* line 607, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.blue table.datepicker-grid td.empty:hover {
  background-color: #F9F9F9;
  border-color: #999;
}

/* line 612, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.blue button.datepicker-close {
  background-color: #063A5B;
  color: #FFF;
  border-color: #EEE;
}

/**************************** 
 * green theme colors
 ***************************/
/* line 621, app/assets/stylesheets/application/vendor/_datepicker.scss */
a.datepicker-button.green {
  color: #FFF;
  background-color: #0C5E2F;
}

/* line 626, app/assets/stylesheets/application/vendor/_datepicker.scss */
a.datepicker-button.green:hover,
a.datepicker-button.green:focus {
  background-color: #262A33;
}

/* line 631, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.green {
  background-color: #FFF;
  border-color: #CCC;
}

/* line 636, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.green div.datepicker-month-wrap {
  background-color: #0C5E2F;
  color: #FFF;
}

/* line 641, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.green div.datepicker-month-fast-prev.disabled,
div.datepicker-calendar.green div.datepicker-month-fast-next.disabled,
div.datepicker-calendar.green div.datepicker-month-prev.disabled,
div.datepicker-calendar.green div.datepicker-month-next.disabled {
  color: #999;
}

/* line 648, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.green div.datepicker-month-fast-prev.enabled:hover,
div.datepicker-calendar.green div.datepicker-month-fast-prev.enabled:focus,
div.datepicker-calendar.green div.datepicker-month-fast-next.enabled:hover,
div.datepicker-calendar.green div.datepicker-month-fast-next.enabled:focus,
div.datepicker-calendar.green div.datepicker-month-prev.enabled:hover,
div.datepicker-calendar.green div.datepicker-month-prev.enabled:focus,
div.datepicker-calendar.green div.datepicker-month-next.enabled:hover,
div.datepicker-calendar.green div.datepicker-month-next.enabled:focus,
div.datepicker-calendar.green div.datepicker-month:hover,
div.datepicker-calendar.green div.datepicker-month:focus,
div.datepicker-calendar.green button.datepicker-close:hover,
div.datepicker-calendar.green button.datepicker-close:focus {
  background-color: #0D803B;
  border-color: #36955C;
}

/* line 664, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.green table.datepicker-grid:focus {
  outline: 1px dotted #0D803B;
}

/* line 670, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.green table.datepicker-grid th {
  background-color: #0D803B;
  color: #FFF;
}

/* line 675, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.green table.datepicker-grid td {
  background-color: #EEE;
  border-color: #999;
}

/* line 680, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.green table.datepicker-grid td.unselectable {
  color: #999;
}

/* line 684, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.green table.datepicker-grid td.curDay,
div.datepicker-calendar.green table.datepicker-grid td.curMonth,
div.datepicker-calendar.green table.datepicker-grid td.curYear {
  background-color: #FFF0C4;
}

/* line 690, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.green table.datepicker-grid td.empty {
  background-color: #F9F9F9;
  color: #AAA;
}

/* line 695, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.green table.datepicker-grid td.selectable:hover,
div.datepicker-calendar.green table.datepicker-grid td.selectable.focus {
  background-color: #0D803B;
  color: #FFF;
  border-color: #36955C;
}

/* line 702, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.green table.datepicker-grid td.empty:hover {
  background-color: #F9F9F9;
  border-color: #999;
}

/* line 707, app/assets/stylesheets/application/vendor/_datepicker.scss */
div.datepicker-calendar.green button.datepicker-close {
  background-color: #0C5E2F;
  color: #FFF;
  border-color: #EEE;
}

/* line 1, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
a.datepicker-button.default {
  width: 44px;
  background-color: #fff;
  border-bottom: 1px solid #5b5b5b;
  transition: all 0.15s ease-in-out;
  display: inline-flex;
  align-items: center;
}

/* line 9, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
a.datepicker-button.default .glyphicon {
  width: 100%;
  height: 24px;
  border-left: 1px solid #D6DAE1;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2368b42e' transform='translate(3 2)'%3E%3Cpath d='m1.75 4.27941176v14.97058824h14.9705882v-14.97058824zm16.4705882-.5v15.97058824c0 .5522847-.4477152 1-1 1h-15.9705882c-.55228475 0-1-.4477153-1-1v-15.97058824c0-.55228475.44771525-1 1-1h15.9705882c.5522848 0 1 .44771525 1 1z'/%3E%3Cpath d='m1 10.162v-1.5h16.471v1.5z'/%3E%3Cpath d='m5.11764706 5.88235294c-.41421356 0-.75-.33578644-.75-.75v-4.38235294c0-.41421356.33578644-.75.75-.75.41421356 0 .75.33578644.75.75v4.38235294c0 .41421356-.33578644.75-.75.75zm8.23529414 0c-.4142136 0-.75-.33578644-.75-.75v-4.38235294c0-.41421356.3357864-.75.75-.75.4142135 0 .75.33578644.75.75v4.38235294c0 .41421356-.3357865.75-.75.75z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}

/* line 18, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
.section--white a.datepicker-button.default,
.box:not(.box--block-link) a.datepicker-button.default {
  background-color: #F2F5F7;
}

/* line 22, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
a.datepicker-button.default:hover,
a.datepicker-button.default:focus {
  background-color: #fff;
}

/* line 26, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
.section--white a.datepicker-button.default:hover, .section--white a.datepicker-button.default:focus {
  background-color: #F2F5F7;
}

/* line 32, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
.form-control.has-datepicker:hover + .datepicker-button {
  border-bottom-width: 4px;
  border-color: #68B42E;
}

/* line 37, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
.form-control.has-datepicker:focus + .datepicker-button {
  border-bottom-width: 2px;
  border-color: #68B42E;
}

/* line 42, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
.form-control.has-datepicker.is-invalid + .datepicker-button {
  border-bottom-width: 2px;
  border-color: #C91347;
}

/* line 47, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
.form-control.has-datepicker.is-invalid:hover + .datepicker-button {
  border-bottom-width: 2px;
  border-color: #68B42E;
}

/* line 53, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
.form-control.has-datepicker[disabled]:hover + .datepicker-button {
  border-bottom-width: 1px;
  border-color: #5b5b5b;
}

/* line 57, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
.form-control.has-datepicker[disabled] + .datepicker-button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cdefs%3E%3Crect id='disabled-pattern-a' width='40' height='40'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='disabled-pattern-b' fill='%23fff'%3E%3Cuse xlink:href='%23disabled-pattern-a'/%3E%3C/mask%3E%3Cg fill-rule='nonzero' stroke='%23E6E9EA' stroke-linecap='square' stroke-width='1.818' mask='url(%23disabled-pattern-b)'%3E%3Cpath d='M0 40L40 0M10 40L50 0M20 40L60 0M30 40L70 0M40 40L80 0M50 40L90 0M60 40L100 0M70 40L110 0' transform='translate(-34.545)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-color: transparent !important;
  pointer-events: none;
}

/* line 61, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
.form-control.has-datepicker[disabled] + .datepicker-button .glyphicon {
  background-image: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%235b5b5b' transform='translate(3 2)'%3E%3Cpath d='m1.75 4.27941176v14.97058824h14.9705882v-14.97058824zm16.4705882-.5v15.97058824c0 .5522847-.4477152 1-1 1h-15.9705882c-.55228475 0-1-.4477153-1-1v-15.97058824c0-.55228475.44771525-1 1-1h15.9705882c.5522848 0 1 .44771525 1 1z'/%3E%3Cpath d='m1 10.162v-1.5h16.471v1.5z'/%3E%3Cpath d='m5.11764706 5.88235294c-.41421356 0-.75-.33578644-.75-.75v-4.38235294c0-.41421356.33578644-.75.75-.75.41421356 0 .75.33578644.75.75v4.38235294c0 .41421356-.33578644.75-.75.75zm8.23529414 0c-.4142136 0-.75-.33578644-.75-.75v-4.38235294c0-.41421356.3357864-.75.75-.75.4142135 0 .75.33578644.75.75v4.38235294c0 .41421356-.3357865.75-.75.75z'/%3E%3C/g%3E%3C/svg%3E");
}

/* line 66, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
.input-group-datepicker.is-open .form-control {
  border-color: #68B42E;
}

/* line 69, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default {
  padding: 0 24px 24px 24px;
  width: 326px;
  border-radius: 0;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05), inset 0 -1px 0 0 #CECFCF;
  border: 0;
}

@media (max-width: 767.98px) {
  /* line 69, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
  div.datepicker-calendar.default {
    width: 296px;
  }
}

/* line 79, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default div.datepicker-month-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  height: auto;
}

/* line 86, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default div.datepicker-month-fast-next,
div.datepicker-calendar.default div.datepicker-month-next,
div.datepicker-calendar.default div.datepicker-month-fast-prev,
div.datepicker-calendar.default div.datepicker-month-prev {
  flex: 0 1 32px;
  width: 32px;
  height: 32px;
  border-radius: 50% !important;
  border: 0 !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 102, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default div.datepicker-month-fast-next:before,
div.datepicker-calendar.default div.datepicker-month-next:before,
div.datepicker-calendar.default div.datepicker-month-fast-prev:before,
div.datepicker-calendar.default div.datepicker-month-prev:before {
  content: '';
  display: block;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

/* line 109, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default div.datepicker-month-fast-next:hover, div.datepicker-calendar.default div.datepicker-month-fast-next:focus,
div.datepicker-calendar.default div.datepicker-month-next:hover,
div.datepicker-calendar.default div.datepicker-month-next:focus,
div.datepicker-calendar.default div.datepicker-month-fast-prev:hover,
div.datepicker-calendar.default div.datepicker-month-fast-prev:focus,
div.datepicker-calendar.default div.datepicker-month-prev:hover,
div.datepicker-calendar.default div.datepicker-month-prev:focus {
  margin-top: 3px !important;
  border: 0 !important;
  outline: 0 !important;
  background-color: #F2F5F7 !important;
}

/* line 116, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default div.datepicker-month-fast-next .glyphicon,
div.datepicker-calendar.default div.datepicker-month-next .glyphicon,
div.datepicker-calendar.default div.datepicker-month-fast-prev .glyphicon,
div.datepicker-calendar.default div.datepicker-month-prev .glyphicon {
  display: none;
}

/* line 119, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default div.datepicker-month-fast-prev {
  order: 1;
}

/* line 122, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default div.datepicker-month-fast-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='%2368b42e' transform='translate(1 2)'%3E%3Cpath d='m1.22099713 2.39856675 1.22467241-1.13046684c.40582073-.37460375 1.03847979-.34929739 1.41308354.05652335l7.17680712 7.77487442c.3535954.38306169.3535954.97349852 0 1.35656022l-7.17680712 7.7748744c-.37460375.4058207-1.00726281.4311271-1.41308354.0565233l-1.22467241-1.1304668c-.40582074-.3746038-.4311271-1.0072628-.05652334-1.4130835l5.50719459-5.96612752-5.50719459-5.96612748c-.37460376-.40582074-.3492974-1.03847979.05652334-1.41308355z' transform='matrix(-1 0 0 1 12.148 0)'/%3E%3Cpath d='m10.9987749 2.39856675 1.2246724-1.13046684c.4058208-.37460375 1.0384798-.34929739 1.4130836.05652335l7.1768071 7.77487442c.3535954.38306169.3535954.97349852 0 1.35656022l-7.1768071 7.7748744c-.3746038.4058207-1.0072628.4311271-1.4130836.0565233l-1.2246724-1.1304668c-.4058207-.3746038-.4311271-1.0072628-.0565233-1.4130835l5.5071946-5.96612752-5.5071946-5.96612748c-.3746038-.40582074-.3492974-1.03847979.0565233-1.41308355z' transform='matrix(-1 0 0 1 31.703 0)'/%3E%3C/g%3E%3C/svg%3E%0A");
}

/* line 125, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default div.datepicker-month-prev {
  order: 2;
}

/* line 128, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default div.datepicker-month-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%2368b42e' d='m1.16943518 2.0598605.92112964-.859721c.40375067-.37683396 1.03653955-.35501366 1.41337352.04873702l7.32555156 7.84880523c.358593.38420676.358593.98042975 0 1.36463655l-7.32555156 7.8488052c-.37683397.4037507-1.00962285.425571-1.41337352.048737l-.92112964-.859721c-.40375067-.376834-.42557098-1.0096228-.04873702-1.4133735l5.88631492-6.306766-5.88631492-6.30676598c-.37683396-.40375068-.35501365-1.03653956.04873702-1.41337352z' transform='matrix(-1 0 0 1 17.905 2)'/%3E%3C/svg%3E%0A");
}

/* line 131, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default div.datepicker-month-next {
  order: 4;
}

/* line 134, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default div.datepicker-month-next:before {
  background-image: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.16943518 2.0598605.92112964-.859721c.40375067-.37683396 1.03653955-.35501366 1.41337352.04873702l7.32555156 7.84880523c.358593.38420676.358593.98042975 0 1.36463655l-7.32555156 7.8488052c-.37683397.4037507-1.00962285.425571-1.41337352.048737l-.92112964-.859721c-.40375067-.376834-.42557098-1.0096228-.04873702-1.4133735l5.88631492-6.306766-5.88631492-6.30676598c-.37683396-.40375068-.35501365-1.03653956.04873702-1.41337352z' fill='%2368b42e' transform='translate(6.048634 2)'/%3E%3C/svg%3E");
}

/* line 137, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default div.datepicker-month-fast-next {
  order: 5;
}

/* line 140, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default div.datepicker-month-fast-next:before {
  background-image: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2368b42e' transform='matrix(-1 0 0 1 23 2)'%3E%3Cpath d='m1.22099713 2.39856675 1.22467241-1.13046684c.40582073-.37460375 1.03847979-.34929739 1.41308354.05652335l7.17680712 7.77487442c.3535954.38306169.3535954.97349852 0 1.35656022l-7.17680712 7.7748744c-.37460375.4058207-1.00726281.4311271-1.41308354.0565233l-1.22467241-1.1304668c-.40582074-.3746038-.4311271-1.0072628-.05652334-1.4130835l5.50719459-5.96612752-5.50719459-5.96612748c-.37460376-.40582074-.3492974-1.03847979.05652334-1.41308355z' transform='matrix(-1 0 0 1 12.148 0)'/%3E%3Cpath d='m10.9987749 2.39856675 1.2246724-1.13046684c.4058208-.37460375 1.0384798-.34929739 1.4130836.05652335l7.1768071 7.77487442c.3535954.38306169.3535954.97349852 0 1.35656022l-7.1768071 7.7748744c-.3746038.4058207-1.0072628.4311271-1.4130836.0565233l-1.2246724-1.1304668c-.4058207-.3746038-.4311271-1.0072628-.0565233-1.4130835l5.5071946-5.96612752-5.5071946-5.96612748c-.3746038-.40582074-.3492974-1.03847979.0565233-1.41308355z' transform='matrix(-1 0 0 1 31.703 0)'/%3E%3C/g%3E%3C/svg%3E");
}

/* line 143, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default div.datepicker-month {
  order: 3;
  flex: 1 0 auto;
  height: 32px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  border: 0 !important;
}

/* line 154, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default div.datepicker-month:hover, div.datepicker-calendar.default div.datepicker-month:focus {
  border: 0 !important;
  outline: 0 !important;
  background-color: #F2F5F7;
}

/* line 160, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default div.datepicker-month:after {
  display: none;
}

/* line 163, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default tr.datepicker-weekdays {
  border-top: 0;
  border-bottom: 1px solid #D6DAE1;
}

/* line 167, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default tr.datepicker-weekdays th {
  background-color: #fff;
  height: auto;
  padding: 5px 0 8px 0;
}

/* line 172, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default tr.datepicker-weekdays th abbr {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 300;
}

/* line 177, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default tr.datepicker-weekdays th:nth-child(6) {
  border-left: 1px dashed #D6DAE1;
}

/* line 181, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default table.datepicker-grid td.day {
  height: 40px;
  min-width: 35px;
  position: relative;
  font-size: 1rem;
}

@media (min-width: 576px) {
  /* line 181, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
  div.datepicker-calendar.default table.datepicker-grid td.day {
    min-width: 40px;
  }
}

/* line 189, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default table.datepicker-grid td.day:before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid transparent;
  background-color: transparent;
  border-radius: 16px;
  left: calc(50% - 17px);
  top: calc(50% - 17px);
  position: absolute;
  z-index: -1;
}

/* line 202, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default table.datepicker-grid td.day:hover, div.datepicker-calendar.default table.datepicker-grid td.day:focus {
  background-color: transparent;
  outline: 0;
}

/* line 206, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default table.datepicker-grid td.day:hover:before, div.datepicker-calendar.default table.datepicker-grid td.day:focus:before {
  border-color: #68B42E;
}

/* line 209, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default table.datepicker-grid td.day.curDay {
  background-color: transparent;
  color: #fff;
  font-weight: 600;
}

/* line 213, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default table.datepicker-grid td.day.curDay:before {
  border-color: #68B42E;
  background-color: #68B42E;
}

/* line 218, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default table.datepicker-grid td:nth-child(6) {
  border-left: 1px dashed #D6DAE1;
}

/* line 221, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default table.datepicker-grid td.empty {
  color: #979797;
}

/* line 224, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default table.datepicker-grid td.empty:hover, div.datepicker-calendar.default table.datepicker-grid td.empty:focus {
  background-color: transparent !important;
}

/* line 228, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default table.datepicker-grid td.curYear,
div.datepicker-calendar.default table.datepicker-grid td.curMonth,
div.datepicker-calendar.default table.datepicker-grid td.curDay {
  background-color: transparent;
}

/* line 233, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default table.datepicker-grid td.month {
  height: 45px;
  font-size: 1rem;
  position: relative;
}

/* line 238, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default table.datepicker-grid td.month:hover, div.datepicker-calendar.default table.datepicker-grid td.month:focus, div.datepicker-calendar.default table.datepicker-grid td.month.focus {
  background-color: transparent !important;
}

/* line 243, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default table.datepicker-grid td.month:before {
  content: '';
  display: block;
  width: calc(100% - 16px);
  height: 24px;
  border: 2px solid transparent;
  background-color: transparent;
  left: 8px;
  top: 10px;
  position: absolute;
  z-index: -1;
}

/* line 255, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default table.datepicker-grid td.month:hover, div.datepicker-calendar.default table.datepicker-grid td.month:focus {
  background-color: transparent;
  outline: 0;
}

/* line 259, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default table.datepicker-grid td.month:hover:before, div.datepicker-calendar.default table.datepicker-grid td.month:focus:before {
  border-color: #68B42E;
  background-color: transparent;
}

/* line 263, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default table.datepicker-grid td.month.focus {
  background-color: transparent !important;
  color: #fff;
  font-weight: 600;
}

/* line 267, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default table.datepicker-grid td.month.focus:before {
  border-color: #68B42E;
  background-color: #68B42E;
}

/* line 271, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default table.datepicker-grid td.year {
  height: 50px;
  font-size: 1rem;
  position: relative;
}

/* line 276, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default table.datepicker-grid td.year:hover, div.datepicker-calendar.default table.datepicker-grid td.year:focus, div.datepicker-calendar.default table.datepicker-grid td.year.focus {
  background-color: transparent !important;
}

/* line 281, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default table.datepicker-grid td.year:before {
  content: '';
  display: block;
  width: calc(100% - 10px);
  height: 28px;
  border: 2px solid transparent;
  background-color: transparent;
  left: 5px;
  top: 10px;
  position: absolute;
  z-index: -1;
}

/* line 293, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default table.datepicker-grid td.year:hover, div.datepicker-calendar.default table.datepicker-grid td.year:focus {
  background-color: transparent;
  outline: 0;
}

/* line 297, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default table.datepicker-grid td.year:hover:before, div.datepicker-calendar.default table.datepicker-grid td.year:focus:before {
  border-color: #68B42E;
  background-color: transparent;
}

/* line 301, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default table.datepicker-grid td.year.focus {
  background-color: transparent !important;
  color: #fff;
  font-weight: 600;
}

/* line 305, app/assets/stylesheets/application/vendor/datepicker.overwrites.sass */
div.datepicker-calendar.default table.datepicker-grid td.year.focus:before {
  border-color: #68B42E;
  background-color: #68B42E;
}

/* line 15, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

/* line 20, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-wrapper.had-user-interaction .label {
  font-weight: 600;
}

/* line 26, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-responsive {
  width: 100%;
}

/* line 30, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric {
  border: 1px solid #5b5b5b;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-radius: 0px;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

/* line 41, app/assets/stylesheets/application/vendor/_selectric.scss */
.section--white .selectric,
.box .selectric {
  background: #F2F5F7;
}

/* line 46, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  display: block;
  background-color: #68B42E;
  transition: all 0.3s ease-in-out;
}

/* line 57, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 39px 0 16px;
  font-size: 16px;
  line-height: 39px;
  color: #313131;
  height: 39px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 767.98px) {
  /* line 57, app/assets/stylesheets/application/vendor/_selectric.scss */
  .selectric .label {
    font-size: 16px;
  }
}

/* line 74, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 39px;
  line-height: 39px;
  background-color: transparent;
  color: transparent;
  text-align: center;
  font: 0/0 a;
  *font: 20px/39px Lucida Sans Unicode, Arial Unicode MS, Arial;
  border-radius: 0;
  min-width: auto;
  padding: 8px 16px;
}

/* line 92, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg height='16' viewBox='0 0 16 16' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m8 7.28578644 5.5857864-5.58578644c.3905243-.39052429 1.0236893-.39052429 1.4142136 0 .3876199.38761993.3876199 1.01607602 0 1.40369595-.0017464.00174638-.0034993.00348625-.0052587.00521955l-6.29293258 6.19967606c-.38928161.38351275-1.01433583.38351275-1.40361744 0l-6.29293262-6.19967606c-.39050261-.38471566-.39519387-1.01315423-.01047821-1.40365684.0017333-.00175937.00347316-.00351227.00521955-.00525866.39052429-.39052429 1.02368927-.39052429 1.41421356 0z' fill='%231d1f24' transform='translate(0 3)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease-in-out;
}

/* line 110, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-focus .selectric {
  border-color: #68B42E;
}

/* line 112, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-focus .selectric:after {
  height: 1px;
}

/* line 117, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-hover .selectric {
  border-color: #68B42E;
}

/* line 119, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-hover .selectric:after {
  height: 3px;
}

/* line 123, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-hover .selectric .button {
  color: #a2a2a2;
}

/* line 128, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-open {
  z-index: 99;
}

/* line 131, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-open .selectric {
  border-color: transparent;
}

/* line 134, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-open .selectric:after {
  height: 1px;
  width: calc(100% - 32px);
  left: 16px;
}

/* line 141, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-open .selectric .button:after {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

/* line 148, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-open .selectric-items {
  display: block;
}

/* line 153, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-disabled {
  opacity: 0.7;
}

/* line 155, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-disabled .selectric {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cdefs%3E%3Crect id='disabled-pattern-a' width='40' height='40'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='disabled-pattern-b' fill='%23fff'%3E%3Cuse xlink:href='%23disabled-pattern-a'/%3E%3C/mask%3E%3Cg fill-rule='nonzero' stroke='%23E6E9EA' stroke-linecap='square' stroke-width='1.818' mask='url(%23disabled-pattern-b)'%3E%3Cpath d='M0 40L40 0M10 40L50 0M20 40L60 0M30 40L70 0M40 40L80 0M50 40L90 0M60 40L100 0M70 40L110 0' transform='translate(-34.545)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-color: transparent;
}

/* line 161, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

/* line 167, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

/* line 172, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* line 178, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

/* line 193, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

/* line 209, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
/* line 216, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-bottom: 1px solid #CECFCF;
  z-index: -1;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05), inset 0 -1px 0 0 #CECFCF;
}

/* line 226, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-items .selectric-scroll {
  height: 100%;
  max-height: 160px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 233, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

/* line 238, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
}

/* line 248, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-items li {
  display: block;
  padding: 10px 16px;
  color: #1D1F24;
  cursor: pointer;
}

/* line 254, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-items li.selected {
  color: #1D1F24;
  font-weight: 600;
}

/* line 259, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-items li.highlighted {
  background: rgba(104, 180, 46, 0.15);
  color: #1D1F24;
}

/* line 264, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-items li:hover {
  background: rgba(104, 180, 46, 0.15);
  color: #1D1F24;
}

/* line 270, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 280, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

/* line 289, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 294, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* line 303, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-multiple .selectric-items li {
  padding-left: 50px;
  position: relative;
}

/* line 307, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-multiple .selectric-items li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 16px;
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  background-color: white;
  border: 2px solid #979797;
  border-radius: 5px;
}

/* line 319, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-multiple .selectric-items li:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 16px;
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  background-color: white;
  border: 2px solid #979797;
  border-radius: 5px;
}

/* line 332, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-multiple .selectric-items li.selected:after {
  content: '';
  background-color: #68B42E;
  border: 2px solid #68B42E;
  background-image: url("data:image/svg+xml,%3Csvg height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.62951866 8.851485 7.21653184-8.23757585c.6550709-.74775472 1.7922856-.82288985 2.5400404-.16781902.7477546.65507084.8228898 1.79228563.167819 2.54004035l-8.41006348 9.59997652c-.65796162.7510546-1.80152534.8230281-2.54846164.1603949l-5.98990128-5.31384986c-.74365452-.6597219-.81169543-1.79738319-.15197361-2.54103769.6597218-.7436545 1.79738311-.81169541 2.54103763-.15197362z' fill='%23ffffff' fill-rule='evenodd' transform='translate(1 3)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90% 90%;
}

/* line 344, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-multiple .selectric-items li:hover:before, .selectric-multiple .selectric-items li:hover:after {
  border-color: #68B42E;
}

/* line 349, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-multiple .selectric-items li:hover.selected:after {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.62951866 8.851485 7.21653184-8.23757585c.6550709-.74775472 1.7922856-.82288985 2.5400404-.16781902.7477546.65507084.8228898 1.79228563.167819 2.54004035l-8.41006348 9.59997652c-.65796162.7510546-1.80152534.8230281-2.54846164.1603949l-5.98990128-5.31384986c-.74365452-.6597219-.81169543-1.79738319-.15197361-2.54103769.6597218-.7436545 1.79738311-.81169541 2.54103763-.15197362z' fill='%2368B42E' fill-rule='evenodd' transform='translate(1 3)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90% 90%;
}

/* line 363, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-is-invalid .label {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23C91347' fill-rule='evenodd' d='M8,15 C4.13400675,15 1,11.8659932 1,8 C1,4.13400675 4.13400675,1 8,1 C11.8659932,1 15,4.13400675 15,8 C15,11.8659932 11.8659932,15 8,15 Z M8,12.5 C8.82842712,12.5 9.5,11.8284271 9.5,11 C9.5,10.1715729 8.82842712,9.5 8,9.5 C7.17157288,9.5 6.5,10.1715729 6.5,11 C6.5,11.8284271 7.17157288,12.5 8,12.5 Z M7.69821272,3 C7.63822112,3 7.57835121,3.00539847 7.51932728,3.01613009 C6.97595093,3.11492579 6.61554711,3.63550909 6.71434281,4.17888544 L7.41055728,8.00806504 C7.46235174,8.29293454 7.7104602,8.5 8,8.5 C8.2895398,8.5 8.53764826,8.29293454 8.58944272,8.00806504 L9.28565719,4.17888544 C9.29638882,4.11986151 9.30178728,4.0599916 9.30178728,4 C9.30178728,3.44771525 8.85407203,3 8.30178728,3 L7.69821272,3 Z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right 10px;
}

/* line 369, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-is-invalid.selectric-open .selectric {
  border-color: transparent;
}

/* line 371, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-is-invalid.selectric-open .selectric:after {
  background-color: #C91347;
}

/* line 376, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-is-invalid .selectric {
  border-color: #C91347;
}

/* line 378, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-is-invalid .selectric:after {
  height: 2px;
  background-color: #C91347;
}

/* line 385, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-is-invalid.selectric-focus .selectric {
  border-color: #C91347;
}

/* line 389, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-is-invalid.selectric-focus.selectric-open .selectric {
  border-color: transparent;
}

/* line 394, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-is-invalid.selectric-hover .selectric {
  border-color: #68B42E;
}

/* line 396, app/assets/stylesheets/application/vendor/_selectric.scss */
.selectric-is-invalid.selectric-hover .selectric:after {
  background-color: #68B42E;
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url(/assets/roboto-slab-v7-latin-regular-8e099f52508ea4e3c116643ff36383375e8ab33ce866e5ab4f17b63f142e98e4.woff2) format("woff2"), url(/assets/roboto-slab-v7-latin-regular-f2c510c36ca228b54b4f35a1fdfa6d439432e801ad9d7d7c625e16af8a7c2438.woff) format("woff");
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url(/assets/roboto-slab-v7-latin-700-2c45003af2c9eeeec9ac1206dd1bb6d6b759798be69d22e87fa868dc8ca056bd.woff2) format("woff2"), url(/assets/roboto-slab-v7-latin-700-b7ac25c862f46b9f7053e51bc4ab6440e2dbad60d1121d8276a42e2b6667a053.woff) format("woff");
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local("Poppins Light"), local("Poppins-Light"), url(/assets/poppins-v5-latin-300-1a193b11b14da136ed189612ddafcebe49986ab42977f97cd77158864163ef69.woff2) format("woff2"), url(/assets/poppins-v5-latin-300-d1549d751143cd945fd14ec0d1a12ffa214315f4a7ead2a9ecba7d7f24a17790.woff) format("woff");
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url(/assets/poppins-v5-latin-600-3b0e77aca7cd65a5a1f193484ae1ccf9ea15e5b68951ee2d3b177a7e8d365dd8.woff2) format("woff2"), url(/assets/poppins-v5-latin-600-c4197eb345e4a2f9cae44791b149790cf14547564f5bd0e97a49a0df55727c69.woff) format("woff");
}

/* line 1, app/assets/stylesheets/application/global/_icons.sass */
.icon {
  fill: currentColor;
  width: 32px;
  height: 32px;
}

/* line 6, app/assets/stylesheets/application/global/_icons.sass */
.icon--18 {
  width: 18px;
  height: 18px;
}

/* line 10, app/assets/stylesheets/application/global/_icons.sass */
.icon--46 {
  width: 46px;
  height: 46px;
}

/* line 1, app/assets/stylesheets/application/global/_base.sass */
body {
  font-family: "Poppins", sans-serif;
  color: #1D1F24;
  background-color: #F2F5F7;
  letter-spacing: 0.025em;
}

/* line 7, app/assets/stylesheets/application/global/_base.sass */
a:hover,
a:focus {
  color: #056804;
}

/* line 11, app/assets/stylesheets/application/global/_base.sass */
h1, h2, h3, .h1, .h2, .h3 {
  font-family: "Roboto Slab", serif;
  letter-spacing: 0.025em;
}

/* line 15, app/assets/stylesheets/application/global/_base.sass */
dt, dd {
  line-height: 1.5;
}

/* line 20, app/assets/stylesheets/application/global/_base.sass */
.row--grid {
  margin-bottom: -2rem;
}

@media (min-width: 768px) {
  /* line 20, app/assets/stylesheets/application/global/_base.sass */
  .row--grid {
    margin-bottom: 0;
  }
}

/* line 25, app/assets/stylesheets/application/global/_base.sass */
.row--grid .col-sm-6.col-lg-3 {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  /* line 25, app/assets/stylesheets/application/global/_base.sass */
  .row--grid .col-sm-6.col-lg-3 {
    margin-bottom: 0;
  }
}

/* line 31, app/assets/stylesheets/application/global/_base.sass */
.row--grid .col-md-4.col-lg-4 {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  /* line 31, app/assets/stylesheets/application/global/_base.sass */
  .row--grid .col-md-4.col-lg-4 {
    margin-bottom: 0;
  }
}

/* line 37, app/assets/stylesheets/application/global/_base.sass */
.row--grid-large {
  margin-bottom: -3rem;
}

@media (min-width: 768px) {
  /* line 37, app/assets/stylesheets/application/global/_base.sass */
  .row--grid-large {
    margin-bottom: 0;
  }
}

/* line 42, app/assets/stylesheets/application/global/_base.sass */
.row--grid-large .col-sm-6.col-lg-3 {
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  /* line 42, app/assets/stylesheets/application/global/_base.sass */
  .row--grid-large .col-sm-6.col-lg-3 {
    margin-bottom: 0;
  }
}

/* line 48, app/assets/stylesheets/application/global/_base.sass */
.row--grid-large .col-md-4.col-lg-4 {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  /* line 48, app/assets/stylesheets/application/global/_base.sass */
  .row--grid-large .col-md-4.col-lg-4 {
    margin-bottom: 0;
  }
}

/* line 54, app/assets/stylesheets/application/global/_base.sass */
.col-line-right-lg-6 {
  border-right: 1px solid #D6DAE1;
}

@media (max-width: 991.98px) {
  /* line 54, app/assets/stylesheets/application/global/_base.sass */
  .col-line-right-lg-6 {
    border-right: 0;
    border-bottom: 1px solid #D6DAE1;
  }
}

/* line 61, app/assets/stylesheets/application/global/_base.sass */
.row--grid-regular {
  margin-bottom: -2rem;
}

/* line 64, app/assets/stylesheets/application/global/_base.sass */
.row--grid-regular > div[class^="col-"] {
  padding-bottom: 2rem;
}

/* line 75, app/assets/stylesheets/application/global/_base.sass */
input:focus,
button:focus,
a:focus,
textarea:focus,
select:focus {
  outline: 0;
}

/* line 78, app/assets/stylesheets/application/global/_base.sass */
.is-keyboard-focused {
  outline: 2px dashed #F78246 !important;
  outline-offset: 2px !important;
}

/* line 1, app/assets/stylesheets/application/global/_typography.sass */
body {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.4px;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/application/global/_typography.sass */
  body {
    line-height: 1.75;
  }
}

/* line 8, app/assets/stylesheets/application/global/_typography.sass */
h1, .h1 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.5rem;
  letter-spacing: 0.2px;
}

@media (min-width: 768px) {
  /* line 8, app/assets/stylesheets/application/global/_typography.sass */
  h1, .h1 {
    font-size: 2.125rem;
    line-height: 1.2356;
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  /* line 8, app/assets/stylesheets/application/global/_typography.sass */
  h1, .h1 {
    font-size: 2.75rem;
    line-height: 1.2727;
    margin-bottom: 2.5rem;
  }
}

/* line 26, app/assets/stylesheets/application/global/_typography.sass */
h2, .h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.33;
  margin-top: 0;
  margin-bottom: 1.5rem;
  letter-spacing: 0.2px;
}

@media (min-width: 768px) {
  /* line 26, app/assets/stylesheets/application/global/_typography.sass */
  h2, .h2 {
    font-size: 1.75rem;
    line-height: 1.2857;
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  /* line 26, app/assets/stylesheets/application/global/_typography.sass */
  h2, .h2 {
    font-size: 2.25rem;
    line-height: 1.2222;
    margin-bottom: 2.5rem;
  }
}

/* line 44, app/assets/stylesheets/application/global/_typography.sass */
h3, .h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4444;
  margin-top: 0;
  margin-bottom: 1.5rem;
  letter-spacing: 0.2px;
}

@media (min-width: 768px) {
  /* line 44, app/assets/stylesheets/application/global/_typography.sass */
  h3, .h3 {
    font-size: 1.375rem;
    line-height: 1.2727;
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  /* line 44, app/assets/stylesheets/application/global/_typography.sass */
  h3, .h3 {
    font-size: 1.75rem;
    line-height: 1.2857;
    margin-bottom: 2.5rem;
  }
}

/* line 62, app/assets/stylesheets/application/global/_typography.sass */
h4, .h4 {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1.5rem;
  letter-spacing: 0.8px;
}

@media (min-width: 768px) {
  /* line 62, app/assets/stylesheets/application/global/_typography.sass */
  h4, .h4 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  /* line 62, app/assets/stylesheets/application/global/_typography.sass */
  h4, .h4 {
    font-size: 1.625rem;
    line-height: 1.3846;
    margin-bottom: 2.5rem;
  }
}

/* line 79, app/assets/stylesheets/application/global/_typography.sass */
figcaption {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5714;
  color: #6D6D6D;
}

@media (min-width: 992px) {
  /* line 79, app/assets/stylesheets/application/global/_typography.sass */
  figcaption {
    font-size: 1rem;
    line-height: 1.75;
  }
}

/* line 3, app/assets/stylesheets/application/global/_link.sass */
.link .link__icon .icon {
  margin-bottom: 3px;
}

/* line 6, app/assets/stylesheets/application/global/_link.sass */
button.link {
  border: 0;
  background: transparent;
  padding: 0;
  color: #68B42E;
}

/* line 14, app/assets/stylesheets/application/global/_link.sass */
button.link:hover .link__text, button.link:focus .link__text {
  text-decoration: underline;
}

/* line 17, app/assets/stylesheets/application/global/_link.sass */
.link--strong {
  font-weight: 600;
  text-decoration: underline;
}

/* line 21, app/assets/stylesheets/application/global/_link.sass */
.link--strong:hover, .link--strong:focus {
  text-decoration: none;
}

/* line 25, app/assets/stylesheets/application/global/_link.sass */
.link--linecaps {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  color: #68B42E;
}

/* line 32, app/assets/stylesheets/application/global/_link.sass */
.link--linecaps .link__text {
  display: inline-block;
  position: relative;
  padding-left: 70px;
}

/* line 37, app/assets/stylesheets/application/global/_link.sass */
.link--linecaps .link__text:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 54px;
  bottom: 0;
  height: 2px;
  margin-right: 0.5rem;
  margin-bottom: 2px;
  background-color: #68B42E;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  transition: all 0.3s ease-in-out;
}

/* line 53, app/assets/stylesheets/application/global/_link.sass */
.link--linecaps:hover .link__text, .link--linecaps:focus .link__text {
  color: #056804;
}

/* line 56, app/assets/stylesheets/application/global/_link.sass */
.link--linecaps:hover .link__text:before, .link--linecaps:focus .link__text:before {
  background-color: #056804;
  width: 64px;
}

/* line 60, app/assets/stylesheets/application/global/_link.sass */
.link--icon-start,
.link--icon-end {
  display: inline-flex;
}

/* line 64, app/assets/stylesheets/application/global/_link.sass */
.link--icon-start .link__text,
.link--icon-end .link__text {
  font-weight: bold;
}

/* line 67, app/assets/stylesheets/application/global/_link.sass */
.link--icon-start .link__icon,
.link--icon-end .link__icon {
  flex: 0 0 24px;
  margin-right: 4px;
}

/* line 71, app/assets/stylesheets/application/global/_link.sass */
.link--icon-start .link__icon .icon,
.link--icon-end .link__icon .icon {
  width: 24px;
  height: 24px;
}

/* line 76, app/assets/stylesheets/application/global/_link.sass */
.link--icon-end .link__text {
  order: 1;
}

/* line 78, app/assets/stylesheets/application/global/_link.sass */
.link--icon-end .link__icon {
  order: 2;
  margin-right: 0;
  margin-left: 4px;
}

/* line 84, app/assets/stylesheets/application/global/_link.sass */
.link__text {
  position: relative;
}

/* line 87, app/assets/stylesheets/application/global/_link.sass */
.link__text__badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  top: -7px;
  right: -12px;
  font-size: 0.75rem;
  font-weight: bold;
  background-color: #68B42E;
  color: #fff;
}

/* line 1, app/assets/stylesheets/application/global/_buttons.sass */
.button {
  min-width: 160px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  border: 0;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.8px;
  padding: 8px 40px;
  white-space: nowrap;
}

/* line 18, app/assets/stylesheets/application/global/_buttons.sass */
.button.button--primary {
  background-color: #68B42E;
  color: #fff;
}

/* line 22, app/assets/stylesheets/application/global/_buttons.sass */
.button.button--secondary {
  background-color: transparent;
  color: #68B42E;
}

/* line 26, app/assets/stylesheets/application/global/_buttons.sass */
.button.button--secondary .button__text {
  position: relative;
}

/* line 29, app/assets/stylesheets/application/global/_buttons.sass */
.button.button--secondary .button__text:after {
  content: "";
  width: 0;
  transition: width 0.3s ease-in-out 0s;
}

/* line 34, app/assets/stylesheets/application/global/_buttons.sass */
.button.button--icon {
  padding: 0;
  min-width: 45px;
}

/* line 38, app/assets/stylesheets/application/global/_buttons.sass */
.button.button--icon .icon {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}

/* line 45, app/assets/stylesheets/application/global/_buttons.sass */
.button.button--icon:hover .icon, .button.button--icon:focus .icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 48, app/assets/stylesheets/application/global/_buttons.sass */
a:hover .button {
  background-color: #056804;
}

/* line 53, app/assets/stylesheets/application/global/_buttons.sass */
a.button:hover, a.button:focus,
button.button:hover,
button.button:focus {
  background-color: #056804;
  text-decoration: none;
}

/* line 58, app/assets/stylesheets/application/global/_buttons.sass */
a.button:active, a.button.is-touched,
button.button:active,
button.button.is-touched {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}

/* line 62, app/assets/stylesheets/application/global/_buttons.sass */
a.button:disabled:active, a.button.is-touched:disabled,
button.button:disabled:active,
button.button.is-touched:disabled {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* line 66, app/assets/stylesheets/application/global/_buttons.sass */
a.button:disabled,
button.button:disabled {
  background-color: #6D6D6D;
  cursor: not-allowed;
}

/* line 71, app/assets/stylesheets/application/global/_buttons.sass */
a.button.button--secondary:hover, a.button.button--secondary:focus,
button.button.button--secondary:hover,
button.button.button--secondary:focus {
  background-color: transparent;
  color: #056804;
}

/* line 77, app/assets/stylesheets/application/global/_buttons.sass */
a.button.button--secondary:hover .button__text:after, a.button.button--secondary:focus .button__text:after,
button.button.button--secondary:hover .button__text:after,
button.button.button--secondary:focus .button__text:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #056804;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* line 87, app/assets/stylesheets/application/global/_buttons.sass */
.button__text {
  flex: 0 1 auto;
}

/* line 90, app/assets/stylesheets/application/global/_buttons.sass */
button {
  cursor: pointer;
}

/* line 93, app/assets/stylesheets/application/global/_buttons.sass */
button span {
  color: #1D1F24;
}

/* line 96, app/assets/stylesheets/application/global/_buttons.sass */
button:active {
  color: inherit;
}

/* line 2, app/assets/stylesheets/application/global/_forms.sass */
form .button--submit {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  /* line 2, app/assets/stylesheets/application/global/_forms.sass */
  form .button--submit {
    margin-top: 3.75rem;
  }
}

/* line 10, app/assets/stylesheets/application/global/_forms.sass */
form p a {
  text-decoration: underline;
}

/* line 13, app/assets/stylesheets/application/global/_forms.sass */
form p a:hover, form p a:focus {
  text-decoration: none;
}

/* line 17, app/assets/stylesheets/application/global/_forms.sass */
.form-group {
  margin-bottom: 36px;
}

@media (min-width: 992px) {
  /* line 17, app/assets/stylesheets/application/global/_forms.sass */
  .form-group {
    margin-bottom: 40px;
  }
}

/* line 22, app/assets/stylesheets/application/global/_forms.sass */
.form-group label {
  font-weight: 600;
}

/* line 25, app/assets/stylesheets/application/global/_forms.sass */
.form-group label a:not(.tooltip) {
  text-decoration: underline;
}

/* line 28, app/assets/stylesheets/application/global/_forms.sass */
.form-group label a:not(.tooltip):hover, .form-group label a:not(.tooltip):focus {
  color: #056804;
}

/* line 32, app/assets/stylesheets/application/global/_forms.sass */
.form-group label.required:after {
  content: '*';
}

/* line 35, app/assets/stylesheets/application/global/_forms.sass */
.form-group .custom-control-label {
  font-weight: normal;
}

/* line 38, app/assets/stylesheets/application/global/_forms.sass */
.form-group .invalid-feedback,
.form-group .form-text--link {
  font-size: 0.875rem;
}

/* line 42, app/assets/stylesheets/application/global/_forms.sass */
.form-control,
.custom-select {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  font-size: 1rem;
  transition: all 0.15s ease-in-out;
  background-position: center right 15px;
}

@media (max-width: 767.98px) {
  /* line 42, app/assets/stylesheets/application/global/_forms.sass */
  .form-control,
  .custom-select {
    font-size: 1rem;
  }
}

/* line 55, app/assets/stylesheets/application/global/_forms.sass */
.section--white .form-control,
.box--form .form-control, .section--white
.custom-select,
.box--form
.custom-select {
  background-color: #F2F5F7;
}

/* line 59, app/assets/stylesheets/application/global/_forms.sass */
.form-control:hover,
.custom-select:hover {
  border-bottom-width: 4px;
  border-color: #68B42E;
}

/* line 63, app/assets/stylesheets/application/global/_forms.sass */
.form-control:focus,
.custom-select:focus {
  border-bottom-width: 2px;
  border-color: #68B42E;
}

/* line 69, app/assets/stylesheets/application/global/_forms.sass */
.form-control[disabled]:hover, .form-control[disabled]:focus, .form-control[readonly]:hover, .form-control[readonly]:focus,
.custom-select[disabled]:hover,
.custom-select[disabled]:focus,
.custom-select[readonly]:hover,
.custom-select[readonly]:focus {
  border-bottom-width: 1px;
  border-color: #5b5b5b;
}

/* line 78, app/assets/stylesheets/application/global/_forms.sass */
.was-validated .form-control:invalid, .was-validated .form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .custom-select.is-invalid {
  border-bottom-width: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23C91347' fill-rule='evenodd' d='M8,15 C4.13400675,15 1,11.8659932 1,8 C1,4.13400675 4.13400675,1 8,1 C11.8659932,1 15,4.13400675 15,8 C15,11.8659932 11.8659932,15 8,15 Z M8,12.5 C8.82842712,12.5 9.5,11.8284271 9.5,11 C9.5,10.1715729 8.82842712,9.5 8,9.5 C7.17157288,9.5 6.5,10.1715729 6.5,11 C6.5,11.8284271 7.17157288,12.5 8,12.5 Z M7.69821272,3 C7.63822112,3 7.57835121,3.00539847 7.51932728,3.01613009 C6.97595093,3.11492579 6.61554711,3.63550909 6.71434281,4.17888544 L7.41055728,8.00806504 C7.46235174,8.29293454 7.7104602,8.5 8,8.5 C8.2895398,8.5 8.53764826,8.29293454 8.58944272,8.00806504 L9.28565719,4.17888544 C9.29638882,4.11986151 9.30178728,4.0599916 9.30178728,4 C9.30178728,3.44771525 8.85407203,3 8.30178728,3 L7.69821272,3 Z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  color: #C91347;
  font-weight: 600;
}

/* line 86, app/assets/stylesheets/application/global/_forms.sass */
.was-validated .form-control:invalid:hover, .was-validated .form-control.is-invalid:hover,
.was-validated .custom-select:invalid:hover,
.was-validated .custom-select.is-invalid:hover {
  border-bottom-width: 2px;
  border-color: #68B42E;
}

/* line 90, app/assets/stylesheets/application/global/_forms.sass */
.was-validated .form-control:valid, .was-validated .form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .custom-select.is-valid {
  border-bottom-width: 2px;
  border-color: #68B42E;
  color: #313131;
  font-weight: 600;
  background-image: none;
}

/* line 98, app/assets/stylesheets/application/global/_forms.sass */
.was-validated .form-control:valid:hover, .was-validated .form-control.is-valid:hover,
.was-validated .custom-select:valid:hover,
.was-validated .custom-select.is-valid:hover {
  border-bottom-width: 4px;
}

/* line 102, app/assets/stylesheets/application/global/_forms.sass */
.form-control:disabled {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cdefs%3E%3Crect id='disabled-pattern-a' width='40' height='40'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='disabled-pattern-b' fill='%23fff'%3E%3Cuse xlink:href='%23disabled-pattern-a'/%3E%3C/mask%3E%3Cg fill-rule='nonzero' stroke='%23E6E9EA' stroke-linecap='square' stroke-width='1.818' mask='url(%23disabled-pattern-b)'%3E%3Cpath d='M0 40L40 0M10 40L50 0M20 40L60 0M30 40L70 0M40 40L80 0M50 40L90 0M60 40L100 0M70 40L110 0' transform='translate(-34.545)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-color: transparent;
}

/* line 106, app/assets/stylesheets/application/global/_forms.sass */
.form-control[readonly] {
  background-color: #fff;
}

/* line 109, app/assets/stylesheets/application/global/_forms.sass */
.section--white .form-control[readonly] {
  background-color: #F2F5F7;
}

/* line 112, app/assets/stylesheets/application/global/_forms.sass */
.form-control ~ .form-text {
  margin-left: 1rem;
}

/* line 115, app/assets/stylesheets/application/global/_forms.sass */
textarea.form-control {
  min-height: 70px;
}

/* line 118, app/assets/stylesheets/application/global/_forms.sass */
.custom-control-label {
  cursor: pointer;
}

/* line 121, app/assets/stylesheets/application/global/_forms.sass */
.custom-control-label:before {
  background-color: #fff;
  border: 2px solid #68B42E;
}

/* line 125, app/assets/stylesheets/application/global/_forms.sass */
.section--white .custom-control-label:before {
  background-color: #F2F5F7;
}

/* line 128, app/assets/stylesheets/application/global/_forms.sass */
.section--grey .custom-control-label:before {
  background-color: #fff;
}

/* line 132, app/assets/stylesheets/application/global/_forms.sass */
.custom-control-label:hover:before {
  border-color: #056804;
}

/* line 138, app/assets/stylesheets/application/global/_forms.sass */
.custom-checkbox .custom-control-input ~ .custom-control-label:after {
  background-size: 100% 100%;
  border: 2px solid #68B42E;
  border-radius: 5px;
}

/* line 146, app/assets/stylesheets/application/global/_forms.sass */
.custom-checkbox .custom-control-input:hover ~ .custom-control-label:after, .custom-checkbox .custom-control-input.is-keyboard-focused ~ .custom-control-label:after {
  border-color: #056804;
}

/* line 151, app/assets/stylesheets/application/global/_forms.sass */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3Csvg height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.62951866 8.851485 7.21653184-8.23757585c.6550709-.74775472 1.7922856-.82288985 2.5400404-.16781902.7477546.65507084.8228898 1.79228563.167819 2.54004035l-8.41006348 9.59997652c-.65796162.7510546-1.80152534.8230281-2.54846164.1603949l-5.98990128-5.31384986c-.74365452-.6597219-.81169543-1.79738319-.15197361-2.54103769.6597218-.7436545 1.79738311-.81169541 2.54103763-.15197362z' fill='%23ffffff' fill-rule='evenodd' transform='translate(1 3)'/%3E%3C/svg%3E");
}

/* line 156, app/assets/stylesheets/application/global/_forms.sass */
.custom-checkbox .custom-control-input:checked:hover ~ .custom-control-label:after, .custom-checkbox .custom-control-input:checked.is-keyboard-focused ~ .custom-control-label:after {
  border-color: #518b24;
}

/* line 164, app/assets/stylesheets/application/global/_forms.sass */
.custom-checkbox .custom-control-input:active ~ .custom-control-label:after, .custom-checkbox .custom-control-input:active ~ .custom-control-label:before, .custom-checkbox .custom-control-input:active:hover ~ .custom-control-label:after, .custom-checkbox .custom-control-input:active:hover ~ .custom-control-label:before, .custom-checkbox .custom-control-input:active.is-keyboard-focused ~ .custom-control-label:after, .custom-checkbox .custom-control-input:active.is-keyboard-focused ~ .custom-control-label:before {
  background-color: #E6E9EA;
}

/* line 171, app/assets/stylesheets/application/global/_forms.sass */
.custom-checkbox .custom-control-input.is-keyboard-focused ~ .custom-control-label:before, .custom-checkbox .custom-control-input:checked.is-keyboard-focused ~ .custom-control-label:before {
  outline: 2px dashed #F78246 !important;
  outline-offset: 2px !important;
}

/* line 175, app/assets/stylesheets/application/global/_forms.sass */
.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::after {
  border-color: #979797;
}

/* line 179, app/assets/stylesheets/application/global/_forms.sass */
.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: transparent;
}

/* line 183, app/assets/stylesheets/application/global/_forms.sass */
.custom-checkbox .custom-control-input:disabled:hover ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:disabled:hover ~ .custom-control-label::after {
  border-color: #979797;
  background-color: transparent;
  background-image: none;
}

/* line 190, app/assets/stylesheets/application/global/_forms.sass */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::after {
  border-color: #979797;
  background-color: #979797;
}

/* line 195, app/assets/stylesheets/application/global/_forms.sass */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::after {
  background-color: #979797;
}

/* line 200, app/assets/stylesheets/application/global/_forms.sass */
.custom-checkbox .custom-control-input:disabled:checked:hover ~ .custom-control-label::after, .custom-checkbox .custom-control-input:disabled:checked:focus ~ .custom-control-label::after {
  background-color: #979797;
  background-image: url("data:image/svg+xml,%3Csvg height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.62951866 8.851485 7.21653184-8.23757585c.6550709-.74775472 1.7922856-.82288985 2.5400404-.16781902.7477546.65507084.8228898 1.79228563.167819 2.54004035l-8.41006348 9.59997652c-.65796162.7510546-1.80152534.8230281-2.54846164.1603949l-5.98990128-5.31384986c-.74365452-.6597219-.81169543-1.79738319-.15197361-2.54103769.6597218-.7436545 1.79738311-.81169541 2.54103763-.15197362z' fill='%23ffffff' fill-rule='evenodd' transform='translate(1 3)'/%3E%3C/svg%3E");
}

/* line 207, app/assets/stylesheets/application/global/_forms.sass */
.custom-radio .custom-control-input ~ .custom-control-label:before, .custom-radio .custom-control-input ~ .custom-control-label:after {
  border-radius: 50%;
  border: 2px solid #68B42E;
  transition: none;
}

/* line 213, app/assets/stylesheets/application/global/_forms.sass */
.custom-radio .custom-control-input ~ .custom-control-label:after {
  background-size: 100% 100%;
}

/* line 219, app/assets/stylesheets/application/global/_forms.sass */
.custom-radio .custom-control-input:hover ~ .custom-control-label:after, .custom-radio .custom-control-input:hover ~ .custom-control-label:before, .custom-radio .custom-control-input.is-keyboard-focused ~ .custom-control-label:after, .custom-radio .custom-control-input.is-keyboard-focused ~ .custom-control-label:before {
  border-color: #056804;
}

/* line 230, app/assets/stylesheets/application/global/_forms.sass */
.custom-radio .custom-control-input:checked ~ .custom-control-label:before, .custom-radio .custom-control-input:checked ~ .custom-control-label:after, .custom-radio .custom-control-input:checked:active ~ .custom-control-label:before, .custom-radio .custom-control-input:checked:active ~ .custom-control-label:after {
  border-color: #68B42E;
}

/* line 234, app/assets/stylesheets/application/global/_forms.sass */
.custom-radio .custom-control-input:checked ~ .custom-control-label:before, .custom-radio .custom-control-input:checked:active ~ .custom-control-label:before {
  background-color: #68B42E;
}

/* line 237, app/assets/stylesheets/application/global/_forms.sass */
.custom-radio .custom-control-input:checked ~ .custom-control-label:after, .custom-radio .custom-control-input:checked:active ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='5' fill='%23ffffff' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}

/* line 246, app/assets/stylesheets/application/global/_forms.sass */
.custom-radio .custom-control-input:checked:hover ~ .custom-control-label:after, .custom-radio .custom-control-input:checked.is-keyboard-focused ~ .custom-control-label:after, .custom-radio .custom-control-input:checked:active:hover ~ .custom-control-label:after, .custom-radio .custom-control-input:checked:active.is-keyboard-focused ~ .custom-control-label:after {
  border-color: #518b24;
}

/* line 253, app/assets/stylesheets/application/global/_forms.sass */
.custom-radio .custom-control-input.is-keyboard-focused ~ .custom-control-label:before, .custom-radio .custom-control-input:checked.is-keyboard-focused ~ .custom-control-label:before {
  outline: 2px dashed #F78246 !important;
  outline-offset: 2px !important;
}

/* line 258, app/assets/stylesheets/application/global/_forms.sass */
.custom-radio .custom-control-input:disabled ~ .custom-control-label:before, .custom-radio .custom-control-input:disabled ~ .custom-control-label:after {
  border-color: #979797;
  background-image: none;
}

/* line 263, app/assets/stylesheets/application/global/_forms.sass */
.custom-radio .custom-control-input:disabled ~ .custom-control-label:before {
  background-color: transparent;
}

/* line 268, app/assets/stylesheets/application/global/_forms.sass */
.custom-radio .custom-control-input:disabled:hover ~ .custom-control-label:before {
  border-color: #979797;
  background-color: transparent;
  background-image: none;
}

/* line 276, app/assets/stylesheets/application/global/_forms.sass */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before, .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:after, .custom-radio .custom-control-input:disabled:checked:hover ~ .custom-control-label:before, .custom-radio .custom-control-input:disabled:checked:hover ~ .custom-control-label:after {
  border: 2px solid #979797;
  background-color: #979797;
}

/* line 281, app/assets/stylesheets/application/global/_forms.sass */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:after, .custom-radio .custom-control-input:disabled:checked:hover ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='5' fill='%23ffffff' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}

/* line 289, app/assets/stylesheets/application/global/_forms.sass */
.section--white .custom-chekcbox .custom-control-input:not(:checked) ~ .custom-control-label:before, .section--white .custom-chekcbox .custom-control-input:not(:checked) ~ .custom-control-label:after, .section--white
.custom-radio .custom-control-input:not(:checked) ~ .custom-control-label:before, .section--white
.custom-radio .custom-control-input:not(:checked) ~ .custom-control-label:after {
  background-color: #F2F5F7;
}

/* line 293, app/assets/stylesheets/application/global/_forms.sass */
.custom-chekcbox:not(.custom-control-inline) + .custom-chekcbox,
.custom-chekcbox:not(.custom-control-inline) + .custom-radio,
.custom-radio:not(.custom-control-inline) + .custom-chekcbox,
.custom-radio:not(.custom-control-inline) + .custom-radio {
  margin-top: 0.5rem;
}

/* line 301, app/assets/stylesheets/application/global/_forms.sass */
.was-validated .custom-control-input:valid ~ .custom-control-label, .was-validated .custom-control-input.is-valid ~ .custom-control-label {
  color: #1D1F24;
}

/* line 303, app/assets/stylesheets/application/global/_forms.sass */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .was-validated .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #fff;
}

/* line 308, app/assets/stylesheets/application/global/_forms.sass */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label, .was-validated .custom-control-input.is-valid:checked ~ .custom-control-label {
  color: #1D1F24;
}

/* line 310, app/assets/stylesheets/application/global/_forms.sass */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #68B42E;
}

/* line 315, app/assets/stylesheets/application/global/_forms.sass */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .was-validated .custom-control-input.is-invalid ~ .custom-control-label {
  color: #1D1F24;
}

/* line 318, app/assets/stylesheets/application/global/_forms.sass */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::after, .was-validated .custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input.is-invalid ~ .custom-control-label::after {
  background-color: #fff;
  border-color: #C91347;
}

/* line 326, app/assets/stylesheets/application/global/_forms.sass */
.was-validated .custom-control-input:invalid:hover ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:hover ~ .custom-control-label::after, .was-validated .custom-control-input:invalid.is-keyboard-focused ~ .custom-control-label::before, .was-validated .custom-control-input:invalid.is-keyboard-focused ~ .custom-control-label::after, .was-validated .custom-control-input.is-invalid:hover ~ .custom-control-label::before, .was-validated .custom-control-input.is-invalid:hover ~ .custom-control-label::after, .was-validated .custom-control-input.is-invalid.is-keyboard-focused ~ .custom-control-label::before, .was-validated .custom-control-input.is-invalid.is-keyboard-focused ~ .custom-control-label::after {
  border-color: #056804;
}

/* line 331, app/assets/stylesheets/application/global/_forms.sass */
.form-control,
input {
  font-weight: 600;
}

/* line 335, app/assets/stylesheets/application/global/_forms.sass */
.form-control:focus,
input:focus {
  font-weight: 300;
}

/* line 338, app/assets/stylesheets/application/global/_forms.sass */
.form-control::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  font-weight: 300;
}

/* line 341, app/assets/stylesheets/application/global/_forms.sass */
.form-control::-moz-placeholder,
input::-moz-placeholder {
  font-weight: 300;
}

/* line 344, app/assets/stylesheets/application/global/_forms.sass */
.form-control:-ms-input-placeholder,
input:-ms-input-placeholder {
  font-weight: 300;
}

/* line 347, app/assets/stylesheets/application/global/_forms.sass */
.form-control:-moz-placeholder,
input:-moz-placeholder {
  font-weight: 300;
}

/* line 352, app/assets/stylesheets/application/global/_forms.sass */
.form-buttons {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

/* line 357, app/assets/stylesheets/application/global/_forms.sass */
.form-buttons .button {
  margin: 0.5rem;
}

/* line 360, app/assets/stylesheets/application/global/_forms.sass */
.form-buttons .button:only-child {
  margin: 0.5rem 0;
}

/* line 365, app/assets/stylesheets/application/global/_forms.sass */
.form-text--link {
  font-weight: 600;
  text-decoration: underline;
}

/* line 369, app/assets/stylesheets/application/global/_forms.sass */
.form-text--link:hover, .form-text--link:focus {
  text-decoration: none;
  color: #056804;
}

/* line 379, app/assets/stylesheets/application/global/_forms.sass */
.msvlfg .form-row {
  margin-left: -1rem;
  margin-right: -1rem;
}

/* line 386, app/assets/stylesheets/application/global/_forms.sass */
.msvlfg .form-row > .col, .msvlfg
.form-row > [class*="col-"] {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 393, app/assets/stylesheets/application/global/_forms.sass */
.custom-control ~ .collapse .collapse-body,
.custom-control ~ .collapsing .collapse-body {
  padding: 1.5rem 1rem 1rem 2.375rem;
}

/* line 398, app/assets/stylesheets/application/global/_forms.sass */
.custom-file .custom-file-label {
  font-weight: 300;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

/* line 408, app/assets/stylesheets/application/global/_forms.sass */
.section--white .custom-file .custom-file-label,
.box .custom-file .custom-file-label {
  background-color: #F2F5F7;
}

/* line 412, app/assets/stylesheets/application/global/_forms.sass */
.custom-file .custom-file-label:after {
  content: '';
  height: 100%;
  width: 40px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg height='30' viewBox='0 0 30 30' width='30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.01792012 5.78048322 5.00817598-5.008176c.3417087-.34170876.8957281-.34170877 1.2374369-.00000001.3417087.34170875.3417087.8957281 0 1.23743686v.00000001l-5.00817604 5.00817604 5.00817604 5.00817598c.3417087.3417087.3417087.8957281 0 1.2374369-.3417088.3417087-.8957282.3417087-1.2374369 0l-5.00817598-5.00817604-5.00817604 5.00817604c-.34170876.3417087-.89572811.3417087-1.23743687 0-.34170876-.3417088-.34170875-.8957282.00000001-1.2374369l5.008176-5.00817598-5.00817602-5.00817605c-.34170875-.34170875-.34170875-.89572811.00000001-1.23743686.34170875-.34170876.89572811-.34170876 1.23743686-.00000001z' fill='%2368b42e' transform='matrix(.70710678 .70710678 -.70710678 .70710678 15 5.100505)'/%3E%3C/svg%3E"), linear-gradient(to right, rgba(255, 255, 255, 0), #fff 35%);
  background-repeat: no-repeat;
  background-position: center;
}

/* line 421, app/assets/stylesheets/application/global/_forms.sass */
.section--white .custom-file .custom-file-label:after,
.box .custom-file .custom-file-label:after {
  background-image: url("data:image/svg+xml,%3Csvg height='30' viewBox='0 0 30 30' width='30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.01792012 5.78048322 5.00817598-5.008176c.3417087-.34170876.8957281-.34170877 1.2374369-.00000001.3417087.34170875.3417087.8957281 0 1.23743686v.00000001l-5.00817604 5.00817604 5.00817604 5.00817598c.3417087.3417087.3417087.8957281 0 1.2374369-.3417088.3417087-.8957282.3417087-1.2374369 0l-5.00817598-5.00817604-5.00817604 5.00817604c-.34170876.3417087-.89572811.3417087-1.23743687 0-.34170876-.3417088-.34170875-.8957282.00000001-1.2374369l5.008176-5.00817598-5.00817602-5.00817605c-.34170875-.34170875-.34170875-.89572811.00000001-1.23743686.34170875-.34170876.89572811-.34170876 1.23743686-.00000001z' fill='%2368b42e' transform='matrix(.70710678 .70710678 -.70710678 .70710678 15 5.100505)'/%3E%3C/svg%3E"), linear-gradient(to right, rgba(242, 245, 247, 0), #F2F5F7 35%);
}

/* line 430, app/assets/stylesheets/application/global/_forms.sass */
.custom-file .custom-file-input:hover ~ .custom-file-label, .custom-file .custom-file-input:focus ~ .custom-file-label {
  border-bottom-width: 4px;
  border-color: #68B42E;
}

/* line 435, app/assets/stylesheets/application/global/_forms.sass */
.custom-file .custom-file-input:focus ~ .custom-file-label {
  border-bottom-width: 2px;
}

/* line 440, app/assets/stylesheets/application/global/_forms.sass */
.check-zebra__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 440, app/assets/stylesheets/application/global/_forms.sass */
  .check-zebra__row {
    flex-wrap: nowrap;
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* line 453, app/assets/stylesheets/application/global/_forms.sass */
.check-zebra__row:nth-child(even) {
  background-color: #F2F5F7;
}

/* line 456, app/assets/stylesheets/application/global/_forms.sass */
.check-zebra__row--head {
  display: none;
}

@media (min-width: 768px) {
  /* line 456, app/assets/stylesheets/application/global/_forms.sass */
  .check-zebra__row--head {
    display: flex;
  }
}

/* line 461, app/assets/stylesheets/application/global/_forms.sass */
.check-zebra__col {
  flex: 0 1 auto;
  padding: 10px;
}

@media (min-width: 768px) {
  /* line 461, app/assets/stylesheets/application/global/_forms.sass */
  .check-zebra__col {
    flex: 0 0 15%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* line 470, app/assets/stylesheets/application/global/_forms.sass */
.check-zebra__col:last-child {
  flex: 0 0 100%;
}

@media (min-width: 768px) {
  /* line 470, app/assets/stylesheets/application/global/_forms.sass */
  .check-zebra__col:last-child {
    flex: 0 0 70%;
    display: block;
  }
}

/* line 476, app/assets/stylesheets/application/global/_forms.sass */
.check-zebra__col p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 479, app/assets/stylesheets/application/global/_forms.sass */
  .check-zebra__col .custom-control {
    text-align: center;
  }
}

@media (min-width: 768px) {
  /* line 483, app/assets/stylesheets/application/global/_forms.sass */
  .check-zebra__col .custom-control-label {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}

@media (min-width: 768px) {
  /* line 486, app/assets/stylesheets/application/global/_forms.sass */
  .check-zebra__col .custom-control-label span {
    display: none;
  }
}

@media (min-width: 768px) {
  /* line 491, app/assets/stylesheets/application/global/_forms.sass */
  .form-group.pi-form-control .pi-form-input.pi-custom-filter {
    padding: 0 5em;
  }
}

/* line 495, app/assets/stylesheets/application/global/_forms.sass */
.pi-form-input.pi-custom-filter {
  display: flex;
  flex-flow: row;
}

/* line 499, app/assets/stylesheets/application/global/_forms.sass */
.pi-form-input.pi-custom-filter .custom-checkbox {
  height: 20px;
  width: 30px;
}

/* line 502, app/assets/stylesheets/application/global/_forms.sass */
.pi-form-input.pi-custom-filter .custom-checkbox-label {
  font-weight: normal;
}

/* line 505, app/assets/stylesheets/application/global/_forms.sass */
.custom-control-label.custom-input {
  font-weight: normal;
  padding-right: 0;
  padding-left: 15px;
  width: 200px;
}

/* line 1, app/assets/stylesheets/application/global/_tag.sass */
.tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  padding: 8px 25px;
}

/* line 11, app/assets/stylesheets/application/global/_tag.sass */
.tag.tag--primary {
  background-color: #68B42E;
  color: #fff;
}

/* line 15, app/assets/stylesheets/application/global/_tag.sass */
.tag__text {
  flex: 0 1 auto;
}

@media (max-width: 991.98px) {
  /* line 1, app/assets/stylesheets/application/global/_site-header.sass */
  body.is-menu-in {
    position: fixed;
    left: 0;
    right: 0;
  }
}

/* line 7, app/assets/stylesheets/application/global/_site-header.sass */
.site-header {
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

@media (min-width: 992px) {
  /* line 7, app/assets/stylesheets/application/global/_site-header.sass */
  .site-header {
    border-bottom: 1px solid #DADADA;
  }
}

/* line 16, app/assets/stylesheets/application/global/_site-header.sass */
.site-header > .container {
  position: relative;
}

/* line 19, app/assets/stylesheets/application/global/_site-header.sass */
.site-header__mobile-toggle {
  background-color: #fff;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  position: relative;
}

/* line 28, app/assets/stylesheets/application/global/_site-header.sass */
.site-header__mobile-toggle:focus {
  outline: 0;
}

/* line 31, app/assets/stylesheets/application/global/_site-header.sass */
.site-header__mobile-toggle:active {
  background-color: #F0F1F2;
}

/* line 34, app/assets/stylesheets/application/global/_site-header.sass */
.site-header__wrapper {
  display: flex;
  align-items: center;
  height: 56px;
}

@media (min-width: 992px) {
  /* line 34, app/assets/stylesheets/application/global/_site-header.sass */
  .site-header__wrapper {
    height: 90px;
  }
}

/* line 42, app/assets/stylesheets/application/global/_site-header.sass */
.logo {
  margin-right: auto;
}

@media (min-width: 992px) {
  /* line 42, app/assets/stylesheets/application/global/_site-header.sass */
  .logo {
    margin-right: 60px;
  }
}

/* line 46, app/assets/stylesheets/application/global/_site-header.sass */
.logo a {
  display: block;
}

@media (min-width: 992px) {
  /* line 49, app/assets/stylesheets/application/global/_site-header.sass */
  .logo__sm {
    display: none;
  }
}

/* line 53, app/assets/stylesheets/application/global/_site-header.sass */
.logo__lg {
  display: none;
}

@media (min-width: 992px) {
  /* line 53, app/assets/stylesheets/application/global/_site-header.sass */
  .logo__lg {
    display: block;
    width: 167px;
    height: 55px;
  }
}

/* line 60, app/assets/stylesheets/application/global/_site-header.sass */
.site-header__mobile {
  margin-left: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  /* line 60, app/assets/stylesheets/application/global/_site-header.sass */
  .site-header__mobile {
    display: none;
  }
}

/* line 68, app/assets/stylesheets/application/global/_site-header.sass */
.site-header__mobile .icon {
  fill: #68B42E;
  position: absolute;
  top: calc(50% - 13px);
  left: calc(50% - 13px);
  transition: all 0.4s ease-in-out;
  width: 26px;
  height: 26px;
}

/* line 77, app/assets/stylesheets/application/global/_site-header.sass */
.site-header__mobile .icon-hamburger {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* line 81, app/assets/stylesheets/application/global/_site-header.sass */
.site-header__mobile .icon-close {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

/* line 87, app/assets/stylesheets/application/global/_site-header.sass */
.is-menu-in .site-header__mobile .icon-hamburger {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

/* line 91, app/assets/stylesheets/application/global/_site-header.sass */
.is-menu-in .site-header__mobile .icon-close {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (min-width: 992px) {
  /* line 95, app/assets/stylesheets/application/global/_site-header.sass */
  .search {
    margin-left: 60px;
  }
}

@media (max-width: 991.98px) {
  /* line 95, app/assets/stylesheets/application/global/_site-header.sass */
  .search {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 992px) {
  /* line 104, app/assets/stylesheets/application/global/_site-header.sass */
  .portal__link {
    margin-left: 15px;
    margin-bottom: 10px;
  }
}

@media (max-width: 991.98px) {
  /* line 104, app/assets/stylesheets/application/global/_site-header.sass */
  .portal__link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* line 114, app/assets/stylesheets/application/global/_site-header.sass */
.search__toggle {
  display: inline-flex;
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: transparent;
  border: 0;
  padding: 0;
  color: #68B42E;
  border-radius: 22px;
  transition: all 0.2s ease-in-out;
}

/* line 128, app/assets/stylesheets/application/global/_site-header.sass */
.search__toggle:active {
  background-color: #F0F1F2;
}

/* line 131, app/assets/stylesheets/application/global/_site-header.sass */
.search__toggle .icon {
  position: absolute;
  top: calc(50% - 13px);
  left: calc(50% - 13px);
  width: 26px;
  height: 26px;
  transition: all 0.2s ease-in-out;
}

/* line 140, app/assets/stylesheets/application/global/_site-header.sass */
.search__toggle[aria-expanded="false"] .icon-search {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* line 143, app/assets/stylesheets/application/global/_site-header.sass */
.search__toggle[aria-expanded="false"] .icon-close {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

/* line 147, app/assets/stylesheets/application/global/_site-header.sass */
.search__toggle[aria-expanded="true"] .icon-search {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

/* line 150, app/assets/stylesheets/application/global/_site-header.sass */
.search__toggle[aria-expanded="true"] .icon-close {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* line 156, app/assets/stylesheets/application/global/_site-header.sass */
.search__toggle[aria-expanded="true"]:hover, .search__toggle[aria-expanded="false"]:hover {
  color: #056804;
}

@media (pointer: coarse) {
  /* line 163, app/assets/stylesheets/application/global/_site-header.sass */
  .search__toggle[aria-expanded="true"]:hover, .search__toggle[aria-expanded="false"]:hover {
    color: #68B42E;
  }
  /* line 166, app/assets/stylesheets/application/global/_site-header.sass */
  .search__toggle[aria-expanded="true"]:active, .search__toggle[aria-expanded="false"]:active {
    background-color: #F0F1F2;
  }
}

/* line 169, app/assets/stylesheets/application/global/_site-header.sass */
.site-header__search {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  z-index: 50;
}

@media (min-width: 992px) {
  /* line 169, app/assets/stylesheets/application/global/_site-header.sass */
  .site-header__search {
    left: -8px;
    right: -8px;
  }
}

@media (min-width: 1025px) {
  /* line 169, app/assets/stylesheets/application/global/_site-header.sass */
  .site-header__search {
    left: -16px;
    right: -16px;
  }
}

/* line 184, app/assets/stylesheets/application/global/_site-header.sass */
.site-header__search-flyout {
  background-color: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  padding: 1rem 0 1rem 0;
  border-top: 1px solid #e9ecef;
}

@media (min-width: 992px) {
  /* line 184, app/assets/stylesheets/application/global/_site-header.sass */
  .site-header__search-flyout {
    padding: 2rem 1rem 3rem 5rem;
  }
}

/* line 194, app/assets/stylesheets/application/global/_site-header.sass */
.site-header__search-controls {
  display: flex;
  position: relative;
}

/* line 198, app/assets/stylesheets/application/global/_site-header.sass */
.site-header__search-controls:after {
  content: '';
  display: block;
  content: '';
  width: 50px;
  height: 40px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 80%);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 44px;
  z-index: 1;
}

/* line 212, app/assets/stylesheets/application/global/_site-header.sass */
.site-header__search-input-group {
  display: flex;
  flex: 1 1 auto;
  position: relative;
  margin-right: 0.5rem;
}

@media (min-width: 992px) {
  /* line 212, app/assets/stylesheets/application/global/_site-header.sass */
  .site-header__search-input-group {
    margin-right: 1rem;
  }
}

/* line 221, app/assets/stylesheets/application/global/_site-header.sass */
.site-header__search-input-group .site-header__search-btn {
  position: absolute;
  top: 10px;
  right: 4px;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 12px;
  background-color: #adb5bd;
  color: #fff;
}

/* line 232, app/assets/stylesheets/application/global/_site-header.sass */
.site-header__search-input-group .site-header__search-btn .icon {
  width: 16px;
  height: 16px;
}

/* line 236, app/assets/stylesheets/application/global/_site-header.sass */
.site-header__search-input-group .twitter-typeahead {
  flex: 1;
  width: 100%;
}

/* line 240, app/assets/stylesheets/application/global/_site-header.sass */
.site-header__search-input-group .twitter-typeahead .tt-menu {
  padding: 12px;
  left: -12px !important;
  width: 100vw;
}

@media (min-width: 576px) {
  /* line 240, app/assets/stylesheets/application/global/_site-header.sass */
  .site-header__search-input-group .twitter-typeahead .tt-menu {
    width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 240, app/assets/stylesheets/application/global/_site-header.sass */
  .site-header__search-input-group .twitter-typeahead .tt-menu {
    width: 704px;
  }
}

@media (min-width: 992px) {
  /* line 240, app/assets/stylesheets/application/global/_site-header.sass */
  .site-header__search-input-group .twitter-typeahead .tt-menu {
    position: static !important;
    padding: 1rem 0 0 0;
    width: 100%;
    box-shadow: none;
  }
}

/* line 258, app/assets/stylesheets/application/global/_site-header.sass */
.site-header__search-input-group .twitter-typeahead .tt-suggestion {
  color: #68B42E;
  padding: 0;
  background-image: none;
  font-size: 1rem;
  font-family: "Roboto Slab", serif;
  border-bottom: 1px solid #adb5bd;
  padding: 0.75rem 2rem 0.75rem 0;
  overflow: hidden;
}

@media (min-width: 992px) {
  /* line 258, app/assets/stylesheets/application/global/_site-header.sass */
  .site-header__search-input-group .twitter-typeahead .tt-suggestion {
    font-size: 1.5rem;
    padding: 0.75rem 2rem 0.75rem 0;
  }
}

/* line 273, app/assets/stylesheets/application/global/_site-header.sass */
.site-header__search-input-group .twitter-typeahead .tt-suggestion:last-child {
  border-bottom: 0;
}

/* line 276, app/assets/stylesheets/application/global/_site-header.sass */
.site-header__search-input-group .twitter-typeahead .tt-suggestion:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='19' viewBox='0 0 11 19'%3E%3Cpolygon fill='%2368B42E' points='6.936 9.5 0 2.05 2.155 0 11 9.5 2.155 19 0 16.95'/%3E%3C/svg%3E"), linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%);
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
}

/* line 289, app/assets/stylesheets/application/global/_site-header.sass */
.site-header__search-input-group .site-header__search-input {
  flex: 1;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #6D6D6D;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 1.125rem;
  height: 44px;
  border-radius: 0;
  padding: 0;
}

@media (min-width: 992px) {
  /* line 289, app/assets/stylesheets/application/global/_site-header.sass */
  .site-header__search-input-group .site-header__search-input {
    font-size: 1.5rem;
  }
}

/* line 304, app/assets/stylesheets/application/global/_site-header.sass */
.site-header__search-input-group .site-header__search-input:hover, .site-header__search-input-group .site-header__search-input:focus {
  border-color: #68B42E;
}

/* line 308, app/assets/stylesheets/application/global/_site-header.sass */
.site-header__search-input-group .site-header__search-input:hover {
  border-bottom-width: 2px;
}

/* line 311, app/assets/stylesheets/application/global/_site-header.sass */
.site-header__search-input-group .site-header__search-input:focus {
  border-bottom-width: 1px;
}

/* line 314, app/assets/stylesheets/application/global/_site-header.sass */
.site-header__search-input-group .site-header__search-input:focus:hover {
  border-bottom-width: 2px;
}

/* line 317, app/assets/stylesheets/application/global/_site-header.sass */
.site-header__search-btn {
  width: 44px;
  height: 44px;
  border-radius: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  border: 0;
  color: #68B42E;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}

/* line 331, app/assets/stylesheets/application/global/_site-header.sass */
.site-header__search-btn .icon {
  width: 26px;
  height: 26px;
}

/* line 335, app/assets/stylesheets/application/global/_site-header.sass */
.site-header__search-btn:hover, .site-header__search-btn:focus {
  color: #056804;
}

/* line 339, app/assets/stylesheets/application/global/_site-header.sass */
.site-header__search-btn:active {
  background-color: #F0F1F2;
}

/* line 342, app/assets/stylesheets/application/global/_site-header.sass */
.site-header-reduced {
  padding-top: 2rem;
}

@media (min-width: 992px) {
  /* line 342, app/assets/stylesheets/application/global/_site-header.sass */
  .site-header-reduced {
    padding-top: 3rem;
  }
}

/* line 348, app/assets/stylesheets/application/global/_site-header.sass */
.site-header-reduced .link {
  margin-top: 1rem;
}

/* line 351, app/assets/stylesheets/application/global/_site-header.sass */
.site-header-reduced .site-header__wrapper {
  justify-content: flex-start;
}

/* line 354, app/assets/stylesheets/application/global/_site-header.sass */
.site-header-reduced .site-header__wrapper .logo {
  margin: 0;
}

/* line 357, app/assets/stylesheets/application/global/_site-header.sass */
.site-header-reduced .site-header__wrapper img {
  width: 167px;
  height: 55px;
}

/* line 1, app/assets/stylesheets/application/global/_site-footer.sass */
.site-footer {
  background-color: #3D3F44;
  color: #fff;
  padding: 2rem 0;
}

/* line 6, app/assets/stylesheets/application/global/_site-footer.sass */
.site-footer a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.8px;
}

/* line 14, app/assets/stylesheets/application/global/_site-footer.sass */
.site-footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 19, app/assets/stylesheets/application/global/_site-footer.sass */
.site-footer .copyright {
  color: #CECFCF;
  margin: 0;
  font-size: 0.875rem;
  letter-spacing: 0.4px;
  line-height: 1.5714;
  margin-top: 2px;
}

/* line 28, app/assets/stylesheets/application/global/_site-footer.sass */
.site-footer_quicklinks {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  /* line 28, app/assets/stylesheets/application/global/_site-footer.sass */
  .site-footer_quicklinks {
    -webkit-column-count: 3;
            column-count: 3;
  }
}

/* line 35, app/assets/stylesheets/application/global/_site-footer.sass */
.site-footer_quicklinks li {
  flex: 0 1 50%;
  margin-bottom: 1rem;
  margin-top: 2px;
}

@media (min-width: 768px) {
  /* line 35, app/assets/stylesheets/application/global/_site-footer.sass */
  .site-footer_quicklinks li {
    flex: 0 1 calc(100% / 3);
  }
}

/* line 44, app/assets/stylesheets/application/global/_site-footer.sass */
.site-footer_quicklinks li.social_item {
  margin-bottom: 1rem;
  margin-top: 2px;
  flex: initial;
  padding-right: 1rem;
}

/* line 51, app/assets/stylesheets/application/global/_site-footer.sass */
.site-footer_quicklinks li.social_item .social_link .social_link_image {
  height: 40px;
  max-height: 40px;
  width: auto;
  background: transparent !important;
}

/* line 57, app/assets/stylesheets/application/global/_site-footer.sass */
.scroll-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 1rem;
  bottom: 4rem;
  width: 40px;
  height: 40px;
  border-radius: 20px 0 20px 0;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.13);
  color: #68B42E;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  transition: all 0.5s ease-in-out;
}

/* line 73, app/assets/stylesheets/application/global/_site-footer.sass */
.scroll-top.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (min-width: 992px) {
  /* line 57, app/assets/stylesheets/application/global/_site-footer.sass */
  .scroll-top {
    width: 56px;
    height: 56px;
  }
}

/* line 80, app/assets/stylesheets/application/global/_site-footer.sass */
.scroll-top .icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 24px;
  height: 24px;
}

/* line 85, app/assets/stylesheets/application/global/_site-footer.sass */
.site-footer__backlink {
  color: #68B42E !important;
  text-decoration: underline;
}

/* line 89, app/assets/stylesheets/application/global/_site-footer.sass */
.site-footer__backlink:hover, .site-footer__backlink:focus {
  color: #68B42E !important;
  text-decoration: none !important;
}

/* line 97, app/assets/stylesheets/application/global/_site-footer.sass */
.page-404 .site-main {
  min-height: calc(100vh - 129px - 90px);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 103, app/assets/stylesheets/application/global/_site-footer.sass */
.page-404 .site-main .section {
  flex: 1;
}

/* line 3, app/assets/stylesheets/application/global/_site-main.sass */
.msvlfg .site-main {
  min-height: calc(100vh - 208px - 56px);
}

@media (min-width: 768px) {
  /* line 3, app/assets/stylesheets/application/global/_site-main.sass */
  .msvlfg .site-main {
    min-height: calc(100vh - 195px - 56px);
  }
}

@media (min-width: 992px) {
  /* line 3, app/assets/stylesheets/application/global/_site-main.sass */
  .msvlfg .site-main {
    min-height: calc(100vh - 129px - 90px);
  }
}

/* line 1, app/assets/stylesheets/application/global/_nav-skip.sass */
.nav-skip {
  position: relative;
}

/* line 4, app/assets/stylesheets/application/global/_nav-skip.sass */
.nav-skip a {
  font-size: 1.125rem;
  text-align: center;
  display: block;
  padding: 1rem 2rem;
  background-color: #3D3F44;
  color: #F2F5F7;
  width: 100%;
  left: 0;
  top: 0;
}

/* line 15, app/assets/stylesheets/application/global/_nav-skip.sass */
.nav-skip a:focus {
  text-decoration: underline;
  outline-offset: -5px;
}

/* line 1, app/assets/stylesheets/application/global/_navigation.sass */
.navigation {
  position: fixed;
  left: 0;
  top: 56px;
  bottom: 0;
  width: 100%;
  z-index: 50;
  background-color: #fff;
  display: none;
}

@media (max-width: 991.98px) {
  /* line 1, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation {
    display: block;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background-color: transparent;
    transition: all 0.6s ease-in-out;
  }
}

/* line 17, app/assets/stylesheets/application/global/_navigation.sass */
.navigation.in {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* line 21, app/assets/stylesheets/application/global/_navigation.sass */
.navigation button:active {
  color: #1D1F24;
}

@media (min-width: 992px) {
  /* line 24, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation {
    position: static;
    width: 100%;
    display: block;
  }
}

/* line 34, app/assets/stylesheets/application/global/_navigation.sass */
.navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  /* line 34, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation ul {
    flex-direction: row;
  }
}

/* line 45, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__flyout {
  display: none;
  z-index: 51;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991.98px) {
  /* line 45, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__flyout {
    box-shadow: inset 0 5px 15px rgba(0, 0, 0, 0.05);
    display: block;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    transition: all 0.6s ease-in-out;
    overflow-x: hidden;
  }
  /* line 60, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__flyout .container {
    height: calc(100vh - 72px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 65, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__flyout.in {
  display: block;
}

@media (max-width: 991.98px) {
  /* line 65, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__flyout.in {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (min-width: 992px) {
  /* line 70, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__flyout.flyout--first {
    position: static;
    width: auto;
    height: auto;
    display: block;
  }
}

@media (min-width: 992px) {
  /* line 77, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__flyout.flyout--first > .container {
    margin: 0;
    position: static;
  }
}

/* line 82, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__flyout.flyout--second {
  z-index: 52;
  height: 100%;
}

@media (min-width: 992px) {
  /* line 82, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__flyout.flyout--second {
    position: absolute;
    left: -8px;
    width: calc(100% + 16px);
    top: 91px;
    right: 0;
    height: auto;
    padding: 2rem 0.75rem 0.625rem 2rem;
    box-shadow: 0 11px 23px 0 rgba(155, 155, 155, 0.4);
    max-height: calc(100vh - 90px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (min-width: 1025px) {
  /* line 82, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__flyout.flyout--second {
    left: -16px;
    width: calc(100% + 32px);
  }
}

/* line 103, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__flyout.flyout--second .container {
  position: static;
}

@media (min-width: 992px) {
  /* line 106, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__flyout.flyout--second ul {
    flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  /* line 110, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__flyout.flyout--second ul .navigation__link {
    font-size: 0.875rem;
    font-weight: 600;
    padding-right: 40px;
    margin-bottom: 13px;
  }
}

/* line 117, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__flyout.flyout--second li {
  padding-left: 1rem;
}

@media (min-width: 992px) {
  /* line 117, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__flyout.flyout--second li {
    border-left: 1px solid #E6E9EA;
    margin-bottom: 40px;
  }
}

/* line 123, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__flyout.flyout--second li li {
  padding-left: 1rem;
}

@media (min-width: 992px) {
  /* line 123, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__flyout.flyout--second li li {
    border-left: 0;
    padding-left: 0.5rem;
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 131, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__flyout.flyout--second li.has-flyout .navigation__link {
    display: none;
  }
}

/* line 135, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__flyout.flyout--second li.has-flyout .navigation__link ul li .navigation__link {
  border-left: 1px solid #DADADA;
  padding-left: 1rem;
}

@media (max-width: 9998.98px) {
  /* line 135, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__flyout.flyout--second li.has-flyout .navigation__link ul li .navigation__link {
    border-left: none;
    padding-left: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 146, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__flyout.flyout--second li.has-flyout li .navigation__link {
    display: block;
  }
}

@media (min-width: 992px) {
  /* line 151, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__flyout.flyout--second .navigation__meta li {
    border: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  /* line 157, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__flyout.flyout--second .navigation__meta li:first-child {
    display: list-item;
  }
}

/* line 161, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__flyout.flyout--third {
  z-index: 53;
}

@media (min-width: 992px) {
  /* line 161, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__flyout.flyout--third {
    position: static;
    height: auto;
    display: block;
  }
}

/* line 168, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__flyout.flyout--third ul {
  flex-direction: column;
}

@media (min-width: 992px) {
  /* line 168, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__flyout.flyout--third ul {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  /* line 173, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__flyout.flyout--third ul .navigation__link {
    font-weight: 300;
    margin-bottom: 0;
    align-items: center;
    display: flex;
    font-size: 0.875rem;
    padding-top: 11px;
    padding-bottom: 6px;
  }
}

/* line 183, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__flyout.flyout--third ul li {
  flex: 0 1 auto;
}

@media (min-width: 992px) {
  /* line 186, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__flyout.flyout--third ul li:last-child .navigation__link {
    border-bottom: 0;
  }
}

/* line 190, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__item {
  display: flex;
  align-items: center;
}

@media (max-width: 991.98px) {
  /* line 190, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__item {
    padding: 16px 0;
    border-bottom: 1px solid #DADADA;
  }
}

@media (min-width: 992px) {
  /* line 190, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__item {
    justify-content: flex-end;
  }
}

/* line 200, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__item.item--title {
  display: block;
}

/* line 207, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__item.item--title .navigation__link {
  padding-right: 50px;
}

/* line 216, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__item .navigation__link {
  flex: 1;
  font-size: 1rem;
  color: #1D1F24;
  position: relative;
}

@media (max-width: 991.98px) {
  /* line 216, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__item .navigation__link {
    padding-right: 30px;
  }
}

/* line 225, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__item .navigation__link:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg height='16' viewBox='0 0 16 16' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2368b42e' fill-rule='evenodd'%3E%3Cpath d='m6.293 1.707 1.414-1.414 7.707 7.707-7.707 7.707-1.414-1.414 6.293-6.293z'/%3E%3Cpath d='m.768 9v-2h12.232v2z' transform='matrix(-1 0 0 1 13.768 0)'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  /* line 225, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__item .navigation__link:after {
    right: 16px;
  }
}

/* line 241, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__item .navigation__link span {
  position: relative;
}

/* line 244, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__item .navigation__link span:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  max-width: 40px;
  height: 2px;
  background-color: #68B42E;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  transition: all 0.3s ease-in-out;
}

/* line 260, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__item .navigation__link.active span:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/* line 263, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__item .navigation__link:hover, .navigation .navigation__item .navigation__link:focus {
  text-decoration: none;
}

/* line 267, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__item .navigation__link:hover span, .navigation .navigation__item .navigation__link:focus span {
  color: #056804;
}

/* line 270, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__item .navigation__link:hover span:before, .navigation .navigation__item .navigation__link:focus span:before {
  background-color: #056804;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/* line 274, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__item .navigation__link:hover:after, .navigation .navigation__item .navigation__link:focus:after {
  background-image: url("data:image/svg+xml,%3Csvg height='16' viewBox='0 0 16 16' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23056804' fill-rule='evenodd'%3E%3Cpath d='m6.293 1.707 1.414-1.414 7.707 7.707-7.707 7.707-1.414-1.414 6.293-6.293z'/%3E%3Cpath d='m.768 9v-2h12.232v2z' transform='matrix(-1 0 0 1 13.768 0)'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

/* line 278, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__item .toggle--next {
  background-color: #fff;
  border: 0;
  height: 90px;
  position: relative;
  line-height: 1.4;
}

@media (max-width: 991.98px) {
  /* line 278, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__item .toggle--next {
    display: flex;
    height: auto;
    align-items: center;
    padding: 0 30px 0 0;
    width: 100%;
    line-height: 1.5;
  }
  /* line 293, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__item .toggle--next:after {
    content: '';
    position: absolute;
    right: 3px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #68B42E;
    border-right: 2px solid #68B42E;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@media (min-width: 992px) {
  /* line 278, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__item .toggle--next {
    padding: 0;
  }
  /* line 307, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__item .toggle--next:before {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background-color: #68B42E;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: width 0.2s ease-out;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  /* line 321, app/assets/stylesheets/application/global/_navigation.sass */
  .is-menu-in .navigation .navigation__item .toggle--next.is-current-page:not(.active):not(:hover):not(:focus):before {
    width: 0;
  }
  /* line 326, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__item .toggle--next.active:before, .navigation .navigation__item .toggle--next.is-current-page:before {
    width: 60px;
  }
  /* line 330, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__item .toggle--next:hover:before {
    width: 30px;
  }
}

@media (min-width: 992px) {
  /* line 333, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__item .toggle--next.is-current-page {
    font-weight: 600;
  }
}

/* line 337, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__item .navigation__toggle-text {
  text-align: left;
  display: flex;
}

@media (min-width: 992px) {
  /* line 337, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__item .navigation__toggle-text {
    font-size: 0.875rem;
  }
}

/* line 344, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__close {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 0;
}

/* line 357, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__close .icon {
  fill: #68B42E;
  height: 32px;
  width: 32px;
  transition: all 0.4s ease-in-out;
}

/* line 365, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__close:hover .icon, .navigation .navigation__close:focus .icon {
  fill: #056804;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 368, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__close:active {
  background-color: #F0F1F2;
}

/* line 372, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .flyout--first li {
  flex: 1 1 auto;
}

@media (min-width: 992px) {
  /* line 375, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .flyout--first .toggle--next {
    max-width: 150px;
  }
}

@media (min-width: 992px) {
  /* line 381, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .flyout--second li,
  .navigation .flyout--third li {
    flex: 0 0 25%;
  }
}

/* line 385, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .flyout--second .toggle--next,
.navigation .flyout--third .toggle--next {
  border-left: 1px solid #DADADA;
  padding-left: 1rem;
}

@media (max-width: 9998.98px) {
  /* line 385, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .flyout--second .toggle--next,
  .navigation .flyout--third .toggle--next {
    border-left: none;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 385, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .flyout--second .toggle--next,
  .navigation .flyout--third .toggle--next {
    display: none;
  }
}

@media (min-width: 992px) {
  /* line 397, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .flyout--second .item--title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 45px;
  }
}

@media (max-width: 991.98px) {
  /* line 404, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .flyout--second .item--title .navigation__link {
    display: inline-block;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  /* line 412, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation li.has-flyout .flyout--third .container .item--title .navigation__link {
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 992px) {
  /* line 411, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation li.has-flyout .flyout--third .container .item--title {
    display: none;
  }
}

@media (min-width: 992px) {
  /* line 422, app/assets/stylesheets/application/global/_navigation.sass */
  .vendor-ie-11 .navigation .flyout--second li {
    flex: 0 0 23%;
  }
}

/* line 426, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .toggle--back {
  padding: 0;
  height: 58px;
  width: 100%;
  display: flex;
  align-items: center;
  appearence: none;
  background-color: transparent;
  outline: none;
  border: 0;
  border-bottom: 1px solid #DADADA;
}

/* line 438, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .toggle--back .icon {
  width: 24px;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  fill: #68B42E;
}

/* line 443, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .toggle--back .navigation__toggle-text {
  font-weight: 600;
  font-size: 1rem;
}

@media (min-width: 992px) {
  /* line 426, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .toggle--back {
    display: none;
  }
}

/* line 450, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__meta {
  padding-top: 15px;
}

@media (min-width: 992px) {
  /* line 450, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__meta {
    border-top: 1px solid #9B9B9B;
    padding-top: 5px;
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  /* line 457, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__meta ul {
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  /* line 460, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__meta li {
    flex: 0 1 auto;
  }
}

@media (min-width: 992px) {
  /* line 460, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__meta li {
    margin-right: 80px;
  }
}

/* line 467, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__meta-button {
  display: flex;
  align-items: center;
  color: #68B42E;
  padding: 10px 0;
}

@media (min-width: 992px) {
  /* line 467, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .navigation__meta-button {
    padding: 15px 0;
  }
}

/* line 475, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__meta-button .icon {
  margin-right: 5px;
  height: 30px;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  color: #1D1F24;
}

/* line 481, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__meta-button span {
  font-weight: 600;
  font-size: 0.875rem;
  position: relative;
  transition: all 0.3s ease-in-out;
}

/* line 487, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__meta-button span:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  max-width: 40px;
  height: 2px;
  background-color: #68B42E;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  transition: all 0.3s ease-in-out;
}

/* line 501, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__meta-button:hover, .navigation .navigation__meta-button:focus {
  text-decoration: none;
}

/* line 505, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__meta-button:hover span, .navigation .navigation__meta-button:focus span {
  color: #056804;
}

/* line 508, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .navigation__meta-button:hover span:before, .navigation .navigation__meta-button:focus span:before {
  background-color: #056804;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

@media (min-width: 992px) {
  /* line 513, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .flyout--first .navigation__meta {
    display: none;
  }
}

/* line 518, app/assets/stylesheets/application/global/_navigation.sass */
.navigation .flyout--second .navigation__meta {
  display: none;
}

@media (min-width: 992px) {
  /* line 518, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .flyout--second .navigation__meta {
    display: block;
  }
  /* line 523, app/assets/stylesheets/application/global/_navigation.sass */
  .navigation .flyout--second .navigation__meta ul {
    margin-bottom: 0;
  }
}

/* iPhone X fix /* */
/* line 528, app/assets/stylesheets/application/global/_navigation.sass */
.iphone-x .navigation {
  -webkit-transform: none;
          transform: none;
  position: fixed;
  left: 0;
  top: 56px;
  bottom: 0;
  width: 100%;
  z-index: 50;
  background-color: #fff;
  display: none;
}

@media (max-width: 991.98px) {
  /* line 528, app/assets/stylesheets/application/global/_navigation.sass */
  .iphone-x .navigation {
    display: none;
    -webkit-transform: none;
            transform: none;
    background-color: transparent;
    transition: none;
  }
}

/* line 545, app/assets/stylesheets/application/global/_navigation.sass */
.iphone-x .navigation.in {
  -webkit-transform: none;
          transform: none;
  display: block;
}

/* line 551, app/assets/stylesheets/application/global/_navigation.sass */
.iphone-x .site-header__mobile .icon {
  -webkit-transform: none;
          transform: none;
  transition: none;
}

/* line 557, app/assets/stylesheets/application/global/_navigation.sass */
.iphone-x .is-menu-in .site-header__mobile .icon {
  -webkit-transform: none;
          transform: none;
  transition: none;
}

/* line 1, app/assets/stylesheets/application/global/_nav-meta.sass */
.nav-meta {
  position: fixed;
  z-index: 10;
  bottom: 1rem;
  right: 1rem;
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/application/global/_nav-meta.sass */
  .nav-meta {
    top: 50vh;
    bottom: auto;
    margin-top: -104px;
  }
}

@media (min-width: 992px) {
  /* line 12, app/assets/stylesheets/application/global/_nav-meta.sass */
  .nav-meta a {
    display: block;
  }
}

/* line 16, app/assets/stylesheets/application/global/_nav-meta.sass */
.nav-meta .nav-meta__toggle {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 20px 0 20px 0;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.13);
  color: #fff;
  background-color: #68B42E;
}

@media (min-width: 992px) {
  /* line 16, app/assets/stylesheets/application/global/_nav-meta.sass */
  .nav-meta .nav-meta__toggle {
    display: none;
  }
}

/* line 40, app/assets/stylesheets/application/global/_nav-meta.sass */
.nav-meta .nav-meta__toggle .icon-close {
  display: none;
  width: 16px;
  height: 16px;
}

/* line 45, app/assets/stylesheets/application/global/_nav-meta.sass */
.nav-meta .nav-meta__toggle .icon-sticky-nav {
  width: 28px;
  height: 28px;
}

@media (max-width: 9998.98px) {
  /* line 51, app/assets/stylesheets/application/global/_nav-meta.sass */
  .nav-meta.is-open ul {
    display: block;
  }
  /* line 54, app/assets/stylesheets/application/global/_nav-meta.sass */
  .nav-meta.is-open .icon-sticky-nav {
    display: none;
  }
  /* line 57, app/assets/stylesheets/application/global/_nav-meta.sass */
  .nav-meta.is-open .icon-close {
    display: block;
  }
  /* line 60, app/assets/stylesheets/application/global/_nav-meta.sass */
  .nav-meta.is-open .nav-meta__toggle {
    box-shadow: none;
    color: #68B42E;
    background-color: #fff;
  }
}

/* line 65, app/assets/stylesheets/application/global/_nav-meta.sass */
.nav-meta .nav-meta__button {
  background-color: #fff;
}

@media (min-width: 992px) {
  /* line 65, app/assets/stylesheets/application/global/_nav-meta.sass */
  .nav-meta .nav-meta__button {
    position: relative;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    background-color: #68B42E;
    color: #F2F5F7;
    z-index: 11;
  }
}

/* line 80, app/assets/stylesheets/application/global/_nav-meta.sass */
.nav-meta .nav-meta__button .icon {
  fill: #1D1F24;
  width: 26px;
  height: 26px;
}

@media (min-width: 992px) {
  /* line 80, app/assets/stylesheets/application/global/_nav-meta.sass */
  .nav-meta .nav-meta__button .icon {
    fill: #fff;
    width: 32px;
    height: 32px;
  }
}

/* line 90, app/assets/stylesheets/application/global/_nav-meta.sass */
.nav-meta ul {
  padding: 26px;
  background-color: #fff;
  border-radius: 20px 0 20px 0;
  list-style-type: none;
  margin: 0;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  width: 275px;
  display: none;
}

@media (min-width: 992px) {
  /* line 90, app/assets/stylesheets/application/global/_nav-meta.sass */
  .nav-meta ul {
    display: block;
    padding: 20px 0;
    background-color: #68B42E;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.13);
    width: auto;
  }
}

/* line 107, app/assets/stylesheets/application/global/_nav-meta.sass */
.nav-meta li {
  padding: 0;
  position: relative;
}

/* line 111, app/assets/stylesheets/application/global/_nav-meta.sass */
.nav-meta li + li {
  margin-top: 1rem;
}

@media (min-width: 992px) {
  /* line 111, app/assets/stylesheets/application/global/_nav-meta.sass */
  .nav-meta li + li {
    margin-top: 0;
  }
}

@media (max-width: 9998.98px) {
  /* line 116, app/assets/stylesheets/application/global/_nav-meta.sass */
  .nav-meta li a {
    display: flex;
    align-items: center;
  }
}

/* line 121, app/assets/stylesheets/application/global/_nav-meta.sass */
.nav-meta .nav-meta__tooltip {
  margin-left: 10px;
  color: #68B42E;
  font-weight: 700;
}

@media (min-width: 992px) {
  /* line 121, app/assets/stylesheets/application/global/_nav-meta.sass */
  .nav-meta .nav-meta__tooltip {
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -23px;
    margin-left: 0;
    padding: 0.9rem 1rem;
    display: block;
    height: 46px;
    background-color: #fff;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.13);
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    white-space: nowrap;
    font-size: 12px;
    color: #1D1F24;
  }
  /* line 144, app/assets/stylesheets/application/global/_nav-meta.sass */
  .nav-meta .nav-meta__tooltip:before {
    content: '';
    background-color: #056804;
    width: calc(100% - 2rem);
    left: 1rem;
    bottom: 0.6rem;
    height: 2px;
    position: absolute;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    transition: all 0.3s ease-in-out;
  }
  /* line 156, app/assets/stylesheets/application/global/_nav-meta.sass */
  .nav-meta .nav-meta__tooltip:hover {
    color: #056804;
  }
  /* line 158, app/assets/stylesheets/application/global/_nav-meta.sass */
  .nav-meta .nav-meta__tooltip:hover:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

/* line 161, app/assets/stylesheets/application/global/_nav-meta.sass */
.nav-meta a:hover,
.nav-meta a:focus {
  text-decoration: none;
}

@media (min-width: 992px) {
  /* line 165, app/assets/stylesheets/application/global/_nav-meta.sass */
  .nav-meta a:hover .nav-meta__button,
  .nav-meta a:focus .nav-meta__button {
    background-color: #056804;
  }
}

@media (min-width: 992px) {
  /* line 169, app/assets/stylesheets/application/global/_nav-meta.sass */
  .nav-meta a:hover .nav-meta__tooltip,
  .nav-meta a:focus .nav-meta__tooltip {
    -webkit-animation: efx-slide-from-right 0.2s ease 0s forwards;
            animation: efx-slide-from-right 0.2s ease 0s forwards;
  }
}

@-webkit-keyframes efx-slide-from-right {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes efx-slide-from-right {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* line 3, app/assets/stylesheets/application/global/_wysiwyg.sass */
.wysiwyg > p,
.wysiwyg > ul,
.wysiwyg > ol,
.wysiwyg > dl,
.wysiwyg > table,
.wysiwyg > .scrollable {
  margin-bottom: 1.5rem;
}

/* line 11, app/assets/stylesheets/application/global/_wysiwyg.sass */
.wysiwyg p + ol, .wysiwyg p + ul {
  margin-top: -1rem;
}

/* line 14, app/assets/stylesheets/application/global/_wysiwyg.sass */
.wysiwyg > .infobox {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

/* line 18, app/assets/stylesheets/application/global/_wysiwyg.sass */
.wysiwyg > .cite {
  margin-bottom: 2.5rem;
  margin-top: 2.8125rem;
}

/* line 22, app/assets/stylesheets/application/global/_wysiwyg.sass */
.wysiwyg * + table {
  margin-top: 4rem;
}

/* line 26, app/assets/stylesheets/application/global/_wysiwyg.sass */
.wysiwyg.adl--text span {
  color: #68B42E;
  font-weight: bold;
}

/* line 31, app/assets/stylesheets/application/global/_wysiwyg.sass */
.wysiwyg p a, .wysiwyg ul a, .wysiwyg li a, .wysiwyg dl a, .wysiwyg table a {
  text-decoration: underline;
}

/* line 34, app/assets/stylesheets/application/global/_wysiwyg.sass */
.wysiwyg p a:hover, .wysiwyg p a:focus, .wysiwyg ul a:hover, .wysiwyg ul a:focus, .wysiwyg li a:hover, .wysiwyg li a:focus, .wysiwyg dl a:hover, .wysiwyg dl a:focus, .wysiwyg table a:hover, .wysiwyg table a:focus {
  text-decoration: none;
}

/* line 38, app/assets/stylesheets/application/global/_wysiwyg.sass */
.wysiwyg > *:last-child {
  margin-bottom: 0;
}

/* line 41, app/assets/stylesheets/application/global/_wysiwyg.sass */
.wysiwyg ul {
  list-style-type: none;
  padding: 0;
}

/* line 45, app/assets/stylesheets/application/global/_wysiwyg.sass */
.wysiwyg ul li {
  position: relative;
  padding-left: 3rem;
}

/* line 49, app/assets/stylesheets/application/global/_wysiwyg.sass */
.wysiwyg ul li + li {
  margin-top: 0.25rem;
}

/* line 52, app/assets/stylesheets/application/global/_wysiwyg.sass */
.wysiwyg ul li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 1.5rem;
  top: 0.45em;
  background-color: #68B42E;
}

/* line 63, app/assets/stylesheets/application/global/_wysiwyg.sass */
.wysiwyg ul.list--hyphen li:before {
  width: 10px;
  height: 2px;
  top: 12px;
}

@media only screen and (max-width: 1024px) {
  /* line 63, app/assets/stylesheets/application/global/_wysiwyg.sass */
  .wysiwyg ul.list--hyphen li:before {
    top: 11px;
  }
}

@media only screen and (max-width: 320px) {
  /* line 63, app/assets/stylesheets/application/global/_wysiwyg.sass */
  .wysiwyg ul.list--hyphen li:before {
    top: 10px;
  }
}

/* line 76, app/assets/stylesheets/application/global/_wysiwyg.sass */
.wysiwyg ul.list--void li:before {
  visibility: hidden;
}

/* line 80, app/assets/stylesheets/application/global/_wysiwyg.sass */
.wysiwyg ol {
  counter-reset: section;
  list-style-type: none;
  padding: 0;
}

/* line 85, app/assets/stylesheets/application/global/_wysiwyg.sass */
.wysiwyg ol li {
  counter-increment: section;
  position: relative;
  padding-left: 3rem;
}

/* line 90, app/assets/stylesheets/application/global/_wysiwyg.sass */
.wysiwyg ol li ol li {
  padding-left: 3.5rem;
}

/* line 92, app/assets/stylesheets/application/global/_wysiwyg.sass */
.wysiwyg ol li ol li ol li {
  padding-left: 4.25rem;
}

/* line 94, app/assets/stylesheets/application/global/_wysiwyg.sass */
.wysiwyg ol li ol li ol li ol li {
  padding-left: 5.0rem;
}

/* line 96, app/assets/stylesheets/application/global/_wysiwyg.sass */
.wysiwyg ol li ol li ol li ol li ol li {
  padding-left: 5.75rem;
}

/* line 98, app/assets/stylesheets/application/global/_wysiwyg.sass */
.wysiwyg ol li ol li ol li ol li ol li ol li {
  padding-left: 6.5rem;
}

@media only screen and (max-width: 320px) {
  /* line 85, app/assets/stylesheets/application/global/_wysiwyg.sass */
  .wysiwyg ol li {
    padding-left: 1.5rem;
  }
  /* line 103, app/assets/stylesheets/application/global/_wysiwyg.sass */
  .wysiwyg ol li ol li {
    padding-left: 2rem;
  }
  /* line 105, app/assets/stylesheets/application/global/_wysiwyg.sass */
  .wysiwyg ol li ol li ol li {
    padding-left: 2.75rem;
  }
  /* line 107, app/assets/stylesheets/application/global/_wysiwyg.sass */
  .wysiwyg ol li ol li ol li ol li {
    padding-left: 3.25rem;
  }
  /* line 109, app/assets/stylesheets/application/global/_wysiwyg.sass */
  .wysiwyg ol li ol li ol li ol li ol li {
    padding-left: 4rem;
  }
  /* line 111, app/assets/stylesheets/application/global/_wysiwyg.sass */
  .wysiwyg ol li ol li ol li ol li ol li ol li {
    padding-left: 4.75rem;
  }
}

/* line 114, app/assets/stylesheets/application/global/_wysiwyg.sass */
.wysiwyg ol li + li {
  margin-top: 0.25rem;
}

/* line 117, app/assets/stylesheets/application/global/_wysiwyg.sass */
.wysiwyg ol li:before {
  content: counters(section, ".") ".";
  display: inline-block;
  text-align: left;
  color: #68B42E;
  font-weight: bold;
  position: absolute;
  left: 1.5rem;
  top: 0;
  width: 4rem;
}

@media only screen and (max-width: 320px) {
  /* line 117, app/assets/stylesheets/application/global/_wysiwyg.sass */
  .wysiwyg ol li:before {
    left: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 1, app/assets/stylesheets/application/global/_typeahead.sass */
  .twitter-typeahead {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  /* line 4, app/assets/stylesheets/application/global/_typeahead.sass */
  .twitter-typeahead input {
    width: 100%;
  }
}

/* line 8, app/assets/stylesheets/application/global/_typeahead.sass */
.twitter-typeahead .tt-menu {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 3px;
  border-radius: 3px;
  font-size: 1rem;
}

/* line 16, app/assets/stylesheets/application/global/_typeahead.sass */
.twitter-typeahead .tt-menu,
.twitter-typeahead .tt-dropdown-menu {
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* line 22, app/assets/stylesheets/application/global/_typeahead.sass */
.twitter-typeahead .tt-suggestion {
  display: block;
  font-weight: normal;
  color: #68B42E;
  white-space: nowrap;
  cursor: pointer;
  padding: 0.5rem 0.75rem;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 22, app/assets/stylesheets/application/global/_typeahead.sass */
  .twitter-typeahead .tt-suggestion {
    padding: 0.5rem 1.5rem;
  }
}

/* line 35, app/assets/stylesheets/application/global/_typeahead.sass */
.twitter-typeahead .tt-header {
  padding: 10px 20px;
  font-weight: 400;
  font-size: 0.875rem;
  margin-bottom: 0;
}

/* line 41, app/assets/stylesheets/application/global/_typeahead.sass */
.twitter-typeahead .tt-suggestion strong {
  font-weight: normal;
  color: #3D3F44;
}

/* line 45, app/assets/stylesheets/application/global/_typeahead.sass */
.twitter-typeahead .tt-suggestion.tt-cursor,
.twitter-typeahead .tt-suggestion:hover,
.twitter-typeahead .tt-suggestion:focus {
  text-decoration: none;
  background-color: #F2F5F7;
}

/* line 50, app/assets/stylesheets/application/global/_typeahead.sass */
.twitter-typeahead .tt-suggestion.tt-cursor:after,
.twitter-typeahead .tt-suggestion:hover:after,
.twitter-typeahead .tt-suggestion:focus:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='19' viewBox='0 0 11 19'%3E%3Cpolygon fill='%2368B42E' points='6.936 9.5 0 2.05 2.155 0 11 9.5 2.155 19 0 16.95'/%3E%3C/svg%3E"), linear-gradient(to right, rgba(242, 245, 247, 0), #F2F5F7 50%);
}

/* line 54, app/assets/stylesheets/application/global/_typeahead.sass */
.twitter-typeahead .tt-suggestion.tt-cursor {
  outline: 2px dashed #F78246 !important;
  outline-offset: 2px !important;
}

/* line 1, app/assets/stylesheets/application/global/_section.sass */
.section {
  padding: 2rem 0;
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/application/global/_section.sass */
  .section {
    padding: 4rem 0;
  }
}

/* line 7, app/assets/stylesheets/application/global/_section.sass */
.section--content-header {
  padding-top: 0;
}

/* line 11, app/assets/stylesheets/application/global/_section.sass */
.msvlfg .section--content-header h1 {
  margin-bottom: 0;
}

/* line 14, app/assets/stylesheets/application/global/_section.sass */
.section--content-header.section--hasnt-breadcrumb {
  padding-top: 3rem;
}

@media (min-width: 992px) {
  /* line 20, app/assets/stylesheets/application/global/_section.sass */
  .section--content .col-lg-4:not(.not-sticky) .heading,
  .section--content .col-lg-4:not(.not-sticky) .tab-navigation,
  .section--content .col-lg-4:not(.not-sticky) .filter {
    position: -webkit-sticky;
    position: sticky;
    top: 122px;
    padding-top: 0;
  }
}

/* line 29, app/assets/stylesheets/application/global/_section.sass */
.section--content .col-lg-4 .heading {
  padding-top: 0.75rem;
}

/* line 33, app/assets/stylesheets/application/global/_section.sass */
.section--hero {
  padding: 0;
}

@media (max-width: 767.98px) {
  /* line 36, app/assets/stylesheets/application/global/_section.sass */
  .section--hero .container {
    padding: 0;
  }
}

/* line 40, app/assets/stylesheets/application/global/_section.sass */
.section--reduced {
  padding: 1rem 0 3rem;
}

/* line 43, app/assets/stylesheets/application/global/_section.sass */
.section--white {
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* line 47, app/assets/stylesheets/application/global/_section.sass */
.section--white + .section--white {
  padding-top: 0;
}

/* line 51, app/assets/stylesheets/application/global/_section.sass */
.section--grey + .section--grey {
  padding-top: 0;
}

/* line 1, app/assets/stylesheets/application/global/_scrollable.sass */
.scrollable {
  position: relative;
  margin-right: -15px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
}

/* line 5, app/assets/stylesheets/application/global/_scrollable.sass */
.scrollable table,
.section--white .scrollable {
  box-shadow: none;
}

@media (min-width: 576px) {
  /* line 1, app/assets/stylesheets/application/global/_scrollable.sass */
  .scrollable {
    margin-right: 0;
  }
}

/* line 12, app/assets/stylesheets/application/global/_scrollable.sass */
.scrollable:after {
  content: '';
  width: 15px;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(109, 109, 109, 0.2));
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* line 24, app/assets/stylesheets/application/global/_scrollable.sass */
.scrollable.is-scrollable:after {
  opacity: 1;
}

/* line 27, app/assets/stylesheets/application/global/_scrollable.sass */
.scrollable.has-scrolled:after {
  opacity: 0;
}

/* line 30, app/assets/stylesheets/application/global/_scrollable.sass */
.scrollable__overflow {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 34, app/assets/stylesheets/application/global/_scrollable.sass */
.scrollable__container {
  padding-right: 15px;
}

@media (min-width: 576px) {
  /* line 34, app/assets/stylesheets/application/global/_scrollable.sass */
  .scrollable__container {
    padding-right: 0;
  }
}

/* line 3, app/assets/stylesheets/application/global/_spacing.sass */
.module + .module {
  margin-top: 1.5rem;
}

/* line 6, app/assets/stylesheets/application/global/_spacing.sass */
.module + .infobox,
.module + .cite {
  margin-top: 2.8125rem;
}

/* line 10, app/assets/stylesheets/application/global/_spacing.sass */
.module:last-child {
  margin-bottom: 0;
}

/* line 13, app/assets/stylesheets/application/global/_spacing.sass */
.infobox,
.cite {
  margin-bottom: 2.5rem;
}

/* line 3, app/assets/stylesheets/application/global/_modal.sass */
.modal--feedback .modal-header,
.modal--feedback .modal-body {
  flex-direction: column;
}

/* line 7, app/assets/stylesheets/application/global/_modal.sass */
.modal--feedback .modal-header,
.modal--feedback .modal-body,
.modal--feedback .modal-footer {
  text-align: center;
}

/* line 12, app/assets/stylesheets/application/global/_modal.sass */
.modal--feedback .modal-title {
  margin-right: 25px;
  margin-left: 25px;
}

/* line 16, app/assets/stylesheets/application/global/_modal.sass */
.modal-content {
  border-radius: 0;
}

/* line 19, app/assets/stylesheets/application/global/_modal.sass */
.modal-header {
  align-items: center;
  padding: 1rem 1rem 0 1rem;
  border: 0;
}

/* line 24, app/assets/stylesheets/application/global/_modal.sass */
.modal-header .close {
  position: absolute;
  right: 20px;
  top: 25px;
  opacity: 1 !important;
  color: #68B42E;
  transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 575.98px) {
  /* line 24, app/assets/stylesheets/application/global/_modal.sass */
  .modal-header .close {
    right: 10px;
    top: 15px;
  }
}

/* line 36, app/assets/stylesheets/application/global/_modal.sass */
.modal-header .close:hover, .modal-header .close:focus {
  color: #056804;
  opacity: 1 !important;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (min-width: 768px) {
  /* line 19, app/assets/stylesheets/application/global/_modal.sass */
  .modal-header {
    padding: 4rem 4rem 1rem 4rem;
  }
}

/* line 45, app/assets/stylesheets/application/global/_modal.sass */
.modal-footer {
  justify-content: center;
  border: 0;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  /* line 45, app/assets/stylesheets/application/global/_modal.sass */
  .modal-footer {
    padding: 1rem 4rem 4rem 4rem;
  }
}

@media (max-width: 575.98px) {
  /* line 45, app/assets/stylesheets/application/global/_modal.sass */
  .modal-footer {
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  /* line 56, app/assets/stylesheets/application/global/_modal.sass */
  .modal-footer .button {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 575.98px) {
  /* line 61, app/assets/stylesheets/application/global/_modal.sass */
  .modal-footer .button + .button {
    margin-top: 0.5rem;
  }
}

/* line 66, app/assets/stylesheets/application/global/_modal.sass */
.modal-body {
  padding: 1rem;
}

@media (min-width: 768px) {
  /* line 66, app/assets/stylesheets/application/global/_modal.sass */
  .modal-body {
    padding: 1rem 4rem;
  }
}

/* line 72, app/assets/stylesheets/application/global/_modal.sass */
.modal-title {
  font-family: "Roboto Slab", serif;
  font-size: 1.125rem;
  font-weight: 700;
  margin-right: 25px;
}

@media (min-width: 768px) {
  /* line 72, app/assets/stylesheets/application/global/_modal.sass */
  .modal-title {
    font-size: 1.25rem;
  }
}

/* line 1, app/assets/stylesheets/application/components/_alert.sass */
.alert {
  margin-bottom: 1rem;
  font-weight: 600;
}

/* line 5, app/assets/stylesheets/application/components/_alert.sass */
.alert.alert-success {
  color: #68B42E;
}

/* line 8, app/assets/stylesheets/application/components/_alert.sass */
.alert.alert-has-border {
  padding: 12px 16px;
  border: 1px solid #1D1F24;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  /* line 8, app/assets/stylesheets/application/components/_alert.sass */
  .alert.alert-has-border {
    padding: 16px 24px;
  }
}

/* line 19, app/assets/stylesheets/application/components/_alert.sass */
.alert.alert-has-border.alert-warning {
  color: #C91347;
  border-color: #C91347;
}

/* line 23, app/assets/stylesheets/application/components/_alert.sass */
.alert.alert-has-border.alert-warning button {
  color: #C91347;
}

/* line 26, app/assets/stylesheets/application/components/_alert.sass */
.alert-close {
  appearence: none;
  background: transparent;
  border: 0;
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

/* line 36, app/assets/stylesheets/application/components/_alert.sass */
.alert-close:hover, .alert-close:focus {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 40, app/assets/stylesheets/application/components/_alert.sass */
.alert-close .icon {
  width: 20px;
  height: 20px;
}

/* line 44, app/assets/stylesheets/application/components/_alert.sass */
.alert-animate {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}

/* line 51, app/assets/stylesheets/application/components/_alert.sass */
.alert-animate.alert-show {
  max-height: 100%;
}

/* line 54, app/assets/stylesheets/application/components/_alert.sass */
.alert-animate.alert-in {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* line 1, app/assets/stylesheets/application/components/_breadcrumb.sass */
.breadcrumb-wrapper {
  margin-top: 0.75rem;
  margin-bottom: 0.625rem;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/application/components/_breadcrumb.sass */
  .breadcrumb-wrapper {
    margin-top: 1.25rem;
  }
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/application/components/_breadcrumb.sass */
  .breadcrumb-wrapper {
    margin-top: 1.5625rem;
    margin-bottom: 1.875rem;
  }
}

/* line 12, app/assets/stylesheets/application/components/_breadcrumb.sass */
.breadcrumb-wrapper:before, .breadcrumb-wrapper:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 40px;
  height: 25px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

@media (min-width: 992px) {
  /* line 12, app/assets/stylesheets/application/components/_breadcrumb.sass */
  .breadcrumb-wrapper:before, .breadcrumb-wrapper:after {
    height: 30px;
  }
}

/* line 27, app/assets/stylesheets/application/components/_breadcrumb.sass */
.breadcrumb-wrapper:before {
  left: 0;
  background-image: linear-gradient(to right, #F2F5F7, rgba(242, 245, 247, 0));
}

/* line 31, app/assets/stylesheets/application/components/_breadcrumb.sass */
.breadcrumb-wrapper:after {
  right: 0;
  background-image: linear-gradient(to left, #F2F5F7, rgba(242, 245, 247, 0));
}

/* line 35, app/assets/stylesheets/application/components/_breadcrumb.sass */
.breadcrumb-wrapper.has-shadow-left:before {
  opacity: 1;
}

/* line 38, app/assets/stylesheets/application/components/_breadcrumb.sass */
.breadcrumb-wrapper.has-shadow-right:after {
  opacity: 1;
}

/* line 41, app/assets/stylesheets/application/components/_breadcrumb.sass */
.breadcrumb {
  background-color: transparent;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  padding-bottom: 0.625rem;
  margin: 0;
}

/* line 50, app/assets/stylesheets/application/components/_breadcrumb.sass */
.breadcrumb-item {
  margin-right: 0.9375rem;
  white-space: nowrap;
  font-size: 0.75rem;
  flex: 0 1 auto;
}

@media (min-width: 992px) {
  /* line 50, app/assets/stylesheets/application/components/_breadcrumb.sass */
  .breadcrumb-item {
    font-size: 0.875rem;
  }
}

/* line 58, app/assets/stylesheets/application/components/_breadcrumb.sass */
.breadcrumb-item a {
  color: #000;
  position: relative;
}

/* line 61, app/assets/stylesheets/application/components/_breadcrumb.sass */
.breadcrumb-item a:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #056804;
  position: absolute;
  bottom: -1px;
  left: 0;
  display: none;
}

/* line 71, app/assets/stylesheets/application/components/_breadcrumb.sass */
.breadcrumb-item a:hover, .breadcrumb-item a:focus {
  color: #056804;
  text-decoration: none;
}

/* line 76, app/assets/stylesheets/application/components/_breadcrumb.sass */
.breadcrumb-item a:hover:after, .breadcrumb-item a:focus:after {
  display: block;
}

/* line 80, app/assets/stylesheets/application/components/_breadcrumb.sass */
.breadcrumb-item .icon-home {
  height: 24px;
  width: 24px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media (min-width: 992px) {
  /* line 80, app/assets/stylesheets/application/components/_breadcrumb.sass */
  .breadcrumb-item .icon-home {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

/* line 90, app/assets/stylesheets/application/components/_breadcrumb.sass */
.breadcrumb-item:first-child a:after {
  content: '';
  width: 14px;
  height: 1px;
  background-color: #056804;
  position: absolute;
  bottom: -1px;
  left: 5px;
  display: none;
}

/* line 102, app/assets/stylesheets/application/components/_breadcrumb.sass */
.breadcrumb-item:first-child a:hover:after, .breadcrumb-item:first-child a:focus:after {
  display: block;
}

/* line 107, app/assets/stylesheets/application/components/_breadcrumb.sass */
.breadcrumb-item.active {
  color: #68B42E;
  font-weight: bold;
}

/* line 111, app/assets/stylesheets/application/components/_breadcrumb.sass */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

/* line 114, app/assets/stylesheets/application/components/_breadcrumb.sass */
.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  padding: 0;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 124, app/assets/stylesheets/application/components/_breadcrumb.sass */
.breadcrumb-item + .breadcrumb-item.active::before {
  border-color: #68B42E;
}

/* line 128, app/assets/stylesheets/application/components/_breadcrumb.sass */
.breadcrumb-item:not(:first-child) a,
.breadcrumb-item:not(:first-child) .breadcrumb-item__active {
  margin-left: 1.125rem;
}

/* line 134, app/assets/stylesheets/application/components/_breadcrumb.sass */
.breadcrumb.has-collapse .breadcrumb__expand {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 139, app/assets/stylesheets/application/components/_breadcrumb.sass */
  .breadcrumb.has-collapse.is-close li {
    display: none;
  }
  /* line 142, app/assets/stylesheets/application/components/_breadcrumb.sass */
  .breadcrumb.has-collapse.is-close li:first-child, .breadcrumb.has-collapse.is-close li:last-child {
    display: list-item;
  }
  /* line 146, app/assets/stylesheets/application/components/_breadcrumb.sass */
  .breadcrumb.has-collapse.is-close li:first-child {
    padding-right: 25px;
    position: relative;
  }
  /* line 150, app/assets/stylesheets/application/components/_breadcrumb.sass */
  .breadcrumb.has-collapse.is-close li:first-child:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    padding: 0;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg) translateY(-3px);
            transform: rotate(45deg) translateY(-3px);
  }
  /* line 160, app/assets/stylesheets/application/components/_breadcrumb.sass */
  .breadcrumb.has-collapse .breadcrumb__expand {
    display: block;
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0;
    background-color: transparent;
    width: 30px;
    height: 17px;
    position: absolute;
    left: 42px;
    top: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg height='17' viewBox='0 0 30 17' width='30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2.25.41666667c-1.15104167 0-2.08333333.93229166-2.08333333 2.08333333s.93229166 2.08333333 2.08333333 2.08333333 2.08333333-.93229166 2.08333333-2.08333333-.93229166-2.08333333-2.08333333-2.08333333zm12.5 0c-1.1510417 0-2.0833333.93229166-2.0833333 2.08333333s.9322916 2.08333333 2.0833333 2.08333333 2.0833333-.93229166 2.0833333-2.08333333-.9322916-2.08333333-2.0833333-2.08333333zm-6.25 0c-1.15104167 0-2.08333333.93229166-2.08333333 2.08333333s.93229166 2.08333333 2.08333333 2.08333333 2.0833333-.93229166 2.0833333-2.08333333-.93229163-2.08333333-2.0833333-2.08333333z' fill='%2368b42e' transform='translate(7 6)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  /* line 179, app/assets/stylesheets/application/components/_breadcrumb.sass */
  .breadcrumb.has-collapse.is-open .breadcrumb__expand {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/application/components/_hero.sass */
.hero {
  max-width: 1920px;
  margin: 0 auto;
}

/* line 5, app/assets/stylesheets/application/components/_hero.sass */
.hero__item {
  position: relative;
  padding-bottom: 52px;
}

/* line 9, app/assets/stylesheets/application/components/_hero.sass */
.hero__image {
  padding-bottom: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

@media (min-width: 576px) {
  /* line 9, app/assets/stylesheets/application/components/_hero.sass */
  .hero__image {
    padding-bottom: 50%;
  }
}

@media (min-width: 1280px) {
  /* line 9, app/assets/stylesheets/application/components/_hero.sass */
  .hero__image {
    padding-bottom: 640px;
  }
}

/* line 22, app/assets/stylesheets/application/components/_hero.sass */
.hero__image figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 33, app/assets/stylesheets/application/components/_hero.sass */
.hero__image figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1280px) {
  /* line 33, app/assets/stylesheets/application/components/_hero.sass */
  .hero__image figure img {
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* line 41, app/assets/stylesheets/application/components/_hero.sass */
.hero__content {
  z-index: 15;
  position: relative;
}

@media (min-width: 992px) {
  /* line 41, app/assets/stylesheets/application/components/_hero.sass */
  .hero__content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 768px) {
  /* line 52, app/assets/stylesheets/application/components/_hero.sass */
  .hero__content .container {
    height: 100%;
    position: relative;
  }
}

/* line 60, app/assets/stylesheets/application/components/_hero.sass */
.hero--banner .hero__item {
  padding-bottom: 0;
}

/* line 63, app/assets/stylesheets/application/components/_hero.sass */
.hero--banner .hero__image {
  padding-bottom: 100%;
}

@media (min-width: 576px) {
  /* line 63, app/assets/stylesheets/application/components/_hero.sass */
  .hero--banner .hero__image {
    padding-bottom: 39%;
  }
}

/* line 70, app/assets/stylesheets/application/components/_hero.sass */
.hero--carousel .hero__item {
  padding-bottom: 0;
}

/* line 75, app/assets/stylesheets/application/components/_hero.sass */
.hero--carousel .slick-dots li {
  list-style: none;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 5px;
}

/* line 82, app/assets/stylesheets/application/components/_hero.sass */
.hero--carousel .slick-dots button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  background-color: transparent;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 95, app/assets/stylesheets/application/components/_hero.sass */
.hero--carousel .slick-dots button:before {
  content: '';
  display: block;
  flex: 0 0 6px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #D8D8D8;
}

/* line 106, app/assets/stylesheets/application/components/_hero.sass */
.hero--carousel .slick-dots .slick-active button:before {
  background-color: #68B42E;
}

/* line 110, app/assets/stylesheets/application/components/_hero.sass */
.hero-nav .container {
  position: relative;
}

@media (min-width: 992px) {
  /* line 110, app/assets/stylesheets/application/components/_hero.sass */
  .hero-nav .container {
    height: 70px;
  }
}

/* line 115, app/assets/stylesheets/application/components/_hero.sass */
.hero-nav__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background-color: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
  /* line 115, app/assets/stylesheets/application/components/_hero.sass */
  .hero-nav__wrapper {
    position: absolute;
    right: 0;
    width: 50%;
    height: 70px;
  }
}

/* line 130, app/assets/stylesheets/application/components/_hero.sass */
.hero-nav__arrows {
  padding: 0 0.9375rem;
  position: absolute;
  display: flex;
  left: 0;
  top: calc(50% - 16px);
  height: 32px;
  justify-content: space-between;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 130, app/assets/stylesheets/application/components/_hero.sass */
  .hero-nav__arrows {
    padding: 0 2rem;
  }
}

/* line 143, app/assets/stylesheets/application/components/_hero.sass */
.hero-nav__arrows .slick-arrow {
  padding: 0;
  outline: 0;
  border: 0;
  background-color: transparent;
  flex: 0 1 auto;
  transition: all 0.3s ease-out;
}

/* line 151, app/assets/stylesheets/application/components/_hero.sass */
.hero-nav__arrows .slick-arrow .icon {
  fill: #68B42E;
}

/* line 156, app/assets/stylesheets/application/components/_hero.sass */
.hero-nav__arrows .slick-arrow:hover .icon, .hero-nav__arrows .slick-arrow:focus .icon {
  fill: #056804;
}

/* line 159, app/assets/stylesheets/application/components/_hero.sass */
.hero-nav__arrows .slick-prev {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}

/* line 161, app/assets/stylesheets/application/components/_hero.sass */
.hero-nav__arrows .slick-prev:hover, .hero-nav__arrows .slick-prev:focus {
  -webkit-transform: translateX(-7px);
          transform: translateX(-7px);
}

/* line 165, app/assets/stylesheets/application/components/_hero.sass */
.hero-nav__arrows .slick-next {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

/* line 167, app/assets/stylesheets/application/components/_hero.sass */
.hero-nav__arrows .slick-next:hover, .hero-nav__arrows .slick-next:focus {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}

/* line 172, app/assets/stylesheets/application/components/_hero.sass */
.hero-nav__dots .slick-dots {
  display: flex;
  height: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
  align-items: center;
}

/* line 181, app/assets/stylesheets/application/components/_hero.sass */
.hero-nav__dots .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}

/* line 187, app/assets/stylesheets/application/components/_hero.sass */
.hero-nav__dots .slick-dots button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: 0;
  outline: 0;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #D8D8D8;
  overflow: hidden;
  color: transparent;
}

/* line 199, app/assets/stylesheets/application/components/_hero.sass */
.hero-nav__dots .slick-dots .slick-active button {
  background-color: #68B42E;
}

/* line 203, app/assets/stylesheets/application/components/_hero.sass */
.hero-control {
  max-width: 1280px;
  margin: 0 auto;
  display: none;
  position: relative;
}

@media (min-width: 768px) {
  /* line 203, app/assets/stylesheets/application/components/_hero.sass */
  .hero-control {
    display: block;
  }
}

/* line 211, app/assets/stylesheets/application/components/_hero.sass */
.hero-control__button {
  position: absolute;
  z-index: 1;
  top: 23px;
  right: 32px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 0;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 992px) {
  /* line 211, app/assets/stylesheets/application/components/_hero.sass */
  .hero-control__button {
    top: 36px;
    right: 36px;
  }
}

/* line 234, app/assets/stylesheets/application/components/_hero.sass */
.hero-control__button .icon {
  fill: #68B42E;
}

/* line 238, app/assets/stylesheets/application/components/_hero.sass */
.hero-control__button:hover .icon {
  fill: #056804;
}

/* line 241, app/assets/stylesheets/application/components/_hero.sass */
.hero-control__button:active {
  background-color: #F0F1F2;
}

/* line 244, app/assets/stylesheets/application/components/_hero.sass */
.hero-control__button .hero-control__play {
  display: none;
}

/* line 249, app/assets/stylesheets/application/components/_hero.sass */
.hero-control__button.is-pause .hero-control__play {
  display: block;
}

/* line 252, app/assets/stylesheets/application/components/_hero.sass */
.hero-control__button.is-pause .hero-control__pause {
  display: none;
}

/* line 1, app/assets/stylesheets/application/components/_teaser.sass */
.teaser {
  display: flex;
  flex-direction: column;
}

/* line 5, app/assets/stylesheets/application/components/_teaser.sass */
.teaser.is-keyboard-focused {
  outline: 2px dashed #F78246 !important;
  outline-offset: 2px !important;
}

/* line 9, app/assets/stylesheets/application/components/_teaser.sass */
.teaser__image figure {
  overflow: hidden;
  margin: 0;
}

/* line 13, app/assets/stylesheets/application/components/_teaser.sass */
.teaser__image figure img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 19, app/assets/stylesheets/application/components/_teaser.sass */
.teaser__body {
  background-color: white;
  padding: 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
  /* line 19, app/assets/stylesheets/application/components/_teaser.sass */
  .teaser__body {
    padding: 2rem;
  }
}

/* line 28, app/assets/stylesheets/application/components/_teaser.sass */
.teaser__title h2,
.teaser__title h3,
.teaser__title h4 {
  margin-bottom: 1rem;
}

/* line 32, app/assets/stylesheets/application/components/_teaser.sass */
.teaser__title .teaser__headline {
  line-height: 1.4444;
}

@media (min-width: 768px) {
  /* line 32, app/assets/stylesheets/application/components/_teaser.sass */
  .teaser__title .teaser__headline {
    line-height: 1.2727;
  }
}

/* line 38, app/assets/stylesheets/application/components/_teaser.sass */
.teaser__text {
  font-size: 1rem;
}

/* line 41, app/assets/stylesheets/application/components/_teaser.sass */
.teaser--small {
  display: inline-block;
}

/* line 44, app/assets/stylesheets/application/components/_teaser.sass */
.teaser--small .teaser__body {
  padding: 1.5rem 0 0 0;
  background-color: transparent;
  box-shadow: none;
  position: relative;
}

@media (min-width: 992px) {
  /* line 44, app/assets/stylesheets/application/components/_teaser.sass */
  .teaser--small .teaser__body {
    padding: 1.5rem 0 0 0;
  }
}

/* line 54, app/assets/stylesheets/application/components/_teaser.sass */
.teaser--small .teaser__title h2,
.teaser--small .teaser__title h3,
.teaser--small .teaser__title h4 {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}

@media (min-width: 768px) {
  /* line 54, app/assets/stylesheets/application/components/_teaser.sass */
  .teaser--small .teaser__title h2,
  .teaser--small .teaser__title h3,
  .teaser--small .teaser__title h4 {
    font-size: 1.125rem;
    line-height: 1.5555;
  }
}

/* line 66, app/assets/stylesheets/application/components/_teaser.sass */
.teaser--small .teaser__tag {
  position: absolute;
  left: 0.9375rem;
  top: -1.6875rem;
}

/* line 71, app/assets/stylesheets/application/components/_teaser.sass */
.teaser--small .teaser__text {
  font-size: 1rem;
}

/* line 75, app/assets/stylesheets/application/components/_teaser.sass */
.teaser--block-link {
  text-decoration: none;
  color: #1D1F24;
}

/* line 79, app/assets/stylesheets/application/components/_teaser.sass */
.teaser--block-link:hover, .teaser--block-link:focus {
  text-decoration: none;
  color: #1D1F24;
}

/* line 84, app/assets/stylesheets/application/components/_teaser.sass */
.teaser--block-link .link {
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #68B42E;
}

/* line 90, app/assets/stylesheets/application/components/_teaser.sass */
.teaser--hero {
  background-color: white;
  padding: 0 0.9375rem 0.9375rem 0.9375rem;
  z-index: 10;
  position: relative;
}

@media (min-width: 768px) {
  /* line 90, app/assets/stylesheets/application/components/_teaser.sass */
  .teaser--hero {
    padding: 0 2.1875rem 0.9375rem 2.1875rem;
    width: 100%;
    margin-top: -35px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  }
}

@media (min-width: 992px) {
  /* line 90, app/assets/stylesheets/application/components/_teaser.sass */
  .teaser--hero {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    margin-top: 0;
  }
}

/* line 110, app/assets/stylesheets/application/components/_teaser.sass */
.teaser--hero .link__text {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

/* line 115, app/assets/stylesheets/application/components/_teaser.sass */
.teaser--hero .link__text:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #056804;
  transition: all 0.3s ease-in-out;
}

/* line 128, app/assets/stylesheets/application/components/_teaser.sass */
.teaser--hero:hover .link__text, .teaser--hero:focus .link__text {
  color: #056804;
}

/* line 131, app/assets/stylesheets/application/components/_teaser.sass */
.teaser--hero:hover .link__text:before, .teaser--hero:focus .link__text:before {
  width: 100%;
}

/* line 135, app/assets/stylesheets/application/components/_teaser.sass */
.teaser--hero:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
}

/* line 145, app/assets/stylesheets/application/components/_teaser.sass */
.teaser--hero .teaser__title {
  margin-top: -1.25rem;
}

/* line 147, app/assets/stylesheets/application/components/_teaser.sass */
.teaser--hero .teaser__title h3 {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  /* line 147, app/assets/stylesheets/application/components/_teaser.sass */
  .teaser--hero .teaser__title h3 {
    font-size: 1.75rem;
  }
}

@media (min-width: 992px) {
  /* line 147, app/assets/stylesheets/application/components/_teaser.sass */
  .teaser--hero .teaser__title h3 {
    font-size: 2.25rem;
  }
}

@media (min-width: 768px) {
  /* line 154, app/assets/stylesheets/application/components/_teaser.sass */
  .teaser--hero .teaser__title p {
    margin-bottom: 1.25rem;
  }
}

/* line 158, app/assets/stylesheets/application/components/_teaser.sass */
.teaser--large {
  position: relative;
}

@media (min-width: 768px) {
  /* line 158, app/assets/stylesheets/application/components/_teaser.sass */
  .teaser--large {
    padding-bottom: 32px;
  }
}

/* line 164, app/assets/stylesheets/application/components/_teaser.sass */
.teaser--large .teaser__title h2,
.teaser--large .teaser__title h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1rem;
}

@media (min-width: 768px) {
  /* line 164, app/assets/stylesheets/application/components/_teaser.sass */
  .teaser--large .teaser__title h2,
  .teaser--large .teaser__title h3 {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  /* line 173, app/assets/stylesheets/application/components/_teaser.sass */
  .teaser--large .teaser__body {
    width: 50%;
    position: absolute;
    right: calc(8.33333% + 24px);
    bottom: 0;
  }
}

/* line 180, app/assets/stylesheets/application/components/_teaser.sass */
.teaser--large + .teaser--large {
  margin-top: 2.5rem;
}

/* line 183, app/assets/stylesheets/application/components/_teaser.sass */
.teaser--large .teaser__cta {
  margin-bottom: -5px;
}

@media (min-width: 768px) {
  /* line 186, app/assets/stylesheets/application/components/_teaser.sass */
  .teaser--large.teaser--standard {
    padding-bottom: 140px;
  }
}

@media (min-width: 992px) {
  /* line 186, app/assets/stylesheets/application/components/_teaser.sass */
  .teaser--large.teaser--standard {
    padding-bottom: 32px;
  }
}

@media (min-width: 768px) {
  /* line 192, app/assets/stylesheets/application/components/_teaser.sass */
  .teaser--large.teaser--standard .teaser__body {
    width: 70%;
    right: 0;
    padding: +1.5625rem 2.1875rem;
  }
}

@media (min-width: 992px) {
  /* line 192, app/assets/stylesheets/application/components/_teaser.sass */
  .teaser--large.teaser--standard .teaser__body {
    width: 45%;
    top: 25px;
    bottom: auto;
    padding: +1.875rem 2.5rem;
  }
}

@media (min-width: 768px) {
  /* line 204, app/assets/stylesheets/application/components/_teaser.sass */
  .teaser--large.teaser--standard .teaser__image {
    width: 70%;
  }
}

@media (min-width: 992px) {
  /* line 204, app/assets/stylesheets/application/components/_teaser.sass */
  .teaser--large.teaser--standard .teaser__image {
    width: 60%;
  }
}

@media (min-width: 768px) {
  /* line 213, app/assets/stylesheets/application/components/_teaser.sass */
  .teaser--large:nth-child(2n) .teaser__body {
    right: auto;
    left: calc(8.33333% + 24px);
  }
}

@media (min-width: 768px) {
  /* line 219, app/assets/stylesheets/application/components/_teaser.sass */
  .teaser--large.teaser--standard:nth-child(2n) .teaser__body {
    right: auto;
    left: 0;
  }
}

@media (min-width: 768px) {
  /* line 226, app/assets/stylesheets/application/components/_teaser.sass */
  .teaser--large.teaser--standard:nth-child(2n) .teaser__image {
    margin-left: auto;
  }
}

/* line 230, app/assets/stylesheets/application/components/_teaser.sass */
.col-12.widget {
  display: block;
  padding-bottom: 2.75rem;
}

/* line 234, app/assets/stylesheets/application/components/_teaser.sass */
.col-12.widget:nth-last-child(-n+3) {
  padding-bottom: 0;
}

/* line 239, app/assets/stylesheets/application/components/_teaser.sass */
.teaser--large .teaser__text p,
.teaser--small .teaser__text p {
  margin-bottom: 0;
  max-width: 100%;
  word-break: break-word;
}

/* line 244, app/assets/stylesheets/application/components/_teaser.sass */
.teaser--large .link,
.teaser--small .link {
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #68B42E;
}

/* line 250, app/assets/stylesheets/application/components/_teaser.sass */
.teaser--large .link__text,
.teaser--small .link__text {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding-left: 70px;
}

/* line 256, app/assets/stylesheets/application/components/_teaser.sass */
.teaser--large .link__text:before,
.teaser--small .link__text:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 54px;
  bottom: 0;
  height: 2px;
  margin-right: 0.5rem;
  margin-bottom: 2px;
  background-color: #68B42E;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  transition: all 0.3s ease-in-out;
}

/* line 270, app/assets/stylesheets/application/components/_teaser.sass */
.teaser--large:hover, .teaser--large:focus,
.teaser--small:hover,
.teaser--small:focus {
  color: #1D1F24;
  text-decoration: none;
}

/* line 275, app/assets/stylesheets/application/components/_teaser.sass */
.teaser--large:hover .link, .teaser--large:focus .link,
.teaser--small:hover .link,
.teaser--small:focus .link {
  color: #056804;
}

/* line 279, app/assets/stylesheets/application/components/_teaser.sass */
.teaser--large:hover .link__text:before, .teaser--large:focus .link__text:before,
.teaser--small:hover .link__text:before,
.teaser--small:focus .link__text:before {
  background-color: #056804;
  width: 64px;
}

/* line 285, app/assets/stylesheets/application/components/_teaser.sass */
.teaser--large:active .link__text:before,
.teaser--small:active .link__text:before {
  left: 40px;
  width: 24px;
}

/* line 1, app/assets/stylesheets/application/components/_article.sass */
.article__image {
  margin-bottom: 2rem;
}

/* line 3, app/assets/stylesheets/application/components/_article.sass */
.article__image figure {
  margin-bottom: 0;
}

/* line 5, app/assets/stylesheets/application/components/_article.sass */
.article__image figure img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 10, app/assets/stylesheets/application/components/_article.sass */
.article__image figure img.um_nl_image {
  width: 160px;
  margin: 0 25%;
  padding-top: 1em;
}

@media only screen and (max-width: 960px) {
  /* line 10, app/assets/stylesheets/application/components/_article.sass */
  .article__image figure img.um_nl_image {
    display: none;
  }
}

/* line 17, app/assets/stylesheets/application/components/_article.sass */
.article__image figure figcaption {
  margin-top: 0.5rem;
}

/* line 22, app/assets/stylesheets/application/components/_article.sass */
.article--intro .article__heading h1, .article--intro .article__heading .h1, .article--intro .article__heading h2, .article--intro .article__heading .h2, .article--intro .article__heading h3, .article--intro .article__heading .h3 {
  margin-bottom: 0;
}

/* line 25, app/assets/stylesheets/application/components/_article.sass */
.article--intro .article__heading + .article__text {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  /* line 25, app/assets/stylesheets/application/components/_article.sass */
  .article--intro .article__heading + .article__text {
    margin-top: 2rem;
  }
}

@media (min-width: 992px) {
  /* line 25, app/assets/stylesheets/application/components/_article.sass */
  .article--intro .article__heading + .article__text {
    margin-top: 2.5rem;
  }
}

@media (min-width: 576px) {
  /* line 33, app/assets/stylesheets/application/components/_article.sass */
  .article--image-50 figure {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}

@media (min-width: 576px) {
  /* line 39, app/assets/stylesheets/application/components/_article.sass */
  .article--image-50 figure > a,
  .article--image-50 figure > img,
  .article--image-50 figure > figcaption {
    flex: 0 0 48%;
    width: 48%;
  }
}

@media (max-width: 991.98px) {
  /* line 1, app/assets/stylesheets/application/components/_tabs.sass */
  .tab-navigation {
    margin-bottom: 2rem;
    overflow-y: hidden;
    height: 2rem;
  }
  /* line 8, app/assets/stylesheets/application/components/_tabs.sass */
  .tab-navigation .nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1rem;
  }
}

/* line 15, app/assets/stylesheets/application/components/_tabs.sass */
.tab-navigation--aligned {
  margin-top: 3rem;
}

@media (max-width: 991.98px) {
  /* line 15, app/assets/stylesheets/application/components/_tabs.sass */
  .tab-navigation--aligned {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  /* line 21, app/assets/stylesheets/application/components/_tabs.sass */
  .tab-navigation .nav {
    flex-direction: column;
  }
}

/* line 27, app/assets/stylesheets/application/components/_tabs.sass */
.tab-navigation .nav-pills .nav-item {
  margin-right: 1rem;
}

@media (min-width: 992px) {
  /* line 27, app/assets/stylesheets/application/components/_tabs.sass */
  .tab-navigation .nav-pills .nav-item {
    margin-bottom: 2rem;
    margin-right: 0;
  }
}

/* line 34, app/assets/stylesheets/application/components/_tabs.sass */
.tab-navigation .nav-pills .nav-link {
  padding: 0.125rem 0;
  font-weight: 600;
  color: #1D1F24;
  position: relative;
}

@media (min-width: 992px) {
  /* line 34, app/assets/stylesheets/application/components/_tabs.sass */
  .tab-navigation .nav-pills .nav-link {
    font-size: 1rem;
  }
}

/* line 43, app/assets/stylesheets/application/components/_tabs.sass */
.tab-navigation .nav-pills .nav-link:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.2s ease-in-out 0s;
}

/* line 53, app/assets/stylesheets/application/components/_tabs.sass */
.tab-navigation .nav-pills .nav-link.active {
  color: #68B42E;
  background-color: transparent;
  border-radius: 0;
}

/* line 58, app/assets/stylesheets/application/components/_tabs.sass */
.tab-navigation .nav-pills .nav-link.active:after {
  content: "";
  width: 60px;
  background-color: #68B42E;
}

/* line 65, app/assets/stylesheets/application/components/_tabs.sass */
.tab-navigation .nav-pills .nav-link:hover:after, .tab-navigation .nav-pills .nav-link:focus:after {
  content: "";
  width: 40px;
  background-color: #68B42E;
}

/* line 71, app/assets/stylesheets/application/components/_tabs.sass */
.tab-navigation.is-scrollable {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

/* line 76, app/assets/stylesheets/application/components/_tabs.sass */
.tab-navigation.is-scrollable:before, .tab-navigation.is-scrollable:after {
  content: '';
  display: block;
  height: 25px;
  position: absolute;
  top: 0;
  z-index: 1;
}

@media (min-width: 992px) {
  /* line 76, app/assets/stylesheets/application/components/_tabs.sass */
  .tab-navigation.is-scrollable:before, .tab-navigation.is-scrollable:after {
    display: none;
  }
}

/* line 87, app/assets/stylesheets/application/components/_tabs.sass */
.tab-navigation.is-scrollable:after {
  width: 50px;
  background-image: url("data:image/svg+xml,%3Csvg height='18' viewBox='0 0 13 18' width='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' transform='translate(-4 -5)'%3E%3Cpath d='m-4 4h28v20h-28z' transform='matrix(0 1 -1 0 24 4)'/%3E%3Cpath d='m6 6 8 8-8 8' stroke='%2368b42e' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E"), linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%);
  background-position: center right 15px, center center;
  background-size: cover cover;
  background-repeat: no-repeat, no-repeat;
  right: 0;
  transition: all 0.3s ease-in-out;
}

/* line 96, app/assets/stylesheets/application/components/_tabs.sass */
.tab-navigation.is-scrollable:before {
  width: 15px;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), white);
  position: absolute;
  left: 0;
  top: 0;
}

/* line 103, app/assets/stylesheets/application/components/_tabs.sass */
.tab-navigation.is-scrollable .nav {
  padding-left: 15px;
}

/* line 106, app/assets/stylesheets/application/components/_tabs.sass */
.tab-navigation.is-scrollable .nav li:last-child {
  padding-right: 50px;
}

/* line 110, app/assets/stylesheets/application/components/_tabs.sass */
.tab-navigation.has-scrolled:after {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

/* line 117, app/assets/stylesheets/application/components/_tabs.sass */
.section--grey .tab-navigation.is-scrollable:after {
  background-image: url("data:image/svg+xml,%3Csvg height='18' viewBox='0 0 13 18' width='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' transform='translate(-4 -5)'%3E%3Cpath d='m-4 4h28v20h-28z' transform='matrix(0 1 -1 0 24 4)'/%3E%3Cpath d='m6 6 8 8-8 8' stroke='%2368b42e' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E"), linear-gradient(to right, rgba(242, 245, 247, 0) 0%, #f2f5f7 50%);
}

/* line 1, app/assets/stylesheets/application/components/_accordion.sass */
.accordion__header {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/application/components/_accordion.sass */
  .accordion__header {
    font-size: 1rem;
  }
}

/* line 10, app/assets/stylesheets/application/components/_accordion.sass */
.accordion__header button, .accordion__header a {
  padding: 0;
  border: 0;
  background-color: transparent;
  font-weight: 600;
  display: flex;
  width: 100%;
  align-items: center;
  text-align: left;
  padding: 1rem;
  border-bottom: 3px solid transparent;
}

@media (min-width: 768px) {
  /* line 10, app/assets/stylesheets/application/components/_accordion.sass */
  .accordion__header button, .accordion__header a {
    padding: 1.5rem;
  }
}

/* line 25, app/assets/stylesheets/application/components/_accordion.sass */
.accordion__header button:hover, .accordion__header button.is-keyboard-focused, .accordion__header a:hover, .accordion__header a.is-keyboard-focused {
  background-color: #F2F5F7;
  border-bottom: 3px solid #056804;
}

/* line 30, app/assets/stylesheets/application/components/_accordion.sass */
.accordion__header button:hover .icon, .accordion__header button.is-keyboard-focused .icon, .accordion__header a:hover .icon, .accordion__header a.is-keyboard-focused .icon {
  color: #056804;
}

/* line 33, app/assets/stylesheets/application/components/_accordion.sass */
.section--grey .accordion__header button:hover, .section--grey .accordion__header button.is-keyboard-focused, .section--grey .accordion__header a:hover, .section--grey .accordion__header a.is-keyboard-focused {
  background-color: #fff;
}

/* line 36, app/assets/stylesheets/application/components/_accordion.sass */
.accordion__header button .btn__text, .accordion__header a .btn__text {
  flex: 1;
}

/* line 39, app/assets/stylesheets/application/components/_accordion.sass */
.accordion__header button .icon, .accordion__header a .icon {
  color: #68B42E;
  margin-bottom: -4px;
}

/* line 44, app/assets/stylesheets/application/components/_accordion.sass */
.accordion__header button[aria-expanded="true"] .icon, .accordion__header a[aria-expanded="true"] .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 48, app/assets/stylesheets/application/components/_accordion.sass */
.accordion__item {
  border-bottom: 1px solid #D6DAE1;
}

/* line 51, app/assets/stylesheets/application/components/_accordion.sass */
.accordion__body {
  padding: 2rem 0 2rem 0;
}

/* line 54, app/assets/stylesheets/application/components/_accordion.sass */
.accordion__close {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0.75rem 0 auto;
  padding: 0;
  border: 0;
  appearence: none;
  background-color: transparent;
  color: #68B42E;
  transition: 0.2s ease-in-out;
}

@media (min-width: 768px) {
  /* line 54, app/assets/stylesheets/application/components/_accordion.sass */
  .accordion__close {
    margin-right: 1.25rem;
  }
}

/* line 72, app/assets/stylesheets/application/components/_accordion.sass */
.accordion__close:hover, .accordion__close:focus {
  color: #056804;
}

/* line 76, app/assets/stylesheets/application/components/_accordion.sass */
.accordion__close:active {
  background-color: #F0F1F2;
}

/* line 2, app/assets/stylesheets/application/components/_listing.sass */
.listing ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/* line 7, app/assets/stylesheets/application/components/_listing.sass */
.listing__item {
  border-bottom: 1px solid #D6DAE1;
}

/* line 9, app/assets/stylesheets/application/components/_listing.sass */
.listing__item a {
  color: #1D1F24;
  display: flex;
  align-items: center;
  border-bottom: 3px solid transparent;
  padding: 1rem;
}

@media (min-width: 768px) {
  /* line 9, app/assets/stylesheets/application/components/_listing.sass */
  .listing__item a {
    padding: 1.5rem;
  }
}

/* line 18, app/assets/stylesheets/application/components/_listing.sass */
.listing__item a:hover, .listing__item a.is-keyboard-focused {
  text-decoration: none;
  background-color: #F2F5F7;
  border-bottom: 3px solid #056804;
}

/* line 24, app/assets/stylesheets/application/components/_listing.sass */
.listing__item a:hover .icon, .listing__item a.is-keyboard-focused .icon {
  color: #056804;
}

/* line 27, app/assets/stylesheets/application/components/_listing.sass */
.section--grey .listing__item a:hover, .section--grey .listing__item a.is-keyboard-focused {
  background-color: #fff;
}

/* line 30, app/assets/stylesheets/application/components/_listing.sass */
.listing__item a .listing__text {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  margin-left: 1rem;
}

@media (min-width: 768px) {
  /* line 30, app/assets/stylesheets/application/components/_listing.sass */
  .listing__item a .listing__text {
    flex: 1;
    flex-wrap: nowrap;
    margin-left: 1.5rem;
  }
}

/* line 41, app/assets/stylesheets/application/components/_listing.sass */
.listing__item a h4.listing__title {
  line-height: unset;
  letter-spacing: unset;
}

/* line 45, app/assets/stylesheets/application/components/_listing.sass */
.listing__item a .listing__title {
  font-size: 0.875rem;
  font-weight: 600;
  flex: 0 0 100%;
}

@media (min-width: 768px) {
  /* line 45, app/assets/stylesheets/application/components/_listing.sass */
  .listing__item a .listing__title {
    font-size: 1rem;
    flex: 1 1 auto;
  }
}

/* line 54, app/assets/stylesheets/application/components/_listing.sass */
.listing__item a .listing__meta {
  font-size: 0.875rem;
  margin-right: 1rem;
}

@media (min-width: 768px) {
  /* line 54, app/assets/stylesheets/application/components/_listing.sass */
  .listing__item a .listing__meta {
    margin-right: 1.5rem;
    flex: 0 0 6rem;
    text-align: right;
    align-self: flex-end;
  }
}

/* line 64, app/assets/stylesheets/application/components/_listing.sass */
.listing__item a .listing__icon:last-child {
  color: #68B42E;
}

/* line 69, app/assets/stylesheets/application/components/_listing.sass */
.listing--links .listing__item a {
  padding: 1rem;
}

@media (min-width: 768px) {
  /* line 69, app/assets/stylesheets/application/components/_listing.sass */
  .listing--links .listing__item a {
    padding: 1.5rem;
  }
}

/* line 75, app/assets/stylesheets/application/components/_listing.sass */
.listing--links .listing__item .listing__text {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 75, app/assets/stylesheets/application/components/_listing.sass */
  .listing--links .listing__item .listing__text {
    font-size: 1rem;
  }
}

/* line 83, app/assets/stylesheets/application/components/_listing.sass */
.listing--download a,
.listing__item-img a {
  padding: 1rem 0;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  /* line 83, app/assets/stylesheets/application/components/_listing.sass */
  .listing--download a,
  .listing__item-img a {
    padding: 1.5rem 1.25rem 1.5rem 1rem;
  }
}

/* line 90, app/assets/stylesheets/application/components/_listing.sass */
.listing--download a .listing__title p,
.listing__item-img a .listing__title p {
  font-weight: 600;
  font-size: 0.875rem;
}

/* line 97, app/assets/stylesheets/application/components/_listing.sass */
.listing--search .listing__item a,
.listing--category .listing__item a {
  padding: 1rem 0;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  /* line 97, app/assets/stylesheets/application/components/_listing.sass */
  .listing--search .listing__item a,
  .listing--category .listing__item a {
    padding: 1.5rem 1.25rem 1.5rem 1rem;
  }
}

/* line 103, app/assets/stylesheets/application/components/_listing.sass */
.listing--search .listing__item a .listing__image,
.listing--category .listing__item a .listing__image {
  margin-right: 1rem;
}

/* line 106, app/assets/stylesheets/application/components/_listing.sass */
.listing--search .listing__item a .listing__image img,
.listing--category .listing__item a .listing__image img {
  width: 90px;
  height: 90px;
}

@media (min-width: 992px) {
  /* line 106, app/assets/stylesheets/application/components/_listing.sass */
  .listing--search .listing__item a .listing__image img,
  .listing--category .listing__item a .listing__image img {
    width: 140px;
    height: 140px;
  }
}

/* line 114, app/assets/stylesheets/application/components/_listing.sass */
.listing--search .listing__item .w-100,
.listing--category .listing__item .w-100 {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  /* line 114, app/assets/stylesheets/application/components/_listing.sass */
  .listing--search .listing__item .w-100,
  .listing--category .listing__item .w-100 {
    display: none;
  }
}

/* line 119, app/assets/stylesheets/application/components/_listing.sass */
.listing--search .listing__item .listing__text,
.listing--category .listing__item .listing__text {
  display: block;
  margin-left: 0;
}

/* line 123, app/assets/stylesheets/application/components/_listing.sass */
.listing--search .listing__item .listing__title,
.listing--category .listing__item .listing__title {
  display: block;
  font-size: 1rem;
}

@media (min-width: 992px) {
  /* line 123, app/assets/stylesheets/application/components/_listing.sass */
  .listing--search .listing__item .listing__title,
  .listing--category .listing__item .listing__title {
    font-size: 1.125rem;
  }
}

/* line 130, app/assets/stylesheets/application/components/_listing.sass */
.listing--search .listing__item .listing__title p,
.listing--category .listing__item .listing__title p {
  font-weight: 600;
  font-size: 0.875rem;
}

/* line 134, app/assets/stylesheets/application/components/_listing.sass */
.listing--search .listing__item .listing__meta,
.listing--category .listing__item .listing__meta {
  display: block;
  text-align: left;
  color: #6D6D6D;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  /* line 134, app/assets/stylesheets/application/components/_listing.sass */
  .listing--search .listing__item .listing__meta,
  .listing--category .listing__item .listing__meta {
    font-size: 1rem;
  }
}

/* line 143, app/assets/stylesheets/application/components/_listing.sass */
.listing--search .listing__item .listing__preview,
.listing--category .listing__item .listing__preview {
  margin-top: 1rem;
  display: block;
  font-weight: 600;
  font-size: 0.875rem;
}

/* line 149, app/assets/stylesheets/application/components/_listing.sass */
.listing--search .listing__item .listing__icon,
.listing--category .listing__item .listing__icon {
  margin-right: -5px;
}

@media (min-width: 992px) {
  /* line 149, app/assets/stylesheets/application/components/_listing.sass */
  .listing--search .listing__item .listing__icon,
  .listing--category .listing__item .listing__icon {
    margin-right: 0;
  }
}

/* line 154, app/assets/stylesheets/application/components/_listing.sass */
.listing__item-img {
  padding-top: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #D6DAE1;
  position: relative;
}

/* line 160, app/assets/stylesheets/application/components/_listing.sass */
.listing__item-img__body {
  display: flex;
  align-items: flex-start;
}

/* line 164, app/assets/stylesheets/application/components/_listing.sass */
.listing__item-img__body img,
.listing__item-img__body .listing__icon {
  flex: 0 0 auto;
  width: 100%;
  max-width: 60px;
  height: auto;
  margin-right: 16px;
}

@media (min-width: 576px) {
  /* line 164, app/assets/stylesheets/application/components/_listing.sass */
  .listing__item-img__body img,
  .listing__item-img__body .listing__icon {
    max-width: 160px;
    margin-right: 24px;
  }
}

/* line 175, app/assets/stylesheets/application/components/_listing.sass */
.listing__item-img__title {
  flex: 0 1 auto;
  max-width: 315px;
}

/* line 179, app/assets/stylesheets/application/components/_listing.sass */
.listing__item-img__title a {
  font-weight: 600;
  color: #1D1F24;
}

@media (min-width: 576px) {
  /* line 179, app/assets/stylesheets/application/components/_listing.sass */
  .listing__item-img__title a {
    font-size: 1rem;
  }
}

/* line 186, app/assets/stylesheets/application/components/_listing.sass */
.listing__item-img__title a:hover, .listing__item-img__title a:focus {
  text-decoration: underline;
  color: #056804;
}

/* line 191, app/assets/stylesheets/application/components/_listing.sass */
.listing__item-img__title p {
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 24px;
}

@media (min-width: 576px) {
  /* line 191, app/assets/stylesheets/application/components/_listing.sass */
  .listing__item-img__title p {
    padding-bottom: 42px;
  }
}

/* line 200, app/assets/stylesheets/application/components/_listing.sass */
.listing__item-img__icon:hover, .listing__item-img__icon:focus {
  color: #056804;
}

/* line 204, app/assets/stylesheets/application/components/_listing.sass */
.listing__item-img__footer {
  margin-top: 10px;
  width: 100%;
  margin-left: 0;
}

@media (min-width: 576px) {
  /* line 204, app/assets/stylesheets/application/components/_listing.sass */
  .listing__item-img__footer {
    position: absolute;
    width: auto;
    right: 0;
    left: 184px;
    bottom: 16px;
  }
}

@media (min-width: 992px) {
  /* line 204, app/assets/stylesheets/application/components/_listing.sass */
  .listing__item-img__footer {
    right: 1.25rem;
    margin-left: 16px;
  }
}

/* line 221, app/assets/stylesheets/application/components/_listing.sass */
.listing__item-img__footer p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #5b5b5b;
  margin-bottom: 0;
}

/* line 229, app/assets/stylesheets/application/components/_listing.sass */
.listing--contact .listing__item {
  display: flex;
  align-items: flex-start;
  border: 0;
  margin-bottom: 34px;
}

/* line 235, app/assets/stylesheets/application/components/_listing.sass */
.listing--contact .listing__item img {
  margin-right: 24px;
  width: 46px;
  height: auto;
}

@media (min-width: 576px) {
  /* line 235, app/assets/stylesheets/application/components/_listing.sass */
  .listing--contact .listing__item img {
    margin-right: 32px;
  }
}

/* line 243, app/assets/stylesheets/application/components/_listing.sass */
.listing--contact .listing__item dl {
  margin-bottom: 0;
}

/* line 246, app/assets/stylesheets/application/components/_listing.sass */
.listing--contact .listing__item dd {
  margin-bottom: 0;
}

/* line 250, app/assets/stylesheets/application/components/_listing.sass */
.listing--contact .listing__item dd.opening_hours p {
  margin-bottom: 0.25rem;
}

/* line 254, app/assets/stylesheets/application/components/_listing.sass */
.listing--contact .listing__item a {
  padding: 0;
  border: 0;
  background: transparent;
  font-weight: 600;
  color: #68B42E;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

/* line 263, app/assets/stylesheets/application/components/_listing.sass */
.listing--contact .listing__item a:hover, .listing--contact .listing__item a:focus {
  background: transparent;
  color: #056804;
  text-decoration: none;
}

/* line 270, app/assets/stylesheets/application/components/_listing.sass */
.listing--contact-tel p:empty {
  display: none;
}

/* line 273, app/assets/stylesheets/application/components/_listing.sass */
.listing--contact-tel .listing__item {
  padding: 20px 0 24px 0;
  white-space: nowrap;
}

@media (min-width: 576px) {
  /* line 273, app/assets/stylesheets/application/components/_listing.sass */
  .listing--contact-tel .listing__item {
    padding: 20px 0 16px 0;
  }
}

@media (min-width: 576px) {
  /* line 273, app/assets/stylesheets/application/components/_listing.sass */
  .listing--contact-tel .listing__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

/* line 285, app/assets/stylesheets/application/components/_listing.sass */
.listing--contact-tel .listing__item dl {
  display: inline-block;
  margin-bottom: 25px;
}

@media (min-width: 576px) {
  /* line 285, app/assets/stylesheets/application/components/_listing.sass */
  .listing--contact-tel .listing__item dl {
    margin-bottom: 0;
  }
}

/* line 291, app/assets/stylesheets/application/components/_listing.sass */
.listing--contact-tel .listing__item dd {
  margin-bottom: 0;
}

/* line 294, app/assets/stylesheets/application/components/_listing.sass */
.listing--contact-tel .listing__item dd p {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

/* line 298, app/assets/stylesheets/application/components/_listing.sass */
.listing--contact-tel .listing__item dt {
  margin-bottom: 0;
}

/* line 301, app/assets/stylesheets/application/components/_listing.sass */
.listing--contact-tel .listing__item a {
  display: inline;
  padding: 0;
  border: 0;
}

/* line 306, app/assets/stylesheets/application/components/_listing.sass */
.listing--contact-tel .listing__item a:hover, .listing--contact-tel .listing__item a:focus {
  background: transparent;
  color: #056804;
  text-decoration: none;
}

/* line 312, app/assets/stylesheets/application/components/_listing.sass */
.listing--contact-tel .listing__item .link {
  color: #68B42E;
  display: inline-block;
  border: 0;
}

/* line 317, app/assets/stylesheets/application/components/_listing.sass */
.listing--contact-tel .listing__item .link-tel,
.listing--contact-tel .listing__item .link-fax {
  display: inline-block;
  padding-left: 25px;
  position: relative;
  color: #68B42E;
}

@media (min-width: 992px) {
  /* line 317, app/assets/stylesheets/application/components/_listing.sass */
  .listing--contact-tel .listing__item .link-tel,
  .listing--contact-tel .listing__item .link-fax {
    color: #1D1F24;
  }
}

/* line 327, app/assets/stylesheets/application/components/_listing.sass */
.listing--contact-tel .listing__item .link-tel:before,
.listing--contact-tel .listing__item .link-fax:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m13.4045456 21.6966803c-4.54319699-3.33156-8.21520613-7.0049935-11.54466024-11.5458562-2.10220174-2.86794518-1.34155013-6.37840172 1.92904829-8.38483687.05598831-.03428075.13967203-.08942362.26229702-.17259775.06115348-.04147922.31337701-.21396753.37230705-.25403049.02694763-.01830976.02694763-.01830976.05402097-.03665751.3261246-.22085527.54596105-.36099299.72402152-.45396968.69449662-.36378394 1.56315284-.09607064 1.93331201.59522025.85410887 1.59725755 1.46728256 2.5683921 2.53916162 4.02255553.49490106.67379668.29531091 1.55275431-.4315998 2.09793714l-.84601148.63538138c-.62196705.46703935-.73256425 1.36017054-.24337003 1.9699622 1.69927095 2.1195268 3.11662277 3.5369998 5.23666367 5.2372532.6096295.4886863 1.5018832.3781395 1.9688732-.2433858l.742526-.9886769c.4708685-.6265984 1.3606842-.754363 1.990513-.2899561 1.4558185 1.0727083 2.4275084 1.6859193 4.030551 2.5427004.6886205.3700417.9551853 1.2278819.5562171 1.9834123l-.8888653 1.364816c-2.0089708 3.2654948-5.5172309 4.0226696-8.3850056 1.9207289zm-8.0858918-19.15198082c-.02586062.01752586-.02586062.01752586-.05178746.03514202-.05639078.03833666-.30950678.21143531-.37363084.25492941-.14085159.09553689-.23967093.16065327-.32048028.21013122-2.53367869 1.55435249-3.07868529 4.06959334-1.50313351 6.21905219 3.23897504 4.41746318 6.80219453 7.98206488 11.22180909 11.22300098 2.1519174 1.5772518 4.6687195 1.0323056 6.2249939-1.5042485l.0108024-.0170859.819151-1.2518053c-1.6056821-.8608403-2.6255087-1.5046148-4.0891111-2.5804253l-.6993463.9311828c-.9766382 1.2998253-2.8370881 1.5303279-4.1065119.5127426-2.2056887-1.7689421-3.70079379-3.264175-5.46851022-5.4690751-1.01832561-1.26936566-.78776668-3.13125167.51280011-4.10785623l.84635949-.63564255c.0826574-.06199305.09621925-.05422679.11009812-.03139761-1.09294339-1.4803963-1.74069879-2.50450484-2.60979011-4.12560102-.11439673.06521394-.28659429.17637722-.52371239.33695629z' fill='%2368b42e'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
}

@media (min-width: 992px) {
  /* line 327, app/assets/stylesheets/application/components/_listing.sass */
  .listing--contact-tel .listing__item .link-tel:before,
  .listing--contact-tel .listing__item .link-fax:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='m13.4045456 21.6966803c-4.54319699-3.33156-8.21520613-7.0049935-11.54466024-11.5458562-2.10220174-2.86794518-1.34155013-6.37840172 1.92904829-8.38483687.05598831-.03428075.13967203-.08942362.26229702-.17259775.06115348-.04147922.31337701-.21396753.37230705-.25403049.02694763-.01830976.02694763-.01830976.05402097-.03665751.3261246-.22085527.54596105-.36099299.72402152-.45396968.69449662-.36378394 1.56315284-.09607064 1.93331201.59522025.85410887 1.59725755 1.46728256 2.5683921 2.53916162 4.02255553.49490106.67379668.29531091 1.55275431-.4315998 2.09793714l-.84601148.63538138c-.62196705.46703935-.73256425 1.36017054-.24337003 1.9699622 1.69927095 2.1195268 3.11662277 3.5369998 5.23666367 5.2372532.6096295.4886863 1.5018832.3781395 1.9688732-.2433858l.742526-.9886769c.4708685-.6265984 1.3606842-.754363 1.990513-.2899561 1.4558185 1.0727083 2.4275084 1.6859193 4.030551 2.5427004.6886205.3700417.9551853 1.2278819.5562171 1.9834123l-.8888653 1.364816c-2.0089708 3.2654948-5.5172309 4.0226696-8.3850056 1.9207289zm-8.0858918-19.15198082c-.02586062.01752586-.02586062.01752586-.05178746.03514202-.05639078.03833666-.30950678.21143531-.37363084.25492941-.14085159.09553689-.23967093.16065327-.32048028.21013122-2.53367869 1.55435249-3.07868529 4.06959334-1.50313351 6.21905219 3.23897504 4.41746318 6.80219453 7.98206488 11.22180909 11.22300098 2.1519174 1.5772518 4.6687195 1.0323056 6.2249939-1.5042485l.0108024-.0170859.819151-1.2518053c-1.6056821-.8608403-2.6255087-1.5046148-4.0891111-2.5804253l-.6993463.9311828c-.9766382 1.2998253-2.8370881 1.5303279-4.1065119.5127426-2.2056887-1.7689421-3.70079379-3.264175-5.46851022-5.4690751-1.01832561-1.26936566-.78776668-3.13125167.51280011-4.10785623l.84635949-.63564255c.0826574-.06199305.09621925-.05422679.11009812-.03139761-1.09294339-1.4803963-1.74069879-2.50450484-2.60979011-4.12560102-.11439673.06521394-.28659429.17637722-.52371239.33695629z'/%3E%3C/svg%3E%0A");
  }
}

/* line 342, app/assets/stylesheets/application/components/_listing.sass */
.listing--contact-tel .listing__item .link-tel__text,
.listing--contact-tel .listing__item .link-fax__text {
  position: relative;
}

/* line 345, app/assets/stylesheets/application/components/_listing.sass */
.listing--contact-tel .listing__item .link-tel__text:before,
.listing--contact-tel .listing__item .link-fax__text:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #68B42E;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: left;
          transform-origin: left;
}

@media (min-width: 992px) {
  /* line 345, app/assets/stylesheets/application/components/_listing.sass */
  .listing--contact-tel .listing__item .link-tel__text:before,
  .listing--contact-tel .listing__item .link-fax__text:before {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@media (min-width: 992px) {
  /* line 359, app/assets/stylesheets/application/components/_listing.sass */
  .listing--contact-tel .listing__item .link-tel:hover, .listing--contact-tel .listing__item .link-tel:focus,
  .listing--contact-tel .listing__item .link-fax:hover,
  .listing--contact-tel .listing__item .link-fax:focus {
    color: #68B42E;
  }
  /* line 364, app/assets/stylesheets/application/components/_listing.sass */
  .listing--contact-tel .listing__item .link-tel:hover:before, .listing--contact-tel .listing__item .link-tel:focus:before,
  .listing--contact-tel .listing__item .link-fax:hover:before,
  .listing--contact-tel .listing__item .link-fax:focus:before {
    background-image: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m13.4045456 21.6966803c-4.54319699-3.33156-8.21520613-7.0049935-11.54466024-11.5458562-2.10220174-2.86794518-1.34155013-6.37840172 1.92904829-8.38483687.05598831-.03428075.13967203-.08942362.26229702-.17259775.06115348-.04147922.31337701-.21396753.37230705-.25403049.02694763-.01830976.02694763-.01830976.05402097-.03665751.3261246-.22085527.54596105-.36099299.72402152-.45396968.69449662-.36378394 1.56315284-.09607064 1.93331201.59522025.85410887 1.59725755 1.46728256 2.5683921 2.53916162 4.02255553.49490106.67379668.29531091 1.55275431-.4315998 2.09793714l-.84601148.63538138c-.62196705.46703935-.73256425 1.36017054-.24337003 1.9699622 1.69927095 2.1195268 3.11662277 3.5369998 5.23666367 5.2372532.6096295.4886863 1.5018832.3781395 1.9688732-.2433858l.742526-.9886769c.4708685-.6265984 1.3606842-.754363 1.990513-.2899561 1.4558185 1.0727083 2.4275084 1.6859193 4.030551 2.5427004.6886205.3700417.9551853 1.2278819.5562171 1.9834123l-.8888653 1.364816c-2.0089708 3.2654948-5.5172309 4.0226696-8.3850056 1.9207289zm-8.0858918-19.15198082c-.02586062.01752586-.02586062.01752586-.05178746.03514202-.05639078.03833666-.30950678.21143531-.37363084.25492941-.14085159.09553689-.23967093.16065327-.32048028.21013122-2.53367869 1.55435249-3.07868529 4.06959334-1.50313351 6.21905219 3.23897504 4.41746318 6.80219453 7.98206488 11.22180909 11.22300098 2.1519174 1.5772518 4.6687195 1.0323056 6.2249939-1.5042485l.0108024-.0170859.819151-1.2518053c-1.6056821-.8608403-2.6255087-1.5046148-4.0891111-2.5804253l-.6993463.9311828c-.9766382 1.2998253-2.8370881 1.5303279-4.1065119.5127426-2.2056887-1.7689421-3.70079379-3.264175-5.46851022-5.4690751-1.01832561-1.26936566-.78776668-3.13125167.51280011-4.10785623l.84635949-.63564255c.0826574-.06199305.09621925-.05422679.11009812-.03139761-1.09294339-1.4803963-1.74069879-2.50450484-2.60979011-4.12560102-.11439673.06521394-.28659429.17637722-.52371239.33695629z' fill='%2368b42e'/%3E%3C/svg%3E");
  }
  /* line 368, app/assets/stylesheets/application/components/_listing.sass */
  .listing--contact-tel .listing__item .link-tel:hover .link-tel__text:before, .listing--contact-tel .listing__item .link-tel:focus .link-tel__text:before,
  .listing--contact-tel .listing__item .link-fax:hover .link-tel__text:before,
  .listing--contact-tel .listing__item .link-fax:focus .link-tel__text:before {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* line 371, app/assets/stylesheets/application/components/_listing.sass */
.listing--contact-tel .listing__item .link-fax {
  margin-left: 1rem;
  color: #1D1F24;
}

/* line 376, app/assets/stylesheets/application/components/_listing.sass */
.listing--contact-tel .listing__item .link-fax .link-fax__text:before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

/* line 380, app/assets/stylesheets/application/components/_listing.sass */
.listing--contact-tel .listing__item .link-fax:before {
  color: #1D1F24;
  background-image: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.2318182 4.34545455c0-.80755914.2614678-1.55392965.7043829-2.15909091h-5.1907466c-1.19276821 0-2.15909086.96632265-2.15909086 2.15909091v9.30454545h6.64545456zm1.5 0v1.22053222c2.7990398.01466282 4.2384338.01286023 4.3181818-.00540776v-1.21512446c0-1.19276826-.9663227-2.15909091-2.1590909-2.15909091-1.1927683 0-2.1590909.96632265-2.1590909 2.15909091zm0 2.74545454v7.30909091c0 .4142136-.3357865.75-.75.75h-8.14545456c-.41421357 0-.75-.3357864-.75-.75v-10.05454545c0-2.02119539 1.63789552-3.65909091 3.65909086-3.65909091h8.1454546c2.0211954 0 3.6590909 1.63789552 3.6590909 3.65909091v1.21512446c0 1.43990826-1.1964897 1.53033008-1.2722744 1.53033008z' fill='%21D1F24'/%3E%3Cpath d='m10.4663844 9.15567273c-.3328886 0-.60274804-.33578644-.60274804-.75 0-.41421357.26985944-.75.60274804-.75h2.8878131c.3328885 0 .602748.33578643.602748.75 0 .41421356-.2698595.75-.602748.75zm0 2.68808727c-.3328886 0-.60274804-.3357864-.60274804-.75s.26985944-.75.60274804-.75h2.8878131c.3328885 0 .602748.3357864.602748.75s-.2698595.75-.602748.75zm6.097252-.6028509c-.4142136 0-.75-.3357864-.75-.75s.3357864-.75000001.75-.75000001h5.2363636c.4142136 0 .75.33578641.75.75000001v12.8c0 .4142136-.3357864.75-.75.75h-2.9090909c-.4142136 0-.75-.3357864-.75-.75s.3357864-.75.75-.75h2.1590909v-11.3zm-14.37727276 11.3h2.15909091c.41421356 0 .75.3357864.75.75s-.33578644.75-.75.75h-2.90909091c-.41421357 0-.75-.3357864-.75-.75v-12.8c0-.4142136.33578643-.75000001.75-.75000001h6.4c.41421356 0 .75.33578641.75.75000001s-.33578644.75-.75.75h-5.65z' fill='%21D1F24'/%3E%3Cpath d='m5.01853268 18.6409091c-.32403347 0-.5867145-.3357864-.5867145-.75s.26268103-.75.5867145-.75h13.19929832c.3240334 0 .5867145.3357864.5867145.75s-.2626811.75-.5867145.75zm-.67307813 6.5636364c-.41421357 0-.75-.3357865-.75-.75v-2.909091c0-.4142135.33578643-.75.75-.75h14.54545455c.4142136 0 .75.3357865.75.75v2.909091c0 .4142135-.3357864.75-.75.75zm.75-1.5h13.04545455v-1.409091h-13.04545455z' fill='%21D1F24'/%3E%3C/svg%3E");
}

@media (min-width: 992px) {
  /* line 380, app/assets/stylesheets/application/components/_listing.sass */
  .listing--contact-tel .listing__item .link-fax:before {
    color: #1D1F24;
    background-image: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.2318182 4.34545455c0-.80755914.2614678-1.55392965.7043829-2.15909091h-5.1907466c-1.19276821 0-2.15909086.96632265-2.15909086 2.15909091v9.30454545h6.64545456zm1.5 0v1.22053222c2.7990398.01466282 4.2384338.01286023 4.3181818-.00540776v-1.21512446c0-1.19276826-.9663227-2.15909091-2.1590909-2.15909091-1.1927683 0-2.1590909.96632265-2.1590909 2.15909091zm0 2.74545454v7.30909091c0 .4142136-.3357865.75-.75.75h-8.14545456c-.41421357 0-.75-.3357864-.75-.75v-10.05454545c0-2.02119539 1.63789552-3.65909091 3.65909086-3.65909091h8.1454546c2.0211954 0 3.6590909 1.63789552 3.6590909 3.65909091v1.21512446c0 1.43990826-1.1964897 1.53033008-1.2722744 1.53033008z' fill='%21D1F24'/%3E%3Cpath d='m10.4663844 9.15567273c-.3328886 0-.60274804-.33578644-.60274804-.75 0-.41421357.26985944-.75.60274804-.75h2.8878131c.3328885 0 .602748.33578643.602748.75 0 .41421356-.2698595.75-.602748.75zm0 2.68808727c-.3328886 0-.60274804-.3357864-.60274804-.75s.26985944-.75.60274804-.75h2.8878131c.3328885 0 .602748.3357864.602748.75s-.2698595.75-.602748.75zm6.097252-.6028509c-.4142136 0-.75-.3357864-.75-.75s.3357864-.75000001.75-.75000001h5.2363636c.4142136 0 .75.33578641.75.75000001v12.8c0 .4142136-.3357864.75-.75.75h-2.9090909c-.4142136 0-.75-.3357864-.75-.75s.3357864-.75.75-.75h2.1590909v-11.3zm-14.37727276 11.3h2.15909091c.41421356 0 .75.3357864.75.75s-.33578644.75-.75.75h-2.90909091c-.41421357 0-.75-.3357864-.75-.75v-12.8c0-.4142136.33578643-.75000001.75-.75000001h6.4c.41421356 0 .75.33578641.75.75000001s-.33578644.75-.75.75h-5.65z' fill='%21D1F24'/%3E%3Cpath d='m5.01853268 18.6409091c-.32403347 0-.5867145-.3357864-.5867145-.75s.26268103-.75.5867145-.75h13.19929832c.3240334 0 .5867145.3357864.5867145.75s-.2626811.75-.5867145.75zm-.67307813 6.5636364c-.41421357 0-.75-.3357865-.75-.75v-2.909091c0-.4142135.33578643-.75.75-.75h14.54545455c.4142136 0 .75.3357865.75.75v2.909091c0 .4142135-.3357864.75-.75.75zm.75-1.5h13.04545455v-1.409091h-13.04545455z' fill='%21D1F24'/%3E%3C/svg%3E");
  }
}

@media (min-width: 992px) {
  /* line 388, app/assets/stylesheets/application/components/_listing.sass */
  .listing--contact-tel .listing__item .link-fax:hover, .listing--contact-tel .listing__item .link-fax:focus {
    color: #1D1F24;
  }
  /* line 393, app/assets/stylesheets/application/components/_listing.sass */
  .listing--contact-tel .listing__item .link-fax:hover:before, .listing--contact-tel .listing__item .link-fax:focus:before {
    background-image: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.2318182 4.34545455c0-.80755914.2614678-1.55392965.7043829-2.15909091h-5.1907466c-1.19276821 0-2.15909086.96632265-2.15909086 2.15909091v9.30454545h6.64545456zm1.5 0v1.22053222c2.7990398.01466282 4.2384338.01286023 4.3181818-.00540776v-1.21512446c0-1.19276826-.9663227-2.15909091-2.1590909-2.15909091-1.1927683 0-2.1590909.96632265-2.1590909 2.15909091zm0 2.74545454v7.30909091c0 .4142136-.3357865.75-.75.75h-8.14545456c-.41421357 0-.75-.3357864-.75-.75v-10.05454545c0-2.02119539 1.63789552-3.65909091 3.65909086-3.65909091h8.1454546c2.0211954 0 3.6590909 1.63789552 3.6590909 3.65909091v1.21512446c0 1.43990826-1.1964897 1.53033008-1.2722744 1.53033008z' fill='%21D1F24'/%3E%3Cpath d='m10.4663844 9.15567273c-.3328886 0-.60274804-.33578644-.60274804-.75 0-.41421357.26985944-.75.60274804-.75h2.8878131c.3328885 0 .602748.33578643.602748.75 0 .41421356-.2698595.75-.602748.75zm0 2.68808727c-.3328886 0-.60274804-.3357864-.60274804-.75s.26985944-.75.60274804-.75h2.8878131c.3328885 0 .602748.3357864.602748.75s-.2698595.75-.602748.75zm6.097252-.6028509c-.4142136 0-.75-.3357864-.75-.75s.3357864-.75000001.75-.75000001h5.2363636c.4142136 0 .75.33578641.75.75000001v12.8c0 .4142136-.3357864.75-.75.75h-2.9090909c-.4142136 0-.75-.3357864-.75-.75s.3357864-.75.75-.75h2.1590909v-11.3zm-14.37727276 11.3h2.15909091c.41421356 0 .75.3357864.75.75s-.33578644.75-.75.75h-2.90909091c-.41421357 0-.75-.3357864-.75-.75v-12.8c0-.4142136.33578643-.75000001.75-.75000001h6.4c.41421356 0 .75.33578641.75.75000001s-.33578644.75-.75.75h-5.65z' fill='%21D1F24'/%3E%3Cpath d='m5.01853268 18.6409091c-.32403347 0-.5867145-.3357864-.5867145-.75s.26268103-.75.5867145-.75h13.19929832c.3240334 0 .5867145.3357864.5867145.75s-.2626811.75-.5867145.75zm-.67307813 6.5636364c-.41421357 0-.75-.3357865-.75-.75v-2.909091c0-.4142135.33578643-.75.75-.75h14.54545455c.4142136 0 .75.3357865.75.75v2.909091c0 .4142135-.3357864.75-.75.75zm.75-1.5h13.04545455v-1.409091h-13.04545455z' fill='%21D1F24'/%3E%3C/svg%3E");
  }
  /* line 396, app/assets/stylesheets/application/components/_listing.sass */
  .listing--contact-tel .listing__item .link-fax:hover .link-fax__text, .listing--contact-tel .listing__item .link-fax:focus .link-fax__text {
    color: #1D1F24;
  }
}

/* line 399, app/assets/stylesheets/application/components/_listing.sass */
.listing--contact-tel .listing__item .opening_hours {
  margin-top: 0.5rem;
}

/* line 401, app/assets/stylesheets/application/components/_listing.sass */
.listing--contact-tel .listing__item .opening_hours p {
  margin-bottom: 0;
  margin-top: 0;
}

/* line 408, app/assets/stylesheets/application/components/_listing.sass */
.listing--mixed .listing__item .listing__icon.icon__type {
  margin-right: 24px;
}

/* line 411, app/assets/stylesheets/application/components/_listing.sass */
.listing--mixed .listing__item-img {
  padding: 0;
}

@media (min-width: 576px) {
  /* line 414, app/assets/stylesheets/application/components/_listing.sass */
  .listing--mixed .listing__item-img__footer {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 414, app/assets/stylesheets/application/components/_listing.sass */
  .listing--mixed .listing__item-img__footer {
    margin-left: 16px;
  }
}

/* line 3, app/assets/stylesheets/application/components/_heading.sass */
.heading h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

/* line 9, app/assets/stylesheets/application/components/_heading.sass */
.heading small {
  font-family: "Poppins", sans-serif;
  color: #6D6D6D;
  font-size: 0.875rem;
  display: block;
  margin-top: 0.75rem;
  margin-bottom: 0;
}

/* line 18, app/assets/stylesheets/application/components/_heading.sass */
.article + .heading,
.module-group .heading {
  margin-top: 3rem;
}

/* line 1, app/assets/stylesheets/application/components/_cta.sass */
.cta--large {
  color: #1D1F24;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

/* line 8, app/assets/stylesheets/application/components/_cta.sass */
.cta--large.is-keyboard-focused {
  outline: 2px dashed #F78246 !important;
  outline-offset: 2px !important;
}

/* line 11, app/assets/stylesheets/application/components/_cta.sass */
.cta--large .cta__skyline {
  text-align: center;
}

/* line 14, app/assets/stylesheets/application/components/_cta.sass */
.cta--large .cta__title {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
  flex: 1 1 auto;
  margin-top: 1rem;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  /* line 14, app/assets/stylesheets/application/components/_cta.sass */
  .cta--large .cta__title {
    font-size: 1.125rem;
  }
}

/* line 28, app/assets/stylesheets/application/components/_cta.sass */
.cta--large .cta__button {
  justify-self: flex-end;
}

/* line 31, app/assets/stylesheets/application/components/_cta.sass */
.cta--large:hover, .cta--large:focus {
  text-decoration: none;
}

/* line 35, app/assets/stylesheets/application/components/_cta.sass */
.cta--large:hover .cta__skyline,
.cta--large:hover .cta__title, .cta--large:focus .cta__skyline,
.cta--large:focus .cta__title {
  color: #1D1F24;
}

/* line 42, app/assets/stylesheets/application/components/_cta.sass */
.cta--contact .cta__icon, .cta--button-widget .cta__icon {
  margin-bottom: 1rem;
}

/* line 45, app/assets/stylesheets/application/components/_cta.sass */
.cta--contact .cta__title, .cta--button-widget .cta__title {
  margin-top: 0.75rem;
  font-size: 1.5rem;
}

/* line 52, app/assets/stylesheets/application/components/_cta.sass */
.cta--search .twitter-typeahead .tt-menu {
  padding: 1rem 1rem;
  width: calc(100% + 64px);
}

@media (min-width: 768px) {
  /* line 52, app/assets/stylesheets/application/components/_cta.sass */
  .cta--search .twitter-typeahead .tt-menu {
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    width: 100%;
  }
}

/* line 60, app/assets/stylesheets/application/components/_cta.sass */
.cta--search .tt-suggestion {
  color: #68B42E;
  padding: 0;
  background-image: none;
  font-size: 1.125rem;
  font-family: "Roboto Slab", serif;
  border-bottom: 1px solid #adb5bd;
  padding: 0.75rem 2rem 0.75rem 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  /* line 60, app/assets/stylesheets/application/components/_cta.sass */
  .cta--search .tt-suggestion {
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  /* line 60, app/assets/stylesheets/application/components/_cta.sass */
  .cta--search .tt-suggestion {
    font-size: 1.625rem;
  }
}

/* line 76, app/assets/stylesheets/application/components/_cta.sass */
.cta--search .tt-suggestion:after {
  content: "";
  display: inline-block;
  width: 64px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='19' viewBox='0 0 11 19'%3E%3Cpolygon fill='%2368B42E' points='6.936 9.5 0 2.05 2.155 0 11 9.5 2.155 19 0 16.95'/%3E%3C/svg%3E"), linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%);
  background-position: center right 10px, center center;
  background-repeat: no-repeat, no-repeat;
}

/* line 89, app/assets/stylesheets/application/components/_cta.sass */
.cta__group {
  display: flex;
  position: relative;
}

/* line 93, app/assets/stylesheets/application/components/_cta.sass */
.cta__group:after {
  content: '';
  width: 40px;
  height: 58px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 80%);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  right: 64px;
  z-index: 1;
}

/* line 105, app/assets/stylesheets/application/components/_cta.sass */
.cta__group .twitter-typeahead {
  flex: 1;
}

/* line 108, app/assets/stylesheets/application/components/_cta.sass */
.cta__group input {
  height: 64px;
  width: 100%;
  flex: 1;
  padding: 0 0.75rem;
  font-size: 1.125rem;
  font-family: "Roboto Slab", serif;
  border: 2px solid #EBEBEB;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.3s ease-out;
}

@media (min-width: 768px) {
  /* line 108, app/assets/stylesheets/application/components/_cta.sass */
  .cta__group input {
    padding: 0 1.5rem;
    font-size: 1.375rem;
  }
}

@media (min-width: 992px) {
  /* line 108, app/assets/stylesheets/application/components/_cta.sass */
  .cta__group input {
    font-size: 1.75rem;
  }
}

/* line 127, app/assets/stylesheets/application/components/_cta.sass */
.cta__group input:hover {
  border-top-color: #68B42E;
  border-left-color: #68B42E;
  border-bottom-color: #68B42E;
}

/* line 132, app/assets/stylesheets/application/components/_cta.sass */
.cta__group input:focus {
  border-top-color: #EBEBEB;
  border-left-color: #EBEBEB;
  border-bottom-color: #68B42E;
}

/* line 138, app/assets/stylesheets/application/components/_cta.sass */
.cta__group button {
  width: 64px;
  height: 64px;
  background-color: #68B42E;
  color: #fff;
  padding: 0;
  border: 0;
}

/* line 146, app/assets/stylesheets/application/components/_cta.sass */
.cta__group button:hover, .cta__group button:focus {
  background-color: #056804;
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/application/components/_filter.sass */
  .filter {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 2rem;
  }
}

/* line 8, app/assets/stylesheets/application/components/_filter.sass */
.filter__item {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  /* line 8, app/assets/stylesheets/application/components/_filter.sass */
  .filter__item {
    font-size: 1rem;
  }
}

/* line 14, app/assets/stylesheets/application/components/_filter.sass */
.filter__item input {
  position: absolute;
  left: -999em;
  opacity: 0;
}

/* line 19, app/assets/stylesheets/application/components/_filter.sass */
.filter__item label {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  cursor: pointer;
}

/* line 25, app/assets/stylesheets/application/components/_filter.sass */
.filter__item input:checked + label {
  color: #68B42E;
}

/* line 28, app/assets/stylesheets/application/components/_filter.sass */
.filter__item input:checked + label .filter__title:after {
  width: 60px;
  opacity: 1;
}

/* line 36, app/assets/stylesheets/application/components/_filter.sass */
.filter__item input:hover + label .filter__title:after, .filter__item input:focus + label .filter__title:after {
  width: 40px;
  opacity: 1;
}

/* line 40, app/assets/stylesheets/application/components/_filter.sass */
.filter__item input.is-keyboard-focused + label {
  outline: 2px dashed #F78246 !important;
  outline-offset: 2px !important;
}

/* line 44, app/assets/stylesheets/application/components/_filter.sass */
.filter__title {
  position: relative;
}

/* line 47, app/assets/stylesheets/application/components/_filter.sass */
.filter__title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  width: 0;
  background-color: #68B42E;
  opacity: 0;
  transition: all 0.2s ease 0s;
}

/* line 59, app/assets/stylesheets/application/components/_filter.sass */
.filter__counter {
  flex: 0 1 4rem;
  text-align: right;
}

@media (max-width: 991.98px) {
  /* line 63, app/assets/stylesheets/application/components/_filter.sass */
  .filter-collapse {
    margin-bottom: 24px;
  }
}

/* line 67, app/assets/stylesheets/application/components/_filter.sass */
.filter-collapse__toggle {
  width: 100%;
  padding: 15px 0 10px 0;
  background-color: transparent;
  outline: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #D1D3D8;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: left;
  position: relative;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 992px) {
  /* line 67, app/assets/stylesheets/application/components/_filter.sass */
  .filter-collapse__toggle {
    display: none;
  }
}

/* line 86, app/assets/stylesheets/application/components/_filter.sass */
.filter-collapse__toggle .icon {
  transition: all 0.2s ease-in;
  margin-right: -5px;
}

/* line 90, app/assets/stylesheets/application/components/_filter.sass */
.filter-collapse__toggle[aria-expanded="true"] {
  color: #68B42E;
}

/* line 93, app/assets/stylesheets/application/components/_filter.sass */
.filter-collapse__toggle[aria-expanded="true"] .icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media (min-width: 992px) {
  /* line 96, app/assets/stylesheets/application/components/_filter.sass */
  .filter-collapse__body {
    display: block !important;
  }
}

@media (max-width: 991.98px) {
  /* line 101, app/assets/stylesheets/application/components/_filter.sass */
  .filter-collapse__body .filter {
    padding-bottom: 16px;
  }
}

@media (max-width: 991.98px) {
  /* line 105, app/assets/stylesheets/application/components/_filter.sass */
  .filter-collapse__body .filter__item {
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 109, app/assets/stylesheets/application/components/_filter.sass */
  .filter-collapse__body .filter__item label {
    margin-bottom: 0;
    border-bottom: 1px solid #D1D3D8;
  }
}

@media (max-width: 991.98px) {
  /* line 114, app/assets/stylesheets/application/components/_filter.sass */
  .filter-collapse__body .filter__title {
    padding: 15px 0 10px 0;
  }
}

@media (max-width: 991.98px) {
  /* line 118, app/assets/stylesheets/application/components/_filter.sass */
  .filter-collapse__body .filter__title:after {
    bottom: -1px;
  }
}

@media (max-width: 991.98px) {
  /* line 122, app/assets/stylesheets/application/components/_filter.sass */
  .filter-collapse__body .filter__counter {
    padding: 15px 0 10px 0;
  }
}

/* line 1, app/assets/stylesheets/application/components/_pagination.sass */
.pagination {
  justify-content: center;
  margin-top: 1rem;
  flex-wrap: wrap;
}

/* line 6, app/assets/stylesheets/application/components/_pagination.sass */
.page-link {
  margin-top: 1rem;
  border: 0;
  padding: 0 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  color: #6D6D6D;
  background-color: transparent;
  position: relative;
}

/* line 18, app/assets/stylesheets/application/components/_pagination.sass */
.page-link:after {
  content: "";
  display: inline-block;
  background-color: #68B42E;
  height: 1px;
  width: 16px;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: 8px;
  transition: background-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}

/* line 32, app/assets/stylesheets/application/components/_pagination.sass */
.page-item.active .page-link {
  background-color: transparent;
  color: #68B42E;
  font-weight: bold;
  cursor: default;
}

/* line 38, app/assets/stylesheets/application/components/_pagination.sass */
.page-item.active .page-link:after {
  height: 2px;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/* line 42, app/assets/stylesheets/application/components/_pagination.sass */
.page-item.disabled .page-link {
  color: #6D6D6D;
  background-color: transparent;
}

/* line 45, app/assets/stylesheets/application/components/_pagination.sass */
.page-item.disabled .page-link .icon {
  color: #6D6D6D;
}

/* line 48, app/assets/stylesheets/application/components/_pagination.sass */
.page-item.disabled .page-link .page-link-text {
  color: #6D6D6D;
}

/* line 51, app/assets/stylesheets/application/components/_pagination.sass */
.page-link:hover, .page-link:focus {
  color: #056804;
  background-color: transparent;
}

/* line 56, app/assets/stylesheets/application/components/_pagination.sass */
.page-link:hover:after, .page-link:focus:after {
  height: 1px;
  backgrond-color: #056804;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/* line 61, app/assets/stylesheets/application/components/_pagination.sass */
.page-link .icon {
  color: #68B42E;
}

/* line 67, app/assets/stylesheets/application/components/_pagination.sass */
.page-item:first-child .page-link, .page-item:last-child .page-link {
  padding: 0;
}

/* line 70, app/assets/stylesheets/application/components/_pagination.sass */
.page-link-text {
  font-weight: 600;
  color: #68B42E;
}

/* line 76, app/assets/stylesheets/application/components/_pagination.sass */
.page-item-controls .page-link-text {
  position: relative;
}

/* line 79, app/assets/stylesheets/application/components/_pagination.sass */
.page-item-controls .page-link-text:after {
  content: "";
  display: inline-block;
  background-color: #68B42E;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: background-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}

/* line 92, app/assets/stylesheets/application/components/_pagination.sass */
.page-item-controls .page-link {
  transition: all 0.3s ease-in-out;
}

/* line 95, app/assets/stylesheets/application/components/_pagination.sass */
.page-item-controls .page-link:after {
  display: none;
}

/* line 98, app/assets/stylesheets/application/components/_pagination.sass */
.page-item-controls .page-link .icon {
  transition: all 0.3s ease-in-out;
}

/* line 103, app/assets/stylesheets/application/components/_pagination.sass */
.page-item-controls .page-link:hover .page-link-text, .page-item-controls .page-link:focus .page-link-text {
  color: #056804;
}

/* line 106, app/assets/stylesheets/application/components/_pagination.sass */
.page-item-controls .page-link:hover .page-link-text:after, .page-item-controls .page-link:focus .page-link-text:after {
  background-color: #056804;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/* line 110, app/assets/stylesheets/application/components/_pagination.sass */
.page-item-controls .page-link:hover .icon, .page-item-controls .page-link:focus .icon {
  fill: #056804;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

/* line 119, app/assets/stylesheets/application/components/_pagination.sass */
.page-item:first-child .page-link:hover .icon, .page-item:first-child .page-link:focus .icon {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}

/* line 1, app/assets/stylesheets/application/components/_gallery.sass */
.gallery {
  position: relative;
  padding-bottom: 50px;
}

@media (max-width: 767.98px) {
  /* line 1, app/assets/stylesheets/application/components/_gallery.sass */
  .gallery {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
  }
}

/* line 8, app/assets/stylesheets/application/components/_gallery.sass */
.gallery__figure {
  position: relative;
  background-color: #ededed;
}

@media (min-width: 768px) {
  /* line 8, app/assets/stylesheets/application/components/_gallery.sass */
  .gallery__figure {
    margin: 0 0 140px 0;
  }
}

@media (min-width: 992px) {
  /* line 8, app/assets/stylesheets/application/components/_gallery.sass */
  .gallery__figure {
    margin: 0 0 120px 0;
  }
}

/* line 18, app/assets/stylesheets/application/components/_gallery.sass */
.gallery__img-container {
  position: relative;
  height: 0;
  padding-bottom: 58%;
}

/* line 24, app/assets/stylesheets/application/components/_gallery.sass */
.gallery__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  cursor: default;
}

/* line 34, app/assets/stylesheets/application/components/_gallery.sass */
.gallery__img img {
  max-height: 100%;
  width: auto;
  flex: 0;
}

/* line 38, app/assets/stylesheets/application/components/_gallery.sass */
.vendor-ie-11 .gallery__img img {
  flex: 0 1 auto;
}

/* line 41, app/assets/stylesheets/application/components/_gallery.sass */
.gallery__copyright {
  position: absolute;
  z-index: 2;
  top: calc(100% - 46px);
  right: 15px;
}

/* line 47, app/assets/stylesheets/application/components/_gallery.sass */
.gallery__copyright button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 36px;
  height: 34px;
  background-color: rgba(255, 255, 255, 0.8);
  outline: 0;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #68B42E;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: all 0.3s ease-in-out;
  z-index: 1001;
  position: relative;
}

/* line 65, app/assets/stylesheets/application/components/_gallery.sass */
.gallery__copyright button:hover, .gallery__copyright button:focus {
  color: #056804;
}

/* line 70, app/assets/stylesheets/application/components/_gallery.sass */
.gallery__copyright button:hover .icon-close {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 73, app/assets/stylesheets/application/components/_gallery.sass */
.gallery__copyright button .icon-copyright {
  width: 16px;
  height: 16px;
}

/* line 77, app/assets/stylesheets/application/components/_gallery.sass */
.gallery__copyright button .icon-close {
  width: 16px;
  height: 16px;
}

/* line 81, app/assets/stylesheets/application/components/_gallery.sass */
.gallery__copyright button .icon-close {
  display: none;
  transition: all 0.3s ease-in-out;
}

/* line 86, app/assets/stylesheets/application/components/_gallery.sass */
.gallery__copyright button[aria-expanded="true"] .icon-close {
  display: block;
}

/* line 88, app/assets/stylesheets/application/components/_gallery.sass */
.gallery__copyright button[aria-expanded="true"] .icon-copyright {
  display: none;
}

/* line 91, app/assets/stylesheets/application/components/_gallery.sass */
.gallery__copyright .dropdown-menu {
  padding: 10px 40px 10px 15px;
  min-width: 250px;
  margin-right: 0;
  border: 0;
  border-radius: 0;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  bottom: 0 !important;
  top: auto !important;
  left: 36px !important;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
  /* line 91, app/assets/stylesheets/application/components/_gallery.sass */
  .gallery__copyright .dropdown-menu {
    min-width: 400px;
  }
}

/* line 107, app/assets/stylesheets/application/components/_gallery.sass */
.gallery__copyright .gallery__copyright-text {
  font-size: 0.75rem;
  color: #5B5B5b;
}

@media (max-width: 767.98px) {
  /* line 111, app/assets/stylesheets/application/components/_gallery.sass */
  .gallery__caption {
    position: relative;
    display: block;
  }
}

@media (max-width: 767.98px) {
  /* line 116, app/assets/stylesheets/application/components/_gallery.sass */
  .gallery__caption .gallery__copyright {
    top: -50px;
  }
}

/* line 120, app/assets/stylesheets/application/components/_gallery.sass */
.gallery__description {
  background-color: #fff;
  padding: +1.25rem 0.9375rem 0.3125rem 1.25rem;
}

@media (min-width: 768px) {
  /* line 120, app/assets/stylesheets/application/components/_gallery.sass */
  .gallery__description {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
    width: 500px;
    min-height: 187px;
    position: absolute;
    z-index: 1;
    bottom: -120px;
    left: 50px;
    padding: +1.5625rem 2.5rem 0.625rem 2.5rem;
  }
}

@media (min-width: 992px) {
  /* line 120, app/assets/stylesheets/application/components/_gallery.sass */
  .gallery__description {
    width: 478px;
    bottom: -110px;
  }
}

/* line 136, app/assets/stylesheets/application/components/_gallery.sass */
.gallery__description p {
  margin-bottom: 0;
}

/* line 139, app/assets/stylesheets/application/components/_gallery.sass */
.gallery__description-heading {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

/* line 144, app/assets/stylesheets/application/components/_gallery.sass */
.gallery-nav {
  position: absolute;
  background-color: #fff;
  padding: +1.25rem 0.9375rem 0rem 1.25rem;
  height: 50px;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 144, app/assets/stylesheets/application/components/_gallery.sass */
  .gallery-nav {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.05);
    width: 500px;
    left: 50px;
    bottom: 20px;
    padding: +1.5625rem 2.5rem;
  }
}

@media (min-width: 992px) {
  /* line 144, app/assets/stylesheets/application/components/_gallery.sass */
  .gallery-nav {
    width: 478px;
    bottom: 11px;
  }
}

/* line 162, app/assets/stylesheets/application/components/_gallery.sass */
.gallery-nav__arrows {
  display: flex;
  justify-content: space-between;
  height: 25px;
  width: calc(100% - 30px);
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -16px;
}

@media (min-width: 768px) {
  /* line 162, app/assets/stylesheets/application/components/_gallery.sass */
  .gallery-nav__arrows {
    width: calc(100% - 80px);
    left: 40px;
  }
}

/* line 175, app/assets/stylesheets/application/components/_gallery.sass */
.gallery-nav__arrows button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: 0;
  padding: 0;
  color: #68B42E;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
  background-color: transparent;
  transition: all 0.3s ease-out;
}

@media (min-width: 992px) {
  /* line 175, app/assets/stylesheets/application/components/_gallery.sass */
  .gallery-nav__arrows button {
    -webkit-transform: translateX(-13px);
            transform: translateX(-13px);
  }
}

/* line 186, app/assets/stylesheets/application/components/_gallery.sass */
.gallery-nav__arrows button.slick-next {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

@media (min-width: 992px) {
  /* line 186, app/assets/stylesheets/application/components/_gallery.sass */
  .gallery-nav__arrows button.slick-next {
    -webkit-transform: translateX(13px);
            transform: translateX(13px);
  }
}

/* line 191, app/assets/stylesheets/application/components/_gallery.sass */
.gallery-nav__arrows button:hover {
  color: #056804;
}

@media (min-width: 992px) {
  /* line 194, app/assets/stylesheets/application/components/_gallery.sass */
  .gallery-nav__arrows button:hover.slick-prev {
    -webkit-transform: translateX(-18px);
            transform: translateX(-18px);
  }
}

@media (min-width: 992px) {
  /* line 197, app/assets/stylesheets/application/components/_gallery.sass */
  .gallery-nav__arrows button:hover.slick-next {
    -webkit-transform: translateX(18px);
            transform: translateX(18px);
  }
}

/* line 201, app/assets/stylesheets/application/components/_gallery.sass */
.gallery-nav__arrows button .icon {
  width: 32px;
  height: 32px;
}

/* line 207, app/assets/stylesheets/application/components/_gallery.sass */
.gallery.has-paging .gallery-nav__dots ul {
  counter-reset: paging-counter last-counter;
  width: 50px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin: 0;
  margin-left: -25px;
  margin-top: -15px;
}

/* line 218, app/assets/stylesheets/application/components/_gallery.sass */
.gallery.has-paging .gallery-nav__dots ul:before {
  content: '/';
  color: #68B42E;
  width: 10px;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -5px;
  z-index: 2;
}

/* line 231, app/assets/stylesheets/application/components/_gallery.sass */
.gallery.has-paging .gallery-nav__dots li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 50px;
  height: 30px;
  visibility: hidden;
  pointer-events: none;
}

/* line 244, app/assets/stylesheets/application/components/_gallery.sass */
.gallery.has-paging .gallery-nav__dots li button {
  flex: 0 0 25px;
  pointer-events: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: 0;
  padding: 0;
  color: transparent;
  background-color: transparent;
  font-size: 0.875rem;
  font-weight: 600;
}

/* line 256, app/assets/stylesheets/application/components/_gallery.sass */
.gallery.has-paging .gallery-nav__dots li:before {
  content: counter(paging-counter);
  counter-increment: paging-counter;
  flex: 0 0 25px;
  text-align: center;
  font-size: 0.875rem;
  color: #68B42E;
  font-weight: 600;
}

/* line 265, app/assets/stylesheets/application/components/_gallery.sass */
.gallery.has-paging .gallery-nav__dots li.slick-active {
  visibility: visible;
}

/* line 268, app/assets/stylesheets/application/components/_gallery.sass */
.gallery.has-paging .gallery-nav__dots li:last-child {
  visibility: visible;
}

/* line 270, app/assets/stylesheets/application/components/_gallery.sass */
.gallery.has-paging .gallery-nav__dots li:last-child button {
  color: #68B42E;
}

/* line 272, app/assets/stylesheets/application/components/_gallery.sass */
.gallery.has-paging .gallery-nav__dots li:last-child:before {
  visibility: hidden;
}

/* line 275, app/assets/stylesheets/application/components/_gallery.sass */
.gallery.has-paging .gallery-nav__dots li:last-child.slick-active:before {
  visibility: visible;
}

/* line 280, app/assets/stylesheets/application/components/_gallery.sass */
.gallery.has-dots .slick-dots {
  display: flex;
  height: 32px;
  width: 130px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -65px;
  list-style: none;
  justify-content: center;
  align-items: center;
}

/* line 295, app/assets/stylesheets/application/components/_gallery.sass */
.gallery.has-dots .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}

/* line 301, app/assets/stylesheets/application/components/_gallery.sass */
.gallery.has-dots .slick-dots button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: 0;
  outline: 0;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #D8D8D8;
  overflow: hidden;
  color: transparent;
}

/* line 313, app/assets/stylesheets/application/components/_gallery.sass */
.gallery.has-dots .slick-dots .slick-active button {
  background-color: #68B42E;
}

/* line 316, app/assets/stylesheets/application/components/_gallery.sass */
.gallery-nav__next,
.gallery-nav__prev {
  width: 40px;
  height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: 0;
  padding: 0;
  color: #68B42E;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 60px);
  margin-top: -20px;
  z-index: 1;
  pointer-events: all;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  display: none;
}

@media (min-width: 992px) {
  /* line 316, app/assets/stylesheets/application/components/_gallery.sass */
  .gallery-nav__next,
  .gallery-nav__prev {
    display: block;
  }
}

/* line 339, app/assets/stylesheets/application/components/_gallery.sass */
.gallery-nav__next:hover,
.gallery-nav__prev:hover {
  opacity: 1;
  visibility: visible;
  color: #fff;
  background-color: #056804;
}

/* line 345, app/assets/stylesheets/application/components/_gallery.sass */
.gallery-nav__next {
  right: 0;
}

/* line 348, app/assets/stylesheets/application/components/_gallery.sass */
.gallery-nav__next:active {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}

/* line 351, app/assets/stylesheets/application/components/_gallery.sass */
.gallery-nav__prev {
  left: 0;
}

/* line 354, app/assets/stylesheets/application/components/_gallery.sass */
.gallery-nav__prev:active {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

/* line 358, app/assets/stylesheets/application/components/_gallery.sass */
.gallery.is-img-hover .gallery-nav__next,
.gallery.is-img-hover .gallery-nav__prev {
  opacity: 1;
  visibility: visible;
}

/* line 1, app/assets/stylesheets/application/components/_popover.sass */
label {
  position: relative;
  padding-right: 35px;
}

/* line 5, app/assets/stylesheets/application/components/_popover.sass */
label .popover-toggle {
  position: absolute;
  top: 2px;
  right: 3px;
}

/* line 11, app/assets/stylesheets/application/components/_popover.sass */
.popover-toggle {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2368b42e' fill-rule='evenodd'%3E%3Cpath d='m10 18.4615385c4.6731787 0 8.4615385-3.7883598 8.4615385-8.4615385 0-4.67317865-3.7883598-8.46153846-8.4615385-8.46153846-4.67317865 0-8.46153846 3.78835981-8.46153846 8.46153846 0 4.6731787 3.78835981 8.4615385 8.46153846 8.4615385zm0 1.5384615c-5.5228475 0-10-4.4771525-10-10s4.4771525-10 10-10 10 4.4771525 10 10-4.4771525 10-10 10z' fill-rule='nonzero'/%3E%3Ccircle cx='10' cy='6' r='1.5'/%3E%3Cpath d='m9 10c0-.5522847.4477153-1 1-1s1 .4477153 1 1v4.9c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* line 26, app/assets/stylesheets/application/components/_popover.sass */
.popover-toggle:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%2368B42E' fill-rule='evenodd' d='M10,20 C4.4771525,20 0,15.5228475 0,10 C0,4.4771525 4.4771525,0 10,0 C15.5228475,0 20,4.4771525 20,10 C20,15.5228475 15.5228475,20 10,20 Z M10,7.5 C10.8284271,7.5 11.5,6.82842712 11.5,6 C11.5,5.17157288 10.8284271,4.5 10,4.5 C9.17157288,4.5 8.5,5.17157288 8.5,6 C8.5,6.82842712 9.17157288,7.5 10,7.5 Z M9,10 L9,14.9 C9,15.4522847 9.4477153,15.9 10,15.9 C10.5522847,15.9 11,15.4522847 11,14.9 L11,10 C11,9.4477153 10.5522847,9 10,9 C9.4477153,9 9,9.4477153 9,10 Z'/%3E%3C/svg%3E%0A");
}

/* line 29, app/assets/stylesheets/application/components/_popover.sass */
.popover-toggle:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23056804' fill-rule='evenodd' d='M10,20 C4.4771525,20 0,15.5228475 0,10 C0,4.4771525 4.4771525,0 10,0 C15.5228475,0 20,4.4771525 20,10 C20,15.5228475 15.5228475,20 10,20 Z M10,7.5 C10.8284271,7.5 11.5,6.82842712 11.5,6 C11.5,5.17157288 10.8284271,4.5 10,4.5 C9.17157288,4.5 8.5,5.17157288 8.5,6 C8.5,6.82842712 9.17157288,7.5 10,7.5 Z M9,10 L9,14.9 C9,15.4522847 9.4477153,15.9 10,15.9 C10.5522847,15.9 11,15.4522847 11,14.9 L11,10 C11,9.4477153 10.5522847,9 10,9 C9.4477153,9 9,9.4477153 9,10 Z'/%3E%3C/svg%3E%0A");
}

/* line 33, app/assets/stylesheets/application/components/_popover.sass */
.popover {
  color: #fff;
  border-radius: 18px 0 18px 0;
  font-size: 0.875rem;
  margin-left: 20px;
  margin-right: 10px;
  font-weight: 600;
  position: relative;
}

/* line 42, app/assets/stylesheets/application/components/_popover.sass */
.popover .arrow {
  content: '';
  display: block;
  width: 21px;
  height: 14px;
  position: absolute;
  margin: 0;
  top: 100%;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg height='14' viewBox='0 0 21 14' width='21' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m21 0-21 14v-14z' fill='%2368b42e' fill-rule='evenodd'/%3E%3C/svg%3E");
}

/* line 53, app/assets/stylesheets/application/components/_popover.sass */
.popover .arrow:before, .popover .arrow:after {
  display: none;
}

/* line 57, app/assets/stylesheets/application/components/_popover.sass */
.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"], .popover.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 1rem;
}

/* line 61, app/assets/stylesheets/application/components/_popover.sass */
.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"], .popover.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 1rem;
  border-radius: 0 18px 0 18px;
}

/* line 66, app/assets/stylesheets/application/components/_popover.sass */
.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: auto;
  bottom: 100%;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

/* line 71, app/assets/stylesheets/application/components/_popover.sass */
.popover .popover-body {
  padding: 12px 30px 12px 20px;
}

/* line 74, app/assets/stylesheets/application/components/_popover.sass */
.popover .popover-close {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-color: transparent;
  color: #fff;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

/* line 93, app/assets/stylesheets/application/components/_popover.sass */
.popover .popover-close .icon {
  width: 12px;
  height: 12px;
}

/* line 97, app/assets/stylesheets/application/components/_popover.sass */
.popover .popover-close:hover, .popover .popover-close:focus {
  background-color: #fff;
  color: #68B42E;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 3, app/assets/stylesheets/application/components/_newsletter.sass */
.newsletter .button-container {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  /* line 3, app/assets/stylesheets/application/components/_newsletter.sass */
  .newsletter .button-container {
    justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  /* line 3, app/assets/stylesheets/application/components/_newsletter.sass */
  .newsletter .button-container {
    justify-content: flex-start;
    align-items: flex-end;
  }
}

/* line 14, app/assets/stylesheets/application/components/_newsletter.sass */
.newsletter .form-group {
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  /* line 14, app/assets/stylesheets/application/components/_newsletter.sass */
  .newsletter .form-group {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 20, app/assets/stylesheets/application/components/_newsletter.sass */
  .newsletter__description {
    margin-bottom: 24px;
  }
}

/* line 24, app/assets/stylesheets/application/components/_newsletter.sass */
.newsletter-icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  /* line 24, app/assets/stylesheets/application/components/_newsletter.sass */
  .newsletter-icon {
    padding-bottom: 24px;
  }
}

@media (max-width: 991.98px) {
  /* line 33, app/assets/stylesheets/application/components/_newsletter.sass */
  .newsletter-icon svg {
    width: 96px;
    height: 96px;
  }
}

/* line 38, app/assets/stylesheets/application/components/_newsletter.sass */
.nl_images {
  width: 620px;
  height: 100%;
}

/* line 2, app/assets/stylesheets/application/components/_table.sass */
.table table {
  width: 100%;
}

/* line 6, app/assets/stylesheets/application/components/_table.sass */
.section--white .table table td,
.section--white .table table th {
  border-bottom: 0;
}

/* line 10, app/assets/stylesheets/application/components/_table.sass */
.section--white .table table th[rowspan] {
  vertical-align: middle;
}

/* line 13, app/assets/stylesheets/application/components/_table.sass */
.section--white .table table tbody tr:nth-child(even) td,
.section--white .table table tbody tr:nth-child(even) th {
  background-color: #F4F6F9;
}

/* line 17, app/assets/stylesheets/application/components/_table.sass */
.table table caption {
  caption-side: top;
  font-family: "Roboto Slab", serif;
  color: #1D1F24;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4444;
  margin-top: 0;
  padding: 0;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  /* line 17, app/assets/stylesheets/application/components/_table.sass */
  .table table caption {
    font-size: 1.375rem;
    line-height: 1.1818;
  }
}

@media (min-width: 992px) {
  /* line 17, app/assets/stylesheets/application/components/_table.sass */
  .table table caption {
    font-size: 1.75rem;
    line-height: 1.21;
  }
}

/* line 36, app/assets/stylesheets/application/components/_table.sass */
.table table caption small {
  font-family: "Poppins", sans-serif;
  color: #6D6D6D;
  font-size: 0.875rem;
  display: block;
  margin-top: 0.75rem;
  margin-bottom: 0;
}

/* line 45, app/assets/stylesheets/application/components/_table.sass */
.table table.column-first th:first-child,
.table table.column-first td:first-child {
  font-weight: bold;
}

/* line 49, app/assets/stylesheets/application/components/_table.sass */
.table table.column-first td:first-child {
  border-right: 2px solid #68B42E;
}

/* line 52, app/assets/stylesheets/application/components/_table.sass */
.table td, .table th {
  padding: 1.5rem 1rem;
  text-align: center;
  background-color: #fff;
}

/* line 57, app/assets/stylesheets/application/components/_table.sass */
.table td.center, .table th.center {
  text-align: center;
}

/* line 59, app/assets/stylesheets/application/components/_table.sass */
.table td.left, .table th.left {
  text-align: left;
}

/* line 61, app/assets/stylesheets/application/components/_table.sass */
.table td.right, .table th.right {
  text-align: right;
}

/* line 64, app/assets/stylesheets/application/components/_table.sass */
.table th {
  font-weight: bold;
  border-right: 1px solid #E6E9EA;
  border-bottom: 0;
}

/* line 69, app/assets/stylesheets/application/components/_table.sass */
.table th:last-child {
  border-right: 0;
}

/* line 72, app/assets/stylesheets/application/components/_table.sass */
.table th[rowspan] {
  vertical-align: bottom;
}

/* line 79, app/assets/stylesheets/application/components/_table.sass */
.table tbody tr:hover td,
.table tbody tr:hover th, .table tbody tr:focus td,
.table tbody tr:focus th {
  background-color: rgba(104, 180, 46, 0.1) !important;
}

/* line 84, app/assets/stylesheets/application/components/_table.sass */
.table tbody tr td:hover, .table tbody tr td:focus,
.table tbody tr th:hover,
.table tbody tr th:focus {
  background-color: rgba(104, 180, 46, 0.2) !important;
}

/* line 88, app/assets/stylesheets/application/components/_table.sass */
.table td, .table th {
  border-right: 1px solid #E6E9EA;
  border-bottom: 1px solid #E6E9EA;
}

/* line 93, app/assets/stylesheets/application/components/_table.sass */
.table td:last-child,
.table th:last-child {
  border-right: 0;
}

/* line 96, app/assets/stylesheets/application/components/_table.sass */
.table thead {
  border-bottom: 2px solid #68B42E;
}

/* line 100, app/assets/stylesheets/application/components/_table.sass */
.table thead tr:not(:first-child) th {
  border-top: 1px solid #E6E9EA;
}

/* line 105, app/assets/stylesheets/application/components/_table.sass */
.table-light table {
  width: 100%;
}

/* line 108, app/assets/stylesheets/application/components/_table.sass */
.table-light td, .table-light th {
  background-color: transparent;
  padding: 1rem;
  border-bottom: 1px solid #EBEBEB;
}

/* line 113, app/assets/stylesheets/application/components/_table.sass */
.table-light td:first-child, .table-light th:first-child {
  padding-left: 0;
}

/* line 116, app/assets/stylesheets/application/components/_table.sass */
.table-light td:last-child, .table-light th:last-child {
  padding-right: 0;
}

/* line 119, app/assets/stylesheets/application/components/_table.sass */
.table-light td {
  vertical-align: top;
  font-size: 0.875rem;
}

@media (max-width: 767.98px) {
  /* line 123, app/assets/stylesheets/application/components/_table.sass */
  .table-light table,
  .table-light thead,
  .table-light tbody,
  .table-light tr,
  .table-light th,
  .table-light td {
    display: block;
  }
}

@media (max-width: 767.98px) {
  /* line 132, app/assets/stylesheets/application/components/_table.sass */
  .table-light thead {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 136, app/assets/stylesheets/application/components/_table.sass */
  .table-light tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #EBEBEB;
  }
}

@media (max-width: 767.98px) {
  /* line 143, app/assets/stylesheets/application/components/_table.sass */
  .table-light tbody tr {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (max-width: 767.98px) {
  /* line 148, app/assets/stylesheets/application/components/_table.sass */
  .table-light th,
  .table-light td {
    border: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 155, app/assets/stylesheets/application/components/_table.sass */
  .table-light td {
    flex: 0 1 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  /* line 161, app/assets/stylesheets/application/components/_table.sass */
  .table-light td:before {
    content: attr(data-th);
    display: block;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  /* line 167, app/assets/stylesheets/application/components/_table.sass */
  .table-light td:before:empty {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 170, app/assets/stylesheets/application/components/_table.sass */
  .table-light .status {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 174, app/assets/stylesheets/application/components/_table.sass */
  .table-light .status.is-active {
    display: block;
  }
}

/* line 1, app/assets/stylesheets/application/components/_infobox.sass */
.infobox {
  border: 3px solid #68B42E;
  padding: +2.5rem 1.5rem 1.5rem 1.5rem;
  position: relative;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05), inset 0 -1px 0 0 #CECFCF;
  border-radius: 35px 0 35px 0;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/application/components/_infobox.sass */
  .infobox {
    padding: +1.5rem 2.75rem 2.5rem 2.75rem;
  }
}

/* line 11, app/assets/stylesheets/application/components/_infobox.sass */
.infobox > .icon {
  position: absolute;
  width: 44px;
  height: 44px;
  fill: #68B42E;
  top: -22px;
  left: 50%;
  margin-left: -22px;
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
}

/* line 23, app/assets/stylesheets/application/components/_infobox.sass */
.section--grey .infobox > .icon {
  background-color: #F2F5F7;
  border-color: #F2F5F7;
}

@media (min-width: 768px) {
  /* line 11, app/assets/stylesheets/application/components/_infobox.sass */
  .infobox > .icon {
    top: 12px;
    left: 0;
  }
}

/* line 31, app/assets/stylesheets/application/components/_infobox.sass */
.infobox__heading {
  font-size: 1rem;
  font-weight: 600;
  color: #68B42E;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}

/* line 1, app/assets/stylesheets/application/components/_cite.sass */
.cite {
  background-image: url("data:image/svg+xml,%3Csvg height='40' viewBox='0 0 50 40' width='50' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' transform='translate(1)'%3E%3Cpath d='m19.2.5c1.866676 5.866696 2.8 11.333308 2.8 16.4 0 6.933368-1.733316 12.499979-5.2 16.7s-8.666632 6.3-15.6 6.3v-7.8c3.33335 0 5.766659-.899991 7.3-2.7s2.3-4.633314 2.3-8.5v-1.8h-10.2v-18.6zm26.111113 0c1.866676 5.866696 2.8 11.333308 2.8 16.4 0 6.933368-1.733316 12.499979-5.2 16.7s-8.666632 6.3-15.6 6.3v-7.8c3.33335 0 5.766659-.899991 7.3-2.7s2.3-4.633314 2.3-8.5v-1.8h-10.2v-18.6z' fill='%23fff'/%3E%3Cpath d='m19.2.5c1.866676 5.866696 2.8 11.333308 2.8 16.4 0 6.933368-1.733316 12.499979-5.2 16.7s-8.666632 6.3-15.6 6.3v-7.8c3.33335 0 5.766659-.899991 7.3-2.7s2.3-4.633314 2.3-8.5v-1.8h-10.2v-18.6zm26.111113 0c1.866676 5.866696 2.8 11.333308 2.8 16.4 0 6.933368-1.733316 12.499979-5.2 16.7s-8.666632 6.3-15.6 6.3v-7.8c3.33335 0 5.766659-.899991 7.3-2.7s2.3-4.633314 2.3-8.5v-1.8h-10.2v-18.6z' fill='%2368b42e'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 30px 24px;
  background-position: top left;
  background-repeat: no-repeat;
  padding-top: 40px;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/application/components/_cite.sass */
  .cite {
    background-size: 50px 40px;
    padding-top: 0;
    padding-left: 70px;
  }
}

/* line 13, app/assets/stylesheets/application/components/_cite.sass */
.cite__quote {
  margin-bottom: 0;
}

/* line 15, app/assets/stylesheets/application/components/_cite.sass */
.cite__quote p {
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.52;
  color: #3d3f44;
}

@media (min-width: 768px) {
  /* line 15, app/assets/stylesheets/application/components/_cite.sass */
  .cite__quote p {
    font-size: 1.3125rem;
    letter-spacing: 0.0125rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  /* line 15, app/assets/stylesheets/application/components/_cite.sass */
  .cite__quote p {
    font-size: 1.8125rem;
  }
}

/* line 29, app/assets/stylesheets/application/components/_cite.sass */
.cite__source {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-size: 16px;
}

/* line 1, app/assets/stylesheets/application/components/_iframe.sass */
.responsive-iframe-container {
  position: relative;
  -webkit-overflow-scrolling: touch;
}

/* line 5, app/assets/stylesheets/application/components/_iframe.sass */
.responsive-iframe-link-wrapper {
  display: none;
}

/* line 8, app/assets/stylesheets/application/components/_iframe.sass */
.responsive-iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 576px) {
  /* line 16, app/assets/stylesheets/application/components/_iframe.sass */
  .responsive-iframe-container {
    display: none;
  }
  /* line 19, app/assets/stylesheets/application/components/_iframe.sass */
  .responsive-iframe-link-wrapper {
    display: block;
  }
}

/* line 1, app/assets/stylesheets/application/components/_content-collapse.sass */
.content-collapse--is-collapsed {
  position: relative;
}

/* line 4, app/assets/stylesheets/application/components/_content-collapse.sass */
.content-collapse--is-collapsed .content-collapse__group {
  max-height: 600px;
  position: relative;
  overflow: hidden;
}

/* line 8, app/assets/stylesheets/application/components/_content-collapse.sass */
.content-collapse--is-collapsed .content-collapse__group:after {
  content: "";
  display: block;
  width: 100%;
  height: 10rem;
  background-image: linear-gradient(to top, white 60%, rgba(255, 255, 255, 0));
  position: absolute;
  left: 0;
  bottom: -1px;
}

/* line 21, app/assets/stylesheets/application/components/_content-collapse.sass */
.section--grey .content-collapse--is-collapsed .content-collapse__group:after {
  background-image: linear-gradient(to top, #f2f5f7 60%, rgba(242, 245, 247, 0));
}

/* line 24, app/assets/stylesheets/application/components/_content-collapse.sass */
.content-collapse--isnt-collapsed {
  position: relative;
}

/* line 27, app/assets/stylesheets/application/components/_content-collapse.sass */
.content-collapse--isnt-collapsed .content-collapse__group {
  max-height: 100%;
  position: relative;
  overflow: visible;
  padding-bottom: 80px;
}

@media (min-width: 576px) {
  /* line 27, app/assets/stylesheets/application/components/_content-collapse.sass */
  .content-collapse--isnt-collapsed .content-collapse__group {
    padding-bottom: 110px;
  }
}

/* line 34, app/assets/stylesheets/application/components/_content-collapse.sass */
.content-collapse--isnt-collapsed .content-collapse__group:after {
  display: none;
}

/* line 40, app/assets/stylesheets/application/components/_content-collapse.sass */
.section--grey .content-collapse--isnt-collapsed .content-collapse__group:after {
  display: none;
}

/* line 45, app/assets/stylesheets/application/components/_content-collapse.sass */
.content-collapse--isnt-collapsed .content-collapse button {
  flex-direction: column-reverse;
}

/* line 48, app/assets/stylesheets/application/components/_content-collapse.sass */
.content-collapse--isnt-collapsed .content-collapse button .btn__line {
  margin-bottom: 0;
  margin-top: 0.5rem;
}

/* line 52, app/assets/stylesheets/application/components/_content-collapse.sass */
.content-collapse__toggle {
  position: relative;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

/* line 61, app/assets/stylesheets/application/components/_content-collapse.sass */
.content-collapse__toggle button {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 0;
  padding: 0;
  color: #68B42E;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.8px;
}

/* line 74, app/assets/stylesheets/application/components/_content-collapse.sass */
.content-collapse__toggle button .btn__text {
  text-transform: uppercase;
}

/* line 77, app/assets/stylesheets/application/components/_content-collapse.sass */
.content-collapse__toggle button .btn__line {
  display: block;
  width: 2px;
  height: 29px;
  background-color: #68B42E;
  margin-bottom: 0.5rem;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0.85);
          transform: scaleY(0.85);
  transition: all 0.3s ease-in-out;
}

/* line 87, app/assets/stylesheets/application/components/_content-collapse.sass */
.content-collapse__toggle button:hover {
  color: #056804;
  text-decoration: none;
}

/* line 91, app/assets/stylesheets/application/components/_content-collapse.sass */
.content-collapse__toggle button:hover .btn__line {
  background-color: #056804;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

/* line 97, app/assets/stylesheets/application/components/_content-collapse.sass */
.content-collapse--isnt-collapsed .content-collapse__toggle .btn__line {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

/* line 1, app/assets/stylesheets/application/components/_highlight-event.sass */
.highlight-event {
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
}

/* line 5, app/assets/stylesheets/application/components/_highlight-event.sass */
.highlight-event__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #D8D8D8;
  padding: 30px 24px 40px 24px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/application/components/_highlight-event.sass */
  .highlight-event__head {
    align-items: flex-start;
    border: 0;
    padding: 40px 87px 10px 87px;
  }
}

/* line 18, app/assets/stylesheets/application/components/_highlight-event.sass */
.highlight-event__date {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  /* line 18, app/assets/stylesheets/application/components/_highlight-event.sass */
  .highlight-event__date {
    flex-direction: row;
    align-items: flex-start;
  }
}

/* line 27, app/assets/stylesheets/application/components/_highlight-event.sass */
.highlight-event__date-day {
  font-size: 5.25rem;
  white-space: nowrap;
  display: flex;
}

@media (min-width: 768px) {
  /* line 27, app/assets/stylesheets/application/components/_highlight-event.sass */
  .highlight-event__date-day {
    font-size: 7.5rem;
  }
}

/* line 35, app/assets/stylesheets/application/components/_highlight-event.sass */
.highlight-event__date-day time,
.highlight-event__date-day span {
  flex: 0 1 auto;
  line-height: 1;
}

/* line 40, app/assets/stylesheets/application/components/_highlight-event.sass */
.highlight-event__datetime {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  /* line 40, app/assets/stylesheets/application/components/_highlight-event.sass */
  .highlight-event__datetime {
    align-items: flex-start;
  }
}

/* line 50, app/assets/stylesheets/application/components/_highlight-event.sass */
.highlight-event__date-month {
  font-size: 1.125rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  /* line 50, app/assets/stylesheets/application/components/_highlight-event.sass */
  .highlight-event__date-month {
    font-size: 1.875rem;
  }
}

/* line 57, app/assets/stylesheets/application/components/_highlight-event.sass */
.highlight-event__time {
  font-size: 14px;
  color: #6D6D6D;
  margin-top: 0;
  display: flex;
  align-items: center;
  min-height: 24px;
}

/* line 65, app/assets/stylesheets/application/components/_highlight-event.sass */
.highlight-event__time .icon {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

/* line 70, app/assets/stylesheets/application/components/_highlight-event.sass */
.highlight-event__time > * {
  line-height: 1;
  flex: 0 1 auto;
}

/* line 74, app/assets/stylesheets/application/components/_highlight-event.sass */
.highlight-event__row {
  display: flex;
  flex-direction: column;
  padding: 24px 0 40px 0;
  margin: 0 24px 0 24px;
}

/* line 80, app/assets/stylesheets/application/components/_highlight-event.sass */
.highlight-event__row + .highlight-event__row {
  border-top: 1px solid #D8D8D8;
}

@media (min-width: 768px) {
  /* line 80, app/assets/stylesheets/application/components/_highlight-event.sass */
  .highlight-event__row + .highlight-event__row {
    margin-top: 48px;
  }
}

@media (min-width: 992px) {
  /* line 80, app/assets/stylesheets/application/components/_highlight-event.sass */
  .highlight-event__row + .highlight-event__row {
    border: 0;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  /* line 74, app/assets/stylesheets/application/components/_highlight-event.sass */
  .highlight-event__row {
    padding: 24px 0 0 0;
    margin: 0 87px 0 87px;
    flex-wrap: wrap;
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  /* line 74, app/assets/stylesheets/application/components/_highlight-event.sass */
  .highlight-event__row {
    flex-wrap: nowrap;
  }
}

@media (min-width: 768px) {
  /* line 99, app/assets/stylesheets/application/components/_highlight-event.sass */
  .highlight-event__row:last-child {
    padding-bottom: 56px;
  }
}

/* line 103, app/assets/stylesheets/application/components/_highlight-event.sass */
.highlight-event__col {
  flex: 0 0 100%;
}

@media (min-width: 768px) {
  /* line 103, app/assets/stylesheets/application/components/_highlight-event.sass */
  .highlight-event__col {
    flex: 0 0 50%;
  }
  /* line 109, app/assets/stylesheets/application/components/_highlight-event.sass */
  .highlight-event__col:last-child {
    flex: 0 0 100%;
  }
}

@media (min-width: 992px) {
  /* line 113, app/assets/stylesheets/application/components/_highlight-event.sass */
  .highlight-event__col:first-child {
    flex: 0 0 40%;
  }
  /* line 116, app/assets/stylesheets/application/components/_highlight-event.sass */
  .highlight-event__col:nth-child(2), .highlight-event__col:last-child {
    flex: 0 0 30%;
  }
}

@media (min-width: 992px) {
  /* line 103, app/assets/stylesheets/application/components/_highlight-event.sass */
  .highlight-event__col {
    border-left: 1px solid #CFCFCF;
    padding-left: 24px;
  }
}

/* line 124, app/assets/stylesheets/application/components/_highlight-event.sass */
.highlight-event__col:last-child {
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  /* line 124, app/assets/stylesheets/application/components/_highlight-event.sass */
  .highlight-event__col:last-child {
    border-color: transparent;
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  /* line 132, app/assets/stylesheets/application/components/_highlight-event.sass */
  .highlight-event__col + .highlight-event__col {
    margin-top: 24px;
  }
}

@media (max-width: 991.98px) {
  /* line 136, app/assets/stylesheets/application/components/_highlight-event.sass */
  .highlight-event__col:last-child {
    margin-top: 32px;
  }
}

/* line 140, app/assets/stylesheets/application/components/_highlight-event.sass */
.highlight-event__col dl,
.highlight-event__col dd {
  margin-bottom: 0;
}

/* line 144, app/assets/stylesheets/application/components/_highlight-event.sass */
.highlight-event__col dd {
  margin-top: 8px;
}

/* line 147, app/assets/stylesheets/application/components/_highlight-event.sass */
.highlight-event__category {
  font-weight: 700;
}

/* line 150, app/assets/stylesheets/application/components/_highlight-event.sass */
.highlight-event__maps {
  display: flex;
  align-items: flex-start;
  margin-top: 5px;
  font-size: 0.875rem;
  transition: all 0.3s ease-in-out;
}

/* line 157, app/assets/stylesheets/application/components/_highlight-event.sass */
.highlight-event__maps .icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  flex: 0 0 16px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

/* line 164, app/assets/stylesheets/application/components/_highlight-event.sass */
.highlight-event__maps span {
  position: relative;
}

/* line 167, app/assets/stylesheets/application/components/_highlight-event.sass */
.highlight-event__maps span:after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 100%;
  background-color: #68B42E;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}

/* line 180, app/assets/stylesheets/application/components/_highlight-event.sass */
.highlight-event__maps:hover, .highlight-event__maps:focus {
  text-decoration: none;
}

/* line 185, app/assets/stylesheets/application/components/_highlight-event.sass */
.highlight-event__maps:hover span:after, .highlight-event__maps:focus span:after {
  background-color: #056804;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/* line 3, app/assets/stylesheets/application/components/_table-eventlist.sass */
.table-eventlist .sort-option {
  max-width: 260px;
}

/* line 6, app/assets/stylesheets/application/components/_table-eventlist.sass */
.table-eventlist .sort-option + table {
  margin-top: 1rem;
}

/* line 9, app/assets/stylesheets/application/components/_table-eventlist.sass */
.table-eventlist .js-table-search-input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='m14.5 24c-5.24670512 0-9.5-4.2532949-9.5-9.5 0-5.24670512 4.25329488-9.5 9.5-9.5 5.2467051 0 9.5 4.25329488 9.5 9.5 0 5.2467051-4.2532949 9.5-9.5 9.5zm0-2c4.1421356 0 7.5-3.3578644 7.5-7.5s-3.3578644-7.5-7.5-7.5-7.5 3.3578644-7.5 7.5 3.3578644 7.5 7.5 7.5z'/%3E%3Cpath d='m20.2260427 20.6332378c-.3497276-.4274448-.2867253-1.0574675.1407195-1.4071951s1.0574675-.2867253 1.4071951.1407195l5.0659023 6.1916584c.3497276.4274448.2867253 1.0574675-.1407195 1.4071951s-1.0574675.2867253-1.4071951-.1407195z' transform='rotate(-5.711 23.533 23.096)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  padding-right: 45px;
}

@media (max-width: 767.98px) {
  /* line 9, app/assets/stylesheets/application/components/_table-eventlist.sass */
  .table-eventlist .js-table-search-input {
    background-position: center right 8px;
  }
}

/* line 17, app/assets/stylesheets/application/components/_table-eventlist.sass */
.table-eventlist table {
  width: 100%;
}

/* line 20, app/assets/stylesheets/application/components/_table-eventlist.sass */
.table-eventlist td, .table-eventlist th {
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #EBEBEB;
}

/* line 26, app/assets/stylesheets/application/components/_table-eventlist.sass */
.table-eventlist td {
  vertical-align: top;
  font-size: 0.875rem;
}

/* line 30, app/assets/stylesheets/application/components/_table-eventlist.sass */
.table-eventlist td:last-child {
  vertical-align: middle;
}

/* line 33, app/assets/stylesheets/application/components/_table-eventlist.sass */
.table-eventlist td address {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  /* line 36, app/assets/stylesheets/application/components/_table-eventlist.sass */
  .table-eventlist table,
  .table-eventlist thead,
  .table-eventlist tbody,
  .table-eventlist tr,
  .table-eventlist th,
  .table-eventlist td {
    display: block;
  }
}

@media (max-width: 767.98px) {
  /* line 45, app/assets/stylesheets/application/components/_table-eventlist.sass */
  .table-eventlist thead {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 49, app/assets/stylesheets/application/components/_table-eventlist.sass */
  .table-eventlist tr[data-active] {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #EBEBEB;
  }
}

@media (max-width: 991.98px) {
  /* line 56, app/assets/stylesheets/application/components/_table-eventlist.sass */
  .table-eventlist tbody tr[data-active] {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (max-width: 991.98px) {
  /* line 61, app/assets/stylesheets/application/components/_table-eventlist.sass */
  .table-eventlist th,
  .table-eventlist td {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 66, app/assets/stylesheets/application/components/_table-eventlist.sass */
  .table-eventlist th:nth-child(1),
  .table-eventlist td:nth-child(1) {
    flex: 0 1 20%;
  }
}

@media (max-width: 767.98px) {
  /* line 66, app/assets/stylesheets/application/components/_table-eventlist.sass */
  .table-eventlist th:nth-child(1),
  .table-eventlist td:nth-child(1) {
    flex: 0 0 100%;
  }
  /* line 71, app/assets/stylesheets/application/components/_table-eventlist.sass */
  .table-eventlist th:nth-child(1):before,
  .table-eventlist td:nth-child(1):before {
    content: attr(data-th);
    display: block;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 991.98px) {
  /* line 76, app/assets/stylesheets/application/components/_table-eventlist.sass */
  .table-eventlist th:nth-child(2),
  .table-eventlist td:nth-child(2) {
    flex: 0 1 30%;
  }
}

@media (max-width: 767.98px) {
  /* line 76, app/assets/stylesheets/application/components/_table-eventlist.sass */
  .table-eventlist th:nth-child(2),
  .table-eventlist td:nth-child(2) {
    flex: 0 0 100%;
    padding-top: 0.5rem;
  }
  /* line 82, app/assets/stylesheets/application/components/_table-eventlist.sass */
  .table-eventlist th:nth-child(2):before,
  .table-eventlist td:nth-child(2):before {
    content: attr(data-th);
    display: block;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 991.98px) {
  /* line 88, app/assets/stylesheets/application/components/_table-eventlist.sass */
  .table-eventlist th:nth-child(3),
  .table-eventlist td:nth-child(3) {
    flex: 0 1 30%;
  }
}

@media (max-width: 767.98px) {
  /* line 88, app/assets/stylesheets/application/components/_table-eventlist.sass */
  .table-eventlist th:nth-child(3),
  .table-eventlist td:nth-child(3) {
    flex: 0 0 100%;
    padding-top: 0.5rem;
  }
  /* line 94, app/assets/stylesheets/application/components/_table-eventlist.sass */
  .table-eventlist th:nth-child(3):before,
  .table-eventlist td:nth-child(3):before {
    content: attr(data-th);
    display: block;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 991.98px) {
  /* line 100, app/assets/stylesheets/application/components/_table-eventlist.sass */
  .table-eventlist th:nth-child(4),
  .table-eventlist td:nth-child(4) {
    flex: 0 1 20%;
  }
}

@media (max-width: 767.98px) {
  /* line 100, app/assets/stylesheets/application/components/_table-eventlist.sass */
  .table-eventlist th:nth-child(4),
  .table-eventlist td:nth-child(4) {
    flex: 0 0 100%;
    padding-top: 0.5rem;
  }
  /* line 106, app/assets/stylesheets/application/components/_table-eventlist.sass */
  .table-eventlist th:nth-child(4):before,
  .table-eventlist td:nth-child(4):before {
    content: attr(data-th);
    display: block;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
}

/* line 112, app/assets/stylesheets/application/components/_table-eventlist.sass */
.table-eventlist th:nth-child(5),
.table-eventlist td:nth-child(5) {
  text-align: center;
}

@media (max-width: 991.98px) {
  /* line 112, app/assets/stylesheets/application/components/_table-eventlist.sass */
  .table-eventlist th:nth-child(5),
  .table-eventlist td:nth-child(5) {
    flex: 0 1 100%;
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  /* line 112, app/assets/stylesheets/application/components/_table-eventlist.sass */
  .table-eventlist th:nth-child(5),
  .table-eventlist td:nth-child(5) {
    flex: 0 0 100%;
    padding-top: 0.5rem;
  }
}

@media (max-width: 991.98px) {
  /* line 124, app/assets/stylesheets/application/components/_table-eventlist.sass */
  .table-eventlist th:nth-child(5) {
    display: none;
  }
}

/* line 127, app/assets/stylesheets/application/components/_table-eventlist.sass */
.table-eventlist .highlight-event__time,
.table-eventlist .highlight-event__maps {
  margin-top: 0.5rem;
}

/* line 132, app/assets/stylesheets/application/components/_table-eventlist.sass */
.table-eventlist .highlight-event__time time {
  margin-right: 0.3125rem;
}

/* line 1, app/assets/stylesheets/application/components/_collapse.sass */
.collapse-body {
  padding: 1rem;
}

/* line 1, app/assets/stylesheets/application/components/_message.sass */
.message {
  display: flex;
}

/* line 4, app/assets/stylesheets/application/components/_message.sass */
.message .status {
  margin-top: 6px;
  margin-right: 13px;
  flex: 0 0 10px;
}

/* line 9, app/assets/stylesheets/application/components/_message.sass */
.message .status + .message__body .message__title {
  font-weight: 300;
}

/* line 14, app/assets/stylesheets/application/components/_message.sass */
.message .status.is-active + .message__body .message__title {
  font-weight: 600;
}

/* line 17, app/assets/stylesheets/application/components/_message.sass */
.message__body {
  flex: 1;
}

/* line 20, app/assets/stylesheets/application/components/_message.sass */
.message__title {
  color: #1D1F24;
  font-weight: 600;
}

/* line 24, app/assets/stylesheets/application/components/_message.sass */
.status {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
}

/* line 30, app/assets/stylesheets/application/components/_message.sass */
.status.is-active {
  background-color: #68B42E;
}

/* line 1, app/assets/stylesheets/application/components/_cookie.sass */
.cookies {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: white;
  z-index: 10000;
  padding: 1.5em 0;
  box-shadow: 6px 1px 38px 0px rgba(0, 0, 0, 0.49);
}

/* line 15, app/assets/stylesheets/application/components/_cookie.sass */
.cookies p {
  margin-bottom: 0;
  padding-right: 70px;
  position: relative;
}

/* line 20, app/assets/stylesheets/application/components/_cookie.sass */
.cookie_disclaimer__close {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 0;
}

/* line 33, app/assets/stylesheets/application/components/_cookie.sass */
.cookie_disclaimer__close .icon {
  fill: #68B42E;
  height: 32px;
  width: 32px;
  transition: all 0.4s ease-in-out;
}

/* line 41, app/assets/stylesheets/application/components/_cookie.sass */
.cookie_disclaimer__close:hover .icon, .cookie_disclaimer__close:focus .icon {
  fill: #056804;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 44, app/assets/stylesheets/application/components/_cookie.sass */
.cookie_disclaimer__close:active {
  background-color: #F0F1F2;
}

/* line 1, app/assets/stylesheets/application/components/_article-print.sass */
.article-print {
  display: flex;
  justify-content: flex-end;
}

/* line 5, app/assets/stylesheets/application/components/_article-print.sass */
.article-print .link__text {
  color: #1D1F24;
}

/* line 4, app/assets/stylesheets/application/global/_cms_overrides.sass */
.wysiwyg ol > ol,
.wysiwyg ul > ul {
  padding-left: 3rem;
}

/* line 8, app/assets/stylesheets/application/global/_cms_overrides.sass */
.wysiwyg.block {
  text-align: justify;
}

/* line 2, app/assets/stylesheets/application/global/_browser-fixes.sass */
.vendor-ie-11 .page {
  padding-top: 56px;
}

@media (min-width: 992px) {
  /* line 2, app/assets/stylesheets/application/global/_browser-fixes.sass */
  .vendor-ie-11 .page {
    padding-top: 91px;
  }
}

/* line 7, app/assets/stylesheets/application/global/_browser-fixes.sass */
.vendor-ie-11 .site-header {
  position: fixed;
  right: 0;
  left: 0;
}

@media print {
  /* line 4, app/assets/stylesheets/application/global/_print.sass */
  .nav-skip,
  .navigation,
  .search,
  .nav-meta,
  .site-header__mobile,
  .site-footer,
  .section--cta-search,
  .scroll-top,
  .section--hero,
  .section--aside {
    display: none;
  }
  /* line 16, app/assets/stylesheets/application/global/_print.sass */
  .site-header {
    position: static;
  }
  /* line 19, app/assets/stylesheets/application/global/_print.sass */
  .site-header,
  .teaser__body,
  .section--white {
    box-shadow: none;
  }
  /* line 25, app/assets/stylesheets/application/global/_print.sass */
  .container > .row {
    display: block;
  }
  /* line 28, app/assets/stylesheets/application/global/_print.sass */
  .container > .row [class^=col-] {
    width: 100%;
    max-width: none !important;
  }
  /* line 32, app/assets/stylesheets/application/global/_print.sass */
  .scrollable__overflow {
    overflow-x: visible !important;
    box-shadow: none;
  }
  /* line 36, app/assets/stylesheets/application/global/_print.sass */
  table {
    box-shadow: none !important;
  }
  /* line 40, app/assets/stylesheets/application/global/_print.sass */
  .tab-content > .tab-pane {
    margin-top: 20px !important;
    display: block !important;
    opacity: 1 !important;
  }
  /* line 46, app/assets/stylesheets/application/global/_print.sass */
  .accordion__item .collapse {
    display: block !important;
  }
  /* line 49, app/assets/stylesheets/application/global/_print.sass */
  .accordion__header .icon {
    display: none !important;
  }
  /* line 53, app/assets/stylesheets/application/global/_print.sass */
  .article--is-collapsed .article__text {
    max-height: auto !important;
  }
  /* line 56, app/assets/stylesheets/application/global/_print.sass */
  .article--is-collapsed .article__text:after,
  .article__collapse {
    display: none !important;
  }
}

/* line 7, app/assets/stylesheets/editing/pinuts.sass */
#editor-snippet {
  position: fixed;
  bottom: 0;
  z-index: 99999;
}

/* line 13, app/assets/stylesheets/editing/pinuts.sass */
[data-scrivito-display-mode=editing][data-pi-page-editing-enabled="false"] .scrivito_empty_widget_field,
[data-scrivito-display-mode=editing][data-pi-page-editing-enabled="false"] .pi-scrivito-anchor-name {
  display: none !important;
}

/* line 18, app/assets/stylesheets/editing/pinuts.sass */
.page .h4.cms-edit-label, .page h4.cms-edit-label {
  display: none;
}

/* line 22, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing] [data-scrivito-field-name="blob"] {
  text-align: center;
  background-color: #7ea768 !important;
  color: #fff !important;
}

/* line 28, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing] .nl_image [data-scrivito-field-name="blob"] {
  max-width: 200px;
}

/* line 32, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing].scrivito_dialog [data-scrivito-field-name="blob"] {
  padding-bottom: 30px;
}

/* line 35, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing].scrivito_dialog [data-scrivito-field-name="blob"]:after {
  content: 'Hier hinziehen zum Austausch der Datei';
}

/* line 38, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing] .pi-datepicker-buttons {
  margin-top: 1em;
}

/* line 41, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing] .pi-datepicker-buttons .pi-icon-edit {
  padding: 5px 10px;
  vertical-align: middle;
  color: #7ea768;
  display: inline-block;
  padding: 0;
  text-align: center;
  border: none;
}

/* line 50, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing] .pi-datepicker-buttons .pi-icon-edit:after {
  content: "\F03D" !important;
  margin-right: .1em;
  margin-left: .5em;
  font-family: scrivito_iconsregular;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
}

/* line 59, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing] .pi-datepicker-buttons .pi-datepicker-button,
body.scrivito_editing_active[data-scrivito-display-mode=editing] .pi-datepicker-buttons input.hasDatepicker {
  color: #7ea768;
  display: inline-block;
  font-size: 90%;
}

/* line 65, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing] .pi-datepicker-buttons input.hasDatepicker {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

/* line 72, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing] .navigation .navigation__flyout.flyout--second {
  width: 1040px;
  margin-left: -255px;
}

/* line 76, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing] .navigation .navigation__flyout.flyout--second.pi-scrivito-mandatory {
  color: rgba(184, 8, 47, 0.5);
  font-weight: bold;
}

/* line 81, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="view"] .scrivito_editing_marker,
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="view"] .pi-scrivito-anchor-name {
  display: none !important;
}

/* line 85, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="view"] [data-scrivito-private-widget] .scrivito_empty_widget_field {
  display: none;
}

/* line 90, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .content-collapse.content-collapse--is-collapsed .content-collapse__group {
  max-height: none;
}

/* line 93, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .content-collapse.content-collapse--is-collapsed .content-collapse__group:after {
  background-image: none;
}

/* line 96, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .pi-scrivito-anchor-name {
  display: block;
}

/* line 99, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .scrivito_editing_marker {
  z-index: 9;
}

/* line 102, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] ul.tag-editor:hover {
  outline: 1px solid #7ea768 !important;
  /* [data-scrivito-field-name].pi-scrivito-mandatory    border: solid 1px $editing-red-pale    */
}

/* line 109, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] [data-scrivito-private-child-list-path][data-pi-mainnav-editing-enabled="false"] > .scrivito_editing_marker,
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] [data-scrivito-private-child-list-path][data-pi-subnav-editing-enabled="false"] > .scrivito_editing_marker {
  display: none !important;
}

/* line 112, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] [data-scrivito-private-child-list-path][data-pi-mainnav-editing-enabled="false"].scrivito_active,
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] [data-scrivito-private-child-list-path][data-pi-subnav-editing-enabled="false"].scrivito_active {
  box-shadow: none !important;
}

/* line 115, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] [data-scrivito-editors-placeholder]:empty:not(:focus):before {
  content: attr(data-pi-editors-placeholder);
}

/* line 119, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] [data-scrivito-private-widget="true"].scrivito_active {
  outline: none !important;
  box-shadow: 0 1px 15px #999 !important;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5) !important;
}

/* line 122, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] [data-scrivito-field-name]:hover {
  outline: 1px solid #7ea768 !important;
}

/* line 125, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] [data-scrivito-field-name]:hover[data-scrivito-field-type="widgetlist"]:hover {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: none !important;
}

/* line 128, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] [data-scrivito-field-name]:hover[data-pi-editing-enabled="false"]:hover {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: none !important;
}

/* line 132, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .pi-scrivito-mandatory[data-scrivito-field-name]:before {
  color: rgba(184, 8, 47, 0.5);
}

/* line 134, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .pi-scrivito-mandatory[data-scrivito-field-name]:hover {
  outline: 1px solid rgba(184, 8, 47, 0.5) !important;
}

/* line 137, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .pi-scrivito-mandatory[data-scrivito-field-name].scrivito_empty_widget_field:empty:after {
  color: #b8082f;
}

/* line 140, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .pi-scrivito-mandatory[data-scrivito-field-name][data-scrivito-field-type="widgetlist"]:hover {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: none !important;
}

/* line 146, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] [data-scrivito-widget-obj-class][data-pi-editing-enabled="true"][data-scrivito-field-name]:hover {
  outline: 1px solid #7ea768 !important;
}

/* line 149, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] [data-scrivito-widget-obj-class][data-pi-editing-enabled="true"].pi-scrivito-mandatory[data-scrivito-field-name]:hover {
  outline: 1px solid rgba(184, 8, 47, 0.5) !important;
}

/* line 153, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] [data-scrivito-widget-obj-class][data-pi-editing-enabled="false"][data-scrivito-field-name]:hover {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: none !important;
}

/* line 156, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] [data-scrivito-widget-obj-class][data-pi-editing-enabled="false"].scrivito_active {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: none !important;
}

/* line 159, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] [data-scrivito-widget-obj-class][data-pi-editing-enabled="false"] > .scrivito_editing_marker {
  background-color: rgba(201, 204, 204, 0.5) !important;
  display: none;
}

/* line 163, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] [data-scrivito-widget-obj-class][data-pi-editing-enabled="false"] > .scrivito_editing_marker.pi-widget-access {
  display: block;
}

/* line 166, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] [data-scrivito-widget-obj-class][data-pi-editing-enabled="false"] > .scrivito_editing_marker .pi-access-title {
  background-color: rgba(201, 204, 204, 0.5) !important;
}

/* line 169, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] [data-scrivito-widget-obj-class][data-pi-editing-enabled="false"] > .scrivito_option_marker {
  background-color: rgba(201, 204, 204, 0.5) !important;
}

/* line 172, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] [data-scrivito-widget-obj-class][data-pi-editing-enabled="false"] > .scrivito_option_marker.pi-widget-access {
  display: block;
}

/* line 175, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] [data-scrivito-widget-obj-class][data-pi-editing-enabled="false"].scrivito_empty_widget_field {
  display: none !important;
}

/* line 179, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] [data-scrivito-widget-obj-class][data-pi-page-editing-enabled="false"] > .scrivito_option_marker {
  background-color: rgba(201, 204, 204, 0.5) !important;
  display: none;
}

/* line 183, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .pi-object-access,
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .pi-widget-access {
  top: 20px;
  right: 0;
  left: initial;
  padding: 2px 5px;
}

/* line 190, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .pi-object-access + .pi-widget-access,
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .pi-widget-access + .pi-widget-access {
  margin-top: 20px;
}

/* line 193, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .pi-object-access .pi_customer_icon,
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .pi-widget-access .pi_customer_icon {
  color: white;
  font-size: 14px;
}

/* line 197, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .pi-object-access .pi-access-title,
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .pi-widget-access .pi-access-title {
  color: white;
  height: auto;
  text-align: left;
  line-height: 1em;
  width: auto;
  max-width: initial;
}

/* line 205, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .pi-object-access.pi-access-type-p, body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .pi-object-access.pi-access-type-p .pi-access-title,
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .pi-widget-access.pi-access-type-p,
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .pi-widget-access.pi-access-type-p .pi-access-title {
  background-color: rgba(126, 167, 104, 0.5) !important;
}

/* line 207, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .pi-object-access.pi-access-type-n, body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .pi-object-access.pi-access-type-n .pi-access-title,
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .pi-widget-access.pi-access-type-n,
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .pi-widget-access.pi-access-type-n .pi-access-title {
  background-color: rgba(184, 8, 47, 0.5) !important;
}

/* line 209, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .pi-object-access.pi-access-type-t, body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .pi-object-access.pi-access-type-t .pi-access-title,
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .pi-widget-access.pi-access-type-t,
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .pi-widget-access.pi-access-type-t .pi-access-title {
  background-color: rgba(184, 8, 47, 0.5) !important;
}

/* line 211, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .pi-object-access.pi-access-type-l, body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .pi-object-access.pi-access-type-l .pi-access-title,
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .pi-widget-access.pi-access-type-l,
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .pi-widget-access.pi-access-type-l .pi-access-title {
  background-color: rgba(255, 236, 0, 0.5) !important;
  color: black;
}

/* line 215, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .pi-object-access.pi-access-type-l .pi_customer_icon,
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .pi-widget-access.pi-access-type-l .pi_customer_icon {
  color: #ccc;
}

/* line 220, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .scrivito_active > .pi-object-access.pi-access-type-p, body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .scrivito_active > .pi-object-access.pi-access-type-p .pi-access-title, body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .scrivito_active > .pi-widget-access.pi-access-type-p, body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .scrivito_active > .pi-widget-access.pi-access-type-p .pi-access-title {
  background-color: #7ea768 !important;
}

/* line 222, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .scrivito_active > .pi-object-access.pi-access-type-n, body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .scrivito_active > .pi-object-access.pi-access-type-n .pi-access-title, body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .scrivito_active > .pi-widget-access.pi-access-type-n, body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .scrivito_active > .pi-widget-access.pi-access-type-n .pi-access-title {
  background-color: #b8082f !important;
}

/* line 224, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .scrivito_active > .pi-object-access.pi-access-type-t, body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .scrivito_active > .pi-object-access.pi-access-type-t .pi-access-title, body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .scrivito_active > .pi-widget-access.pi-access-type-t, body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .scrivito_active > .pi-widget-access.pi-access-type-t .pi-access-title {
  background-color: #b8082f !important;
}

/* line 226, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .scrivito_active > .pi-object-access.pi-access-type-l,
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .scrivito_active > .pi-object-access.pi-access-type-l .pi-access-title,
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .scrivito_active > .pi-object-access.pi-access-type-l .pi_customer_icon, body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .scrivito_active > .pi-widget-access.pi-access-type-l,
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .scrivito_active > .pi-widget-access.pi-access-type-l .pi-access-title,
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .scrivito_active > .pi-widget-access.pi-access-type-l .pi_customer_icon {
  background-color: #ffec00 !important;
  color: black !important;
}

/* line 234, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] [data-scrivito-field-type="link"][data-pi-disable-cb="true"] a.editing-button.content-browser-open {
  display: none;
}

/* line 238, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] [data-scrivito-field-type="link"][data-pi-disable-target="true"] div.input_group_btn {
  display: none;
}

/* line 242, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] span[data-scrivito-field-name] {
  display: inline-block;
  min-width: 100px;
}

/* line 248, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .w_table_widget .heading h3 {
  margin-bottom: 0;
}

/* line 251, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .w_table_widget .heading small {
  margin-bottom: 2.5rem;
}

/* line 255, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .page .scrivito_binary_file_name_editor,
body.scrivito_editing_active[data-scrivito-display-mode=editing][data-scrivito-display-mode="editing"] .page .edit-image.editing-button {
  display: none;
}

/* line 259, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing] .text ul.tag-editor {
  padding-left: 0;
}

/* line 262, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing] .text ul.tag-editor li {
  padding-left: 0;
}

/* line 265, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing] .text ul.tag-editor input[type="text"] {
  height: initial;
  width: initial;
}

/* line 272, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing] [data-scrivito-field-type="link"].link-no-title input[name="title"],
body.scrivito_editing_active[data-scrivito-display-mode=editing] [data-scrivito-field-type="linklist"].link-no-title input[name="title"] {
  display: none;
}

/* line 275, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing] [data-scrivito-field-type="link"].link-no-target .actions .input_group_btn,
body.scrivito_editing_active[data-scrivito-display-mode=editing] [data-scrivito-field-type="linklist"].link-no-target .actions .input_group_btn {
  display: none;
}

/* line 278, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing] [data-scrivito-field-type="link"].link-no-cb a.content-browser-open,
body.scrivito_editing_active[data-scrivito-display-mode=editing] [data-scrivito-field-type="linklist"].link-no-cb a.content-browser-open {
  display: none;
}

/* line 282, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing] [data-scrivito-field-type="link"][data-pi-editors-link-disabled="true"] input.editing-url,
body.scrivito_editing_active[data-scrivito-display-mode=editing] [data-scrivito-field-type="linklist"][data-pi-editors-link-disabled="true"] input.editing-url {
  cursor: pointer;
}

/* line 284, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing] [data-scrivito-field-type="link"][data-pi-editors-link-disabled="true"] input.editing-url:before,
body.scrivito_editing_active[data-scrivito-display-mode=editing] [data-scrivito-field-type="linklist"][data-pi-editors-link-disabled="true"] input.editing-url:before {
  content: 'jo';
}

/* line 288, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing] .accordion__header a[type="button"] {
  -moz-appearance: inherit;
  -webkit-appearance: inherit;
}

/* line 299, app/assets/stylesheets/editing/pinuts.sass */
body.scrivito_editing_active[data-scrivito-display-mode=editing] .WCtaElementWidget .cta__icon img {
  width: 90px;
}

/* line 302, app/assets/stylesheets/editing/pinuts.sass */
.content-details,
.inspector-details {
  display: none;
}

/* line 308, app/assets/stylesheets/editing/pinuts.sass */
.nav-menu__flyout--in {
  z-index: 99999 !important;
}

/* line 315, app/assets/stylesheets/editing/pinuts.sass */
.scrivito_dialog.scrivito-mobile-view .details-tabs h3.tab-header {
  margin-bottom: 0.5em;
}

/* line 318, app/assets/stylesheets/editing/pinuts.sass */
.scrivito_dialog.scrivito-mobile-view .details-tabs .panel {
  margin-top: 6em !important;
}

/* line 321, app/assets/stylesheets/editing/pinuts.sass */
.scrivito_dialog .h4.cms-edit-label, .scrivito_dialog h4.cms-edit-label {
  display: block !important;
}

/* line 325, app/assets/stylesheets/editing/pinuts.sass */
.scrivito_dialog.scrivito_dialog_page .h4 {
  margin: 0;
  font-size: 100%;
}

/* line 329, app/assets/stylesheets/editing/pinuts.sass */
.scrivito_dialog.scrivito_dialog_page .pi-label-help {
  display: none;
}

/* line 332, app/assets/stylesheets/editing/pinuts.sass */
.scrivito_dialog .details-tabs {
  overflow: hidden;
}

/* line 335, app/assets/stylesheets/editing/pinuts.sass */
.scrivito_dialog .details-tabs .panel {
  display: none;
  border-top: 2px solid #7ea768;
  clear: right;
  float: right;
  margin-left: -100%;
  margin-top: 35px;
  width: 100%;
}

/* line 344, app/assets/stylesheets/editing/pinuts.sass */
.scrivito_dialog .details-tabs .tab-header {
  float: left;
  cursor: pointer;
  margin-right: 5px;
  padding: 0.5em 1em;
  background-color: #fff;
  color: #333;
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 35px;
}

/* line 360, app/assets/stylesheets/editing/pinuts.sass */
.scrivito_dialog .details-tabs .active .tab-header {
  background-color: #7ea768;
  color: #fff;
}

/* line 364, app/assets/stylesheets/editing/pinuts.sass */
.scrivito_dialog .details-tabs .active .panel {
  display: block;
}

/* line 368, app/assets/stylesheets/editing/pinuts.sass */
.scrivito_dialog .details-tabs .pi-label-help em {
  color: rgba(64, 64, 64, 0.5);
  font-size: 13px;
  top: -15px;
  position: relative;
}

/* line 375, app/assets/stylesheets/editing/pinuts.sass */
.scrivito_dialog .scrivito_content_group .h4.cms-edit-label {
  margin-bottom: 0.5em;
  margin-top: 0;
  font-size: 1.25rem;
}

/* line 380, app/assets/stylesheets/editing/pinuts.sass */
.scrivito_dialog .scrivito_content_group .image_preview {
  width: auto;
  max-height: 300px;
}

/* line 384, app/assets/stylesheets/editing/pinuts.sass */
.scrivito_dialog .scrivito_content_group pre {
  min-height: 300px;
}

/* line 387, app/assets/stylesheets/editing/pinuts.sass */
.scrivito_dialog .scrivito_content_group input {
  border: none;
  box-shadow: none;
  height: inherit;
}

/* line 392, app/assets/stylesheets/editing/pinuts.sass */
.scrivito_dialog .scrivito_content_group .pi-editing-accordeon-element {
  display: none;
}

/* line 395, app/assets/stylesheets/editing/pinuts.sass */
.scrivito_dialog .scrivito_content_group [data-scrivito-field-name] {
  margin-bottom: 1em;
  background-color: #fff;
}

/* line 399, app/assets/stylesheets/editing/pinuts.sass */
.scrivito_dialog .scrivito_content_group:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 403, app/assets/stylesheets/editing/pinuts.sass */
.scrivito_dialog pre.CodeMirror-line {
  min-height: 0;
}

/* line 407, app/assets/stylesheets/editing/pinuts.sass */
.scrivito_dialog .pi-multienum .form-control, .scrivito_dialog .pi-boolean .form-control {
  width: initial;
  height: auto;
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1em;
  border-radius: 4px;
  padding: 5px 15px 3px 5px;
  font-size: initial;
  line-height: initial;
  cursor: pointer;
  color: #333;
  background-color: #fff;
  border: solid 1px rgba(201, 204, 204, 0.5);
}

/* line 422, app/assets/stylesheets/editing/pinuts.sass */
.scrivito_dialog .pi-multienum .form-control input[type="checkbox"],
.scrivito_dialog .pi-multienum .form-control input[type="radio"], .scrivito_dialog .pi-boolean .form-control input[type="checkbox"],
.scrivito_dialog .pi-boolean .form-control input[type="radio"] {
  display: inline-block;
  width: initial;
  margin-right: 0.5em;
}

/* line 428, app/assets/stylesheets/editing/pinuts.sass */
.scrivito_dialog .pi-multienum .form-control.checked, .scrivito_dialog .pi-boolean .form-control.checked {
  color: #fff;
  background-color: #7ea768;
  border: solid 1px #7ea768;
}

/* line 434, app/assets/stylesheets/editing/pinuts.sass */
.scrivito_dialog .pi-editing-accordeon a {
  display: block;
  line-height: 1;
  position: relative;
  background-color: rgba(184, 8, 47, 0.5);
  color: #b8082f;
  font-weight: 700;
  padding: 0.9375rem 2.25rem 0.9375rem 1.25rem;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  border-radius: 4px;
}

/* line 446, app/assets/stylesheets/editing/pinuts.sass */
.section--bg-grey .scrivito_dialog .pi-editing-accordeon a {
  background-color: #fff;
}

/* line 449, app/assets/stylesheets/editing/pinuts.sass */
.scrivito_dialog .pi-editing-accordeon a:before {
  content: "add";
  font-family: 'Material Icons' !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 27px;
  display: inline-block;
  line-height: 1;
  text-transform: none !important;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  position: absolute;
  left: -0.5rem;
  top: 0.5rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

/* line 457, app/assets/stylesheets/editing/pinuts.sass */
.scrivito_dialog .pi-editing-accordeon a:hover {
  text-decoration: underline;
  background-color: #b8082f;
  color: rgba(184, 8, 47, 0.5);
}

/* line 462, app/assets/stylesheets/editing/pinuts.sass */
.scrivito_dialog .pi-editing-accordeon a:hover:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* line 467, app/assets/stylesheets/editing/pinuts.sass */
.scrivito_dialog.scrivito-mobile-view .details-tabs .panel {
  margin-top: 5em;
}

/* line 473, app/assets/stylesheets/editing/pinuts.sass */
.table-eventlist .scrivito_dialog .h4.cms-edit-label, .table-eventlist .scrivito_dialog h4.cms-edit-label {
  display: none !important;
}

/* line 477, app/assets/stylesheets/editing/pinuts.sass */
.table-eventlist .scrivito_dialog.pi-show-edit-label .h4.cms-edit-label, .table-eventlist .scrivito_dialog.pi-show-edit-label h4.cms-edit-label {
  display: block !important;
}

/* line 480, app/assets/stylesheets/editing/pinuts.sass */
.table-eventlist .scrivito_dialog .pi-datepicker-buttons {
  white-space: nowrap;
}

/* line 483, app/assets/stylesheets/editing/pinuts.sass */
.table-eventlist .scrivito_dialog .pi-datepicker-buttons .pi-datepicker-button {
  width: auto;
}

/* line 487, app/assets/stylesheets/editing/pinuts.sass */
.table-eventlist div.highlight-event__maps .pi-input-scroll {
  max-width: 200px;
  height: 70px;
  overflow: auto;
}

/* line 492, app/assets/stylesheets/editing/pinuts.sass */
.table-eventlist table tbody tr > .scrivito_option_marker.scrivito_top {
  display: none !important;
}

/* line 497, app/assets/stylesheets/editing/pinuts.sass */
.pi-infobox-editor em {
  font-size: 1rem;
  font-style: normal;
}

/* line 501, app/assets/stylesheets/editing/pinuts.sass */
.appointment__not-active {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 505, app/assets/stylesheets/editing/pinuts.sass */
#pi-scrivito-user-administration-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

/* line 516, app/assets/stylesheets/editing/pinuts.sass */
.close-pi-scrivito-user-administration-modal {
  float: right;
  font-size: 28px;
  font-weight: bold;
}

/* line 522, app/assets/stylesheets/editing/pinuts.sass */
iframe.user-administration {
  box-shadow: 0 0 15px #000001;
  background-color: #F2F5F7;
}

/* line 526, app/assets/stylesheets/editing/pinuts.sass */
.error-box {
  background: #C91347;
}

/* line 528, app/assets/stylesheets/editing/pinuts.sass */
.error-box p, .error-box strong {
  color: #F2F5F7;
}

/* line 531, app/assets/stylesheets/editing/pinuts.sass */
.image-small {
  height: 25px;
  width: auto;
}

/* line 536, app/assets/stylesheets/editing/pinuts.sass */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #C91347;
  color: white;
}

/* line 542, app/assets/stylesheets/editing/pinuts.sass */
.pi-form-error {
  color: #C91347;
}

/* BASICS */
/* line 3, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
}

/* PADDING */
/* line 12, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-lines {
  padding: 4px 0;
  /* Vertical padding around content */
}

/* line 15, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror pre {
  padding: 0 4px;
  /* Horizontal padding of content */
}

/* line 19, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white;
  /* The little square between H and V scrollbars */
}

/* GUTTER */
/* line 25, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}

/* line 31, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

/* line 39, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-guttermarker {
  color: black;
}

/* line 40, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-guttermarker-subtle {
  color: #999;
}

/* CURSOR */
/* line 44, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}

/* Shown when moving in bi-directional text */
/* line 50, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}

/* line 53, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}

/* line 58, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}

/* line 62, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}

@-webkit-keyframes blink {
  0% {
  }
  50% {
    background-color: transparent;
  }
  100% {
  }
}

@keyframes blink {
  0% {
  }
  50% {
    background-color: transparent;
  }
  100% {
  }
}

/* Can style cursor different in overwrite (non-insert) mode */
/* line 89, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-tab {
  display: inline-block;
  text-decoration: inherit;
}

/* line 91, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-rulers {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  bottom: -20px;
  overflow: hidden;
}

/* line 96, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0;
  bottom: 0;
  position: absolute;
}

/* DEFAULT THEME */
/* line 104, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-s-default .cm-header {
  color: blue;
}

/* line 105, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-s-default .cm-quote {
  color: #090;
}

/* line 106, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-negative {
  color: #d44;
}

/* line 107, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-positive {
  color: #292;
}

/* line 108, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-header, .cm-strong {
  font-weight: bold;
}

/* line 109, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-em {
  font-style: italic;
}

/* line 110, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-link {
  text-decoration: underline;
}

/* line 111, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-strikethrough {
  text-decoration: line-through;
}

/* line 113, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-s-default .cm-keyword {
  color: #708;
}

/* line 114, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-s-default .cm-atom {
  color: #219;
}

/* line 115, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-s-default .cm-number {
  color: #164;
}

/* line 116, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-s-default .cm-def {
  color: #00f;
}

/* line 121, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-s-default .cm-variable-2 {
  color: #05a;
}

/* line 122, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-s-default .cm-variable-3 {
  color: #085;
}

/* line 123, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-s-default .cm-comment {
  color: #a50;
}

/* line 124, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-s-default .cm-string {
  color: #a11;
}

/* line 125, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-s-default .cm-string-2 {
  color: #f50;
}

/* line 126, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-s-default .cm-meta {
  color: #555;
}

/* line 127, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-s-default .cm-qualifier {
  color: #555;
}

/* line 128, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-s-default .cm-builtin {
  color: #30a;
}

/* line 129, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-s-default .cm-bracket {
  color: #997;
}

/* line 130, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-s-default .cm-tag {
  color: #170;
}

/* line 131, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-s-default .cm-attribute {
  color: #00c;
}

/* line 132, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-s-default .cm-hr {
  color: #999;
}

/* line 133, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-s-default .cm-link {
  color: #00c;
}

/* line 135, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-s-default .cm-error {
  color: #f00;
}

/* line 136, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-invalidchar {
  color: #f00;
}

/* line 138, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-composing {
  border-bottom: 2px solid;
}

/* Default styles for common addons */
/* line 142, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0f0;
}

/* line 143, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #f22;
}

/* line 144, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}

/* line 145, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-activeline-background {
  background: #e8f2ff;
}

/* STOP */
/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */
/* line 152, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}

/* line 158, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-scroll {
  overflow: scroll !important;
  /* Things will break if this is overridden */
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: none;
  /* Prevent dragging from highlighting the element */
  position: relative;
}

/* line 168, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
/* line 176, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
}

/* line 181, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* line 186, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}

/* line 191, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}

/* line 194, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}

/* line 198, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3;
}

/* line 203, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px;
  /* Hack to make IE7 behave */
  *zoom: 1;
  *display: inline;
}

/* line 213, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}

/* line 219, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}

/* line 224, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}

/* line 229, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-gutter-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

/* line 235, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
  /* prevents collapsing before first draw */
}

/* line 239, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror pre {
  /* Reset some styles that the rest of the page might have set */
  border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}

/* line 258, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

/* line 264, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

/* line 270, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto;
}

/* line 278, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */
/* line 283, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  box-sizing: content-box;
}

/* line 292, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

/* line 300, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}

/* line 304, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-measure pre {
  position: static;
}

/* line 306, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}

/* line 311, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
div.CodeMirror-dragcursors {
  visibility: visible;
}

/* line 315, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

/* line 319, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-selected {
  background: #d9d9d9;
}

/* line 320, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0;
}

/* line 321, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-crosshair {
  cursor: crosshair;
}

/* line 322, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection {
  background: #d7d4f0;
}

/* line 323, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}

/* line 325, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, 0.4);
}

/* IE7 hack to prevent it from returning funny offsetTops on the spans */
/* line 331, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.CodeMirror span {
  *vertical-align: text-bottom;
}

/* Used to force a border model for a node */
/* line 334, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-force-border {
  padding-right: .1px;
}

@media print {
  /* Hide the cursor when printing */
  /* line 338, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* See issue #2901 */
/* line 344, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
.cm-tab-wrap-hack:after {
  content: '';
}

/* Help users use markselection to safely style text background */
/* line 347, ../usr/local/bundle/gems/codemirror-rails-5.16.0/vendor/assets/stylesheets/codemirror.css */
span.CodeMirror-selectedtext {
  background: none;
}
