/*





*/

@charset "UTF-8";
/*

Theme: Quick – Website UI Kit
Version: 1.1.0
Product Page: https://themes.getbootstrap.com/product/quick-website-ui-kit-2/
License: https://themes.getbootstrap.com/licenses/
Author: Webpixels
Author URI: https://webpixels.io

---

Copyright 2020 Webpixels

*/
/* line 24, app/assets/stylesheets/quick-website.scss */
:root {
  --blue: $primary;
  --indigo: #6e00ff;
  --purple: #510FA8;
  --pink: #f074ad;
  --red: #f25767;
  --orange: #FFBE3D;
  --yellow: #ffc431;
  --green: #5cc9a7;
  --teal: #50b5ff;
  --cyan: #4bd6e5;
  --white: #FFF;
  --gray: #718096;
  --gray-dark: #2D3748;
  --primary: $primary;
  --secondary: #EFF2F7;
  --success: #5cc9a7;
  --info: #50b5ff;
  --warning: #FFBE3D;
  --danger: #f25767;
  --light: #EFF2F7;
  --dark: #171347;
  --neutral: #FFF;
  --white: #FFF;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 56, app/assets/stylesheets/quick-website.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 61, app/assets/stylesheets/quick-website.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(31, 45, 61, 0);
}

/* line 67, app/assets/stylesheets/quick-website.scss */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* line 79, app/assets/stylesheets/quick-website.scss */
body {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #718096;
  text-align: left;
  background-color: #FFF;
}

/* line 89, app/assets/stylesheets/quick-website.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 92, app/assets/stylesheets/quick-website.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 97, app/assets/stylesheets/quick-website.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.66667rem;
}

/* line 106, app/assets/stylesheets/quick-website.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 110, app/assets/stylesheets/quick-website.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

/* line 120, app/assets/stylesheets/quick-website.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 125, app/assets/stylesheets/quick-website.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 131, app/assets/stylesheets/quick-website.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 137, app/assets/stylesheets/quick-website.scss */
dt {
  font-weight: 600;
}

/* line 140, app/assets/stylesheets/quick-website.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 144, app/assets/stylesheets/quick-website.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 147, app/assets/stylesheets/quick-website.scss */
b,
strong {
  font-weight: 700;
}

/* line 151, app/assets/stylesheets/quick-website.scss */
small {
  font-size: 80%;
}

/* line 154, app/assets/stylesheets/quick-website.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 161, app/assets/stylesheets/quick-website.scss */
sub {
  bottom: -.25em;
}

/* line 164, app/assets/stylesheets/quick-website.scss */
sup {
  top: -.5em;
}

/* line 167, app/assets/stylesheets/quick-website.scss */
a {
  color: #e76f51;
  text-decoration: none;
  background-color: transparent;
}

/* line 172, app/assets/stylesheets/quick-website.scss */
a:hover {
  color: #0061b3;
  text-decoration: none;
}

/* line 176, app/assets/stylesheets/quick-website.scss */
a:not([href]) {
  color: inherit;
  text-decoration: none;
}

/* line 180, app/assets/stylesheets/quick-website.scss */
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 184, app/assets/stylesheets/quick-website.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 191, app/assets/stylesheets/quick-website.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 196, app/assets/stylesheets/quick-website.scss */
figure {
  margin: 0 0 1rem;
}

/* line 199, app/assets/stylesheets/quick-website.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 203, app/assets/stylesheets/quick-website.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 207, app/assets/stylesheets/quick-website.scss */
table {
  border-collapse: collapse;
}

/* line 210, app/assets/stylesheets/quick-website.scss */
caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #718096;
  text-align: left;
  caption-side: bottom;
}

/* line 217, app/assets/stylesheets/quick-website.scss */
th {
  text-align: inherit;
}

/* line 220, app/assets/stylesheets/quick-website.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 224, app/assets/stylesheets/quick-website.scss */
button {
  border-radius: 0;
}

/* line 227, app/assets/stylesheets/quick-website.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 231, app/assets/stylesheets/quick-website.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 241, app/assets/stylesheets/quick-website.scss */
button,
input {
  overflow: visible;
}

/* line 245, app/assets/stylesheets/quick-website.scss */
button,
select {
  text-transform: none;
}

/* line 249, app/assets/stylesheets/quick-website.scss */
select {
  word-wrap: normal;
}

/* line 252, app/assets/stylesheets/quick-website.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 258, app/assets/stylesheets/quick-website.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 264, app/assets/stylesheets/quick-website.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 271, app/assets/stylesheets/quick-website.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 276, app/assets/stylesheets/quick-website.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 282, app/assets/stylesheets/quick-website.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 286, app/assets/stylesheets/quick-website.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 292, app/assets/stylesheets/quick-website.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;
}

@media (max-width: 1200px) {
  /* line 304, app/assets/stylesheets/quick-website.scss */
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

/* line 308, app/assets/stylesheets/quick-website.scss */
progress {
  vertical-align: baseline;
}

/* line 311, app/assets/stylesheets/quick-website.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 315, app/assets/stylesheets/quick-website.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 319, app/assets/stylesheets/quick-website.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 322, app/assets/stylesheets/quick-website.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 326, app/assets/stylesheets/quick-website.scss */
output {
  display: inline-block;
}

/* line 329, app/assets/stylesheets/quick-website.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 333, app/assets/stylesheets/quick-website.scss */
template {
  display: none;
}

/* line 336, app/assets/stylesheets/quick-website.scss */
[hidden] {
  display: none !important;
}

/* line 339, app/assets/stylesheets/quick-website.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.66667rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.5;
  color: #152c5b;
}

/* line 357, app/assets/stylesheets/quick-website.scss */
h1,
.h1 {
  font-size: 2.5rem;
}

@media (max-width: 1200px) {
  /* line 362, app/assets/stylesheets/quick-website.scss */
  h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

/* line 367, app/assets/stylesheets/quick-website.scss */
h2,
.h2 {
  font-size: 2rem;
}

@media (max-width: 1200px) {
  /* line 372, app/assets/stylesheets/quick-website.scss */
  h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

/* line 377, app/assets/stylesheets/quick-website.scss */
h3,
.h3 {
  font-size: 1.75rem;
}

@media (max-width: 1200px) {
  /* line 382, app/assets/stylesheets/quick-website.scss */
  h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

/* line 387, app/assets/stylesheets/quick-website.scss */
h4,
.h4 {
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  /* line 392, app/assets/stylesheets/quick-website.scss */
  h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

/* line 397, app/assets/stylesheets/quick-website.scss */
h5,
.h5 {
  font-size: 1.25rem;
}

/* line 401, app/assets/stylesheets/quick-website.scss */
h6,
.h6 {
  font-size: 1rem;
}

/* line 405, app/assets/stylesheets/quick-website.scss */
.lead {
  font-size: 1.125rem;
  font-weight: 300;
}

/* line 409, app/assets/stylesheets/quick-website.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  /* line 415, app/assets/stylesheets/quick-website.scss */
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}

/* line 419, app/assets/stylesheets/quick-website.scss */
.display-2 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  /* line 425, app/assets/stylesheets/quick-website.scss */
  .display-2 {
    font-size: calc(1.625rem + 4.5vw);
  }
}

/* line 429, app/assets/stylesheets/quick-website.scss */
.display-3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  /* line 435, app/assets/stylesheets/quick-website.scss */
  .display-3 {
    font-size: calc(1.525rem + 3.3vw);
  }
}

/* line 439, app/assets/stylesheets/quick-website.scss */
.display-4 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  /* line 445, app/assets/stylesheets/quick-website.scss */
  .display-4 {
    font-size: calc(1.425rem + 2.1vw);
  }
}

/* line 449, app/assets/stylesheets/quick-website.scss */
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid #E2E8F0;
}

/* line 455, app/assets/stylesheets/quick-website.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 460, app/assets/stylesheets/quick-website.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 465, app/assets/stylesheets/quick-website.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 469, app/assets/stylesheets/quick-website.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 473, app/assets/stylesheets/quick-website.scss */
.list-inline-item {
  display: inline-block;
}

/* line 476, app/assets/stylesheets/quick-website.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 479, app/assets/stylesheets/quick-website.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 483, app/assets/stylesheets/quick-website.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 487, app/assets/stylesheets/quick-website.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #718096;
}

/* line 492, app/assets/stylesheets/quick-website.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 495, app/assets/stylesheets/quick-website.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 499, app/assets/stylesheets/quick-website.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFF;
  border: 1px solid #E2E8F0;
  border-radius: 0.375rem;
  box-shadow: 0 1px 2px rgba(31, 45, 61, 0.075);
  max-width: 100%;
  height: auto;
}

/* line 508, app/assets/stylesheets/quick-website.scss */
.figure {
  display: inline-block;
}

/* line 511, app/assets/stylesheets/quick-website.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 515, app/assets/stylesheets/quick-website.scss */
.figure-caption {
  font-size: 90%;
  color: #718096;
}

/* line 519, app/assets/stylesheets/quick-website.scss */
code {
  font-size: 87.5%;
  color: #f074ad;
  word-wrap: break-word;
}

/* line 524, app/assets/stylesheets/quick-website.scss */
a > code {
  color: inherit;
}

/* line 527, app/assets/stylesheets/quick-website.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFF;
  background-color: #273444;
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(31, 45, 61, 0.25);
}

/* line 535, app/assets/stylesheets/quick-website.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600;
  box-shadow: none;
}

/* line 541, app/assets/stylesheets/quick-website.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #273444;
}

/* line 546, app/assets/stylesheets/quick-website.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 551, app/assets/stylesheets/quick-website.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 555, app/assets/stylesheets/quick-website.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 563, app/assets/stylesheets/quick-website.scss */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 568, app/assets/stylesheets/quick-website.scss */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 573, app/assets/stylesheets/quick-website.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 578, app/assets/stylesheets/quick-website.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 582, app/assets/stylesheets/quick-website.scss */
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 594, app/assets/stylesheets/quick-website.scss */
  .container,
.container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 600, app/assets/stylesheets/quick-website.scss */
  .container,
.container-sm,
.container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 607, app/assets/stylesheets/quick-website.scss */
  .container,
.container-sm,
.container-md,
.container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 615, app/assets/stylesheets/quick-website.scss */
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    max-width: 1140px;
  }
}

/* line 623, app/assets/stylesheets/quick-website.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 629, app/assets/stylesheets/quick-website.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 633, app/assets/stylesheets/quick-website.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 638, app/assets/stylesheets/quick-website.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%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 713, app/assets/stylesheets/quick-website.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 718, app/assets/stylesheets/quick-website.scss */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 722, app/assets/stylesheets/quick-website.scss */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 726, app/assets/stylesheets/quick-website.scss */
.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 730, app/assets/stylesheets/quick-website.scss */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 734, app/assets/stylesheets/quick-website.scss */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 738, app/assets/stylesheets/quick-website.scss */
.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 742, app/assets/stylesheets/quick-website.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 747, app/assets/stylesheets/quick-website.scss */
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 751, app/assets/stylesheets/quick-website.scss */
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 755, app/assets/stylesheets/quick-website.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 759, app/assets/stylesheets/quick-website.scss */
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 763, app/assets/stylesheets/quick-website.scss */
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 767, app/assets/stylesheets/quick-website.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 771, app/assets/stylesheets/quick-website.scss */
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 775, app/assets/stylesheets/quick-website.scss */
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 779, app/assets/stylesheets/quick-website.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 783, app/assets/stylesheets/quick-website.scss */
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 787, app/assets/stylesheets/quick-website.scss */
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 791, app/assets/stylesheets/quick-website.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 795, app/assets/stylesheets/quick-website.scss */
.order-first {
  order: -1;
}

/* line 798, app/assets/stylesheets/quick-website.scss */
.order-last {
  order: 13;
}

/* line 801, app/assets/stylesheets/quick-website.scss */
.order-0 {
  order: 0;
}

/* line 804, app/assets/stylesheets/quick-website.scss */
.order-1 {
  order: 1;
}

/* line 807, app/assets/stylesheets/quick-website.scss */
.order-2 {
  order: 2;
}

/* line 810, app/assets/stylesheets/quick-website.scss */
.order-3 {
  order: 3;
}

/* line 813, app/assets/stylesheets/quick-website.scss */
.order-4 {
  order: 4;
}

/* line 816, app/assets/stylesheets/quick-website.scss */
.order-5 {
  order: 5;
}

/* line 819, app/assets/stylesheets/quick-website.scss */
.order-6 {
  order: 6;
}

/* line 822, app/assets/stylesheets/quick-website.scss */
.order-7 {
  order: 7;
}

/* line 825, app/assets/stylesheets/quick-website.scss */
.order-8 {
  order: 8;
}

/* line 828, app/assets/stylesheets/quick-website.scss */
.order-9 {
  order: 9;
}

/* line 831, app/assets/stylesheets/quick-website.scss */
.order-10 {
  order: 10;
}

/* line 834, app/assets/stylesheets/quick-website.scss */
.order-11 {
  order: 11;
}

/* line 837, app/assets/stylesheets/quick-website.scss */
.order-12 {
  order: 12;
}

/* line 840, app/assets/stylesheets/quick-website.scss */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 843, app/assets/stylesheets/quick-website.scss */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 846, app/assets/stylesheets/quick-website.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 849, app/assets/stylesheets/quick-website.scss */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 852, app/assets/stylesheets/quick-website.scss */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 855, app/assets/stylesheets/quick-website.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 858, app/assets/stylesheets/quick-website.scss */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 861, app/assets/stylesheets/quick-website.scss */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 864, app/assets/stylesheets/quick-website.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 867, app/assets/stylesheets/quick-website.scss */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 870, app/assets/stylesheets/quick-website.scss */
.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 874, app/assets/stylesheets/quick-website.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 879, app/assets/stylesheets/quick-website.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 883, app/assets/stylesheets/quick-website.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 887, app/assets/stylesheets/quick-website.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 891, app/assets/stylesheets/quick-website.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 895, app/assets/stylesheets/quick-website.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 899, app/assets/stylesheets/quick-website.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 903, app/assets/stylesheets/quick-website.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 908, app/assets/stylesheets/quick-website.scss */
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 912, app/assets/stylesheets/quick-website.scss */
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 916, app/assets/stylesheets/quick-website.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 920, app/assets/stylesheets/quick-website.scss */
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 924, app/assets/stylesheets/quick-website.scss */
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 928, app/assets/stylesheets/quick-website.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 932, app/assets/stylesheets/quick-website.scss */
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 936, app/assets/stylesheets/quick-website.scss */
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 940, app/assets/stylesheets/quick-website.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 944, app/assets/stylesheets/quick-website.scss */
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 948, app/assets/stylesheets/quick-website.scss */
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 952, app/assets/stylesheets/quick-website.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 956, app/assets/stylesheets/quick-website.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 959, app/assets/stylesheets/quick-website.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 962, app/assets/stylesheets/quick-website.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 965, app/assets/stylesheets/quick-website.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 968, app/assets/stylesheets/quick-website.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 971, app/assets/stylesheets/quick-website.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 974, app/assets/stylesheets/quick-website.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 977, app/assets/stylesheets/quick-website.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 980, app/assets/stylesheets/quick-website.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 983, app/assets/stylesheets/quick-website.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 986, app/assets/stylesheets/quick-website.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 989, app/assets/stylesheets/quick-website.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 992, app/assets/stylesheets/quick-website.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 995, app/assets/stylesheets/quick-website.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 998, app/assets/stylesheets/quick-website.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 1001, app/assets/stylesheets/quick-website.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 1004, app/assets/stylesheets/quick-website.scss */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  /* line 1007, app/assets/stylesheets/quick-website.scss */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  /* line 1010, app/assets/stylesheets/quick-website.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 1013, app/assets/stylesheets/quick-website.scss */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  /* line 1016, app/assets/stylesheets/quick-website.scss */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  /* line 1019, app/assets/stylesheets/quick-website.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 1022, app/assets/stylesheets/quick-website.scss */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  /* line 1025, app/assets/stylesheets/quick-website.scss */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  /* line 1028, app/assets/stylesheets/quick-website.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 1031, app/assets/stylesheets/quick-website.scss */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  /* line 1034, app/assets/stylesheets/quick-website.scss */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 1039, app/assets/stylesheets/quick-website.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1044, app/assets/stylesheets/quick-website.scss */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1048, app/assets/stylesheets/quick-website.scss */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1052, app/assets/stylesheets/quick-website.scss */
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1056, app/assets/stylesheets/quick-website.scss */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1060, app/assets/stylesheets/quick-website.scss */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1064, app/assets/stylesheets/quick-website.scss */
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1068, app/assets/stylesheets/quick-website.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1073, app/assets/stylesheets/quick-website.scss */
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 1077, app/assets/stylesheets/quick-website.scss */
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1081, app/assets/stylesheets/quick-website.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1085, app/assets/stylesheets/quick-website.scss */
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1089, app/assets/stylesheets/quick-website.scss */
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 1093, app/assets/stylesheets/quick-website.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1097, app/assets/stylesheets/quick-website.scss */
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 1101, app/assets/stylesheets/quick-website.scss */
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 1105, app/assets/stylesheets/quick-website.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1109, app/assets/stylesheets/quick-website.scss */
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 1113, app/assets/stylesheets/quick-website.scss */
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 1117, app/assets/stylesheets/quick-website.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1121, app/assets/stylesheets/quick-website.scss */
  .order-md-first {
    order: -1;
  }
  /* line 1124, app/assets/stylesheets/quick-website.scss */
  .order-md-last {
    order: 13;
  }
  /* line 1127, app/assets/stylesheets/quick-website.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 1130, app/assets/stylesheets/quick-website.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 1133, app/assets/stylesheets/quick-website.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 1136, app/assets/stylesheets/quick-website.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 1139, app/assets/stylesheets/quick-website.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 1142, app/assets/stylesheets/quick-website.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 1145, app/assets/stylesheets/quick-website.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 1148, app/assets/stylesheets/quick-website.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 1151, app/assets/stylesheets/quick-website.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 1154, app/assets/stylesheets/quick-website.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 1157, app/assets/stylesheets/quick-website.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 1160, app/assets/stylesheets/quick-website.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 1163, app/assets/stylesheets/quick-website.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 1166, app/assets/stylesheets/quick-website.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 1169, app/assets/stylesheets/quick-website.scss */
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  /* line 1172, app/assets/stylesheets/quick-website.scss */
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  /* line 1175, app/assets/stylesheets/quick-website.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 1178, app/assets/stylesheets/quick-website.scss */
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  /* line 1181, app/assets/stylesheets/quick-website.scss */
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  /* line 1184, app/assets/stylesheets/quick-website.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 1187, app/assets/stylesheets/quick-website.scss */
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  /* line 1190, app/assets/stylesheets/quick-website.scss */
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  /* line 1193, app/assets/stylesheets/quick-website.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 1196, app/assets/stylesheets/quick-website.scss */
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  /* line 1199, app/assets/stylesheets/quick-website.scss */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  /* line 1204, app/assets/stylesheets/quick-website.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1209, app/assets/stylesheets/quick-website.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1213, app/assets/stylesheets/quick-website.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1217, app/assets/stylesheets/quick-website.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1221, app/assets/stylesheets/quick-website.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1225, app/assets/stylesheets/quick-website.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1229, app/assets/stylesheets/quick-website.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1233, app/assets/stylesheets/quick-website.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1238, app/assets/stylesheets/quick-website.scss */
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 1242, app/assets/stylesheets/quick-website.scss */
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1246, app/assets/stylesheets/quick-website.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1250, app/assets/stylesheets/quick-website.scss */
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1254, app/assets/stylesheets/quick-website.scss */
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 1258, app/assets/stylesheets/quick-website.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1262, app/assets/stylesheets/quick-website.scss */
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 1266, app/assets/stylesheets/quick-website.scss */
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 1270, app/assets/stylesheets/quick-website.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1274, app/assets/stylesheets/quick-website.scss */
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 1278, app/assets/stylesheets/quick-website.scss */
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 1282, app/assets/stylesheets/quick-website.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1286, app/assets/stylesheets/quick-website.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 1289, app/assets/stylesheets/quick-website.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 1292, app/assets/stylesheets/quick-website.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 1295, app/assets/stylesheets/quick-website.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 1298, app/assets/stylesheets/quick-website.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 1301, app/assets/stylesheets/quick-website.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 1304, app/assets/stylesheets/quick-website.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 1307, app/assets/stylesheets/quick-website.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 1310, app/assets/stylesheets/quick-website.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 1313, app/assets/stylesheets/quick-website.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 1316, app/assets/stylesheets/quick-website.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 1319, app/assets/stylesheets/quick-website.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 1322, app/assets/stylesheets/quick-website.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 1325, app/assets/stylesheets/quick-website.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 1328, app/assets/stylesheets/quick-website.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 1331, app/assets/stylesheets/quick-website.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 1334, app/assets/stylesheets/quick-website.scss */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  /* line 1337, app/assets/stylesheets/quick-website.scss */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  /* line 1340, app/assets/stylesheets/quick-website.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 1343, app/assets/stylesheets/quick-website.scss */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  /* line 1346, app/assets/stylesheets/quick-website.scss */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  /* line 1349, app/assets/stylesheets/quick-website.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 1352, app/assets/stylesheets/quick-website.scss */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  /* line 1355, app/assets/stylesheets/quick-website.scss */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  /* line 1358, app/assets/stylesheets/quick-website.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 1361, app/assets/stylesheets/quick-website.scss */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  /* line 1364, app/assets/stylesheets/quick-website.scss */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  /* line 1369, app/assets/stylesheets/quick-website.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1374, app/assets/stylesheets/quick-website.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1378, app/assets/stylesheets/quick-website.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1382, app/assets/stylesheets/quick-website.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1386, app/assets/stylesheets/quick-website.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1390, app/assets/stylesheets/quick-website.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1394, app/assets/stylesheets/quick-website.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1398, app/assets/stylesheets/quick-website.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1403, app/assets/stylesheets/quick-website.scss */
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 1407, app/assets/stylesheets/quick-website.scss */
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1411, app/assets/stylesheets/quick-website.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1415, app/assets/stylesheets/quick-website.scss */
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1419, app/assets/stylesheets/quick-website.scss */
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 1423, app/assets/stylesheets/quick-website.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1427, app/assets/stylesheets/quick-website.scss */
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 1431, app/assets/stylesheets/quick-website.scss */
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 1435, app/assets/stylesheets/quick-website.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1439, app/assets/stylesheets/quick-website.scss */
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 1443, app/assets/stylesheets/quick-website.scss */
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 1447, app/assets/stylesheets/quick-website.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1451, app/assets/stylesheets/quick-website.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 1454, app/assets/stylesheets/quick-website.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 1457, app/assets/stylesheets/quick-website.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 1460, app/assets/stylesheets/quick-website.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 1463, app/assets/stylesheets/quick-website.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 1466, app/assets/stylesheets/quick-website.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 1469, app/assets/stylesheets/quick-website.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 1472, app/assets/stylesheets/quick-website.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 1475, app/assets/stylesheets/quick-website.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 1478, app/assets/stylesheets/quick-website.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 1481, app/assets/stylesheets/quick-website.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 1484, app/assets/stylesheets/quick-website.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 1487, app/assets/stylesheets/quick-website.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 1490, app/assets/stylesheets/quick-website.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 1493, app/assets/stylesheets/quick-website.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 1496, app/assets/stylesheets/quick-website.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1499, app/assets/stylesheets/quick-website.scss */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  /* line 1502, app/assets/stylesheets/quick-website.scss */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  /* line 1505, app/assets/stylesheets/quick-website.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1508, app/assets/stylesheets/quick-website.scss */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  /* line 1511, app/assets/stylesheets/quick-website.scss */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  /* line 1514, app/assets/stylesheets/quick-website.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1517, app/assets/stylesheets/quick-website.scss */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  /* line 1520, app/assets/stylesheets/quick-website.scss */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  /* line 1523, app/assets/stylesheets/quick-website.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1526, app/assets/stylesheets/quick-website.scss */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  /* line 1529, app/assets/stylesheets/quick-website.scss */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* line 1533, app/assets/stylesheets/quick-website.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #718096;
  background-color: transparent;
}

/* line 1539, app/assets/stylesheets/quick-website.scss */
.table th,
.table td {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #EFF2F7;
}

/* line 1545, app/assets/stylesheets/quick-website.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #EFF2F7;
}

/* line 1549, app/assets/stylesheets/quick-website.scss */
.table tbody + tbody {
  border-top: 2px solid #EFF2F7;
}

/* line 1552, app/assets/stylesheets/quick-website.scss */
.table-sm th,
.table-sm td {
  padding: 0.5rem;
}

/* line 1556, app/assets/stylesheets/quick-website.scss */
.table-bordered {
  border: 1px solid #EFF2F7;
}

/* line 1559, app/assets/stylesheets/quick-website.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #EFF2F7;
}

/* line 1563, app/assets/stylesheets/quick-website.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 1567, app/assets/stylesheets/quick-website.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 1573, app/assets/stylesheets/quick-website.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(250, 251, 254, 0.3);
}

/* line 1576, app/assets/stylesheets/quick-website.scss */
.table-hover tbody tr:hover {
  color: #718096;
  background-color: #FAFBFE;
}

/* line 1580, app/assets/stylesheets/quick-website.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8deff;
}

/* line 1585, app/assets/stylesheets/quick-website.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7ac2ff;
}

/* line 1591, app/assets/stylesheets/quick-website.scss */
.table-hover .table-primary:hover {
  background-color: #9fd2ff;
}

/* line 1594, app/assets/stylesheets/quick-website.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fd2ff;
}

/* line 1598, app/assets/stylesheets/quick-website.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #fbfbfd;
}

/* line 1603, app/assets/stylesheets/quick-website.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #f7f8fb;
}

/* line 1609, app/assets/stylesheets/quick-website.scss */
.table-hover .table-secondary:hover {
  background-color: #eaeaf5;
}

/* line 1612, app/assets/stylesheets/quick-website.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #eaeaf5;
}

/* line 1616, app/assets/stylesheets/quick-website.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #d1f0e6;
}

/* line 1621, app/assets/stylesheets/quick-website.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #aae3d1;
}

/* line 1627, app/assets/stylesheets/quick-website.scss */
.table-hover .table-success:hover {
  background-color: #beeadc;
}

/* line 1630, app/assets/stylesheets/quick-website.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #beeadc;
}

/* line 1634, app/assets/stylesheets/quick-website.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #ceeaff;
}

/* line 1639, app/assets/stylesheets/quick-website.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #a4d9ff;
}

/* line 1645, app/assets/stylesheets/quick-website.scss */
.table-hover .table-info:hover {
  background-color: #b5dfff;
}

/* line 1648, app/assets/stylesheets/quick-website.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #b5dfff;
}

/* line 1652, app/assets/stylesheets/quick-website.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffedc9;
}

/* line 1657, app/assets/stylesheets/quick-website.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdd9a;
}

/* line 1663, app/assets/stylesheets/quick-website.scss */
.table-hover .table-warning:hover {
  background-color: #ffe5b0;
}

/* line 1666, app/assets/stylesheets/quick-website.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe5b0;
}

/* line 1670, app/assets/stylesheets/quick-website.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fbd0d4;
}

/* line 1675, app/assets/stylesheets/quick-website.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f8a8b0;
}

/* line 1681, app/assets/stylesheets/quick-website.scss */
.table-hover .table-danger:hover {
  background-color: #f9b9bf;
}

/* line 1684, app/assets/stylesheets/quick-website.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f9b9bf;
}

/* line 1688, app/assets/stylesheets/quick-website.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fbfbfd;
}

/* line 1693, app/assets/stylesheets/quick-website.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f7f8fb;
}

/* line 1699, app/assets/stylesheets/quick-website.scss */
.table-hover .table-light:hover {
  background-color: #eaeaf5;
}

/* line 1702, app/assets/stylesheets/quick-website.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #eaeaf5;
}

/* line 1706, app/assets/stylesheets/quick-website.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #bebdcb;
}

/* line 1711, app/assets/stylesheets/quick-website.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #86849f;
}

/* line 1717, app/assets/stylesheets/quick-website.scss */
.table-hover .table-dark:hover {
  background-color: #b0afc0;
}

/* line 1720, app/assets/stylesheets/quick-website.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b0afc0;
}

/* line 1724, app/assets/stylesheets/quick-website.scss */
.table-neutral,
.table-neutral > th,
.table-neutral > td {
  background-color: white;
}

/* line 1729, app/assets/stylesheets/quick-website.scss */
.table-neutral th,
.table-neutral td,
.table-neutral thead th,
.table-neutral tbody + tbody {
  border-color: white;
}

/* line 1735, app/assets/stylesheets/quick-website.scss */
.table-hover .table-neutral:hover {
  background-color: #f2f2f2;
}

/* line 1738, app/assets/stylesheets/quick-website.scss */
.table-hover .table-neutral:hover > td,
.table-hover .table-neutral:hover > th {
  background-color: #f2f2f2;
}

/* line 1742, app/assets/stylesheets/quick-website.scss */
.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}

/* line 1747, app/assets/stylesheets/quick-website.scss */
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

/* line 1753, app/assets/stylesheets/quick-website.scss */
.table-hover .table-white:hover {
  background-color: #f2f2f2;
}

/* line 1756, app/assets/stylesheets/quick-website.scss */
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

/* line 1760, app/assets/stylesheets/quick-website.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: #FAFBFE;
}

/* line 1765, app/assets/stylesheets/quick-website.scss */
.table-hover .table-active:hover {
  background-color: #e5eafa;
}

/* line 1768, app/assets/stylesheets/quick-website.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #e5eafa;
}

/* line 1772, app/assets/stylesheets/quick-website.scss */
.table .thead-dark th {
  color: #FFF;
  background-color: #171347;
  border-color: #201b63;
}

/* line 1777, app/assets/stylesheets/quick-website.scss */
.table .thead-light th {
  color: #4A5568;
  background-color: transparent;
  border-color: #EFF2F7;
}

/* line 1782, app/assets/stylesheets/quick-website.scss */
.table-dark {
  color: #FFF;
  background-color: #171347;
}

/* line 1786, app/assets/stylesheets/quick-website.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #201b63;
}

/* line 1791, app/assets/stylesheets/quick-website.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 1794, app/assets/stylesheets/quick-website.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 1797, app/assets/stylesheets/quick-website.scss */
.table-dark.table-hover tbody tr:hover {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 1802, app/assets/stylesheets/quick-website.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1808, app/assets/stylesheets/quick-website.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 1813, app/assets/stylesheets/quick-website.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1819, app/assets/stylesheets/quick-website.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 1824, app/assets/stylesheets/quick-website.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1830, app/assets/stylesheets/quick-website.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 1835, app/assets/stylesheets/quick-website.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1841, app/assets/stylesheets/quick-website.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 1845, app/assets/stylesheets/quick-website.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 1851, app/assets/stylesheets/quick-website.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 1854, app/assets/stylesheets/quick-website.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4A5568;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #E2E8F0;
  border-radius: 0.375rem;
  box-shadow: none;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1871, app/assets/stylesheets/quick-website.scss */
  .form-control {
    transition: none;
  }
}

/* line 1875, app/assets/stylesheets/quick-website.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 1879, app/assets/stylesheets/quick-website.scss */
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #4A5568;
}

/* line 1883, app/assets/stylesheets/quick-website.scss */
.form-control:focus {
  color: #4A5568;
  background-color: #FFF;
  border-color: rgba(0, 138, 255, 0.5);
  outline: 0;
  box-shadow: none, 0 0 20px rgba(0, 138, 255, 0.1);
}

/* line 1890, app/assets/stylesheets/quick-website.scss */
.form-control:-ms-input-placeholder {
  color: #A0AEC0;
  opacity: 1;
}

/* line 1894, app/assets/stylesheets/quick-website.scss */
.form-control::-ms-input-placeholder {
  color: #A0AEC0;
  opacity: 1;
}

/* line 1898, app/assets/stylesheets/quick-website.scss */
.form-control::placeholder {
  color: #A0AEC0;
  opacity: 1;
}

/* line 1902, app/assets/stylesheets/quick-website.scss */
.form-control:disabled,
.form-control[readonly] {
  background-color: #EFF2F7;
  opacity: 1;
}

/* line 1907, app/assets/stylesheets/quick-website.scss */
select.form-control:focus::-ms-value {
  color: #4A5568;
  background-color: #FFF;
}

/* line 1911, app/assets/stylesheets/quick-website.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 1916, app/assets/stylesheets/quick-website.scss */
.col-form-label {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 1923, app/assets/stylesheets/quick-website.scss */
.col-form-label-lg {
  padding-top: calc(1rem + 1px);
  padding-bottom: calc(1rem + 1px);
  font-size: 1rem;
  line-height: 1.5;
}

/* line 1929, app/assets/stylesheets/quick-website.scss */
.col-form-label-sm {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 1935, app/assets/stylesheets/quick-website.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.75rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #718096;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 1947, app/assets/stylesheets/quick-website.scss */
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 1952, app/assets/stylesheets/quick-website.scss */
.form-control-sm {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 1959, app/assets/stylesheets/quick-website.scss */
.form-control-lg {
  height: calc(1.5em + 2rem + 2px);
  padding: 1rem 1.875rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

/* line 1966, app/assets/stylesheets/quick-website.scss */
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

/* line 1970, app/assets/stylesheets/quick-website.scss */
textarea.form-control {
  height: auto;
}

/* line 1973, app/assets/stylesheets/quick-website.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 1976, app/assets/stylesheets/quick-website.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 1980, app/assets/stylesheets/quick-website.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 1986, app/assets/stylesheets/quick-website.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 1991, app/assets/stylesheets/quick-website.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 1996, app/assets/stylesheets/quick-website.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 2001, app/assets/stylesheets/quick-website.scss */
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #718096;
}

/* line 2005, app/assets/stylesheets/quick-website.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 2008, app/assets/stylesheets/quick-website.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 2014, app/assets/stylesheets/quick-website.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 2020, app/assets/stylesheets/quick-website.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #5cc9a7;
}

/* line 2027, app/assets/stylesheets/quick-website.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #FFF;
  background-color: rgba(92, 201, 167, 0.9);
  border-radius: 0.375rem;
}

/* line 2041, app/assets/stylesheets/quick-website.scss */
.was-validated:valid ~ .valid-feedback,
.was-validated:valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2047, app/assets/stylesheets/quick-website.scss */
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #5cc9a7;
}

/* line 2051, app/assets/stylesheets/quick-website.scss */
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #5cc9a7;
  box-shadow: 0 0 0 0 rgba(92, 201, 167, 0.25);
}

/* line 2056, app/assets/stylesheets/quick-website.scss */
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #5cc9a7;
}

/* line 2060, app/assets/stylesheets/quick-website.scss */
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #5cc9a7;
  box-shadow: 0 0 0 0 rgba(92, 201, 167, 0.25);
}

/* line 2065, app/assets/stylesheets/quick-website.scss */
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #5cc9a7;
}

/* line 2069, app/assets/stylesheets/quick-website.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 2075, app/assets/stylesheets/quick-website.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #5cc9a7;
}

/* line 2079, app/assets/stylesheets/quick-website.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #5cc9a7;
}

/* line 2083, app/assets/stylesheets/quick-website.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #82d6bc;
  background-color: #82d6bc;
}

/* line 2088, app/assets/stylesheets/quick-website.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(92, 201, 167, 0.25);
}

/* line 2092, app/assets/stylesheets/quick-website.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #5cc9a7;
}

/* line 2096, app/assets/stylesheets/quick-website.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #5cc9a7;
}

/* line 2100, app/assets/stylesheets/quick-website.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #5cc9a7;
  box-shadow: 0 0 0 0 rgba(92, 201, 167, 0.25);
}

/* line 2105, app/assets/stylesheets/quick-website.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #f25767;
}

/* line 2112, app/assets/stylesheets/quick-website.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #FFF;
  background-color: rgba(242, 87, 103, 0.9);
  border-radius: 0.375rem;
}

/* line 2126, app/assets/stylesheets/quick-website.scss */
.was-validated:invalid ~ .invalid-feedback,
.was-validated:invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2132, app/assets/stylesheets/quick-website.scss */
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #f25767;
}

/* line 2136, app/assets/stylesheets/quick-website.scss */
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #f25767;
  box-shadow: 0 0 0 0 rgba(242, 87, 103, 0.25);
}

/* line 2141, app/assets/stylesheets/quick-website.scss */
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #f25767;
}

/* line 2145, app/assets/stylesheets/quick-website.scss */
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #f25767;
  box-shadow: 0 0 0 0 rgba(242, 87, 103, 0.25);
}

/* line 2150, app/assets/stylesheets/quick-website.scss */
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #f25767;
}

/* line 2154, app/assets/stylesheets/quick-website.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 2160, app/assets/stylesheets/quick-website.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #f25767;
}

/* line 2164, app/assets/stylesheets/quick-website.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f25767;
}

/* line 2168, app/assets/stylesheets/quick-website.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f68692;
  background-color: #f68692;
}

/* line 2173, app/assets/stylesheets/quick-website.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(242, 87, 103, 0.25);
}

/* line 2177, app/assets/stylesheets/quick-website.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f25767;
}

/* line 2181, app/assets/stylesheets/quick-website.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f25767;
}

/* line 2185, app/assets/stylesheets/quick-website.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f25767;
  box-shadow: 0 0 0 0 rgba(242, 87, 103, 0.25);
}

/* line 2190, app/assets/stylesheets/quick-website.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 2195, app/assets/stylesheets/quick-website.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 2199, app/assets/stylesheets/quick-website.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 2205, app/assets/stylesheets/quick-website.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 2212, app/assets/stylesheets/quick-website.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2217, app/assets/stylesheets/quick-website.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 2220, app/assets/stylesheets/quick-website.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 2224, app/assets/stylesheets/quick-website.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 2231, app/assets/stylesheets/quick-website.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 2238, app/assets/stylesheets/quick-website.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 2242, app/assets/stylesheets/quick-website.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 2246, app/assets/stylesheets/quick-website.scss */
.btn {
  display: inline-block;
  font-weight: 600;
  color: #718096;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.75rem 1.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2266, app/assets/stylesheets/quick-website.scss */
  .btn {
    transition: none;
  }
}

/* line 2270, app/assets/stylesheets/quick-website.scss */
.btn:hover {
  color: #718096;
  text-decoration: none;
}

/* line 2274, app/assets/stylesheets/quick-website.scss */
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 rgba(0, 124, 230, 0.25);
}

/* line 2279, app/assets/stylesheets/quick-website.scss */
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}

/* line 2284, app/assets/stylesheets/quick-website.scss */
.btn:not(:disabled):not(.disabled):active,
.btn.active:not(:disabled):not(.disabled) {
  box-shadow: none;
}

/* line 2288, app/assets/stylesheets/quick-website.scss */
.btn:not(:disabled):not(.disabled):active:focus,
.btn.active:not(:disabled):not(.disabled):focus {
  box-shadow: 0 0 0 rgba(0, 124, 230, 0.25);
}

/* line 2292, app/assets/stylesheets/quick-website.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 2296, app/assets/stylesheets/quick-website.scss */
.btn-primary {
  color: #FFF;
  background-color: #e76f51;
  border-color: #e76f51;
  box-shadow: none;
}

/* line 2302, app/assets/stylesheets/quick-website.scss */
.btn-primary:hover {
  color: #FFF;
  background-color: #f46b50;
  border-color: #f45738;
}

/* line 2307, app/assets/stylesheets/quick-website.scss */
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: none, 0 0 0 rgba(0, 138, 255, 0.35);
}

/* line 2311, app/assets/stylesheets/quick-website.scss */
.btn-primary.disabled,
.btn-primary:disabled {
  color: #FFF;
  background-color: #e76f51;
  border-color: #e76f51;
}

/* line 2317, app/assets/stylesheets/quick-website.scss */
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary.active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  color: #FFF;
  background-color: #f46b50;
  border-color: #f45738;
}

/* line 2324, app/assets/stylesheets/quick-website.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(0, 138, 255, 0.35);
}

/* line 2329, app/assets/stylesheets/quick-website.scss */
.btn-secondary {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
  box-shadow: none;
}

/* line 2335, app/assets/stylesheets/quick-website.scss */
.btn-secondary:hover {
  color: #273444;
  background-color: #d6ddea;
  border-color: #cdd6e6;
}

/* line 2340, app/assets/stylesheets/quick-website.scss */
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: none, 0 0 0 rgba(239, 242, 247, 0.35);
}

/* line 2344, app/assets/stylesheets/quick-website.scss */
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
}

/* line 2350, app/assets/stylesheets/quick-website.scss */
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary.active:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle {
  color: #273444;
  background-color: #cdd6e6;
  border-color: #c5cfe2;
}

/* line 2357, app/assets/stylesheets/quick-website.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(239, 242, 247, 0.35);
}

/* line 2362, app/assets/stylesheets/quick-website.scss */
.btn-success {
  color: #FFF;
  background-color: #5cc9a7;
  border-color: #5cc9a7;
  box-shadow: none;
}

/* line 2368, app/assets/stylesheets/quick-website.scss */
.btn-success:hover {
  color: #FFF;
  background-color: #3fbf97;
  border-color: #3cb690;
}

/* line 2373, app/assets/stylesheets/quick-website.scss */
.btn-success:focus,
.btn-success.focus {
  box-shadow: none, 0 0 0 rgba(92, 201, 167, 0.35);
}

/* line 2377, app/assets/stylesheets/quick-website.scss */
.btn-success.disabled,
.btn-success:disabled {
  color: #FFF;
  background-color: #5cc9a7;
  border-color: #5cc9a7;
}

/* line 2383, app/assets/stylesheets/quick-website.scss */
.btn-success:not(:disabled):not(.disabled):active,
.btn-success.active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
  color: #FFF;
  background-color: #3cb690;
  border-color: #39ac88;
}

/* line 2390, app/assets/stylesheets/quick-website.scss */
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(92, 201, 167, 0.35);
}

/* line 2395, app/assets/stylesheets/quick-website.scss */
.btn-info {
  color: #FFF;
  background-color: #50b5ff;
  border-color: #50b5ff;
  box-shadow: none;
}

/* line 2401, app/assets/stylesheets/quick-website.scss */
.btn-info:hover {
  color: #FFF;
  background-color: #2aa5ff;
  border-color: #1d9fff;
}

/* line 2406, app/assets/stylesheets/quick-website.scss */
.btn-info:focus,
.btn-info.focus {
  box-shadow: none, 0 0 0 rgba(80, 181, 255, 0.35);
}

/* line 2410, app/assets/stylesheets/quick-website.scss */
.btn-info.disabled,
.btn-info:disabled {
  color: #FFF;
  background-color: #50b5ff;
  border-color: #50b5ff;
}

/* line 2416, app/assets/stylesheets/quick-website.scss */
.btn-info:not(:disabled):not(.disabled):active,
.btn-info.active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
  color: #FFF;
  background-color: #1d9fff;
  border-color: #109aff;
}

/* line 2423, app/assets/stylesheets/quick-website.scss */
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(80, 181, 255, 0.35);
}

/* line 2428, app/assets/stylesheets/quick-website.scss */
.btn-warning {
  color: #FFF;
  background-color: #FFBE3D;
  border-color: #FFBE3D;
  box-shadow: none;
}

/* line 2434, app/assets/stylesheets/quick-website.scss */
.btn-warning:hover {
  color: #FFF;
  background-color: #ffb117;
  border-color: #ffad0a;
}

/* line 2439, app/assets/stylesheets/quick-website.scss */
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: none, 0 0 0 rgba(255, 190, 61, 0.35);
}

/* line 2443, app/assets/stylesheets/quick-website.scss */
.btn-warning.disabled,
.btn-warning:disabled {
  color: #FFF;
  background-color: #FFBE3D;
  border-color: #FFBE3D;
}

/* line 2449, app/assets/stylesheets/quick-website.scss */
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning.active:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
  color: #FFF;
  background-color: #ffad0a;
  border-color: #fca800;
}

/* line 2456, app/assets/stylesheets/quick-website.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(255, 190, 61, 0.35);
}

/* line 2461, app/assets/stylesheets/quick-website.scss */
.btn-danger {
  color: #FFF;
  background-color: #f25767;
  border-color: #f25767;
  box-shadow: none;
}

/* line 2467, app/assets/stylesheets/quick-website.scss */
.btn-danger:hover {
  color: #FFF;
  background-color: #ef3347;
  border-color: #ee283c;
}

/* line 2472, app/assets/stylesheets/quick-website.scss */
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: none, 0 0 0 rgba(242, 87, 103, 0.35);
}

/* line 2476, app/assets/stylesheets/quick-website.scss */
.btn-danger.disabled,
.btn-danger:disabled {
  color: #FFF;
  background-color: #f25767;
  border-color: #f25767;
}

/* line 2482, app/assets/stylesheets/quick-website.scss */
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger.active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
  color: #FFF;
  background-color: #ee283c;
  border-color: #ed1c31;
}

/* line 2489, app/assets/stylesheets/quick-website.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(242, 87, 103, 0.35);
}

/* line 2494, app/assets/stylesheets/quick-website.scss */
.btn-light {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
  box-shadow: none;
}

/* line 2500, app/assets/stylesheets/quick-website.scss */
.btn-light:hover {
  color: #273444;
  background-color: #d6ddea;
  border-color: #cdd6e6;
}

/* line 2505, app/assets/stylesheets/quick-website.scss */
.btn-light:focus,
.btn-light.focus {
  box-shadow: none, 0 0 0 rgba(239, 242, 247, 0.35);
}

/* line 2509, app/assets/stylesheets/quick-website.scss */
.btn-light.disabled,
.btn-light:disabled {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
}

/* line 2515, app/assets/stylesheets/quick-website.scss */
.btn-light:not(:disabled):not(.disabled):active,
.btn-light.active:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle {
  color: #273444;
  background-color: #cdd6e6;
  border-color: #c5cfe2;
}

/* line 2522, app/assets/stylesheets/quick-website.scss */
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(239, 242, 247, 0.35);
}

/* line 2527, app/assets/stylesheets/quick-website.scss */
.btn-dark {
  color: #FFF;
  background-color: #171347;
  border-color: #171347;
  box-shadow: none;
}

/* line 2533, app/assets/stylesheets/quick-website.scss */
.btn-dark:hover {
  color: #FFF;
  background-color: #0d0b29;
  border-color: #0a081f;
}

/* line 2538, app/assets/stylesheets/quick-website.scss */
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: none, 0 0 0 rgba(23, 19, 71, 0.35);
}

/* line 2542, app/assets/stylesheets/quick-website.scss */
.btn-dark.disabled,
.btn-dark:disabled {
  color: #FFF;
  background-color: #171347;
  border-color: #171347;
}

/* line 2548, app/assets/stylesheets/quick-website.scss */
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark.active:not(:disabled):not(.disabled),
.show > .btn-dark.dropdown-toggle {
  color: #FFF;
  background-color: #0a081f;
  border-color: #070615;
}

/* line 2555, app/assets/stylesheets/quick-website.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(23, 19, 71, 0.35);
}

/* line 2560, app/assets/stylesheets/quick-website.scss */
.btn-neutral {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
  box-shadow: none;
}

/* line 2566, app/assets/stylesheets/quick-website.scss */
.btn-neutral:hover {
  color: #273444;
  background-color: #ececec;
  border-color: #e6e6e6;
}

/* line 2571, app/assets/stylesheets/quick-website.scss */
.btn-neutral:focus,
.btn-neutral.focus {
  box-shadow: none, 0 0 0 rgba(255, 255, 255, 0.35);
}

/* line 2575, app/assets/stylesheets/quick-website.scss */
.btn-neutral.disabled,
.btn-neutral:disabled {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
}

/* line 2581, app/assets/stylesheets/quick-website.scss */
.btn-neutral:not(:disabled):not(.disabled):active,
.btn-neutral.active:not(:disabled):not(.disabled),
.show > .btn-neutral.dropdown-toggle {
  color: #273444;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

/* line 2588, app/assets/stylesheets/quick-website.scss */
.btn-neutral:not(:disabled):not(.disabled):active:focus,
.btn-neutral.active:not(:disabled):not(.disabled):focus,
.show > .btn-neutral.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.35);
}

/* line 2593, app/assets/stylesheets/quick-website.scss */
.btn-white {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
  box-shadow: none;
}

/* line 2599, app/assets/stylesheets/quick-website.scss */
.btn-white:hover {
  color: #273444;
  background-color: #ececec;
  border-color: #e6e6e6;
}

/* line 2604, app/assets/stylesheets/quick-website.scss */
.btn-white:focus,
.btn-white.focus {
  box-shadow: none, 0 0 0 rgba(255, 255, 255, 0.35);
}

/* line 2608, app/assets/stylesheets/quick-website.scss */
.btn-white.disabled,
.btn-white:disabled {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
}

/* line 2614, app/assets/stylesheets/quick-website.scss */
.btn-white:not(:disabled):not(.disabled):active,
.btn-white.active:not(:disabled):not(.disabled),
.show > .btn-white.dropdown-toggle {
  color: #273444;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

/* line 2621, app/assets/stylesheets/quick-website.scss */
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white.active:not(:disabled):not(.disabled):focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.35);
}

/* line 2626, app/assets/stylesheets/quick-website.scss */
.btn-outline-primary {
  color: #e76f51;
  border-color: #e76f51;
}

/* line 2630, app/assets/stylesheets/quick-website.scss */
.btn-outline-primary:hover {
  color: #FFF;
  background-color: #e76f51;
  border-color: #e76f51;
}

/* line 2635, app/assets/stylesheets/quick-website.scss */
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: none, 0 0 0 rgba(0, 138, 255, 0.35);
}

/* line 2639, app/assets/stylesheets/quick-website.scss */
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #e76f51;
  background-color: transparent;
}

/* line 2644, app/assets/stylesheets/quick-website.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary.active:not(:disabled):not(.disabled),
.show > .btn-outline-primary.dropdown-toggle {
  color: #FFF;
  background-color: #e76f51;
  border-color: #e76f51;
}

/* line 2651, app/assets/stylesheets/quick-website.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(0, 138, 255, 0.35);
}

/* line 2656, app/assets/stylesheets/quick-website.scss */
.btn-outline-secondary {
  color: #EFF2F7;
  border-color: #EFF2F7;
}

/* line 2660, app/assets/stylesheets/quick-website.scss */
.btn-outline-secondary:hover {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
}

/* line 2665, app/assets/stylesheets/quick-website.scss */
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: none, 0 0 0 rgba(239, 242, 247, 0.35);
}

/* line 2669, app/assets/stylesheets/quick-website.scss */
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #EFF2F7;
  background-color: transparent;
}

/* line 2674, app/assets/stylesheets/quick-website.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary.active:not(:disabled):not(.disabled),
.show > .btn-outline-secondary.dropdown-toggle {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
}

/* line 2681, app/assets/stylesheets/quick-website.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(239, 242, 247, 0.35);
}

/* line 2686, app/assets/stylesheets/quick-website.scss */
.btn-outline-success {
  color: #5cc9a7;
  border-color: #5cc9a7;
}

/* line 2690, app/assets/stylesheets/quick-website.scss */
.btn-outline-success:hover {
  color: #FFF;
  background-color: #5cc9a7;
  border-color: #5cc9a7;
}

/* line 2695, app/assets/stylesheets/quick-website.scss */
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: none, 0 0 0 rgba(92, 201, 167, 0.35);
}

/* line 2699, app/assets/stylesheets/quick-website.scss */
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #5cc9a7;
  background-color: transparent;
}

/* line 2704, app/assets/stylesheets/quick-website.scss */
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success.active:not(:disabled):not(.disabled),
.show > .btn-outline-success.dropdown-toggle {
  color: #FFF;
  background-color: #5cc9a7;
  border-color: #5cc9a7;
}

/* line 2711, app/assets/stylesheets/quick-website.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(92, 201, 167, 0.35);
}

/* line 2716, app/assets/stylesheets/quick-website.scss */
.btn-outline-info {
  color: #50b5ff;
  border-color: #50b5ff;
}

/* line 2720, app/assets/stylesheets/quick-website.scss */
.btn-outline-info:hover {
  color: #FFF;
  background-color: #50b5ff;
  border-color: #50b5ff;
}

/* line 2725, app/assets/stylesheets/quick-website.scss */
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: none, 0 0 0 rgba(80, 181, 255, 0.35);
}

/* line 2729, app/assets/stylesheets/quick-website.scss */
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #50b5ff;
  background-color: transparent;
}

/* line 2734, app/assets/stylesheets/quick-website.scss */
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info.active:not(:disabled):not(.disabled),
.show > .btn-outline-info.dropdown-toggle {
  color: #FFF;
  background-color: #50b5ff;
  border-color: #50b5ff;
}

/* line 2741, app/assets/stylesheets/quick-website.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(80, 181, 255, 0.35);
}

/* line 2746, app/assets/stylesheets/quick-website.scss */
.btn-outline-warning {
  color: #FFBE3D;
  border-color: #FFBE3D;
}

/* line 2750, app/assets/stylesheets/quick-website.scss */
.btn-outline-warning:hover {
  color: #FFF;
  background-color: #FFBE3D;
  border-color: #FFBE3D;
}

/* line 2755, app/assets/stylesheets/quick-website.scss */
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: none, 0 0 0 rgba(255, 190, 61, 0.35);
}

/* line 2759, app/assets/stylesheets/quick-website.scss */
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #FFBE3D;
  background-color: transparent;
}

/* line 2764, app/assets/stylesheets/quick-website.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning.active:not(:disabled):not(.disabled),
.show > .btn-outline-warning.dropdown-toggle {
  color: #FFF;
  background-color: #FFBE3D;
  border-color: #FFBE3D;
}

/* line 2771, app/assets/stylesheets/quick-website.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(255, 190, 61, 0.35);
}

/* line 2776, app/assets/stylesheets/quick-website.scss */
.btn-outline-danger {
  color: #f25767;
  border-color: #f25767;
}

/* line 2780, app/assets/stylesheets/quick-website.scss */
.btn-outline-danger:hover {
  color: #FFF;
  background-color: #f25767;
  border-color: #f25767;
}

/* line 2785, app/assets/stylesheets/quick-website.scss */
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: none, 0 0 0 rgba(242, 87, 103, 0.35);
}

/* line 2789, app/assets/stylesheets/quick-website.scss */
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #f25767;
  background-color: transparent;
}

/* line 2794, app/assets/stylesheets/quick-website.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger.active:not(:disabled):not(.disabled),
.show > .btn-outline-danger.dropdown-toggle {
  color: #FFF;
  background-color: #f25767;
  border-color: #f25767;
}

/* line 2801, app/assets/stylesheets/quick-website.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(242, 87, 103, 0.35);
}

/* line 2806, app/assets/stylesheets/quick-website.scss */
.btn-outline-light {
  color: #EFF2F7;
  border-color: #EFF2F7;
}

/* line 2810, app/assets/stylesheets/quick-website.scss */
.btn-outline-light:hover {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
}

/* line 2815, app/assets/stylesheets/quick-website.scss */
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: none, 0 0 0 rgba(239, 242, 247, 0.35);
}

/* line 2819, app/assets/stylesheets/quick-website.scss */
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #EFF2F7;
  background-color: transparent;
}

/* line 2824, app/assets/stylesheets/quick-website.scss */
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light.active:not(:disabled):not(.disabled),
.show > .btn-outline-light.dropdown-toggle {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
}

/* line 2831, app/assets/stylesheets/quick-website.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(239, 242, 247, 0.35);
}

/* line 2836, app/assets/stylesheets/quick-website.scss */
.btn-outline-dark {
  color: #171347;
  border-color: #171347;
}

/* line 2840, app/assets/stylesheets/quick-website.scss */
.btn-outline-dark:hover {
  color: #FFF;
  background-color: #171347;
  border-color: #171347;
}

/* line 2845, app/assets/stylesheets/quick-website.scss */
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: none, 0 0 0 rgba(23, 19, 71, 0.35);
}

/* line 2849, app/assets/stylesheets/quick-website.scss */
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #171347;
  background-color: transparent;
}

/* line 2854, app/assets/stylesheets/quick-website.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark.active:not(:disabled):not(.disabled),
.show > .btn-outline-dark.dropdown-toggle {
  color: #FFF;
  background-color: #171347;
  border-color: #171347;
}

/* line 2861, app/assets/stylesheets/quick-website.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(23, 19, 71, 0.35);
}

/* line 2866, app/assets/stylesheets/quick-website.scss */
.btn-outline-neutral {
  color: #FFF;
  border-color: #FFF;
}

/* line 2870, app/assets/stylesheets/quick-website.scss */
.btn-outline-neutral:hover {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
}

/* line 2875, app/assets/stylesheets/quick-website.scss */
.btn-outline-neutral:focus,
.btn-outline-neutral.focus {
  box-shadow: none, 0 0 0 rgba(255, 255, 255, 0.35);
}

/* line 2879, app/assets/stylesheets/quick-website.scss */
.btn-outline-neutral.disabled,
.btn-outline-neutral:disabled {
  color: #FFF;
  background-color: transparent;
}

/* line 2884, app/assets/stylesheets/quick-website.scss */
.btn-outline-neutral:not(:disabled):not(.disabled):active,
.btn-outline-neutral.active:not(:disabled):not(.disabled),
.show > .btn-outline-neutral.dropdown-toggle {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
}

/* line 2891, app/assets/stylesheets/quick-website.scss */
.btn-outline-neutral:not(:disabled):not(.disabled):active:focus,
.btn-outline-neutral.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-neutral.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.35);
}

/* line 2896, app/assets/stylesheets/quick-website.scss */
.btn-outline-white {
  color: #FFF;
  border-color: #FFF;
}

/* line 2900, app/assets/stylesheets/quick-website.scss */
.btn-outline-white:hover {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
}

/* line 2905, app/assets/stylesheets/quick-website.scss */
.btn-outline-white:focus,
.btn-outline-white.focus {
  box-shadow: none, 0 0 0 rgba(255, 255, 255, 0.35);
}

/* line 2909, app/assets/stylesheets/quick-website.scss */
.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #FFF;
  background-color: transparent;
}

/* line 2914, app/assets/stylesheets/quick-website.scss */
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white.active:not(:disabled):not(.disabled),
.show > .btn-outline-white.dropdown-toggle {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
}

/* line 2921, app/assets/stylesheets/quick-website.scss */
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.35);
}

/* line 2926, app/assets/stylesheets/quick-website.scss */
.btn-link {
  font-weight: 400;
  color: #e76f51;
  text-decoration: none;
}

/* line 2931, app/assets/stylesheets/quick-website.scss */
.btn-link:hover {
  color: #0061b3;
  text-decoration: none;
}

/* line 2935, app/assets/stylesheets/quick-website.scss */
.btn-link:focus,
.btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}

/* line 2940, app/assets/stylesheets/quick-website.scss */
.btn-link:disabled,
.btn-link.disabled {
  color: #718096;
  pointer-events: none;
}

/* line 2945, app/assets/stylesheets/quick-website.scss */
.btn-lg,
.btn-group-lg > .btn {
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

/* line 2952, app/assets/stylesheets/quick-website.scss */
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.375rem;
}

/* line 2959, app/assets/stylesheets/quick-website.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 2963, app/assets/stylesheets/quick-website.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 2966, app/assets/stylesheets/quick-website.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 2971, app/assets/stylesheets/quick-website.scss */
.fade {
  transition: opacity 0.2s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2975, app/assets/stylesheets/quick-website.scss */
  .fade {
    transition: none;
  }
}

/* line 2979, app/assets/stylesheets/quick-website.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 2982, app/assets/stylesheets/quick-website.scss */
.collapse:not(.show) {
  display: none;
}

/* line 2985, app/assets/stylesheets/quick-website.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2992, app/assets/stylesheets/quick-website.scss */
  .collapsing {
    transition: none;
  }
}

/* line 2996, app/assets/stylesheets/quick-website.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 3002, app/assets/stylesheets/quick-website.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 3005, app/assets/stylesheets/quick-website.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .5rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 85%;
  content: "\f107";
}

/* line 3017, app/assets/stylesheets/quick-website.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3020, app/assets/stylesheets/quick-website.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 12rem;
  padding: 0.35rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #718096;
  text-align: left;
  list-style: none;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #EFF2F7;
  border-radius: 0.5rem;
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
}

/* line 3040, app/assets/stylesheets/quick-website.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 3044, app/assets/stylesheets/quick-website.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 3049, app/assets/stylesheets/quick-website.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 3053, app/assets/stylesheets/quick-website.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 3059, app/assets/stylesheets/quick-website.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 3063, app/assets/stylesheets/quick-website.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 3069, app/assets/stylesheets/quick-website.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 3073, app/assets/stylesheets/quick-website.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 3079, app/assets/stylesheets/quick-website.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 3083, app/assets/stylesheets/quick-website.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 3088, app/assets/stylesheets/quick-website.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 3094, app/assets/stylesheets/quick-website.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .5rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 85%;
  content: "\f106";
}

/* line 3106, app/assets/stylesheets/quick-website.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3109, app/assets/stylesheets/quick-website.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 3116, app/assets/stylesheets/quick-website.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .5rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 85%;
  content: "\f105";
}

/* line 3128, app/assets/stylesheets/quick-website.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3131, app/assets/stylesheets/quick-website.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 3134, app/assets/stylesheets/quick-website.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 3141, app/assets/stylesheets/quick-website.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .5rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 85%;
}

/* line 3152, app/assets/stylesheets/quick-website.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 3155, app/assets/stylesheets/quick-website.scss */
.dropleft .dropdown-toggle::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  display: inline-block;
  margin-right: .5rem;
  content: "\f104";
}

/* line 3162, app/assets/stylesheets/quick-website.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3165, app/assets/stylesheets/quick-website.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 3168, app/assets/stylesheets/quick-website.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 3175, app/assets/stylesheets/quick-website.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #EFF2F7;
}

/* line 3181, app/assets/stylesheets/quick-website.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #4A5568;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 3193, app/assets/stylesheets/quick-website.scss */
.dropdown-item:hover,
.dropdown-item:focus {
  color: #e76f51;
  text-decoration: none;
  background-color: transparent;
}

/* line 3199, app/assets/stylesheets/quick-website.scss */
.dropdown-item.active,
.dropdown-item:active {
  color: #e76f51;
  text-decoration: none;
  background-color: transparent;
}

/* line 3205, app/assets/stylesheets/quick-website.scss */
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #718096;
  pointer-events: none;
  background-color: transparent;
}

/* line 3211, app/assets/stylesheets/quick-website.scss */
.dropdown-menu.show {
  display: block;
}

/* line 3214, app/assets/stylesheets/quick-website.scss */
.dropdown-header {
  display: block;
  padding: 0.35rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #718096;
  white-space: nowrap;
}

/* line 3222, app/assets/stylesheets/quick-website.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #4A5568;
}

/* line 3227, app/assets/stylesheets/quick-website.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 3233, app/assets/stylesheets/quick-website.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 3238, app/assets/stylesheets/quick-website.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 3242, app/assets/stylesheets/quick-website.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 3250, app/assets/stylesheets/quick-website.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 3255, app/assets/stylesheets/quick-website.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 3258, app/assets/stylesheets/quick-website.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 3262, app/assets/stylesheets/quick-website.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 3267, app/assets/stylesheets/quick-website.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 3272, app/assets/stylesheets/quick-website.scss */
.dropdown-toggle-split {
  padding-right: 1.3125rem;
  padding-left: 1.3125rem;
}

/* line 3276, app/assets/stylesheets/quick-website.scss */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 3281, app/assets/stylesheets/quick-website.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 3284, app/assets/stylesheets/quick-website.scss */
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

/* line 3289, app/assets/stylesheets/quick-website.scss */
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.40625rem;
  padding-left: 1.40625rem;
}

/* line 3294, app/assets/stylesheets/quick-website.scss */
.btn-group.show .dropdown-toggle {
  box-shadow: none;
}

/* line 3297, app/assets/stylesheets/quick-website.scss */
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

/* line 3300, app/assets/stylesheets/quick-website.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 3305, app/assets/stylesheets/quick-website.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 3309, app/assets/stylesheets/quick-website.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 3313, app/assets/stylesheets/quick-website.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 3318, app/assets/stylesheets/quick-website.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 3323, app/assets/stylesheets/quick-website.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 3327, app/assets/stylesheets/quick-website.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 3335, app/assets/stylesheets/quick-website.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 3342, app/assets/stylesheets/quick-website.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 3351, app/assets/stylesheets/quick-website.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 3365, app/assets/stylesheets/quick-website.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 3370, app/assets/stylesheets/quick-website.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 3373, app/assets/stylesheets/quick-website.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 3378, app/assets/stylesheets/quick-website.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 3383, app/assets/stylesheets/quick-website.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 3387, app/assets/stylesheets/quick-website.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 3392, app/assets/stylesheets/quick-website.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3396, app/assets/stylesheets/quick-website.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 3400, app/assets/stylesheets/quick-website.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 3405, app/assets/stylesheets/quick-website.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 3409, app/assets/stylesheets/quick-website.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 3419, app/assets/stylesheets/quick-website.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 3422, app/assets/stylesheets/quick-website.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 3425, app/assets/stylesheets/quick-website.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #A0AEC0;
  text-align: center;
  white-space: nowrap;
  background-color: #FAFBFE;
  border: 1px solid #E2E8F0;
  border-radius: 0.375rem;
}

/* line 3440, app/assets/stylesheets/quick-website.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 3444, app/assets/stylesheets/quick-website.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 2rem + 2px);
}

/* line 3448, app/assets/stylesheets/quick-website.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 1rem 1.875rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

/* line 3459, app/assets/stylesheets/quick-website.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 3463, app/assets/stylesheets/quick-website.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 3474, app/assets/stylesheets/quick-website.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2.25rem;
}

/* line 3478, app/assets/stylesheets/quick-website.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 3487, app/assets/stylesheets/quick-website.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 3496, app/assets/stylesheets/quick-website.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.7rem;
  padding-left: 1.75rem;
}

/* line 3502, app/assets/stylesheets/quick-website.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 3506, app/assets/stylesheets/quick-website.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.35rem;
  opacity: 0;
}

/* line 3514, app/assets/stylesheets/quick-website.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFF;
  border-color: #007ce6;
  background-color: #007ce6;
  box-shadow: none;
}

/* line 3520, app/assets/stylesheets/quick-website.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none, 0 0 20px rgba(0, 138, 255, 0.1);
}

/* line 3523, app/assets/stylesheets/quick-website.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(0, 138, 255, 0.5);
}

/* line 3526, app/assets/stylesheets/quick-website.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #FFF;
  background-color: #99d0ff;
  border-color: #99d0ff;
  box-shadow: none;
}

/* line 3532, app/assets/stylesheets/quick-website.scss */
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #718096;
}

/* line 3536, app/assets/stylesheets/quick-website.scss */
.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #EFF2F7;
}

/* line 3540, app/assets/stylesheets/quick-website.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 3545, app/assets/stylesheets/quick-website.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.35rem;
  left: -1.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #E2E8F0;
  border: #EFF2F7 solid 0;
  box-shadow: none;
}

/* line 3558, app/assets/stylesheets/quick-website.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.35rem;
  left: -1.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

/* line 3568, app/assets/stylesheets/quick-website.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.375rem;
}

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

/* line 3574, app/assets/stylesheets/quick-website.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007ce6;
  background-color: #007ce6;
  box-shadow: none;
}

/* line 3579, app/assets/stylesheets/quick-website.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFF' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 3582, app/assets/stylesheets/quick-website.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 138, 255, 0.5);
}

/* line 3585, app/assets/stylesheets/quick-website.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 138, 255, 0.5);
}

/* line 3588, app/assets/stylesheets/quick-website.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 3591, app/assets/stylesheets/quick-website.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFF'/%3e%3c/svg%3e");
}

/* line 3594, app/assets/stylesheets/quick-website.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 138, 255, 0.5);
}

/* line 3597, app/assets/stylesheets/quick-website.scss */
.custom-switch {
  padding-left: 3.75rem;
}

/* line 3600, app/assets/stylesheets/quick-website.scss */
.custom-switch .custom-control-label::before {
  left: -3.75rem;
  width: 3rem;
  pointer-events: all;
  border-radius: 0.5625rem;
}

/* line 3606, app/assets/stylesheets/quick-website.scss */
.custom-switch .custom-control-label::after {
  top: 0.35rem;
  left: -3.75rem;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #EFF2F7;
  border-radius: 0.5625rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3616, app/assets/stylesheets/quick-website.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 3620, app/assets/stylesheets/quick-website.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #E2E8F0;
  transform: translateX(2rem);
}

/* line 3624, app/assets/stylesheets/quick-website.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 138, 255, 0.5);
}

/* line 3627, app/assets/stylesheets/quick-website.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 2.25rem 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4A5568;
  vertical-align: middle;
  background: #FFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%232D3748' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.25rem center/8px 10px;
  border: 1px solid #E2E8F0;
  border-radius: 0.375rem;
  box-shadow: inset 0 1px 2px rgba(31, 45, 61, 0.075);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3645, app/assets/stylesheets/quick-website.scss */
.custom-select:focus {
  border-color: rgba(0, 138, 255, 0.5);
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(31, 45, 61, 0.075), 0 0 20px rgba(0, 138, 255, 0.1);
}

/* line 3650, app/assets/stylesheets/quick-website.scss */
.custom-select:focus::-ms-value {
  color: #4A5568;
  background-color: #FFF;
}

/* line 3654, app/assets/stylesheets/quick-website.scss */
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.25rem;
  background-image: none;
}

/* line 3660, app/assets/stylesheets/quick-website.scss */
.custom-select:disabled {
  color: #718096;
  background-color: #EFF2F7;
}

/* line 3664, app/assets/stylesheets/quick-website.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 3667, app/assets/stylesheets/quick-website.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #4A5568;
}

/* line 3671, app/assets/stylesheets/quick-website.scss */
.custom-select-sm {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  font-size: 0.875rem;
}

/* line 3678, app/assets/stylesheets/quick-website.scss */
.custom-select-lg {
  height: calc(1.5em + 2rem + 2px);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.875rem;
  font-size: 1rem;
}

/* line 3685, app/assets/stylesheets/quick-website.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  margin-bottom: 0;
}

/* line 3692, app/assets/stylesheets/quick-website.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 3700, app/assets/stylesheets/quick-website.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgba(0, 138, 255, 0.5);
  box-shadow: 0 0 20px rgba(0, 138, 255, 0.1);
}

/* line 3704, app/assets/stylesheets/quick-website.scss */
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #EFF2F7;
}

/* line 3708, app/assets/stylesheets/quick-website.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 3711, app/assets/stylesheets/quick-website.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 3714, app/assets/stylesheets/quick-website.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4A5568;
  background-color: #FFF;
  border: 1px solid #E2E8F0;
  border-radius: 0.375rem;
  box-shadow: none;
}

/* line 3730, app/assets/stylesheets/quick-website.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.5rem);
  padding: 0.75rem 1.25rem;
  line-height: 1.5;
  color: #4A5568;
  content: "Browse";
  background-color: #FAFBFE;
  border-left: inherit;
  border-radius: 0 0.375rem 0.375rem 0;
}

/* line 3746, app/assets/stylesheets/quick-website.scss */
.custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3755, app/assets/stylesheets/quick-website.scss */
.custom-range:focus {
  outline: none;
}

/* line 3758, app/assets/stylesheets/quick-website.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #FFF, 0 0 20px rgba(0, 138, 255, 0.1);
}

/* line 3761, app/assets/stylesheets/quick-website.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #FFF, 0 0 20px rgba(0, 138, 255, 0.1);
}

/* line 3764, app/assets/stylesheets/quick-website.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #FFF, 0 0 20px rgba(0, 138, 255, 0.1);
}

/* line 3767, app/assets/stylesheets/quick-website.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 3770, app/assets/stylesheets/quick-website.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007ce6;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(31, 45, 61, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3783, app/assets/stylesheets/quick-website.scss */
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

/* line 3787, app/assets/stylesheets/quick-website.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #99d0ff;
}

/* line 3790, app/assets/stylesheets/quick-website.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #E2E8F0;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(31, 45, 61, 0.1);
}

/* line 3800, app/assets/stylesheets/quick-website.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007ce6;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(31, 45, 61, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3812, app/assets/stylesheets/quick-website.scss */
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

/* line 3816, app/assets/stylesheets/quick-website.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #99d0ff;
}

/* line 3819, app/assets/stylesheets/quick-website.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #E2E8F0;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(31, 45, 61, 0.1);
}

/* line 3829, app/assets/stylesheets/quick-website.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #007ce6;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(31, 45, 61, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3843, app/assets/stylesheets/quick-website.scss */
  .custom-range::-ms-thumb {
    transition: none;
  }
}

/* line 3847, app/assets/stylesheets/quick-website.scss */
.custom-range::-ms-thumb:active {
  background-color: #99d0ff;
}

/* line 3850, app/assets/stylesheets/quick-website.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(31, 45, 61, 0.1);
}

/* line 3860, app/assets/stylesheets/quick-website.scss */
.custom-range::-ms-fill-lower {
  background-color: #E2E8F0;
  border-radius: 1rem;
}

/* line 3864, app/assets/stylesheets/quick-website.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #E2E8F0;
  border-radius: 1rem;
}

/* line 3869, app/assets/stylesheets/quick-website.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #A0AEC0;
}

/* line 3872, app/assets/stylesheets/quick-website.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 3875, app/assets/stylesheets/quick-website.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #A0AEC0;
}

/* line 3878, app/assets/stylesheets/quick-website.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 3881, app/assets/stylesheets/quick-website.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #A0AEC0;
}

/* line 3884, app/assets/stylesheets/quick-website.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3890, app/assets/stylesheets/quick-website.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 3896, app/assets/stylesheets/quick-website.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3903, app/assets/stylesheets/quick-website.scss */
.nav-link {
  display: block;
  padding: 0.25rem 1rem;
}

/* line 3907, app/assets/stylesheets/quick-website.scss */
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

/* line 3911, app/assets/stylesheets/quick-website.scss */
.nav-link.disabled {
  color: #718096;
  pointer-events: none;
  cursor: default;
}

/* line 3916, app/assets/stylesheets/quick-website.scss */
.nav-tabs {
  border-bottom: 1px solid #E2E8F0;
}

/* line 3919, app/assets/stylesheets/quick-website.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 3922, app/assets/stylesheets/quick-website.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3927, app/assets/stylesheets/quick-website.scss */
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: transparent transparent transparent;
}

/* line 3931, app/assets/stylesheets/quick-website.scss */
.nav-tabs .nav-link.disabled {
  color: #718096;
  background-color: transparent;
  border-color: transparent;
}

/* line 3936, app/assets/stylesheets/quick-website.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #718096;
  background-color: transparent;
  border-color: transparent transparent #e76f51;
}

/* line 3942, app/assets/stylesheets/quick-website.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3947, app/assets/stylesheets/quick-website.scss */
.nav-pills .nav-link {
  border-radius: 0.375rem;
}

/* line 3950, app/assets/stylesheets/quick-website.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFF;
  background-color: #007ce6;
}

/* line 3955, app/assets/stylesheets/quick-website.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 3959, app/assets/stylesheets/quick-website.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 3964, app/assets/stylesheets/quick-website.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 3967, app/assets/stylesheets/quick-website.scss */
.tab-content > .active {
  display: block;
}

/* line 3970, app/assets/stylesheets/quick-website.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
}

/* line 3978, app/assets/stylesheets/quick-website.scss */
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 3989, app/assets/stylesheets/quick-website.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.0375rem;
  padding-bottom: 0.0375rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 3998, app/assets/stylesheets/quick-website.scss */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 4002, app/assets/stylesheets/quick-website.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4009, app/assets/stylesheets/quick-website.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 4013, app/assets/stylesheets/quick-website.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 4017, app/assets/stylesheets/quick-website.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* line 4022, app/assets/stylesheets/quick-website.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 4027, app/assets/stylesheets/quick-website.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}

/* line 4035, app/assets/stylesheets/quick-website.scss */
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

/* line 4039, app/assets/stylesheets/quick-website.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 4049, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 4060, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4064, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 4067, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4070, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* line 4074, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 4082, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4086, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 4091, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 4102, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4106, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 4109, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4112, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* line 4116, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 4124, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4128, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 4133, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 4144, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4148, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 4151, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4154, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* line 4158, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 4166, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4170, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 4175, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 4186, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4190, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 4193, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4196, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* line 4200, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 4208, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4212, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 4216, app/assets/stylesheets/quick-website.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 4220, app/assets/stylesheets/quick-website.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 4229, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 4232, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 4235, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 4239, app/assets/stylesheets/quick-website.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

/* line 4247, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 4251, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 4254, app/assets/stylesheets/quick-website.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 138, 255, 0.9);
}

/* line 4257, app/assets/stylesheets/quick-website.scss */
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 138, 255, 0.9);
}

/* line 4261, app/assets/stylesheets/quick-website.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(31, 45, 61, 0.7);
}

/* line 4264, app/assets/stylesheets/quick-website.scss */
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 138, 255, 0.9);
}

/* line 4268, app/assets/stylesheets/quick-website.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(31, 45, 61, 0.3);
}

/* line 4271, app/assets/stylesheets/quick-website.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 138, 255, 0.9);
}

/* line 4277, app/assets/stylesheets/quick-website.scss */
.navbar-light .navbar-toggler {
  color: rgba(31, 45, 61, 0.7);
  border-color: transparent;
}

/* line 4281, app/assets/stylesheets/quick-website.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(31, 45, 61, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 4284, app/assets/stylesheets/quick-website.scss */
.navbar-light .navbar-text {
  color: rgba(31, 45, 61, 0.7);
}

/* line 4287, app/assets/stylesheets/quick-website.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 138, 255, 0.9);
}

/* line 4290, app/assets/stylesheets/quick-website.scss */
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 138, 255, 0.9);
}

/* line 4294, app/assets/stylesheets/quick-website.scss */
.navbar-dark .navbar-brand {
  color: #FFF;
}

/* line 4297, app/assets/stylesheets/quick-website.scss */
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #FFF;
}

/* line 4301, app/assets/stylesheets/quick-website.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.85);
}

/* line 4304, app/assets/stylesheets/quick-website.scss */
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #FFF;
}

/* line 4308, app/assets/stylesheets/quick-website.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 4311, app/assets/stylesheets/quick-website.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFF;
}

/* line 4317, app/assets/stylesheets/quick-website.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.85);
  border-color: transparent;
}

/* line 4321, app/assets/stylesheets/quick-website.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.85)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 4324, app/assets/stylesheets/quick-website.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.85);
}

/* line 4327, app/assets/stylesheets/quick-website.scss */
.navbar-dark .navbar-text a {
  color: #FFF;
}

/* line 4330, app/assets/stylesheets/quick-website.scss */
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #FFF;
}

/* line 4334, app/assets/stylesheets/quick-website.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFF;
  background-clip: border-box;
  border: 1px solid #EFF2F7;
  border-radius: 0.75rem;
}

/* line 4345, app/assets/stylesheets/quick-website.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 4349, app/assets/stylesheets/quick-website.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

/* line 4353, app/assets/stylesheets/quick-website.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

/* line 4357, app/assets/stylesheets/quick-website.scss */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.75rem;
  color: #718096;
}

/* line 4363, app/assets/stylesheets/quick-website.scss */
.card-title {
  margin-bottom: 1.25rem;
}

/* line 4366, app/assets/stylesheets/quick-website.scss */
.card-subtitle {
  margin-top: -0.625rem;
  margin-bottom: 0;
}

/* line 4370, app/assets/stylesheets/quick-website.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 4373, app/assets/stylesheets/quick-website.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 4376, app/assets/stylesheets/quick-website.scss */
.card-link + .card-link {
  margin-left: 1.75rem;
}

/* line 4379, app/assets/stylesheets/quick-website.scss */
.card-header {
  padding: 1.25rem 1.75rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #EFF2F7;
}

/* line 4385, app/assets/stylesheets/quick-website.scss */
.card-header:first-child {
  border-radius: calc(0.75rem - 1px) calc(0.75rem - 1px) 0 0;
}

/* line 4388, app/assets/stylesheets/quick-website.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 4391, app/assets/stylesheets/quick-website.scss */
.card-footer {
  padding: 1.25rem 1.75rem;
  background-color: transparent;
  border-top: 1px solid #EFF2F7;
}

/* line 4396, app/assets/stylesheets/quick-website.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.75rem - 1px) calc(0.75rem - 1px);
}

/* line 4399, app/assets/stylesheets/quick-website.scss */
.card-header-tabs {
  margin-right: -0.875rem;
  margin-bottom: -1.25rem;
  margin-left: -0.875rem;
  border-bottom: 0;
}

/* line 4405, app/assets/stylesheets/quick-website.scss */
.card-header-pills {
  margin-right: -0.875rem;
  margin-left: -0.875rem;
}

/* line 4409, app/assets/stylesheets/quick-website.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 4417, app/assets/stylesheets/quick-website.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/* line 4423, app/assets/stylesheets/quick-website.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.75rem - 1px);
  border-top-right-radius: calc(0.75rem - 1px);
}

/* line 4428, app/assets/stylesheets/quick-website.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.75rem - 1px);
  border-bottom-left-radius: calc(0.75rem - 1px);
}

/* line 4433, app/assets/stylesheets/quick-website.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 4437, app/assets/stylesheets/quick-website.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 4443, app/assets/stylesheets/quick-website.scss */
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 4450, app/assets/stylesheets/quick-website.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 4454, app/assets/stylesheets/quick-website.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 4458, app/assets/stylesheets/quick-website.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 4462, app/assets/stylesheets/quick-website.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 4466, app/assets/stylesheets/quick-website.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 4470, app/assets/stylesheets/quick-website.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 4474, app/assets/stylesheets/quick-website.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 4478, app/assets/stylesheets/quick-website.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 4482, app/assets/stylesheets/quick-website.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 4486, app/assets/stylesheets/quick-website.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 4491, app/assets/stylesheets/quick-website.scss */
.card-columns .card {
  margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
  /* line 4495, app/assets/stylesheets/quick-website.scss */
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 4501, app/assets/stylesheets/quick-website.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 4506, app/assets/stylesheets/quick-website.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 4509, app/assets/stylesheets/quick-website.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4514, app/assets/stylesheets/quick-website.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4518, app/assets/stylesheets/quick-website.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 4522, app/assets/stylesheets/quick-website.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0.375rem;
}

/* line 4531, app/assets/stylesheets/quick-website.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 4534, app/assets/stylesheets/quick-website.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #CBD5E0;
  content: "/";
}

/* line 4540, app/assets/stylesheets/quick-website.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 4543, app/assets/stylesheets/quick-website.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 4546, app/assets/stylesheets/quick-website.scss */
.breadcrumb-item.active {
  color: #718096;
}

/* line 4549, app/assets/stylesheets/quick-website.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.375rem;
}

/* line 4555, app/assets/stylesheets/quick-website.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #718096;
  background-color: #FFF;
  border: 1px solid #E2E8F0;
}

/* line 4565, app/assets/stylesheets/quick-website.scss */
.page-link:hover {
  z-index: 2;
  color: #718096;
  text-decoration: none;
  background-color: #E2E8F0;
  border-color: #E2E8F0;
}

/* line 4572, app/assets/stylesheets/quick-website.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 rgba(0, 124, 230, 0.25);
}

/* line 4577, app/assets/stylesheets/quick-website.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 4582, app/assets/stylesheets/quick-website.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

/* line 4586, app/assets/stylesheets/quick-website.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #FFF;
  background-color: #007ce6;
  border-color: #007ce6;
}

/* line 4592, app/assets/stylesheets/quick-website.scss */
.page-item.disabled .page-link {
  color: #718096;
  pointer-events: none;
  cursor: auto;
  background-color: #FFF;
  border-color: #E2E8F0;
}

/* line 4599, app/assets/stylesheets/quick-website.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 4604, app/assets/stylesheets/quick-website.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 4608, app/assets/stylesheets/quick-website.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

/* line 4612, app/assets/stylesheets/quick-website.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 4617, app/assets/stylesheets/quick-website.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 4621, app/assets/stylesheets/quick-website.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 4625, app/assets/stylesheets/quick-website.scss */
.badge {
  display: inline-block;
  padding: 0.35rem 0.5rem;
  font-size: 80%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4638, app/assets/stylesheets/quick-website.scss */
  .badge {
    transition: none;
  }
}

/* line 4642, app/assets/stylesheets/quick-website.scss */
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

/* line 4646, app/assets/stylesheets/quick-website.scss */
.badge:empty {
  display: none;
}

/* line 4649, app/assets/stylesheets/quick-website.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4653, app/assets/stylesheets/quick-website.scss */
.badge-pill {
  padding-right: 0.875em;
  padding-left: 0.875em;
  border-radius: 50rem;
}

/* line 4658, app/assets/stylesheets/quick-website.scss */
.badge-primary {
  color: #FFF;
  background-color: #e76f51;
}

/* line 4662, app/assets/stylesheets/quick-website.scss */
a.badge-primary:hover,
a.badge-primary:focus {
  color: #FFF;
  background-color: #006ecc;
}

/* line 4667, app/assets/stylesheets/quick-website.scss */
a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 138, 255, 0.5);
}

/* line 4672, app/assets/stylesheets/quick-website.scss */
.badge-secondary {
  color: #273444;
  background-color: #EFF2F7;
}

/* line 4676, app/assets/stylesheets/quick-website.scss */
a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #273444;
  background-color: #cdd6e6;
}

/* line 4681, app/assets/stylesheets/quick-website.scss */
a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(239, 242, 247, 0.5);
}

/* line 4686, app/assets/stylesheets/quick-website.scss */
.badge-success {
  color: #FFF;
  background-color: #5cc9a7;
}

/* line 4690, app/assets/stylesheets/quick-website.scss */
a.badge-success:hover,
a.badge-success:focus {
  color: #FFF;
  background-color: #3cb690;
}

/* line 4695, app/assets/stylesheets/quick-website.scss */
a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(92, 201, 167, 0.5);
}

/* line 4700, app/assets/stylesheets/quick-website.scss */
.badge-info {
  color: #FFF;
  background-color: #50b5ff;
}

/* line 4704, app/assets/stylesheets/quick-website.scss */
a.badge-info:hover,
a.badge-info:focus {
  color: #FFF;
  background-color: #1d9fff;
}

/* line 4709, app/assets/stylesheets/quick-website.scss */
a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(80, 181, 255, 0.5);
}

/* line 4714, app/assets/stylesheets/quick-website.scss */
.badge-warning {
  color: #FFF;
  background-color: #FFBE3D;
}

/* line 4718, app/assets/stylesheets/quick-website.scss */
a.badge-warning:hover,
a.badge-warning:focus {
  color: #FFF;
  background-color: #ffad0a;
}

/* line 4723, app/assets/stylesheets/quick-website.scss */
a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 190, 61, 0.5);
}

/* line 4728, app/assets/stylesheets/quick-website.scss */
.badge-danger {
  color: #FFF;
  background-color: #f25767;
}

/* line 4732, app/assets/stylesheets/quick-website.scss */
a.badge-danger:hover,
a.badge-danger:focus {
  color: #FFF;
  background-color: #ee283c;
}

/* line 4737, app/assets/stylesheets/quick-website.scss */
a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(242, 87, 103, 0.5);
}

/* line 4742, app/assets/stylesheets/quick-website.scss */
.badge-light {
  color: #273444;
  background-color: #EFF2F7;
}

/* line 4746, app/assets/stylesheets/quick-website.scss */
a.badge-light:hover,
a.badge-light:focus {
  color: #273444;
  background-color: #cdd6e6;
}

/* line 4751, app/assets/stylesheets/quick-website.scss */
a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(239, 242, 247, 0.5);
}

/* line 4756, app/assets/stylesheets/quick-website.scss */
.badge-dark {
  color: #FFF;
  background-color: #171347;
}

/* line 4760, app/assets/stylesheets/quick-website.scss */
a.badge-dark:hover,
a.badge-dark:focus {
  color: #FFF;
  background-color: #0a081f;
}

/* line 4765, app/assets/stylesheets/quick-website.scss */
a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(23, 19, 71, 0.5);
}

/* line 4770, app/assets/stylesheets/quick-website.scss */
.badge-neutral {
  color: #273444;
  background-color: #FFF;
}

/* line 4774, app/assets/stylesheets/quick-website.scss */
a.badge-neutral:hover,
a.badge-neutral:focus {
  color: #273444;
  background-color: #e6e6e6;
}

/* line 4779, app/assets/stylesheets/quick-website.scss */
a.badge-neutral:focus,
a.badge-neutral.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 4784, app/assets/stylesheets/quick-website.scss */
.badge-white {
  color: #273444;
  background-color: #FFF;
}

/* line 4788, app/assets/stylesheets/quick-website.scss */
a.badge-white:hover,
a.badge-white:focus {
  color: #273444;
  background-color: #e6e6e6;
}

/* line 4793, app/assets/stylesheets/quick-website.scss */
a.badge-white:focus,
a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

/* line 4798, app/assets/stylesheets/quick-website.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #FFF;
  border-radius: 0.5rem;
}

@media (min-width: 576px) {
  /* line 4805, app/assets/stylesheets/quick-website.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 4809, app/assets/stylesheets/quick-website.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 4814, app/assets/stylesheets/quick-website.scss */
.alert {
  position: relative;
  padding: 0.875rem 0.875rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}

/* line 4821, app/assets/stylesheets/quick-website.scss */
.alert-heading {
  color: inherit;
}

/* line 4824, app/assets/stylesheets/quick-website.scss */
.alert-link {
  font-weight: 600;
}

/* line 4827, app/assets/stylesheets/quick-website.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 4830, app/assets/stylesheets/quick-website.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.875rem 0.875rem;
  color: inherit;
}

/* line 4837, app/assets/stylesheets/quick-website.scss */
.alert-primary {
  color: #FFF;
  background-color: #e76f51;
  border-color: #e76f51;
}

/* line 4842, app/assets/stylesheets/quick-website.scss */
.alert-primary hr {
  border-top-color: #007ce6;
}

/* line 4845, app/assets/stylesheets/quick-website.scss */
.alert-primary .alert-link {
  color: #FFF;
  font-weight: 600;
  border-bottom: 1px dashed #FFF;
}

/* line 4850, app/assets/stylesheets/quick-website.scss */
.alert-primary .close > span:not(.sr-only) {
  color: #FFF;
}

/* line 4853, app/assets/stylesheets/quick-website.scss */
.alert-secondary {
  color: #273444;
  background-color: #eff2f7;
  border-color: #eff2f7;
}

/* line 4858, app/assets/stylesheets/quick-website.scss */
.alert-secondary hr {
  border-top-color: #dee4ef;
}

/* line 4861, app/assets/stylesheets/quick-website.scss */
.alert-secondary .alert-link {
  color: #273444;
  font-weight: 600;
  border-bottom: 1px dashed #273444;
}

/* line 4866, app/assets/stylesheets/quick-website.scss */
.alert-secondary .close > span:not(.sr-only) {
  color: #273444;
}

/* line 4869, app/assets/stylesheets/quick-website.scss */
.alert-success {
  color: #FFF;
  background-color: #5cc9a7;
  border-color: #5cc9a7;
}

/* line 4874, app/assets/stylesheets/quick-website.scss */
.alert-success hr {
  border-top-color: #49c39d;
}

/* line 4877, app/assets/stylesheets/quick-website.scss */
.alert-success .alert-link {
  color: #FFF;
  font-weight: 600;
  border-bottom: 1px dashed #FFF;
}

/* line 4882, app/assets/stylesheets/quick-website.scss */
.alert-success .close > span:not(.sr-only) {
  color: #FFF;
}

/* line 4885, app/assets/stylesheets/quick-website.scss */
.alert-info {
  color: #FFF;
  background-color: #50b5ff;
  border-color: #50b5ff;
}

/* line 4890, app/assets/stylesheets/quick-website.scss */
.alert-info hr {
  border-top-color: #37aaff;
}

/* line 4893, app/assets/stylesheets/quick-website.scss */
.alert-info .alert-link {
  color: #FFF;
  font-weight: 600;
  border-bottom: 1px dashed #FFF;
}

/* line 4898, app/assets/stylesheets/quick-website.scss */
.alert-info .close > span:not(.sr-only) {
  color: #FFF;
}

/* line 4901, app/assets/stylesheets/quick-website.scss */
.alert-warning {
  color: #FFF;
  background-color: #ffbe3d;
  border-color: #ffbe3d;
}

/* line 4906, app/assets/stylesheets/quick-website.scss */
.alert-warning hr {
  border-top-color: #ffb524;
}

/* line 4909, app/assets/stylesheets/quick-website.scss */
.alert-warning .alert-link {
  color: #FFF;
  font-weight: 600;
  border-bottom: 1px dashed #FFF;
}

/* line 4914, app/assets/stylesheets/quick-website.scss */
.alert-warning .close > span:not(.sr-only) {
  color: #FFF;
}

/* line 4917, app/assets/stylesheets/quick-website.scss */
.alert-danger {
  color: #FFF;
  background-color: #f25767;
  border-color: #f25767;
}

/* line 4922, app/assets/stylesheets/quick-website.scss */
.alert-danger hr {
  border-top-color: #f03f52;
}

/* line 4925, app/assets/stylesheets/quick-website.scss */
.alert-danger .alert-link {
  color: #FFF;
  font-weight: 600;
  border-bottom: 1px dashed #FFF;
}

/* line 4930, app/assets/stylesheets/quick-website.scss */
.alert-danger .close > span:not(.sr-only) {
  color: #FFF;
}

/* line 4933, app/assets/stylesheets/quick-website.scss */
.alert-light {
  color: #273444;
  background-color: #eff2f7;
  border-color: #eff2f7;
}

/* line 4938, app/assets/stylesheets/quick-website.scss */
.alert-light hr {
  border-top-color: #dee4ef;
}

/* line 4941, app/assets/stylesheets/quick-website.scss */
.alert-light .alert-link {
  color: #273444;
  font-weight: 600;
  border-bottom: 1px dashed #273444;
}

/* line 4946, app/assets/stylesheets/quick-website.scss */
.alert-light .close > span:not(.sr-only) {
  color: #273444;
}

/* line 4949, app/assets/stylesheets/quick-website.scss */
.alert-dark {
  color: #FFF;
  background-color: #171347;
  border-color: #171347;
}

/* line 4954, app/assets/stylesheets/quick-website.scss */
.alert-dark hr {
  border-top-color: #100e33;
}

/* line 4957, app/assets/stylesheets/quick-website.scss */
.alert-dark .alert-link {
  color: #FFF;
  font-weight: 600;
  border-bottom: 1px dashed #FFF;
}

/* line 4962, app/assets/stylesheets/quick-website.scss */
.alert-dark .close > span:not(.sr-only) {
  color: #FFF;
}

/* line 4965, app/assets/stylesheets/quick-website.scss */
.alert-neutral {
  color: #273444;
  background-color: white;
  border-color: white;
}

/* line 4970, app/assets/stylesheets/quick-website.scss */
.alert-neutral hr {
  border-top-color: #f2f2f2;
}

/* line 4973, app/assets/stylesheets/quick-website.scss */
.alert-neutral .alert-link {
  color: #273444;
  font-weight: 600;
  border-bottom: 1px dashed #273444;
}

/* line 4978, app/assets/stylesheets/quick-website.scss */
.alert-neutral .close > span:not(.sr-only) {
  color: #273444;
}

/* line 4981, app/assets/stylesheets/quick-website.scss */
.alert-white {
  color: #273444;
  background-color: white;
  border-color: white;
}

/* line 4986, app/assets/stylesheets/quick-website.scss */
.alert-white hr {
  border-top-color: #f2f2f2;
}

/* line 4989, app/assets/stylesheets/quick-website.scss */
.alert-white .alert-link {
  color: #273444;
  font-weight: 600;
  border-bottom: 1px dashed #273444;
}

/* line 4994, app/assets/stylesheets/quick-website.scss */
.alert-white .close > span:not(.sr-only) {
  color: #273444;
}

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

/* line 5005, app/assets/stylesheets/quick-website.scss */
.progress {
  display: flex;
  height: 0.5rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #EFF2F7;
  border-radius: 50rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(31, 45, 61, 0.1);
}

/* line 5014, app/assets/stylesheets/quick-website.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  background-color: #e76f51;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5026, app/assets/stylesheets/quick-website.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 5030, app/assets/stylesheets/quick-website.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 0.5rem 0.5rem;
}

/* line 5034, app/assets/stylesheets/quick-website.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5038, app/assets/stylesheets/quick-website.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 5042, app/assets/stylesheets/quick-website.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 5046, app/assets/stylesheets/quick-website.scss */
.media-body {
  flex: 1;
}

/* line 5049, app/assets/stylesheets/quick-website.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 5055, app/assets/stylesheets/quick-website.scss */
.list-group-item-action {
  width: 100%;
  color: #4A5568;
  text-align: inherit;
}

/* line 5060, app/assets/stylesheets/quick-website.scss */
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #4A5568;
  text-decoration: none;
  background-color: #FAFBFE;
}

/* line 5067, app/assets/stylesheets/quick-website.scss */
.list-group-item-action:active {
  color: #4A5568;
  background-color: #EFF2F7;
}

/* line 5071, app/assets/stylesheets/quick-website.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 1rem 1.5rem;
  background-color: #FFF;
  border: 1px solid #EFF2F7;
}

/* line 5078, app/assets/stylesheets/quick-website.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

/* line 5082, app/assets/stylesheets/quick-website.scss */
.list-group-item:last-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 5086, app/assets/stylesheets/quick-website.scss */
.list-group-item.disabled,
.list-group-item:disabled {
  color: #718096;
  pointer-events: none;
  background-color: #FFF;
}

/* line 5092, app/assets/stylesheets/quick-website.scss */
.list-group-item.active {
  z-index: 2;
  color: #4A5568;
  background-color: #FAFBFE;
  border-color: #EFF2F7;
}

/* line 5098, app/assets/stylesheets/quick-website.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 5101, app/assets/stylesheets/quick-website.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 5105, app/assets/stylesheets/quick-website.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 5108, app/assets/stylesheets/quick-website.scss */
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.375rem;
  border-top-right-radius: 0;
}

/* line 5112, app/assets/stylesheets/quick-website.scss */
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-left-radius: 0;
}

/* line 5116, app/assets/stylesheets/quick-website.scss */
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

/* line 5119, app/assets/stylesheets/quick-website.scss */
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 5123, app/assets/stylesheets/quick-website.scss */
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 5128, app/assets/stylesheets/quick-website.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 5131, app/assets/stylesheets/quick-website.scss */
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 5135, app/assets/stylesheets/quick-website.scss */
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 5139, app/assets/stylesheets/quick-website.scss */
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  /* line 5142, app/assets/stylesheets/quick-website.scss */
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5146, app/assets/stylesheets/quick-website.scss */
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 5152, app/assets/stylesheets/quick-website.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 5155, app/assets/stylesheets/quick-website.scss */
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 5159, app/assets/stylesheets/quick-website.scss */
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 5163, app/assets/stylesheets/quick-website.scss */
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  /* line 5166, app/assets/stylesheets/quick-website.scss */
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5170, app/assets/stylesheets/quick-website.scss */
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 5176, app/assets/stylesheets/quick-website.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 5179, app/assets/stylesheets/quick-website.scss */
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 5183, app/assets/stylesheets/quick-website.scss */
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 5187, app/assets/stylesheets/quick-website.scss */
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  /* line 5190, app/assets/stylesheets/quick-website.scss */
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5194, app/assets/stylesheets/quick-website.scss */
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 5200, app/assets/stylesheets/quick-website.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 5203, app/assets/stylesheets/quick-website.scss */
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 5207, app/assets/stylesheets/quick-website.scss */
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 5211, app/assets/stylesheets/quick-website.scss */
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  /* line 5214, app/assets/stylesheets/quick-website.scss */
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5218, app/assets/stylesheets/quick-website.scss */
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 5223, app/assets/stylesheets/quick-website.scss */
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

/* line 5228, app/assets/stylesheets/quick-website.scss */
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

/* line 5231, app/assets/stylesheets/quick-website.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 5234, app/assets/stylesheets/quick-website.scss */
.list-group-item-primary {
  color: #0f5da2;
  background-color: #b8deff;
}

/* line 5238, app/assets/stylesheets/quick-website.scss */
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #0f5da2;
  background-color: #9fd2ff;
}

/* line 5243, app/assets/stylesheets/quick-website.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #FFF;
  background-color: #0f5da2;
  border-color: #0f5da2;
}

/* line 5248, app/assets/stylesheets/quick-website.scss */
.list-group-item-secondary {
  color: #8b939e;
  background-color: #fbfbfd;
}

/* line 5252, app/assets/stylesheets/quick-website.scss */
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #8b939e;
  background-color: #eaeaf5;
}

/* line 5257, app/assets/stylesheets/quick-website.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #FFF;
  background-color: #8b939e;
  border-color: #8b939e;
}

/* line 5262, app/assets/stylesheets/quick-website.scss */
.list-group-item-success {
  color: #3f7e74;
  background-color: #d1f0e6;
}

/* line 5266, app/assets/stylesheets/quick-website.scss */
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #3f7e74;
  background-color: #beeadc;
}

/* line 5271, app/assets/stylesheets/quick-website.scss */
.list-group-item-success.list-group-item-action.active {
  color: #FFF;
  background-color: #3f7e74;
  border-color: #3f7e74;
}

/* line 5276, app/assets/stylesheets/quick-website.scss */
.list-group-item-info {
  color: #3874a2;
  background-color: #ceeaff;
}

/* line 5280, app/assets/stylesheets/quick-website.scss */
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #3874a2;
  background-color: #b5dfff;
}

/* line 5285, app/assets/stylesheets/quick-website.scss */
.list-group-item-info.list-group-item-action.active {
  color: #FFF;
  background-color: #3874a2;
  border-color: #3874a2;
}

/* line 5290, app/assets/stylesheets/quick-website.scss */
.list-group-item-warning {
  color: #93783d;
  background-color: #ffedc9;
}

/* line 5294, app/assets/stylesheets/quick-website.scss */
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #93783d;
  background-color: #ffe5b0;
}

/* line 5299, app/assets/stylesheets/quick-website.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #FFF;
  background-color: #93783d;
  border-color: #93783d;
}

/* line 5304, app/assets/stylesheets/quick-website.scss */
.list-group-item-danger {
  color: #8d4353;
  background-color: #fbd0d4;
}

/* line 5308, app/assets/stylesheets/quick-website.scss */
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #8d4353;
  background-color: #f9b9bf;
}

/* line 5313, app/assets/stylesheets/quick-website.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #FFF;
  background-color: #8d4353;
  border-color: #8d4353;
}

/* line 5318, app/assets/stylesheets/quick-website.scss */
.list-group-item-light {
  color: #8b939e;
  background-color: #fbfbfd;
}

/* line 5322, app/assets/stylesheets/quick-website.scss */
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #8b939e;
  background-color: #eaeaf5;
}

/* line 5327, app/assets/stylesheets/quick-website.scss */
.list-group-item-light.list-group-item-action.active {
  color: #FFF;
  background-color: #8b939e;
  border-color: #8b939e;
}

/* line 5332, app/assets/stylesheets/quick-website.scss */
.list-group-item-dark {
  color: #1b1f42;
  background-color: #bebdcb;
}

/* line 5336, app/assets/stylesheets/quick-website.scss */
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1f42;
  background-color: #b0afc0;
}

/* line 5341, app/assets/stylesheets/quick-website.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #FFF;
  background-color: #1b1f42;
  border-color: #1b1f42;
}

/* line 5346, app/assets/stylesheets/quick-website.scss */
.list-group-item-neutral {
  color: #939aa2;
  background-color: white;
}

/* line 5350, app/assets/stylesheets/quick-website.scss */
.list-group-item-neutral.list-group-item-action:hover,
.list-group-item-neutral.list-group-item-action:focus {
  color: #939aa2;
  background-color: #f2f2f2;
}

/* line 5355, app/assets/stylesheets/quick-website.scss */
.list-group-item-neutral.list-group-item-action.active {
  color: #FFF;
  background-color: #939aa2;
  border-color: #939aa2;
}

/* line 5360, app/assets/stylesheets/quick-website.scss */
.list-group-item-white {
  color: #939aa2;
  background-color: white;
}

/* line 5364, app/assets/stylesheets/quick-website.scss */
.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
  color: #939aa2;
  background-color: #f2f2f2;
}

/* line 5369, app/assets/stylesheets/quick-website.scss */
.list-group-item-white.list-group-item-action.active {
  color: #FFF;
  background-color: #939aa2;
  border-color: #939aa2;
}

/* line 5374, app/assets/stylesheets/quick-website.scss */
.close {
  float: right;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  text-shadow: none;
  opacity: .5;
}

/* line 5383, app/assets/stylesheets/quick-website.scss */
.close:hover {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

/* line 5387, app/assets/stylesheets/quick-website.scss */
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 5391, app/assets/stylesheets/quick-website.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 5399, app/assets/stylesheets/quick-website.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 5402, app/assets/stylesheets/quick-website.scss */
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(31, 45, 61, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 5415, app/assets/stylesheets/quick-website.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 5418, app/assets/stylesheets/quick-website.scss */
.toast.showing {
  opacity: 1;
}

/* line 5421, app/assets/stylesheets/quick-website.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 5425, app/assets/stylesheets/quick-website.scss */
.toast.hide {
  display: none;
}

/* line 5428, app/assets/stylesheets/quick-website.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #718096;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 5437, app/assets/stylesheets/quick-website.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 5440, app/assets/stylesheets/quick-website.scss */
.modal-open {
  overflow: hidden;
}

/* line 5443, app/assets/stylesheets/quick-website.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5447, app/assets/stylesheets/quick-website.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 5458, app/assets/stylesheets/quick-website.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 5464, app/assets/stylesheets/quick-website.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 5469, app/assets/stylesheets/quick-website.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 5473, app/assets/stylesheets/quick-website.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 5476, app/assets/stylesheets/quick-website.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 5479, app/assets/stylesheets/quick-website.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 5483, app/assets/stylesheets/quick-website.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 5487, app/assets/stylesheets/quick-website.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 5491, app/assets/stylesheets/quick-website.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 5494, app/assets/stylesheets/quick-website.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 5499, app/assets/stylesheets/quick-website.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

/* line 5504, app/assets/stylesheets/quick-website.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 5509, app/assets/stylesheets/quick-website.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 5512, app/assets/stylesheets/quick-website.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 5515, app/assets/stylesheets/quick-website.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(31, 45, 61, 0.2);
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 0.5rem rgba(31, 45, 61, 0.3);
  outline: 0;
}

/* line 5528, app/assets/stylesheets/quick-website.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #1F2D3D;
}

/* line 5537, app/assets/stylesheets/quick-website.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 5540, app/assets/stylesheets/quick-website.scss */
.modal-backdrop.show {
  opacity: 0.4;
}

/* line 5543, app/assets/stylesheets/quick-website.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.25rem;
  border-bottom: 1px solid #EFF2F7;
  border-top-left-radius: calc(0.75rem - 1px);
  border-top-right-radius: calc(0.75rem - 1px);
}

/* line 5552, app/assets/stylesheets/quick-website.scss */
.modal-header .close {
  padding: 1.25rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 5556, app/assets/stylesheets/quick-website.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.7;
}

/* line 5560, app/assets/stylesheets/quick-website.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.5rem;
}

/* line 5565, app/assets/stylesheets/quick-website.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 1.25rem;
  border-top: 1px solid #EFF2F7;
  border-bottom-right-radius: calc(0.75rem - 1px);
  border-bottom-left-radius: calc(0.75rem - 1px);
}

/* line 5575, app/assets/stylesheets/quick-website.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 5578, app/assets/stylesheets/quick-website.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 5586, app/assets/stylesheets/quick-website.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 5590, app/assets/stylesheets/quick-website.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 5593, app/assets/stylesheets/quick-website.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 5596, app/assets/stylesheets/quick-website.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 5599, app/assets/stylesheets/quick-website.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  /* line 5602, app/assets/stylesheets/quick-website.scss */
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(31, 45, 61, 0.3);
  }
  /* line 5605, app/assets/stylesheets/quick-website.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 5610, app/assets/stylesheets/quick-website.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 5616, app/assets/stylesheets/quick-website.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 5620, app/assets/stylesheets/quick-website.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 5643, app/assets/stylesheets/quick-website.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 5646, app/assets/stylesheets/quick-website.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 5652, app/assets/stylesheets/quick-website.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 5658, app/assets/stylesheets/quick-website.scss */
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 5662, app/assets/stylesheets/quick-website.scss */
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 5666, app/assets/stylesheets/quick-website.scss */
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #1F2D3D;
}

/* line 5672, app/assets/stylesheets/quick-website.scss */
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 5676, app/assets/stylesheets/quick-website.scss */
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 5682, app/assets/stylesheets/quick-website.scss */
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #1F2D3D;
}

/* line 5688, app/assets/stylesheets/quick-website.scss */
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 5692, app/assets/stylesheets/quick-website.scss */
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 5696, app/assets/stylesheets/quick-website.scss */
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #1F2D3D;
}

/* line 5702, app/assets/stylesheets/quick-website.scss */
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 5706, app/assets/stylesheets/quick-website.scss */
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 5712, app/assets/stylesheets/quick-website.scss */
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #1F2D3D;
}

/* line 5718, app/assets/stylesheets/quick-website.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFF;
  text-align: center;
  background-color: #1F2D3D;
  border-radius: 0.375rem;
}

/* line 5726, app/assets/stylesheets/quick-website.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid rgba(31, 45, 61, 0.05);
  border-radius: 0.5rem;
  box-shadow: 0px 0.5rem 2rem 0px rgba(31, 45, 61, 0.2);
}

/* line 5755, app/assets/stylesheets/quick-website.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.5rem;
}

/* line 5762, app/assets/stylesheets/quick-website.scss */
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 5770, app/assets/stylesheets/quick-website.scss */
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 5774, app/assets/stylesheets/quick-website.scss */
.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 5778, app/assets/stylesheets/quick-website.scss */
.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: transparent;
}

/* line 5784, app/assets/stylesheets/quick-website.scss */
.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #FFF;
}

/* line 5790, app/assets/stylesheets/quick-website.scss */
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 5794, app/assets/stylesheets/quick-website.scss */
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.5rem 0;
}

/* line 5801, app/assets/stylesheets/quick-website.scss */
.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: transparent;
}

/* line 5807, app/assets/stylesheets/quick-website.scss */
.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #FFF;
}

/* line 5813, app/assets/stylesheets/quick-website.scss */
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 5817, app/assets/stylesheets/quick-website.scss */
.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 5821, app/assets/stylesheets/quick-website.scss */
.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: transparent;
}

/* line 5827, app/assets/stylesheets/quick-website.scss */
.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #FFF;
}

/* line 5833, app/assets/stylesheets/quick-website.scss */
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #FFF;
}

/* line 5844, app/assets/stylesheets/quick-website.scss */
.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 5848, app/assets/stylesheets/quick-website.scss */
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.5rem 0;
}

/* line 5855, app/assets/stylesheets/quick-website.scss */
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: transparent;
}

/* line 5861, app/assets/stylesheets/quick-website.scss */
.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #FFF;
}

/* line 5867, app/assets/stylesheets/quick-website.scss */
.popover-header {
  padding: 0.75rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #152c5b;
  background-color: #FFF;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

/* line 5877, app/assets/stylesheets/quick-website.scss */
.popover-header:empty {
  display: none;
}

/* line 5880, app/assets/stylesheets/quick-website.scss */
.popover-body {
  padding: 0.75rem 0.75rem;
  color: #718096;
}

/* line 5884, app/assets/stylesheets/quick-website.scss */
.carousel {
  position: relative;
}

/* line 5887, app/assets/stylesheets/quick-website.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 5890, app/assets/stylesheets/quick-website.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5895, app/assets/stylesheets/quick-website.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 5900, app/assets/stylesheets/quick-website.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5911, app/assets/stylesheets/quick-website.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 5915, app/assets/stylesheets/quick-website.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 5920, app/assets/stylesheets/quick-website.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 5924, app/assets/stylesheets/quick-website.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 5928, app/assets/stylesheets/quick-website.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 5933, app/assets/stylesheets/quick-website.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 5939, app/assets/stylesheets/quick-website.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5946, app/assets/stylesheets/quick-website.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 5951, app/assets/stylesheets/quick-website.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #FFF;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5967, app/assets/stylesheets/quick-website.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 5972, app/assets/stylesheets/quick-website.scss */
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #FFF;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 5981, app/assets/stylesheets/quick-website.scss */
.carousel-control-prev {
  left: 0;
}

/* line 5984, app/assets/stylesheets/quick-website.scss */
.carousel-control-next {
  right: 0;
}

/* line 5987, app/assets/stylesheets/quick-website.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 5994, app/assets/stylesheets/quick-website.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 5997, app/assets/stylesheets/quick-website.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 6000, app/assets/stylesheets/quick-website.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 6013, app/assets/stylesheets/quick-website.scss */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #FFF;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6030, app/assets/stylesheets/quick-website.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 6034, app/assets/stylesheets/quick-website.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 6037, app/assets/stylesheets/quick-website.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFF;
  text-align: center;
}

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

/* line 6053, app/assets/stylesheets/quick-website.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

/* line 6063, app/assets/stylesheets/quick-website.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

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

/* line 6076, app/assets/stylesheets/quick-website.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

/* line 6086, app/assets/stylesheets/quick-website.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 6090, app/assets/stylesheets/quick-website.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 6093, app/assets/stylesheets/quick-website.scss */
.align-top {
  vertical-align: top !important;
}

/* line 6096, app/assets/stylesheets/quick-website.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6099, app/assets/stylesheets/quick-website.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 6102, app/assets/stylesheets/quick-website.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 6105, app/assets/stylesheets/quick-website.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6108, app/assets/stylesheets/quick-website.scss */
.bg-primary {
  background-color: #e76f51 !important;
}

/* line 6111, app/assets/stylesheets/quick-website.scss */
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #006ecc !important;
}

/* line 6117, app/assets/stylesheets/quick-website.scss */
.bg-secondary {
  background-color: #EFF2F7 !important;
}

/* line 6120, app/assets/stylesheets/quick-website.scss */
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #cdd6e6 !important;
}

/* line 6126, app/assets/stylesheets/quick-website.scss */
.bg-success {
  background-color: #5cc9a7 !important;
}

/* line 6129, app/assets/stylesheets/quick-website.scss */
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #3cb690 !important;
}

/* line 6135, app/assets/stylesheets/quick-website.scss */
.bg-info {
  background-color: #50b5ff !important;
}

/* line 6138, app/assets/stylesheets/quick-website.scss */
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #1d9fff !important;
}

/* line 6144, app/assets/stylesheets/quick-website.scss */
.bg-warning {
  background-color: #FFBE3D !important;
}

/* line 6147, app/assets/stylesheets/quick-website.scss */
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ffad0a !important;
}

/* line 6153, app/assets/stylesheets/quick-website.scss */
.bg-danger {
  background-color: #f25767 !important;
}

/* line 6156, app/assets/stylesheets/quick-website.scss */
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ee283c !important;
}

/* line 6162, app/assets/stylesheets/quick-website.scss */
.bg-light {
  background-color: #EFF2F7 !important;
}

/* line 6165, app/assets/stylesheets/quick-website.scss */
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #cdd6e6 !important;
}

/* line 6171, app/assets/stylesheets/quick-website.scss */
.bg-dark {
  background-color: #152c5b !important;
}

/* line 6174, app/assets/stylesheets/quick-website.scss */
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #0a081f !important;
}

/* line 6180, app/assets/stylesheets/quick-website.scss */
.bg-neutral {
  background-color: #FFF !important;
}

/* line 6183, app/assets/stylesheets/quick-website.scss */
a.bg-neutral:hover,
a.bg-neutral:focus,
button.bg-neutral:hover,
button.bg-neutral:focus {
  background-color: #e6e6e6 !important;
}

/* line 6189, app/assets/stylesheets/quick-website.scss */
.bg-white {
  background-color: #FFF !important;
}

/* line 6192, app/assets/stylesheets/quick-website.scss */
a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

/* line 6198, app/assets/stylesheets/quick-website.scss */
.bg-white {
  background-color: #FFF !important;
}

/* line 6201, app/assets/stylesheets/quick-website.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 6204, app/assets/stylesheets/quick-website.scss */
.border {
  border: 1px solid #E2E8F0 !important;
}

/* line 6207, app/assets/stylesheets/quick-website.scss */
.border-top {
  border-top: 1px solid #E2E8F0 !important;
}

/* line 6210, app/assets/stylesheets/quick-website.scss */
.border-right {
  border-right: 1px solid #E2E8F0 !important;
}

/* line 6213, app/assets/stylesheets/quick-website.scss */
.border-bottom {
  border-bottom: 1px solid #E2E8F0 !important;
}

/* line 6216, app/assets/stylesheets/quick-website.scss */
.border-left {
  border-left: 1px solid #E2E8F0 !important;
}

/* line 6219, app/assets/stylesheets/quick-website.scss */
.border-0 {
  border: 0 !important;
}

/* line 6222, app/assets/stylesheets/quick-website.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 6225, app/assets/stylesheets/quick-website.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 6228, app/assets/stylesheets/quick-website.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 6231, app/assets/stylesheets/quick-website.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 6234, app/assets/stylesheets/quick-website.scss */
.border-primary {
  border-color: #e76f51 !important;
}

/* line 6237, app/assets/stylesheets/quick-website.scss */
.border-secondary {
  border-color: #EFF2F7 !important;
}

/* line 6240, app/assets/stylesheets/quick-website.scss */
.border-success {
  border-color: #5cc9a7 !important;
}

/* line 6243, app/assets/stylesheets/quick-website.scss */
.border-info {
  border-color: #50b5ff !important;
}

/* line 6246, app/assets/stylesheets/quick-website.scss */
.border-warning {
  border-color: #FFBE3D !important;
}

/* line 6249, app/assets/stylesheets/quick-website.scss */
.border-danger {
  border-color: #f25767 !important;
}

/* line 6252, app/assets/stylesheets/quick-website.scss */
.border-light {
  border-color: #EFF2F7 !important;
}

/* line 6255, app/assets/stylesheets/quick-website.scss */
.border-dark {
  border-color: #171347 !important;
}

/* line 6258, app/assets/stylesheets/quick-website.scss */
.border-neutral {
  border-color: #FFF !important;
}

/* line 6261, app/assets/stylesheets/quick-website.scss */
.border-white {
  border-color: #FFF !important;
}

/* line 6264, app/assets/stylesheets/quick-website.scss */
.border-white {
  border-color: #FFF !important;
}

/* line 6267, app/assets/stylesheets/quick-website.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 6270, app/assets/stylesheets/quick-website.scss */
.rounded {
  border-radius: 0.375rem !important;
}

/* line 6273, app/assets/stylesheets/quick-website.scss */
.rounded-top {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

/* line 6277, app/assets/stylesheets/quick-website.scss */
.rounded-right {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

/* line 6281, app/assets/stylesheets/quick-website.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

/* line 6285, app/assets/stylesheets/quick-website.scss */
.rounded-left {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

/* line 6289, app/assets/stylesheets/quick-website.scss */
.rounded-lg {
  border-radius: 0.5rem !important;
}

/* line 6292, app/assets/stylesheets/quick-website.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 6295, app/assets/stylesheets/quick-website.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 6298, app/assets/stylesheets/quick-website.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 6301, app/assets/stylesheets/quick-website.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6306, app/assets/stylesheets/quick-website.scss */
.d-none {
  display: none !important;
}

/* line 6309, app/assets/stylesheets/quick-website.scss */
.d-inline {
  display: inline !important;
}

/* line 6312, app/assets/stylesheets/quick-website.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 6315, app/assets/stylesheets/quick-website.scss */
.d-block {
  display: block !important;
}

/* line 6318, app/assets/stylesheets/quick-website.scss */
.d-table {
  display: table !important;
}

/* line 6321, app/assets/stylesheets/quick-website.scss */
.d-table-row {
  display: table-row !important;
}

/* line 6324, app/assets/stylesheets/quick-website.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 6327, app/assets/stylesheets/quick-website.scss */
.d-flex {
  display: flex !important;
}

/* line 6330, app/assets/stylesheets/quick-website.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 6334, app/assets/stylesheets/quick-website.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 6337, app/assets/stylesheets/quick-website.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 6340, app/assets/stylesheets/quick-website.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 6343, app/assets/stylesheets/quick-website.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 6346, app/assets/stylesheets/quick-website.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 6349, app/assets/stylesheets/quick-website.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 6352, app/assets/stylesheets/quick-website.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 6355, app/assets/stylesheets/quick-website.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 6358, app/assets/stylesheets/quick-website.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 6363, app/assets/stylesheets/quick-website.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 6366, app/assets/stylesheets/quick-website.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 6369, app/assets/stylesheets/quick-website.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 6372, app/assets/stylesheets/quick-website.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 6375, app/assets/stylesheets/quick-website.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 6378, app/assets/stylesheets/quick-website.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 6381, app/assets/stylesheets/quick-website.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 6384, app/assets/stylesheets/quick-website.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 6387, app/assets/stylesheets/quick-website.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 6392, app/assets/stylesheets/quick-website.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 6395, app/assets/stylesheets/quick-website.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 6398, app/assets/stylesheets/quick-website.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 6401, app/assets/stylesheets/quick-website.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 6404, app/assets/stylesheets/quick-website.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 6407, app/assets/stylesheets/quick-website.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 6410, app/assets/stylesheets/quick-website.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 6413, app/assets/stylesheets/quick-website.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 6416, app/assets/stylesheets/quick-website.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 6421, app/assets/stylesheets/quick-website.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 6424, app/assets/stylesheets/quick-website.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 6427, app/assets/stylesheets/quick-website.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 6430, app/assets/stylesheets/quick-website.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 6433, app/assets/stylesheets/quick-website.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 6436, app/assets/stylesheets/quick-website.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 6439, app/assets/stylesheets/quick-website.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 6442, app/assets/stylesheets/quick-website.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 6445, app/assets/stylesheets/quick-website.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 6450, app/assets/stylesheets/quick-website.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 6453, app/assets/stylesheets/quick-website.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 6456, app/assets/stylesheets/quick-website.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 6459, app/assets/stylesheets/quick-website.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 6462, app/assets/stylesheets/quick-website.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 6465, app/assets/stylesheets/quick-website.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 6468, app/assets/stylesheets/quick-website.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 6471, app/assets/stylesheets/quick-website.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 6474, app/assets/stylesheets/quick-website.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 6478, app/assets/stylesheets/quick-website.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 6485, app/assets/stylesheets/quick-website.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 6489, app/assets/stylesheets/quick-website.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 6502, app/assets/stylesheets/quick-website.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 6505, app/assets/stylesheets/quick-website.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 6508, app/assets/stylesheets/quick-website.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 6511, app/assets/stylesheets/quick-website.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 6514, app/assets/stylesheets/quick-website.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 6517, app/assets/stylesheets/quick-website.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 6520, app/assets/stylesheets/quick-website.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 6523, app/assets/stylesheets/quick-website.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 6526, app/assets/stylesheets/quick-website.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 6529, app/assets/stylesheets/quick-website.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 6532, app/assets/stylesheets/quick-website.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 6535, app/assets/stylesheets/quick-website.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 6538, app/assets/stylesheets/quick-website.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 6541, app/assets/stylesheets/quick-website.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 6544, app/assets/stylesheets/quick-website.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 6547, app/assets/stylesheets/quick-website.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 6550, app/assets/stylesheets/quick-website.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 6553, app/assets/stylesheets/quick-website.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 6556, app/assets/stylesheets/quick-website.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 6559, app/assets/stylesheets/quick-website.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 6562, app/assets/stylesheets/quick-website.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 6565, app/assets/stylesheets/quick-website.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 6568, app/assets/stylesheets/quick-website.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 6571, app/assets/stylesheets/quick-website.scss */
.align-items-center {
  align-items: center !important;
}

/* line 6574, app/assets/stylesheets/quick-website.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 6577, app/assets/stylesheets/quick-website.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 6580, app/assets/stylesheets/quick-website.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 6583, app/assets/stylesheets/quick-website.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 6586, app/assets/stylesheets/quick-website.scss */
.align-content-center {
  align-content: center !important;
}

/* line 6589, app/assets/stylesheets/quick-website.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 6592, app/assets/stylesheets/quick-website.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 6595, app/assets/stylesheets/quick-website.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 6598, app/assets/stylesheets/quick-website.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 6601, app/assets/stylesheets/quick-website.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 6604, app/assets/stylesheets/quick-website.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 6607, app/assets/stylesheets/quick-website.scss */
.align-self-center {
  align-self: center !important;
}

/* line 6610, app/assets/stylesheets/quick-website.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 6613, app/assets/stylesheets/quick-website.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 6617, app/assets/stylesheets/quick-website.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 6620, app/assets/stylesheets/quick-website.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 6623, app/assets/stylesheets/quick-website.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6626, app/assets/stylesheets/quick-website.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6629, app/assets/stylesheets/quick-website.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6632, app/assets/stylesheets/quick-website.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6635, app/assets/stylesheets/quick-website.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6638, app/assets/stylesheets/quick-website.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 6641, app/assets/stylesheets/quick-website.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6644, app/assets/stylesheets/quick-website.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6647, app/assets/stylesheets/quick-website.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6650, app/assets/stylesheets/quick-website.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6653, app/assets/stylesheets/quick-website.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 6656, app/assets/stylesheets/quick-website.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 6659, app/assets/stylesheets/quick-website.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 6662, app/assets/stylesheets/quick-website.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 6665, app/assets/stylesheets/quick-website.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 6668, app/assets/stylesheets/quick-website.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 6671, app/assets/stylesheets/quick-website.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 6674, app/assets/stylesheets/quick-website.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 6677, app/assets/stylesheets/quick-website.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 6680, app/assets/stylesheets/quick-website.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 6683, app/assets/stylesheets/quick-website.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 6686, app/assets/stylesheets/quick-website.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 6689, app/assets/stylesheets/quick-website.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 6692, app/assets/stylesheets/quick-website.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 6695, app/assets/stylesheets/quick-website.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 6698, app/assets/stylesheets/quick-website.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 6701, app/assets/stylesheets/quick-website.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 6704, app/assets/stylesheets/quick-website.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 6707, app/assets/stylesheets/quick-website.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 6710, app/assets/stylesheets/quick-website.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 6713, app/assets/stylesheets/quick-website.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 6716, app/assets/stylesheets/quick-website.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 6721, app/assets/stylesheets/quick-website.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 6724, app/assets/stylesheets/quick-website.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 6727, app/assets/stylesheets/quick-website.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6730, app/assets/stylesheets/quick-website.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6733, app/assets/stylesheets/quick-website.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6736, app/assets/stylesheets/quick-website.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6739, app/assets/stylesheets/quick-website.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6742, app/assets/stylesheets/quick-website.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 6745, app/assets/stylesheets/quick-website.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6748, app/assets/stylesheets/quick-website.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6751, app/assets/stylesheets/quick-website.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6754, app/assets/stylesheets/quick-website.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6757, app/assets/stylesheets/quick-website.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 6760, app/assets/stylesheets/quick-website.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 6763, app/assets/stylesheets/quick-website.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 6766, app/assets/stylesheets/quick-website.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 6769, app/assets/stylesheets/quick-website.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 6772, app/assets/stylesheets/quick-website.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 6775, app/assets/stylesheets/quick-website.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 6778, app/assets/stylesheets/quick-website.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 6781, app/assets/stylesheets/quick-website.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 6784, app/assets/stylesheets/quick-website.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 6787, app/assets/stylesheets/quick-website.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 6790, app/assets/stylesheets/quick-website.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 6793, app/assets/stylesheets/quick-website.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 6796, app/assets/stylesheets/quick-website.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 6799, app/assets/stylesheets/quick-website.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 6802, app/assets/stylesheets/quick-website.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 6805, app/assets/stylesheets/quick-website.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 6808, app/assets/stylesheets/quick-website.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 6811, app/assets/stylesheets/quick-website.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 6814, app/assets/stylesheets/quick-website.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 6817, app/assets/stylesheets/quick-website.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 6820, app/assets/stylesheets/quick-website.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 6825, app/assets/stylesheets/quick-website.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 6828, app/assets/stylesheets/quick-website.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 6831, app/assets/stylesheets/quick-website.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6834, app/assets/stylesheets/quick-website.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6837, app/assets/stylesheets/quick-website.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6840, app/assets/stylesheets/quick-website.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6843, app/assets/stylesheets/quick-website.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6846, app/assets/stylesheets/quick-website.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 6849, app/assets/stylesheets/quick-website.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6852, app/assets/stylesheets/quick-website.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6855, app/assets/stylesheets/quick-website.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6858, app/assets/stylesheets/quick-website.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6861, app/assets/stylesheets/quick-website.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 6864, app/assets/stylesheets/quick-website.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 6867, app/assets/stylesheets/quick-website.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 6870, app/assets/stylesheets/quick-website.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 6873, app/assets/stylesheets/quick-website.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 6876, app/assets/stylesheets/quick-website.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 6879, app/assets/stylesheets/quick-website.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 6882, app/assets/stylesheets/quick-website.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 6885, app/assets/stylesheets/quick-website.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 6888, app/assets/stylesheets/quick-website.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 6891, app/assets/stylesheets/quick-website.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 6894, app/assets/stylesheets/quick-website.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 6897, app/assets/stylesheets/quick-website.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 6900, app/assets/stylesheets/quick-website.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 6903, app/assets/stylesheets/quick-website.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 6906, app/assets/stylesheets/quick-website.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 6909, app/assets/stylesheets/quick-website.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 6912, app/assets/stylesheets/quick-website.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 6915, app/assets/stylesheets/quick-website.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 6918, app/assets/stylesheets/quick-website.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 6921, app/assets/stylesheets/quick-website.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 6924, app/assets/stylesheets/quick-website.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 6929, app/assets/stylesheets/quick-website.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 6932, app/assets/stylesheets/quick-website.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 6935, app/assets/stylesheets/quick-website.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6938, app/assets/stylesheets/quick-website.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6941, app/assets/stylesheets/quick-website.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6944, app/assets/stylesheets/quick-website.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6947, app/assets/stylesheets/quick-website.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6950, app/assets/stylesheets/quick-website.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 6953, app/assets/stylesheets/quick-website.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6956, app/assets/stylesheets/quick-website.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6959, app/assets/stylesheets/quick-website.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6962, app/assets/stylesheets/quick-website.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6965, app/assets/stylesheets/quick-website.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 6968, app/assets/stylesheets/quick-website.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 6971, app/assets/stylesheets/quick-website.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 6974, app/assets/stylesheets/quick-website.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 6977, app/assets/stylesheets/quick-website.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 6980, app/assets/stylesheets/quick-website.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 6983, app/assets/stylesheets/quick-website.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 6986, app/assets/stylesheets/quick-website.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 6989, app/assets/stylesheets/quick-website.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 6992, app/assets/stylesheets/quick-website.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 6995, app/assets/stylesheets/quick-website.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 6998, app/assets/stylesheets/quick-website.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 7001, app/assets/stylesheets/quick-website.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 7004, app/assets/stylesheets/quick-website.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 7007, app/assets/stylesheets/quick-website.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 7010, app/assets/stylesheets/quick-website.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 7013, app/assets/stylesheets/quick-website.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 7016, app/assets/stylesheets/quick-website.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 7019, app/assets/stylesheets/quick-website.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 7022, app/assets/stylesheets/quick-website.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 7025, app/assets/stylesheets/quick-website.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 7028, app/assets/stylesheets/quick-website.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7032, app/assets/stylesheets/quick-website.scss */
.float-left {
  float: left !important;
}

/* line 7035, app/assets/stylesheets/quick-website.scss */
.float-right {
  float: right !important;
}

/* line 7038, app/assets/stylesheets/quick-website.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7042, app/assets/stylesheets/quick-website.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 7045, app/assets/stylesheets/quick-website.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 7048, app/assets/stylesheets/quick-website.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7053, app/assets/stylesheets/quick-website.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 7056, app/assets/stylesheets/quick-website.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 7059, app/assets/stylesheets/quick-website.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7064, app/assets/stylesheets/quick-website.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 7067, app/assets/stylesheets/quick-website.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 7070, app/assets/stylesheets/quick-website.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7075, app/assets/stylesheets/quick-website.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 7078, app/assets/stylesheets/quick-website.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 7081, app/assets/stylesheets/quick-website.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 7085, app/assets/stylesheets/quick-website.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 7088, app/assets/stylesheets/quick-website.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 7091, app/assets/stylesheets/quick-website.scss */
.position-static {
  position: static !important;
}

/* line 7094, app/assets/stylesheets/quick-website.scss */
.position-relative {
  position: relative !important;
}

/* line 7097, app/assets/stylesheets/quick-website.scss */
.position-absolute {
  position: absolute !important;
}

/* line 7100, app/assets/stylesheets/quick-website.scss */
.position-fixed {
  position: fixed !important;
}

/* line 7103, app/assets/stylesheets/quick-website.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 7107, app/assets/stylesheets/quick-website.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 7114, app/assets/stylesheets/quick-website.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  /* line 7122, app/assets/stylesheets/quick-website.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 7129, app/assets/stylesheets/quick-website.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 7140, app/assets/stylesheets/quick-website.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 7149, app/assets/stylesheets/quick-website.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(31, 45, 61, 0.08) !important;
}

/* line 7152, app/assets/stylesheets/quick-website.scss */
.shadow {
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05) !important;
}

/* line 7155, app/assets/stylesheets/quick-website.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
}

/* line 7158, app/assets/stylesheets/quick-website.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7161, app/assets/stylesheets/quick-website.scss */
.w-25 {
  width: 25% !important;
}

/* line 7164, app/assets/stylesheets/quick-website.scss */
.w-50 {
  width: 50% !important;
}

/* line 7167, app/assets/stylesheets/quick-website.scss */
.w-75 {
  width: 75% !important;
}

/* line 7170, app/assets/stylesheets/quick-website.scss */
.w-70 {
  width: 70% !important;
}

/* line 7173, app/assets/stylesheets/quick-website.scss */
.w-100 {
  width: 100% !important;
}

/* line 7176, app/assets/stylesheets/quick-website.scss */
.w-auto {
  width: auto !important;
}

/* line 7179, app/assets/stylesheets/quick-website.scss */
.w-10 {
  width: 10% !important;
}

/* line 7182, app/assets/stylesheets/quick-website.scss */
.w-15 {
  width: 15% !important;
}

/* line 7185, app/assets/stylesheets/quick-website.scss */
.w-80 {
  width: 80% !important;
}

/* line 7188, app/assets/stylesheets/quick-website.scss */
.w-110 {
  width: 110% !important;
}

/* line 7191, app/assets/stylesheets/quick-website.scss */
.w-120 {
  width: 120% !important;
}

/* line 7194, app/assets/stylesheets/quick-website.scss */
.w-130 {
  width: 130% !important;
}

/* line 7197, app/assets/stylesheets/quick-website.scss */
.h-25 {
  height: 25% !important;
}

/* line 7200, app/assets/stylesheets/quick-website.scss */
.h-50 {
  height: 50% !important;
}

/* line 7203, app/assets/stylesheets/quick-website.scss */
.h-75 {
  height: 75% !important;
}

/* line 7206, app/assets/stylesheets/quick-website.scss */
.h-100 {
  height: 100% !important;
}

/* line 7209, app/assets/stylesheets/quick-website.scss */
.h-auto {
  height: auto !important;
}

/* line 7212, app/assets/stylesheets/quick-website.scss */
.h-10 {
  height: 10% !important;
}

/* line 7215, app/assets/stylesheets/quick-website.scss */
.h-15 {
  height: 15% !important;
}

/* line 7218, app/assets/stylesheets/quick-website.scss */
.h-80 {
  height: 80% !important;
}

/* line 7221, app/assets/stylesheets/quick-website.scss */
.h-110 {
  height: 110% !important;
}

/* line 7224, app/assets/stylesheets/quick-website.scss */
.h-120 {
  height: 120% !important;
}

/* line 7227, app/assets/stylesheets/quick-website.scss */
.h-130 {
  height: 130% !important;
}

/* line 7230, app/assets/stylesheets/quick-website.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 7233, app/assets/stylesheets/quick-website.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 7236, app/assets/stylesheets/quick-website.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 7239, app/assets/stylesheets/quick-website.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 7242, app/assets/stylesheets/quick-website.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 7245, app/assets/stylesheets/quick-website.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 7248, app/assets/stylesheets/quick-website.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 7259, app/assets/stylesheets/quick-website.scss */
.m-0 {
  margin: 0 !important;
}

/* line 7262, app/assets/stylesheets/quick-website.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 7266, app/assets/stylesheets/quick-website.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 7270, app/assets/stylesheets/quick-website.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 7274, app/assets/stylesheets/quick-website.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 7278, app/assets/stylesheets/quick-website.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 7281, app/assets/stylesheets/quick-website.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 7285, app/assets/stylesheets/quick-website.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 7289, app/assets/stylesheets/quick-website.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 7293, app/assets/stylesheets/quick-website.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 7297, app/assets/stylesheets/quick-website.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 7300, app/assets/stylesheets/quick-website.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 7304, app/assets/stylesheets/quick-website.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 7308, app/assets/stylesheets/quick-website.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 7312, app/assets/stylesheets/quick-website.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 7316, app/assets/stylesheets/quick-website.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 7319, app/assets/stylesheets/quick-website.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 7323, app/assets/stylesheets/quick-website.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 7327, app/assets/stylesheets/quick-website.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 7331, app/assets/stylesheets/quick-website.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 7335, app/assets/stylesheets/quick-website.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 7338, app/assets/stylesheets/quick-website.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 7342, app/assets/stylesheets/quick-website.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 7346, app/assets/stylesheets/quick-website.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 7350, app/assets/stylesheets/quick-website.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 7354, app/assets/stylesheets/quick-website.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 7357, app/assets/stylesheets/quick-website.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 7361, app/assets/stylesheets/quick-website.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 7365, app/assets/stylesheets/quick-website.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 7369, app/assets/stylesheets/quick-website.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 7373, app/assets/stylesheets/quick-website.scss */
.m-6 {
  margin: 4.5rem !important;
}

/* line 7376, app/assets/stylesheets/quick-website.scss */
.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

/* line 7380, app/assets/stylesheets/quick-website.scss */
.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

/* line 7384, app/assets/stylesheets/quick-website.scss */
.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

/* line 7388, app/assets/stylesheets/quick-website.scss */
.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

/* line 7392, app/assets/stylesheets/quick-website.scss */
.m-7 {
  margin: 6rem !important;
}

/* line 7395, app/assets/stylesheets/quick-website.scss */
.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

/* line 7399, app/assets/stylesheets/quick-website.scss */
.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

/* line 7403, app/assets/stylesheets/quick-website.scss */
.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

/* line 7407, app/assets/stylesheets/quick-website.scss */
.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

/* line 7411, app/assets/stylesheets/quick-website.scss */
.m-8 {
  margin: 7.5rem !important;
}

/* line 7414, app/assets/stylesheets/quick-website.scss */
.mt-8,
.my-8 {
  margin-top: 7.5rem !important;
}

/* line 7418, app/assets/stylesheets/quick-website.scss */
.mr-8,
.mx-8 {
  margin-right: 7.5rem !important;
}

/* line 7422, app/assets/stylesheets/quick-website.scss */
.mb-8,
.my-8 {
  margin-bottom: 7.5rem !important;
}

/* line 7426, app/assets/stylesheets/quick-website.scss */
.ml-8,
.mx-8 {
  margin-left: 7.5rem !important;
}

/* line 7430, app/assets/stylesheets/quick-website.scss */
.m-9 {
  margin: 9rem !important;
}

/* line 7433, app/assets/stylesheets/quick-website.scss */
.mt-9,
.my-9 {
  margin-top: 9rem !important;
}

/* line 7437, app/assets/stylesheets/quick-website.scss */
.mr-9,
.mx-9 {
  margin-right: 9rem !important;
}

/* line 7441, app/assets/stylesheets/quick-website.scss */
.mb-9,
.my-9 {
  margin-bottom: 9rem !important;
}

/* line 7445, app/assets/stylesheets/quick-website.scss */
.ml-9,
.mx-9 {
  margin-left: 9rem !important;
}

/* line 7449, app/assets/stylesheets/quick-website.scss */
.m-10 {
  margin: 10.5rem !important;
}

/* line 7452, app/assets/stylesheets/quick-website.scss */
.mt-10,
.my-10 {
  margin-top: 10.5rem !important;
}

/* line 7456, app/assets/stylesheets/quick-website.scss */
.mr-10,
.mx-10 {
  margin-right: 10.5rem !important;
}

/* line 7460, app/assets/stylesheets/quick-website.scss */
.mb-10,
.my-10 {
  margin-bottom: 10.5rem !important;
}

/* line 7464, app/assets/stylesheets/quick-website.scss */
.ml-10,
.mx-10 {
  margin-left: 10.5rem !important;
}

/* line 7468, app/assets/stylesheets/quick-website.scss */
.m-17 {
  margin: 21rem !important;
}

/* line 7471, app/assets/stylesheets/quick-website.scss */
.mt-17,
.my-17 {
  margin-top: 21rem !important;
}

/* line 7475, app/assets/stylesheets/quick-website.scss */
.mr-17,
.mx-17 {
  margin-right: 21rem !important;
}

/* line 7479, app/assets/stylesheets/quick-website.scss */
.mb-17,
.my-17 {
  margin-bottom: 21rem !important;
}

/* line 7483, app/assets/stylesheets/quick-website.scss */
.ml-17,
.mx-17 {
  margin-left: 21rem !important;
}

/* line 7487, app/assets/stylesheets/quick-website.scss */
.p-0 {
  padding: 0 !important;
}

/* line 7490, app/assets/stylesheets/quick-website.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 7494, app/assets/stylesheets/quick-website.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 7498, app/assets/stylesheets/quick-website.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 7502, app/assets/stylesheets/quick-website.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 7506, app/assets/stylesheets/quick-website.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 7509, app/assets/stylesheets/quick-website.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 7513, app/assets/stylesheets/quick-website.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 7517, app/assets/stylesheets/quick-website.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 7521, app/assets/stylesheets/quick-website.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 7525, app/assets/stylesheets/quick-website.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 7528, app/assets/stylesheets/quick-website.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 7532, app/assets/stylesheets/quick-website.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 7536, app/assets/stylesheets/quick-website.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 7540, app/assets/stylesheets/quick-website.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 7544, app/assets/stylesheets/quick-website.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 7547, app/assets/stylesheets/quick-website.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 7551, app/assets/stylesheets/quick-website.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 7555, app/assets/stylesheets/quick-website.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 7559, app/assets/stylesheets/quick-website.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 7563, app/assets/stylesheets/quick-website.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 7566, app/assets/stylesheets/quick-website.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 7570, app/assets/stylesheets/quick-website.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 7574, app/assets/stylesheets/quick-website.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 7578, app/assets/stylesheets/quick-website.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 7582, app/assets/stylesheets/quick-website.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 7585, app/assets/stylesheets/quick-website.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 7589, app/assets/stylesheets/quick-website.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 7593, app/assets/stylesheets/quick-website.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 7597, app/assets/stylesheets/quick-website.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 7601, app/assets/stylesheets/quick-website.scss */
.p-6 {
  padding: 4.5rem !important;
}

/* line 7604, app/assets/stylesheets/quick-website.scss */
.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

/* line 7608, app/assets/stylesheets/quick-website.scss */
.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

/* line 7612, app/assets/stylesheets/quick-website.scss */
.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

/* line 7616, app/assets/stylesheets/quick-website.scss */
.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

/* line 7620, app/assets/stylesheets/quick-website.scss */
.p-7 {
  padding: 6rem !important;
}

/* line 7623, app/assets/stylesheets/quick-website.scss */
.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

/* line 7627, app/assets/stylesheets/quick-website.scss */
.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

/* line 7631, app/assets/stylesheets/quick-website.scss */
.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

/* line 7635, app/assets/stylesheets/quick-website.scss */
.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

/* line 7639, app/assets/stylesheets/quick-website.scss */
.p-8 {
  padding: 7.5rem !important;
}

/* line 7642, app/assets/stylesheets/quick-website.scss */
.pt-8,
.py-8 {
  padding-top: 7.5rem !important;
}

/* line 7646, app/assets/stylesheets/quick-website.scss */
.pr-8,
.px-8 {
  padding-right: 7.5rem !important;
}

/* line 7650, app/assets/stylesheets/quick-website.scss */
.pb-8,
.py-8 {
  padding-bottom: 7.5rem !important;
}

/* line 7654, app/assets/stylesheets/quick-website.scss */
.pl-8,
.px-8 {
  padding-left: 7.5rem !important;
}

/* line 7658, app/assets/stylesheets/quick-website.scss */
.p-9 {
  padding: 9rem !important;
}

/* line 7661, app/assets/stylesheets/quick-website.scss */
.pt-9,
.py-9 {
  padding-top: 9rem !important;
}

/* line 7665, app/assets/stylesheets/quick-website.scss */
.pr-9,
.px-9 {
  padding-right: 9rem !important;
}

/* line 7669, app/assets/stylesheets/quick-website.scss */
.pb-9,
.py-9 {
  padding-bottom: 9rem !important;
}

/* line 7673, app/assets/stylesheets/quick-website.scss */
.pl-9,
.px-9 {
  padding-left: 9rem !important;
}

/* line 7677, app/assets/stylesheets/quick-website.scss */
.p-10 {
  padding: 10.5rem !important;
}

/* line 7680, app/assets/stylesheets/quick-website.scss */
.pt-10,
.py-10 {
  padding-top: 10.5rem !important;
}

/* line 7684, app/assets/stylesheets/quick-website.scss */
.pr-10,
.px-10 {
  padding-right: 10.5rem !important;
}

/* line 7688, app/assets/stylesheets/quick-website.scss */
.pb-10,
.py-10 {
  padding-bottom: 10.5rem !important;
}

/* line 7692, app/assets/stylesheets/quick-website.scss */
.pl-10,
.px-10 {
  padding-left: 10.5rem !important;
}

/* line 7696, app/assets/stylesheets/quick-website.scss */
.p-17 {
  padding: 21rem !important;
}

/* line 7699, app/assets/stylesheets/quick-website.scss */
.pt-17,
.py-17 {
  padding-top: 21rem !important;
}

/* line 7703, app/assets/stylesheets/quick-website.scss */
.pr-17,
.px-17 {
  padding-right: 21rem !important;
}

/* line 7707, app/assets/stylesheets/quick-website.scss */
.pb-17,
.py-17 {
  padding-bottom: 21rem !important;
}

/* line 7711, app/assets/stylesheets/quick-website.scss */
.pl-17,
.px-17 {
  padding-left: 21rem !important;
}

/* line 7715, app/assets/stylesheets/quick-website.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 7718, app/assets/stylesheets/quick-website.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 7722, app/assets/stylesheets/quick-website.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 7726, app/assets/stylesheets/quick-website.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 7730, app/assets/stylesheets/quick-website.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 7734, app/assets/stylesheets/quick-website.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 7737, app/assets/stylesheets/quick-website.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 7741, app/assets/stylesheets/quick-website.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 7745, app/assets/stylesheets/quick-website.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 7749, app/assets/stylesheets/quick-website.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 7753, app/assets/stylesheets/quick-website.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 7756, app/assets/stylesheets/quick-website.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 7760, app/assets/stylesheets/quick-website.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 7764, app/assets/stylesheets/quick-website.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 7768, app/assets/stylesheets/quick-website.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 7772, app/assets/stylesheets/quick-website.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 7775, app/assets/stylesheets/quick-website.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 7779, app/assets/stylesheets/quick-website.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 7783, app/assets/stylesheets/quick-website.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 7787, app/assets/stylesheets/quick-website.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 7791, app/assets/stylesheets/quick-website.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 7794, app/assets/stylesheets/quick-website.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 7798, app/assets/stylesheets/quick-website.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 7802, app/assets/stylesheets/quick-website.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 7806, app/assets/stylesheets/quick-website.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 7810, app/assets/stylesheets/quick-website.scss */
.m-n6 {
  margin: -4.5rem !important;
}

/* line 7813, app/assets/stylesheets/quick-website.scss */
.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

/* line 7817, app/assets/stylesheets/quick-website.scss */
.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

/* line 7821, app/assets/stylesheets/quick-website.scss */
.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

/* line 7825, app/assets/stylesheets/quick-website.scss */
.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

/* line 7829, app/assets/stylesheets/quick-website.scss */
.m-n7 {
  margin: -6rem !important;
}

/* line 7832, app/assets/stylesheets/quick-website.scss */
.mt-n7,
.my-n7 {
  margin-top: -6rem !important;
}

/* line 7836, app/assets/stylesheets/quick-website.scss */
.mr-n7,
.mx-n7 {
  margin-right: -6rem !important;
}

/* line 7840, app/assets/stylesheets/quick-website.scss */
.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important;
}

/* line 7844, app/assets/stylesheets/quick-website.scss */
.ml-n7,
.mx-n7 {
  margin-left: -6rem !important;
}

/* line 7848, app/assets/stylesheets/quick-website.scss */
.m-n8 {
  margin: -7.5rem !important;
}

/* line 7851, app/assets/stylesheets/quick-website.scss */
.mt-n8,
.my-n8 {
  margin-top: -7.5rem !important;
}

/* line 7855, app/assets/stylesheets/quick-website.scss */
.mr-n8,
.mx-n8 {
  margin-right: -7.5rem !important;
}

/* line 7859, app/assets/stylesheets/quick-website.scss */
.mb-n8,
.my-n8 {
  margin-bottom: -7.5rem !important;
}

/* line 7863, app/assets/stylesheets/quick-website.scss */
.ml-n8,
.mx-n8 {
  margin-left: -7.5rem !important;
}

/* line 7867, app/assets/stylesheets/quick-website.scss */
.m-n9 {
  margin: -9rem !important;
}

/* line 7870, app/assets/stylesheets/quick-website.scss */
.mt-n9,
.my-n9 {
  margin-top: -9rem !important;
}

/* line 7874, app/assets/stylesheets/quick-website.scss */
.mr-n9,
.mx-n9 {
  margin-right: -9rem !important;
}

/* line 7878, app/assets/stylesheets/quick-website.scss */
.mb-n9,
.my-n9 {
  margin-bottom: -9rem !important;
}

/* line 7882, app/assets/stylesheets/quick-website.scss */
.ml-n9,
.mx-n9 {
  margin-left: -9rem !important;
}

/* line 7886, app/assets/stylesheets/quick-website.scss */
.m-n10 {
  margin: -10.5rem !important;
}

/* line 7889, app/assets/stylesheets/quick-website.scss */
.mt-n10,
.my-n10 {
  margin-top: -10.5rem !important;
}

/* line 7893, app/assets/stylesheets/quick-website.scss */
.mr-n10,
.mx-n10 {
  margin-right: -10.5rem !important;
}

/* line 7897, app/assets/stylesheets/quick-website.scss */
.mb-n10,
.my-n10 {
  margin-bottom: -10.5rem !important;
}

/* line 7901, app/assets/stylesheets/quick-website.scss */
.ml-n10,
.mx-n10 {
  margin-left: -10.5rem !important;
}

/* line 7905, app/assets/stylesheets/quick-website.scss */
.m-n17 {
  margin: -21rem !important;
}

/* line 7908, app/assets/stylesheets/quick-website.scss */
.mt-n17,
.my-n17 {
  margin-top: -21rem !important;
}

/* line 7912, app/assets/stylesheets/quick-website.scss */
.mr-n17,
.mx-n17 {
  margin-right: -21rem !important;
}

/* line 7916, app/assets/stylesheets/quick-website.scss */
.mb-n17,
.my-n17 {
  margin-bottom: -21rem !important;
}

/* line 7920, app/assets/stylesheets/quick-website.scss */
.ml-n17,
.mx-n17 {
  margin-left: -21rem !important;
}

/* line 7924, app/assets/stylesheets/quick-website.scss */
.m-auto {
  margin: auto !important;
}

/* line 7927, app/assets/stylesheets/quick-website.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 7931, app/assets/stylesheets/quick-website.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 7935, app/assets/stylesheets/quick-website.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 7939, app/assets/stylesheets/quick-website.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 7944, app/assets/stylesheets/quick-website.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 7947, app/assets/stylesheets/quick-website.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 7951, app/assets/stylesheets/quick-website.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 7955, app/assets/stylesheets/quick-website.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 7959, app/assets/stylesheets/quick-website.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 7963, app/assets/stylesheets/quick-website.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 7966, app/assets/stylesheets/quick-website.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 7970, app/assets/stylesheets/quick-website.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 7974, app/assets/stylesheets/quick-website.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 7978, app/assets/stylesheets/quick-website.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 7982, app/assets/stylesheets/quick-website.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 7985, app/assets/stylesheets/quick-website.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 7989, app/assets/stylesheets/quick-website.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 7993, app/assets/stylesheets/quick-website.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 7997, app/assets/stylesheets/quick-website.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8001, app/assets/stylesheets/quick-website.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 8004, app/assets/stylesheets/quick-website.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 8008, app/assets/stylesheets/quick-website.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 8012, app/assets/stylesheets/quick-website.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8016, app/assets/stylesheets/quick-website.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 8020, app/assets/stylesheets/quick-website.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 8023, app/assets/stylesheets/quick-website.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8027, app/assets/stylesheets/quick-website.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8031, app/assets/stylesheets/quick-website.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8035, app/assets/stylesheets/quick-website.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8039, app/assets/stylesheets/quick-website.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 8042, app/assets/stylesheets/quick-website.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 8046, app/assets/stylesheets/quick-website.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 8050, app/assets/stylesheets/quick-website.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 8054, app/assets/stylesheets/quick-website.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 8058, app/assets/stylesheets/quick-website.scss */
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  /* line 8061, app/assets/stylesheets/quick-website.scss */
  .mt-sm-6,
.my-sm-6 {
    margin-top: 4.5rem !important;
  }
  /* line 8065, app/assets/stylesheets/quick-website.scss */
  .mr-sm-6,
.mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  /* line 8069, app/assets/stylesheets/quick-website.scss */
  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 8073, app/assets/stylesheets/quick-website.scss */
  .ml-sm-6,
.mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  /* line 8077, app/assets/stylesheets/quick-website.scss */
  .m-sm-7 {
    margin: 6rem !important;
  }
  /* line 8080, app/assets/stylesheets/quick-website.scss */
  .mt-sm-7,
.my-sm-7 {
    margin-top: 6rem !important;
  }
  /* line 8084, app/assets/stylesheets/quick-website.scss */
  .mr-sm-7,
.mx-sm-7 {
    margin-right: 6rem !important;
  }
  /* line 8088, app/assets/stylesheets/quick-website.scss */
  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 6rem !important;
  }
  /* line 8092, app/assets/stylesheets/quick-website.scss */
  .ml-sm-7,
.mx-sm-7 {
    margin-left: 6rem !important;
  }
  /* line 8096, app/assets/stylesheets/quick-website.scss */
  .m-sm-8 {
    margin: 7.5rem !important;
  }
  /* line 8099, app/assets/stylesheets/quick-website.scss */
  .mt-sm-8,
.my-sm-8 {
    margin-top: 7.5rem !important;
  }
  /* line 8103, app/assets/stylesheets/quick-website.scss */
  .mr-sm-8,
.mx-sm-8 {
    margin-right: 7.5rem !important;
  }
  /* line 8107, app/assets/stylesheets/quick-website.scss */
  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 7.5rem !important;
  }
  /* line 8111, app/assets/stylesheets/quick-website.scss */
  .ml-sm-8,
.mx-sm-8 {
    margin-left: 7.5rem !important;
  }
  /* line 8115, app/assets/stylesheets/quick-website.scss */
  .m-sm-9 {
    margin: 9rem !important;
  }
  /* line 8118, app/assets/stylesheets/quick-website.scss */
  .mt-sm-9,
.my-sm-9 {
    margin-top: 9rem !important;
  }
  /* line 8122, app/assets/stylesheets/quick-website.scss */
  .mr-sm-9,
.mx-sm-9 {
    margin-right: 9rem !important;
  }
  /* line 8126, app/assets/stylesheets/quick-website.scss */
  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 9rem !important;
  }
  /* line 8130, app/assets/stylesheets/quick-website.scss */
  .ml-sm-9,
.mx-sm-9 {
    margin-left: 9rem !important;
  }
  /* line 8134, app/assets/stylesheets/quick-website.scss */
  .m-sm-10 {
    margin: 10.5rem !important;
  }
  /* line 8137, app/assets/stylesheets/quick-website.scss */
  .mt-sm-10,
.my-sm-10 {
    margin-top: 10.5rem !important;
  }
  /* line 8141, app/assets/stylesheets/quick-website.scss */
  .mr-sm-10,
.mx-sm-10 {
    margin-right: 10.5rem !important;
  }
  /* line 8145, app/assets/stylesheets/quick-website.scss */
  .mb-sm-10,
.my-sm-10 {
    margin-bottom: 10.5rem !important;
  }
  /* line 8149, app/assets/stylesheets/quick-website.scss */
  .ml-sm-10,
.mx-sm-10 {
    margin-left: 10.5rem !important;
  }
  /* line 8153, app/assets/stylesheets/quick-website.scss */
  .m-sm-17 {
    margin: 21rem !important;
  }
  /* line 8156, app/assets/stylesheets/quick-website.scss */
  .mt-sm-17,
.my-sm-17 {
    margin-top: 21rem !important;
  }
  /* line 8160, app/assets/stylesheets/quick-website.scss */
  .mr-sm-17,
.mx-sm-17 {
    margin-right: 21rem !important;
  }
  /* line 8164, app/assets/stylesheets/quick-website.scss */
  .mb-sm-17,
.my-sm-17 {
    margin-bottom: 21rem !important;
  }
  /* line 8168, app/assets/stylesheets/quick-website.scss */
  .ml-sm-17,
.mx-sm-17 {
    margin-left: 21rem !important;
  }
  /* line 8172, app/assets/stylesheets/quick-website.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 8175, app/assets/stylesheets/quick-website.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 8179, app/assets/stylesheets/quick-website.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 8183, app/assets/stylesheets/quick-website.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 8187, app/assets/stylesheets/quick-website.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 8191, app/assets/stylesheets/quick-website.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 8194, app/assets/stylesheets/quick-website.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8198, app/assets/stylesheets/quick-website.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8202, app/assets/stylesheets/quick-website.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8206, app/assets/stylesheets/quick-website.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8210, app/assets/stylesheets/quick-website.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 8213, app/assets/stylesheets/quick-website.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8217, app/assets/stylesheets/quick-website.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8221, app/assets/stylesheets/quick-website.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8225, app/assets/stylesheets/quick-website.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8229, app/assets/stylesheets/quick-website.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 8232, app/assets/stylesheets/quick-website.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 8236, app/assets/stylesheets/quick-website.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 8240, app/assets/stylesheets/quick-website.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8244, app/assets/stylesheets/quick-website.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 8248, app/assets/stylesheets/quick-website.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 8251, app/assets/stylesheets/quick-website.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8255, app/assets/stylesheets/quick-website.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8259, app/assets/stylesheets/quick-website.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8263, app/assets/stylesheets/quick-website.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8267, app/assets/stylesheets/quick-website.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 8270, app/assets/stylesheets/quick-website.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 8274, app/assets/stylesheets/quick-website.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 8278, app/assets/stylesheets/quick-website.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8282, app/assets/stylesheets/quick-website.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 8286, app/assets/stylesheets/quick-website.scss */
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  /* line 8289, app/assets/stylesheets/quick-website.scss */
  .pt-sm-6,
.py-sm-6 {
    padding-top: 4.5rem !important;
  }
  /* line 8293, app/assets/stylesheets/quick-website.scss */
  .pr-sm-6,
.px-sm-6 {
    padding-right: 4.5rem !important;
  }
  /* line 8297, app/assets/stylesheets/quick-website.scss */
  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 8301, app/assets/stylesheets/quick-website.scss */
  .pl-sm-6,
.px-sm-6 {
    padding-left: 4.5rem !important;
  }
  /* line 8305, app/assets/stylesheets/quick-website.scss */
  .p-sm-7 {
    padding: 6rem !important;
  }
  /* line 8308, app/assets/stylesheets/quick-website.scss */
  .pt-sm-7,
.py-sm-7 {
    padding-top: 6rem !important;
  }
  /* line 8312, app/assets/stylesheets/quick-website.scss */
  .pr-sm-7,
.px-sm-7 {
    padding-right: 6rem !important;
  }
  /* line 8316, app/assets/stylesheets/quick-website.scss */
  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 6rem !important;
  }
  /* line 8320, app/assets/stylesheets/quick-website.scss */
  .pl-sm-7,
.px-sm-7 {
    padding-left: 6rem !important;
  }
  /* line 8324, app/assets/stylesheets/quick-website.scss */
  .p-sm-8 {
    padding: 7.5rem !important;
  }
  /* line 8327, app/assets/stylesheets/quick-website.scss */
  .pt-sm-8,
.py-sm-8 {
    padding-top: 7.5rem !important;
  }
  /* line 8331, app/assets/stylesheets/quick-website.scss */
  .pr-sm-8,
.px-sm-8 {
    padding-right: 7.5rem !important;
  }
  /* line 8335, app/assets/stylesheets/quick-website.scss */
  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 7.5rem !important;
  }
  /* line 8339, app/assets/stylesheets/quick-website.scss */
  .pl-sm-8,
.px-sm-8 {
    padding-left: 7.5rem !important;
  }
  /* line 8343, app/assets/stylesheets/quick-website.scss */
  .p-sm-9 {
    padding: 9rem !important;
  }
  /* line 8346, app/assets/stylesheets/quick-website.scss */
  .pt-sm-9,
.py-sm-9 {
    padding-top: 9rem !important;
  }
  /* line 8350, app/assets/stylesheets/quick-website.scss */
  .pr-sm-9,
.px-sm-9 {
    padding-right: 9rem !important;
  }
  /* line 8354, app/assets/stylesheets/quick-website.scss */
  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 9rem !important;
  }
  /* line 8358, app/assets/stylesheets/quick-website.scss */
  .pl-sm-9,
.px-sm-9 {
    padding-left: 9rem !important;
  }
  /* line 8362, app/assets/stylesheets/quick-website.scss */
  .p-sm-10 {
    padding: 10.5rem !important;
  }
  /* line 8365, app/assets/stylesheets/quick-website.scss */
  .pt-sm-10,
.py-sm-10 {
    padding-top: 10.5rem !important;
  }
  /* line 8369, app/assets/stylesheets/quick-website.scss */
  .pr-sm-10,
.px-sm-10 {
    padding-right: 10.5rem !important;
  }
  /* line 8373, app/assets/stylesheets/quick-website.scss */
  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 10.5rem !important;
  }
  /* line 8377, app/assets/stylesheets/quick-website.scss */
  .pl-sm-10,
.px-sm-10 {
    padding-left: 10.5rem !important;
  }
  /* line 8381, app/assets/stylesheets/quick-website.scss */
  .p-sm-17 {
    padding: 21rem !important;
  }
  /* line 8384, app/assets/stylesheets/quick-website.scss */
  .pt-sm-17,
.py-sm-17 {
    padding-top: 21rem !important;
  }
  /* line 8388, app/assets/stylesheets/quick-website.scss */
  .pr-sm-17,
.px-sm-17 {
    padding-right: 21rem !important;
  }
  /* line 8392, app/assets/stylesheets/quick-website.scss */
  .pb-sm-17,
.py-sm-17 {
    padding-bottom: 21rem !important;
  }
  /* line 8396, app/assets/stylesheets/quick-website.scss */
  .pl-sm-17,
.px-sm-17 {
    padding-left: 21rem !important;
  }
  /* line 8400, app/assets/stylesheets/quick-website.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 8403, app/assets/stylesheets/quick-website.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 8407, app/assets/stylesheets/quick-website.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 8411, app/assets/stylesheets/quick-website.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 8415, app/assets/stylesheets/quick-website.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 8419, app/assets/stylesheets/quick-website.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 8422, app/assets/stylesheets/quick-website.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 8426, app/assets/stylesheets/quick-website.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 8430, app/assets/stylesheets/quick-website.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 8434, app/assets/stylesheets/quick-website.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 8438, app/assets/stylesheets/quick-website.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 8441, app/assets/stylesheets/quick-website.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 8445, app/assets/stylesheets/quick-website.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 8449, app/assets/stylesheets/quick-website.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 8453, app/assets/stylesheets/quick-website.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 8457, app/assets/stylesheets/quick-website.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 8460, app/assets/stylesheets/quick-website.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 8464, app/assets/stylesheets/quick-website.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 8468, app/assets/stylesheets/quick-website.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 8472, app/assets/stylesheets/quick-website.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 8476, app/assets/stylesheets/quick-website.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 8479, app/assets/stylesheets/quick-website.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 8483, app/assets/stylesheets/quick-website.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 8487, app/assets/stylesheets/quick-website.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 8491, app/assets/stylesheets/quick-website.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 8495, app/assets/stylesheets/quick-website.scss */
  .m-sm-n6 {
    margin: -4.5rem !important;
  }
  /* line 8498, app/assets/stylesheets/quick-website.scss */
  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 8502, app/assets/stylesheets/quick-website.scss */
  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 8506, app/assets/stylesheets/quick-website.scss */
  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 8510, app/assets/stylesheets/quick-website.scss */
  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 8514, app/assets/stylesheets/quick-website.scss */
  .m-sm-n7 {
    margin: -6rem !important;
  }
  /* line 8517, app/assets/stylesheets/quick-website.scss */
  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -6rem !important;
  }
  /* line 8521, app/assets/stylesheets/quick-website.scss */
  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -6rem !important;
  }
  /* line 8525, app/assets/stylesheets/quick-website.scss */
  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -6rem !important;
  }
  /* line 8529, app/assets/stylesheets/quick-website.scss */
  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -6rem !important;
  }
  /* line 8533, app/assets/stylesheets/quick-website.scss */
  .m-sm-n8 {
    margin: -7.5rem !important;
  }
  /* line 8536, app/assets/stylesheets/quick-website.scss */
  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -7.5rem !important;
  }
  /* line 8540, app/assets/stylesheets/quick-website.scss */
  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -7.5rem !important;
  }
  /* line 8544, app/assets/stylesheets/quick-website.scss */
  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -7.5rem !important;
  }
  /* line 8548, app/assets/stylesheets/quick-website.scss */
  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -7.5rem !important;
  }
  /* line 8552, app/assets/stylesheets/quick-website.scss */
  .m-sm-n9 {
    margin: -9rem !important;
  }
  /* line 8555, app/assets/stylesheets/quick-website.scss */
  .mt-sm-n9,
.my-sm-n9 {
    margin-top: -9rem !important;
  }
  /* line 8559, app/assets/stylesheets/quick-website.scss */
  .mr-sm-n9,
.mx-sm-n9 {
    margin-right: -9rem !important;
  }
  /* line 8563, app/assets/stylesheets/quick-website.scss */
  .mb-sm-n9,
.my-sm-n9 {
    margin-bottom: -9rem !important;
  }
  /* line 8567, app/assets/stylesheets/quick-website.scss */
  .ml-sm-n9,
.mx-sm-n9 {
    margin-left: -9rem !important;
  }
  /* line 8571, app/assets/stylesheets/quick-website.scss */
  .m-sm-n10 {
    margin: -10.5rem !important;
  }
  /* line 8574, app/assets/stylesheets/quick-website.scss */
  .mt-sm-n10,
.my-sm-n10 {
    margin-top: -10.5rem !important;
  }
  /* line 8578, app/assets/stylesheets/quick-website.scss */
  .mr-sm-n10,
.mx-sm-n10 {
    margin-right: -10.5rem !important;
  }
  /* line 8582, app/assets/stylesheets/quick-website.scss */
  .mb-sm-n10,
.my-sm-n10 {
    margin-bottom: -10.5rem !important;
  }
  /* line 8586, app/assets/stylesheets/quick-website.scss */
  .ml-sm-n10,
.mx-sm-n10 {
    margin-left: -10.5rem !important;
  }
  /* line 8590, app/assets/stylesheets/quick-website.scss */
  .m-sm-n17 {
    margin: -21rem !important;
  }
  /* line 8593, app/assets/stylesheets/quick-website.scss */
  .mt-sm-n17,
.my-sm-n17 {
    margin-top: -21rem !important;
  }
  /* line 8597, app/assets/stylesheets/quick-website.scss */
  .mr-sm-n17,
.mx-sm-n17 {
    margin-right: -21rem !important;
  }
  /* line 8601, app/assets/stylesheets/quick-website.scss */
  .mb-sm-n17,
.my-sm-n17 {
    margin-bottom: -21rem !important;
  }
  /* line 8605, app/assets/stylesheets/quick-website.scss */
  .ml-sm-n17,
.mx-sm-n17 {
    margin-left: -21rem !important;
  }
  /* line 8609, app/assets/stylesheets/quick-website.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 8612, app/assets/stylesheets/quick-website.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 8616, app/assets/stylesheets/quick-website.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 8620, app/assets/stylesheets/quick-website.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 8624, app/assets/stylesheets/quick-website.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 8630, app/assets/stylesheets/quick-website.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 8633, app/assets/stylesheets/quick-website.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 8637, app/assets/stylesheets/quick-website.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 8641, app/assets/stylesheets/quick-website.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 8645, app/assets/stylesheets/quick-website.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 8649, app/assets/stylesheets/quick-website.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 8652, app/assets/stylesheets/quick-website.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8656, app/assets/stylesheets/quick-website.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8660, app/assets/stylesheets/quick-website.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8664, app/assets/stylesheets/quick-website.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8668, app/assets/stylesheets/quick-website.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 8671, app/assets/stylesheets/quick-website.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8675, app/assets/stylesheets/quick-website.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8679, app/assets/stylesheets/quick-website.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8683, app/assets/stylesheets/quick-website.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8687, app/assets/stylesheets/quick-website.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 8690, app/assets/stylesheets/quick-website.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 8694, app/assets/stylesheets/quick-website.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 8698, app/assets/stylesheets/quick-website.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8702, app/assets/stylesheets/quick-website.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 8706, app/assets/stylesheets/quick-website.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 8709, app/assets/stylesheets/quick-website.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8713, app/assets/stylesheets/quick-website.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8717, app/assets/stylesheets/quick-website.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8721, app/assets/stylesheets/quick-website.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8725, app/assets/stylesheets/quick-website.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 8728, app/assets/stylesheets/quick-website.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 8732, app/assets/stylesheets/quick-website.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 8736, app/assets/stylesheets/quick-website.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 8740, app/assets/stylesheets/quick-website.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 8744, app/assets/stylesheets/quick-website.scss */
  .m-md-6 {
    margin: 4.5rem !important;
  }
  /* line 8747, app/assets/stylesheets/quick-website.scss */
  .mt-md-6,
.my-md-6 {
    margin-top: 4.5rem !important;
  }
  /* line 8751, app/assets/stylesheets/quick-website.scss */
  .mr-md-6,
.mx-md-6 {
    margin-right: 4.5rem !important;
  }
  /* line 8755, app/assets/stylesheets/quick-website.scss */
  .mb-md-6,
.my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 8759, app/assets/stylesheets/quick-website.scss */
  .ml-md-6,
.mx-md-6 {
    margin-left: 4.5rem !important;
  }
  /* line 8763, app/assets/stylesheets/quick-website.scss */
  .m-md-7 {
    margin: 6rem !important;
  }
  /* line 8766, app/assets/stylesheets/quick-website.scss */
  .mt-md-7,
.my-md-7 {
    margin-top: 6rem !important;
  }
  /* line 8770, app/assets/stylesheets/quick-website.scss */
  .mr-md-7,
.mx-md-7 {
    margin-right: 6rem !important;
  }
  /* line 8774, app/assets/stylesheets/quick-website.scss */
  .mb-md-7,
.my-md-7 {
    margin-bottom: 6rem !important;
  }
  /* line 8778, app/assets/stylesheets/quick-website.scss */
  .ml-md-7,
.mx-md-7 {
    margin-left: 6rem !important;
  }
  /* line 8782, app/assets/stylesheets/quick-website.scss */
  .m-md-8 {
    margin: 7.5rem !important;
  }
  /* line 8785, app/assets/stylesheets/quick-website.scss */
  .mt-md-8,
.my-md-8 {
    margin-top: 7.5rem !important;
  }
  /* line 8789, app/assets/stylesheets/quick-website.scss */
  .mr-md-8,
.mx-md-8 {
    margin-right: 7.5rem !important;
  }
  /* line 8793, app/assets/stylesheets/quick-website.scss */
  .mb-md-8,
.my-md-8 {
    margin-bottom: 7.5rem !important;
  }
  /* line 8797, app/assets/stylesheets/quick-website.scss */
  .ml-md-8,
.mx-md-8 {
    margin-left: 7.5rem !important;
  }
  /* line 8801, app/assets/stylesheets/quick-website.scss */
  .m-md-9 {
    margin: 9rem !important;
  }
  /* line 8804, app/assets/stylesheets/quick-website.scss */
  .mt-md-9,
.my-md-9 {
    margin-top: 9rem !important;
  }
  /* line 8808, app/assets/stylesheets/quick-website.scss */
  .mr-md-9,
.mx-md-9 {
    margin-right: 9rem !important;
  }
  /* line 8812, app/assets/stylesheets/quick-website.scss */
  .mb-md-9,
.my-md-9 {
    margin-bottom: 9rem !important;
  }
  /* line 8816, app/assets/stylesheets/quick-website.scss */
  .ml-md-9,
.mx-md-9 {
    margin-left: 9rem !important;
  }
  /* line 8820, app/assets/stylesheets/quick-website.scss */
  .m-md-10 {
    margin: 10.5rem !important;
  }
  /* line 8823, app/assets/stylesheets/quick-website.scss */
  .mt-md-10,
.my-md-10 {
    margin-top: 10.5rem !important;
  }
  /* line 8827, app/assets/stylesheets/quick-website.scss */
  .mr-md-10,
.mx-md-10 {
    margin-right: 10.5rem !important;
  }
  /* line 8831, app/assets/stylesheets/quick-website.scss */
  .mb-md-10,
.my-md-10 {
    margin-bottom: 10.5rem !important;
  }
  /* line 8835, app/assets/stylesheets/quick-website.scss */
  .ml-md-10,
.mx-md-10 {
    margin-left: 10.5rem !important;
  }
  /* line 8839, app/assets/stylesheets/quick-website.scss */
  .m-md-17 {
    margin: 21rem !important;
  }
  /* line 8842, app/assets/stylesheets/quick-website.scss */
  .mt-md-17,
.my-md-17 {
    margin-top: 21rem !important;
  }
  /* line 8846, app/assets/stylesheets/quick-website.scss */
  .mr-md-17,
.mx-md-17 {
    margin-right: 21rem !important;
  }
  /* line 8850, app/assets/stylesheets/quick-website.scss */
  .mb-md-17,
.my-md-17 {
    margin-bottom: 21rem !important;
  }
  /* line 8854, app/assets/stylesheets/quick-website.scss */
  .ml-md-17,
.mx-md-17 {
    margin-left: 21rem !important;
  }
  /* line 8858, app/assets/stylesheets/quick-website.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 8861, app/assets/stylesheets/quick-website.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 8865, app/assets/stylesheets/quick-website.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 8869, app/assets/stylesheets/quick-website.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 8873, app/assets/stylesheets/quick-website.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 8877, app/assets/stylesheets/quick-website.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 8880, app/assets/stylesheets/quick-website.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8884, app/assets/stylesheets/quick-website.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8888, app/assets/stylesheets/quick-website.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8892, app/assets/stylesheets/quick-website.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8896, app/assets/stylesheets/quick-website.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 8899, app/assets/stylesheets/quick-website.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8903, app/assets/stylesheets/quick-website.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8907, app/assets/stylesheets/quick-website.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8911, app/assets/stylesheets/quick-website.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8915, app/assets/stylesheets/quick-website.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 8918, app/assets/stylesheets/quick-website.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 8922, app/assets/stylesheets/quick-website.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 8926, app/assets/stylesheets/quick-website.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8930, app/assets/stylesheets/quick-website.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 8934, app/assets/stylesheets/quick-website.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 8937, app/assets/stylesheets/quick-website.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8941, app/assets/stylesheets/quick-website.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8945, app/assets/stylesheets/quick-website.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8949, app/assets/stylesheets/quick-website.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8953, app/assets/stylesheets/quick-website.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 8956, app/assets/stylesheets/quick-website.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 8960, app/assets/stylesheets/quick-website.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 8964, app/assets/stylesheets/quick-website.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8968, app/assets/stylesheets/quick-website.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 8972, app/assets/stylesheets/quick-website.scss */
  .p-md-6 {
    padding: 4.5rem !important;
  }
  /* line 8975, app/assets/stylesheets/quick-website.scss */
  .pt-md-6,
.py-md-6 {
    padding-top: 4.5rem !important;
  }
  /* line 8979, app/assets/stylesheets/quick-website.scss */
  .pr-md-6,
.px-md-6 {
    padding-right: 4.5rem !important;
  }
  /* line 8983, app/assets/stylesheets/quick-website.scss */
  .pb-md-6,
.py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 8987, app/assets/stylesheets/quick-website.scss */
  .pl-md-6,
.px-md-6 {
    padding-left: 4.5rem !important;
  }
  /* line 8991, app/assets/stylesheets/quick-website.scss */
  .p-md-7 {
    padding: 6rem !important;
  }
  /* line 8994, app/assets/stylesheets/quick-website.scss */
  .pt-md-7,
.py-md-7 {
    padding-top: 6rem !important;
  }
  /* line 8998, app/assets/stylesheets/quick-website.scss */
  .pr-md-7,
.px-md-7 {
    padding-right: 6rem !important;
  }
  /* line 9002, app/assets/stylesheets/quick-website.scss */
  .pb-md-7,
.py-md-7 {
    padding-bottom: 6rem !important;
  }
  /* line 9006, app/assets/stylesheets/quick-website.scss */
  .pl-md-7,
.px-md-7 {
    padding-left: 6rem !important;
  }
  /* line 9010, app/assets/stylesheets/quick-website.scss */
  .p-md-8 {
    padding: 7.5rem !important;
  }
  /* line 9013, app/assets/stylesheets/quick-website.scss */
  .pt-md-8,
.py-md-8 {
    padding-top: 7.5rem !important;
  }
  /* line 9017, app/assets/stylesheets/quick-website.scss */
  .pr-md-8,
.px-md-8 {
    padding-right: 7.5rem !important;
  }
  /* line 9021, app/assets/stylesheets/quick-website.scss */
  .pb-md-8,
.py-md-8 {
    padding-bottom: 7.5rem !important;
  }
  /* line 9025, app/assets/stylesheets/quick-website.scss */
  .pl-md-8,
.px-md-8 {
    padding-left: 7.5rem !important;
  }
  /* line 9029, app/assets/stylesheets/quick-website.scss */
  .p-md-9 {
    padding: 9rem !important;
  }
  /* line 9032, app/assets/stylesheets/quick-website.scss */
  .pt-md-9,
.py-md-9 {
    padding-top: 9rem !important;
  }
  /* line 9036, app/assets/stylesheets/quick-website.scss */
  .pr-md-9,
.px-md-9 {
    padding-right: 9rem !important;
  }
  /* line 9040, app/assets/stylesheets/quick-website.scss */
  .pb-md-9,
.py-md-9 {
    padding-bottom: 9rem !important;
  }
  /* line 9044, app/assets/stylesheets/quick-website.scss */
  .pl-md-9,
.px-md-9 {
    padding-left: 9rem !important;
  }
  /* line 9048, app/assets/stylesheets/quick-website.scss */
  .p-md-10 {
    padding: 10.5rem !important;
  }
  /* line 9051, app/assets/stylesheets/quick-website.scss */
  .pt-md-10,
.py-md-10 {
    padding-top: 10.5rem !important;
  }
  /* line 9055, app/assets/stylesheets/quick-website.scss */
  .pr-md-10,
.px-md-10 {
    padding-right: 10.5rem !important;
  }
  /* line 9059, app/assets/stylesheets/quick-website.scss */
  .pb-md-10,
.py-md-10 {
    padding-bottom: 10.5rem !important;
  }
  /* line 9063, app/assets/stylesheets/quick-website.scss */
  .pl-md-10,
.px-md-10 {
    padding-left: 10.5rem !important;
  }
  /* line 9067, app/assets/stylesheets/quick-website.scss */
  .p-md-17 {
    padding: 21rem !important;
  }
  /* line 9070, app/assets/stylesheets/quick-website.scss */
  .pt-md-17,
.py-md-17 {
    padding-top: 21rem !important;
  }
  /* line 9074, app/assets/stylesheets/quick-website.scss */
  .pr-md-17,
.px-md-17 {
    padding-right: 21rem !important;
  }
  /* line 9078, app/assets/stylesheets/quick-website.scss */
  .pb-md-17,
.py-md-17 {
    padding-bottom: 21rem !important;
  }
  /* line 9082, app/assets/stylesheets/quick-website.scss */
  .pl-md-17,
.px-md-17 {
    padding-left: 21rem !important;
  }
  /* line 9086, app/assets/stylesheets/quick-website.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 9089, app/assets/stylesheets/quick-website.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9093, app/assets/stylesheets/quick-website.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9097, app/assets/stylesheets/quick-website.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 9101, app/assets/stylesheets/quick-website.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 9105, app/assets/stylesheets/quick-website.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 9108, app/assets/stylesheets/quick-website.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9112, app/assets/stylesheets/quick-website.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 9116, app/assets/stylesheets/quick-website.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 9120, app/assets/stylesheets/quick-website.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 9124, app/assets/stylesheets/quick-website.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 9127, app/assets/stylesheets/quick-website.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 9131, app/assets/stylesheets/quick-website.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 9135, app/assets/stylesheets/quick-website.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 9139, app/assets/stylesheets/quick-website.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 9143, app/assets/stylesheets/quick-website.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 9146, app/assets/stylesheets/quick-website.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9150, app/assets/stylesheets/quick-website.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9154, app/assets/stylesheets/quick-website.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9158, app/assets/stylesheets/quick-website.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9162, app/assets/stylesheets/quick-website.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 9165, app/assets/stylesheets/quick-website.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 9169, app/assets/stylesheets/quick-website.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 9173, app/assets/stylesheets/quick-website.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9177, app/assets/stylesheets/quick-website.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 9181, app/assets/stylesheets/quick-website.scss */
  .m-md-n6 {
    margin: -4.5rem !important;
  }
  /* line 9184, app/assets/stylesheets/quick-website.scss */
  .mt-md-n6,
.my-md-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 9188, app/assets/stylesheets/quick-website.scss */
  .mr-md-n6,
.mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 9192, app/assets/stylesheets/quick-website.scss */
  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 9196, app/assets/stylesheets/quick-website.scss */
  .ml-md-n6,
.mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 9200, app/assets/stylesheets/quick-website.scss */
  .m-md-n7 {
    margin: -6rem !important;
  }
  /* line 9203, app/assets/stylesheets/quick-website.scss */
  .mt-md-n7,
.my-md-n7 {
    margin-top: -6rem !important;
  }
  /* line 9207, app/assets/stylesheets/quick-website.scss */
  .mr-md-n7,
.mx-md-n7 {
    margin-right: -6rem !important;
  }
  /* line 9211, app/assets/stylesheets/quick-website.scss */
  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -6rem !important;
  }
  /* line 9215, app/assets/stylesheets/quick-website.scss */
  .ml-md-n7,
.mx-md-n7 {
    margin-left: -6rem !important;
  }
  /* line 9219, app/assets/stylesheets/quick-website.scss */
  .m-md-n8 {
    margin: -7.5rem !important;
  }
  /* line 9222, app/assets/stylesheets/quick-website.scss */
  .mt-md-n8,
.my-md-n8 {
    margin-top: -7.5rem !important;
  }
  /* line 9226, app/assets/stylesheets/quick-website.scss */
  .mr-md-n8,
.mx-md-n8 {
    margin-right: -7.5rem !important;
  }
  /* line 9230, app/assets/stylesheets/quick-website.scss */
  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -7.5rem !important;
  }
  /* line 9234, app/assets/stylesheets/quick-website.scss */
  .ml-md-n8,
.mx-md-n8 {
    margin-left: -7.5rem !important;
  }
  /* line 9238, app/assets/stylesheets/quick-website.scss */
  .m-md-n9 {
    margin: -9rem !important;
  }
  /* line 9241, app/assets/stylesheets/quick-website.scss */
  .mt-md-n9,
.my-md-n9 {
    margin-top: -9rem !important;
  }
  /* line 9245, app/assets/stylesheets/quick-website.scss */
  .mr-md-n9,
.mx-md-n9 {
    margin-right: -9rem !important;
  }
  /* line 9249, app/assets/stylesheets/quick-website.scss */
  .mb-md-n9,
.my-md-n9 {
    margin-bottom: -9rem !important;
  }
  /* line 9253, app/assets/stylesheets/quick-website.scss */
  .ml-md-n9,
.mx-md-n9 {
    margin-left: -9rem !important;
  }
  /* line 9257, app/assets/stylesheets/quick-website.scss */
  .m-md-n10 {
    margin: -10.5rem !important;
  }
  /* line 9260, app/assets/stylesheets/quick-website.scss */
  .mt-md-n10,
.my-md-n10 {
    margin-top: -10.5rem !important;
  }
  /* line 9264, app/assets/stylesheets/quick-website.scss */
  .mr-md-n10,
.mx-md-n10 {
    margin-right: -10.5rem !important;
  }
  /* line 9268, app/assets/stylesheets/quick-website.scss */
  .mb-md-n10,
.my-md-n10 {
    margin-bottom: -10.5rem !important;
  }
  /* line 9272, app/assets/stylesheets/quick-website.scss */
  .ml-md-n10,
.mx-md-n10 {
    margin-left: -10.5rem !important;
  }
  /* line 9276, app/assets/stylesheets/quick-website.scss */
  .m-md-n17 {
    margin: -21rem !important;
  }
  /* line 9279, app/assets/stylesheets/quick-website.scss */
  .mt-md-n17,
.my-md-n17 {
    margin-top: -21rem !important;
  }
  /* line 9283, app/assets/stylesheets/quick-website.scss */
  .mr-md-n17,
.mx-md-n17 {
    margin-right: -21rem !important;
  }
  /* line 9287, app/assets/stylesheets/quick-website.scss */
  .mb-md-n17,
.my-md-n17 {
    margin-bottom: -21rem !important;
  }
  /* line 9291, app/assets/stylesheets/quick-website.scss */
  .ml-md-n17,
.mx-md-n17 {
    margin-left: -21rem !important;
  }
  /* line 9295, app/assets/stylesheets/quick-website.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 9298, app/assets/stylesheets/quick-website.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 9302, app/assets/stylesheets/quick-website.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 9306, app/assets/stylesheets/quick-website.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 9310, app/assets/stylesheets/quick-website.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 9316, app/assets/stylesheets/quick-website.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 9319, app/assets/stylesheets/quick-website.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 9323, app/assets/stylesheets/quick-website.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 9327, app/assets/stylesheets/quick-website.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 9331, app/assets/stylesheets/quick-website.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 9335, app/assets/stylesheets/quick-website.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 9338, app/assets/stylesheets/quick-website.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 9342, app/assets/stylesheets/quick-website.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 9346, app/assets/stylesheets/quick-website.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 9350, app/assets/stylesheets/quick-website.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9354, app/assets/stylesheets/quick-website.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 9357, app/assets/stylesheets/quick-website.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9361, app/assets/stylesheets/quick-website.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9365, app/assets/stylesheets/quick-website.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9369, app/assets/stylesheets/quick-website.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9373, app/assets/stylesheets/quick-website.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 9376, app/assets/stylesheets/quick-website.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 9380, app/assets/stylesheets/quick-website.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 9384, app/assets/stylesheets/quick-website.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9388, app/assets/stylesheets/quick-website.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 9392, app/assets/stylesheets/quick-website.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 9395, app/assets/stylesheets/quick-website.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9399, app/assets/stylesheets/quick-website.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9403, app/assets/stylesheets/quick-website.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9407, app/assets/stylesheets/quick-website.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9411, app/assets/stylesheets/quick-website.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 9414, app/assets/stylesheets/quick-website.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 9418, app/assets/stylesheets/quick-website.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 9422, app/assets/stylesheets/quick-website.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9426, app/assets/stylesheets/quick-website.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 9430, app/assets/stylesheets/quick-website.scss */
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  /* line 9433, app/assets/stylesheets/quick-website.scss */
  .mt-lg-6,
.my-lg-6 {
    margin-top: 4.5rem !important;
  }
  /* line 9437, app/assets/stylesheets/quick-website.scss */
  .mr-lg-6,
.mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  /* line 9441, app/assets/stylesheets/quick-website.scss */
  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 9445, app/assets/stylesheets/quick-website.scss */
  .ml-lg-6,
.mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  /* line 9449, app/assets/stylesheets/quick-website.scss */
  .m-lg-7 {
    margin: 6rem !important;
  }
  /* line 9452, app/assets/stylesheets/quick-website.scss */
  .mt-lg-7,
.my-lg-7 {
    margin-top: 6rem !important;
  }
  /* line 9456, app/assets/stylesheets/quick-website.scss */
  .mr-lg-7,
.mx-lg-7 {
    margin-right: 6rem !important;
  }
  /* line 9460, app/assets/stylesheets/quick-website.scss */
  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 6rem !important;
  }
  /* line 9464, app/assets/stylesheets/quick-website.scss */
  .ml-lg-7,
.mx-lg-7 {
    margin-left: 6rem !important;
  }
  /* line 9468, app/assets/stylesheets/quick-website.scss */
  .m-lg-8 {
    margin: 7.5rem !important;
  }
  /* line 9471, app/assets/stylesheets/quick-website.scss */
  .mt-lg-8,
.my-lg-8 {
    margin-top: 7.5rem !important;
  }
  /* line 9475, app/assets/stylesheets/quick-website.scss */
  .mr-lg-8,
.mx-lg-8 {
    margin-right: 7.5rem !important;
  }
  /* line 9479, app/assets/stylesheets/quick-website.scss */
  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 7.5rem !important;
  }
  /* line 9483, app/assets/stylesheets/quick-website.scss */
  .ml-lg-8,
.mx-lg-8 {
    margin-left: 7.5rem !important;
  }
  /* line 9487, app/assets/stylesheets/quick-website.scss */
  .m-lg-9 {
    margin: 9rem !important;
  }
  /* line 9490, app/assets/stylesheets/quick-website.scss */
  .mt-lg-9,
.my-lg-9 {
    margin-top: 9rem !important;
  }
  /* line 9494, app/assets/stylesheets/quick-website.scss */
  .mr-lg-9,
.mx-lg-9 {
    margin-right: 9rem !important;
  }
  /* line 9498, app/assets/stylesheets/quick-website.scss */
  .mb-lg-9,
.my-lg-9 {
    margin-bottom: 9rem !important;
  }
  /* line 9502, app/assets/stylesheets/quick-website.scss */
  .ml-lg-9,
.mx-lg-9 {
    margin-left: 9rem !important;
  }
  /* line 9506, app/assets/stylesheets/quick-website.scss */
  .m-lg-10 {
    margin: 10.5rem !important;
  }
  /* line 9509, app/assets/stylesheets/quick-website.scss */
  .mt-lg-10,
.my-lg-10 {
    margin-top: 10.5rem !important;
  }
  /* line 9513, app/assets/stylesheets/quick-website.scss */
  .mr-lg-10,
.mx-lg-10 {
    margin-right: 10.5rem !important;
  }
  /* line 9517, app/assets/stylesheets/quick-website.scss */
  .mb-lg-10,
.my-lg-10 {
    margin-bottom: 10.5rem !important;
  }
  /* line 9521, app/assets/stylesheets/quick-website.scss */
  .ml-lg-10,
.mx-lg-10 {
    margin-left: 10.5rem !important;
  }
  /* line 9525, app/assets/stylesheets/quick-website.scss */
  .m-lg-17 {
    margin: 21rem !important;
  }
  /* line 9528, app/assets/stylesheets/quick-website.scss */
  .mt-lg-17,
.my-lg-17 {
    margin-top: 21rem !important;
  }
  /* line 9532, app/assets/stylesheets/quick-website.scss */
  .mr-lg-17,
.mx-lg-17 {
    margin-right: 21rem !important;
  }
  /* line 9536, app/assets/stylesheets/quick-website.scss */
  .mb-lg-17,
.my-lg-17 {
    margin-bottom: 21rem !important;
  }
  /* line 9540, app/assets/stylesheets/quick-website.scss */
  .ml-lg-17,
.mx-lg-17 {
    margin-left: 21rem !important;
  }
  /* line 9544, app/assets/stylesheets/quick-website.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 9547, app/assets/stylesheets/quick-website.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 9551, app/assets/stylesheets/quick-website.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 9555, app/assets/stylesheets/quick-website.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 9559, app/assets/stylesheets/quick-website.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 9563, app/assets/stylesheets/quick-website.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 9566, app/assets/stylesheets/quick-website.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9570, app/assets/stylesheets/quick-website.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9574, app/assets/stylesheets/quick-website.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9578, app/assets/stylesheets/quick-website.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 9582, app/assets/stylesheets/quick-website.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 9585, app/assets/stylesheets/quick-website.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 9589, app/assets/stylesheets/quick-website.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 9593, app/assets/stylesheets/quick-website.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 9597, app/assets/stylesheets/quick-website.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 9601, app/assets/stylesheets/quick-website.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 9604, app/assets/stylesheets/quick-website.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 9608, app/assets/stylesheets/quick-website.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 9612, app/assets/stylesheets/quick-website.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 9616, app/assets/stylesheets/quick-website.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 9620, app/assets/stylesheets/quick-website.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 9623, app/assets/stylesheets/quick-website.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9627, app/assets/stylesheets/quick-website.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9631, app/assets/stylesheets/quick-website.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9635, app/assets/stylesheets/quick-website.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9639, app/assets/stylesheets/quick-website.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 9642, app/assets/stylesheets/quick-website.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 9646, app/assets/stylesheets/quick-website.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 9650, app/assets/stylesheets/quick-website.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 9654, app/assets/stylesheets/quick-website.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 9658, app/assets/stylesheets/quick-website.scss */
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  /* line 9661, app/assets/stylesheets/quick-website.scss */
  .pt-lg-6,
.py-lg-6 {
    padding-top: 4.5rem !important;
  }
  /* line 9665, app/assets/stylesheets/quick-website.scss */
  .pr-lg-6,
.px-lg-6 {
    padding-right: 4.5rem !important;
  }
  /* line 9669, app/assets/stylesheets/quick-website.scss */
  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 9673, app/assets/stylesheets/quick-website.scss */
  .pl-lg-6,
.px-lg-6 {
    padding-left: 4.5rem !important;
  }
  /* line 9677, app/assets/stylesheets/quick-website.scss */
  .p-lg-7 {
    padding: 6rem !important;
  }
  /* line 9680, app/assets/stylesheets/quick-website.scss */
  .pt-lg-7,
.py-lg-7 {
    padding-top: 6rem !important;
  }
  /* line 9684, app/assets/stylesheets/quick-website.scss */
  .pr-lg-7,
.px-lg-7 {
    padding-right: 6rem !important;
  }
  /* line 9688, app/assets/stylesheets/quick-website.scss */
  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 6rem !important;
  }
  /* line 9692, app/assets/stylesheets/quick-website.scss */
  .pl-lg-7,
.px-lg-7 {
    padding-left: 6rem !important;
  }
  /* line 9696, app/assets/stylesheets/quick-website.scss */
  .p-lg-8 {
    padding: 7.5rem !important;
  }
  /* line 9699, app/assets/stylesheets/quick-website.scss */
  .pt-lg-8,
.py-lg-8 {
    padding-top: 7.5rem !important;
  }
  /* line 9703, app/assets/stylesheets/quick-website.scss */
  .pr-lg-8,
.px-lg-8 {
    padding-right: 7.5rem !important;
  }
  /* line 9707, app/assets/stylesheets/quick-website.scss */
  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 7.5rem !important;
  }
  /* line 9711, app/assets/stylesheets/quick-website.scss */
  .pl-lg-8,
.px-lg-8 {
    padding-left: 7.5rem !important;
  }
  /* line 9715, app/assets/stylesheets/quick-website.scss */
  .p-lg-9 {
    padding: 9rem !important;
  }
  /* line 9718, app/assets/stylesheets/quick-website.scss */
  .pt-lg-9,
.py-lg-9 {
    padding-top: 9rem !important;
  }
  /* line 9722, app/assets/stylesheets/quick-website.scss */
  .pr-lg-9,
.px-lg-9 {
    padding-right: 9rem !important;
  }
  /* line 9726, app/assets/stylesheets/quick-website.scss */
  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 9rem !important;
  }
  /* line 9730, app/assets/stylesheets/quick-website.scss */
  .pl-lg-9,
.px-lg-9 {
    padding-left: 9rem !important;
  }
  /* line 9734, app/assets/stylesheets/quick-website.scss */
  .p-lg-10 {
    padding: 10.5rem !important;
  }
  /* line 9737, app/assets/stylesheets/quick-website.scss */
  .pt-lg-10,
.py-lg-10 {
    padding-top: 10.5rem !important;
  }
  /* line 9741, app/assets/stylesheets/quick-website.scss */
  .pr-lg-10,
.px-lg-10 {
    padding-right: 10.5rem !important;
  }
  /* line 9745, app/assets/stylesheets/quick-website.scss */
  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 10.5rem !important;
  }
  /* line 9749, app/assets/stylesheets/quick-website.scss */
  .pl-lg-10,
.px-lg-10 {
    padding-left: 10.5rem !important;
  }
  /* line 9753, app/assets/stylesheets/quick-website.scss */
  .p-lg-17 {
    padding: 21rem !important;
  }
  /* line 9756, app/assets/stylesheets/quick-website.scss */
  .pt-lg-17,
.py-lg-17 {
    padding-top: 21rem !important;
  }
  /* line 9760, app/assets/stylesheets/quick-website.scss */
  .pr-lg-17,
.px-lg-17 {
    padding-right: 21rem !important;
  }
  /* line 9764, app/assets/stylesheets/quick-website.scss */
  .pb-lg-17,
.py-lg-17 {
    padding-bottom: 21rem !important;
  }
  /* line 9768, app/assets/stylesheets/quick-website.scss */
  .pl-lg-17,
.px-lg-17 {
    padding-left: 21rem !important;
  }
  /* line 9772, app/assets/stylesheets/quick-website.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 9775, app/assets/stylesheets/quick-website.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9779, app/assets/stylesheets/quick-website.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9783, app/assets/stylesheets/quick-website.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 9787, app/assets/stylesheets/quick-website.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 9791, app/assets/stylesheets/quick-website.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 9794, app/assets/stylesheets/quick-website.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9798, app/assets/stylesheets/quick-website.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 9802, app/assets/stylesheets/quick-website.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 9806, app/assets/stylesheets/quick-website.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 9810, app/assets/stylesheets/quick-website.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 9813, app/assets/stylesheets/quick-website.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 9817, app/assets/stylesheets/quick-website.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 9821, app/assets/stylesheets/quick-website.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 9825, app/assets/stylesheets/quick-website.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 9829, app/assets/stylesheets/quick-website.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 9832, app/assets/stylesheets/quick-website.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9836, app/assets/stylesheets/quick-website.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9840, app/assets/stylesheets/quick-website.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9844, app/assets/stylesheets/quick-website.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9848, app/assets/stylesheets/quick-website.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 9851, app/assets/stylesheets/quick-website.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 9855, app/assets/stylesheets/quick-website.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 9859, app/assets/stylesheets/quick-website.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9863, app/assets/stylesheets/quick-website.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 9867, app/assets/stylesheets/quick-website.scss */
  .m-lg-n6 {
    margin: -4.5rem !important;
  }
  /* line 9870, app/assets/stylesheets/quick-website.scss */
  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 9874, app/assets/stylesheets/quick-website.scss */
  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 9878, app/assets/stylesheets/quick-website.scss */
  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 9882, app/assets/stylesheets/quick-website.scss */
  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 9886, app/assets/stylesheets/quick-website.scss */
  .m-lg-n7 {
    margin: -6rem !important;
  }
  /* line 9889, app/assets/stylesheets/quick-website.scss */
  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -6rem !important;
  }
  /* line 9893, app/assets/stylesheets/quick-website.scss */
  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -6rem !important;
  }
  /* line 9897, app/assets/stylesheets/quick-website.scss */
  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -6rem !important;
  }
  /* line 9901, app/assets/stylesheets/quick-website.scss */
  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -6rem !important;
  }
  /* line 9905, app/assets/stylesheets/quick-website.scss */
  .m-lg-n8 {
    margin: -7.5rem !important;
  }
  /* line 9908, app/assets/stylesheets/quick-website.scss */
  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -7.5rem !important;
  }
  /* line 9912, app/assets/stylesheets/quick-website.scss */
  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -7.5rem !important;
  }
  /* line 9916, app/assets/stylesheets/quick-website.scss */
  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -7.5rem !important;
  }
  /* line 9920, app/assets/stylesheets/quick-website.scss */
  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -7.5rem !important;
  }
  /* line 9924, app/assets/stylesheets/quick-website.scss */
  .m-lg-n9 {
    margin: -9rem !important;
  }
  /* line 9927, app/assets/stylesheets/quick-website.scss */
  .mt-lg-n9,
.my-lg-n9 {
    margin-top: -9rem !important;
  }
  /* line 9931, app/assets/stylesheets/quick-website.scss */
  .mr-lg-n9,
.mx-lg-n9 {
    margin-right: -9rem !important;
  }
  /* line 9935, app/assets/stylesheets/quick-website.scss */
  .mb-lg-n9,
.my-lg-n9 {
    margin-bottom: -9rem !important;
  }
  /* line 9939, app/assets/stylesheets/quick-website.scss */
  .ml-lg-n9,
.mx-lg-n9 {
    margin-left: -9rem !important;
  }
  /* line 9943, app/assets/stylesheets/quick-website.scss */
  .m-lg-n10 {
    margin: -10.5rem !important;
  }
  /* line 9946, app/assets/stylesheets/quick-website.scss */
  .mt-lg-n10,
.my-lg-n10 {
    margin-top: -10.5rem !important;
  }
  /* line 9950, app/assets/stylesheets/quick-website.scss */
  .mr-lg-n10,
.mx-lg-n10 {
    margin-right: -10.5rem !important;
  }
  /* line 9954, app/assets/stylesheets/quick-website.scss */
  .mb-lg-n10,
.my-lg-n10 {
    margin-bottom: -10.5rem !important;
  }
  /* line 9958, app/assets/stylesheets/quick-website.scss */
  .ml-lg-n10,
.mx-lg-n10 {
    margin-left: -10.5rem !important;
  }
  /* line 9962, app/assets/stylesheets/quick-website.scss */
  .m-lg-n17 {
    margin: -21rem !important;
  }
  /* line 9965, app/assets/stylesheets/quick-website.scss */
  .mt-lg-n17,
.my-lg-n17 {
    margin-top: -21rem !important;
  }
  /* line 9969, app/assets/stylesheets/quick-website.scss */
  .mr-lg-n17,
.mx-lg-n17 {
    margin-right: -21rem !important;
  }
  /* line 9973, app/assets/stylesheets/quick-website.scss */
  .mb-lg-n17,
.my-lg-n17 {
    margin-bottom: -21rem !important;
  }
  /* line 9977, app/assets/stylesheets/quick-website.scss */
  .ml-lg-n17,
.mx-lg-n17 {
    margin-left: -21rem !important;
  }
  /* line 9981, app/assets/stylesheets/quick-website.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 9984, app/assets/stylesheets/quick-website.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 9988, app/assets/stylesheets/quick-website.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 9992, app/assets/stylesheets/quick-website.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 9996, app/assets/stylesheets/quick-website.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 10002, app/assets/stylesheets/quick-website.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 10005, app/assets/stylesheets/quick-website.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 10009, app/assets/stylesheets/quick-website.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 10013, app/assets/stylesheets/quick-website.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 10017, app/assets/stylesheets/quick-website.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 10021, app/assets/stylesheets/quick-website.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 10024, app/assets/stylesheets/quick-website.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 10028, app/assets/stylesheets/quick-website.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 10032, app/assets/stylesheets/quick-website.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 10036, app/assets/stylesheets/quick-website.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 10040, app/assets/stylesheets/quick-website.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 10043, app/assets/stylesheets/quick-website.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 10047, app/assets/stylesheets/quick-website.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 10051, app/assets/stylesheets/quick-website.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 10055, app/assets/stylesheets/quick-website.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 10059, app/assets/stylesheets/quick-website.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 10062, app/assets/stylesheets/quick-website.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 10066, app/assets/stylesheets/quick-website.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 10070, app/assets/stylesheets/quick-website.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 10074, app/assets/stylesheets/quick-website.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 10078, app/assets/stylesheets/quick-website.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 10081, app/assets/stylesheets/quick-website.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 10085, app/assets/stylesheets/quick-website.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 10089, app/assets/stylesheets/quick-website.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 10093, app/assets/stylesheets/quick-website.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 10097, app/assets/stylesheets/quick-website.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 10100, app/assets/stylesheets/quick-website.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 10104, app/assets/stylesheets/quick-website.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 10108, app/assets/stylesheets/quick-website.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 10112, app/assets/stylesheets/quick-website.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 10116, app/assets/stylesheets/quick-website.scss */
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  /* line 10119, app/assets/stylesheets/quick-website.scss */
  .mt-xl-6,
.my-xl-6 {
    margin-top: 4.5rem !important;
  }
  /* line 10123, app/assets/stylesheets/quick-website.scss */
  .mr-xl-6,
.mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  /* line 10127, app/assets/stylesheets/quick-website.scss */
  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 10131, app/assets/stylesheets/quick-website.scss */
  .ml-xl-6,
.mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  /* line 10135, app/assets/stylesheets/quick-website.scss */
  .m-xl-7 {
    margin: 6rem !important;
  }
  /* line 10138, app/assets/stylesheets/quick-website.scss */
  .mt-xl-7,
.my-xl-7 {
    margin-top: 6rem !important;
  }
  /* line 10142, app/assets/stylesheets/quick-website.scss */
  .mr-xl-7,
.mx-xl-7 {
    margin-right: 6rem !important;
  }
  /* line 10146, app/assets/stylesheets/quick-website.scss */
  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 6rem !important;
  }
  /* line 10150, app/assets/stylesheets/quick-website.scss */
  .ml-xl-7,
.mx-xl-7 {
    margin-left: 6rem !important;
  }
  /* line 10154, app/assets/stylesheets/quick-website.scss */
  .m-xl-8 {
    margin: 7.5rem !important;
  }
  /* line 10157, app/assets/stylesheets/quick-website.scss */
  .mt-xl-8,
.my-xl-8 {
    margin-top: 7.5rem !important;
  }
  /* line 10161, app/assets/stylesheets/quick-website.scss */
  .mr-xl-8,
.mx-xl-8 {
    margin-right: 7.5rem !important;
  }
  /* line 10165, app/assets/stylesheets/quick-website.scss */
  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 7.5rem !important;
  }
  /* line 10169, app/assets/stylesheets/quick-website.scss */
  .ml-xl-8,
.mx-xl-8 {
    margin-left: 7.5rem !important;
  }
  /* line 10173, app/assets/stylesheets/quick-website.scss */
  .m-xl-9 {
    margin: 9rem !important;
  }
  /* line 10176, app/assets/stylesheets/quick-website.scss */
  .mt-xl-9,
.my-xl-9 {
    margin-top: 9rem !important;
  }
  /* line 10180, app/assets/stylesheets/quick-website.scss */
  .mr-xl-9,
.mx-xl-9 {
    margin-right: 9rem !important;
  }
  /* line 10184, app/assets/stylesheets/quick-website.scss */
  .mb-xl-9,
.my-xl-9 {
    margin-bottom: 9rem !important;
  }
  /* line 10188, app/assets/stylesheets/quick-website.scss */
  .ml-xl-9,
.mx-xl-9 {
    margin-left: 9rem !important;
  }
  /* line 10192, app/assets/stylesheets/quick-website.scss */
  .m-xl-10 {
    margin: 10.5rem !important;
  }
  /* line 10195, app/assets/stylesheets/quick-website.scss */
  .mt-xl-10,
.my-xl-10 {
    margin-top: 10.5rem !important;
  }
  /* line 10199, app/assets/stylesheets/quick-website.scss */
  .mr-xl-10,
.mx-xl-10 {
    margin-right: 10.5rem !important;
  }
  /* line 10203, app/assets/stylesheets/quick-website.scss */
  .mb-xl-10,
.my-xl-10 {
    margin-bottom: 10.5rem !important;
  }
  /* line 10207, app/assets/stylesheets/quick-website.scss */
  .ml-xl-10,
.mx-xl-10 {
    margin-left: 10.5rem !important;
  }
  /* line 10211, app/assets/stylesheets/quick-website.scss */
  .m-xl-17 {
    margin: 21rem !important;
  }
  /* line 10214, app/assets/stylesheets/quick-website.scss */
  .mt-xl-17,
.my-xl-17 {
    margin-top: 21rem !important;
  }
  /* line 10218, app/assets/stylesheets/quick-website.scss */
  .mr-xl-17,
.mx-xl-17 {
    margin-right: 21rem !important;
  }
  /* line 10222, app/assets/stylesheets/quick-website.scss */
  .mb-xl-17,
.my-xl-17 {
    margin-bottom: 21rem !important;
  }
  /* line 10226, app/assets/stylesheets/quick-website.scss */
  .ml-xl-17,
.mx-xl-17 {
    margin-left: 21rem !important;
  }
  /* line 10230, app/assets/stylesheets/quick-website.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 10233, app/assets/stylesheets/quick-website.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 10237, app/assets/stylesheets/quick-website.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 10241, app/assets/stylesheets/quick-website.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 10245, app/assets/stylesheets/quick-website.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 10249, app/assets/stylesheets/quick-website.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 10252, app/assets/stylesheets/quick-website.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 10256, app/assets/stylesheets/quick-website.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 10260, app/assets/stylesheets/quick-website.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 10264, app/assets/stylesheets/quick-website.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 10268, app/assets/stylesheets/quick-website.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 10271, app/assets/stylesheets/quick-website.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 10275, app/assets/stylesheets/quick-website.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 10279, app/assets/stylesheets/quick-website.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 10283, app/assets/stylesheets/quick-website.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 10287, app/assets/stylesheets/quick-website.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 10290, app/assets/stylesheets/quick-website.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 10294, app/assets/stylesheets/quick-website.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 10298, app/assets/stylesheets/quick-website.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 10302, app/assets/stylesheets/quick-website.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 10306, app/assets/stylesheets/quick-website.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 10309, app/assets/stylesheets/quick-website.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 10313, app/assets/stylesheets/quick-website.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 10317, app/assets/stylesheets/quick-website.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 10321, app/assets/stylesheets/quick-website.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 10325, app/assets/stylesheets/quick-website.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 10328, app/assets/stylesheets/quick-website.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 10332, app/assets/stylesheets/quick-website.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 10336, app/assets/stylesheets/quick-website.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 10340, app/assets/stylesheets/quick-website.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 10344, app/assets/stylesheets/quick-website.scss */
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  /* line 10347, app/assets/stylesheets/quick-website.scss */
  .pt-xl-6,
.py-xl-6 {
    padding-top: 4.5rem !important;
  }
  /* line 10351, app/assets/stylesheets/quick-website.scss */
  .pr-xl-6,
.px-xl-6 {
    padding-right: 4.5rem !important;
  }
  /* line 10355, app/assets/stylesheets/quick-website.scss */
  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 10359, app/assets/stylesheets/quick-website.scss */
  .pl-xl-6,
.px-xl-6 {
    padding-left: 4.5rem !important;
  }
  /* line 10363, app/assets/stylesheets/quick-website.scss */
  .p-xl-7 {
    padding: 6rem !important;
  }
  /* line 10366, app/assets/stylesheets/quick-website.scss */
  .pt-xl-7,
.py-xl-7 {
    padding-top: 6rem !important;
  }
  /* line 10370, app/assets/stylesheets/quick-website.scss */
  .pr-xl-7,
.px-xl-7 {
    padding-right: 6rem !important;
  }
  /* line 10374, app/assets/stylesheets/quick-website.scss */
  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 6rem !important;
  }
  /* line 10378, app/assets/stylesheets/quick-website.scss */
  .pl-xl-7,
.px-xl-7 {
    padding-left: 6rem !important;
  }
  /* line 10382, app/assets/stylesheets/quick-website.scss */
  .p-xl-8 {
    padding: 7.5rem !important;
  }
  /* line 10385, app/assets/stylesheets/quick-website.scss */
  .pt-xl-8,
.py-xl-8 {
    padding-top: 7.5rem !important;
  }
  /* line 10389, app/assets/stylesheets/quick-website.scss */
  .pr-xl-8,
.px-xl-8 {
    padding-right: 7.5rem !important;
  }
  /* line 10393, app/assets/stylesheets/quick-website.scss */
  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 7.5rem !important;
  }
  /* line 10397, app/assets/stylesheets/quick-website.scss */
  .pl-xl-8,
.px-xl-8 {
    padding-left: 7.5rem !important;
  }
  /* line 10401, app/assets/stylesheets/quick-website.scss */
  .p-xl-9 {
    padding: 9rem !important;
  }
  /* line 10404, app/assets/stylesheets/quick-website.scss */
  .pt-xl-9,
.py-xl-9 {
    padding-top: 9rem !important;
  }
  /* line 10408, app/assets/stylesheets/quick-website.scss */
  .pr-xl-9,
.px-xl-9 {
    padding-right: 9rem !important;
  }
  /* line 10412, app/assets/stylesheets/quick-website.scss */
  .pb-xl-9,
.py-xl-9 {
    padding-bottom: 9rem !important;
  }
  /* line 10416, app/assets/stylesheets/quick-website.scss */
  .pl-xl-9,
.px-xl-9 {
    padding-left: 9rem !important;
  }
  /* line 10420, app/assets/stylesheets/quick-website.scss */
  .p-xl-10 {
    padding: 10.5rem !important;
  }
  /* line 10423, app/assets/stylesheets/quick-website.scss */
  .pt-xl-10,
.py-xl-10 {
    padding-top: 10.5rem !important;
  }
  /* line 10427, app/assets/stylesheets/quick-website.scss */
  .pr-xl-10,
.px-xl-10 {
    padding-right: 10.5rem !important;
  }
  /* line 10431, app/assets/stylesheets/quick-website.scss */
  .pb-xl-10,
.py-xl-10 {
    padding-bottom: 10.5rem !important;
  }
  /* line 10435, app/assets/stylesheets/quick-website.scss */
  .pl-xl-10,
.px-xl-10 {
    padding-left: 10.5rem !important;
  }
  /* line 10439, app/assets/stylesheets/quick-website.scss */
  .p-xl-17 {
    padding: 21rem !important;
  }
  /* line 10442, app/assets/stylesheets/quick-website.scss */
  .pt-xl-17,
.py-xl-17 {
    padding-top: 21rem !important;
  }
  /* line 10446, app/assets/stylesheets/quick-website.scss */
  .pr-xl-17,
.px-xl-17 {
    padding-right: 21rem !important;
  }
  /* line 10450, app/assets/stylesheets/quick-website.scss */
  .pb-xl-17,
.py-xl-17 {
    padding-bottom: 21rem !important;
  }
  /* line 10454, app/assets/stylesheets/quick-website.scss */
  .pl-xl-17,
.px-xl-17 {
    padding-left: 21rem !important;
  }
  /* line 10458, app/assets/stylesheets/quick-website.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 10461, app/assets/stylesheets/quick-website.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 10465, app/assets/stylesheets/quick-website.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 10469, app/assets/stylesheets/quick-website.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 10473, app/assets/stylesheets/quick-website.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 10477, app/assets/stylesheets/quick-website.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 10480, app/assets/stylesheets/quick-website.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 10484, app/assets/stylesheets/quick-website.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 10488, app/assets/stylesheets/quick-website.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 10492, app/assets/stylesheets/quick-website.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 10496, app/assets/stylesheets/quick-website.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 10499, app/assets/stylesheets/quick-website.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 10503, app/assets/stylesheets/quick-website.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 10507, app/assets/stylesheets/quick-website.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 10511, app/assets/stylesheets/quick-website.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 10515, app/assets/stylesheets/quick-website.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 10518, app/assets/stylesheets/quick-website.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 10522, app/assets/stylesheets/quick-website.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 10526, app/assets/stylesheets/quick-website.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 10530, app/assets/stylesheets/quick-website.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 10534, app/assets/stylesheets/quick-website.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 10537, app/assets/stylesheets/quick-website.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 10541, app/assets/stylesheets/quick-website.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 10545, app/assets/stylesheets/quick-website.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 10549, app/assets/stylesheets/quick-website.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 10553, app/assets/stylesheets/quick-website.scss */
  .m-xl-n6 {
    margin: -4.5rem !important;
  }
  /* line 10556, app/assets/stylesheets/quick-website.scss */
  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 10560, app/assets/stylesheets/quick-website.scss */
  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 10564, app/assets/stylesheets/quick-website.scss */
  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 10568, app/assets/stylesheets/quick-website.scss */
  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 10572, app/assets/stylesheets/quick-website.scss */
  .m-xl-n7 {
    margin: -6rem !important;
  }
  /* line 10575, app/assets/stylesheets/quick-website.scss */
  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -6rem !important;
  }
  /* line 10579, app/assets/stylesheets/quick-website.scss */
  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -6rem !important;
  }
  /* line 10583, app/assets/stylesheets/quick-website.scss */
  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -6rem !important;
  }
  /* line 10587, app/assets/stylesheets/quick-website.scss */
  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -6rem !important;
  }
  /* line 10591, app/assets/stylesheets/quick-website.scss */
  .m-xl-n8 {
    margin: -7.5rem !important;
  }
  /* line 10594, app/assets/stylesheets/quick-website.scss */
  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -7.5rem !important;
  }
  /* line 10598, app/assets/stylesheets/quick-website.scss */
  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -7.5rem !important;
  }
  /* line 10602, app/assets/stylesheets/quick-website.scss */
  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -7.5rem !important;
  }
  /* line 10606, app/assets/stylesheets/quick-website.scss */
  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -7.5rem !important;
  }
  /* line 10610, app/assets/stylesheets/quick-website.scss */
  .m-xl-n9 {
    margin: -9rem !important;
  }
  /* line 10613, app/assets/stylesheets/quick-website.scss */
  .mt-xl-n9,
.my-xl-n9 {
    margin-top: -9rem !important;
  }
  /* line 10617, app/assets/stylesheets/quick-website.scss */
  .mr-xl-n9,
.mx-xl-n9 {
    margin-right: -9rem !important;
  }
  /* line 10621, app/assets/stylesheets/quick-website.scss */
  .mb-xl-n9,
.my-xl-n9 {
    margin-bottom: -9rem !important;
  }
  /* line 10625, app/assets/stylesheets/quick-website.scss */
  .ml-xl-n9,
.mx-xl-n9 {
    margin-left: -9rem !important;
  }
  /* line 10629, app/assets/stylesheets/quick-website.scss */
  .m-xl-n10 {
    margin: -10.5rem !important;
  }
  /* line 10632, app/assets/stylesheets/quick-website.scss */
  .mt-xl-n10,
.my-xl-n10 {
    margin-top: -10.5rem !important;
  }
  /* line 10636, app/assets/stylesheets/quick-website.scss */
  .mr-xl-n10,
.mx-xl-n10 {
    margin-right: -10.5rem !important;
  }
  /* line 10640, app/assets/stylesheets/quick-website.scss */
  .mb-xl-n10,
.my-xl-n10 {
    margin-bottom: -10.5rem !important;
  }
  /* line 10644, app/assets/stylesheets/quick-website.scss */
  .ml-xl-n10,
.mx-xl-n10 {
    margin-left: -10.5rem !important;
  }
  /* line 10648, app/assets/stylesheets/quick-website.scss */
  .m-xl-n17 {
    margin: -21rem !important;
  }
  /* line 10651, app/assets/stylesheets/quick-website.scss */
  .mt-xl-n17,
.my-xl-n17 {
    margin-top: -21rem !important;
  }
  /* line 10655, app/assets/stylesheets/quick-website.scss */
  .mr-xl-n17,
.mx-xl-n17 {
    margin-right: -21rem !important;
  }
  /* line 10659, app/assets/stylesheets/quick-website.scss */
  .mb-xl-n17,
.my-xl-n17 {
    margin-bottom: -21rem !important;
  }
  /* line 10663, app/assets/stylesheets/quick-website.scss */
  .ml-xl-n17,
.mx-xl-n17 {
    margin-left: -21rem !important;
  }
  /* line 10667, app/assets/stylesheets/quick-website.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 10670, app/assets/stylesheets/quick-website.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 10674, app/assets/stylesheets/quick-website.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 10678, app/assets/stylesheets/quick-website.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 10682, app/assets/stylesheets/quick-website.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 10687, app/assets/stylesheets/quick-website.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 10690, app/assets/stylesheets/quick-website.scss */
.text-justify {
  text-align: justify !important;
}

/* line 10693, app/assets/stylesheets/quick-website.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 10696, app/assets/stylesheets/quick-website.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 10699, app/assets/stylesheets/quick-website.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 10704, app/assets/stylesheets/quick-website.scss */
.text-left {
  text-align: left !important;
}

/* line 10707, app/assets/stylesheets/quick-website.scss */
.text-right {
  text-align: right !important;
}

/* line 10710, app/assets/stylesheets/quick-website.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 10714, app/assets/stylesheets/quick-website.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 10717, app/assets/stylesheets/quick-website.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 10720, app/assets/stylesheets/quick-website.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 10725, app/assets/stylesheets/quick-website.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 10728, app/assets/stylesheets/quick-website.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 10731, app/assets/stylesheets/quick-website.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 10736, app/assets/stylesheets/quick-website.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 10739, app/assets/stylesheets/quick-website.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 10742, app/assets/stylesheets/quick-website.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 10747, app/assets/stylesheets/quick-website.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 10750, app/assets/stylesheets/quick-website.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 10753, app/assets/stylesheets/quick-website.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 10757, app/assets/stylesheets/quick-website.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 10760, app/assets/stylesheets/quick-website.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 10763, app/assets/stylesheets/quick-website.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 10766, app/assets/stylesheets/quick-website.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 10769, app/assets/stylesheets/quick-website.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 10772, app/assets/stylesheets/quick-website.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 10775, app/assets/stylesheets/quick-website.scss */
.font-weight-bold {
  font-weight: 600 !important;
}

/* line 10778, app/assets/stylesheets/quick-website.scss */
.font-weight-bolder {
  font-weight: 700 !important;
}

/* line 10781, app/assets/stylesheets/quick-website.scss */
.font-italic {
  font-style: italic !important;
}

/* line 10784, app/assets/stylesheets/quick-website.scss */
.text-white {
  color: #FFF !important;
}

/* line 10787, app/assets/stylesheets/quick-website.scss */
.text-primary {
  color: #e76f51 !important;
}

/* line 10790, app/assets/stylesheets/quick-website.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #0061b3 !important;
}

/* line 10794, app/assets/stylesheets/quick-website.scss */
.text-secondary {
  color: #EFF2F7 !important;
}

/* line 10797, app/assets/stylesheets/quick-website.scss */
a.text-secondary:hover,
a.text-secondary:focus {
  color: #bcc9de !important;
}

/* line 10801, app/assets/stylesheets/quick-website.scss */
.text-success {
  color: #5cc9a7 !important;
}

/* line 10804, app/assets/stylesheets/quick-website.scss */
a.text-success:hover,
a.text-success:focus {
  color: #36a381 !important;
}

/* line 10808, app/assets/stylesheets/quick-website.scss */
.text-info {
  color: #50b5ff !important;
}

/* line 10811, app/assets/stylesheets/quick-website.scss */
a.text-info:hover,
a.text-info:focus {
  color: #0495ff !important;
}

/* line 10815, app/assets/stylesheets/quick-website.scss */
.text-warning {
  color: #FFBE3D !important;
}

/* line 10818, app/assets/stylesheets/quick-website.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #f09f00 !important;
}

/* line 10822, app/assets/stylesheets/quick-website.scss */
.text-danger {
  color: #f25767 !important;
}

/* line 10825, app/assets/stylesheets/quick-website.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #ea1228 !important;
}

/* line 10829, app/assets/stylesheets/quick-website.scss */
.text-light {
  color: #EFF2F7 !important;
}

/* line 10832, app/assets/stylesheets/quick-website.scss */
a.text-light:hover,
a.text-light:focus {
  color: #bcc9de !important;
}

/* line 10836, app/assets/stylesheets/quick-website.scss */
.text-dark {
  color: #171347 !important;
}

/* line 10839, app/assets/stylesheets/quick-website.scss */
a.text-dark:hover,
a.text-dark:focus {
  color: #03030b !important;
}

/* line 10843, app/assets/stylesheets/quick-website.scss */
.text-neutral {
  color: #FFF !important;
}

/* line 10846, app/assets/stylesheets/quick-website.scss */
a.text-neutral:hover,
a.text-neutral:focus {
  color: #d9d9d9 !important;
}

/* line 10850, app/assets/stylesheets/quick-website.scss */
.text-white {
  color: #FFF !important;
}

/* line 10853, app/assets/stylesheets/quick-website.scss */
a.text-white:hover,
a.text-white:focus {
  color: #d9d9d9 !important;
}

/* line 10857, app/assets/stylesheets/quick-website.scss */
.text-body {
  color: #718096 !important;
}

/* line 10860, app/assets/stylesheets/quick-website.scss */
.text-muted {
  color: #718096 !important;
}

/* line 10863, app/assets/stylesheets/quick-website.scss */
.text-black-50 {
  color: rgba(31, 45, 61, 0.5) !important;
}

/* line 10866, app/assets/stylesheets/quick-website.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 10869, app/assets/stylesheets/quick-website.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 10876, app/assets/stylesheets/quick-website.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 10879, app/assets/stylesheets/quick-website.scss */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 10883, app/assets/stylesheets/quick-website.scss */
.text-reset {
  color: inherit !important;
}

/* line 10886, app/assets/stylesheets/quick-website.scss */
.visible {
  visibility: visible !important;
}

/* line 10889, app/assets/stylesheets/quick-website.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 10893, app/assets/stylesheets/quick-website.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 10899, app/assets/stylesheets/quick-website.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 10902, app/assets/stylesheets/quick-website.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 10905, app/assets/stylesheets/quick-website.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 10908, app/assets/stylesheets/quick-website.scss */
  pre,
blockquote {
    border: 1px solid #A0AEC0;
    page-break-inside: avoid;
  }
  /* line 10913, app/assets/stylesheets/quick-website.scss */
  thead {
    display: table-header-group;
  }
  /* line 10916, app/assets/stylesheets/quick-website.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 10920, app/assets/stylesheets/quick-website.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 10926, app/assets/stylesheets/quick-website.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 10933, app/assets/stylesheets/quick-website.scss */
  body {
    min-width: 992px !important;
  }
  /* line 10936, app/assets/stylesheets/quick-website.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 10939, app/assets/stylesheets/quick-website.scss */
  .navbar {
    display: none;
  }
  /* line 10942, app/assets/stylesheets/quick-website.scss */
  .badge {
    border: 1px solid #1F2D3D;
  }
  /* line 10945, app/assets/stylesheets/quick-website.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 10948, app/assets/stylesheets/quick-website.scss */
  .table td,
.table th {
    background-color: #FFF !important;
  }
  /* line 10952, app/assets/stylesheets/quick-website.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #E2E8F0 !important;
  }
  /* line 10956, app/assets/stylesheets/quick-website.scss */
  .table-dark {
    color: inherit;
  }
  /* line 10959, app/assets/stylesheets/quick-website.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #EFF2F7;
  }
  /* line 10965, app/assets/stylesheets/quick-website.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #EFF2F7;
  }
}

/* line 10970, app/assets/stylesheets/quick-website.scss */
[data-animate-hover] .animate-this {
  position: relative;
  top: 0;
  transform: translateY(0);
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 10977, app/assets/stylesheets/quick-website.scss */
  [data-animate-hover] .animate-this {
    transition: none;
  }
}

/* line 10981, app/assets/stylesheets/quick-website.scss */
[data-animate-hover="1"]:hover .animate-this {
  transform: translateY(-1rem);
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
}

/* line 10985, app/assets/stylesheets/quick-website.scss */
[data-animate-hover="2"]:hover .animate-this {
  transform: scale(1.1);
  z-index: 10;
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
}

/* line 10990, app/assets/stylesheets/quick-website.scss */
[data-animate-items] .animate-item,
[data-animate-items] .animate-item--visible {
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 10995, app/assets/stylesheets/quick-website.scss */
  [data-animate-items] .animate-item,
[data-animate-items] .animate-item--visible {
    transition: none;
  }
}

/* line 11000, app/assets/stylesheets/quick-website.scss */
[data-animate-items] .animate-item {
  display: none;
  opacity: 0;
  animation: hide_item .2s ease forwards;
  animation-delay: .5s;
}

/* line 11006, app/assets/stylesheets/quick-website.scss */
[data-animate-items]:hover .animate-item {
  display: block;
  animation: show_item .2s ease forwards;
  animation-delay: .5s;
}

@keyframes text_slide {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(300px);
  }
}

@keyframes show_item {
  from {
    opacity: 0;
    transform: translateY(300px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hide_item {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(300px);
  }
}

/* line 11039, app/assets/stylesheets/quick-website.scss */
.hover-blurable {
  position: relative;
}

/* line 11042, app/assets/stylesheets/quick-website.scss */
.hover-blurable .blurable-item {
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  filter: blur(0);
  opacity: 1;
}

/* line 11047, app/assets/stylesheets/quick-website.scss */
.hover-blurable .blurable-hidden {
  position: absolute;
  top: calc(50% + 7px);
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 11056, app/assets/stylesheets/quick-website.scss */
  .hover-blurable .blurable-hidden {
    transition: none;
  }
}

/* line 11060, app/assets/stylesheets/quick-website.scss */
.hover-blurable:hover .blurable-item {
  opacity: .8;
  filter: blur(10px);
  transform: scale(0.95);
}

/* line 11065, app/assets/stylesheets/quick-website.scss */
.hover-blurable:hover .blurable-hidden {
  opacity: 1;
  top: 50%;
}

/* line 11069, app/assets/stylesheets/quick-website.scss */
.bg-light-primary {
  background-color: #33a1ff !important;
}

/* line 11072, app/assets/stylesheets/quick-website.scss */
a.bg-light-primary:hover,
a.bg-light-primary:focus,
button.bg-light-primary:hover,
button.bg-light-primary:focus {
  background-color: #e76f51 !important;
}

/* line 11078, app/assets/stylesheets/quick-website.scss */
.bg-dark-primary {
  background-color: #006ecc !important;
}

/* line 11081, app/assets/stylesheets/quick-website.scss */
a.bg-dark-primary:hover,
a.bg-dark-primary:focus,
button.bg-dark-primary:hover,
button.bg-dark-primary:focus {
  background-color: #005399 !important;
}

/* line 11087, app/assets/stylesheets/quick-website.scss */
.bg-soft-primary {
  background-color: #e0f1ff;
}

/* line 11090, app/assets/stylesheets/quick-website.scss */
.bg-gradient-primary {
  background: linear-gradient(50deg, #e76f51 0, #003eff 100%) !important;
}

/* line 11093, app/assets/stylesheets/quick-website.scss */
.bg-translucent-primary {
  background-color: rgba(0, 119, 219, 0.6) !important;
}

/* line 11096, app/assets/stylesheets/quick-website.scss */
a.bg-translucent-primary:hover,
a.bg-translucent-primary:focus,
button.bg-translucent-primary:hover,
button.bg-translucent-primary:focus {
  background-color: rgba(0, 105, 194, 0.6) !important;
}

/* line 11102, app/assets/stylesheets/quick-website.scss */
.bg-light-secondary {
  background-color: white !important;
}

/* line 11105, app/assets/stylesheets/quick-website.scss */
a.bg-light-secondary:hover,
a.bg-light-secondary:focus,
button.bg-light-secondary:hover,
button.bg-light-secondary:focus {
  background-color: #e6e6e6 !important;
}

/* line 11111, app/assets/stylesheets/quick-website.scss */
.bg-dark-secondary {
  background-color: #cdd6e6 !important;
}

/* line 11114, app/assets/stylesheets/quick-website.scss */
a.bg-dark-secondary:hover,
a.bg-dark-secondary:focus,
button.bg-dark-secondary:hover,
button.bg-dark-secondary:focus {
  background-color: #abbbd5 !important;
}

/* line 11120, app/assets/stylesheets/quick-website.scss */
.bg-soft-secondary {
  background-color: #fdfdfe;
}

/* line 11123, app/assets/stylesheets/quick-website.scss */
.bg-gradient-secondary {
  background: linear-gradient(50deg, #EFF2F7 0, #eff0f7 100%) !important;
}

/* line 11126, app/assets/stylesheets/quick-website.scss */
.bg-translucent-secondary {
  background-color: rgba(215, 223, 235, 0.6) !important;
}

/* line 11129, app/assets/stylesheets/quick-website.scss */
a.bg-translucent-secondary:hover,
a.bg-translucent-secondary:focus,
button.bg-translucent-secondary:hover,
button.bg-translucent-secondary:focus {
  background-color: rgba(198, 209, 227, 0.6) !important;
}

/* line 11135, app/assets/stylesheets/quick-website.scss */
.bg-light-success {
  background-color: #82d6bc !important;
}

/* line 11138, app/assets/stylesheets/quick-website.scss */
a.bg-light-success:hover,
a.bg-light-success:focus,
button.bg-light-success:hover,
button.bg-light-success:focus {
  background-color: #5cc9a7 !important;
}

/* line 11144, app/assets/stylesheets/quick-website.scss */
.bg-dark-success {
  background-color: #3cb690 !important;
}

/* line 11147, app/assets/stylesheets/quick-website.scss */
a.bg-dark-success:hover,
a.bg-dark-success:focus,
button.bg-dark-success:hover,
button.bg-dark-success:focus {
  background-color: #308f72 !important;
}

/* line 11153, app/assets/stylesheets/quick-website.scss */
.bg-soft-success {
  background-color: #ebf9f4;
}

/* line 11156, app/assets/stylesheets/quick-website.scss */
.bg-gradient-success {
  background: linear-gradient(50deg, #5cc9a7 0, #5cc9c8 100%) !important;
}

/* line 11159, app/assets/stylesheets/quick-website.scss */
.bg-translucent-success {
  background-color: rgba(65, 192, 153, 0.6) !important;
}

/* line 11162, app/assets/stylesheets/quick-website.scss */
a.bg-translucent-success:hover,
a.bg-translucent-success:focus,
button.bg-translucent-success:hover,
button.bg-translucent-success:focus {
  background-color: rgba(58, 174, 138, 0.6) !important;
}

/* line 11168, app/assets/stylesheets/quick-website.scss */
.bg-light-info {
  background-color: #83cbff !important;
}

/* line 11171, app/assets/stylesheets/quick-website.scss */
a.bg-light-info:hover,
a.bg-light-info:focus,
button.bg-light-info:hover,
button.bg-light-info:focus {
  background-color: #50b5ff !important;
}

/* line 11177, app/assets/stylesheets/quick-website.scss */
.bg-dark-info {
  background-color: #1d9fff !important;
}

/* line 11180, app/assets/stylesheets/quick-website.scss */
a.bg-dark-info:hover,
a.bg-dark-info:focus,
button.bg-dark-info:hover,
button.bg-dark-info:focus {
  background-color: #0086e9 !important;
}

/* line 11186, app/assets/stylesheets/quick-website.scss */
.bg-soft-info {
  background-color: #eaf6ff;
}

/* line 11189, app/assets/stylesheets/quick-website.scss */
.bg-gradient-info {
  background: linear-gradient(50deg, #50b5ff 0, #5081ff 100%) !important;
}

/* line 11192, app/assets/stylesheets/quick-website.scss */
.bg-translucent-info {
  background-color: rgba(44, 166, 255, 0.6) !important;
}

/* line 11195, app/assets/stylesheets/quick-website.scss */
a.bg-translucent-info:hover,
a.bg-translucent-info:focus,
button.bg-translucent-info:hover,
button.bg-translucent-info:focus {
  background-color: rgba(19, 155, 255, 0.6) !important;
}

/* line 11201, app/assets/stylesheets/quick-website.scss */
.bg-light-warning {
  background-color: #ffcf70 !important;
}

/* line 11204, app/assets/stylesheets/quick-website.scss */
a.bg-light-warning:hover,
a.bg-light-warning:focus,
button.bg-light-warning:hover,
button.bg-light-warning:focus {
  background-color: #ffbe3d !important;
}

/* line 11210, app/assets/stylesheets/quick-website.scss */
.bg-dark-warning {
  background-color: #ffad0a !important;
}

/* line 11213, app/assets/stylesheets/quick-website.scss */
a.bg-dark-warning:hover,
a.bg-dark-warning:focus,
button.bg-dark-warning:hover,
button.bg-dark-warning:focus {
  background-color: #d68e00 !important;
}

/* line 11219, app/assets/stylesheets/quick-website.scss */
.bg-soft-warning {
  background-color: #fff7e8;
}

/* line 11222, app/assets/stylesheets/quick-website.scss */
.bg-gradient-warning {
  background: linear-gradient(50deg, #FFBE3D 0, #fff83d 100%) !important;
}

/* line 11225, app/assets/stylesheets/quick-website.scss */
.bg-translucent-warning {
  background-color: rgba(255, 178, 25, 0.6) !important;
}

/* line 11228, app/assets/stylesheets/quick-website.scss */
a.bg-translucent-warning:hover,
a.bg-translucent-warning:focus,
button.bg-translucent-warning:hover,
button.bg-translucent-warning:focus {
  background-color: rgba(255, 169, 0, 0.6) !important;
}

/* line 11234, app/assets/stylesheets/quick-website.scss */
.bg-light-danger {
  background-color: #f68692 !important;
}

/* line 11237, app/assets/stylesheets/quick-website.scss */
a.bg-light-danger:hover,
a.bg-light-danger:focus,
button.bg-light-danger:hover,
button.bg-light-danger:focus {
  background-color: #f25767 !important;
}

/* line 11243, app/assets/stylesheets/quick-website.scss */
.bg-dark-danger {
  background-color: #ee283c !important;
}

/* line 11246, app/assets/stylesheets/quick-website.scss */
a.bg-dark-danger:hover,
a.bg-dark-danger:focus,
button.bg-dark-danger:hover,
button.bg-dark-danger:focus {
  background-color: #d31024 !important;
}

/* line 11252, app/assets/stylesheets/quick-website.scss */
.bg-soft-danger {
  background-color: #fdebed;
}

/* line 11255, app/assets/stylesheets/quick-website.scss */
.bg-gradient-danger {
  background: linear-gradient(50deg, #f25767 0, #f27657 100%) !important;
}

/* line 11258, app/assets/stylesheets/quick-website.scss */
.bg-translucent-danger {
  background-color: rgba(239, 54, 73, 0.6) !important;
}

/* line 11261, app/assets/stylesheets/quick-website.scss */
a.bg-translucent-danger:hover,
a.bg-translucent-danger:focus,
button.bg-translucent-danger:hover,
button.bg-translucent-danger:focus {
  background-color: rgba(238, 30, 52, 0.6) !important;
}

/* line 11267, app/assets/stylesheets/quick-website.scss */
.bg-light-light {
  background-color: white !important;
}

/* line 11270, app/assets/stylesheets/quick-website.scss */
a.bg-light-light:hover,
a.bg-light-light:focus,
button.bg-light-light:hover,
button.bg-light-light:focus {
  background-color: #e6e6e6 !important;
}

/* line 11276, app/assets/stylesheets/quick-website.scss */
.bg-dark-light {
  background-color: #cdd6e6 !important;
}

/* line 11279, app/assets/stylesheets/quick-website.scss */
a.bg-dark-light:hover,
a.bg-dark-light:focus,
button.bg-dark-light:hover,
button.bg-dark-light:focus {
  background-color: #abbbd5 !important;
}

/* line 11285, app/assets/stylesheets/quick-website.scss */
.bg-soft-light {
  background-color: #fdfdfe;
}

/* line 11288, app/assets/stylesheets/quick-website.scss */
.bg-gradient-light {
  background: linear-gradient(50deg, #EFF2F7 0, #eff0f7 100%) !important;
}

/* line 11291, app/assets/stylesheets/quick-website.scss */
.bg-translucent-light {
  background-color: rgba(215, 223, 235, 0.6) !important;
}

/* line 11294, app/assets/stylesheets/quick-website.scss */
a.bg-translucent-light:hover,
a.bg-translucent-light:focus,
button.bg-translucent-light:hover,
button.bg-translucent-light:focus {
  background-color: rgba(198, 209, 227, 0.6) !important;
}

/* line 11300, app/assets/stylesheets/quick-website.scss */
.bg-light-dark {
  background-color: #241e6f !important;
}

/* line 11303, app/assets/stylesheets/quick-website.scss */
a.bg-light-dark:hover,
a.bg-light-dark:focus,
button.bg-light-dark:hover,
button.bg-light-dark:focus {
  background-color: #171347 !important;
}

/* line 11309, app/assets/stylesheets/quick-website.scss */
.bg-dark-dark {
  background-color: #0a081f !important;
}

/* line 11312, app/assets/stylesheets/quick-website.scss */
a.bg-dark-dark:hover,
a.bg-dark-dark:focus,
button.bg-dark-dark:hover,
button.bg-dark-dark:focus {
  background-color: black !important;
}

/* line 11318, app/assets/stylesheets/quick-website.scss */
.bg-soft-dark {
  background-color: #e3e3e9;
}

/* line 11321, app/assets/stylesheets/quick-website.scss */
.bg-gradient-dark {
  background: linear-gradient(50deg, #171347 0, #271347 100%) !important;
}

/* line 11324, app/assets/stylesheets/quick-website.scss */
.bg-translucent-dark {
  background-color: rgba(14, 11, 43, 0.6) !important;
}

/* line 11327, app/assets/stylesheets/quick-website.scss */
a.bg-translucent-dark:hover,
a.bg-translucent-dark:focus,
button.bg-translucent-dark:hover,
button.bg-translucent-dark:focus {
  background-color: rgba(7, 6, 23, 0.6) !important;
}

/* line 11333, app/assets/stylesheets/quick-website.scss */
.bg-light-neutral {
  background-color: white !important;
}

/* line 11336, app/assets/stylesheets/quick-website.scss */
a.bg-light-neutral:hover,
a.bg-light-neutral:focus,
button.bg-light-neutral:hover,
button.bg-light-neutral:focus {
  background-color: #e6e6e6 !important;
}

/* line 11342, app/assets/stylesheets/quick-website.scss */
.bg-dark-neutral {
  background-color: #e6e6e6 !important;
}

/* line 11345, app/assets/stylesheets/quick-website.scss */
a.bg-dark-neutral:hover,
a.bg-dark-neutral:focus,
button.bg-dark-neutral:hover,
button.bg-dark-neutral:focus {
  background-color: #cccccc !important;
}

/* line 11351, app/assets/stylesheets/quick-website.scss */
.bg-soft-neutral {
  background-color: white;
}

/* line 11354, app/assets/stylesheets/quick-website.scss */
.bg-gradient-neutral {
  background: linear-gradient(50deg, #FFF 0, white 100%) !important;
}

/* line 11357, app/assets/stylesheets/quick-website.scss */
.bg-translucent-neutral {
  background-color: rgba(237, 237, 237, 0.6) !important;
}

/* line 11360, app/assets/stylesheets/quick-website.scss */
a.bg-translucent-neutral:hover,
a.bg-translucent-neutral:focus,
button.bg-translucent-neutral:hover,
button.bg-translucent-neutral:focus {
  background-color: rgba(224, 224, 224, 0.6) !important;
}

/* line 11366, app/assets/stylesheets/quick-website.scss */
.bg-light-white {
  background-color: white !important;
}

/* line 11369, app/assets/stylesheets/quick-website.scss */
a.bg-light-white:hover,
a.bg-light-white:focus,
button.bg-light-white:hover,
button.bg-light-white:focus {
  background-color: #e6e6e6 !important;
}

/* line 11375, app/assets/stylesheets/quick-website.scss */
.bg-dark-white {
  background-color: #e6e6e6 !important;
}

/* line 11378, app/assets/stylesheets/quick-website.scss */
a.bg-dark-white:hover,
a.bg-dark-white:focus,
button.bg-dark-white:hover,
button.bg-dark-white:focus {
  background-color: #cccccc !important;
}

/* line 11384, app/assets/stylesheets/quick-website.scss */
.bg-soft-white {
  background-color: white;
}

/* line 11387, app/assets/stylesheets/quick-website.scss */
.bg-gradient-white {
  background: linear-gradient(50deg, #FFF 0, white 100%) !important;
}

/* line 11390, app/assets/stylesheets/quick-website.scss */
.bg-translucent-white {
  background-color: rgba(237, 237, 237, 0.6) !important;
}

/* line 11393, app/assets/stylesheets/quick-website.scss */
a.bg-translucent-white:hover,
a.bg-translucent-white:focus,
button.bg-translucent-white:hover,
button.bg-translucent-white:focus {
  background-color: rgba(224, 224, 224, 0.6) !important;
}

/* line 11399, app/assets/stylesheets/quick-website.scss */
.bg-blue {
  background-color: #e76f51 !important;
}

/* line 11402, app/assets/stylesheets/quick-website.scss */
a.bg-blue:hover,
a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #006ecc !important;
}

/* line 11408, app/assets/stylesheets/quick-website.scss */
.bg-gradient-blue {
  background: linear-gradient(50deg, #e76f51 0, #003eff 100%) !important;
}

/* line 11411, app/assets/stylesheets/quick-website.scss */
.bg-indigo {
  background-color: #6e00ff !important;
}

/* line 11414, app/assets/stylesheets/quick-website.scss */
a.bg-indigo:hover,
a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #5800cc !important;
}

/* line 11420, app/assets/stylesheets/quick-website.scss */
.bg-gradient-indigo {
  background: linear-gradient(50deg, #6e00ff 0, #bb00ff 100%) !important;
}

/* line 11423, app/assets/stylesheets/quick-website.scss */
.bg-purple {
  background-color: #510FA8 !important;
}

/* line 11426, app/assets/stylesheets/quick-website.scss */
a.bg-purple:hover,
a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #3a0b79 !important;
}

/* line 11432, app/assets/stylesheets/quick-website.scss */
.bg-gradient-purple {
  background: linear-gradient(50deg, #510FA8 0, #7f0fa8 100%) !important;
}

/* line 11435, app/assets/stylesheets/quick-website.scss */
.bg-pink {
  background-color: #f074ad !important;
}

/* line 11438, app/assets/stylesheets/quick-website.scss */
a.bg-pink:hover,
a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #eb4692 !important;
}

/* line 11444, app/assets/stylesheets/quick-website.scss */
.bg-gradient-pink {
  background: linear-gradient(50deg, #f074ad 0, #f07488 100%) !important;
}

/* line 11447, app/assets/stylesheets/quick-website.scss */
.bg-red {
  background-color: #f25767 !important;
}

/* line 11450, app/assets/stylesheets/quick-website.scss */
a.bg-red:hover,
a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #ee283c !important;
}

/* line 11456, app/assets/stylesheets/quick-website.scss */
.bg-gradient-red {
  background: linear-gradient(50deg, #f25767 0, #f27657 100%) !important;
}

/* line 11459, app/assets/stylesheets/quick-website.scss */
.bg-orange {
  background-color: #FFBE3D !important;
}

/* line 11462, app/assets/stylesheets/quick-website.scss */
a.bg-orange:hover,
a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #ffad0a !important;
}

/* line 11468, app/assets/stylesheets/quick-website.scss */
.bg-gradient-orange {
  background: linear-gradient(50deg, #FFBE3D 0, #fff83d 100%) !important;
}

/* line 11471, app/assets/stylesheets/quick-website.scss */
.bg-yellow {
  background-color: #ffc431 !important;
}

/* line 11474, app/assets/stylesheets/quick-website.scss */
a.bg-yellow:hover,
a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #fdb500 !important;
}

/* line 11480, app/assets/stylesheets/quick-website.scss */
.bg-gradient-yellow {
  background: linear-gradient(50deg, #ffc431 0, #fcff31 100%) !important;
}

/* line 11483, app/assets/stylesheets/quick-website.scss */
.bg-green {
  background-color: #94ccb8 !important;
}

/* line 11486, app/assets/stylesheets/quick-website.scss */
a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #94ccb8 !important;
}

/* line 11492, app/assets/stylesheets/quick-website.scss */
.bg-gradient-green {
  background: linear-gradient(50deg, #5cc9a7 0, #5cc9c8 100%) !important;
}

/* line 11495, app/assets/stylesheets/quick-website.scss */
.bg-teal {
  background-color: #50b5ff !important;
}

/* line 11498, app/assets/stylesheets/quick-website.scss */
a.bg-teal:hover,
a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #1d9fff !important;
}

/* line 11504, app/assets/stylesheets/quick-website.scss */
.bg-gradient-teal {
  background: linear-gradient(50deg, #50b5ff 0, #5081ff 100%) !important;
}

/* line 11507, app/assets/stylesheets/quick-website.scss */
.bg-cyan {
  background-color: #4bd6e5 !important;
}

/* line 11510, app/assets/stylesheets/quick-website.scss */
a.bg-cyan:hover,
a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #20cbdd !important;
}

/* line 11516, app/assets/stylesheets/quick-website.scss */
.bg-gradient-cyan {
  background: linear-gradient(50deg, #4bd6e5 0, #4ba8e5 100%) !important;
}

/* line 11519, app/assets/stylesheets/quick-website.scss */
.bg-white {
  background-color: #FFF !important;
}

/* line 11522, app/assets/stylesheets/quick-website.scss */
a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

/* line 11528, app/assets/stylesheets/quick-website.scss */
.bg-gradient-white {
  background: linear-gradient(50deg, #FFF 0, white 100%) !important;
}

/* line 11531, app/assets/stylesheets/quick-website.scss */
.bg-gray {
  background-color: #718096 !important;
}

/* line 11534, app/assets/stylesheets/quick-website.scss */
a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #5a677a !important;
}

/* line 11540, app/assets/stylesheets/quick-website.scss */
.bg-gradient-gray {
  background: linear-gradient(50deg, #718096 0, #717596 100%) !important;
}

/* line 11543, app/assets/stylesheets/quick-website.scss */
.bg-gray-dark {
  background-color: #2D3748 !important;
}

/* line 11546, app/assets/stylesheets/quick-website.scss */
a.bg-gray-dark:hover,
a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: #191f29 !important;
}

/* line 11552, app/assets/stylesheets/quick-website.scss */
.bg-gradient-gray-dark {
  background: linear-gradient(50deg, #2D3748 0, #2d2f48 100%) !important;
}

/* line 11555, app/assets/stylesheets/quick-website.scss */
.bg-section-primary {
  background-color: #FFF !important;
}

/* line 11558, app/assets/stylesheets/quick-website.scss */
.bg-section-secondary {
  background-color: #FAFBFE !important;
}

/* line 11561, app/assets/stylesheets/quick-website.scss */
.bg-section-blue {
  background-color: #4fb0a7 !important;
}

/* line 11564, app/assets/stylesheets/quick-website.scss */
.bg-section-light {
  background-color: #CBD5E0 !important;
}

/* line 11567, app/assets/stylesheets/quick-website.scss */
.bg-section-dark {
  background-color: #0e0b2b !important;
}

/* line 11570, app/assets/stylesheets/quick-website.scss */
.bg-gray-100 {
  background-color: #FAFBFE !important;
}

/* line 11573, app/assets/stylesheets/quick-website.scss */
a.bg-gray-100:hover,
a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
  background-color: #d0d9f6 !important;
}

/* line 11579, app/assets/stylesheets/quick-website.scss */
.bg-gray-200 {
  background-color: #EFF2F7 !important;
}

/* line 11582, app/assets/stylesheets/quick-website.scss */
a.bg-gray-200:hover,
a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
  background-color: #cdd6e6 !important;
}

/* line 11588, app/assets/stylesheets/quick-website.scss */
.bg-gray-300 {
  background-color: #E2E8F0 !important;
}

/* line 11591, app/assets/stylesheets/quick-website.scss */
a.bg-gray-300:hover,
a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
  background-color: #c0cddf !important;
}

/* line 11597, app/assets/stylesheets/quick-website.scss */
.bg-gray-400 {
  background-color: #CBD5E0 !important;
}

/* line 11600, app/assets/stylesheets/quick-website.scss */
a.bg-gray-400:hover,
a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
  background-color: #abbbcd !important;
}

/* line 11606, app/assets/stylesheets/quick-website.scss */
.bg-gray-500 {
  background-color: #A0AEC0 !important;
}

/* line 11609, app/assets/stylesheets/quick-website.scss */
a.bg-gray-500:hover,
a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
  background-color: #8194ac !important;
}

/* line 11615, app/assets/stylesheets/quick-website.scss */
.bg-gray-600 {
  background-color: #718096 !important;
}

/* line 11618, app/assets/stylesheets/quick-website.scss */
a.bg-gray-600:hover,
a.bg-gray-600:focus,
button.bg-gray-600:hover,
button.bg-gray-600:focus {
  background-color: #5a677a !important;
}

/* line 11624, app/assets/stylesheets/quick-website.scss */
.bg-gray-700 {
  background-color: #4A5568 !important;
}

/* line 11627, app/assets/stylesheets/quick-website.scss */
a.bg-gray-700:hover,
a.bg-gray-700:focus,
button.bg-gray-700:hover,
button.bg-gray-700:focus {
  background-color: #353d4a !important;
}

/* line 11633, app/assets/stylesheets/quick-website.scss */
.bg-gray-800 {
  background-color: #2D3748 !important;
}

/* line 11636, app/assets/stylesheets/quick-website.scss */
a.bg-gray-800:hover,
a.bg-gray-800:focus,
button.bg-gray-800:hover,
button.bg-gray-800:focus {
  background-color: #191f29 !important;
}

/* line 11642, app/assets/stylesheets/quick-website.scss */
.bg-gray-900 {
  background-color: #273444 !important;
}

/* line 11645, app/assets/stylesheets/quick-website.scss */
a.bg-gray-900:hover,
a.bg-gray-900:focus,
button.bg-gray-900:hover,
button.bg-gray-900:focus {
  background-color: #141b24 !important;
}

/* line 11651, app/assets/stylesheets/quick-website.scss */
.bg-black {
  background-color: #1F2D3D !important;
}

/* line 11654, app/assets/stylesheets/quick-website.scss */
a.bg-black:hover,
a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: #0e141b !important;
}

/* line 11660, app/assets/stylesheets/quick-website.scss */
.fill-primary {
  fill: #e76f51 !important;
}

/* line 11663, app/assets/stylesheets/quick-website.scss */
.fill-soft-primary {
  fill: #e0f1ff;
}

/* line 11666, app/assets/stylesheets/quick-website.scss */
.fill-secondary {
  fill: #EFF2F7 !important;
}

/* line 11669, app/assets/stylesheets/quick-website.scss */
.fill-soft-secondary {
  fill: #fdfdfe;
}

/* line 11672, app/assets/stylesheets/quick-website.scss */
.fill-success {
  fill: #5cc9a7 !important;
}

/* line 11675, app/assets/stylesheets/quick-website.scss */
.fill-soft-success {
  fill: #ebf9f4;
}

/* line 11678, app/assets/stylesheets/quick-website.scss */
.fill-info {
  fill: #50b5ff !important;
}

/* line 11681, app/assets/stylesheets/quick-website.scss */
.fill-soft-info {
  fill: #eaf6ff;
}

/* line 11684, app/assets/stylesheets/quick-website.scss */
.fill-warning {
  fill: #FFBE3D !important;
}

/* line 11687, app/assets/stylesheets/quick-website.scss */
.fill-soft-warning {
  fill: #fff7e8;
}

/* line 11690, app/assets/stylesheets/quick-website.scss */
.fill-danger {
  fill: #f25767 !important;
}

/* line 11693, app/assets/stylesheets/quick-website.scss */
.fill-soft-danger {
  fill: #fdebed;
}

/* line 11696, app/assets/stylesheets/quick-website.scss */
.fill-light {
  fill: #EFF2F7 !important;
}

/* line 11699, app/assets/stylesheets/quick-website.scss */
.fill-soft-light {
  fill: #fdfdfe;
}

/* line 11702, app/assets/stylesheets/quick-website.scss */
.fill-dark {
  fill: #171347 !important;
}

/* line 11705, app/assets/stylesheets/quick-website.scss */
.fill-soft-dark {
  fill: #e3e3e9;
}

/* line 11708, app/assets/stylesheets/quick-website.scss */
.fill-neutral {
  fill: #FFF !important;
}

/* line 11711, app/assets/stylesheets/quick-website.scss */
.fill-soft-neutral {
  fill: white;
}

/* line 11714, app/assets/stylesheets/quick-website.scss */
.fill-white {
  fill: #FFF !important;
}

/* line 11717, app/assets/stylesheets/quick-website.scss */
.fill-soft-white {
  fill: white;
}

/* line 11720, app/assets/stylesheets/quick-website.scss */
.fill-blue {
  fill: #e76f51 !important;
}

/* line 11723, app/assets/stylesheets/quick-website.scss */
.stroke-blue {
  stroke: #e76f51 !important;
}

/* line 11726, app/assets/stylesheets/quick-website.scss */
.fill-indigo {
  fill: #6e00ff !important;
}

/* line 11729, app/assets/stylesheets/quick-website.scss */
.stroke-indigo {
  stroke: #6e00ff !important;
}

/* line 11732, app/assets/stylesheets/quick-website.scss */
.fill-purple {
  fill: #510FA8 !important;
}

/* line 11735, app/assets/stylesheets/quick-website.scss */
.stroke-purple {
  stroke: #510FA8 !important;
}

/* line 11738, app/assets/stylesheets/quick-website.scss */
.fill-pink {
  fill: #f074ad !important;
}

/* line 11741, app/assets/stylesheets/quick-website.scss */
.stroke-pink {
  stroke: #f074ad !important;
}

/* line 11744, app/assets/stylesheets/quick-website.scss */
.fill-red {
  fill: #f25767 !important;
}

/* line 11747, app/assets/stylesheets/quick-website.scss */
.stroke-red {
  stroke: #f25767 !important;
}

/* line 11750, app/assets/stylesheets/quick-website.scss */
.fill-orange {
  fill: #FFBE3D !important;
}

/* line 11753, app/assets/stylesheets/quick-website.scss */
.stroke-orange {
  stroke: #FFBE3D !important;
}

/* line 11756, app/assets/stylesheets/quick-website.scss */
.fill-yellow {
  fill: #ffc431 !important;
}

/* line 11759, app/assets/stylesheets/quick-website.scss */
.stroke-yellow {
  stroke: #ffc431 !important;
}

/* line 11762, app/assets/stylesheets/quick-website.scss */
.fill-green {
  fill: #5cc9a7 !important;
}

/* line 11765, app/assets/stylesheets/quick-website.scss */
.stroke-green {
  stroke: #5cc9a7 !important;
}

/* line 11768, app/assets/stylesheets/quick-website.scss */
.fill-teal {
  fill: #50b5ff !important;
}

/* line 11771, app/assets/stylesheets/quick-website.scss */
.stroke-teal {
  stroke: #50b5ff !important;
}

/* line 11774, app/assets/stylesheets/quick-website.scss */
.fill-cyan {
  fill: #4bd6e5 !important;
}

/* line 11777, app/assets/stylesheets/quick-website.scss */
.stroke-cyan {
  stroke: #4bd6e5 !important;
}

/* line 11780, app/assets/stylesheets/quick-website.scss */
.fill-white {
  fill: #FFF !important;
}

/* line 11783, app/assets/stylesheets/quick-website.scss */
.stroke-white {
  stroke: #FFF !important;
}

/* line 11786, app/assets/stylesheets/quick-website.scss */
.fill-gray {
  fill: #718096 !important;
}

/* line 11789, app/assets/stylesheets/quick-website.scss */
.stroke-gray {
  stroke: #718096 !important;
}

/* line 11792, app/assets/stylesheets/quick-website.scss */
.fill-gray-dark {
  fill: #2D3748 !important;
}

/* line 11795, app/assets/stylesheets/quick-website.scss */
.stroke-gray-dark {
  stroke: #2D3748 !important;
}

/* line 11798, app/assets/stylesheets/quick-website.scss */
.fill-primary {
  fill: #e76f51 !important;
}

/* line 11801, app/assets/stylesheets/quick-website.scss */
.stroke-primary {
  stroke: #e76f51 !important;
}

/* line 11804, app/assets/stylesheets/quick-website.scss */
.fill-secondary {
  fill: #EFF2F7 !important;
}

/* line 11807, app/assets/stylesheets/quick-website.scss */
.stroke-secondary {
  stroke: #EFF2F7 !important;
}

/* line 11810, app/assets/stylesheets/quick-website.scss */
.fill-success {
  fill: #5cc9a7 !important;
}

/* line 11813, app/assets/stylesheets/quick-website.scss */
.stroke-success {
  stroke: #5cc9a7 !important;
}

/* line 11816, app/assets/stylesheets/quick-website.scss */
.fill-info {
  fill: #50b5ff !important;
}

/* line 11819, app/assets/stylesheets/quick-website.scss */
.stroke-info {
  stroke: #50b5ff !important;
}

/* line 11822, app/assets/stylesheets/quick-website.scss */
.fill-warning {
  fill: #FFBE3D !important;
}

/* line 11825, app/assets/stylesheets/quick-website.scss */
.stroke-warning {
  stroke: #FFBE3D !important;
}

/* line 11828, app/assets/stylesheets/quick-website.scss */
.fill-danger {
  fill: #f25767 !important;
}

/* line 11831, app/assets/stylesheets/quick-website.scss */
.stroke-danger {
  stroke: #f25767 !important;
}

/* line 11834, app/assets/stylesheets/quick-website.scss */
.fill-light {
  fill: #EFF2F7 !important;
}

/* line 11837, app/assets/stylesheets/quick-website.scss */
.stroke-light {
  stroke: #EFF2F7 !important;
}

/* line 11840, app/assets/stylesheets/quick-website.scss */
.fill-dark {
  fill: #171347 !important;
}

/* line 11843, app/assets/stylesheets/quick-website.scss */
.stroke-dark {
  stroke: #171347 !important;
}

/* line 11846, app/assets/stylesheets/quick-website.scss */
.fill-neutral {
  fill: #FFF !important;
}

/* line 11849, app/assets/stylesheets/quick-website.scss */
.stroke-neutral {
  stroke: #FFF !important;
}

/* line 11852, app/assets/stylesheets/quick-website.scss */
.fill-white {
  fill: #FFF !important;
}

/* line 11855, app/assets/stylesheets/quick-website.scss */
.stroke-white {
  stroke: #FFF !important;
}

/* line 11858, app/assets/stylesheets/quick-website.scss */
.fill-primary-100 {
  fill: white !important;
}

/* line 11861, app/assets/stylesheets/quick-website.scss */
.fill-primary-200 {
  fill: #cce8ff !important;
}

/* line 11864, app/assets/stylesheets/quick-website.scss */
.fill-primary-300 {
  fill: #99d0ff !important;
}

/* line 11867, app/assets/stylesheets/quick-website.scss */
.fill-primary-400 {
  fill: #66b9ff !important;
}

/* line 11870, app/assets/stylesheets/quick-website.scss */
.fill-primary-500 {
  fill: #33a1ff !important;
}

/* line 11873, app/assets/stylesheets/quick-website.scss */
.fill-primary-600 {
  fill: #1a96ff !important;
}

/* line 11876, app/assets/stylesheets/quick-website.scss */
.stroke-primary-100 {
  stroke: white !important;
}

/* line 11879, app/assets/stylesheets/quick-website.scss */
.stroke-primary-200 {
  stroke: #cce8ff !important;
}

/* line 11882, app/assets/stylesheets/quick-website.scss */
.stroke-primary-300 {
  stroke: #99d0ff !important;
}

/* line 11885, app/assets/stylesheets/quick-website.scss */
.stroke-primary-400 {
  stroke: #66b9ff !important;
}

/* line 11888, app/assets/stylesheets/quick-website.scss */
.stroke-primary-500 {
  stroke: #33a1ff !important;
}

/* line 11891, app/assets/stylesheets/quick-website.scss */
.stroke-primary-600 {
  stroke: #1a96ff !important;
}

/* line 11894, app/assets/stylesheets/quick-website.scss */
.fill-section-primary {
  fill: #FFF !important;
}

/* line 11897, app/assets/stylesheets/quick-website.scss */
.stroke-section-primary {
  stroke: #FFF !important;
}

/* line 11900, app/assets/stylesheets/quick-website.scss */
.fill-section-secondary {
  fill: #FAFBFE !important;
}

/* line 11903, app/assets/stylesheets/quick-website.scss */
.stroke-section-secondary {
  stroke: #FAFBFE !important;
}

/* line 11906, app/assets/stylesheets/quick-website.scss */
.fill-section-light {
  fill: #CBD5E0 !important;
}

/* line 11909, app/assets/stylesheets/quick-website.scss */
.stroke-section-light {
  stroke: #CBD5E0 !important;
}

/* line 11912, app/assets/stylesheets/quick-website.scss */
.fill-section-dark {
  fill: #0e0b2b !important;
}

/* line 11915, app/assets/stylesheets/quick-website.scss */
.stroke-section-dark {
  stroke: #0e0b2b !important;
}

/* line 11918, app/assets/stylesheets/quick-website.scss */
.bg-section-fade {
  background: linear-gradient(177.86deg, #FAFBFE 0%, rgba(255, 255, 255, 0) 100%);
}

/* line 11921, app/assets/stylesheets/quick-website.scss */
.bg-cover {
  position: relative;
  background-repeat: no-repeat;
}

/* line 11925, app/assets/stylesheets/quick-website.scss */
.bg-absolute-cover {
  background-repeat: no-repeat;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

/* line 11935, app/assets/stylesheets/quick-website.scss */
.bg-absolute-cover svg {
  height: 1000px;
  pointer-events: none;
}

@media (max-width: 1199.98px) {
  /* line 11940, app/assets/stylesheets/quick-website.scss */
  .bg-lg-cover {
    background-image: none !important;
  }
}

@media (max-width: 991.98px) {
  /* line 11945, app/assets/stylesheets/quick-website.scss */
  .bg-md-cover {
    background-image: none !important;
  }
}

/* line 11949, app/assets/stylesheets/quick-website.scss */
.bg-size--cover {
  background: no-repeat center center/cover;
}

/* line 11952, app/assets/stylesheets/quick-website.scss */
.bg-size--contain {
  background-size: contain;
}

/* line 11955, app/assets/stylesheets/quick-website.scss */
.bg-text {
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 0%;
  white-space: nowrap;
  transform: translate(0%, -50%);
  text-transform: uppercase;
  font-size: 40rem;
  font-weight: 700;
}

/* line 11966, app/assets/stylesheets/quick-website.scss */
.bg-inner--text {
  height: 1em;
  line-height: 1em;
  transform: none;
  opacity: 1;
  transition: 2s 0s;
  display: block;
  animation: text_slide 40s linear infinite;
  width: auto;
  max-width: none;
  white-space: nowrap;
  display: inline-block;
}

@media (max-width: 991.98px) {
  /* line 11980, app/assets/stylesheets/quick-website.scss */
  .bg-img-holder {
    background-image: none !important;
  }
  /* line 11983, app/assets/stylesheets/quick-website.scss */
  .bg-img-holder img {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  /* line 11988, app/assets/stylesheets/quick-website.scss */
  .bg-img-holder {
    position: absolute;
    height: 100%;
    min-height: 20rem;
    background-repeat: no-repeat;
    z-index: -1;
  }
  /* line 11995, app/assets/stylesheets/quick-website.scss */
  .bg-img-holder img {
    display: none;
  }
}

/* line 11999, app/assets/stylesheets/quick-website.scss */
.img-bg:after {
  position: absolute;
  content: '';
  background: none no-repeat 50%;
  background-image: none;
  background-size: auto auto;
  background-size: contain;
  width: 783px;
  height: 725px;
  left: 31px;
  top: -168px;
  z-index: 1;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='783' height='726' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M606.14 725.179c144.64-.87 225.447-587.194 144.64-694.046-73.915-97.74-579.852 50.733-716.756 222.443-12.763 16.009-22.32 32.22-28.019 48.451-66.83 190.337 442.822 424.098 600.136 423.152z' fill='%23EFF2F7' fill-rule='evenodd'/%3E%3C/svg%3E");
}

/* line 12013, app/assets/stylesheets/quick-website.scss */
.img-bg img {
  position: relative;
  z-index: 2;
}

/* line 12017, app/assets/stylesheets/quick-website.scss */
.img-as-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 12027, app/assets/stylesheets/quick-website.scss */
.blend-mode--multiply {
  mix-blend-mode: multiply;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 12032, app/assets/stylesheets/quick-website.scss */
  .blend-mode--multiply:after {
    content: '';
    background: rgba(0, 0, 214, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

/* line 12041, app/assets/stylesheets/quick-website.scss */
.blend-mode--color-burn {
  mix-blend-mode: color-burn;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 12046, app/assets/stylesheets/quick-website.scss */
  .blend-mode--color-burn:after {
    content: '';
    background: rgba(0, 0, 214, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

/* line 12055, app/assets/stylesheets/quick-website.scss */
.border-sm {
  border-width: 2px !important;
}

/* line 12058, app/assets/stylesheets/quick-website.scss */
.border-md {
  border-width: 3px !important;
}

/* line 12061, app/assets/stylesheets/quick-website.scss */
.border-lg {
  border-width: 4px !important;
}

/* line 12064, app/assets/stylesheets/quick-website.scss */
.border-dashed {
  border-style: dashed !important;
}

/* line 12067, app/assets/stylesheets/quick-website.scss */
.border-dotted {
  border-style: dotted !important;
}

/* line 12070, app/assets/stylesheets/quick-website.scss */
.border-groove {
  border-style: groove !important;
}

/* line 12073, app/assets/stylesheets/quick-website.scss */
.rounded-xl {
  border-radius: 0.75rem !important;
}

/* line 12076, app/assets/stylesheets/quick-website.scss */
.rounded-left-pill {
  border-top-left-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
}

/* line 12080, app/assets/stylesheets/quick-website.scss */
.rounded-right-pill {
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
}

/* line 12084, app/assets/stylesheets/quick-website.scss */
.rounded-bottom-left {
  border-bottom-left-radius: 90px;
}

/* line 12087, app/assets/stylesheets/quick-website.scss */
.border-soft-primary {
  border-color: #66b9ff !important;
}

/* line 12090, app/assets/stylesheets/quick-website.scss */
.border-dark-primary {
  border-color: #007ce6 !important;
}

/* line 12093, app/assets/stylesheets/quick-website.scss */
.border-soft-secondary {
  border-color: white !important;
}

/* line 12096, app/assets/stylesheets/quick-website.scss */
.border-dark-secondary {
  border-color: #dee4ef !important;
}

/* line 12099, app/assets/stylesheets/quick-website.scss */
.border-soft-success {
  border-color: #a9e2d0 !important;
}

/* line 12102, app/assets/stylesheets/quick-website.scss */
.border-dark-success {
  border-color: #49c39d !important;
}

/* line 12105, app/assets/stylesheets/quick-website.scss */
.border-soft-info {
  border-color: #b6e0ff !important;
}

/* line 12108, app/assets/stylesheets/quick-website.scss */
.border-dark-info {
  border-color: #37aaff !important;
}

/* line 12111, app/assets/stylesheets/quick-website.scss */
.border-soft-warning {
  border-color: #ffe0a3 !important;
}

/* line 12114, app/assets/stylesheets/quick-website.scss */
.border-dark-warning {
  border-color: #ffb524 !important;
}

/* line 12117, app/assets/stylesheets/quick-website.scss */
.border-soft-danger {
  border-color: #f9b6bd !important;
}

/* line 12120, app/assets/stylesheets/quick-website.scss */
.border-dark-danger {
  border-color: #f03f52 !important;
}

/* line 12123, app/assets/stylesheets/quick-website.scss */
.border-soft-light {
  border-color: white !important;
}

/* line 12126, app/assets/stylesheets/quick-website.scss */
.border-dark-light {
  border-color: #dee4ef !important;
}

/* line 12129, app/assets/stylesheets/quick-website.scss */
.border-soft-dark {
  border-color: #312997 !important;
}

/* line 12132, app/assets/stylesheets/quick-website.scss */
.border-dark-dark {
  border-color: #100e33 !important;
}

/* line 12135, app/assets/stylesheets/quick-website.scss */
.border-soft-neutral {
  border-color: white !important;
}

/* line 12138, app/assets/stylesheets/quick-website.scss */
.border-dark-neutral {
  border-color: #f2f2f2 !important;
}

/* line 12141, app/assets/stylesheets/quick-website.scss */
.border-soft-white {
  border-color: white !important;
}

/* line 12144, app/assets/stylesheets/quick-website.scss */
.border-dark-white {
  border-color: #f2f2f2 !important;
}

/* line 12147, app/assets/stylesheets/quick-website.scss */
.delimiter-top,
.delimiter-bottom {
  position: relative;
  border: 0;
}

/* line 12152, app/assets/stylesheets/quick-website.scss */
.delimiter-top:before {
  content: '';
  display: block;
  width: 80%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40%;
  height: 1px;
  background: radial-gradient(ellipse at center, #d1dbe7 0, rgba(255, 255, 255, 0) 75%);
}

/* line 12163, app/assets/stylesheets/quick-website.scss */
.delimiter-bottom:after {
  content: '';
  display: block;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40%;
  height: 1px;
  background: radial-gradient(ellipse at center, #d1dbe7 0, rgba(255, 255, 255, 0) 75%);
}

/* line 12174, app/assets/stylesheets/quick-website.scss */
.delimiter-dark:before,
.delimiter-dark:after {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.2) 0, rgba(31, 45, 61, 0) 75%);
}

/* line 12178, app/assets/stylesheets/quick-website.scss */
.floating {
  animation: floating 3s ease infinite;
  will-change: transform;
}

/* line 12182, app/assets/stylesheets/quick-website.scss */
.floating:hover {
  animation-play-state: paused;
}

/* line 12185, app/assets/stylesheets/quick-website.scss */
.floating-lg {
  animation: floating-lg 3s ease infinite;
}

/* line 12188, app/assets/stylesheets/quick-website.scss */
.floating-sm {
  animation: floating-sm 3s ease infinite;
}

@keyframes floating-lg {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes floating-sm {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* line 12224, app/assets/stylesheets/quick-website.scss */
.floatfix:before,
.floatfix:after {
  content: '';
  display: table;
}

/* line 12229, app/assets/stylesheets/quick-website.scss */
.floatfix:after {
  clear: both;
}

/* line 12232, app/assets/stylesheets/quick-website.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 12235, app/assets/stylesheets/quick-website.scss */
.overflow-visible-x {
  overflow-x: visible !important;
}

/* line 12238, app/assets/stylesheets/quick-website.scss */
.overflow-visible-y {
  overflow-y: visible !important;
}

/* line 12241, app/assets/stylesheets/quick-website.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 12244, app/assets/stylesheets/quick-website.scss */
.overflow-hidden-x {
  overflow-x: hidden !important;
}

/* line 12247, app/assets/stylesheets/quick-website.scss */
.overflow-hidden-y {
  overflow-y: hidden !important;
}

/* line 12250, app/assets/stylesheets/quick-website.scss */
[class*="alpha"] {
  transition: all 0.2s ease;
}

/* line 12253, app/assets/stylesheets/quick-website.scss */
[class*="faded"] {
  position: relative;
}

/* line 12256, app/assets/stylesheets/quick-website.scss */
[class*="faded"]:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 30%;
}

/* line 12262, app/assets/stylesheets/quick-website.scss */
.faded-top:after {
  top: 0;
  background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
}

/* line 12267, app/assets/stylesheets/quick-website.scss */
.faded-bottom:after {
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
}

/* line 12272, app/assets/stylesheets/quick-website.scss */
[class*='hover-'] {
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 12276, app/assets/stylesheets/quick-website.scss */
  [class*='hover-'] {
    transition: none;
  }
}

/* line 12280, app/assets/stylesheets/quick-website.scss */
.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 12285, app/assets/stylesheets/quick-website.scss */
.img-grayscale {
  filter: grayscale(100%);
}

/* line 12288, app/assets/stylesheets/quick-website.scss */
.img-saturate {
  filter: saturate(150%);
}

/* line 12291, app/assets/stylesheets/quick-website.scss */
.img-back-shape img {
  background: url(/../img/svg/backgrounds/bg-circles-1.svg) no-repeat scroll center center/100% 100% border-box;
}

/* line 12294, app/assets/stylesheets/quick-website.scss */
.opacity-0,
.hover-opacity-0:hover,
.opacity-container:hover .hover-opacity-0 {
  opacity: 0;
}

/* line 12299, app/assets/stylesheets/quick-website.scss */
.opacity-1,
.hover-opacity-1:hover,
.opacity-container:hover .hover-opacity-1 {
  opacity: 0.1;
}

/* line 12304, app/assets/stylesheets/quick-website.scss */
.opacity-2,
.hover-opacity-2:hover,
.opacity-container:hover .hover-opacity-2 {
  opacity: 0.2;
}

/* line 12309, app/assets/stylesheets/quick-website.scss */
.opacity-3,
.hover-opacity-3:hover,
.opacity-container:hover .hover-opacity-3 {
  opacity: 0.3;
}

/* line 12314, app/assets/stylesheets/quick-website.scss */
.opacity-4,
.hover-opacity-4:hover,
.opacity-container:hover .hover-opacity-4 {
  opacity: 0.4;
}

/* line 12319, app/assets/stylesheets/quick-website.scss */
.opacity-5,
.hover-opacity-5:hover,
.opacity-container:hover .hover-opacity-5 {
  opacity: 0.5;
}

/* line 12324, app/assets/stylesheets/quick-website.scss */
.opacity-6,
.hover-opacity-6:hover,
.opacity-container:hover .hover-opacity-6 {
  opacity: 0.6;
}

/* line 12329, app/assets/stylesheets/quick-website.scss */
.opacity-7,
.hover-opacity-7:hover,
.opacity-container:hover .hover-opacity-7 {
  opacity: 0.7;
}

/* line 12334, app/assets/stylesheets/quick-website.scss */
.opacity-8,
.hover-opacity-8:hover,
.opacity-container:hover .hover-opacity-8 {
  opacity: 0.8;
}

/* line 12339, app/assets/stylesheets/quick-website.scss */
.opacity-9,
.hover-opacity-9:hover,
.opacity-container:hover .hover-opacity-9 {
  opacity: 0.9;
}

/* line 12344, app/assets/stylesheets/quick-website.scss */
.opacity-10,
.hover-opacity-10:hover,
.opacity-container:hover .hover-opacity-10 {
  opacity: 1;
}

/* line 12349, app/assets/stylesheets/quick-website.scss */
.position-absolute {
  position: absolute !important;
}

/* line 12352, app/assets/stylesheets/quick-website.scss */
.position-relative {
  position: relative !important;
}

/* line 12355, app/assets/stylesheets/quick-website.scss */
.position-static {
  position: static !important;
}

@media (min-width: 576px) {
  /* line 12359, app/assets/stylesheets/quick-website.scss */
  .position-sm-absolute {
    position: absolute !important;
  }
  /* line 12362, app/assets/stylesheets/quick-website.scss */
  .position-sm-relative {
    position: relative !important;
  }
  /* line 12365, app/assets/stylesheets/quick-website.scss */
  .position-sm-static {
    position: static !important;
  }
}

@media (min-width: 768px) {
  /* line 12370, app/assets/stylesheets/quick-website.scss */
  .position-md-absolute {
    position: absolute !important;
  }
  /* line 12373, app/assets/stylesheets/quick-website.scss */
  .position-md-relative {
    position: relative !important;
  }
  /* line 12376, app/assets/stylesheets/quick-website.scss */
  .position-md-static {
    position: static !important;
  }
}

@media (min-width: 992px) {
  /* line 12381, app/assets/stylesheets/quick-website.scss */
  .position-lg-absolute {
    position: absolute !important;
  }
  /* line 12384, app/assets/stylesheets/quick-website.scss */
  .position-lg-relative {
    position: relative !important;
  }
  /* line 12387, app/assets/stylesheets/quick-website.scss */
  .position-lg-static {
    position: static !important;
  }
}

@media (min-width: 1200px) {
  /* line 12392, app/assets/stylesheets/quick-website.scss */
  .position-xl-absolute {
    position: absolute !important;
  }
  /* line 12395, app/assets/stylesheets/quick-website.scss */
  .position-xl-relative {
    position: relative !important;
  }
  /* line 12398, app/assets/stylesheets/quick-website.scss */
  .position-xl-static {
    position: static !important;
  }
}

/* line 12402, app/assets/stylesheets/quick-website.scss */
.scrollable-x {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 12408, app/assets/stylesheets/quick-website.scss */
.scrollable-y {
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

@media (max-width: 991.98px) {
  /* line 12415, app/assets/stylesheets/quick-website.scss */
  [data-separator="rounded"][data-separator-orientation="bottom"] {
    border-radius: 0 0 3rem 3rem;
  }
  /* line 12418, app/assets/stylesheets/quick-website.scss */
  [data-separator="rounded"][data-separator-orientation="top"] {
    border-radius: 3rem 3rem 0 0;
  }
  /* line 12421, app/assets/stylesheets/quick-website.scss */
  [data-separator="rounded-left"][data-separator-orientation="bottom"] {
    border-radius: 0 0 0 3rem;
  }
  /* line 12424, app/assets/stylesheets/quick-website.scss */
  [data-separator="rounded-left"][data-separator-orientation="top"] {
    border-radius: 3rem 0 0 0;
  }
  /* line 12427, app/assets/stylesheets/quick-website.scss */
  [data-separator="rounded-right"][data-separator-orientation="bottom"] {
    border-radius: 0 0 3rem 0;
  }
  /* line 12430, app/assets/stylesheets/quick-website.scss */
  [data-separator="rounded-right"][data-separator-orientation="top"] {
    border-radius: 0 3rem 0 0;
  }
}

@media (min-width: 768px) {
  /* line 12435, app/assets/stylesheets/quick-website.scss */
  [data-separator="rounded"][data-separator-orientation="bottom"] {
    border-radius: 0 0 5rem 5rem;
  }
  /* line 12438, app/assets/stylesheets/quick-website.scss */
  [data-separator="rounded"][data-separator-orientation="top"] {
    border-radius: 5rem 5rem 0 0;
  }
  /* line 12441, app/assets/stylesheets/quick-website.scss */
  [data-separator="rounded-left"][data-separator-orientation="bottom"] {
    border-radius: 0 0 0 5rem;
  }
  /* line 12444, app/assets/stylesheets/quick-website.scss */
  [data-separator="rounded-left"][data-separator-orientation="top"] {
    border-radius: 5rem 0 0 0;
  }
  /* line 12447, app/assets/stylesheets/quick-website.scss */
  [data-separator="rounded-right"][data-separator-orientation="bottom"] {
    border-radius: 0 0 5rem 0;
  }
  /* line 12450, app/assets/stylesheets/quick-website.scss */
  [data-separator="rounded-right"][data-separator-orientation="top"] {
    border-radius: 0 5rem 0 0;
  }
}

/* line 12454, app/assets/stylesheets/quick-website.scss */
[data-separator="rounded-continuous"] {
  position: relative;
  margin-bottom: 5rem;
  border-radius: 0 0 0 5rem;
}

/* line 12459, app/assets/stylesheets/quick-website.scss */
[data-separator="rounded-continuous"]:before,
[data-separator="rounded-continuous"]:after {
  content: '';
  position: absolute;
  pointer-events: none;
  left: 0;
  height: 5rem;
}

/* line 12467, app/assets/stylesheets/quick-website.scss */
[data-separator="rounded-continuous"]:before {
  top: 100%;
  width: 100%;
  border-radius: 0 5rem 0 0;
}

/* line 12472, app/assets/stylesheets/quick-website.scss */
[data-separator="rounded-continuous"]:after {
  bottom: 0;
  z-index: -1;
  width: 50%;
}

/* line 12477, app/assets/stylesheets/quick-website.scss */
[data-separator="rounded-continuous"] + section {
  padding-bottom: 5rem;
}

/* line 12480, app/assets/stylesheets/quick-website.scss */
[data-separator-bg="primary"]:before,
[data-separator-bg="primary"]:after {
  background: #FFF;
}

/* line 12484, app/assets/stylesheets/quick-website.scss */
[data-separator-bg="secondary"]:before,
[data-separator-bg="secondary"]:after {
  background: #FAFBFE;
}

/* line 12488, app/assets/stylesheets/quick-website.scss */
[data-separator-bg="light"]:before,
[data-separator-bg="light"]:after {
  background: #CBD5E0;
}

/* line 12492, app/assets/stylesheets/quick-website.scss */
[data-separator-bg="dark"]:before,
[data-separator-bg="dark"]:after {
  background: #0e0b2b;
}

/* line 12496, app/assets/stylesheets/quick-website.scss */
.h-100vh {
  height: 100vh !important;
}

/* line 12499, app/assets/stylesheets/quick-website.scss */
.mw-25 {
  max-width: 25% !important;
}

/* line 12502, app/assets/stylesheets/quick-website.scss */
.mw-50 {
  max-width: 50% !important;
}

/* line 12505, app/assets/stylesheets/quick-website.scss */
.mw-75 {
  max-width: 75% !important;
}

/* line 12508, app/assets/stylesheets/quick-website.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12511, app/assets/stylesheets/quick-website.scss */
.mw-auto {
  max-width: auto !important;
}

/* line 12514, app/assets/stylesheets/quick-website.scss */
.mw-10 {
  max-width: 10% !important;
}

/* line 12517, app/assets/stylesheets/quick-website.scss */
.mw-15 {
  max-width: 15% !important;
}

/* line 12520, app/assets/stylesheets/quick-website.scss */
.mw-80 {
  max-width: 80% !important;
}

/* line 12523, app/assets/stylesheets/quick-website.scss */
.mw-110 {
  max-width: 110% !important;
}

/* line 12526, app/assets/stylesheets/quick-website.scss */
.mw-120 {
  max-width: 120% !important;
}

/* line 12529, app/assets/stylesheets/quick-website.scss */
.mw-130 {
  max-width: 130% !important;
}

@media (min-width: 576px) {
  /* line 12533, app/assets/stylesheets/quick-website.scss */
  .mw-sm-25 {
    max-width: 25% !important;
  }
  /* line 12536, app/assets/stylesheets/quick-website.scss */
  .mw-sm-50 {
    max-width: 50% !important;
  }
  /* line 12539, app/assets/stylesheets/quick-website.scss */
  .mw-sm-75 {
    max-width: 75% !important;
  }
  /* line 12542, app/assets/stylesheets/quick-website.scss */
  .mw-sm-100 {
    max-width: 100% !important;
  }
  /* line 12545, app/assets/stylesheets/quick-website.scss */
  .mw-sm-auto {
    max-width: auto !important;
  }
  /* line 12548, app/assets/stylesheets/quick-website.scss */
  .mw-sm-10 {
    max-width: 10% !important;
  }
  /* line 12551, app/assets/stylesheets/quick-website.scss */
  .mw-sm-15 {
    max-width: 15% !important;
  }
  /* line 12554, app/assets/stylesheets/quick-website.scss */
  .mw-sm-80 {
    max-width: 80% !important;
  }
  /* line 12557, app/assets/stylesheets/quick-website.scss */
  .mw-sm-110 {
    max-width: 110% !important;
  }
  /* line 12560, app/assets/stylesheets/quick-website.scss */
  .mw-sm-120 {
    max-width: 120% !important;
  }
  /* line 12563, app/assets/stylesheets/quick-website.scss */
  .mw-sm-130 {
    max-width: 130% !important;
  }
}

@media (min-width: 768px) {
  /* line 12568, app/assets/stylesheets/quick-website.scss */
  .mw-md-25 {
    max-width: 25% !important;
  }
  /* line 12571, app/assets/stylesheets/quick-website.scss */
  .mw-md-50 {
    max-width: 50% !important;
  }
  /* line 12574, app/assets/stylesheets/quick-website.scss */
  .mw-md-75 {
    max-width: 75% !important;
  }
  /* line 12577, app/assets/stylesheets/quick-website.scss */
  .mw-md-100 {
    max-width: 100% !important;
  }
  /* line 12580, app/assets/stylesheets/quick-website.scss */
  .mw-md-auto {
    max-width: auto !important;
  }
  /* line 12583, app/assets/stylesheets/quick-website.scss */
  .mw-md-10 {
    max-width: 10% !important;
  }
  /* line 12586, app/assets/stylesheets/quick-website.scss */
  .mw-md-15 {
    max-width: 15% !important;
  }
  /* line 12589, app/assets/stylesheets/quick-website.scss */
  .mw-md-80 {
    max-width: 80% !important;
  }
  /* line 12592, app/assets/stylesheets/quick-website.scss */
  .mw-md-110 {
    max-width: 110% !important;
  }
  /* line 12595, app/assets/stylesheets/quick-website.scss */
  .mw-md-120 {
    max-width: 120% !important;
  }
  /* line 12598, app/assets/stylesheets/quick-website.scss */
  .mw-md-130 {
    max-width: 130% !important;
  }
}

@media (min-width: 992px) {
  /* line 12603, app/assets/stylesheets/quick-website.scss */
  .mw-lg-25 {
    max-width: 25% !important;
  }
  /* line 12606, app/assets/stylesheets/quick-website.scss */
  .mw-lg-50 {
    max-width: 50% !important;
  }
  /* line 12609, app/assets/stylesheets/quick-website.scss */
  .mw-lg-75 {
    max-width: 75% !important;
  }
  /* line 12612, app/assets/stylesheets/quick-website.scss */
  .mw-lg-100 {
    max-width: 100% !important;
  }
  /* line 12615, app/assets/stylesheets/quick-website.scss */
  .mw-lg-auto {
    max-width: auto !important;
  }
  /* line 12618, app/assets/stylesheets/quick-website.scss */
  .mw-lg-10 {
    max-width: 10% !important;
  }
  /* line 12621, app/assets/stylesheets/quick-website.scss */
  .mw-lg-15 {
    max-width: 15% !important;
  }
  /* line 12624, app/assets/stylesheets/quick-website.scss */
  .mw-lg-80 {
    max-width: 80% !important;
  }
  /* line 12627, app/assets/stylesheets/quick-website.scss */
  .mw-lg-110 {
    max-width: 110% !important;
  }
  /* line 12630, app/assets/stylesheets/quick-website.scss */
  .mw-lg-120 {
    max-width: 120% !important;
  }
  /* line 12633, app/assets/stylesheets/quick-website.scss */
  .mw-lg-130 {
    max-width: 130% !important;
  }
}

@media (min-width: 1200px) {
  /* line 12638, app/assets/stylesheets/quick-website.scss */
  .mw-xl-25 {
    max-width: 25% !important;
  }
  /* line 12641, app/assets/stylesheets/quick-website.scss */
  .mw-xl-50 {
    max-width: 50% !important;
  }
  /* line 12644, app/assets/stylesheets/quick-website.scss */
  .mw-xl-75 {
    max-width: 75% !important;
  }
  /* line 12647, app/assets/stylesheets/quick-website.scss */
  .mw-xl-100 {
    max-width: 100% !important;
  }
  /* line 12650, app/assets/stylesheets/quick-website.scss */
  .mw-xl-auto {
    max-width: auto !important;
  }
  /* line 12653, app/assets/stylesheets/quick-website.scss */
  .mw-xl-10 {
    max-width: 10% !important;
  }
  /* line 12656, app/assets/stylesheets/quick-website.scss */
  .mw-xl-15 {
    max-width: 15% !important;
  }
  /* line 12659, app/assets/stylesheets/quick-website.scss */
  .mw-xl-80 {
    max-width: 80% !important;
  }
  /* line 12662, app/assets/stylesheets/quick-website.scss */
  .mw-xl-110 {
    max-width: 110% !important;
  }
  /* line 12665, app/assets/stylesheets/quick-website.scss */
  .mw-xl-120 {
    max-width: 120% !important;
  }
  /* line 12668, app/assets/stylesheets/quick-website.scss */
  .mw-xl-130 {
    max-width: 130% !important;
  }
}

/* line 12672, app/assets/stylesheets/quick-website.scss */
.row-grid + .row-grid {
  margin-top: 3rem;
}

/* line 12675, app/assets/stylesheets/quick-website.scss */
.row-grid > [class*="col-"] + [class*="col-"] {
  margin-top: 3rem;
}

@media (min-width: 992px) {
  /* line 12679, app/assets/stylesheets/quick-website.scss */
  .row.row-grid > [class*="col-lg-"] + [class*="col-lg-"] {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  /* line 12684, app/assets/stylesheets/quick-website.scss */
  .row.row-grid > [class*="col-md-"] + [class*="col-md-"] {
    margin-top: 0;
  }
}

@media (min-width: 576px) {
  /* line 12689, app/assets/stylesheets/quick-website.scss */
  .row.row-grid > [class*="col-sm-"] + [class*="col-sm-"] {
    margin-top: 0;
  }
}

/* line 12693, app/assets/stylesheets/quick-website.scss */
.top-0 {
  top: 0 !important;
}

/* line 12696, app/assets/stylesheets/quick-website.scss */
.right-0 {
  right: 0 !important;
}

/* line 12699, app/assets/stylesheets/quick-website.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 12702, app/assets/stylesheets/quick-website.scss */
.left-0 {
  left: 0 !important;
}

/* line 12705, app/assets/stylesheets/quick-website.scss */
.top-n0 {
  top: 0 !important;
}

/* line 12708, app/assets/stylesheets/quick-website.scss */
.right-n0 {
  right: 0 !important;
}

/* line 12711, app/assets/stylesheets/quick-website.scss */
.bottom-n0 {
  bottom: 0 !important;
}

/* line 12714, app/assets/stylesheets/quick-website.scss */
.left-n0 {
  left: 0 !important;
}

/* line 12717, app/assets/stylesheets/quick-website.scss */
.top-1 {
  top: 0.25rem !important;
}

/* line 12720, app/assets/stylesheets/quick-website.scss */
.right-1 {
  right: 0.25rem !important;
}

/* line 12723, app/assets/stylesheets/quick-website.scss */
.bottom-1 {
  bottom: 0.25rem !important;
}

/* line 12726, app/assets/stylesheets/quick-website.scss */
.left-1 {
  left: 0.25rem !important;
}

/* line 12729, app/assets/stylesheets/quick-website.scss */
.top-n1 {
  top: -0.25rem !important;
}

/* line 12732, app/assets/stylesheets/quick-website.scss */
.right-n1 {
  right: -0.25rem !important;
}

/* line 12735, app/assets/stylesheets/quick-website.scss */
.bottom-n1 {
  bottom: -0.25rem !important;
}

/* line 12738, app/assets/stylesheets/quick-website.scss */
.left-n1 {
  left: -0.25rem !important;
}

/* line 12741, app/assets/stylesheets/quick-website.scss */
.top-2 {
  top: 0.5rem !important;
}

/* line 12744, app/assets/stylesheets/quick-website.scss */
.right-2 {
  right: 0.5rem !important;
}

/* line 12747, app/assets/stylesheets/quick-website.scss */
.bottom-2 {
  bottom: 0.5rem !important;
}

/* line 12750, app/assets/stylesheets/quick-website.scss */
.left-2 {
  left: 0.5rem !important;
}

/* line 12753, app/assets/stylesheets/quick-website.scss */
.top-n2 {
  top: -0.5rem !important;
}

/* line 12756, app/assets/stylesheets/quick-website.scss */
.right-n2 {
  right: -0.5rem !important;
}

/* line 12759, app/assets/stylesheets/quick-website.scss */
.bottom-n2 {
  bottom: -0.5rem !important;
}

/* line 12762, app/assets/stylesheets/quick-website.scss */
.left-n2 {
  left: -0.5rem !important;
}

/* line 12765, app/assets/stylesheets/quick-website.scss */
.top-3 {
  top: 1rem !important;
}

/* line 12768, app/assets/stylesheets/quick-website.scss */
.right-3 {
  right: 1rem !important;
}

/* line 12771, app/assets/stylesheets/quick-website.scss */
.bottom-3 {
  bottom: 1rem !important;
}

/* line 12774, app/assets/stylesheets/quick-website.scss */
.left-3 {
  left: 1rem !important;
}

/* line 12777, app/assets/stylesheets/quick-website.scss */
.top-n3 {
  top: -1rem !important;
}

/* line 12780, app/assets/stylesheets/quick-website.scss */
.right-n3 {
  right: -1rem !important;
}

/* line 12783, app/assets/stylesheets/quick-website.scss */
.bottom-n3 {
  bottom: -1rem !important;
}

/* line 12786, app/assets/stylesheets/quick-website.scss */
.left-n3 {
  left: -1rem !important;
}

/* line 12789, app/assets/stylesheets/quick-website.scss */
.top-4 {
  top: 1.5rem !important;
}

/* line 12792, app/assets/stylesheets/quick-website.scss */
.right-4 {
  right: 1.5rem !important;
}

/* line 12795, app/assets/stylesheets/quick-website.scss */
.bottom-4 {
  bottom: 1.5rem !important;
}

/* line 12798, app/assets/stylesheets/quick-website.scss */
.left-4 {
  left: 1.5rem !important;
}

/* line 12801, app/assets/stylesheets/quick-website.scss */
.top-n4 {
  top: -1.5rem !important;
}

/* line 12804, app/assets/stylesheets/quick-website.scss */
.right-n4 {
  right: -1.5rem !important;
}

/* line 12807, app/assets/stylesheets/quick-website.scss */
.bottom-n4 {
  bottom: -1.5rem !important;
}

/* line 12810, app/assets/stylesheets/quick-website.scss */
.left-n4 {
  left: -1.5rem !important;
}

/* line 12813, app/assets/stylesheets/quick-website.scss */
.top-5 {
  top: 3rem !important;
}

/* line 12816, app/assets/stylesheets/quick-website.scss */
.right-5 {
  right: 3rem !important;
}

/* line 12819, app/assets/stylesheets/quick-website.scss */
.bottom-5 {
  bottom: 3rem !important;
}

/* line 12822, app/assets/stylesheets/quick-website.scss */
.left-5 {
  left: 3rem !important;
}

/* line 12825, app/assets/stylesheets/quick-website.scss */
.top-n5 {
  top: -3rem !important;
}

/* line 12828, app/assets/stylesheets/quick-website.scss */
.right-n5 {
  right: -3rem !important;
}

/* line 12831, app/assets/stylesheets/quick-website.scss */
.bottom-n5 {
  bottom: -3rem !important;
}

/* line 12834, app/assets/stylesheets/quick-website.scss */
.left-n5 {
  left: -3rem !important;
}

/* line 12837, app/assets/stylesheets/quick-website.scss */
.top-6 {
  top: 4.5rem !important;
}

/* line 12840, app/assets/stylesheets/quick-website.scss */
.right-6 {
  right: 4.5rem !important;
}

/* line 12843, app/assets/stylesheets/quick-website.scss */
.bottom-6 {
  bottom: 4.5rem !important;
}

/* line 12846, app/assets/stylesheets/quick-website.scss */
.left-6 {
  left: 4.5rem !important;
}

/* line 12849, app/assets/stylesheets/quick-website.scss */
.top-n6 {
  top: -4.5rem !important;
}

/* line 12852, app/assets/stylesheets/quick-website.scss */
.right-n6 {
  right: -4.5rem !important;
}

/* line 12855, app/assets/stylesheets/quick-website.scss */
.bottom-n6 {
  bottom: -4.5rem !important;
}

/* line 12858, app/assets/stylesheets/quick-website.scss */
.left-n6 {
  left: -4.5rem !important;
}

/* line 12861, app/assets/stylesheets/quick-website.scss */
.top-7 {
  top: 6rem !important;
}

/* line 12864, app/assets/stylesheets/quick-website.scss */
.right-7 {
  right: 6rem !important;
}

/* line 12867, app/assets/stylesheets/quick-website.scss */
.bottom-7 {
  bottom: 6rem !important;
}

/* line 12870, app/assets/stylesheets/quick-website.scss */
.left-7 {
  left: 6rem !important;
}

/* line 12873, app/assets/stylesheets/quick-website.scss */
.top-n7 {
  top: -6rem !important;
}

/* line 12876, app/assets/stylesheets/quick-website.scss */
.right-n7 {
  right: -6rem !important;
}

/* line 12879, app/assets/stylesheets/quick-website.scss */
.bottom-n7 {
  bottom: -6rem !important;
}

/* line 12882, app/assets/stylesheets/quick-website.scss */
.left-n7 {
  left: -6rem !important;
}

/* line 12885, app/assets/stylesheets/quick-website.scss */
.top-8 {
  top: 7.5rem !important;
}

/* line 12888, app/assets/stylesheets/quick-website.scss */
.right-8 {
  right: 7.5rem !important;
}

/* line 12891, app/assets/stylesheets/quick-website.scss */
.bottom-8 {
  bottom: 7.5rem !important;
}

/* line 12894, app/assets/stylesheets/quick-website.scss */
.left-8 {
  left: 7.5rem !important;
}

/* line 12897, app/assets/stylesheets/quick-website.scss */
.top-n8 {
  top: -7.5rem !important;
}

/* line 12900, app/assets/stylesheets/quick-website.scss */
.right-n8 {
  right: -7.5rem !important;
}

/* line 12903, app/assets/stylesheets/quick-website.scss */
.bottom-n8 {
  bottom: -7.5rem !important;
}

/* line 12906, app/assets/stylesheets/quick-website.scss */
.left-n8 {
  left: -7.5rem !important;
}

/* line 12909, app/assets/stylesheets/quick-website.scss */
.top-9 {
  top: 9rem !important;
}

/* line 12912, app/assets/stylesheets/quick-website.scss */
.right-9 {
  right: 9rem !important;
}

/* line 12915, app/assets/stylesheets/quick-website.scss */
.bottom-9 {
  bottom: 9rem !important;
}

/* line 12918, app/assets/stylesheets/quick-website.scss */
.left-9 {
  left: 9rem !important;
}

/* line 12921, app/assets/stylesheets/quick-website.scss */
.top-n9 {
  top: -9rem !important;
}

/* line 12924, app/assets/stylesheets/quick-website.scss */
.right-n9 {
  right: -9rem !important;
}

/* line 12927, app/assets/stylesheets/quick-website.scss */
.bottom-n9 {
  bottom: -9rem !important;
}

/* line 12930, app/assets/stylesheets/quick-website.scss */
.left-n9 {
  left: -9rem !important;
}

/* line 12933, app/assets/stylesheets/quick-website.scss */
.top-10 {
  top: 10.5rem !important;
}

/* line 12936, app/assets/stylesheets/quick-website.scss */
.right-10 {
  right: 10.5rem !important;
}

/* line 12939, app/assets/stylesheets/quick-website.scss */
.bottom-10 {
  bottom: 10.5rem !important;
}

/* line 12942, app/assets/stylesheets/quick-website.scss */
.left-10 {
  left: 10.5rem !important;
}

/* line 12945, app/assets/stylesheets/quick-website.scss */
.top-n10 {
  top: -10.5rem !important;
}

/* line 12948, app/assets/stylesheets/quick-website.scss */
.right-n10 {
  right: -10.5rem !important;
}

/* line 12951, app/assets/stylesheets/quick-website.scss */
.bottom-n10 {
  bottom: -10.5rem !important;
}

/* line 12954, app/assets/stylesheets/quick-website.scss */
.left-n10 {
  left: -10.5rem !important;
}

/* line 12957, app/assets/stylesheets/quick-website.scss */
.top-17 {
  top: 21rem !important;
}

/* line 12960, app/assets/stylesheets/quick-website.scss */
.right-17 {
  right: 21rem !important;
}

/* line 12963, app/assets/stylesheets/quick-website.scss */
.bottom-17 {
  bottom: 21rem !important;
}

/* line 12966, app/assets/stylesheets/quick-website.scss */
.left-17 {
  left: 21rem !important;
}

/* line 12969, app/assets/stylesheets/quick-website.scss */
.top-n17 {
  top: -21rem !important;
}

/* line 12972, app/assets/stylesheets/quick-website.scss */
.right-n17 {
  right: -21rem !important;
}

/* line 12975, app/assets/stylesheets/quick-website.scss */
.bottom-n17 {
  bottom: -21rem !important;
}

/* line 12978, app/assets/stylesheets/quick-website.scss */
.left-n17 {
  left: -21rem !important;
}

@media (min-width: 576px) {
  /* line 12982, app/assets/stylesheets/quick-website.scss */
  .top-sm-0 {
    top: 0 !important;
  }
  /* line 12985, app/assets/stylesheets/quick-website.scss */
  .right-sm-0 {
    right: 0 !important;
  }
  /* line 12988, app/assets/stylesheets/quick-website.scss */
  .bottom-sm-0 {
    bottom: 0 !important;
  }
  /* line 12991, app/assets/stylesheets/quick-website.scss */
  .left-sm-0 {
    left: 0 !important;
  }
  /* line 12994, app/assets/stylesheets/quick-website.scss */
  .top-sm-n0 {
    top: 0 !important;
  }
  /* line 12997, app/assets/stylesheets/quick-website.scss */
  .right-sm-n0 {
    right: 0 !important;
  }
  /* line 13000, app/assets/stylesheets/quick-website.scss */
  .bottom-sm-n0 {
    bottom: 0 !important;
  }
  /* line 13003, app/assets/stylesheets/quick-website.scss */
  .left-sm-n0 {
    left: 0 !important;
  }
  /* line 13006, app/assets/stylesheets/quick-website.scss */
  .top-sm-1 {
    top: 0.25rem !important;
  }
  /* line 13009, app/assets/stylesheets/quick-website.scss */
  .right-sm-1 {
    right: 0.25rem !important;
  }
  /* line 13012, app/assets/stylesheets/quick-website.scss */
  .bottom-sm-1 {
    bottom: 0.25rem !important;
  }
  /* line 13015, app/assets/stylesheets/quick-website.scss */
  .left-sm-1 {
    left: 0.25rem !important;
  }
  /* line 13018, app/assets/stylesheets/quick-website.scss */
  .top-sm-n1 {
    top: -0.25rem !important;
  }
  /* line 13021, app/assets/stylesheets/quick-website.scss */
  .right-sm-n1 {
    right: -0.25rem !important;
  }
  /* line 13024, app/assets/stylesheets/quick-website.scss */
  .bottom-sm-n1 {
    bottom: -0.25rem !important;
  }
  /* line 13027, app/assets/stylesheets/quick-website.scss */
  .left-sm-n1 {
    left: -0.25rem !important;
  }
  /* line 13030, app/assets/stylesheets/quick-website.scss */
  .top-sm-2 {
    top: 0.5rem !important;
  }
  /* line 13033, app/assets/stylesheets/quick-website.scss */
  .right-sm-2 {
    right: 0.5rem !important;
  }
  /* line 13036, app/assets/stylesheets/quick-website.scss */
  .bottom-sm-2 {
    bottom: 0.5rem !important;
  }
  /* line 13039, app/assets/stylesheets/quick-website.scss */
  .left-sm-2 {
    left: 0.5rem !important;
  }
  /* line 13042, app/assets/stylesheets/quick-website.scss */
  .top-sm-n2 {
    top: -0.5rem !important;
  }
  /* line 13045, app/assets/stylesheets/quick-website.scss */
  .right-sm-n2 {
    right: -0.5rem !important;
  }
  /* line 13048, app/assets/stylesheets/quick-website.scss */
  .bottom-sm-n2 {
    bottom: -0.5rem !important;
  }
  /* line 13051, app/assets/stylesheets/quick-website.scss */
  .left-sm-n2 {
    left: -0.5rem !important;
  }
  /* line 13054, app/assets/stylesheets/quick-website.scss */
  .top-sm-3 {
    top: 1rem !important;
  }
  /* line 13057, app/assets/stylesheets/quick-website.scss */
  .right-sm-3 {
    right: 1rem !important;
  }
  /* line 13060, app/assets/stylesheets/quick-website.scss */
  .bottom-sm-3 {
    bottom: 1rem !important;
  }
  /* line 13063, app/assets/stylesheets/quick-website.scss */
  .left-sm-3 {
    left: 1rem !important;
  }
  /* line 13066, app/assets/stylesheets/quick-website.scss */
  .top-sm-n3 {
    top: -1rem !important;
  }
  /* line 13069, app/assets/stylesheets/quick-website.scss */
  .right-sm-n3 {
    right: -1rem !important;
  }
  /* line 13072, app/assets/stylesheets/quick-website.scss */
  .bottom-sm-n3 {
    bottom: -1rem !important;
  }
  /* line 13075, app/assets/stylesheets/quick-website.scss */
  .left-sm-n3 {
    left: -1rem !important;
  }
  /* line 13078, app/assets/stylesheets/quick-website.scss */
  .top-sm-4 {
    top: 1.5rem !important;
  }
  /* line 13081, app/assets/stylesheets/quick-website.scss */
  .right-sm-4 {
    right: 1.5rem !important;
  }
  /* line 13084, app/assets/stylesheets/quick-website.scss */
  .bottom-sm-4 {
    bottom: 1.5rem !important;
  }
  /* line 13087, app/assets/stylesheets/quick-website.scss */
  .left-sm-4 {
    left: 1.5rem !important;
  }
  /* line 13090, app/assets/stylesheets/quick-website.scss */
  .top-sm-n4 {
    top: -1.5rem !important;
  }
  /* line 13093, app/assets/stylesheets/quick-website.scss */
  .right-sm-n4 {
    right: -1.5rem !important;
  }
  /* line 13096, app/assets/stylesheets/quick-website.scss */
  .bottom-sm-n4 {
    bottom: -1.5rem !important;
  }
  /* line 13099, app/assets/stylesheets/quick-website.scss */
  .left-sm-n4 {
    left: -1.5rem !important;
  }
  /* line 13102, app/assets/stylesheets/quick-website.scss */
  .top-sm-5 {
    top: 3rem !important;
  }
  /* line 13105, app/assets/stylesheets/quick-website.scss */
  .right-sm-5 {
    right: 3rem !important;
  }
  /* line 13108, app/assets/stylesheets/quick-website.scss */
  .bottom-sm-5 {
    bottom: 3rem !important;
  }
  /* line 13111, app/assets/stylesheets/quick-website.scss */
  .left-sm-5 {
    left: 3rem !important;
  }
  /* line 13114, app/assets/stylesheets/quick-website.scss */
  .top-sm-n5 {
    top: -3rem !important;
  }
  /* line 13117, app/assets/stylesheets/quick-website.scss */
  .right-sm-n5 {
    right: -3rem !important;
  }
  /* line 13120, app/assets/stylesheets/quick-website.scss */
  .bottom-sm-n5 {
    bottom: -3rem !important;
  }
  /* line 13123, app/assets/stylesheets/quick-website.scss */
  .left-sm-n5 {
    left: -3rem !important;
  }
  /* line 13126, app/assets/stylesheets/quick-website.scss */
  .top-sm-6 {
    top: 4.5rem !important;
  }
  /* line 13129, app/assets/stylesheets/quick-website.scss */
  .right-sm-6 {
    right: 4.5rem !important;
  }
  /* line 13132, app/assets/stylesheets/quick-website.scss */
  .bottom-sm-6 {
    bottom: 4.5rem !important;
  }
  /* line 13135, app/assets/stylesheets/quick-website.scss */
  .left-sm-6 {
    left: 4.5rem !important;
  }
  /* line 13138, app/assets/stylesheets/quick-website.scss */
  .top-sm-n6 {
    top: -4.5rem !important;
  }
  /* line 13141, app/assets/stylesheets/quick-website.scss */
  .right-sm-n6 {
    right: -4.5rem !important;
  }
  /* line 13144, app/assets/stylesheets/quick-website.scss */
  .bottom-sm-n6 {
    bottom: -4.5rem !important;
  }
  /* line 13147, app/assets/stylesheets/quick-website.scss */
  .left-sm-n6 {
    left: -4.5rem !important;
  }
  /* line 13150, app/assets/stylesheets/quick-website.scss */
  .top-sm-7 {
    top: 6rem !important;
  }
  /* line 13153, app/assets/stylesheets/quick-website.scss */
  .right-sm-7 {
    right: 6rem !important;
  }
  /* line 13156, app/assets/stylesheets/quick-website.scss */
  .bottom-sm-7 {
    bottom: 6rem !important;
  }
  /* line 13159, app/assets/stylesheets/quick-website.scss */
  .left-sm-7 {
    left: 6rem !important;
  }
  /* line 13162, app/assets/stylesheets/quick-website.scss */
  .top-sm-n7 {
    top: -6rem !important;
  }
  /* line 13165, app/assets/stylesheets/quick-website.scss */
  .right-sm-n7 {
    right: -6rem !important;
  }
  /* line 13168, app/assets/stylesheets/quick-website.scss */
  .bottom-sm-n7 {
    bottom: -6rem !important;
  }
  /* line 13171, app/assets/stylesheets/quick-website.scss */
  .left-sm-n7 {
    left: -6rem !important;
  }
  /* line 13174, app/assets/stylesheets/quick-website.scss */
  .top-sm-8 {
    top: 7.5rem !important;
  }
  /* line 13177, app/assets/stylesheets/quick-website.scss */
  .right-sm-8 {
    right: 7.5rem !important;
  }
  /* line 13180, app/assets/stylesheets/quick-website.scss */
  .bottom-sm-8 {
    bottom: 7.5rem !important;
  }
  /* line 13183, app/assets/stylesheets/quick-website.scss */
  .left-sm-8 {
    left: 7.5rem !important;
  }
  /* line 13186, app/assets/stylesheets/quick-website.scss */
  .top-sm-n8 {
    top: -7.5rem !important;
  }
  /* line 13189, app/assets/stylesheets/quick-website.scss */
  .right-sm-n8 {
    right: -7.5rem !important;
  }
  /* line 13192, app/assets/stylesheets/quick-website.scss */
  .bottom-sm-n8 {
    bottom: -7.5rem !important;
  }
  /* line 13195, app/assets/stylesheets/quick-website.scss */
  .left-sm-n8 {
    left: -7.5rem !important;
  }
  /* line 13198, app/assets/stylesheets/quick-website.scss */
  .top-sm-9 {
    top: 9rem !important;
  }
  /* line 13201, app/assets/stylesheets/quick-website.scss */
  .right-sm-9 {
    right: 9rem !important;
  }
  /* line 13204, app/assets/stylesheets/quick-website.scss */
  .bottom-sm-9 {
    bottom: 9rem !important;
  }
  /* line 13207, app/assets/stylesheets/quick-website.scss */
  .left-sm-9 {
    left: 9rem !important;
  }
  /* line 13210, app/assets/stylesheets/quick-website.scss */
  .top-sm-n9 {
    top: -9rem !important;
  }
  /* line 13213, app/assets/stylesheets/quick-website.scss */
  .right-sm-n9 {
    right: -9rem !important;
  }
  /* line 13216, app/assets/stylesheets/quick-website.scss */
  .bottom-sm-n9 {
    bottom: -9rem !important;
  }
  /* line 13219, app/assets/stylesheets/quick-website.scss */
  .left-sm-n9 {
    left: -9rem !important;
  }
  /* line 13222, app/assets/stylesheets/quick-website.scss */
  .top-sm-10 {
    top: 10.5rem !important;
  }
  /* line 13225, app/assets/stylesheets/quick-website.scss */
  .right-sm-10 {
    right: 10.5rem !important;
  }
  /* line 13228, app/assets/stylesheets/quick-website.scss */
  .bottom-sm-10 {
    bottom: 10.5rem !important;
  }
  /* line 13231, app/assets/stylesheets/quick-website.scss */
  .left-sm-10 {
    left: 10.5rem !important;
  }
  /* line 13234, app/assets/stylesheets/quick-website.scss */
  .top-sm-n10 {
    top: -10.5rem !important;
  }
  /* line 13237, app/assets/stylesheets/quick-website.scss */
  .right-sm-n10 {
    right: -10.5rem !important;
  }
  /* line 13240, app/assets/stylesheets/quick-website.scss */
  .bottom-sm-n10 {
    bottom: -10.5rem !important;
  }
  /* line 13243, app/assets/stylesheets/quick-website.scss */
  .left-sm-n10 {
    left: -10.5rem !important;
  }
  /* line 13246, app/assets/stylesheets/quick-website.scss */
  .top-sm-17 {
    top: 21rem !important;
  }
  /* line 13249, app/assets/stylesheets/quick-website.scss */
  .right-sm-17 {
    right: 21rem !important;
  }
  /* line 13252, app/assets/stylesheets/quick-website.scss */
  .bottom-sm-17 {
    bottom: 21rem !important;
  }
  /* line 13255, app/assets/stylesheets/quick-website.scss */
  .left-sm-17 {
    left: 21rem !important;
  }
  /* line 13258, app/assets/stylesheets/quick-website.scss */
  .top-sm-n17 {
    top: -21rem !important;
  }
  /* line 13261, app/assets/stylesheets/quick-website.scss */
  .right-sm-n17 {
    right: -21rem !important;
  }
  /* line 13264, app/assets/stylesheets/quick-website.scss */
  .bottom-sm-n17 {
    bottom: -21rem !important;
  }
  /* line 13267, app/assets/stylesheets/quick-website.scss */
  .left-sm-n17 {
    left: -21rem !important;
  }
}

@media (min-width: 768px) {
  /* line 13272, app/assets/stylesheets/quick-website.scss */
  .top-md-0 {
    top: 0 !important;
  }
  /* line 13275, app/assets/stylesheets/quick-website.scss */
  .right-md-0 {
    right: 0 !important;
  }
  /* line 13278, app/assets/stylesheets/quick-website.scss */
  .bottom-md-0 {
    bottom: 0 !important;
  }
  /* line 13281, app/assets/stylesheets/quick-website.scss */
  .left-md-0 {
    left: 0 !important;
  }
  /* line 13284, app/assets/stylesheets/quick-website.scss */
  .top-md-n0 {
    top: 0 !important;
  }
  /* line 13287, app/assets/stylesheets/quick-website.scss */
  .right-md-n0 {
    right: 0 !important;
  }
  /* line 13290, app/assets/stylesheets/quick-website.scss */
  .bottom-md-n0 {
    bottom: 0 !important;
  }
  /* line 13293, app/assets/stylesheets/quick-website.scss */
  .left-md-n0 {
    left: 0 !important;
  }
  /* line 13296, app/assets/stylesheets/quick-website.scss */
  .top-md-1 {
    top: 0.25rem !important;
  }
  /* line 13299, app/assets/stylesheets/quick-website.scss */
  .right-md-1 {
    right: 0.25rem !important;
  }
  /* line 13302, app/assets/stylesheets/quick-website.scss */
  .bottom-md-1 {
    bottom: 0.25rem !important;
  }
  /* line 13305, app/assets/stylesheets/quick-website.scss */
  .left-md-1 {
    left: 0.25rem !important;
  }
  /* line 13308, app/assets/stylesheets/quick-website.scss */
  .top-md-n1 {
    top: -0.25rem !important;
  }
  /* line 13311, app/assets/stylesheets/quick-website.scss */
  .right-md-n1 {
    right: -0.25rem !important;
  }
  /* line 13314, app/assets/stylesheets/quick-website.scss */
  .bottom-md-n1 {
    bottom: -0.25rem !important;
  }
  /* line 13317, app/assets/stylesheets/quick-website.scss */
  .left-md-n1 {
    left: -0.25rem !important;
  }
  /* line 13320, app/assets/stylesheets/quick-website.scss */
  .top-md-2 {
    top: 0.5rem !important;
  }
  /* line 13323, app/assets/stylesheets/quick-website.scss */
  .right-md-2 {
    right: 0.5rem !important;
  }
  /* line 13326, app/assets/stylesheets/quick-website.scss */
  .bottom-md-2 {
    bottom: 0.5rem !important;
  }
  /* line 13329, app/assets/stylesheets/quick-website.scss */
  .left-md-2 {
    left: 0.5rem !important;
  }
  /* line 13332, app/assets/stylesheets/quick-website.scss */
  .top-md-n2 {
    top: -0.5rem !important;
  }
  /* line 13335, app/assets/stylesheets/quick-website.scss */
  .right-md-n2 {
    right: -0.5rem !important;
  }
  /* line 13338, app/assets/stylesheets/quick-website.scss */
  .bottom-md-n2 {
    bottom: -0.5rem !important;
  }
  /* line 13341, app/assets/stylesheets/quick-website.scss */
  .left-md-n2 {
    left: -0.5rem !important;
  }
  /* line 13344, app/assets/stylesheets/quick-website.scss */
  .top-md-3 {
    top: 1rem !important;
  }
  /* line 13347, app/assets/stylesheets/quick-website.scss */
  .right-md-3 {
    right: 1rem !important;
  }
  /* line 13350, app/assets/stylesheets/quick-website.scss */
  .bottom-md-3 {
    bottom: 1rem !important;
  }
  /* line 13353, app/assets/stylesheets/quick-website.scss */
  .left-md-3 {
    left: 1rem !important;
  }
  /* line 13356, app/assets/stylesheets/quick-website.scss */
  .top-md-n3 {
    top: -1rem !important;
  }
  /* line 13359, app/assets/stylesheets/quick-website.scss */
  .right-md-n3 {
    right: -1rem !important;
  }
  /* line 13362, app/assets/stylesheets/quick-website.scss */
  .bottom-md-n3 {
    bottom: -1rem !important;
  }
  /* line 13365, app/assets/stylesheets/quick-website.scss */
  .left-md-n3 {
    left: -1rem !important;
  }
  /* line 13368, app/assets/stylesheets/quick-website.scss */
  .top-md-4 {
    top: 1.5rem !important;
  }
  /* line 13371, app/assets/stylesheets/quick-website.scss */
  .right-md-4 {
    right: 1.5rem !important;
  }
  /* line 13374, app/assets/stylesheets/quick-website.scss */
  .bottom-md-4 {
    bottom: 1.5rem !important;
  }
  /* line 13377, app/assets/stylesheets/quick-website.scss */
  .left-md-4 {
    left: 1.5rem !important;
  }
  /* line 13380, app/assets/stylesheets/quick-website.scss */
  .top-md-n4 {
    top: -1.5rem !important;
  }
  /* line 13383, app/assets/stylesheets/quick-website.scss */
  .right-md-n4 {
    right: -1.5rem !important;
  }
  /* line 13386, app/assets/stylesheets/quick-website.scss */
  .bottom-md-n4 {
    bottom: -1.5rem !important;
  }
  /* line 13389, app/assets/stylesheets/quick-website.scss */
  .left-md-n4 {
    left: -1.5rem !important;
  }
  /* line 13392, app/assets/stylesheets/quick-website.scss */
  .top-md-5 {
    top: 3rem !important;
  }
  /* line 13395, app/assets/stylesheets/quick-website.scss */
  .right-md-5 {
    right: 3rem !important;
  }
  /* line 13398, app/assets/stylesheets/quick-website.scss */
  .bottom-md-5 {
    bottom: 3rem !important;
  }
  /* line 13401, app/assets/stylesheets/quick-website.scss */
  .left-md-5 {
    left: 3rem !important;
  }
  /* line 13404, app/assets/stylesheets/quick-website.scss */
  .top-md-n5 {
    top: -3rem !important;
  }
  /* line 13407, app/assets/stylesheets/quick-website.scss */
  .right-md-n5 {
    right: -3rem !important;
  }
  /* line 13410, app/assets/stylesheets/quick-website.scss */
  .bottom-md-n5 {
    bottom: -3rem !important;
  }
  /* line 13413, app/assets/stylesheets/quick-website.scss */
  .left-md-n5 {
    left: -3rem !important;
  }
  /* line 13416, app/assets/stylesheets/quick-website.scss */
  .top-md-6 {
    top: 4.5rem !important;
  }
  /* line 13419, app/assets/stylesheets/quick-website.scss */
  .right-md-6 {
    right: 4.5rem !important;
  }
  /* line 13422, app/assets/stylesheets/quick-website.scss */
  .bottom-md-6 {
    bottom: 4.5rem !important;
  }
  /* line 13425, app/assets/stylesheets/quick-website.scss */
  .left-md-6 {
    left: 4.5rem !important;
  }
  /* line 13428, app/assets/stylesheets/quick-website.scss */
  .top-md-n6 {
    top: -4.5rem !important;
  }
  /* line 13431, app/assets/stylesheets/quick-website.scss */
  .right-md-n6 {
    right: -4.5rem !important;
  }
  /* line 13434, app/assets/stylesheets/quick-website.scss */
  .bottom-md-n6 {
    bottom: -4.5rem !important;
  }
  /* line 13437, app/assets/stylesheets/quick-website.scss */
  .left-md-n6 {
    left: -4.5rem !important;
  }
  /* line 13440, app/assets/stylesheets/quick-website.scss */
  .top-md-7 {
    top: 6rem !important;
  }
  /* line 13443, app/assets/stylesheets/quick-website.scss */
  .right-md-7 {
    right: 6rem !important;
  }
  /* line 13446, app/assets/stylesheets/quick-website.scss */
  .bottom-md-7 {
    bottom: 6rem !important;
  }
  /* line 13449, app/assets/stylesheets/quick-website.scss */
  .left-md-7 {
    left: 6rem !important;
  }
  /* line 13452, app/assets/stylesheets/quick-website.scss */
  .top-md-n7 {
    top: -6rem !important;
  }
  /* line 13455, app/assets/stylesheets/quick-website.scss */
  .right-md-n7 {
    right: -6rem !important;
  }
  /* line 13458, app/assets/stylesheets/quick-website.scss */
  .bottom-md-n7 {
    bottom: -6rem !important;
  }
  /* line 13461, app/assets/stylesheets/quick-website.scss */
  .left-md-n7 {
    left: -6rem !important;
  }
  /* line 13464, app/assets/stylesheets/quick-website.scss */
  .top-md-8 {
    top: 7.5rem !important;
  }
  /* line 13467, app/assets/stylesheets/quick-website.scss */
  .right-md-8 {
    right: 7.5rem !important;
  }
  /* line 13470, app/assets/stylesheets/quick-website.scss */
  .bottom-md-8 {
    bottom: 7.5rem !important;
  }
  /* line 13473, app/assets/stylesheets/quick-website.scss */
  .left-md-8 {
    left: 7.5rem !important;
  }
  /* line 13476, app/assets/stylesheets/quick-website.scss */
  .top-md-n8 {
    top: -7.5rem !important;
  }
  /* line 13479, app/assets/stylesheets/quick-website.scss */
  .right-md-n8 {
    right: -7.5rem !important;
  }
  /* line 13482, app/assets/stylesheets/quick-website.scss */
  .bottom-md-n8 {
    bottom: -7.5rem !important;
  }
  /* line 13485, app/assets/stylesheets/quick-website.scss */
  .left-md-n8 {
    left: -7.5rem !important;
  }
  /* line 13488, app/assets/stylesheets/quick-website.scss */
  .top-md-9 {
    top: 9rem !important;
  }
  /* line 13491, app/assets/stylesheets/quick-website.scss */
  .right-md-9 {
    right: 9rem !important;
  }
  /* line 13494, app/assets/stylesheets/quick-website.scss */
  .bottom-md-9 {
    bottom: 9rem !important;
  }
  /* line 13497, app/assets/stylesheets/quick-website.scss */
  .left-md-9 {
    left: 9rem !important;
  }
  /* line 13500, app/assets/stylesheets/quick-website.scss */
  .top-md-n9 {
    top: -9rem !important;
  }
  /* line 13503, app/assets/stylesheets/quick-website.scss */
  .right-md-n9 {
    right: -9rem !important;
  }
  /* line 13506, app/assets/stylesheets/quick-website.scss */
  .bottom-md-n9 {
    bottom: -9rem !important;
  }
  /* line 13509, app/assets/stylesheets/quick-website.scss */
  .left-md-n9 {
    left: -9rem !important;
  }
  /* line 13512, app/assets/stylesheets/quick-website.scss */
  .top-md-10 {
    top: 10.5rem !important;
  }
  /* line 13515, app/assets/stylesheets/quick-website.scss */
  .right-md-10 {
    right: 10.5rem !important;
  }
  /* line 13518, app/assets/stylesheets/quick-website.scss */
  .bottom-md-10 {
    bottom: 10.5rem !important;
  }
  /* line 13521, app/assets/stylesheets/quick-website.scss */
  .left-md-10 {
    left: 10.5rem !important;
  }
  /* line 13524, app/assets/stylesheets/quick-website.scss */
  .top-md-n10 {
    top: -10.5rem !important;
  }
  /* line 13527, app/assets/stylesheets/quick-website.scss */
  .right-md-n10 {
    right: -10.5rem !important;
  }
  /* line 13530, app/assets/stylesheets/quick-website.scss */
  .bottom-md-n10 {
    bottom: -10.5rem !important;
  }
  /* line 13533, app/assets/stylesheets/quick-website.scss */
  .left-md-n10 {
    left: -10.5rem !important;
  }
  /* line 13536, app/assets/stylesheets/quick-website.scss */
  .top-md-17 {
    top: 21rem !important;
  }
  /* line 13539, app/assets/stylesheets/quick-website.scss */
  .right-md-17 {
    right: 21rem !important;
  }
  /* line 13542, app/assets/stylesheets/quick-website.scss */
  .bottom-md-17 {
    bottom: 21rem !important;
  }
  /* line 13545, app/assets/stylesheets/quick-website.scss */
  .left-md-17 {
    left: 21rem !important;
  }
  /* line 13548, app/assets/stylesheets/quick-website.scss */
  .top-md-n17 {
    top: -21rem !important;
  }
  /* line 13551, app/assets/stylesheets/quick-website.scss */
  .right-md-n17 {
    right: -21rem !important;
  }
  /* line 13554, app/assets/stylesheets/quick-website.scss */
  .bottom-md-n17 {
    bottom: -21rem !important;
  }
  /* line 13557, app/assets/stylesheets/quick-website.scss */
  .left-md-n17 {
    left: -21rem !important;
  }
}

@media (min-width: 992px) {
  /* line 13562, app/assets/stylesheets/quick-website.scss */
  .top-lg-0 {
    top: 0 !important;
  }
  /* line 13565, app/assets/stylesheets/quick-website.scss */
  .right-lg-0 {
    right: 0 !important;
  }
  /* line 13568, app/assets/stylesheets/quick-website.scss */
  .bottom-lg-0 {
    bottom: 0 !important;
  }
  /* line 13571, app/assets/stylesheets/quick-website.scss */
  .left-lg-0 {
    left: 0 !important;
  }
  /* line 13574, app/assets/stylesheets/quick-website.scss */
  .top-lg-n0 {
    top: 0 !important;
  }
  /* line 13577, app/assets/stylesheets/quick-website.scss */
  .right-lg-n0 {
    right: 0 !important;
  }
  /* line 13580, app/assets/stylesheets/quick-website.scss */
  .bottom-lg-n0 {
    bottom: 0 !important;
  }
  /* line 13583, app/assets/stylesheets/quick-website.scss */
  .left-lg-n0 {
    left: 0 !important;
  }
  /* line 13586, app/assets/stylesheets/quick-website.scss */
  .top-lg-1 {
    top: 0.25rem !important;
  }
  /* line 13589, app/assets/stylesheets/quick-website.scss */
  .right-lg-1 {
    right: 0.25rem !important;
  }
  /* line 13592, app/assets/stylesheets/quick-website.scss */
  .bottom-lg-1 {
    bottom: 0.25rem !important;
  }
  /* line 13595, app/assets/stylesheets/quick-website.scss */
  .left-lg-1 {
    left: 0.25rem !important;
  }
  /* line 13598, app/assets/stylesheets/quick-website.scss */
  .top-lg-n1 {
    top: -0.25rem !important;
  }
  /* line 13601, app/assets/stylesheets/quick-website.scss */
  .right-lg-n1 {
    right: -0.25rem !important;
  }
  /* line 13604, app/assets/stylesheets/quick-website.scss */
  .bottom-lg-n1 {
    bottom: -0.25rem !important;
  }
  /* line 13607, app/assets/stylesheets/quick-website.scss */
  .left-lg-n1 {
    left: -0.25rem !important;
  }
  /* line 13610, app/assets/stylesheets/quick-website.scss */
  .top-lg-2 {
    top: 0.5rem !important;
  }
  /* line 13613, app/assets/stylesheets/quick-website.scss */
  .right-lg-2 {
    right: 0.5rem !important;
  }
  /* line 13616, app/assets/stylesheets/quick-website.scss */
  .bottom-lg-2 {
    bottom: 0.5rem !important;
  }
  /* line 13619, app/assets/stylesheets/quick-website.scss */
  .left-lg-2 {
    left: 0.5rem !important;
  }
  /* line 13622, app/assets/stylesheets/quick-website.scss */
  .top-lg-n2 {
    top: -0.5rem !important;
  }
  /* line 13625, app/assets/stylesheets/quick-website.scss */
  .right-lg-n2 {
    right: -0.5rem !important;
  }
  /* line 13628, app/assets/stylesheets/quick-website.scss */
  .bottom-lg-n2 {
    bottom: -0.5rem !important;
  }
  /* line 13631, app/assets/stylesheets/quick-website.scss */
  .left-lg-n2 {
    left: -0.5rem !important;
  }
  /* line 13634, app/assets/stylesheets/quick-website.scss */
  .top-lg-3 {
    top: 1rem !important;
  }
  /* line 13637, app/assets/stylesheets/quick-website.scss */
  .right-lg-3 {
    right: 1rem !important;
  }
  /* line 13640, app/assets/stylesheets/quick-website.scss */
  .bottom-lg-3 {
    bottom: 1rem !important;
  }
  /* line 13643, app/assets/stylesheets/quick-website.scss */
  .left-lg-3 {
    left: 1rem !important;
  }
  /* line 13646, app/assets/stylesheets/quick-website.scss */
  .top-lg-n3 {
    top: -1rem !important;
  }
  /* line 13649, app/assets/stylesheets/quick-website.scss */
  .right-lg-n3 {
    right: -1rem !important;
  }
  /* line 13652, app/assets/stylesheets/quick-website.scss */
  .bottom-lg-n3 {
    bottom: -1rem !important;
  }
  /* line 13655, app/assets/stylesheets/quick-website.scss */
  .left-lg-n3 {
    left: -1rem !important;
  }
  /* line 13658, app/assets/stylesheets/quick-website.scss */
  .top-lg-4 {
    top: 1.5rem !important;
  }
  /* line 13661, app/assets/stylesheets/quick-website.scss */
  .right-lg-4 {
    right: 1.5rem !important;
  }
  /* line 13664, app/assets/stylesheets/quick-website.scss */
  .bottom-lg-4 {
    bottom: 1.5rem !important;
  }
  /* line 13667, app/assets/stylesheets/quick-website.scss */
  .left-lg-4 {
    left: 1.5rem !important;
  }
  /* line 13670, app/assets/stylesheets/quick-website.scss */
  .top-lg-n4 {
    top: -1.5rem !important;
  }
  /* line 13673, app/assets/stylesheets/quick-website.scss */
  .right-lg-n4 {
    right: -1.5rem !important;
  }
  /* line 13676, app/assets/stylesheets/quick-website.scss */
  .bottom-lg-n4 {
    bottom: -1.5rem !important;
  }
  /* line 13679, app/assets/stylesheets/quick-website.scss */
  .left-lg-n4 {
    left: -1.5rem !important;
  }
  /* line 13682, app/assets/stylesheets/quick-website.scss */
  .top-lg-5 {
    top: 3rem !important;
  }
  /* line 13685, app/assets/stylesheets/quick-website.scss */
  .right-lg-5 {
    right: 3rem !important;
  }
  /* line 13688, app/assets/stylesheets/quick-website.scss */
  .bottom-lg-5 {
    bottom: 3rem !important;
  }
  /* line 13691, app/assets/stylesheets/quick-website.scss */
  .left-lg-5 {
    left: 3rem !important;
  }
  /* line 13694, app/assets/stylesheets/quick-website.scss */
  .top-lg-n5 {
    top: -3rem !important;
  }
  /* line 13697, app/assets/stylesheets/quick-website.scss */
  .right-lg-n5 {
    right: -3rem !important;
  }
  /* line 13700, app/assets/stylesheets/quick-website.scss */
  .bottom-lg-n5 {
    bottom: -3rem !important;
  }
  /* line 13703, app/assets/stylesheets/quick-website.scss */
  .left-lg-n5 {
    left: -3rem !important;
  }
  /* line 13706, app/assets/stylesheets/quick-website.scss */
  .top-lg-6 {
    top: 4.5rem !important;
  }
  /* line 13709, app/assets/stylesheets/quick-website.scss */
  .right-lg-6 {
    right: 4.5rem !important;
  }
  /* line 13712, app/assets/stylesheets/quick-website.scss */
  .bottom-lg-6 {
    bottom: 4.5rem !important;
  }
  /* line 13715, app/assets/stylesheets/quick-website.scss */
  .left-lg-6 {
    left: 4.5rem !important;
  }
  /* line 13718, app/assets/stylesheets/quick-website.scss */
  .top-lg-n6 {
    top: -4.5rem !important;
  }
  /* line 13721, app/assets/stylesheets/quick-website.scss */
  .right-lg-n6 {
    right: -4.5rem !important;
  }
  /* line 13724, app/assets/stylesheets/quick-website.scss */
  .bottom-lg-n6 {
    bottom: -4.5rem !important;
  }
  /* line 13727, app/assets/stylesheets/quick-website.scss */
  .left-lg-n6 {
    left: -4.5rem !important;
  }
  /* line 13730, app/assets/stylesheets/quick-website.scss */
  .top-lg-7 {
    top: 6rem !important;
  }
  /* line 13733, app/assets/stylesheets/quick-website.scss */
  .right-lg-7 {
    right: 6rem !important;
  }
  /* line 13736, app/assets/stylesheets/quick-website.scss */
  .bottom-lg-7 {
    bottom: 6rem !important;
  }
  /* line 13739, app/assets/stylesheets/quick-website.scss */
  .left-lg-7 {
    left: 6rem !important;
  }
  /* line 13742, app/assets/stylesheets/quick-website.scss */
  .top-lg-n7 {
    top: -6rem !important;
  }
  /* line 13745, app/assets/stylesheets/quick-website.scss */
  .right-lg-n7 {
    right: -6rem !important;
  }
  /* line 13748, app/assets/stylesheets/quick-website.scss */
  .bottom-lg-n7 {
    bottom: -6rem !important;
  }
  /* line 13751, app/assets/stylesheets/quick-website.scss */
  .left-lg-n7 {
    left: -6rem !important;
  }
  /* line 13754, app/assets/stylesheets/quick-website.scss */
  .top-lg-8 {
    top: 7.5rem !important;
  }
  /* line 13757, app/assets/stylesheets/quick-website.scss */
  .right-lg-8 {
    right: 7.5rem !important;
  }
  /* line 13760, app/assets/stylesheets/quick-website.scss */
  .bottom-lg-8 {
    bottom: 7.5rem !important;
  }
  /* line 13763, app/assets/stylesheets/quick-website.scss */
  .left-lg-8 {
    left: 7.5rem !important;
  }
  /* line 13766, app/assets/stylesheets/quick-website.scss */
  .top-lg-n8 {
    top: -7.5rem !important;
  }
  /* line 13769, app/assets/stylesheets/quick-website.scss */
  .right-lg-n8 {
    right: -7.5rem !important;
  }
  /* line 13772, app/assets/stylesheets/quick-website.scss */
  .bottom-lg-n8 {
    bottom: -7.5rem !important;
  }
  /* line 13775, app/assets/stylesheets/quick-website.scss */
  .left-lg-n8 {
    left: -7.5rem !important;
  }
  /* line 13778, app/assets/stylesheets/quick-website.scss */
  .top-lg-9 {
    top: 9rem !important;
  }
  /* line 13781, app/assets/stylesheets/quick-website.scss */
  .right-lg-9 {
    right: 9rem !important;
  }
  /* line 13784, app/assets/stylesheets/quick-website.scss */
  .bottom-lg-9 {
    bottom: 9rem !important;
  }
  /* line 13787, app/assets/stylesheets/quick-website.scss */
  .left-lg-9 {
    left: 9rem !important;
  }
  /* line 13790, app/assets/stylesheets/quick-website.scss */
  .top-lg-n9 {
    top: -9rem !important;
  }
  /* line 13793, app/assets/stylesheets/quick-website.scss */
  .right-lg-n9 {
    right: -9rem !important;
  }
  /* line 13796, app/assets/stylesheets/quick-website.scss */
  .bottom-lg-n9 {
    bottom: -9rem !important;
  }
  /* line 13799, app/assets/stylesheets/quick-website.scss */
  .left-lg-n9 {
    left: -9rem !important;
  }
  /* line 13802, app/assets/stylesheets/quick-website.scss */
  .top-lg-10 {
    top: 10.5rem !important;
  }
  /* line 13805, app/assets/stylesheets/quick-website.scss */
  .right-lg-10 {
    right: 10.5rem !important;
  }
  /* line 13808, app/assets/stylesheets/quick-website.scss */
  .bottom-lg-10 {
    bottom: 10.5rem !important;
  }
  /* line 13811, app/assets/stylesheets/quick-website.scss */
  .left-lg-10 {
    left: 10.5rem !important;
  }
  /* line 13814, app/assets/stylesheets/quick-website.scss */
  .top-lg-n10 {
    top: -10.5rem !important;
  }
  /* line 13817, app/assets/stylesheets/quick-website.scss */
  .right-lg-n10 {
    right: -10.5rem !important;
  }
  /* line 13820, app/assets/stylesheets/quick-website.scss */
  .bottom-lg-n10 {
    bottom: -10.5rem !important;
  }
  /* line 13823, app/assets/stylesheets/quick-website.scss */
  .left-lg-n10 {
    left: -10.5rem !important;
  }
  /* line 13826, app/assets/stylesheets/quick-website.scss */
  .top-lg-17 {
    top: 21rem !important;
  }
  /* line 13829, app/assets/stylesheets/quick-website.scss */
  .right-lg-17 {
    right: 21rem !important;
  }
  /* line 13832, app/assets/stylesheets/quick-website.scss */
  .bottom-lg-17 {
    bottom: 21rem !important;
  }
  /* line 13835, app/assets/stylesheets/quick-website.scss */
  .left-lg-17 {
    left: 21rem !important;
  }
  /* line 13838, app/assets/stylesheets/quick-website.scss */
  .top-lg-n17 {
    top: -21rem !important;
  }
  /* line 13841, app/assets/stylesheets/quick-website.scss */
  .right-lg-n17 {
    right: -21rem !important;
  }
  /* line 13844, app/assets/stylesheets/quick-website.scss */
  .bottom-lg-n17 {
    bottom: -21rem !important;
  }
  /* line 13847, app/assets/stylesheets/quick-website.scss */
  .left-lg-n17 {
    left: -21rem !important;
  }
}

@media (min-width: 1200px) {
  /* line 13852, app/assets/stylesheets/quick-website.scss */
  .top-xl-0 {
    top: 0 !important;
  }
  /* line 13855, app/assets/stylesheets/quick-website.scss */
  .right-xl-0 {
    right: 0 !important;
  }
  /* line 13858, app/assets/stylesheets/quick-website.scss */
  .bottom-xl-0 {
    bottom: 0 !important;
  }
  /* line 13861, app/assets/stylesheets/quick-website.scss */
  .left-xl-0 {
    left: 0 !important;
  }
  /* line 13864, app/assets/stylesheets/quick-website.scss */
  .top-xl-n0 {
    top: 0 !important;
  }
  /* line 13867, app/assets/stylesheets/quick-website.scss */
  .right-xl-n0 {
    right: 0 !important;
  }
  /* line 13870, app/assets/stylesheets/quick-website.scss */
  .bottom-xl-n0 {
    bottom: 0 !important;
  }
  /* line 13873, app/assets/stylesheets/quick-website.scss */
  .left-xl-n0 {
    left: 0 !important;
  }
  /* line 13876, app/assets/stylesheets/quick-website.scss */
  .top-xl-1 {
    top: 0.25rem !important;
  }
  /* line 13879, app/assets/stylesheets/quick-website.scss */
  .right-xl-1 {
    right: 0.25rem !important;
  }
  /* line 13882, app/assets/stylesheets/quick-website.scss */
  .bottom-xl-1 {
    bottom: 0.25rem !important;
  }
  /* line 13885, app/assets/stylesheets/quick-website.scss */
  .left-xl-1 {
    left: 0.25rem !important;
  }
  /* line 13888, app/assets/stylesheets/quick-website.scss */
  .top-xl-n1 {
    top: -0.25rem !important;
  }
  /* line 13891, app/assets/stylesheets/quick-website.scss */
  .right-xl-n1 {
    right: -0.25rem !important;
  }
  /* line 13894, app/assets/stylesheets/quick-website.scss */
  .bottom-xl-n1 {
    bottom: -0.25rem !important;
  }
  /* line 13897, app/assets/stylesheets/quick-website.scss */
  .left-xl-n1 {
    left: -0.25rem !important;
  }
  /* line 13900, app/assets/stylesheets/quick-website.scss */
  .top-xl-2 {
    top: 0.5rem !important;
  }
  /* line 13903, app/assets/stylesheets/quick-website.scss */
  .right-xl-2 {
    right: 0.5rem !important;
  }
  /* line 13906, app/assets/stylesheets/quick-website.scss */
  .bottom-xl-2 {
    bottom: 0.5rem !important;
  }
  /* line 13909, app/assets/stylesheets/quick-website.scss */
  .left-xl-2 {
    left: 0.5rem !important;
  }
  /* line 13912, app/assets/stylesheets/quick-website.scss */
  .top-xl-n2 {
    top: -0.5rem !important;
  }
  /* line 13915, app/assets/stylesheets/quick-website.scss */
  .right-xl-n2 {
    right: -0.5rem !important;
  }
  /* line 13918, app/assets/stylesheets/quick-website.scss */
  .bottom-xl-n2 {
    bottom: -0.5rem !important;
  }
  /* line 13921, app/assets/stylesheets/quick-website.scss */
  .left-xl-n2 {
    left: -0.5rem !important;
  }
  /* line 13924, app/assets/stylesheets/quick-website.scss */
  .top-xl-3 {
    top: 1rem !important;
  }
  /* line 13927, app/assets/stylesheets/quick-website.scss */
  .right-xl-3 {
    right: 1rem !important;
  }
  /* line 13930, app/assets/stylesheets/quick-website.scss */
  .bottom-xl-3 {
    bottom: 1rem !important;
  }
  /* line 13933, app/assets/stylesheets/quick-website.scss */
  .left-xl-3 {
    left: 1rem !important;
  }
  /* line 13936, app/assets/stylesheets/quick-website.scss */
  .top-xl-n3 {
    top: -1rem !important;
  }
  /* line 13939, app/assets/stylesheets/quick-website.scss */
  .right-xl-n3 {
    right: -1rem !important;
  }
  /* line 13942, app/assets/stylesheets/quick-website.scss */
  .bottom-xl-n3 {
    bottom: -1rem !important;
  }
  /* line 13945, app/assets/stylesheets/quick-website.scss */
  .left-xl-n3 {
    left: -1rem !important;
  }
  /* line 13948, app/assets/stylesheets/quick-website.scss */
  .top-xl-4 {
    top: 1.5rem !important;
  }
  /* line 13951, app/assets/stylesheets/quick-website.scss */
  .right-xl-4 {
    right: 1.5rem !important;
  }
  /* line 13954, app/assets/stylesheets/quick-website.scss */
  .bottom-xl-4 {
    bottom: 1.5rem !important;
  }
  /* line 13957, app/assets/stylesheets/quick-website.scss */
  .left-xl-4 {
    left: 1.5rem !important;
  }
  /* line 13960, app/assets/stylesheets/quick-website.scss */
  .top-xl-n4 {
    top: -1.5rem !important;
  }
  /* line 13963, app/assets/stylesheets/quick-website.scss */
  .right-xl-n4 {
    right: -1.5rem !important;
  }
  /* line 13966, app/assets/stylesheets/quick-website.scss */
  .bottom-xl-n4 {
    bottom: -1.5rem !important;
  }
  /* line 13969, app/assets/stylesheets/quick-website.scss */
  .left-xl-n4 {
    left: -1.5rem !important;
  }
  /* line 13972, app/assets/stylesheets/quick-website.scss */
  .top-xl-5 {
    top: 3rem !important;
  }
  /* line 13975, app/assets/stylesheets/quick-website.scss */
  .right-xl-5 {
    right: 3rem !important;
  }
  /* line 13978, app/assets/stylesheets/quick-website.scss */
  .bottom-xl-5 {
    bottom: 3rem !important;
  }
  /* line 13981, app/assets/stylesheets/quick-website.scss */
  .left-xl-5 {
    left: 3rem !important;
  }
  /* line 13984, app/assets/stylesheets/quick-website.scss */
  .top-xl-n5 {
    top: -3rem !important;
  }
  /* line 13987, app/assets/stylesheets/quick-website.scss */
  .right-xl-n5 {
    right: -3rem !important;
  }
  /* line 13990, app/assets/stylesheets/quick-website.scss */
  .bottom-xl-n5 {
    bottom: -3rem !important;
  }
  /* line 13993, app/assets/stylesheets/quick-website.scss */
  .left-xl-n5 {
    left: -3rem !important;
  }
  /* line 13996, app/assets/stylesheets/quick-website.scss */
  .top-xl-6 {
    top: 4.5rem !important;
  }
  /* line 13999, app/assets/stylesheets/quick-website.scss */
  .right-xl-6 {
    right: 4.5rem !important;
  }
  /* line 14002, app/assets/stylesheets/quick-website.scss */
  .bottom-xl-6 {
    bottom: 4.5rem !important;
  }
  /* line 14005, app/assets/stylesheets/quick-website.scss */
  .left-xl-6 {
    left: 4.5rem !important;
  }
  /* line 14008, app/assets/stylesheets/quick-website.scss */
  .top-xl-n6 {
    top: -4.5rem !important;
  }
  /* line 14011, app/assets/stylesheets/quick-website.scss */
  .right-xl-n6 {
    right: -4.5rem !important;
  }
  /* line 14014, app/assets/stylesheets/quick-website.scss */
  .bottom-xl-n6 {
    bottom: -4.5rem !important;
  }
  /* line 14017, app/assets/stylesheets/quick-website.scss */
  .left-xl-n6 {
    left: -4.5rem !important;
  }
  /* line 14020, app/assets/stylesheets/quick-website.scss */
  .top-xl-7 {
    top: 6rem !important;
  }
  /* line 14023, app/assets/stylesheets/quick-website.scss */
  .right-xl-7 {
    right: 6rem !important;
  }
  /* line 14026, app/assets/stylesheets/quick-website.scss */
  .bottom-xl-7 {
    bottom: 6rem !important;
  }
  /* line 14029, app/assets/stylesheets/quick-website.scss */
  .left-xl-7 {
    left: 6rem !important;
  }
  /* line 14032, app/assets/stylesheets/quick-website.scss */
  .top-xl-n7 {
    top: -6rem !important;
  }
  /* line 14035, app/assets/stylesheets/quick-website.scss */
  .right-xl-n7 {
    right: -6rem !important;
  }
  /* line 14038, app/assets/stylesheets/quick-website.scss */
  .bottom-xl-n7 {
    bottom: -6rem !important;
  }
  /* line 14041, app/assets/stylesheets/quick-website.scss */
  .left-xl-n7 {
    left: -6rem !important;
  }
  /* line 14044, app/assets/stylesheets/quick-website.scss */
  .top-xl-8 {
    top: 7.5rem !important;
  }
  /* line 14047, app/assets/stylesheets/quick-website.scss */
  .right-xl-8 {
    right: 7.5rem !important;
  }
  /* line 14050, app/assets/stylesheets/quick-website.scss */
  .bottom-xl-8 {
    bottom: 7.5rem !important;
  }
  /* line 14053, app/assets/stylesheets/quick-website.scss */
  .left-xl-8 {
    left: 7.5rem !important;
  }
  /* line 14056, app/assets/stylesheets/quick-website.scss */
  .top-xl-n8 {
    top: -7.5rem !important;
  }
  /* line 14059, app/assets/stylesheets/quick-website.scss */
  .right-xl-n8 {
    right: -7.5rem !important;
  }
  /* line 14062, app/assets/stylesheets/quick-website.scss */
  .bottom-xl-n8 {
    bottom: -7.5rem !important;
  }
  /* line 14065, app/assets/stylesheets/quick-website.scss */
  .left-xl-n8 {
    left: -7.5rem !important;
  }
  /* line 14068, app/assets/stylesheets/quick-website.scss */
  .top-xl-9 {
    top: 9rem !important;
  }
  /* line 14071, app/assets/stylesheets/quick-website.scss */
  .right-xl-9 {
    right: 9rem !important;
  }
  /* line 14074, app/assets/stylesheets/quick-website.scss */
  .bottom-xl-9 {
    bottom: 9rem !important;
  }
  /* line 14077, app/assets/stylesheets/quick-website.scss */
  .left-xl-9 {
    left: 9rem !important;
  }
  /* line 14080, app/assets/stylesheets/quick-website.scss */
  .top-xl-n9 {
    top: -9rem !important;
  }
  /* line 14083, app/assets/stylesheets/quick-website.scss */
  .right-xl-n9 {
    right: -9rem !important;
  }
  /* line 14086, app/assets/stylesheets/quick-website.scss */
  .bottom-xl-n9 {
    bottom: -9rem !important;
  }
  /* line 14089, app/assets/stylesheets/quick-website.scss */
  .left-xl-n9 {
    left: -9rem !important;
  }
  /* line 14092, app/assets/stylesheets/quick-website.scss */
  .top-xl-10 {
    top: 10.5rem !important;
  }
  /* line 14095, app/assets/stylesheets/quick-website.scss */
  .right-xl-10 {
    right: 10.5rem !important;
  }
  /* line 14098, app/assets/stylesheets/quick-website.scss */
  .bottom-xl-10 {
    bottom: 10.5rem !important;
  }
  /* line 14101, app/assets/stylesheets/quick-website.scss */
  .left-xl-10 {
    left: 10.5rem !important;
  }
  /* line 14104, app/assets/stylesheets/quick-website.scss */
  .top-xl-n10 {
    top: -10.5rem !important;
  }
  /* line 14107, app/assets/stylesheets/quick-website.scss */
  .right-xl-n10 {
    right: -10.5rem !important;
  }
  /* line 14110, app/assets/stylesheets/quick-website.scss */
  .bottom-xl-n10 {
    bottom: -10.5rem !important;
  }
  /* line 14113, app/assets/stylesheets/quick-website.scss */
  .left-xl-n10 {
    left: -10.5rem !important;
  }
  /* line 14116, app/assets/stylesheets/quick-website.scss */
  .top-xl-17 {
    top: 21rem !important;
  }
  /* line 14119, app/assets/stylesheets/quick-website.scss */
  .right-xl-17 {
    right: 21rem !important;
  }
  /* line 14122, app/assets/stylesheets/quick-website.scss */
  .bottom-xl-17 {
    bottom: 21rem !important;
  }
  /* line 14125, app/assets/stylesheets/quick-website.scss */
  .left-xl-17 {
    left: 21rem !important;
  }
  /* line 14128, app/assets/stylesheets/quick-website.scss */
  .top-xl-n17 {
    top: -21rem !important;
  }
  /* line 14131, app/assets/stylesheets/quick-website.scss */
  .right-xl-n17 {
    right: -21rem !important;
  }
  /* line 14134, app/assets/stylesheets/quick-website.scss */
  .bottom-xl-n17 {
    bottom: -21rem !important;
  }
  /* line 14137, app/assets/stylesheets/quick-website.scss */
  .left-xl-n17 {
    left: -21rem !important;
  }
}

/* line 14141, app/assets/stylesheets/quick-website.scss */
.center {
  left: 50%;
  transform: translateX(-50%);
}

/* line 14145, app/assets/stylesheets/quick-website.scss */
.middle {
  top: 50%;
  transform: translateY(-50%);
}

/* line 14149, app/assets/stylesheets/quick-website.scss */
.is_stuck[data-negative-margin] {
  margin: 0 !important;
}

/* line 14152, app/assets/stylesheets/quick-website.scss */
[class*="shadow"] {
  transition: all 0.2s ease;
}

/* line 14155, app/assets/stylesheets/quick-website.scss */
.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(31, 45, 61, 0.1), 0 10px 10px -5px rgba(31, 45, 61, 0.04) !important;
}

/* line 14158, app/assets/stylesheets/quick-website.scss */
.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(31, 45, 61, 0.25) !important;
}

/* line 14161, app/assets/stylesheets/quick-website.scss */
.hover-shadow-sm:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(31, 45, 61, 0.08) !important;
}

/* line 14164, app/assets/stylesheets/quick-website.scss */
.hover-shadow:hover {
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05) !important;
}

/* line 14167, app/assets/stylesheets/quick-website.scss */
.hover-shadow-lg:hover {
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
}

/* line 14170, app/assets/stylesheets/quick-website.scss */
.hover-shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgba(31, 45, 61, 0.1), 0 10px 10px -5px rgba(31, 45, 61, 0.04) !important;
}

/* line 14173, app/assets/stylesheets/quick-website.scss */
.hover-shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgba(31, 45, 61, 0.25) !important;
}

/* line 14176, app/assets/stylesheets/quick-website.scss */
.shadow-none,
.hover-shadow-none:hover {
  box-shadow: none !important;
}

/* line 14180, app/assets/stylesheets/quick-website.scss */
.shadow-primary-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 138, 255, 0.4) !important;
}

/* line 14183, app/assets/stylesheets/quick-website.scss */
.shadow-primary {
  box-shadow: 0 0.5rem 1rem rgba(0, 138, 255, 0.4) !important;
}

/* line 14186, app/assets/stylesheets/quick-website.scss */
.shadow-primary-lg {
  box-shadow: 0 1rem 3rem rgba(0, 138, 255, 0.4) !important;
}

/* line 14189, app/assets/stylesheets/quick-website.scss */
.shadow-secondary-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(239, 242, 247, 0.4) !important;
}

/* line 14192, app/assets/stylesheets/quick-website.scss */
.shadow-secondary {
  box-shadow: 0 0.5rem 1rem rgba(239, 242, 247, 0.4) !important;
}

/* line 14195, app/assets/stylesheets/quick-website.scss */
.shadow-secondary-lg {
  box-shadow: 0 1rem 3rem rgba(239, 242, 247, 0.4) !important;
}

/* line 14198, app/assets/stylesheets/quick-website.scss */
.shadow-success-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(92, 201, 167, 0.4) !important;
}

/* line 14201, app/assets/stylesheets/quick-website.scss */
.shadow-success {
  box-shadow: 0 0.5rem 1rem rgba(92, 201, 167, 0.4) !important;
}

/* line 14204, app/assets/stylesheets/quick-website.scss */
.shadow-success-lg {
  box-shadow: 0 1rem 3rem rgba(92, 201, 167, 0.4) !important;
}

/* line 14207, app/assets/stylesheets/quick-website.scss */
.shadow-info-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(80, 181, 255, 0.4) !important;
}

/* line 14210, app/assets/stylesheets/quick-website.scss */
.shadow-info {
  box-shadow: 0 0.5rem 1rem rgba(80, 181, 255, 0.4) !important;
}

/* line 14213, app/assets/stylesheets/quick-website.scss */
.shadow-info-lg {
  box-shadow: 0 1rem 3rem rgba(80, 181, 255, 0.4) !important;
}

/* line 14216, app/assets/stylesheets/quick-website.scss */
.shadow-warning-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(255, 190, 61, 0.4) !important;
}

/* line 14219, app/assets/stylesheets/quick-website.scss */
.shadow-warning {
  box-shadow: 0 0.5rem 1rem rgba(255, 190, 61, 0.4) !important;
}

/* line 14222, app/assets/stylesheets/quick-website.scss */
.shadow-warning-lg {
  box-shadow: 0 1rem 3rem rgba(255, 190, 61, 0.4) !important;
}

/* line 14225, app/assets/stylesheets/quick-website.scss */
.shadow-danger-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(242, 87, 103, 0.4) !important;
}

/* line 14228, app/assets/stylesheets/quick-website.scss */
.shadow-danger {
  box-shadow: 0 0.5rem 1rem rgba(242, 87, 103, 0.4) !important;
}

/* line 14231, app/assets/stylesheets/quick-website.scss */
.shadow-danger-lg {
  box-shadow: 0 1rem 3rem rgba(242, 87, 103, 0.4) !important;
}

/* line 14234, app/assets/stylesheets/quick-website.scss */
.shadow-light-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(239, 242, 247, 0.4) !important;
}

/* line 14237, app/assets/stylesheets/quick-website.scss */
.shadow-light {
  box-shadow: 0 0.5rem 1rem rgba(239, 242, 247, 0.4) !important;
}

/* line 14240, app/assets/stylesheets/quick-website.scss */
.shadow-light-lg {
  box-shadow: 0 1rem 3rem rgba(239, 242, 247, 0.4) !important;
}

/* line 14243, app/assets/stylesheets/quick-website.scss */
.shadow-dark-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(23, 19, 71, 0.4) !important;
}

/* line 14246, app/assets/stylesheets/quick-website.scss */
.shadow-dark {
  box-shadow: 0 0.5rem 1rem rgba(23, 19, 71, 0.4) !important;
}

/* line 14249, app/assets/stylesheets/quick-website.scss */
.shadow-dark-lg {
  box-shadow: 0 1rem 3rem rgba(23, 19, 71, 0.4) !important;
}

/* line 14252, app/assets/stylesheets/quick-website.scss */
.shadow-neutral-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(255, 255, 255, 0.4) !important;
}

/* line 14255, app/assets/stylesheets/quick-website.scss */
.shadow-neutral {
  box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.4) !important;
}

/* line 14258, app/assets/stylesheets/quick-website.scss */
.shadow-neutral-lg {
  box-shadow: 0 1rem 3rem rgba(255, 255, 255, 0.4) !important;
}

/* line 14261, app/assets/stylesheets/quick-website.scss */
.shadow-white-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(255, 255, 255, 0.4) !important;
}

/* line 14264, app/assets/stylesheets/quick-website.scss */
.shadow-white {
  box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.4) !important;
}

/* line 14267, app/assets/stylesheets/quick-website.scss */
.shadow-white-lg {
  box-shadow: 0 1rem 3rem rgba(255, 255, 255, 0.4) !important;
}

/* line 14270, app/assets/stylesheets/quick-website.scss */
.font-weight-300 {
  font-weight: 300 !important;
}

/* line 14273, app/assets/stylesheets/quick-website.scss */
.font-weight-400 {
  font-weight: 400 !important;
}

/* line 14276, app/assets/stylesheets/quick-website.scss */
.font-weight-500 {
  font-weight: 500 !important;
}

/* line 14279, app/assets/stylesheets/quick-website.scss */
.font-weight-600 {
  font-weight: 600 !important;
}

/* line 14282, app/assets/stylesheets/quick-website.scss */
.font-weight-700 {
  font-weight: 700 !important;
}

/* line 14285, app/assets/stylesheets/quick-website.scss */
.font-weight-800 {
  font-weight: 800 !important;
}

/* line 14288, app/assets/stylesheets/quick-website.scss */
.font-weight-900 {
  font-weight: 900 !important;
}

/* line 14291, app/assets/stylesheets/quick-website.scss */
.font-weight-bolder {
  font-weight: 700 !important;
}

/* line 14294, app/assets/stylesheets/quick-website.scss */
.text-underline {
  text-decoration: underline !important;
}

/* line 14297, app/assets/stylesheets/quick-website.scss */
.text-underline--dashed {
  border-bottom: 1px dashed !important;
}

/* line 14300, app/assets/stylesheets/quick-website.scss */
.text-line-through {
  text-decoration: line-through !important;
}

/* line 14303, app/assets/stylesheets/quick-website.scss */
a.text-muted:hover {
  color: #5a677a !important;
}

/* line 14306, app/assets/stylesheets/quick-website.scss */
.text-xs {
  font-size: 0.75rem !important;
}

/* line 14309, app/assets/stylesheets/quick-website.scss */
.text-sm {
  font-size: 0.875rem !important;
}

/* line 14312, app/assets/stylesheets/quick-website.scss */
.text-lg {
  font-size: 1.25rem !important;
}

/* line 14315, app/assets/stylesheets/quick-website.scss */
.text-xl {
  font-size: 1.5rem !important;
}

/* line 14318, app/assets/stylesheets/quick-website.scss */
.lh-100 {
  line-height: 1 !important;
}

/* line 14321, app/assets/stylesheets/quick-website.scss */
.lh-110 {
  line-height: 1.1 !important;
}

/* line 14324, app/assets/stylesheets/quick-website.scss */
.lh-120 {
  line-height: 1.2 !important;
}

/* line 14327, app/assets/stylesheets/quick-website.scss */
.lh-130 {
  line-height: 1.3 !important;
}

/* line 14330, app/assets/stylesheets/quick-website.scss */
.lh-140 {
  line-height: 1.4 !important;
}

/* line 14333, app/assets/stylesheets/quick-website.scss */
.lh-150 {
  line-height: 1.5 !important;
}

/* line 14336, app/assets/stylesheets/quick-website.scss */
.lh-160 {
  line-height: 1.6 !important;
}

/* line 14339, app/assets/stylesheets/quick-website.scss */
.lh-170 {
  line-height: 1.7 !important;
}

/* line 14342, app/assets/stylesheets/quick-website.scss */
.lh-180 {
  line-height: 1.8 !important;
}

/* line 14345, app/assets/stylesheets/quick-website.scss */
.lh-190 {
  line-height: 1.9 !important;
}

/* line 14348, app/assets/stylesheets/quick-website.scss */
.lh-200 {
  line-height: 2 !important;
}

/* line 14351, app/assets/stylesheets/quick-website.scss */
.ls-1 {
  letter-spacing: .0625rem !important;
}

/* line 14354, app/assets/stylesheets/quick-website.scss */
.ls-15 {
  letter-spacing: .09375rem !important;
}

/* line 14357, app/assets/stylesheets/quick-website.scss */
.ls-2 {
  letter-spacing: 0.125rem !important;
}

/* line 14360, app/assets/stylesheets/quick-website.scss */
.text-limit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 14365, app/assets/stylesheets/quick-website.scss */
.transform-none {
  transform: none !important;
}

/* line 14368, app/assets/stylesheets/quick-website.scss */
.translate-y-n3,
.hover-translate-y-n3:hover {
  transform: translateY(-3px) !important;
}

/* line 14372, app/assets/stylesheets/quick-website.scss */
.translate-y-n10,
.hover-translate-y-n10:hover {
  transform: translateY(-10px) !important;
}

/* line 14376, app/assets/stylesheets/quick-website.scss */
.translate-x-50,
.hover-translate-x-50:hover {
  transform: translateX(50%) !important;
}

/* line 14380, app/assets/stylesheets/quick-website.scss */
.translate-y-50 {
  transform: translateY(50%) !important;
}

/* line 14383, app/assets/stylesheets/quick-website.scss */
.translate-x-100 {
  transform: translateX(100%) !important;
}

/* line 14386, app/assets/stylesheets/quick-website.scss */
.translate-y-100 {
  transform: translateY(100%) !important;
}

/* line 14389, app/assets/stylesheets/quick-website.scss */
.translate-x-n50 {
  transform: translateX(-50%) !important;
}

/* line 14392, app/assets/stylesheets/quick-website.scss */
.translate-y-n50 {
  transform: translateY(-50%) !important;
}

/* line 14395, app/assets/stylesheets/quick-website.scss */
.translate-x-n100 {
  transform: translateX(-100%) !important;
}

/* line 14398, app/assets/stylesheets/quick-website.scss */
.translate-y-n100 {
  transform: translateY(-100%) !important;
}

/* line 14401, app/assets/stylesheets/quick-website.scss */
.scale-90 {
  transform: scale(0.9) !important;
}

/* line 14404, app/assets/stylesheets/quick-website.scss */
.scale-x-90 {
  transform: scaleX(0.9) !important;
}

/* line 14407, app/assets/stylesheets/quick-website.scss */
.scale-y-90 {
  transform: scaleY(0.9) !important;
}

/* line 14410, app/assets/stylesheets/quick-website.scss */
.scale-100 {
  transform: scale(1) !important;
}

/* line 14413, app/assets/stylesheets/quick-website.scss */
.scale-x-100 {
  transform: scaleX(1) !important;
}

/* line 14416, app/assets/stylesheets/quick-website.scss */
.scale-y-100 {
  transform: scaleY(1) !important;
}

/* line 14419, app/assets/stylesheets/quick-website.scss */
.scale-105,
.hover-scale-105:hover {
  transform: scale(1.05) !important;
}

/* line 14423, app/assets/stylesheets/quick-website.scss */
.scale-x-105,
.hover-scale-x-105:hover {
  transform: scaleX(1.05) !important;
}

/* line 14427, app/assets/stylesheets/quick-website.scss */
.scale-y-105 {
  transform: scaleY(1.05) !important;
}

/* line 14430, app/assets/stylesheets/quick-website.scss */
.scale-110,
.hover-scale-110:hover {
  transform: scale(1.1) !important;
}

/* line 14434, app/assets/stylesheets/quick-website.scss */
.scale-x-110,
.hover-scale-x-110:hover {
  transform: scaleX(1.1) !important;
}

/* line 14438, app/assets/stylesheets/quick-website.scss */
.scale-y-110 {
  transform: scaleY(1.1) !important;
}

/* line 14441, app/assets/stylesheets/quick-website.scss */
.rotate-90,
.hover-rotate-90:hover {
  transform: rotate(90deg) !important;
}

/* line 14445, app/assets/stylesheets/quick-website.scss */
.rotate-180,
.hover-rotate-180:hover {
  transform: rotate(180deg) !important;
}

/* line 14449, app/assets/stylesheets/quick-website.scss */
.rotate-270,
.hover-rotate-270:hover {
  transform: rotate(270deg) !important;
}

/* line 14453, app/assets/stylesheets/quick-website.scss */
.rotate-360,
.hover-rotate-360:hover {
  transform: rotate(360deg) !important;
}

/* line 14457, app/assets/stylesheets/quick-website.scss */
.rotate-n90,
.hover-rotate-n90:hover {
  transform: rotate(-90deg) !important;
}

/* line 14461, app/assets/stylesheets/quick-website.scss */
.skew-x-5 {
  transform: skewX(5deg) !important;
}

/* line 14464, app/assets/stylesheets/quick-website.scss */
.skew-y-5 {
  transform: skewY(5deg) !important;
}

/* line 14467, app/assets/stylesheets/quick-website.scss */
.skew-x-n10 {
  transform: skewX(-10deg) !important;
}

/* line 14470, app/assets/stylesheets/quick-website.scss */
.skew-y-n10 {
  transform: skewY(-10deg) !important;
}

/* line 14473, app/assets/stylesheets/quick-website.scss */
.transform-origin-t {
  transform-origin: 50% 0% !important;
}

/* line 14476, app/assets/stylesheets/quick-website.scss */
.transform-origin-r {
  transform-origin: 100% 50% !important;
}

/* line 14479, app/assets/stylesheets/quick-website.scss */
.transform-origin-b {
  transform-origin: 50% 100% !important;
}

/* line 14482, app/assets/stylesheets/quick-website.scss */
.transform-origin-l {
  transform-origin: 0% 50% !important;
}

/* line 14485, app/assets/stylesheets/quick-website.scss */
.perspective-left {
  transform: scale(1) perspective(2000px) rotateY(18deg) rotateX(0deg) rotate(0deg);
}

/* line 14488, app/assets/stylesheets/quick-website.scss */
.perspective-right {
  transform: scale(1) perspective(1040px) rotateY(-18deg) rotateX(0deg) rotate(0deg);
}

@media (min-width: 576px) {
  /* line 14492, app/assets/stylesheets/quick-website.scss */
  .perspective-sm-left {
    transform: scale(1) perspective(2000px) rotateY(18deg) rotateX(0deg) rotate(0deg);
  }
  /* line 14495, app/assets/stylesheets/quick-website.scss */
  .perspective-sm-right {
    transform: scale(1) perspective(1040px) rotateY(-18deg) rotateX(0deg) rotate(0deg);
  }
}

@media (min-width: 768px) {
  /* line 14500, app/assets/stylesheets/quick-website.scss */
  .perspective-md-left {
    transform: scale(1) perspective(2000px) rotateY(18deg) rotateX(0deg) rotate(0deg);
  }
  /* line 14503, app/assets/stylesheets/quick-website.scss */
  .perspective-md-right {
    transform: scale(1) perspective(1040px) rotateY(-18deg) rotateX(0deg) rotate(0deg);
  }
}

@media (min-width: 992px) {
  /* line 14508, app/assets/stylesheets/quick-website.scss */
  .perspective-lg-left {
    transform: scale(1) perspective(2000px) rotateY(18deg) rotateX(0deg) rotate(0deg);
  }
  /* line 14511, app/assets/stylesheets/quick-website.scss */
  .perspective-lg-right {
    transform: scale(1) perspective(1040px) rotateY(-18deg) rotateX(0deg) rotate(0deg);
  }
}

@media (min-width: 1200px) {
  /* line 14516, app/assets/stylesheets/quick-website.scss */
  .perspective-xl-left {
    transform: scale(1) perspective(2000px) rotateY(18deg) rotateX(0deg) rotate(0deg);
  }
  /* line 14519, app/assets/stylesheets/quick-website.scss */
  .perspective-xl-right {
    transform: scale(1) perspective(1040px) rotateY(-18deg) rotateX(0deg) rotate(0deg);
  }
}

/* line 14523, app/assets/stylesheets/quick-website.scss */
.zindex-100 {
  z-index: 100 !important;
}

/* line 14526, app/assets/stylesheets/quick-website.scss */
.zindex-101 {
  z-index: 101 !important;
}

/* line 14529, app/assets/stylesheets/quick-website.scss */
.zindex-102 {
  z-index: 102 !important;
}

/* line 14532, app/assets/stylesheets/quick-website.scss */
:root {
  --primary-dark: #006ecc;
  --primary-light: #33a1ff;
  --secondary-dark: #cdd6e6;
  --secondary-light: white;
  --success-dark: #3cb690;
  --success-light: #82d6bc;
  --info-dark: #1d9fff;
  --info-light: #83cbff;
  --warning-dark: #ffad0a;
  --warning-light: #ffcf70;
  --danger-dark: #ee283c;
  --danger-light: #f68692;
  --light-dark: #cdd6e6;
  --light-light: white;
  --dark-dark: #0a081f;
  --dark-light: #241e6f;
  --neutral-dark: #e6e6e6;
  --neutral-light: white;
  --white-dark: #e6e6e6;
  --white-light: white;
}

/* line 14554, app/assets/stylesheets/quick-website.scss */
body,
html {
  overflow-x: hidden;
}

/* line 14558, app/assets/stylesheets/quick-website.scss */
iframe {
  border: 0;
}

/* line 14561, app/assets/stylesheets/quick-website.scss */
figcaption,
figure,
main {
  display: block;
  margin: 0;
}

/* line 14567, app/assets/stylesheets/quick-website.scss */
figure {
  max-width: 100%;
  min-height: 1px;
}

/* line 14571, app/assets/stylesheets/quick-website.scss */
main {
  position: relative;
}

/* line 14574, app/assets/stylesheets/quick-website.scss */
button:focus {
  outline: none;
}

/* line 14577, app/assets/stylesheets/quick-website.scss */
svg {
  vertical-align: middle;
  overflow: hidden;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 14583, app/assets/stylesheets/quick-website.scss */
  .img-fluid {
    width: 100%;
  }
}

/* line 14587, app/assets/stylesheets/quick-website.scss */
.action-item {
  display: inline-block;
  font-size: 0.875rem;
  cursor: pointer;
  color: #718096;
  background: transparent;
  border: 0;
  padding: .25rem .25rem;
  transition: color 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 14598, app/assets/stylesheets/quick-website.scss */
  .action-item {
    transition: none;
  }
}

/* line 14602, app/assets/stylesheets/quick-website.scss */
.action-item:hover {
  color: #8e9aac;
}

/* line 14605, app/assets/stylesheets/quick-website.scss */
.action-item span {
  padding-left: .35rem;
  display: inline-block;
}

/* line 14609, app/assets/stylesheets/quick-website.scss */
.actions-dark .action-item {
  color: rgba(255, 255, 255, 0.7);
}

/* line 14612, app/assets/stylesheets/quick-website.scss */
.actions-dark .action-item:hover {
  color: white;
}

/* line 14615, app/assets/stylesheets/quick-website.scss */
.action-favorite {
  color: #ffc431;
}

/* line 14618, app/assets/stylesheets/quick-website.scss */
.action-favorite:hover,
.action-favorite.active {
  color: #ffba0d;
}

/* line 14622, app/assets/stylesheets/quick-website.scss */
.action-love {
  color: #f25767;
}

/* line 14625, app/assets/stylesheets/quick-website.scss */
.action-love:hover,
.action-love.active {
  color: #ef3649;
}

/* line 14629, app/assets/stylesheets/quick-website.scss */
.action-like {
  color: #e76f51;
}

/* line 14632, app/assets/stylesheets/quick-website.scss */
.action-like:hover,
.action-like.active {
  color: #0077db;
}

/* line 14636, app/assets/stylesheets/quick-website.scss */
.action-item-lg {
  font-size: 1.25rem;
}

/* line 14639, app/assets/stylesheets/quick-website.scss */
.card > .actions {
  position: absolute;
  right: .875rem;
  top: 1rem;
}

/* line 14644, app/assets/stylesheets/quick-website.scss */
.card-stats .actions {
  right: .75rem;
  top: .5rem;
}

/* line 14648, app/assets/stylesheets/quick-website.scss */
.actions-toolbar {
  position: relative;
}

/* line 14651, app/assets/stylesheets/quick-website.scss */
.actions-search {
  display: none;
  opacity: 0;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border-color: #EFF2F7;
  z-index: 1;
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
  border-radius: 0.75rem;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 14668, app/assets/stylesheets/quick-website.scss */
  .actions-search {
    transition: none;
  }
}

/* line 14672, app/assets/stylesheets/quick-website.scss */
.actions-search.show {
  display: flex;
  opacity: 1;
}

/* line 14676, app/assets/stylesheets/quick-website.scss */
.alert {
  font-size: 0.875rem;
}

/* line 14679, app/assets/stylesheets/quick-website.scss */
.alert strong {
  font-weight: 600;
}

/* line 14682, app/assets/stylesheets/quick-website.scss */
.alert hr {
  margin: 0.875rem 0;
}

/* line 14685, app/assets/stylesheets/quick-website.scss */
.alert p:last-child {
  margin-bottom: 0;
}

/* line 14688, app/assets/stylesheets/quick-website.scss */
.alert-heading {
  font-weight: 600;
  font-size: 1.5rem;
  margin-top: .15rem;
}

/* line 14693, app/assets/stylesheets/quick-website.scss */
.alert-flush {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

/* line 14698, app/assets/stylesheets/quick-website.scss */
.alert-modern {
  display: inline-block;
  padding: .275rem 1rem .375rem .375rem;
  border-radius: 50rem;
}

/* line 14703, app/assets/stylesheets/quick-website.scss */
.alert-modern::after {
  display: inline-block;
  margin-left: .5rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 85%;
  content: "\f105";
}

/* line 14715, app/assets/stylesheets/quick-website.scss */
.alert-modern:empty::after {
  margin-left: 0;
}

/* line 14718, app/assets/stylesheets/quick-website.scss */
.alert-modern .badge + .alert-content {
  margin-left: .5rem;
}

@media (max-width: 575.98px) {
  /* line 14722, app/assets/stylesheets/quick-website.scss */
  .alert-modern {
    text-align: center;
  }
  /* line 14725, app/assets/stylesheets/quick-website.scss */
  .alert-modern:after {
    content: "";
  }
  /* line 14728, app/assets/stylesheets/quick-website.scss */
  .alert-modern .alert-content {
    display: block;
    margin-top: .5rem;
  }
}

/* line 14733, app/assets/stylesheets/quick-website.scss */
.alert-dark {
  background-color: #171347;
  color: #FFF;
  border: 0;
}

/* line 14738, app/assets/stylesheets/quick-website.scss */
.alert-dark .alert-link {
  color: #FFF;
}

/* line 14741, app/assets/stylesheets/quick-website.scss */
.alert-dark .close > span:not(.sr-only) {
  color: white;
}

/* line 14744, app/assets/stylesheets/quick-website.scss */
.alert-dark .close:hover > span:not(.sr-only),
.alert-dark .close:focus > span:not(.sr-only) {
  color: #FFF;
}

/* line 14748, app/assets/stylesheets/quick-website.scss */
.alert-dark hr {
  border-color: rgba(232, 236, 184, 0.1);
}

/* line 14751, app/assets/stylesheets/quick-website.scss */
[class*="alert-outline-"] {
  border-right: 1px solid;
}

/* line 14754, app/assets/stylesheets/quick-website.scss */
[class*="alert-outline-"] .alert-group-prepend {
  padding-right: 0.875rem;
}

/* line 14757, app/assets/stylesheets/quick-website.scss */
.alert-outline-primary {
  background: transparent;
  color: #0f5da2;
  border-color: #e76f51;
}

/* line 14762, app/assets/stylesheets/quick-website.scss */
.alert-outline-primary hr {
  border-top-color: #1a96ff;
}

/* line 14765, app/assets/stylesheets/quick-website.scss */
.alert-outline-primary .alert-link {
  color: #0f5da2;
}

/* line 14768, app/assets/stylesheets/quick-website.scss */
.alert-outline-primary .alert-group-prepend {
  border-right: 1px solid #e76f51;
}

/* line 14771, app/assets/stylesheets/quick-website.scss */
.alert-outline-secondary {
  background: transparent;
  color: #8b939e;
  border-color: #eff2f7;
}

/* line 14776, app/assets/stylesheets/quick-website.scss */
.alert-outline-secondary hr {
  border-top-color: white;
}

/* line 14779, app/assets/stylesheets/quick-website.scss */
.alert-outline-secondary .alert-link {
  color: #8b939e;
}

/* line 14782, app/assets/stylesheets/quick-website.scss */
.alert-outline-secondary .alert-group-prepend {
  border-right: 1px solid #eff2f7;
}

/* line 14785, app/assets/stylesheets/quick-website.scss */
.alert-outline-success {
  background: transparent;
  color: #3f7e74;
  border-color: #5cc9a7;
}

/* line 14790, app/assets/stylesheets/quick-website.scss */
.alert-outline-success hr {
  border-top-color: #6fcfb1;
}

/* line 14793, app/assets/stylesheets/quick-website.scss */
.alert-outline-success .alert-link {
  color: #3f7e74;
}

/* line 14796, app/assets/stylesheets/quick-website.scss */
.alert-outline-success .alert-group-prepend {
  border-right: 1px solid #5cc9a7;
}

/* line 14799, app/assets/stylesheets/quick-website.scss */
.alert-outline-info {
  background: transparent;
  color: #3874a2;
  border-color: #50b5ff;
}

/* line 14804, app/assets/stylesheets/quick-website.scss */
.alert-outline-info hr {
  border-top-color: #6ac0ff;
}

/* line 14807, app/assets/stylesheets/quick-website.scss */
.alert-outline-info .alert-link {
  color: #3874a2;
}

/* line 14810, app/assets/stylesheets/quick-website.scss */
.alert-outline-info .alert-group-prepend {
  border-right: 1px solid #50b5ff;
}

/* line 14813, app/assets/stylesheets/quick-website.scss */
.alert-outline-warning {
  background: transparent;
  color: #93783d;
  border-color: #ffbe3d;
}

/* line 14818, app/assets/stylesheets/quick-website.scss */
.alert-outline-warning hr {
  border-top-color: #ffc757;
}

/* line 14821, app/assets/stylesheets/quick-website.scss */
.alert-outline-warning .alert-link {
  color: #93783d;
}

/* line 14824, app/assets/stylesheets/quick-website.scss */
.alert-outline-warning .alert-group-prepend {
  border-right: 1px solid #ffbe3d;
}

/* line 14827, app/assets/stylesheets/quick-website.scss */
.alert-outline-danger {
  background: transparent;
  color: #8d4353;
  border-color: #f25767;
}

/* line 14832, app/assets/stylesheets/quick-website.scss */
.alert-outline-danger hr {
  border-top-color: #f46f7c;
}

/* line 14835, app/assets/stylesheets/quick-website.scss */
.alert-outline-danger .alert-link {
  color: #8d4353;
}

/* line 14838, app/assets/stylesheets/quick-website.scss */
.alert-outline-danger .alert-group-prepend {
  border-right: 1px solid #f25767;
}

/* line 14841, app/assets/stylesheets/quick-website.scss */
.alert-outline-light {
  background: transparent;
  color: #8b939e;
  border-color: #eff2f7;
}

/* line 14846, app/assets/stylesheets/quick-website.scss */
.alert-outline-light hr {
  border-top-color: white;
}

/* line 14849, app/assets/stylesheets/quick-website.scss */
.alert-outline-light .alert-link {
  color: #8b939e;
}

/* line 14852, app/assets/stylesheets/quick-website.scss */
.alert-outline-light .alert-group-prepend {
  border-right: 1px solid #eff2f7;
}

/* line 14855, app/assets/stylesheets/quick-website.scss */
.alert-outline-dark {
  background: transparent;
  color: #1b1f42;
  border-color: #171347;
}

/* line 14860, app/assets/stylesheets/quick-website.scss */
.alert-outline-dark hr {
  border-top-color: #1e185b;
}

/* line 14863, app/assets/stylesheets/quick-website.scss */
.alert-outline-dark .alert-link {
  color: #1b1f42;
}

/* line 14866, app/assets/stylesheets/quick-website.scss */
.alert-outline-dark .alert-group-prepend {
  border-right: 1px solid #171347;
}

/* line 14869, app/assets/stylesheets/quick-website.scss */
.alert-outline-neutral {
  background: transparent;
  color: #939aa2;
  border-color: white;
}

/* line 14874, app/assets/stylesheets/quick-website.scss */
.alert-outline-neutral hr {
  border-top-color: white;
}

/* line 14877, app/assets/stylesheets/quick-website.scss */
.alert-outline-neutral .alert-link {
  color: #939aa2;
}

/* line 14880, app/assets/stylesheets/quick-website.scss */
.alert-outline-neutral .alert-group-prepend {
  border-right: 1px solid white;
}

/* line 14883, app/assets/stylesheets/quick-website.scss */
.alert-outline-white {
  background: transparent;
  color: #939aa2;
  border-color: white;
}

/* line 14888, app/assets/stylesheets/quick-website.scss */
.alert-outline-white hr {
  border-top-color: white;
}

/* line 14891, app/assets/stylesheets/quick-website.scss */
.alert-outline-white .alert-link {
  color: #939aa2;
}

/* line 14894, app/assets/stylesheets/quick-website.scss */
.alert-outline-white .alert-group-prepend {
  border-right: 1px solid white;
}

/* line 14897, app/assets/stylesheets/quick-website.scss */
.alert-messages:not(:last-child) {
  margin-bottom: 1.25rem;
}

/* line 14900, app/assets/stylesheets/quick-website.scss */
.alert-notify {
  display: flex !important;
  max-width: 600px;
  width: calc(100% - 30px);
  padding-right: 80px;
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
}

/* line 14907, app/assets/stylesheets/quick-website.scss */
.alert-notify:hover {
  z-index: 1081 !important;
}

/* line 14910, app/assets/stylesheets/quick-website.scss */
.alert-group {
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 14916, app/assets/stylesheets/quick-website.scss */
.alert-group .alert-group-prepend {
  display: inline-flex;
  vertical-align: middle;
  margin-right: .5rem;
}

/* line 14921, app/assets/stylesheets/quick-website.scss */
.alert-group .alert-group-prepend,
.alert-group .alert-content,
.alert-group .alert-action {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

/* line 14927, app/assets/stylesheets/quick-website.scss */
.alert-group .alert-action {
  margin-left: auto;
}

/* line 14930, app/assets/stylesheets/quick-website.scss */
.alert-group .btn {
  padding: .25rem .75rem;
  font-size: 0.875rem;
  line-height: 1.6;
}

/* line 14935, app/assets/stylesheets/quick-website.scss */
.alert-group[class*="alert-outline"] .alert-group-prepend {
  margin-right: 0.875rem;
}

/* line 14938, app/assets/stylesheets/quick-website.scss */
.alert-group-icon {
  display: inline-block;
  min-width: 26px;
  text-align: center;
}

/* line 14943, app/assets/stylesheets/quick-website.scss */
.alert-dismissible .alert-group-prepend {
  display: block;
}

/* line 14946, app/assets/stylesheets/quick-website.scss */
.alert-dismissible .close {
  top: 50%;
  right: 0.875rem;
  transform: translateY(-50%);
  padding: 0;
}

/* line 14952, app/assets/stylesheets/quick-website.scss */
.avatar {
  position: relative;
  color: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 600;
  height: 3.125rem;
  width: 3.125rem;
  border-radius: 0.375rem;
}

/* line 14965, app/assets/stylesheets/quick-website.scss */
.avatar img {
  width: 100%;
  border-radius: 0.375rem;
}

/* line 14969, app/assets/stylesheets/quick-website.scss */
.avatar.rounded-circle img {
  border-radius: 50%;
}

/* line 14972, app/assets/stylesheets/quick-website.scss */
.avatar span {
  background-color: #e76f51;
}

/* line 14975, app/assets/stylesheets/quick-website.scss */
.avatar + .avatar {
  margin-left: .25rem;
}

/* line 14978, app/assets/stylesheets/quick-website.scss */
.avatar + .avatar-content {
  display: inline-block;
  margin-left: .75rem;
}

/* line 14982, app/assets/stylesheets/quick-website.scss */
.avatar-2xl {
  width: 7.5rem;
  height: 7.5rem;
  font-size: 1.375rem;
}

/* line 14987, app/assets/stylesheets/quick-website.scss */
.avatar-xl {
  width: 6rem;
  height: 6rem;
  font-size: 1.375rem;
}

/* line 14992, app/assets/stylesheets/quick-website.scss */
.avatar-lg {
  width: 4rem;
  height: 4rem;
  font-size: 1.25rem;
}

/* line 14997, app/assets/stylesheets/quick-website.scss */
.avatar-sm {
  width: 2.4375rem;
  height: 2.4375rem;
  font-size: 0.75rem;
  border-radius: 0.2rem;
}

/* line 15003, app/assets/stylesheets/quick-website.scss */
.avatar-xs {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.675rem;
  border-radius: 0.2rem;
}

/* line 15009, app/assets/stylesheets/quick-website.scss */
.avatar-group {
  display: inline-block;
  line-height: 1;
}

/* line 15013, app/assets/stylesheets/quick-website.scss */
.avatar-group .avatar {
  z-index: 1;
  transition: margin 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15018, app/assets/stylesheets/quick-website.scss */
  .avatar-group .avatar {
    transition: none;
  }
}

/* line 15022, app/assets/stylesheets/quick-website.scss */
.avatar-group .avatar img {
  border: 2px solid #FFF;
}

/* line 15025, app/assets/stylesheets/quick-website.scss */
.avatar-group .avatar:hover {
  z-index: 2;
}

/* line 15028, app/assets/stylesheets/quick-website.scss */
.avatar-group .avatar + .avatar {
  margin-left: -1.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 15033, app/assets/stylesheets/quick-website.scss */
.avatar-group .avatar-sm + .avatar-sm {
  margin-left: -1rem;
}

/* line 15036, app/assets/stylesheets/quick-website.scss */
.avatar-group:hover .avatar {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 15040, app/assets/stylesheets/quick-website.scss */
.avatar-group:hover .avatar-sm {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 15044, app/assets/stylesheets/quick-website.scss */
.hover-avatar-ungroup:hover .avatar:not(:first-child) {
  margin-left: 0;
}

/* line 15047, app/assets/stylesheets/quick-website.scss */
.avatar-parent-child {
  display: inline-block;
  position: relative;
}

/* line 15051, app/assets/stylesheets/quick-website.scss */
.avatar-child {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 2px solid #FFF;
  border-radius: 0.2rem;
}

/* line 15059, app/assets/stylesheets/quick-website.scss */
.avatar.rounded-circle + .avatar-child {
  border-radius: 50%;
}

/* line 15062, app/assets/stylesheets/quick-website.scss */
.avatar + .avatar-child {
  width: 20px;
  height: 20px;
}

/* line 15066, app/assets/stylesheets/quick-website.scss */
.avatar-xl + .avatar-child {
  width: 28px;
  height: 28px;
}

/* line 15070, app/assets/stylesheets/quick-website.scss */
.avatar-lg + .avatar-child {
  width: 24px;
  height: 24px;
}

/* line 15074, app/assets/stylesheets/quick-website.scss */
.avatar-sm + .avatar-child {
  width: 16px;
  height: 16px;
}

/* line 15078, app/assets/stylesheets/quick-website.scss */
.avatar + .avatar-badge {
  width: 14px;
  height: 14px;
  right: -6px;
  bottom: 15px;
}

/* line 15084, app/assets/stylesheets/quick-website.scss */
.avatar-xl + .avatar-badge {
  width: 18px;
  height: 18px;
  right: -5px;
  bottom: 20px;
}

/* line 15090, app/assets/stylesheets/quick-website.scss */
.avatar-lg + .avatar-badge {
  width: 16px;
  height: 16px;
  right: -5px;
  bottom: 20px;
}

/* line 15096, app/assets/stylesheets/quick-website.scss */
.avatar-sm + .badge {
  width: 12px;
  height: 12px;
  right: -6px;
  bottom: 10px;
}

/* line 15102, app/assets/stylesheets/quick-website.scss */
.avatar-connect {
  position: relative;
}

/* line 15105, app/assets/stylesheets/quick-website.scss */
.avatar-connect:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 2px dashed #E2E8F0;
}

/* line 15113, app/assets/stylesheets/quick-website.scss */
.avatar-connect ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 15118, app/assets/stylesheets/quick-website.scss */
.breadcrumb {
  border: 1px solid #E2E8F0;
}

/* line 15121, app/assets/stylesheets/quick-website.scss */
.breadcrumb-sm {
  font-size: 0.875rem;
}

/* line 15124, app/assets/stylesheets/quick-website.scss */
.breadcrumb-links {
  border: 0;
  background-color: transparent;
  border-radius: 0;
}

/* line 15129, app/assets/stylesheets/quick-website.scss */
.breadcrumb-links .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  width: .3rem;
  height: .6rem;
  margin-right: 0.5rem;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMCAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+ICAgICAgICA8ZyBpZD0iY2hldnJvbi1yaWdodCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4wMDAwMDAsIDIuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuNSI+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTaGFwZSIgcG9pbnRzPSIwIDEyIDYgNiAwIDAiPjwvcG9seWxpbmU+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
  mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMCAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+ICAgICAgICA8ZyBpZD0iY2hldnJvbi1yaWdodCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4wMDAwMDAsIDIuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuNSI+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTaGFwZSIgcG9pbnRzPSIwIDEyIDYgNiAwIDAiPjwvcG9seWxpbmU+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #CBD5E0;
}

/* line 15140, app/assets/stylesheets/quick-website.scss */
.breadcrumb-dark .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.8);
}

/* line 15143, app/assets/stylesheets/quick-website.scss */
.breadcrumb-dark .breadcrumb-item a:hover {
  color: white;
}

/* line 15146, app/assets/stylesheets/quick-website.scss */
.breadcrumb-dark .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.6);
}

/* line 15149, app/assets/stylesheets/quick-website.scss */
.breadcrumb-dark .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.8);
}

/* line 15152, app/assets/stylesheets/quick-website.scss */
.breadcrumb-light .breadcrumb-item a {
  color: rgba(23, 19, 71, 0.8);
}

/* line 15155, app/assets/stylesheets/quick-website.scss */
.breadcrumb-light .breadcrumb-item a:hover {
  color: #171347;
}

/* line 15158, app/assets/stylesheets/quick-website.scss */
.breadcrumb-light .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(23, 19, 71, 0.8);
}

/* line 15161, app/assets/stylesheets/quick-website.scss */
.btn {
  position: relative;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15166, app/assets/stylesheets/quick-website.scss */
  .btn {
    transition: none;
  }
}

/* line 15170, app/assets/stylesheets/quick-website.scss */
.btn + .btn {
  margin-left: .5rem;
}

/* line 15173, app/assets/stylesheets/quick-website.scss */
.btn-group > .btn {
  margin: 0;
}

/* line 15176, app/assets/stylesheets/quick-website.scss */
.btn-neutral {
  background-color: transparent;
  color: #273444;
  border: 2px solid #E2E8F0;
}

/* line 15181, app/assets/stylesheets/quick-website.scss */
.btn-neutral:hover {
  border-color: #4dadff;
  background-color: transparent;
}

/* line 15185, app/assets/stylesheets/quick-website.scss */
.btn-neutral:not(:disabled):not(.disabled):focus,
.btn-neutral:not(:disabled):not(.disabled):active {
  border-color: #4dadff;
  color: #e76f51;
  background-color: transparent;
}

/* line 15191, app/assets/stylesheets/quick-website.scss */
.btn-neutral.active:not(:disabled):not(.disabled) {
  border-color: #e76f51;
  color: #e76f51;
  background-color: #FFF;
}

/* line 15196, app/assets/stylesheets/quick-website.scss */
.btn-xs {
  padding: 0.375rem 1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.375rem;
}

/* line 15202, app/assets/stylesheets/quick-website.scss */
.btn-xl {
  padding: 1.5rem 2rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.75rem;
}

@media (max-width: 1200px) {
  /* line 15209, app/assets/stylesheets/quick-website.scss */
  .btn-xl {
    font-size: calc(1.275rem + 0.3vw);
  }
}

/* line 15213, app/assets/stylesheets/quick-website.scss */
.btn-nobg {
  padding: 0;
  background: transparent !important;
}

/* line 15217, app/assets/stylesheets/quick-website.scss */
.btn-nobg:hover {
  background: transparent !important;
  border-color: transparent !important;
}

/* line 15221, app/assets/stylesheets/quick-website.scss */
.btn-nobg--hover:hover {
  background-color: transparent;
}

/* line 15224, app/assets/stylesheets/quick-website.scss */
.btn-soft-primary {
  color: #e76f51;
  background-color: #cce8ff;
  border-color: #cce8ff;
  box-shadow: none;
}

/* line 15230, app/assets/stylesheets/quick-website.scss */
.btn-soft-primary:hover {
  color: #FFF;
  background-color: #e76f51;
  border-color: #e76f51;
  box-shadow: 0 4px 11px rgba(204, 232, 255, 0.35);
}

/* line 15236, app/assets/stylesheets/quick-website.scss */
.btn-soft-primary:focus,
.btn-soft-primary.focus {
  box-shadow: none, 0 0 0 0 rgba(6, 125, 227, 0.5);
}

/* line 15240, app/assets/stylesheets/quick-website.scss */
.btn-soft-primary.disabled,
.btn-soft-primary:disabled {
  color: #e76f51;
  background-color: #cce8ff;
  border-color: #cce8ff;
}

/* line 15246, app/assets/stylesheets/quick-website.scss */
.btn-soft-primary:not(:disabled):not(.disabled):active,
.btn-soft-primary.active:not(:disabled):not(.disabled),
.show > .btn-soft-primary.dropdown-toggle {
  color: #FFF;
  background-color: #e76f51;
  border-color: #e76f51;
}

/* line 15253, app/assets/stylesheets/quick-website.scss */
.btn-soft-primary:not(:disabled):not(.disabled):active:focus,
.btn-soft-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-soft-primary.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(6, 125, 227, 0.5);
}

/* line 15258, app/assets/stylesheets/quick-website.scss */
.btn-soft-secondary {
  color: #EFF2F7;
  background-color: #fcfcfd;
  border-color: #fcfcfd;
  box-shadow: none;
}

/* line 15264, app/assets/stylesheets/quick-website.scss */
.btn-soft-secondary:hover {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
  box-shadow: 0 4px 11px rgba(252, 252, 253, 0.35);
}

/* line 15270, app/assets/stylesheets/quick-website.scss */
.btn-soft-secondary:focus,
.btn-soft-secondary.focus {
  box-shadow: none, 0 0 0 0 rgba(209, 214, 220, 0.5);
}

/* line 15274, app/assets/stylesheets/quick-website.scss */
.btn-soft-secondary.disabled,
.btn-soft-secondary:disabled {
  color: #EFF2F7;
  background-color: #fcfcfd;
  border-color: #fcfcfd;
}

/* line 15280, app/assets/stylesheets/quick-website.scss */
.btn-soft-secondary:not(:disabled):not(.disabled):active,
.btn-soft-secondary.active:not(:disabled):not(.disabled),
.show > .btn-soft-secondary.dropdown-toggle {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
}

/* line 15287, app/assets/stylesheets/quick-website.scss */
.btn-soft-secondary:not(:disabled):not(.disabled):active:focus,
.btn-soft-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-soft-secondary.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(209, 214, 220, 0.5);
}

/* line 15292, app/assets/stylesheets/quick-website.scss */
.btn-soft-success {
  color: #5cc9a7;
  background-color: #def4ed;
  border-color: #def4ed;
  box-shadow: none;
}

/* line 15298, app/assets/stylesheets/quick-website.scss */
.btn-soft-success:hover {
  color: #FFF;
  background-color: #5cc9a7;
  border-color: #5cc9a7;
  box-shadow: 0 4px 11px rgba(222, 244, 237, 0.35);
}

/* line 15304, app/assets/stylesheets/quick-website.scss */
.btn-soft-success:focus,
.btn-soft-success.focus {
  box-shadow: none, 0 0 0 0 rgba(84, 179, 152, 0.5);
}

/* line 15308, app/assets/stylesheets/quick-website.scss */
.btn-soft-success.disabled,
.btn-soft-success:disabled {
  color: #5cc9a7;
  background-color: #def4ed;
  border-color: #def4ed;
}

/* line 15314, app/assets/stylesheets/quick-website.scss */
.btn-soft-success:not(:disabled):not(.disabled):active,
.btn-soft-success.active:not(:disabled):not(.disabled),
.show > .btn-soft-success.dropdown-toggle {
  color: #FFF;
  background-color: #5cc9a7;
  border-color: #5cc9a7;
}

/* line 15321, app/assets/stylesheets/quick-website.scss */
.btn-soft-success:not(:disabled):not(.disabled):active:focus,
.btn-soft-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-soft-success.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(84, 179, 152, 0.5);
}

/* line 15326, app/assets/stylesheets/quick-website.scss */
.btn-soft-info {
  color: #50b5ff;
  background-color: #dcf0ff;
  border-color: #dcf0ff;
  box-shadow: none;
}

/* line 15332, app/assets/stylesheets/quick-website.scss */
.btn-soft-info:hover {
  color: #FFF;
  background-color: #50b5ff;
  border-color: #50b5ff;
  box-shadow: 0 4px 11px rgba(220, 240, 255, 0.35);
}

/* line 15338, app/assets/stylesheets/quick-website.scss */
.btn-soft-info:focus,
.btn-soft-info.focus {
  box-shadow: none, 0 0 0 0 rgba(74, 162, 227, 0.5);
}

/* line 15342, app/assets/stylesheets/quick-website.scss */
.btn-soft-info.disabled,
.btn-soft-info:disabled {
  color: #50b5ff;
  background-color: #dcf0ff;
  border-color: #dcf0ff;
}

/* line 15348, app/assets/stylesheets/quick-website.scss */
.btn-soft-info:not(:disabled):not(.disabled):active,
.btn-soft-info.active:not(:disabled):not(.disabled),
.show > .btn-soft-info.dropdown-toggle {
  color: #FFF;
  background-color: #50b5ff;
  border-color: #50b5ff;
}

/* line 15355, app/assets/stylesheets/quick-website.scss */
.btn-soft-info:not(:disabled):not(.disabled):active:focus,
.btn-soft-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-soft-info.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(74, 162, 227, 0.5);
}

/* line 15360, app/assets/stylesheets/quick-website.scss */
.btn-soft-warning {
  color: #FFBE3D;
  background-color: #fff2d8;
  border-color: #fff2d8;
  box-shadow: none;
}

/* line 15366, app/assets/stylesheets/quick-website.scss */
.btn-soft-warning:hover {
  color: #FFF;
  background-color: #FFBE3D;
  border-color: #FFBE3D;
  box-shadow: 0 4px 11px rgba(255, 242, 216, 0.35);
}

/* line 15372, app/assets/stylesheets/quick-website.scss */
.btn-soft-warning:focus,
.btn-soft-warning.focus {
  box-shadow: none, 0 0 0 0 rgba(223, 169, 62, 0.5);
}

/* line 15376, app/assets/stylesheets/quick-website.scss */
.btn-soft-warning.disabled,
.btn-soft-warning:disabled {
  color: #FFBE3D;
  background-color: #fff2d8;
  border-color: #fff2d8;
}

/* line 15382, app/assets/stylesheets/quick-website.scss */
.btn-soft-warning:not(:disabled):not(.disabled):active,
.btn-soft-warning.active:not(:disabled):not(.disabled),
.show > .btn-soft-warning.dropdown-toggle {
  color: #FFF;
  background-color: #FFBE3D;
  border-color: #FFBE3D;
}

/* line 15389, app/assets/stylesheets/quick-website.scss */
.btn-soft-warning:not(:disabled):not(.disabled):active:focus,
.btn-soft-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-soft-warning.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(223, 169, 62, 0.5);
}

/* line 15394, app/assets/stylesheets/quick-website.scss */
.btn-soft-danger {
  color: #f25767;
  background-color: #fcdde1;
  border-color: #fcdde1;
  box-shadow: none;
}

/* line 15400, app/assets/stylesheets/quick-website.scss */
.btn-soft-danger:hover {
  color: #FFF;
  background-color: #f25767;
  border-color: #f25767;
  box-shadow: 0 4px 11px rgba(252, 221, 225, 0.35);
}

/* line 15406, app/assets/stylesheets/quick-website.scss */
.btn-soft-danger:focus,
.btn-soft-danger.focus {
  box-shadow: none, 0 0 0 0 rgba(212, 82, 98, 0.5);
}

/* line 15410, app/assets/stylesheets/quick-website.scss */
.btn-soft-danger.disabled,
.btn-soft-danger:disabled {
  color: #f25767;
  background-color: #fcdde1;
  border-color: #fcdde1;
}

/* line 15416, app/assets/stylesheets/quick-website.scss */
.btn-soft-danger:not(:disabled):not(.disabled):active,
.btn-soft-danger.active:not(:disabled):not(.disabled),
.show > .btn-soft-danger.dropdown-toggle {
  color: #FFF;
  background-color: #f25767;
  border-color: #f25767;
}

/* line 15423, app/assets/stylesheets/quick-website.scss */
.btn-soft-danger:not(:disabled):not(.disabled):active:focus,
.btn-soft-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-soft-danger.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(212, 82, 98, 0.5);
}

/* line 15428, app/assets/stylesheets/quick-website.scss */
.btn-soft-light {
  color: #EFF2F7;
  background-color: #fcfcfd;
  border-color: #fcfcfd;
  box-shadow: none;
}

/* line 15434, app/assets/stylesheets/quick-website.scss */
.btn-soft-light:hover {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
  box-shadow: 0 4px 11px rgba(252, 252, 253, 0.35);
}

/* line 15440, app/assets/stylesheets/quick-website.scss */
.btn-soft-light:focus,
.btn-soft-light.focus {
  box-shadow: none, 0 0 0 0 rgba(209, 214, 220, 0.5);
}

/* line 15444, app/assets/stylesheets/quick-website.scss */
.btn-soft-light.disabled,
.btn-soft-light:disabled {
  color: #EFF2F7;
  background-color: #fcfcfd;
  border-color: #fcfcfd;
}

/* line 15450, app/assets/stylesheets/quick-website.scss */
.btn-soft-light:not(:disabled):not(.disabled):active,
.btn-soft-light.active:not(:disabled):not(.disabled),
.show > .btn-soft-light.dropdown-toggle {
  color: #273444;
  background-color: #EFF2F7;
  border-color: #EFF2F7;
}

/* line 15457, app/assets/stylesheets/quick-website.scss */
.btn-soft-light:not(:disabled):not(.disabled):active:focus,
.btn-soft-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-soft-light.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(209, 214, 220, 0.5);
}

/* line 15462, app/assets/stylesheets/quick-website.scss */
.btn-soft-dark {
  color: #171347;
  background-color: #d1d0da;
  border-color: #d1d0da;
  box-shadow: none;
}

/* line 15468, app/assets/stylesheets/quick-website.scss */
.btn-soft-dark:hover {
  color: #FFF;
  background-color: #171347;
  border-color: #171347;
  box-shadow: 0 4px 11px rgba(209, 208, 218, 0.35);
}

/* line 15474, app/assets/stylesheets/quick-website.scss */
.btn-soft-dark:focus,
.btn-soft-dark.focus {
  box-shadow: none, 0 0 0 0 rgba(25, 24, 71, 0.5);
}

/* line 15478, app/assets/stylesheets/quick-website.scss */
.btn-soft-dark.disabled,
.btn-soft-dark:disabled {
  color: #171347;
  background-color: #d1d0da;
  border-color: #d1d0da;
}

/* line 15484, app/assets/stylesheets/quick-website.scss */
.btn-soft-dark:not(:disabled):not(.disabled):active,
.btn-soft-dark.active:not(:disabled):not(.disabled),
.show > .btn-soft-dark.dropdown-toggle {
  color: #FFF;
  background-color: #171347;
  border-color: #171347;
}

/* line 15491, app/assets/stylesheets/quick-website.scss */
.btn-soft-dark:not(:disabled):not(.disabled):active:focus,
.btn-soft-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-soft-dark.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(25, 24, 71, 0.5);
}

/* line 15496, app/assets/stylesheets/quick-website.scss */
.btn-soft-neutral {
  color: #FFF;
  background-color: white;
  border-color: white;
  box-shadow: none;
}

/* line 15502, app/assets/stylesheets/quick-website.scss */
.btn-soft-neutral:hover {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
  box-shadow: 0 4px 11px rgba(255, 255, 255, 0.35);
}

/* line 15508, app/assets/stylesheets/quick-website.scss */
.btn-soft-neutral:focus,
.btn-soft-neutral.focus {
  box-shadow: none, 0 0 0 0 rgba(223, 225, 227, 0.5);
}

/* line 15512, app/assets/stylesheets/quick-website.scss */
.btn-soft-neutral.disabled,
.btn-soft-neutral:disabled {
  color: #FFF;
  background-color: white;
  border-color: white;
}

/* line 15518, app/assets/stylesheets/quick-website.scss */
.btn-soft-neutral:not(:disabled):not(.disabled):active,
.btn-soft-neutral.active:not(:disabled):not(.disabled),
.show > .btn-soft-neutral.dropdown-toggle {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
}

/* line 15525, app/assets/stylesheets/quick-website.scss */
.btn-soft-neutral:not(:disabled):not(.disabled):active:focus,
.btn-soft-neutral.active:not(:disabled):not(.disabled):focus,
.show > .btn-soft-neutral.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(223, 225, 227, 0.5);
}

/* line 15530, app/assets/stylesheets/quick-website.scss */
.btn-soft-white {
  color: #FFF;
  background-color: white;
  border-color: white;
  box-shadow: none;
}

/* line 15536, app/assets/stylesheets/quick-website.scss */
.btn-soft-white:hover {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
  box-shadow: 0 4px 11px rgba(255, 255, 255, 0.35);
}

/* line 15542, app/assets/stylesheets/quick-website.scss */
.btn-soft-white:focus,
.btn-soft-white.focus {
  box-shadow: none, 0 0 0 0 rgba(223, 225, 227, 0.5);
}

/* line 15546, app/assets/stylesheets/quick-website.scss */
.btn-soft-white.disabled,
.btn-soft-white:disabled {
  color: #FFF;
  background-color: white;
  border-color: white;
}

/* line 15552, app/assets/stylesheets/quick-website.scss */
.btn-soft-white:not(:disabled):not(.disabled):active,
.btn-soft-white.active:not(:disabled):not(.disabled),
.show > .btn-soft-white.dropdown-toggle {
  color: #273444;
  background-color: #FFF;
  border-color: #FFF;
}

/* line 15559, app/assets/stylesheets/quick-website.scss */
.btn-soft-white:not(:disabled):not(.disabled):active:focus,
.btn-soft-white.active:not(:disabled):not(.disabled):focus,
.show > .btn-soft-white.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(223, 225, 227, 0.5);
}

/* line 15564, app/assets/stylesheets/quick-website.scss */
.btn svg:not(:first-child),
.btn i:not(:first-child) {
  margin-left: .5rem;
}

/* line 15568, app/assets/stylesheets/quick-website.scss */
.btn svg:not(:last-child),
.btn i:not(:last-child) {
  margin-right: .5rem;
}

/* line 15572, app/assets/stylesheets/quick-website.scss */
.btn-icon .btn-inner--text:not(:first-child) {
  margin-left: .75em;
}

/* line 15575, app/assets/stylesheets/quick-website.scss */
.btn-icon .btn-inner--text:not(:last-child) {
  margin-right: .75em;
}

/* line 15578, app/assets/stylesheets/quick-website.scss */
.btn-icon .btn-inner--icon img {
  width: 20px;
}

/* line 15581, app/assets/stylesheets/quick-website.scss */
.btn-icon-only {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0;
}

/* line 15589, app/assets/stylesheets/quick-website.scss */
.btn-icon-only.btn-xs {
  width: 2rem;
  height: 2rem;
}

/* line 15593, app/assets/stylesheets/quick-website.scss */
.btn-icon-only.btn-sm,
.btn-group-sm > .btn-icon-only.btn {
  width: 2.4375rem;
  height: 2.4375rem;
}

/* line 15598, app/assets/stylesheets/quick-website.scss */
.btn-icon-only.btn-lg,
.btn-group-lg > .btn-icon-only.btn {
  width: 4rem;
  height: 4rem;
}

/* line 15603, app/assets/stylesheets/quick-website.scss */
.btn-square-lg {
  width: 150px !important;
  height: 150px !important;
}

/* line 15607, app/assets/stylesheets/quick-website.scss */
.btn-square {
  width: 108px !important;
  height: 108px !important;
  padding: 1rem;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/* line 15616, app/assets/stylesheets/quick-website.scss */
.btn-square-sm {
  width: 50px !important;
  height: 50px !important;
}

/* line 15620, app/assets/stylesheets/quick-website.scss */
.btn-square-xs {
  width: 25px !important;
  height: 25px !important;
}

/* line 15624, app/assets/stylesheets/quick-website.scss */
.btn-animated {
  position: relative;
  overflow: hidden;
}

/* line 15628, app/assets/stylesheets/quick-website.scss */
.btn-animated .btn-inner--visible {
  position: relative;
}

/* line 15631, app/assets/stylesheets/quick-website.scss */
.btn-animated .btn-inner--hidden {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

/* line 15637, app/assets/stylesheets/quick-website.scss */
.btn-animated-x .btn-inner--visible {
  right: 0;
  transition: right 0.3s ease 0s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15642, app/assets/stylesheets/quick-website.scss */
  .btn-animated-x .btn-inner--visible {
    transition: none;
  }
}

/* line 15646, app/assets/stylesheets/quick-website.scss */
.btn-animated-x .btn-inner--hidden {
  right: -100%;
  transition: right 0.3s ease 0s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15651, app/assets/stylesheets/quick-website.scss */
  .btn-animated-x .btn-inner--hidden {
    transition: none;
  }
}

/* line 15655, app/assets/stylesheets/quick-website.scss */
.btn-animated-x:hover .btn-inner--hidden {
  right: 0;
}

/* line 15658, app/assets/stylesheets/quick-website.scss */
.btn-animated-x:hover .btn-inner--visible {
  right: 150%;
}

/* line 15661, app/assets/stylesheets/quick-website.scss */
.btn-animated-y .btn-inner--visible {
  top: 0;
  transition: top 0.3s ease 0s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15666, app/assets/stylesheets/quick-website.scss */
  .btn-animated-y .btn-inner--visible {
    transition: none;
  }
}

/* line 15670, app/assets/stylesheets/quick-website.scss */
.btn-animated-y .btn-inner--hidden {
  left: 0;
  top: -100%;
  transition: top 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15676, app/assets/stylesheets/quick-website.scss */
  .btn-animated-y .btn-inner--hidden {
    transition: none;
  }
}

/* line 15680, app/assets/stylesheets/quick-website.scss */
.btn-animated-y:hover .btn-inner--hidden {
  top: 50%;
}

/* line 15683, app/assets/stylesheets/quick-website.scss */
.btn-animated-y:hover .btn-inner--visible {
  top: 100px;
}

/* line 15686, app/assets/stylesheets/quick-website.scss */
.btn-action-label .btn-label:hover {
  background: transparent;
  color: #2D3748;
}

/* line 15690, app/assets/stylesheets/quick-website.scss */
.btn-action-label .btn-secondary:hover {
  color: #e76f51;
}

/* line 15693, app/assets/stylesheets/quick-website.scss */
.btn-icon-label {
  position: relative;
}

/* line 15696, app/assets/stylesheets/quick-website.scss */
.btn-icon-label .btn-inner--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  line-height: 1;
  border-radius: 0;
  text-align: center;
  margin: 0;
  width: 3em;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 15709, app/assets/stylesheets/quick-website.scss */
.btn-icon-label .btn-inner--icon:not(:first-child) {
  right: 0;
  top: 0;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

/* line 15715, app/assets/stylesheets/quick-website.scss */
.btn-icon-label .btn-inner--icon:not(:last-child) {
  left: 0;
  top: 0;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 15721, app/assets/stylesheets/quick-website.scss */
.btn-icon-label .btn-inner--text:not(:first-child) {
  padding-left: 3em;
}

/* line 15724, app/assets/stylesheets/quick-website.scss */
.btn-icon-label .btn-inner--text:not(:last-child) {
  padding-right: 3em;
}

/* line 15727, app/assets/stylesheets/quick-website.scss */
.btn-app-store {
  background: black;
  color: white;
  position: relative;
  padding-left: 4.5rem;
  padding-right: 1.5rem;
}

/* line 15734, app/assets/stylesheets/quick-website.scss */
.btn-app-store i,
.btn-app-store svg {
  width: 1em;
  font-size: 2.5rem;
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}

/* line 15743, app/assets/stylesheets/quick-website.scss */
.btn-app-store .btn-inner--text {
  display: block;
  font-size: .75rem;
  line-height: .75rem;
  margin-bottom: .125rem;
}

/* line 15749, app/assets/stylesheets/quick-website.scss */
.btn-app-store .btn-inner--brand {
  display: block;
  text-align: left;
  font-size: 21px;
  line-height: 21px;
}

/* line 15755, app/assets/stylesheets/quick-website.scss */
.btn-app-store:hover {
  background-color: #0077db;
  color: #FFF;
}

/* line 15759, app/assets/stylesheets/quick-website.scss */
.btn-group-options .btn {
  min-height: 4.8rem;
  display: flex;
  align-items: center;
}

/* line 15764, app/assets/stylesheets/quick-website.scss */
.btn-group-colors > .btn {
  box-shadow: none;
  border-radius: 50% !important;
  width: 30px;
  height: 30px;
  padding: 0;
  margin-right: .5rem;
  margin-bottom: .25rem;
  position: relative;
}

/* line 15774, app/assets/stylesheets/quick-website.scss */
.btn-group-colors > .btn:not([class*="bg-"]) {
  border-color: #FAFBFE !important;
}

/* line 15777, app/assets/stylesheets/quick-website.scss */
.btn-group-colors > .btn:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 28px;
  color: #FFF;
  transform: scale(0);
  opacity: 0;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  transition: transform 200ms, opacity 200ms;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15793, app/assets/stylesheets/quick-website.scss */
  .btn-group-colors > .btn:before {
    transition: none;
  }
}

/* line 15797, app/assets/stylesheets/quick-website.scss */
.btn-group-colors > .btn.btn:not([class*="bg-"]) {
  border: 1px solid #d1dbe7;
}

/* line 15800, app/assets/stylesheets/quick-website.scss */
.btn-group-colors > .btn.btn:not([class*="bg-"]):before {
  color: #718096;
}

/* line 15803, app/assets/stylesheets/quick-website.scss */
.btn-group-colors > .btn.active:before {
  transform: scale(1);
  opacity: 1;
}

/* line 15807, app/assets/stylesheets/quick-website.scss */
.card {
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
}

/* line 15812, app/assets/stylesheets/quick-website.scss */
.card.hover-scale-110:hover {
  z-index: 2;
  border-radius: 0.75rem !important;
}

/* line 15816, app/assets/stylesheets/quick-website.scss */
.card.rounded-top-right {
  border-radius: 0.75rem 5rem 5rem 0.75rem 0.75rem !important;
}

/* line 15819, app/assets/stylesheets/quick-website.scss */
.card.rounded-top-left {
  border-radius: 5rem 0.75rem 0.75rem 0.75rem !important;
}

/* line 15822, app/assets/stylesheets/quick-website.scss */
.card.rounded-bottom-right {
  border-radius: 0.75rem 0.75rem 5rem 0.75rem !important;
}

/* line 15825, app/assets/stylesheets/quick-website.scss */
.card.rounded-bottom-left {
  border-radius: 0.75rem 0.75rem 0.75rem 5rem !important;
}

/* line 15828, app/assets/stylesheets/quick-website.scss */
.card.rounded-diagonal-left {
  border-radius: 5rem 0.75rem 5rem 0.75rem !important;
}

/* line 15831, app/assets/stylesheets/quick-website.scss */
.card.rounded-diagonal-right {
  border-radius: 0.75rem 5rem 0.75rem 5rem !important;
}

/* line 15834, app/assets/stylesheets/quick-website.scss */
.card-fluid {
  height: calc(100% - 30px);
}

/* line 15837, app/assets/stylesheets/quick-website.scss */
.card-header {
  border-bottom: 0;
  padding-bottom: 0;
}

/* line 15841, app/assets/stylesheets/quick-website.scss */
.card-header .action-item {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 15845, app/assets/stylesheets/quick-website.scss */
.card-btn {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

/* line 15851, app/assets/stylesheets/quick-website.scss */
.card-deck + .row {
  margin-top: 30px;
}

/* line 15854, app/assets/stylesheets/quick-website.scss */
.card-wrapper .card:last-child {
  margin-bottom: 0 !important;
}

/* line 15857, app/assets/stylesheets/quick-website.scss */
.card-img-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  border-radius: 0.75rem;
  -webkit-backface-visibility: hidden;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15869, app/assets/stylesheets/quick-website.scss */
  .card-img-bg {
    transition: none;
  }
}

/* line 15873, app/assets/stylesheets/quick-website.scss */
.card-img-bg ~ .card-body {
  position: relative;
}

/* line 15876, app/assets/stylesheets/quick-website.scss */
.card:hover .card-img-bg {
  transform: scale(1.1);
}

/* line 15879, app/assets/stylesheets/quick-website.scss */
.card .card-image,
.card .animate-this,
.card > a {
  min-height: 1px;
}

/* line 15884, app/assets/stylesheets/quick-website.scss */
.accordion .card {
  margin-bottom: 0;
}

/* line 15887, app/assets/stylesheets/quick-website.scss */
.accordion .card-header {
  position: relative;
  cursor: pointer;
}

/* line 15891, app/assets/stylesheets/quick-website.scss */
.accordion .card-header:after {
  content: '+';
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}

/* line 15900, app/assets/stylesheets/quick-website.scss */
.accordion .card-header[aria-expanded="false"]:after {
  content: '+';
}

/* line 15903, app/assets/stylesheets/quick-website.scss */
.accordion .card-header[aria-expanded="true"]:after {
  content: '-';
}

/* line 15906, app/assets/stylesheets/quick-website.scss */
.accordion .card-header[aria-expanded="true"] .heading {
  color: #e76f51;
}

/* line 15909, app/assets/stylesheets/quick-website.scss */
.accordion-spaced .card {
  margin-bottom: 1.5rem;
  border-radius: 0.75rem !important;
}

/* line 15913, app/assets/stylesheets/quick-website.scss */
.card-overlay .card-img-overlay {
  color: #FFF;
}

/* line 15916, app/assets/stylesheets/quick-website.scss */
.card-overlay .card-footer {
  background-color: #FFF;
  border: 0;
}

/* line 15920, app/assets/stylesheets/quick-website.scss */
.card-hover-overlay {
  overflow: hidden;
}

/* line 15923, app/assets/stylesheets/quick-website.scss */
.card-hover-overlay .card-img-overlay {
  opacity: 0;
  background-color: rgba(23, 19, 71, 0.4);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.35s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15931, app/assets/stylesheets/quick-website.scss */
  .card-hover-overlay .card-img-overlay {
    transition: none;
  }
}

/* line 15935, app/assets/stylesheets/quick-website.scss */
.card-hover-overlay .card-img-overlay:before,
.card-hover-overlay .card-img-overlay:after {
  pointer-events: none;
}

/* line 15939, app/assets/stylesheets/quick-website.scss */
.card-hover-overlay .card-img-overlay .overlay-text,
.card-hover-overlay .card-img-overlay .overlay-actions,
.card-hover-overlay .card-img-overlay .actions .action-item {
  transform: translate3d(0, 200%, 0);
  transition: transform 0.35s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15946, app/assets/stylesheets/quick-website.scss */
  .card-hover-overlay .card-img-overlay .overlay-text,
.card-hover-overlay .card-img-overlay .overlay-actions,
.card-hover-overlay .card-img-overlay .actions .action-item {
    transition: none;
  }
}

/* line 15952, app/assets/stylesheets/quick-website.scss */
.card-hover-overlay:hover .card-img-overlay {
  opacity: 1;
}

/* line 15955, app/assets/stylesheets/quick-website.scss */
.card-hover-overlay:hover .card-img-overlay .overlay-text,
.card-hover-overlay:hover .card-img-overlay .overlay-actions,
.card-hover-overlay:hover .card-img-overlay .actions .action-item {
  transform: translate3d(0, 0, 0);
}

/* line 15960, app/assets/stylesheets/quick-website.scss */
.card-hover-overlay:hover .card-img-overlay .actions .action-item:first-child {
  transition-delay: .1s;
}

/* line 15963, app/assets/stylesheets/quick-website.scss */
.card-hover-overlay:hover .card-img-overlay .actions .action-item:nth-child(2) {
  transition-delay: .15s;
}

/* line 15966, app/assets/stylesheets/quick-website.scss */
.card-hover-overlay:hover .card-img-overlay .actions .action-item:nth-child(3) {
  transition-delay: .2s;
}

/* line 15969, app/assets/stylesheets/quick-website.scss */
.card-group .card .mask {
  border-radius: 0;
}

/* line 15972, app/assets/stylesheets/quick-website.scss */
.card-columns-2 {
  column-count: 2 !important;
}

@media (min-width: 992px) {
  /* line 15976, app/assets/stylesheets/quick-website.scss */
  .card-columns-3 {
    column-count: 3 !important;
  }
}

@media (max-width: 1199.98px) {
  /* line 15981, app/assets/stylesheets/quick-website.scss */
  .card-columns-3 {
    column-count: 2 !important;
  }
}

@media (max-width: 767.98px) {
  /* line 15986, app/assets/stylesheets/quick-website.scss */
  .card-columns-3 {
    column-count: 1 !important;
  }
}

@media (min-width: 992px) {
  /* line 15991, app/assets/stylesheets/quick-website.scss */
  .card-columns-4 {
    column-count: 4 !important;
  }
}

/* line 15995, app/assets/stylesheets/quick-website.scss */
.card-pricing .card-header {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

/* line 15999, app/assets/stylesheets/quick-website.scss */
.card-pricing .list-unstyled li {
  padding: .5rem 0;
}

/* line 16002, app/assets/stylesheets/quick-website.scss */
.card-pricing.popular {
  z-index: 1;
}

/* line 16005, app/assets/stylesheets/quick-website.scss */
.card-pricing.scale-110 {
  border-radius: 0.75rem !important;
}

@media (max-width: 991.98px) {
  /* line 16009, app/assets/stylesheets/quick-website.scss */
  .card-pricing.scale-110 {
    transform: scale(1) !important;
  }
}

/* line 16013, app/assets/stylesheets/quick-website.scss */
.close > span:not(.sr-only) {
  color: rgba(31, 45, 61, 0.5);
}

/* line 16016, app/assets/stylesheets/quick-website.scss */
.close:hover > span:not(.sr-only),
.close:focus > span:not(.sr-only) {
  color: rgba(31, 45, 61, 0.8);
}

/* line 16020, app/assets/stylesheets/quick-website.scss */
.custom-control-label {
  line-height: 1.8;
}

/* line 16023, app/assets/stylesheets/quick-website.scss */
.checklist .custom-control-input:checked ~ .custom-control-label {
  text-decoration: line-through;
}

/* line 16026, app/assets/stylesheets/quick-website.scss */
.checklist .card {
  margin-bottom: .5rem;
}

/* line 16029, app/assets/stylesheets/quick-website.scss */
.checklist .card:last-child {
  margin-bottom: 0;
}

/* line 16032, app/assets/stylesheets/quick-website.scss */
.custom-color {
  list-style: none;
}

/* line 16035, app/assets/stylesheets/quick-website.scss */
.custom-color:after,
.custom-color:before {
  content: '';
  display: table;
}

/* line 16040, app/assets/stylesheets/quick-website.scss */
.custom-color:after {
  clear: both;
}

/* line 16043, app/assets/stylesheets/quick-website.scss */
.custom-color label {
  width: 2.25rem;
  height: 2.25rem;
  float: left;
  padding: .375rem;
  margin-bottom: 0;
  margin-right: .375rem;
  display: block;
  text-align: center;
  opacity: .7;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  transition: all 0.2s ease;
  transform: scale(0.95);
}

@media (prefers-reduced-motion: reduce) {
  /* line 16059, app/assets/stylesheets/quick-website.scss */
  .custom-color label {
    transition: none;
  }
}

/* line 16063, app/assets/stylesheets/quick-website.scss */
.custom-color label:hover {
  cursor: pointer;
  opacity: 1;
}

/* line 16067, app/assets/stylesheets/quick-website.scss */
.custom-color label i,
.custom-color label svg {
  opacity: 0;
  color: rgba(255, 255, 255, 0.7);
}

/* line 16072, app/assets/stylesheets/quick-website.scss */
.custom-color input {
  left: -9999px;
  position: absolute;
}

/* line 16076, app/assets/stylesheets/quick-website.scss */
.custom-color input:checked + label {
  transform: scale(1.1);
  opacity: 1;
}

/* line 16080, app/assets/stylesheets/quick-website.scss */
.custom-color input:checked + label i,
.custom-color input:checked + label svg {
  opacity: 1;
}

/* line 16084, app/assets/stylesheets/quick-website.scss */
.custom-color-sm label {
  width: 1.25rem;
  height: 1.25rem;
}

/* line 16088, app/assets/stylesheets/quick-website.scss */
.checkbox-alphanumeric {
  list-style: none;
}

/* line 16091, app/assets/stylesheets/quick-website.scss */
.checkbox-alphanumeric + .checkbox-alphanumeric {
  margin-left: .25rem;
}

/* line 16094, app/assets/stylesheets/quick-website.scss */
.checkbox-alphanumeric:after,
.checkbox-alphanumeric:before {
  content: '';
  display: table;
}

/* line 16099, app/assets/stylesheets/quick-website.scss */
.checkbox-alphanumeric:after {
  clear: both;
}

/* line 16102, app/assets/stylesheets/quick-website.scss */
.checkbox-alphanumeric > :not(:last-child) label {
  margin-right: .375rem;
}

/* line 16105, app/assets/stylesheets/quick-website.scss */
.checkbox-alphanumeric label {
  width: 2.25rem;
  height: 2.25rem;
  float: left;
  padding: .375rem 0;
  margin-bottom: 0;
  display: block;
  color: #718096;
  font-weight: 400;
  font-size: 0.875rem;
  text-align: center;
  background: transparent;
  text-transform: uppercase;
  transition: all .3s ease;
  transform: scale(0.95);
  background: #E2E8F0;
  border: 0 solid #EFF2F7;
  border-radius: 0.375rem;
}

/* line 16124, app/assets/stylesheets/quick-website.scss */
.checkbox-alphanumeric label img {
  max-width: 100%;
}

/* line 16127, app/assets/stylesheets/quick-website.scss */
.checkbox-alphanumeric label:hover {
  cursor: pointer;
  border-color: #E2E8F0;
}

/* line 16131, app/assets/stylesheets/quick-website.scss */
.checkbox-alphanumeric input {
  left: -9999px;
  position: absolute;
}

/* line 16135, app/assets/stylesheets/quick-website.scss */
.checkbox-alphanumeric input:checked ~ label {
  color: #007ce6;
  border-color: #007ce6;
  transform: scale(1.1);
}

/* line 16140, app/assets/stylesheets/quick-website.scss */
.checkbox-alphanumeric-sm label {
  width: 1.25rem;
  height: 1.25rem;
}

/* line 16144, app/assets/stylesheets/quick-website.scss */
.custom-input-file {
  width: .1px;
  height: .1px;
  opacity: 0;
  outline: none;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/* line 16153, app/assets/stylesheets/quick-website.scss */
.custom-input-file + label {
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: .625rem 1.25rem;
  border: 1px solid #E2E8F0;
  border-radius: 0.375rem;
  color: #4A5568;
  background-color: #FFF;
  outline: none;
  margin: 0;
}

/* line 16167, app/assets/stylesheets/quick-website.scss */
.custom-input-file + label i {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: .5em;
}

/* line 16175, app/assets/stylesheets/quick-website.scss */
.custom-input-file + label:hover,
.custom-input-file.has-focus + label,
.custom-input-file:focus + label {
  background-color: #FFF;
}

/* line 16180, app/assets/stylesheets/quick-website.scss */
.no-js .custom-input-file + label {
  display: none;
}

/* Custom file input -- Style 2 */
/* line 16185, app/assets/stylesheets/quick-website.scss */
.custom-input-file--2 + label {
  color: #FFF;
  border-color: #e76f51;
  background: #e76f51;
}

/* line 16190, app/assets/stylesheets/quick-website.scss */
.custom-input-file--2 + label:hover,
.custom-input-file--2.has-focus + label,
.custom-input-file--2:focus + label {
  color: #FFF;
  border-color: #006ecc;
  background: #006ecc;
}

/* line 16197, app/assets/stylesheets/quick-website.scss */
.custom-input-file-link + label {
  padding: 0;
  border: 0;
  background: transparent;
  color: #e76f51;
  font-size: 0.875rem;
  font-weight: 600;
}

/* line 16205, app/assets/stylesheets/quick-website.scss */
.custom-input-file-link + label:hover,
.custom-input-file-link.has-focus + label,
.custom-input-file-link:focus + label {
  background-color: transparent;
}

/* line 16210, app/assets/stylesheets/quick-website.scss */
.custom-switch {
  min-height: 1.5rem;
}

/* line 16213, app/assets/stylesheets/quick-website.scss */
.custom-switch .custom-control-label::before {
  top: 0;
  height: 1.5rem;
  border-radius: 0.75rem;
}

/* line 16218, app/assets/stylesheets/quick-website.scss */
.custom-switch .custom-control-label::after {
  top: 0.1875rem;
  left: -3.5625rem;
  background-color: #FFF;
}

/* line 16223, app/assets/stylesheets/quick-website.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #FFF;
  transform: translateX(1.5rem);
}

/* line 16227, app/assets/stylesheets/quick-website.scss */
.custom-rating {
  position: relative;
  display: inline-flex;
  flex-direction: row-reverse;
  min-height: 1.7rem;
}

/* line 16233, app/assets/stylesheets/quick-website.scss */
.custom-rating input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 16238, app/assets/stylesheets/quick-website.scss */
.custom-rating label {
  width: 1rem;
  height: 1.5rem;
  margin-right: .375rem;
  white-space: nowrap;
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  cursor: pointer;
  color: #CBD5E0;
}

/* line 16249, app/assets/stylesheets/quick-website.scss */
.custom-rating label:before {
  width: 1rem;
  height: 1rem;
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 16258, app/assets/stylesheets/quick-website.scss */
  .custom-rating label:before {
    transition: none;
  }
}

/* line 16262, app/assets/stylesheets/quick-website.scss */
.custom-rating > input:checked ~ label {
  color: #ffc431;
}

/* line 16265, app/assets/stylesheets/quick-website.scss */
.custom-rating > label:hover,
.custom-rating > label:hover ~ label {
  color: #ffc431;
}

/* line 16269, app/assets/stylesheets/quick-website.scss */
.custom-rating > input:checked + label:hover,
.custom-rating > input:checked + label:hover ~ label,
.custom-rating > input:checked ~ label:hover,
.custom-rating > input:checked ~ label:hover ~ label,
.custom-rating > label:hover ~ input:checked ~ label {
  color: rgba(255, 196, 49, 0.6);
}

/* line 16276, app/assets/stylesheets/quick-website.scss */
.dropdown,
.dropup,
.dropright,
.dropleft {
  display: inline-block;
}

/* line 16282, app/assets/stylesheets/quick-website.scss */
.dropdown-menu {
  font-size: 0.875rem;
}

/* line 16285, app/assets/stylesheets/quick-website.scss */
.dropdown-menu .dropdown-item > i,
.dropdown-menu .dropdown-item > svg {
  margin-right: 1rem;
  font-size: 1rem;
}

/* line 16290, app/assets/stylesheets/quick-website.scss */
.dropdown-menu .dropdown-item img,
.dropdown-menu .dropdown-item svg {
  height: 14px;
  margin-right: .5rem;
  position: relative;
  top: -1px;
}

/* line 16297, app/assets/stylesheets/quick-website.scss */
.dropdown-menu .dropdown-item .icon-flag {
  width: 19px;
}

/* line 16300, app/assets/stylesheets/quick-website.scss */
.dropdown-menu .list-group-item .media p {
  color: #4A5568;
  line-height: 1.4;
}

/* line 16304, app/assets/stylesheets/quick-website.scss */
.dropdown-menu .list-group-item .media:hover .heading {
  color: #e76f51;
}

/* line 16307, app/assets/stylesheets/quick-website.scss */
.dropdown-menu-dark {
  background: #282f37;
  border: 0;
}

/* line 16311, app/assets/stylesheets/quick-website.scss */
.dropdown-menu-dark .dropdown-item {
  color: rgba(255, 255, 255, 0.9);
}

/* line 16314, app/assets/stylesheets/quick-website.scss */
.dropdown-menu-dark .dropdown-item:active,
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  color: white;
  background: rgba(45, 55, 72, 0.1);
}

/* line 16320, app/assets/stylesheets/quick-website.scss */
.dropdown-menu-dark .dropdown-divider {
  background: rgba(31, 45, 61, 0.2);
}

@media (min-width: 992px) {
  /* line 16324, app/assets/stylesheets/quick-website.scss */
  .dropdown-menu-arrow:before {
    content: '';
    background: #FFF;
    box-shadow: none;
    display: block;
    height: 16px;
    width: 16px;
    left: 1.25rem;
    position: absolute;
    bottom: 100%;
    transform: rotate(-45deg) translateY(1rem);
    z-index: -5;
    border-radius: 0.2rem;
  }
  /* line 16338, app/assets/stylesheets/quick-website.scss */
  .dropdown-menu-arrow[x-placement="bottom-end"]:before {
    bottom: 100%;
    transform: rotate(-45deg) translateY(1rem);
  }
  /* line 16342, app/assets/stylesheets/quick-website.scss */
  .dropdown-menu-arrow[x-placement="top-end"]:before {
    bottom: 0;
    transform: rotate(-45deg) translateY(0.5rem);
  }
  /* line 16346, app/assets/stylesheets/quick-website.scss */
  .dropdown-menu-arrow.dropdown-menu-right:before {
    right: 2.5rem;
    left: auto;
  }
  /* line 16350, app/assets/stylesheets/quick-website.scss */
  .dropdown-menu-sm {
    min-width: 10rem !important;
    border: 0.2rem;
  }
  /* line 16354, app/assets/stylesheets/quick-website.scss */
  .dropdown-menu-sm.dropdown-menu-arrow.dropdown-menu-right:before {
    right: 2rem;
    left: auto;
  }
  /* line 16358, app/assets/stylesheets/quick-website.scss */
  .dropdown-menu-md {
    min-width: 22rem !important;
    border-radius: 0.375rem;
  }
  /* line 16362, app/assets/stylesheets/quick-website.scss */
  .dropdown-menu-lg {
    min-width: 32rem !important;
    border-radius: 0.375rem;
  }
  /* line 16366, app/assets/stylesheets/quick-website.scss */
  .dropdown-menu-xl {
    min-width: 46rem !important;
    border-radius: 0.375rem;
  }
}

@media (min-width: 992px) {
  /* line 16372, app/assets/stylesheets/quick-website.scss */
  .dropdown-fluid {
    position: static;
  }
  /* line 16375, app/assets/stylesheets/quick-website.scss */
  .dropdown-fluid .dropdown-menu {
    width: calc(100% - 30px);
    max-width: 1200px;
  }
  /* line 16379, app/assets/stylesheets/quick-website.scss */
  .dropdown-fluid .dropdown-menu {
    left: 15px;
    right: auto;
  }
  /* line 16383, app/assets/stylesheets/quick-website.scss */
  .dropdown-fluid .dropdown-menu-right {
    right: 15px;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 16389, app/assets/stylesheets/quick-website.scss */
  .dropdown-animate > .dropdown-menu {
    opacity: 0;
    position: absolute;
    display: block;
    pointer-events: none;
  }
  /* line 16395, app/assets/stylesheets/quick-website.scss */
  .dropdown-animate:not([data-toggle="hover"]) .dropdown-menu.show {
    pointer-events: auto;
    animation: show-dropdown .3s ease forwards;
  }
  /* line 16399, app/assets/stylesheets/quick-website.scss */
  .dropdown-animate:not([data-toggle="hover"]) .dropdown-menu.hide {
    display: block;
    animation: hide-dropdown .3s ease backwards;
  }
  /* line 16403, app/assets/stylesheets/quick-website.scss */
  .dropdown-animate[data-toggle="hover"] > .dropdown-menu {
    display: block;
    margin: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-3px) scale(0.97);
    transition: all 0.2s ease;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  /* line 16412, app/assets/stylesheets/quick-website.scss */
  .dropdown-animate[data-toggle="hover"] > .dropdown-menu {
    transition: none;
  }
}

@media (min-width: 992px) {
  /* line 16417, app/assets/stylesheets/quick-website.scss */
  .dropdown-animate[data-toggle="hover"]:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(-50%) translateY(-3px) scale(1);
  }
}

@keyframes show-dropdown {
  0% {
    opacity: 0;
    transform: translateX(0) translateY(-3px) scale(0.97);
    transition: all .3s ease;
  }
  100% {
    transform: translateX(0) translateY(-3px) scale(1);
    opacity: 1;
  }
}

@keyframes hide-dropdown {
  from {
    opacity: 1;
    transform: translateX(0) translateY(-3px) scale(1);
    transition: all .3s ease;
  }
  to {
    opacity: 0;
    transform: translateX(0) translateY(-3px) scale(0.97);
  }
}

/* line 16447, app/assets/stylesheets/quick-website.scss */
.dropdown-menu .dropdown-menu {
  left: 100%;
  margin: 0;
  right: auto;
  top: 0;
}

/* line 16453, app/assets/stylesheets/quick-website.scss */
.dropdown-submenu {
  display: block;
  position: relative;
}

/* line 16457, app/assets/stylesheets/quick-website.scss */
.dropdown-submenu > .dropdown-menu::after {
  border: 0 !important;
}

/* line 16460, app/assets/stylesheets/quick-website.scss */
.dropdown-submenu > .dropdown-item::after,
.dropdown-submenu > .list-group-item::after {
  display: inline-block;
  margin-left: .5rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 85%;
  content: "\f105";
}

/* line 16473, app/assets/stylesheets/quick-website.scss */
.dropdown-submenu > .dropdown-item:empty::after,
.dropdown-submenu > .list-group-item:empty::after {
  margin-left: 0;
}

/* line 16477, app/assets/stylesheets/quick-website.scss */
.dropdown-submenu > .dropdown-item:after,
.dropdown-submenu > .list-group-item:after {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-left: 0;
  font-size: .75rem;
  transform: translateY(-50%);
}

/* line 16486, app/assets/stylesheets/quick-website.scss */
.dropdown-submenu[data-toggle="hover"] > .dropdown-menu {
  left: 100%;
  transform: translateX(0) translateY(-3px) scale(0.97);
}

/* line 16490, app/assets/stylesheets/quick-website.scss */
.dropdown-submenu[data-toggle="hover"]:hover > .dropdown-menu {
  transform: translateX(0) translateY(-3px) scale(1);
}

@media (max-width: 991.98px) {
  /* line 16494, app/assets/stylesheets/quick-website.scss */
  .dropdown-submenu .dropdown-menu {
    padding: 0;
    box-shadow: none;
    top: 0;
  }
  /* line 16499, app/assets/stylesheets/quick-website.scss */
  .dropdown-submenu .dropdown-item {
    padding-left: 3rem;
  }
}

/* line 16503, app/assets/stylesheets/quick-website.scss */
.dropdown-extend {
  position: static;
}

/* line 16506, app/assets/stylesheets/quick-website.scss */
.dropdown-extend .dropdown-menu {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 16514, app/assets/stylesheets/quick-website.scss */
  .dropdown-extend .dropdown-menu {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 16519, app/assets/stylesheets/quick-website.scss */
  .dropdown-extend .dropdown-menu {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 16524, app/assets/stylesheets/quick-website.scss */
  .dropdown-extend .dropdown-menu {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 16529, app/assets/stylesheets/quick-website.scss */
  .dropdown-extend .dropdown-menu {
    max-width: 1140px;
  }
}

/* line 16533, app/assets/stylesheets/quick-website.scss */
.footer {
  background-color: #FFF;
  padding-top: 3rem;
}

/* line 16537, app/assets/stylesheets/quick-website.scss */
.footer .nav-link {
  font-size: 0.875rem;
}

/* line 16540, app/assets/stylesheets/quick-website.scss */
.footer .list-unstyled li a {
  display: inline-block;
  padding: .125rem 0;
  font-size: 0.875rem;
}

/* line 16545, app/assets/stylesheets/quick-website.scss */
.footer-light p {
  color: #718096;
}

/* line 16548, app/assets/stylesheets/quick-website.scss */
.footer-light .heading {
  color: #152c5b;
}

/* line 16551, app/assets/stylesheets/quick-website.scss */
.footer-light .list-unstyled li a {
  color: #A0AEC0;
}

/* line 16554, app/assets/stylesheets/quick-website.scss */
.footer-light .list-unstyled li a:hover {
  color: #4A5568;
  text-decoration: underline;
}

/* line 16558, app/assets/stylesheets/quick-website.scss */
.footer-light .copyright a {
  color: #4A5568;
}

/* line 16561, app/assets/stylesheets/quick-website.scss */
.footer-light .copyright a:hover {
  color: #e76f51;
}

/* line 16564, app/assets/stylesheets/quick-website.scss */
.footer-dark p {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16567, app/assets/stylesheets/quick-website.scss */
.footer-dark .heading {
  color: white;
}

/* line 16570, app/assets/stylesheets/quick-website.scss */
.footer-dark .list-unstyled li a {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16573, app/assets/stylesheets/quick-website.scss */
.footer-dark .list-unstyled li a:hover {
  color: rgba(255, 255, 255, 0.9);
}

/* line 16576, app/assets/stylesheets/quick-website.scss */
.footer-dark .copyright a {
  color: rgba(255, 255, 255, 0.9);
}

/* line 16579, app/assets/stylesheets/quick-website.scss */
.footer-dark .copyright a:hover {
  color: white;
}

/* line 16582, app/assets/stylesheets/quick-website.scss */
.footer-dark {
  background-color: #273444;
  color: #A0AEC0;
}

/* line 16586, app/assets/stylesheets/quick-website.scss */
.footer-dark .heading {
  color: #EFF2F7;
}

/* line 16589, app/assets/stylesheets/quick-website.scss */
.footer-dark .nav .nav-item .nav-link,
.footer-dark .list-unstyled li a,
.footer-dark .footer-link {
  color: rgba(31, 45, 61, 0.7);
}

/* line 16594, app/assets/stylesheets/quick-website.scss */
.footer-dark .nav .nav-item .nav-link:hover,
.footer-dark .list-unstyled li a:hover,
.footer-dark .footer-link:hover {
  color: #FFF;
}

/* line 16599, app/assets/stylesheets/quick-website.scss */
.footer-dark hr {
  border-color: rgba(216, 203, 187, 0.1);
}

/* line 16602, app/assets/stylesheets/quick-website.scss */
.form-control:focus:-ms-input-placeholder {
  color: #CBD5E0;
}

/* line 16605, app/assets/stylesheets/quick-website.scss */
.form-control:focus::-ms-input-placeholder {
  color: #CBD5E0;
}

/* line 16608, app/assets/stylesheets/quick-website.scss */
.form-control:focus::placeholder {
  color: #CBD5E0;
}

/* line 16611, app/assets/stylesheets/quick-website.scss */
.form-control-muted {
  background-color: #EDF0F5;
  border-color: #EDF0F5;
}

/* line 16615, app/assets/stylesheets/quick-website.scss */
.form-control-muted:focus {
  background-color: #EDF0F5;
}

/* line 16618, app/assets/stylesheets/quick-website.scss */
.form-control-emphasized {
  background-color: #FFF;
  border-color: #FFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 16623, app/assets/stylesheets/quick-website.scss */
.form-control-emphasized:focus {
  background-color: #FFF;
  border-color: transparent;
  box-shadow: 0 0 0 2px #e76f51;
}

/* line 16628, app/assets/stylesheets/quick-website.scss */
.form-control-flush {
  padding: 0;
  border-width: 0;
  background-color: transparent;
  box-shadow: none;
}

/* line 16634, app/assets/stylesheets/quick-website.scss */
.form-control-flush:focus {
  background-color: transparent;
  box-shadow: none;
  border-width: 0;
}

/* line 16639, app/assets/stylesheets/quick-website.scss */
textarea[resize="none"] {
  resize: none !important;
}

/* line 16642, app/assets/stylesheets/quick-website.scss */
textarea[resize="both"] {
  resize: both !important;
}

/* line 16645, app/assets/stylesheets/quick-website.scss */
textarea[resize="vertical"] {
  resize: vertical !important;
}

/* line 16648, app/assets/stylesheets/quick-website.scss */
textarea[resize="horizontal"] {
  resize: horizontal !important;
}

/* line 16651, app/assets/stylesheets/quick-website.scss */
.form-control-xl {
  padding: 1.5rem 2rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.75rem;
}

/* line 16657, app/assets/stylesheets/quick-website.scss */
.form-primary .form-control {
  color: #FFF;
  background-color: #0069c2;
  border: 1px solid #0069c2;
}

/* line 16662, app/assets/stylesheets/quick-website.scss */
.form-primary .form-control:focus {
  background-color: #005ead;
  border: 1px solid #005ead;
}

/* line 16666, app/assets/stylesheets/quick-website.scss */
.form-primary .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16669, app/assets/stylesheets/quick-website.scss */
.form-primary .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16672, app/assets/stylesheets/quick-website.scss */
.form-primary .form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16675, app/assets/stylesheets/quick-website.scss */
.form-warning .form-control {
  color: #FFF;
  background-color: #ffa900;
  border: 1px solid #ffa900;
}

/* line 16680, app/assets/stylesheets/quick-website.scss */
.form-warning .form-control:focus {
  background-color: #ea9c00;
  border: 1px solid #ea9c00;
}

/* line 16684, app/assets/stylesheets/quick-website.scss */
.form-warning .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16687, app/assets/stylesheets/quick-website.scss */
.form-warning .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16690, app/assets/stylesheets/quick-website.scss */
.form-warning .form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16693, app/assets/stylesheets/quick-website.scss */
.form-danger .form-control {
  color: #FFF;
  background-color: #ee1e34;
  border: 1px solid #ee1e34;
}

/* line 16698, app/assets/stylesheets/quick-website.scss */
.form-danger .form-control:focus {
  background-color: #e61228;
  border: 1px solid #e61228;
}

/* line 16702, app/assets/stylesheets/quick-website.scss */
.form-danger .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16705, app/assets/stylesheets/quick-website.scss */
.form-danger .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16708, app/assets/stylesheets/quick-website.scss */
.form-danger .form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16711, app/assets/stylesheets/quick-website.scss */
.form-control-label {
  color: #718096;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: none;
}

/* line 16717, app/assets/stylesheets/quick-website.scss */
.has-floating-label {
  position: relative;
}

/* line 16720, app/assets/stylesheets/quick-website.scss */
.has-floating-label .control-label {
  font-size: 1rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  padding: 0 0.625rem;
  margin: 0 0.625rem;
  color: #A0AEC0;
  transform: translateY(-50%) scale(1);
  transform-origin: left top;
  transition: 0.3s;
  z-index: 1;
}

/* line 16733, app/assets/stylesheets/quick-website.scss */
.has-floating-label .input-group .control-label {
  left: 2rem;
}

/* line 16736, app/assets/stylesheets/quick-website.scss */
.has-floating-label.focused .control-label {
  padding: 0;
  margin: 0;
  top: -1.25rem;
  left: 0;
  transform: translateY(0) scale(0.85);
}

/* line 16743, app/assets/stylesheets/quick-website.scss */
.has-floating-label .control-label-xl {
  font-size: 1.5rem;
  padding: 0 1rem;
  margin: 0 1rem;
}

/* line 16748, app/assets/stylesheets/quick-website.scss */
.has-floating-label .control-label-lg {
  font-size: 1.25rem;
  padding: 0 0.9375rem;
  margin: 0 0.9375rem;
}

/* line 16753, app/assets/stylesheets/quick-website.scss */
.has-floating-label .control-label-sm {
  font-size: 0.875rem;
  padding: 0 0.625rem;
  margin: 0 0.625rem;
}

/* line 16758, app/assets/stylesheets/quick-website.scss */
.form-stacked .form-control {
  position: relative;
  box-sizing: border-box;
}

/* line 16762, app/assets/stylesheets/quick-website.scss */
.form-stacked .form-control:first-of-type {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 16767, app/assets/stylesheets/quick-website.scss */
.form-stacked .form-control:not(:first-of-type):not(:last-of-type) {
  margin-bottom: -1px;
  border-radius: 0;
}

/* line 16771, app/assets/stylesheets/quick-website.scss */
.form-stacked .form-control:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 16775, app/assets/stylesheets/quick-website.scss */
.form-stacked .form-control:focus {
  z-index: 2;
}

/* line 16778, app/assets/stylesheets/quick-website.scss */
.header-transparent + section {
  padding-top: 7rem !important;
}

/* line 16781, app/assets/stylesheets/quick-website.scss */
.header-transparent + .header-1 {
  padding-top: 14rem !important;
}

@media (min-width: 768px) {
  /* line 16785, app/assets/stylesheets/quick-website.scss */
  .header-account-page {
    height: 350px;
  }
}

@media (max-width: 991.98px) {
  /* line 16790, app/assets/stylesheets/quick-website.scss */
  .header-account-page {
    padding-top: 9rem;
  }
}

/* line 16794, app/assets/stylesheets/quick-website.scss */
.header-account-page .btn-group-nav {
  position: relative;
  z-index: 1;
  transform: translateY(50%);
}

@media (min-width: 768px) {
  /* line 16800, app/assets/stylesheets/quick-website.scss */
  .header-web-app .row:last-of-type {
    margin-bottom: -12rem;
    z-index: 2;
    position: relative;
  }
  /* line 16805, app/assets/stylesheets/quick-website.scss */
  .header-web-app + section {
    padding-top: 12rem;
  }
}

/* line 16809, app/assets/stylesheets/quick-website.scss */
.icon i,
.icon svg {
  font-size: 1.71429rem;
}

/* line 16813, app/assets/stylesheets/quick-website.scss */
.icon:not(.icon-shape) svg {
  width: 3rem;
  height: 3rem;
}

/* line 16817, app/assets/stylesheets/quick-website.scss */
.icon + .icon-text {
  padding-left: 1rem;
  width: calc(100% - 3rem - 1);
}

/* line 16821, app/assets/stylesheets/quick-website.scss */
.icon-xl i,
.icon-xl svg {
  font-size: 2.85714rem;
}

/* line 16825, app/assets/stylesheets/quick-website.scss */
.icon-xl:not(.icon-shape) svg {
  width: 5rem;
  height: 5rem;
}

/* line 16829, app/assets/stylesheets/quick-website.scss */
.icon-xl + .icon-text {
  width: calc(100% - 5rem - 1);
}

/* line 16832, app/assets/stylesheets/quick-website.scss */
.icon-lg i,
.icon-lg svg {
  font-size: 2.28571rem;
}

/* line 16836, app/assets/stylesheets/quick-website.scss */
.icon-lg:not(.icon-shape) svg {
  width: 4rem;
  height: 4rem;
}

/* line 16840, app/assets/stylesheets/quick-website.scss */
.icon-lg + .icon-text {
  width: calc(100% - 4rem - 1);
}

/* line 16843, app/assets/stylesheets/quick-website.scss */
.icon-sm i,
.icon-sm svg {
  font-size: 1.14286rem;
}

/* line 16847, app/assets/stylesheets/quick-website.scss */
.icon-sm:not(.icon-shape) svg {
  width: 2rem;
  height: 2rem;
}

/* line 16851, app/assets/stylesheets/quick-website.scss */
.icon-sm + .icon-text {
  width: calc(100% - 2rem - 1);
}

/* line 16854, app/assets/stylesheets/quick-website.scss */
.icon-xs i,
.icon-xs svg {
  font-size: 0.57143rem;
}

/* line 16858, app/assets/stylesheets/quick-website.scss */
.icon-xs:not(.icon-shape) svg {
  width: 1rem;
  height: 1rem;
}

/* line 16862, app/assets/stylesheets/quick-website.scss */
.icon-xs + .icon-text {
  width: calc(100% - 1rem - 1);
}

/* line 16865, app/assets/stylesheets/quick-website.scss */
.icon-shape {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  border-radius: 0.375rem;
  width: 3rem;
  height: 3rem;
}

/* line 16875, app/assets/stylesheets/quick-website.scss */
.icon-shape i,
.icon-shape svg {
  font-size: 1.125rem;
}

/* line 16879, app/assets/stylesheets/quick-website.scss */
.icon-shape.icon-xl {
  width: 5rem;
  height: 5rem;
}

/* line 16883, app/assets/stylesheets/quick-website.scss */
.icon-shape.icon-xl i,
.icon-shape.icon-xl svg {
  font-size: 2.25rem;
}

/* line 16887, app/assets/stylesheets/quick-website.scss */
.icon-shape.icon-lg {
  width: 4rem;
  height: 4rem;
}

/* line 16891, app/assets/stylesheets/quick-website.scss */
.icon-shape.icon-lg i,
.icon-shape.icon-lg svg {
  font-size: 1.75rem;
}

/* line 16895, app/assets/stylesheets/quick-website.scss */
.icon-shape.icon-sm {
  width: 2rem;
  height: 2rem;
}

/* line 16899, app/assets/stylesheets/quick-website.scss */
.icon-shape.icon-sm i,
.icon-shape.icon-sm svg {
  font-size: 1rem;
}

/* line 16903, app/assets/stylesheets/quick-website.scss */
.icon-shape.icon-xs {
  width: 1rem;
  height: 1rem;
}

/* line 16907, app/assets/stylesheets/quick-website.scss */
.icon-shape.icon-xs i,
.icon-shape.icon-xs svg {
  font-size: .75rem;
}

/* line 16911, app/assets/stylesheets/quick-website.scss */
.icon-primary {
  color: #e76f51;
  background-color: #cce8ff;
}

/* line 16915, app/assets/stylesheets/quick-website.scss */
.icon-outline-primary {
  color: #0063b8;
  border: 3px solid rgba(51, 161, 255, 0.5);
}

/* line 16919, app/assets/stylesheets/quick-website.scss */
.icon-secondary {
  color: #EFF2F7;
  background-color: #fcfcfd;
}

/* line 16923, app/assets/stylesheets/quick-website.scss */
.icon-outline-secondary {
  color: #bdcbe2;
  border: 3px solid rgba(255, 255, 255, 0.5);
}

/* line 16927, app/assets/stylesheets/quick-website.scss */
.icon-success {
  color: #5cc9a7;
  background-color: #def4ed;
}

/* line 16931, app/assets/stylesheets/quick-website.scss */
.icon-outline-success {
  color: #32ac86;
  border: 3px solid rgba(130, 214, 188, 0.5);
}

/* line 16935, app/assets/stylesheets/quick-website.scss */
.icon-info {
  color: #50b5ff;
  background-color: #dcf0ff;
}

/* line 16939, app/assets/stylesheets/quick-website.scss */
.icon-outline-info {
  color: #0997ff;
  border: 3px solid rgba(131, 203, 255, 0.5);
}

/* line 16943, app/assets/stylesheets/quick-website.scss */
.icon-warning {
  color: #FFBE3D;
  background-color: #fff2d8;
}

/* line 16947, app/assets/stylesheets/quick-website.scss */
.icon-outline-warning {
  color: #f5a300;
  border: 3px solid rgba(255, 207, 112, 0.5);
}

/* line 16951, app/assets/stylesheets/quick-website.scss */
.icon-danger {
  color: #f25767;
  background-color: #fcdde1;
}

/* line 16955, app/assets/stylesheets/quick-website.scss */
.icon-outline-danger {
  color: #f30e26;
  border: 3px solid rgba(246, 134, 146, 0.5);
}

/* line 16959, app/assets/stylesheets/quick-website.scss */
.icon-light {
  color: #EFF2F7;
  background-color: #fcfcfd;
}

/* line 16963, app/assets/stylesheets/quick-website.scss */
.icon-outline-light {
  color: #bdcbe2;
  border: 3px solid rgba(255, 255, 255, 0.5);
}

/* line 16967, app/assets/stylesheets/quick-website.scss */
.icon-dark {
  color: #171347;
  background-color: #d1d0da;
}

/* line 16971, app/assets/stylesheets/quick-website.scss */
.icon-outline-dark {
  color: #04030f;
  border: 3px solid rgba(36, 30, 111, 0.5);
}

/* line 16975, app/assets/stylesheets/quick-website.scss */
.icon-neutral {
  color: #FFF;
  background-color: white;
}

/* line 16979, app/assets/stylesheets/quick-website.scss */
.icon-outline-neutral {
  color: #dddada;
  border: 3px solid rgba(255, 255, 255, 0.5);
}

/* line 16983, app/assets/stylesheets/quick-website.scss */
.icon-white {
  color: #FFF;
  background-color: white;
}

/* line 16987, app/assets/stylesheets/quick-website.scss */
.icon-outline-white {
  color: #dddada;
  border: 3px solid rgba(255, 255, 255, 0.5);
}

/* line 16991, app/assets/stylesheets/quick-website.scss */
.icon-actions > a {
  display: inline-block;
  margin-right: .75rem;
  color: #718096;
  font-size: .875rem;
}

/* line 16997, app/assets/stylesheets/quick-website.scss */
.icon-actions > a:last-of-type {
  margin-right: 0;
}

/* line 17000, app/assets/stylesheets/quick-website.scss */
.icon-actions > a span {
  margin-left: .1875rem;
  font-weight: 600;
  color: #718096;
}

/* line 17005, app/assets/stylesheets/quick-website.scss */
.icon-actions > a:hover span {
  color: #5a677a;
}

/* line 17008, app/assets/stylesheets/quick-website.scss */
.icon-actions > a,
.icon-actions > a:hover,
.icon-actions > a.active {
  color: #2D3748;
}

/* line 17013, app/assets/stylesheets/quick-website.scss */
.icon-actions > .favorite:hover,
.icon-actions > .favorite.active {
  color: #ffc431;
}

/* line 17017, app/assets/stylesheets/quick-website.scss */
.icon-actions > .love:hover,
.icon-actions > .love.active {
  color: #f25767;
}

/* line 17021, app/assets/stylesheets/quick-website.scss */
.icon-actions > .like:hover,
.icon-actions > .like.active {
  color: #e76f51;
}

/* line 17025, app/assets/stylesheets/quick-website.scss */
.icon-actions-lg a {
  font-size: 1.25rem;
  margin-right: .875rem;
}

/* line 17029, app/assets/stylesheets/quick-website.scss */
.has-floating-items {
  padding-bottom: 18rem !important;
}

/* line 17032, app/assets/stylesheets/quick-website.scss */
.has-floating-items svg {
  height: auto;
}

@media (min-width: 768px) {
  /* line 17036, app/assets/stylesheets/quick-website.scss */
  .has-floating-items {
    padding-bottom: 18rem !important;
  }
}

/* line 17040, app/assets/stylesheets/quick-website.scss */
.floating-items {
  position: relative;
  left: 50%;
  margin-left: -570px;
  z-index: 10;
}

/* line 17046, app/assets/stylesheets/quick-website.scss */
.icon-floating {
  position: absolute;
  text-align: center;
  box-shadow: 0 30px 40px 0 rgba(31, 45, 61, 0.1);
  border-radius: 50%;
}

/* line 17052, app/assets/stylesheets/quick-website.scss */
.icon-floating svg {
  width: 50px;
}

/* line 17055, app/assets/stylesheets/quick-website.scss */
.icon-floating span {
  height: 100%;
}

/* line 17058, app/assets/stylesheets/quick-website.scss */
.icon-floating img {
  max-width: 100%;
}

/* line 17061, app/assets/stylesheets/quick-website.scss */
.icon-floating span,
.icon-floating img {
  display: inline-block;
  vertical-align: middle;
}

/* line 17066, app/assets/stylesheets/quick-website.scss */
.icon-floating:nth-child(1) {
  top: 140px;
  left: -60px;
  width: 120px;
  height: 120px;
}

/* line 17072, app/assets/stylesheets/quick-website.scss */
.icon-floating:nth-child(2) {
  top: 200px;
  left: 180px;
  width: 160px;
  height: 160px;
  animation-delay: .5s;
}

/* line 17079, app/assets/stylesheets/quick-website.scss */
.icon-floating:nth-child(3) {
  top: 120px;
  left: 480px;
  width: 80px;
  height: 80px;
  animation-delay: 1s;
}

/* line 17086, app/assets/stylesheets/quick-website.scss */
.icon-floating:nth-child(4) {
  top: 210px;
  left: 680px;
  width: 140px;
  height: 140px;
  animation-delay: 1.5s;
}

/* line 17093, app/assets/stylesheets/quick-website.scss */
.icon-floating:nth-child(5) {
  top: 100px;
  left: 920px;
  width: 100px;
  height: 100px;
  animation-delay: 2s;
}

/* line 17100, app/assets/stylesheets/quick-website.scss */
.icon-floating:nth-child(6) {
  top: 200px;
  left: 1120px;
  width: 80px;
  height: 80px;
  animation-delay: 2.5s;
}

/* line 17107, app/assets/stylesheets/quick-website.scss */
.icon-floating.icon-sm svg {
  width: 36px;
}

/* line 17110, app/assets/stylesheets/quick-website.scss */
.icon-floating.icon-lg svg {
  width: 76px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 17114, app/assets/stylesheets/quick-website.scss */
  .icon-floating:nth-child(1),
.icon-floating:nth-child(6) {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 17120, app/assets/stylesheets/quick-website.scss */
  .icon-floating:nth-child(1),
.icon-floating:nth-child(2),
.icon-floating:nth-child(3) {
    display: none;
  }
  /* line 17125, app/assets/stylesheets/quick-website.scss */
  .icon-floating:nth-child(4),
.icon-floating:nth-child(5),
.icon-floating:nth-child(6) {
    width: 100px;
    height: 100px;
    top: 80px;
  }
  /* line 17132, app/assets/stylesheets/quick-website.scss */
  .icon-floating:nth-child(4) {
    left: 300px;
  }
  /* line 17135, app/assets/stylesheets/quick-website.scss */
  .icon-floating:nth-child(5) {
    left: 500px;
  }
  /* line 17138, app/assets/stylesheets/quick-website.scss */
  .icon-floating:nth-child(6) {
    left: 700px;
  }
  /* line 17141, app/assets/stylesheets/quick-website.scss */
  .icon-floating svg {
    width: 40px;
  }
}

@media (max-width: 767.98px) {
  /* line 17146, app/assets/stylesheets/quick-website.scss */
  .icon-floating:nth-child(4),
.icon-floating:nth-child(5),
.icon-floating:nth-child(6) {
    width: 80px;
    height: 80px;
    top: 80px;
  }
  /* line 17153, app/assets/stylesheets/quick-website.scss */
  .icon-floating:nth-child(4) {
    left: 400px;
  }
  /* line 17156, app/assets/stylesheets/quick-website.scss */
  .icon-floating:nth-child(5) {
    left: 530px;
  }
  /* line 17159, app/assets/stylesheets/quick-website.scss */
  .icon-floating:nth-child(6) {
    left: 660px;
  }
}

/* line 17163, app/assets/stylesheets/quick-website.scss */
.floating-color {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 50%;
  animation: floating 3s ease infinite;
}

/* line 17171, app/assets/stylesheets/quick-website.scss */
.floating-color span {
  display: inline-block;
  border-radius: 20px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* line 17180, app/assets/stylesheets/quick-website.scss */
.floating-color:nth-child(1) {
  top: 140px;
  left: -60px;
  width: 120px;
  height: 120px;
}

/* line 17186, app/assets/stylesheets/quick-website.scss */
.floating-color:nth-child(2) {
  top: 200px;
  left: 180px;
  width: 160px;
  height: 160px;
  animation-delay: .5s;
}

/* line 17193, app/assets/stylesheets/quick-website.scss */
.floating-color:nth-child(3) {
  top: 120px;
  left: 480px;
  width: 80px;
  height: 80px;
  animation-delay: 1s;
}

/* line 17200, app/assets/stylesheets/quick-website.scss */
.floating-color:nth-child(4) {
  top: 210px;
  left: 680px;
  width: 140px;
  height: 140px;
  animation-delay: 1.5s;
}

/* line 17207, app/assets/stylesheets/quick-website.scss */
.floating-color:nth-child(5) {
  top: 100px;
  left: 920px;
  width: 100px;
  height: 100px;
  animation-delay: 2s;
}

/* line 17214, app/assets/stylesheets/quick-website.scss */
.floating-color:nth-child(6) {
  top: 200px;
  left: 1120px;
  width: 80px;
  height: 80px;
  animation-delay: 2.5s;
}

/* line 17221, app/assets/stylesheets/quick-website.scss */
.input-group-text {
  transition: all 0.2s ease;
}

/* line 17224, app/assets/stylesheets/quick-website.scss */
.input-group-flush .form-control,
.input-group-flush .input-group-text {
  border: 0 !important;
}

/* line 17228, app/assets/stylesheets/quick-website.scss */
.focused .input-group {
  box-shadow: none, 0 0 20px rgba(0, 138, 255, 0.1);
}

/* line 17231, app/assets/stylesheets/quick-website.scss */
.focused .input-group .form-control {
  box-shadow: none !important;
}

/* line 17234, app/assets/stylesheets/quick-website.scss */
.focused .input-group-text {
  color: #e76f51;
  background-color: #EFF2F7;
  border-color: rgba(0, 138, 255, 0.5);
}

/* line 17239, app/assets/stylesheets/quick-website.scss */
.input-group.input-group-merge .input-group-text {
  color: #A0AEC0;
  background-color: #FFF;
  border: 1px solid #E2E8F0;
}

/* line 17244, app/assets/stylesheets/quick-website.scss */
.input-group.input-group-merge .form-control {
  box-shadow: none;
}

/* line 17247, app/assets/stylesheets/quick-website.scss */
.input-group.input-group-merge .form-control:not(.form-control-prepend) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
  padding-right: 0;
}

/* line 17253, app/assets/stylesheets/quick-website.scss */
.input-group.input-group-merge .form-control + .input-group-append {
  margin-left: -1px;
}

/* line 17256, app/assets/stylesheets/quick-website.scss */
.input-group.input-group-merge .form-control:focus + .input-group-prepend .input-group-text,
.input-group.input-group-merge .form-control:focus + .input-group-append .input-group-text {
  border-color: rgba(0, 138, 255, 0.5);
}

/* line 17260, app/assets/stylesheets/quick-website.scss */
.input-group.input-group-merge .form-control-prepend {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  padding-left: 0;
}

/* line 17268, app/assets/stylesheets/quick-website.scss */
.input-group.input-group-merge .form-control-prepend + .input-group-prepend {
  order: -1;
  margin-right: -1px;
}

/* line 17272, app/assets/stylesheets/quick-website.scss */
.input-group.input-group-merge .form-control-prepend + .input-group-prepend > .input-group-text {
  border-right: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 17277, app/assets/stylesheets/quick-website.scss */
.input-group.input-group-merge.rounded-pill .form-control:not(.form-control-prepend) {
  border-top-left-radius: 50rem;
  border-bottom-left-radius: 50rem;
}

/* line 17281, app/assets/stylesheets/quick-website.scss */
.input-group.input-group-merge.rounded-pill .form-control + .input-group-append > .input-group-text {
  border-top-right-radius: 50rem;
  border-bottom-right-radius: 50rem;
}

/* line 17285, app/assets/stylesheets/quick-website.scss */
.input-group.input-group-merge.rounded-pill .form-control-prepend {
  border-top-right-radius: 50rem;
  border-bottom-right-radius: 50rem;
}

/* line 17289, app/assets/stylesheets/quick-website.scss */
.input-group.input-group-merge.rounded-pill .form-control-prepend + .input-group-prepend > .input-group-text {
  border-top-left-radius: 50rem;
  border-bottom-left-radius: 50rem;
}

/* line 17293, app/assets/stylesheets/quick-website.scss */
.jumbotron {
  position: relative;
}

/* line 17296, app/assets/stylesheets/quick-website.scss */
.jumbotron:not([class*="rounded-"]) {
  border-radius: 5rem;
}

/* line 17299, app/assets/stylesheets/quick-website.scss */
.jumbotron:not([class*="rounded-"]) > img {
  border-radius: 5rem;
}

/* line 17302, app/assets/stylesheets/quick-website.scss */
.jumbotron.rounded-right {
  border-radius: 0 5rem 5rem 0 !important;
}

/* line 17305, app/assets/stylesheets/quick-website.scss */
.jumbotron.rounded-left {
  border-radius: 5rem 0 0 5rem !important;
}

/* line 17308, app/assets/stylesheets/quick-website.scss */
.jumbotron.rounded-top-right {
  border-radius: 0 5rem 0 0 !important;
}

/* line 17311, app/assets/stylesheets/quick-website.scss */
.jumbotron.rounded-top-left {
  border-radius: 5rem 0 0 0 !important;
}

/* line 17314, app/assets/stylesheets/quick-website.scss */
.jumbotron.rounded-bottom-right {
  border-radius: 0 0 5rem 0 !important;
}

/* line 17317, app/assets/stylesheets/quick-website.scss */
.jumbotron.rounded-bottom-left {
  border-radius: 0 0 0 5rem !important;
}

/* line 17320, app/assets/stylesheets/quick-website.scss */
.jumbotron.rounded-diagonal-left {
  border-radius: 5rem 0 5rem 0 !important;
}

/* line 17323, app/assets/stylesheets/quick-website.scss */
.jumbotron.rounded-diagonal-right {
  border-radius: 0 5rem 0 5rem !important;
}

/* line 17326, app/assets/stylesheets/quick-website.scss */
.docs .header .navbar {
  position: fixed;
  z-index: 1000;
}

@media (min-width: 576px) {
  /* line 17331, app/assets/stylesheets/quick-website.scss */
  .docs .container-fluid,
.docs .container-sm,
.docs .container-md,
.docs .container-lg,
.docs .container-xl {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767.98px) {
  /* line 17341, app/assets/stylesheets/quick-website.scss */
  .docs .container-fluid,
.docs .container-sm,
.docs .container-md,
.docs .container-lg,
.docs .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 17350, app/assets/stylesheets/quick-website.scss */
.docs .container-docs {
  display: flex;
  flex: 1;
  align-items: stretch;
}

/* line 17355, app/assets/stylesheets/quick-website.scss */
.docs .main-content {
  display: flex;
  flex: 1 1 auto;
  padding: 0;
  margin: 0;
  min-width: 0;
  max-width: 100%;
  height: 100vh;
}

@media (min-width: 992px) {
  /* line 17365, app/assets/stylesheets/quick-website.scss */
  .docs .main-content {
    padding-left: 250px;
  }
}

/* line 17369, app/assets/stylesheets/quick-website.scss */
.docs .main-content .container,
.docs .main-content .container-fluid,
.docs .main-content .container-sm,
.docs .main-content .container-md,
.docs .main-content .container-lg,
.docs .main-content .container-xl {
  position: relative;
}

/* line 17377, app/assets/stylesheets/quick-website.scss */
.docs .main-content-title + .row,
.docs .main-content-title + .card {
  margin-top: 30px;
}

/* line 17381, app/assets/stylesheets/quick-website.scss */
.docs .docs-content {
  margin-top: 80px;
}

@media (min-width: 992px) {
  /* line 17385, app/assets/stylesheets/quick-website.scss */
  .docs .docs-content {
    padding: 0 70px;
  }
}

@media (min-width: 768px) {
  /* line 17390, app/assets/stylesheets/quick-website.scss */
  .docs .docs-content {
    padding: 0 50px;
  }
}

@media (max-width: 991.98px) {
  /* line 17395, app/assets/stylesheets/quick-website.scss */
  .docs .docs-content {
    padding: 0 20px;
  }
}

/* line 17399, app/assets/stylesheets/quick-website.scss */
.docs .docs-title {
  padding: 2.5rem;
  margin: 2.5rem 0px;
  border: 2px solid #E2E8F0;
  border-radius: 0.5rem;
}

/* line 17405, app/assets/stylesheets/quick-website.scss */
.docs .sidenav {
  position: fixed;
  top: 0;
  height: 100vh;
  overflow: auto;
  margin-bottom: 0;
  border: 0;
  z-index: 900;
  border-radius: 0;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 17417, app/assets/stylesheets/quick-website.scss */
  .docs .sidenav {
    transition: none;
  }
}

@media (min-width: 992px) {
  /* line 17422, app/assets/stylesheets/quick-website.scss */
  .docs .sidenav {
    max-width: 250px !important;
    height: 100vh;
    transform: translateX(0);
    border-right: 1px solid #E2E8F0;
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 17431, app/assets/stylesheets/quick-website.scss */
  .docs .sidenav {
    max-width: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    transform: translateX(-150%);
    border: 0;
  }
}

/* line 17441, app/assets/stylesheets/quick-website.scss */
.docs .sidenav.show {
  max-width: 250px !important;
  transform: translateX(0);
  border-right: 1px solid #E2E8F0;
  z-index: 900;
  border-radius: 0;
}

/* line 17448, app/assets/stylesheets/quick-website.scss */
.docs .sidenav-header {
  padding: 1.5rem 0;
  margin-bottom: 1.5rem;
}

/* line 17452, app/assets/stylesheets/quick-website.scss */
.docs .sidenav-header .navbar-brand img {
  height: 1.5rem;
}

/* line 17455, app/assets/stylesheets/quick-website.scss */
.docs .main-content-title + .nav-tabs {
  margin-bottom: 30px;
}

/* line 17458, app/assets/stylesheets/quick-website.scss */
.side-content:before {
  content: '';
  position: absolute;
  z-index: -1;
  height: 100%;
  background-color: #FAFBFE;
}

@media (min-width: 576px) {
  /* line 17466, app/assets/stylesheets/quick-website.scss */
  .side-content:before {
    width: 2000px;
    border-radius: 4rem 0 0 4rem !important;
  }
}

@media (max-width: 575.98px) {
  /* line 17472, app/assets/stylesheets/quick-website.scss */
  .side-content:before {
    width: 100%;
    left: 0;
  }
}

@media (min-width: 576px) {
  /* line 17478, app/assets/stylesheets/quick-website.scss */
  .side-content-inner {
    padding: 2rem 0 2.5rem 2.5rem;
  }
}

@media (max-width: 575.98px) {
  /* line 17483, app/assets/stylesheets/quick-website.scss */
  .side-content-inner {
    padding: 2rem 0;
  }
}

/* line 17487, app/assets/stylesheets/quick-website.scss */
.sidenav-toggler {
  border: 0;
  background: transparent;
  cursor: pointer;
}

/* line 17492, app/assets/stylesheets/quick-website.scss */
.sidenav-toggler-inner,
.sidenav-toggler-line {
  width: 18px;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 17498, app/assets/stylesheets/quick-website.scss */
  .sidenav-toggler-inner,
.sidenav-toggler-line {
    transition: none;
  }
}

/* line 17503, app/assets/stylesheets/quick-website.scss */
.sidenav-toggler-inner {
  position: relative;
}

/* line 17506, app/assets/stylesheets/quick-website.scss */
.sidenav-toggler-inner:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  left: -11px;
  top: -14px;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25);
}

@media (prefers-reduced-motion: reduce) {
  /* line 17518, app/assets/stylesheets/quick-website.scss */
  .sidenav-toggler-inner:before {
    transition: none;
  }
}

/* line 17522, app/assets/stylesheets/quick-website.scss */
.sidenav-toggler-line {
  height: 2px;
  background-color: rgba(31, 45, 61, 0.7);
  display: block;
  position: relative;
}

/* line 17528, app/assets/stylesheets/quick-website.scss */
.sidenav-toggler-line:not(:last-child) {
  margin-bottom: 3px;
}

/* line 17531, app/assets/stylesheets/quick-website.scss */
.sidenav-toggler.active .sidenav-toggler-inner:before {
  transform: scale(1);
}

/* line 17534, app/assets/stylesheets/quick-website.scss */
.sidenav-toggler.active .sidenav-toggler-line:first-child {
  width: 13px;
  transform: translateX(5px);
}

/* line 17538, app/assets/stylesheets/quick-website.scss */
.sidenav-toggler.active .sidenav-toggler-line:last-child {
  width: 13px;
  transform: translateX(5px);
}

/* line 17542, app/assets/stylesheets/quick-website.scss */
.navbar-dark .sidenav-toggler-line,
.sidenav-toggler-dark .sidenav-toggler-line {
  background-color: rgba(255, 255, 255, 0.85) !important;
}

/* line 17546, app/assets/stylesheets/quick-website.scss */
.list-group {
  list-style-type: none;
}

/* line 17549, app/assets/stylesheets/quick-website.scss */
.list-group-space .list-group-item {
  margin-bottom: 1.5rem;
  border-radius: 0.375rem;
}

/* line 17553, app/assets/stylesheets/quick-website.scss */
.list-group-item {
  font-size: 0.875rem;
}

/* line 17556, app/assets/stylesheets/quick-website.scss */
.list-group-img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  vertical-align: top;
  margin: -.1rem 1.2rem 0 -.2rem;
}

/* line 17563, app/assets/stylesheets/quick-website.scss */
.list-group-content {
  flex: 1;
  min-width: 0;
}

/* line 17567, app/assets/stylesheets/quick-website.scss */
.list-group-content p {
  line-height: 1.5;
  margin: .2rem 0 0;
}

/* line 17571, app/assets/stylesheets/quick-website.scss */
.list-group-heading {
  color: #2D3748;
}

/* line 17574, app/assets/stylesheets/quick-website.scss */
.list-group-heading > small {
  float: right;
  color: #A0AEC0;
  font-weight: 500;
}

/* line 17579, app/assets/stylesheets/quick-website.scss */
.list-group-sm .list-group-item {
  padding: .675rem 1.25rem;
  font-size: 0.875rem;
}

/* line 17583, app/assets/stylesheets/quick-website.scss */
.list-icon > i,
.list-icon > svg {
  margin-right: 1rem;
  font-size: 0.875rem;
  position: relative;
}

/* line 17589, app/assets/stylesheets/quick-website.scss */
.list-bullet > i,
.list-bullet > svg {
  margin-right: 1rem;
  font-size: .875rem;
  position: relative;
}

/* line 17595, app/assets/stylesheets/quick-website.scss */
.list-unstyled .list-link {
  display: block;
  color: #718096;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

/* line 17601, app/assets/stylesheets/quick-website.scss */
.list-unstyled .list-link:hover {
  color: #e76f51;
}

/* line 17604, app/assets/stylesheets/quick-website.scss */
.list-unstyled .list-link > i {
  margin-right: .5rem;
  font-size: .75rem;
}

/* line 17608, app/assets/stylesheets/quick-website.scss */
.map-canvas {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 0.375rem;
}

/* line 17614, app/assets/stylesheets/quick-website.scss */
.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 17623, app/assets/stylesheets/quick-website.scss */
  .mask {
    transition: none;
  }
}

/* line 17627, app/assets/stylesheets/quick-website.scss */
.mask + .container {
  position: relative;
}

/* line 17630, app/assets/stylesheets/quick-website.scss */
.card .mask {
  border-radius: 0.75rem;
}

/* line 17633, app/assets/stylesheets/quick-website.scss */
.card .hover-mask {
  opacity: 0;
  transition-delay: 150ms;
}

/* line 17637, app/assets/stylesheets/quick-website.scss */
.card:hover .hover-mask {
  opacity: .4;
}

/* line 17640, app/assets/stylesheets/quick-website.scss */
.mask-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1040;
}

/* line 17649, app/assets/stylesheets/quick-website.scss */
.mask-body-dark {
  background: rgba(31, 45, 61, 0.3);
}

/* line 17652, app/assets/stylesheets/quick-website.scss */
.mask-body-light {
  background: rgba(255, 255, 255, 0.3);
}

/* line 17655, app/assets/stylesheets/quick-website.scss */
.mask-fade-bottom {
  background: linear-gradient(0deg, #1f2d3d 0%, black 0%, rgba(31, 45, 61, 0) 60%);
}

/* line 17658, app/assets/stylesheets/quick-website.scss */
.media > i {
  position: relative;
  top: 4px;
}

/* line 17662, app/assets/stylesheets/quick-website.scss */
.media-pill {
  position: relative;
  padding: 2px;
  padding-right: 1rem;
  background-color: rgba(31, 45, 61, 0.15);
  border-radius: 50rem;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 17671, app/assets/stylesheets/quick-website.scss */
  .media-pill {
    transition: none;
  }
}

/* line 17675, app/assets/stylesheets/quick-website.scss */
.media-pill:hover {
  background-color: rgba(31, 45, 61, 0.3);
}

/* line 17678, app/assets/stylesheets/quick-website.scss */
.media-pill .avatar {
  display: inline;
}

/* line 17681, app/assets/stylesheets/quick-website.scss */
.show .media-pill {
  background-color: rgba(31, 45, 61, 0.3);
}

/* line 17684, app/assets/stylesheets/quick-website.scss */
.modal-content {
  border: 0;
  border-radius: 0.75rem;
}

/* line 17688, app/assets/stylesheets/quick-website.scss */
.modal-fluid .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 17692, app/assets/stylesheets/quick-website.scss */
.modal-fluid .modal-content {
  border-radius: 0;
}

/* line 17695, app/assets/stylesheets/quick-website.scss */
.modal-open {
  max-height: 100vh;
}

/* line 17698, app/assets/stylesheets/quick-website.scss */
.modal-dialog-aside {
  position: absolute;
  margin: 0;
}

/* line 17702, app/assets/stylesheets/quick-website.scss */
.modal-primary .modal-title {
  color: #FFF;
}

/* line 17705, app/assets/stylesheets/quick-website.scss */
.modal-primary .modal-header,
.modal-primary .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 17709, app/assets/stylesheets/quick-website.scss */
.modal-primary .modal-content {
  background-color: #e76f51;
  color: #FFF;
}

/* line 17713, app/assets/stylesheets/quick-website.scss */
.modal-primary .modal-content .heading {
  color: #FFF;
}

/* line 17716, app/assets/stylesheets/quick-website.scss */
.modal-primary .close > span:not(.sr-only) {
  color: #FFF;
}

/* line 17719, app/assets/stylesheets/quick-website.scss */
.modal-secondary .modal-title {
  color: #273444;
}

/* line 17722, app/assets/stylesheets/quick-website.scss */
.modal-secondary .modal-header,
.modal-secondary .modal-footer {
  border-color: rgba(39, 52, 68, 0.075);
}

/* line 17726, app/assets/stylesheets/quick-website.scss */
.modal-secondary .modal-content {
  background-color: #EFF2F7;
  color: #273444;
}

/* line 17730, app/assets/stylesheets/quick-website.scss */
.modal-secondary .modal-content .heading {
  color: #273444;
}

/* line 17733, app/assets/stylesheets/quick-website.scss */
.modal-secondary .close > span:not(.sr-only) {
  color: #FFF;
}

/* line 17736, app/assets/stylesheets/quick-website.scss */
.modal-success .modal-title {
  color: #FFF;
}

/* line 17739, app/assets/stylesheets/quick-website.scss */
.modal-success .modal-header,
.modal-success .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 17743, app/assets/stylesheets/quick-website.scss */
.modal-success .modal-content {
  background-color: #5cc9a7;
  color: #FFF;
}

/* line 17747, app/assets/stylesheets/quick-website.scss */
.modal-success .modal-content .heading {
  color: #FFF;
}

/* line 17750, app/assets/stylesheets/quick-website.scss */
.modal-success .close > span:not(.sr-only) {
  color: #FFF;
}

/* line 17753, app/assets/stylesheets/quick-website.scss */
.modal-info .modal-title {
  color: #FFF;
}

/* line 17756, app/assets/stylesheets/quick-website.scss */
.modal-info .modal-header,
.modal-info .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 17760, app/assets/stylesheets/quick-website.scss */
.modal-info .modal-content {
  background-color: #50b5ff;
  color: #FFF;
}

/* line 17764, app/assets/stylesheets/quick-website.scss */
.modal-info .modal-content .heading {
  color: #FFF;
}

/* line 17767, app/assets/stylesheets/quick-website.scss */
.modal-info .close > span:not(.sr-only) {
  color: #FFF;
}

/* line 17770, app/assets/stylesheets/quick-website.scss */
.modal-warning .modal-title {
  color: #FFF;
}

/* line 17773, app/assets/stylesheets/quick-website.scss */
.modal-warning .modal-header,
.modal-warning .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 17777, app/assets/stylesheets/quick-website.scss */
.modal-warning .modal-content {
  background-color: #FFBE3D;
  color: #FFF;
}

/* line 17781, app/assets/stylesheets/quick-website.scss */
.modal-warning .modal-content .heading {
  color: #FFF;
}

/* line 17784, app/assets/stylesheets/quick-website.scss */
.modal-warning .close > span:not(.sr-only) {
  color: #FFF;
}

/* line 17787, app/assets/stylesheets/quick-website.scss */
.modal-danger .modal-title {
  color: #FFF;
}

/* line 17790, app/assets/stylesheets/quick-website.scss */
.modal-danger .modal-header,
.modal-danger .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 17794, app/assets/stylesheets/quick-website.scss */
.modal-danger .modal-content {
  background-color: #f25767;
  color: #FFF;
}

/* line 17798, app/assets/stylesheets/quick-website.scss */
.modal-danger .modal-content .heading {
  color: #FFF;
}

/* line 17801, app/assets/stylesheets/quick-website.scss */
.modal-danger .close > span:not(.sr-only) {
  color: #FFF;
}

/* line 17804, app/assets/stylesheets/quick-website.scss */
.modal-light .modal-title {
  color: #273444;
}

/* line 17807, app/assets/stylesheets/quick-website.scss */
.modal-light .modal-header,
.modal-light .modal-footer {
  border-color: rgba(39, 52, 68, 0.075);
}

/* line 17811, app/assets/stylesheets/quick-website.scss */
.modal-light .modal-content {
  background-color: #EFF2F7;
  color: #273444;
}

/* line 17815, app/assets/stylesheets/quick-website.scss */
.modal-light .modal-content .heading {
  color: #273444;
}

/* line 17818, app/assets/stylesheets/quick-website.scss */
.modal-light .close > span:not(.sr-only) {
  color: #FFF;
}

/* line 17821, app/assets/stylesheets/quick-website.scss */
.modal-dark .modal-title {
  color: #FFF;
}

/* line 17824, app/assets/stylesheets/quick-website.scss */
.modal-dark .modal-header,
.modal-dark .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

/* line 17828, app/assets/stylesheets/quick-website.scss */
.modal-dark .modal-content {
  background-color: #171347;
  color: #FFF;
}

/* line 17832, app/assets/stylesheets/quick-website.scss */
.modal-dark .modal-content .heading {
  color: #FFF;
}

/* line 17835, app/assets/stylesheets/quick-website.scss */
.modal-dark .close > span:not(.sr-only) {
  color: #FFF;
}

/* line 17838, app/assets/stylesheets/quick-website.scss */
.modal-neutral .modal-title {
  color: #273444;
}

/* line 17841, app/assets/stylesheets/quick-website.scss */
.modal-neutral .modal-header,
.modal-neutral .modal-footer {
  border-color: rgba(39, 52, 68, 0.075);
}

/* line 17845, app/assets/stylesheets/quick-website.scss */
.modal-neutral .modal-content {
  background-color: #FFF;
  color: #273444;
}

/* line 17849, app/assets/stylesheets/quick-website.scss */
.modal-neutral .modal-content .heading {
  color: #273444;
}

/* line 17852, app/assets/stylesheets/quick-website.scss */
.modal-neutral .close > span:not(.sr-only) {
  color: #FFF;
}

/* line 17855, app/assets/stylesheets/quick-website.scss */
.modal-white .modal-title {
  color: #273444;
}

/* line 17858, app/assets/stylesheets/quick-website.scss */
.modal-white .modal-header,
.modal-white .modal-footer {
  border-color: rgba(39, 52, 68, 0.075);
}

/* line 17862, app/assets/stylesheets/quick-website.scss */
.modal-white .modal-content {
  background-color: #FFF;
  color: #273444;
}

/* line 17866, app/assets/stylesheets/quick-website.scss */
.modal-white .modal-content .heading {
  color: #273444;
}

/* line 17869, app/assets/stylesheets/quick-website.scss */
.modal-white .close > span:not(.sr-only) {
  color: #FFF;
}

/* line 17872, app/assets/stylesheets/quick-website.scss */
.nav-link {
  color: #4A5568;
  font-size: 0.875rem;
}

/* line 17876, app/assets/stylesheets/quick-website.scss */
.nav-link:hover {
  color: #273444;
}

/* line 17879, app/assets/stylesheets/quick-website.scss */
.nav-link.active {
  color: #273444;
  font-weight: 600;
}

@media (min-width: 992px) {
  /* line 17884, app/assets/stylesheets/quick-website.scss */
  .nav-link-badge {
    position: relative;
  }
  /* line 17887, app/assets/stylesheets/quick-website.scss */
  .nav-link-badge .badge {
    position: relative;
    top: -15px;
    left: -5px;
  }
  /* line 17892, app/assets/stylesheets/quick-website.scss */
  .nav-link-badge .nav-link-text {
    position: relative;
  }
  /* line 17895, app/assets/stylesheets/quick-website.scss */
  .nav-link-badge .nav-link-text:before {
    position: absolute;
    top: 0;
    left: -7px;
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    content: '';
    transform: translate(-50%, -50%) rotate(100deg);
    border-left: 1px dashed #fff;
    border-radius: 10px;
  }
}

/* line 17909, app/assets/stylesheets/quick-website.scss */
.nav.overflow-x {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 1px;
}

/* line 17915, app/assets/stylesheets/quick-website.scss */
.nav.overflow-x .nav-item {
  width: auto;
  max-width: 100%;
  flex: 0 0 auto;
}

/* line 17920, app/assets/stylesheets/quick-website.scss */
.nav-header {
  border-bottom-width: 0;
}

/* line 17923, app/assets/stylesheets/quick-website.scss */
.nav-pills-icon .nav-link:not(.active) {
  background-color: #EFF2F7;
}

/* line 17926, app/assets/stylesheets/quick-website.scss */
.nav-pills-icon .nav-link:not(:last-child) {
  margin-right: .5rem;
}

@media (min-width: 768px) {
  /* line 17930, app/assets/stylesheets/quick-website.scss */
  .nav-pills-circle {
    padding: 0 50px;
  }
  /* line 17933, app/assets/stylesheets/quick-website.scss */
  .nav-pills-circle .nav-item {
    min-width: 200px;
    background: transparent;
    border: 0;
    padding: 0;
    position: relative;
  }
  /* line 17940, app/assets/stylesheets/quick-website.scss */
  .nav-pills-circle .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 50%;
    background: #EFF2F7;
    color: #273444;
    z-index: 10;
  }
  /* line 17953, app/assets/stylesheets/quick-website.scss */
  .nav-pills-circle.nav-pills-connect .nav-item:not(:last-child)::before {
    content: "";
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(50%, 50%);
    height: 1px;
    width: 50%;
    background: #EFF2F7;
    z-index: 0;
  }
}

/* line 17966, app/assets/stylesheets/quick-website.scss */
.nav-pills-contained {
  padding: 3px;
  background-color: #EFF2F7;
  border-radius: 0.375rem;
}

/* line 17971, app/assets/stylesheets/quick-website.scss */
.nav-pills-contained .nav-link.active {
  background: #FFF;
  color: #4A5568;
}

/* line 17975, app/assets/stylesheets/quick-website.scss */
.nav-tabs .nav-item {
  margin-left: 1rem;
  margin-right: 1rem;
}

/* line 17979, app/assets/stylesheets/quick-website.scss */
.nav-tabs .nav-link {
  padding: 15px 0;
  border-bottom: 1px solid transparent;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}

/* line 17986, app/assets/stylesheets/quick-website.scss */
.nav-tabs .nav-link:not(.active) {
  color: #718096;
}

/* line 17989, app/assets/stylesheets/quick-website.scss */
.nav-tabs .nav-link:not(.active):hover {
  color: #4A5568;
}

/* line 17992, app/assets/stylesheets/quick-website.scss */
.nav-tabs .nav-item:first-child {
  margin-left: 0;
}

/* line 17995, app/assets/stylesheets/quick-website.scss */
.nav-tabs .nav-item:last-child {
  margin-right: 0;
}

/* line 17998, app/assets/stylesheets/quick-website.scss */
.nav-tabs .nav-item.show .nav-link {
  border-color: transparent;
}

/* line 18001, app/assets/stylesheets/quick-website.scss */
.nav-tabs.nav-dark {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 18004, app/assets/stylesheets/quick-website.scss */
.nav-tabs.nav-dark .nav-link:not(.active) {
  color: rgba(255, 255, 255, 0.6);
}

/* line 18007, app/assets/stylesheets/quick-website.scss */
.nav-tabs.nav-dark .nav-link:not(.active):hover {
  color: rgba(255, 255, 255, 0.8);
}

/* line 18010, app/assets/stylesheets/quick-website.scss */
.nav-tabs.nav-dark .nav-link.active {
  color: #FFF;
  border-color: #FFF;
}

/* line 18014, app/assets/stylesheets/quick-website.scss */
.nav-menu .nav-link {
  padding: .35rem 0;
}

/* line 18017, app/assets/stylesheets/quick-website.scss */
.nav-menu .nav-link:not(.active):hover {
  color: #2D3748;
}

/* line 18020, app/assets/stylesheets/quick-website.scss */
.nav-menu .nav-link.active:not(.active) {
  font-weight: 700;
}

/* line 18023, app/assets/stylesheets/quick-website.scss */
.navbar {
  position: relative;
  z-index: 101;
}

/* line 18027, app/assets/stylesheets/quick-website.scss */
.navbar .container {
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 18033, app/assets/stylesheets/quick-website.scss */
.navbar-nav .nav-link {
  font-size: 1rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  transition: all 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 18041, app/assets/stylesheets/quick-website.scss */
  .navbar-nav .nav-link {
    transition: none;
  }
}

/* line 18045, app/assets/stylesheets/quick-website.scss */
.navbar-nav .nav-link i,
.navbar-nav .nav-link svg,
.navbar-nav .nav-link img {
  margin-right: .5rem;
}

/* line 18050, app/assets/stylesheets/quick-website.scss */
.navbar-nav .media-pill .avatar {
  width: 36px;
  height: 36px;
}

/* line 18054, app/assets/stylesheets/quick-website.scss */
.nav-link > img,
.nav-link > svg {
  height: 14px;
  margin-right: .5rem;
  position: relative;
  top: -1px;
}

/* line 18061, app/assets/stylesheets/quick-website.scss */
.nav-link .icon-flag {
  width: 19px;
}

/* line 18064, app/assets/stylesheets/quick-website.scss */
.navbar-text {
  font-size: 1rem;
}

/* line 18067, app/assets/stylesheets/quick-website.scss */
.navbar-user {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

/* line 18073, app/assets/stylesheets/quick-website.scss */
.navbar-img-brand {
  font-size: initial;
}

/* line 18076, app/assets/stylesheets/quick-website.scss */
.navbar-shadow {
  box-shadow: 0 0 10px rgba(31, 45, 61, 0.03);
}

/* line 18079, app/assets/stylesheets/quick-website.scss */
.header,
.navbar,
.navbar-top {
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 18085, app/assets/stylesheets/quick-website.scss */
  .header,
.navbar,
.navbar-top {
    transition: none;
  }
}

/* line 18091, app/assets/stylesheets/quick-website.scss */
.navbar-border.navbar-dark {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* line 18094, app/assets/stylesheets/quick-website.scss */
.navbar-border.navbar-dark .border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* line 18097, app/assets/stylesheets/quick-website.scss */
.navbar-border.navbar-light {
  border-bottom: 1px solid rgba(31, 45, 61, 0.04) !important;
}

/* line 18100, app/assets/stylesheets/quick-website.scss */
.navbar-border.navbar-light .border-bottom {
  border-bottom: 1px solid rgba(31, 45, 61, 0.1) !important;
}

/* line 18103, app/assets/stylesheets/quick-website.scss */
.navbar-dark .border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* line 18106, app/assets/stylesheets/quick-website.scss */
.navbar-light .border-bottom {
  border-bottom: 1px solid rgba(31, 45, 61, 0.1) !important;
}

/* line 18109, app/assets/stylesheets/quick-website.scss */
.header-transparent {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
}

/* line 18116, app/assets/stylesheets/quick-website.scss */
.header-transparent .container::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.75rem;
  left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 18124, app/assets/stylesheets/quick-website.scss */
.header-transparent .navbar-top {
  background-color: transparent !important;
  border: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 18130, app/assets/stylesheets/quick-website.scss */
.header-transparent .navbar:not(.sticky) {
  background-color: transparent !important;
  border: 0;
  box-shadow: none;
}

/* line 18135, app/assets/stylesheets/quick-website.scss */
.header-transparent + main section:first-child:not([data-spotlight]) .container {
  padding-top: 5rem;
}

/* line 18138, app/assets/stylesheets/quick-website.scss */
.header-collapse-show {
  min-height: 100%;
  width: 100%;
  top: 0;
  z-index: 1000;
}

/* line 18144, app/assets/stylesheets/quick-website.scss */
.navbar-sticky {
  position: -webkit-sticky;
}

/* line 18147, app/assets/stylesheets/quick-website.scss */
.navbar-sticky.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: -100px;
  transform: translateY(100px);
  z-index: 1030;
  border-top: 0;
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 18159, app/assets/stylesheets/quick-website.scss */
  .navbar-sticky.sticky {
    transition: none;
  }
}

/* line 18163, app/assets/stylesheets/quick-website.scss */
.navbar-top {
  position: relative;
  display: flex;
  align-items: center;
}

/* line 18168, app/assets/stylesheets/quick-website.scss */
.navbar-top .navbar-nav {
  flex-direction: row;
}

/* line 18171, app/assets/stylesheets/quick-website.scss */
.navbar-top .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

/* line 18174, app/assets/stylesheets/quick-website.scss */
.navbar-top .navbar-nav .nav-link {
  padding: .5rem .5rem;
}

@media (max-width: 575.98px) {
  /* line 18178, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-brand img {
    height: 2.75rem;
  }
  /* line 18181, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-brand.dropdown-toggle:after {
    float: none;
    font-size: 1rem;
    opacity: .6;
  }
  /* line 18186, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-brand.dropdown-toggle:hover:after {
    opacity: 1;
  }
  /* line 18189, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-nav:not(.flex-row) .nav-link {
    padding: .625rem 0;
  }
  /* line 18192, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-nav:not(.flex-row) .dropdown-menu {
    box-shadow: none;
    min-width: auto;
  }
  /* line 18196, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-nav:not(.flex-row) .dropdown-menu .media svg {
    width: 30px;
  }
  /* line 18199, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-nav.flex-row .nav-link {
    padding-left: .675rem;
    padding-right: .675rem;
  }
  /* line 18203, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-nav.flex-row .dropdown {
    position: static;
  }
  /* line 18206, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-nav.flex-row .dropdown-menu {
    width: calc(100% - 30px);
    position: absolute;
    top: 60px;
    left: 15px;
    right: auto;
  }
  /* line 18213, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-nav .dropdown:not(.dropdown-submenu) > .dropdown-menu {
    display: block !important;
  }
  /* line 18216, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse {
    background: #FFF;
  }
  /* line 18219, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: rgba(31, 45, 61, 0.7);
  }
  /* line 18222, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse .navbar-nav .nav-item-spaced {
    margin-bottom: 1.5rem;
  }
  /* line 18225, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item {
    color: rgba(31, 45, 61, 0.8);
  }
  /* line 18228, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse .navbar-toggler {
    position: absolute;
    top: 0;
    right: .5rem;
    color: rgba(31, 45, 61, 0.7);
    z-index: 100;
  }
  /* line 18235, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse-fade {
    z-index: 1050;
    height: auto !important;
    opacity: 0;
  }
  /* line 18240, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse-fade.collapsing,
.navbar-expand-sm .navbar-collapse-fade.show {
    animation: show-navbar-collapse .2s ease forwards;
    animation-delay: .15s;
  }
  /* line 18245, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse-fade.collapsing-out {
    opacity: 0;
    transition: opacity .3s linear;
    animation-delay: 0;
    animation: none;
  }
  /* line 18251, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse-overlay {
    position: fixed;
    top: 1rem;
    right: 1rem;
    left: 1rem;
    max-height: calc(100vh - 2rem) !important;
    z-index: 100;
    padding: 1rem 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transform: translateY(-100%);
    opacity: 0;
    transition-property: opacity, transform;
    transform-origin: top center;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
    border-radius: 0.375rem;
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 18271, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse-overlay {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 18276, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse-overlay.show {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.2s ease-in-out;
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 18283, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse-overlay.show {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 18288, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse-overlay .nav-item {
    padding: 0 1.5rem;
  }
}

@media (min-width: 576px) {
  /* line 18293, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-brand img {
    height: 2.75rem;
  }
  /* line 18296, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-brand.dropdown-toggle:after {
    display: none;
  }
  /* line 18299, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0;
  }
  /* line 18304, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-nav .nav-link-icon {
    padding-left: .75rem;
    padding-right: .75rem;
    border-radius: 0;
  }
  /* line 18309, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-nav .nav-link-icon i {
    margin-right: 0;
  }
  /* line 18312, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse .collapse-header {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 18317, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-brand img {
    height: 2.75rem;
  }
  /* line 18320, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-brand.dropdown-toggle:after {
    float: none;
    font-size: 1rem;
    opacity: .6;
  }
  /* line 18325, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-brand.dropdown-toggle:hover:after {
    opacity: 1;
  }
  /* line 18328, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-nav:not(.flex-row) .nav-link {
    padding: .625rem 0;
  }
  /* line 18331, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-nav:not(.flex-row) .dropdown-menu {
    box-shadow: none;
    min-width: auto;
  }
  /* line 18335, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-nav:not(.flex-row) .dropdown-menu .media svg {
    width: 30px;
  }
  /* line 18338, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-nav.flex-row .nav-link {
    padding-left: .675rem;
    padding-right: .675rem;
  }
  /* line 18342, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-nav.flex-row .dropdown {
    position: static;
  }
  /* line 18345, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-nav.flex-row .dropdown-menu {
    width: calc(100% - 30px);
    position: absolute;
    top: 60px;
    left: 15px;
    right: auto;
  }
  /* line 18352, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-nav .dropdown:not(.dropdown-submenu) > .dropdown-menu {
    display: block !important;
  }
  /* line 18355, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse {
    background: #FFF;
  }
  /* line 18358, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: rgba(31, 45, 61, 0.7);
  }
  /* line 18361, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse .navbar-nav .nav-item-spaced {
    margin-bottom: 1.5rem;
  }
  /* line 18364, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item {
    color: rgba(31, 45, 61, 0.8);
  }
  /* line 18367, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse .navbar-toggler {
    position: absolute;
    top: 0;
    right: .5rem;
    color: rgba(31, 45, 61, 0.7);
    z-index: 100;
  }
  /* line 18374, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse-fade {
    z-index: 1050;
    height: auto !important;
    opacity: 0;
  }
  /* line 18379, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse-fade.collapsing,
.navbar-expand-md .navbar-collapse-fade.show {
    animation: show-navbar-collapse .2s ease forwards;
    animation-delay: .15s;
  }
  /* line 18384, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse-fade.collapsing-out {
    opacity: 0;
    transition: opacity .3s linear;
    animation-delay: 0;
    animation: none;
  }
  /* line 18390, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse-overlay {
    position: fixed;
    top: 1rem;
    right: 1rem;
    left: 1rem;
    max-height: calc(100vh - 2rem) !important;
    z-index: 100;
    padding: 1rem 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transform: translateY(-100%);
    opacity: 0;
    transition-property: opacity, transform;
    transform-origin: top center;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
    border-radius: 0.375rem;
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  /* line 18410, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse-overlay {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 18415, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse-overlay.show {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.2s ease-in-out;
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  /* line 18422, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse-overlay.show {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 18427, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse-overlay .nav-item {
    padding: 0 1.5rem;
  }
}

@media (min-width: 768px) {
  /* line 18432, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-brand img {
    height: 2.75rem;
  }
  /* line 18435, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-brand.dropdown-toggle:after {
    display: none;
  }
  /* line 18438, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0;
  }
  /* line 18443, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-nav .nav-link-icon {
    padding-left: .75rem;
    padding-right: .75rem;
    border-radius: 0;
  }
  /* line 18448, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-nav .nav-link-icon i {
    margin-right: 0;
  }
  /* line 18451, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse .collapse-header {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 18456, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-brand img {
    height: 2.75rem;
  }
  /* line 18459, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-brand.dropdown-toggle:after {
    float: none;
    font-size: 1rem;
    opacity: .6;
  }
  /* line 18464, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-brand.dropdown-toggle:hover:after {
    opacity: 1;
  }
  /* line 18467, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-nav:not(.flex-row) .nav-link {
    padding: .625rem 0 .625rem 1rem;
  }
  /* line 18470, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-nav:not(.flex-row) .dropdown-menu {
    box-shadow: none;
    min-width: auto;
  }
  /* line 18474, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-nav:not(.flex-row) .dropdown-menu .media svg {
    width: 30px;
  }
  /* line 18477, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-nav.flex-row .nav-link {
    padding-left: .675rem;
    padding-right: .675rem;
  }
  /* line 18481, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-nav.flex-row .dropdown {
    position: static;
  }
  /* line 18484, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-nav.flex-row .dropdown-menu {
    width: calc(100% - 30px);
    position: absolute;
    top: 60px;
    left: 15px;
    right: auto;
  }
  /* line 18491, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-nav .dropdown:not(.dropdown-submenu) > .dropdown-menu {
    display: block !important;
  }
  /* line 18494, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse {
    background: #FFF;
  }
  /* line 18497, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: rgba(31, 45, 61, 0.7);
  }
  /* line 18500, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item-spaced {
    margin-bottom: 1.5rem;
  }
  /* line 18503, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item {
    color: rgba(31, 45, 61, 0.8);
  }
  /* line 18506, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse .navbar-toggler {
    position: absolute;
    top: 0;
    right: .5rem;
    color: rgba(31, 45, 61, 0.7);
    z-index: 100;
  }
  /* line 18513, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse-fade {
    z-index: 1050;
    height: auto !important;
    opacity: 0;
  }
  /* line 18518, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse-fade.collapsing,
.navbar-expand-lg .navbar-collapse-fade.show {
    animation: show-navbar-collapse .2s ease forwards;
    animation-delay: .15s;
  }
  /* line 18523, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse-fade.collapsing-out {
    opacity: 0;
    transition: opacity .3s linear;
    animation-delay: 0;
    animation: none;
  }
  /* line 18529, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse-overlay {
    position: fixed;
    top: 1rem;
    right: 1rem;
    left: 1rem;
    max-height: calc(100vh - 2rem) !important;
    z-index: 100;
    padding: 1rem 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transform: translateY(-100%);
    opacity: 0;
    transition-property: opacity, transform;
    transform-origin: top center;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
    border-radius: 0.375rem;
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  /* line 18549, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse-overlay {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 18554, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse-overlay.show {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.2s ease-in-out;
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  /* line 18561, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse-overlay.show {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 18566, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse-overlay .nav-item {
    padding: 0 1.5rem;
  }
}

@media (min-width: 992px) {
  /* line 18571, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-brand img {
    height: 2.75rem;
  }
  /* line 18574, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-brand.dropdown-toggle:after {
    display: none;
  }
  /* line 18577, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0;
  }
  /* line 18582, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-nav .nav-link-icon {
    padding-left: .75rem;
    padding-right: .75rem;
    border-radius: 0;
  }
  /* line 18587, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-nav .nav-link-icon i {
    margin-right: 0;
  }
  /* line 18590, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse .collapse-header {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 18595, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-brand img {
    height: 2.75rem;
  }
  /* line 18598, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-brand.dropdown-toggle:after {
    float: none;
    font-size: 1rem;
    opacity: .6;
  }
  /* line 18603, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-brand.dropdown-toggle:hover:after {
    opacity: 1;
  }
  /* line 18606, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-nav:not(.flex-row) .nav-link {
    padding: .625rem 0;
  }
  /* line 18609, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-nav:not(.flex-row) .dropdown-menu {
    box-shadow: none;
    min-width: auto;
  }
  /* line 18613, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-nav:not(.flex-row) .dropdown-menu .media svg {
    width: 30px;
  }
  /* line 18616, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-nav.flex-row .nav-link {
    padding-left: .675rem;
    padding-right: .675rem;
  }
  /* line 18620, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-nav.flex-row .dropdown {
    position: static;
  }
  /* line 18623, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-nav.flex-row .dropdown-menu {
    width: calc(100% - 30px);
    position: absolute;
    top: 60px;
    left: 15px;
    right: auto;
  }
  /* line 18630, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-nav .dropdown:not(.dropdown-submenu) > .dropdown-menu {
    display: block !important;
  }
  /* line 18633, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse {
    background: #FFF;
  }
  /* line 18636, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: rgba(31, 45, 61, 0.7);
  }
  /* line 18639, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse .navbar-nav .nav-item-spaced {
    margin-bottom: 1.5rem;
  }
  /* line 18642, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item {
    color: rgba(31, 45, 61, 0.8);
  }
  /* line 18645, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse .navbar-toggler {
    position: absolute;
    top: 0;
    right: .5rem;
    color: rgba(31, 45, 61, 0.7);
    z-index: 100;
  }
  /* line 18652, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse-fade {
    z-index: 1050;
    height: auto !important;
    opacity: 0;
  }
  /* line 18657, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse-fade.collapsing,
.navbar-expand-xl .navbar-collapse-fade.show {
    animation: show-navbar-collapse .2s ease forwards;
    animation-delay: .15s;
  }
  /* line 18662, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse-fade.collapsing-out {
    opacity: 0;
    transition: opacity .3s linear;
    animation-delay: 0;
    animation: none;
  }
  /* line 18668, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse-overlay {
    position: fixed;
    top: 1rem;
    right: 1rem;
    left: 1rem;
    max-height: calc(100vh - 2rem) !important;
    z-index: 100;
    padding: 1rem 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transform: translateY(-100%);
    opacity: 0;
    transition-property: opacity, transform;
    transform-origin: top center;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
    border-radius: 0.375rem;
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  /* line 18688, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse-overlay {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 18693, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse-overlay.show {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.2s ease-in-out;
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  /* line 18700, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse-overlay.show {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 18705, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse-overlay .nav-item {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1200px) {
  /* line 18710, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-brand img {
    height: 2.75rem;
  }
  /* line 18713, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-brand.dropdown-toggle:after {
    display: none;
  }
  /* line 18716, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0;
  }
  /* line 18721, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-nav .nav-link-icon {
    padding-left: .75rem;
    padding-right: .75rem;
    border-radius: 0;
  }
  /* line 18726, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-nav .nav-link-icon i {
    margin-right: 0;
  }
  /* line 18729, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse .collapse-header {
    display: none;
  }
}

/* line 18733, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-brand img {
  height: 2.75rem;
}

/* line 18736, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-brand.dropdown-toggle:after {
  float: none;
  font-size: 1rem;
  opacity: .6;
}

/* line 18741, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-brand.dropdown-toggle:hover:after {
  opacity: 1;
}

/* line 18744, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-nav:not(.flex-row) .nav-link {
  padding: .625rem 0;
}

/* line 18747, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-nav:not(.flex-row) .dropdown-menu {
  box-shadow: none;
  min-width: auto;
}

/* line 18751, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-nav:not(.flex-row) .dropdown-menu .media svg {
  width: 30px;
}

/* line 18754, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-nav.flex-row .nav-link {
  padding-left: .675rem;
  padding-right: .675rem;
}

/* line 18758, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-nav.flex-row .dropdown {
  position: static;
}

/* line 18761, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-nav.flex-row .dropdown-menu {
  width: calc(100% - 30px);
  position: absolute;
  top: 60px;
  left: 15px;
  right: auto;
}

/* line 18768, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-nav .dropdown:not(.dropdown-submenu) > .dropdown-menu {
  display: block !important;
}

/* line 18771, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse {
  background: #FFF;
}

/* line 18774, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: rgba(31, 45, 61, 0.7);
}

/* line 18777, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse .navbar-nav .nav-item-spaced {
  margin-bottom: 1.5rem;
}

/* line 18780, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse .navbar-nav .dropdown-item {
  color: rgba(31, 45, 61, 0.8);
}

/* line 18783, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse .navbar-toggler {
  position: absolute;
  top: 0;
  right: .5rem;
  color: rgba(31, 45, 61, 0.7);
  z-index: 100;
}

/* line 18790, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse-fade {
  z-index: 1050;
  height: auto !important;
  opacity: 0;
}

/* line 18795, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse-fade.collapsing,
.navbar-expand .navbar-collapse-fade.show {
  animation: show-navbar-collapse .2s ease forwards;
  animation-delay: .15s;
}

/* line 18800, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse-fade.collapsing-out {
  opacity: 0;
  transition: opacity .3s linear;
  animation-delay: 0;
  animation: none;
}

/* line 18806, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse-overlay {
  position: fixed;
  top: 1rem;
  right: 1rem;
  left: 1rem;
  max-height: calc(100vh - 2rem) !important;
  z-index: 100;
  padding: 1rem 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  transform: translateY(-100%);
  opacity: 0;
  transition-property: opacity, transform;
  transform-origin: top center;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
  border-radius: 0.375rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 18825, app/assets/stylesheets/quick-website.scss */
  .navbar-expand .navbar-collapse-overlay {
    transition: none;
  }
}

/* line 18829, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse-overlay.show {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 18835, app/assets/stylesheets/quick-website.scss */
  .navbar-expand .navbar-collapse-overlay.show {
    transition: none;
  }
}

/* line 18839, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse-overlay .nav-item {
  padding: 0 1.5rem;
}

/* line 18842, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-brand img {
  height: 2.75rem;
}

/* line 18845, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-brand.dropdown-toggle:after {
  display: none;
}

/* line 18848, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0;
}

/* line 18853, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-nav .nav-link-icon {
  padding-left: .75rem;
  padding-right: .75rem;
  border-radius: 0;
}

/* line 18858, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-nav .nav-link-icon i {
  margin-right: 0;
}

/* line 18861, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse .collapse-header {
  display: none;
}

/* line 18864, app/assets/stylesheets/quick-website.scss */
.navbar-toggler-icon {
  width: 1.25em;
  height: 1.25em;
}

@keyframes show-navbar-collapse {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* line 18878, app/assets/stylesheets/quick-website.scss */
.pagination {
  margin-bottom: 0;
}

/* line 18881, app/assets/stylesheets/quick-website.scss */
.page-item .page-link,
.page-item > span {
  margin: 0 3px;
  border-radius: 0.2rem;
  text-align: center;
  font-size: 0.875rem;
  box-shadow: 0 0.125rem 0.25rem rgba(31, 45, 61, 0.08);
}

/* line 18889, app/assets/stylesheets/quick-website.scss */
.pagination-circle .page-item .page-link,
.pagination-circle .page-item > span {
  border-radius: 50% !important;
  margin: 0 5px;
  display: block;
  width: 36px;
  height: 36px;
}

/* line 18897, app/assets/stylesheets/quick-website.scss */
.pagination-circle.pagination-lg .page-item .page-link,
.pagination-circle.pagination-lg .page-item > span {
  border-radius: 50% !important;
  margin: 0 5px;
  display: block;
  width: 52px;
  height: 52px;
}

/* line 18905, app/assets/stylesheets/quick-website.scss */
.popover {
  border: 0;
}

/* line 18908, app/assets/stylesheets/quick-website.scss */
.popover-header {
  font-weight: 600;
}

/* line 18911, app/assets/stylesheets/quick-website.scss */
.popover-primary {
  background-color: #e76f51;
}

/* line 18914, app/assets/stylesheets/quick-website.scss */
.popover-primary .popover-header {
  background-color: #e76f51;
  color: #FFF;
}

/* line 18918, app/assets/stylesheets/quick-website.scss */
.popover-primary .popover-body {
  color: #FFF;
}

/* line 18921, app/assets/stylesheets/quick-website.scss */
.popover-primary .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 18924, app/assets/stylesheets/quick-website.scss */
.popover-primary.bs-popover-top .arrow::after,
.popover-primary.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #e76f51;
}

/* line 18928, app/assets/stylesheets/quick-website.scss */
.popover-primary.bs-popover-right .arrow::after,
.popover-primary.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #e76f51;
}

/* line 18932, app/assets/stylesheets/quick-website.scss */
.popover-primary.bs-popover-bottom .arrow::after,
.popover-primary.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #e76f51;
}

/* line 18936, app/assets/stylesheets/quick-website.scss */
.popover-primary.bs-popover-left .arrow::after,
.popover-primary.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #e76f51;
}

/* line 18940, app/assets/stylesheets/quick-website.scss */
.popover-secondary {
  background-color: #EFF2F7;
}

/* line 18943, app/assets/stylesheets/quick-website.scss */
.popover-secondary .popover-header {
  background-color: #EFF2F7;
  color: #273444;
}

/* line 18947, app/assets/stylesheets/quick-website.scss */
.popover-secondary .popover-body {
  color: #273444;
}

/* line 18950, app/assets/stylesheets/quick-website.scss */
.popover-secondary .popover-header {
  border-color: rgba(39, 52, 68, 0.2);
}

/* line 18953, app/assets/stylesheets/quick-website.scss */
.popover-secondary.bs-popover-top .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #EFF2F7;
}

/* line 18957, app/assets/stylesheets/quick-website.scss */
.popover-secondary.bs-popover-right .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #EFF2F7;
}

/* line 18961, app/assets/stylesheets/quick-website.scss */
.popover-secondary.bs-popover-bottom .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #EFF2F7;
}

/* line 18965, app/assets/stylesheets/quick-website.scss */
.popover-secondary.bs-popover-left .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #EFF2F7;
}

/* line 18969, app/assets/stylesheets/quick-website.scss */
.popover-success {
  background-color: #5cc9a7;
}

/* line 18972, app/assets/stylesheets/quick-website.scss */
.popover-success .popover-header {
  background-color: #5cc9a7;
  color: #FFF;
}

/* line 18976, app/assets/stylesheets/quick-website.scss */
.popover-success .popover-body {
  color: #FFF;
}

/* line 18979, app/assets/stylesheets/quick-website.scss */
.popover-success .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 18982, app/assets/stylesheets/quick-website.scss */
.popover-success.bs-popover-top .arrow::after,
.popover-success.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #5cc9a7;
}

/* line 18986, app/assets/stylesheets/quick-website.scss */
.popover-success.bs-popover-right .arrow::after,
.popover-success.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #5cc9a7;
}

/* line 18990, app/assets/stylesheets/quick-website.scss */
.popover-success.bs-popover-bottom .arrow::after,
.popover-success.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #5cc9a7;
}

/* line 18994, app/assets/stylesheets/quick-website.scss */
.popover-success.bs-popover-left .arrow::after,
.popover-success.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #5cc9a7;
}

/* line 18998, app/assets/stylesheets/quick-website.scss */
.popover-info {
  background-color: #50b5ff;
}

/* line 19001, app/assets/stylesheets/quick-website.scss */
.popover-info .popover-header {
  background-color: #50b5ff;
  color: #FFF;
}

/* line 19005, app/assets/stylesheets/quick-website.scss */
.popover-info .popover-body {
  color: #FFF;
}

/* line 19008, app/assets/stylesheets/quick-website.scss */
.popover-info .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 19011, app/assets/stylesheets/quick-website.scss */
.popover-info.bs-popover-top .arrow::after,
.popover-info.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #50b5ff;
}

/* line 19015, app/assets/stylesheets/quick-website.scss */
.popover-info.bs-popover-right .arrow::after,
.popover-info.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #50b5ff;
}

/* line 19019, app/assets/stylesheets/quick-website.scss */
.popover-info.bs-popover-bottom .arrow::after,
.popover-info.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #50b5ff;
}

/* line 19023, app/assets/stylesheets/quick-website.scss */
.popover-info.bs-popover-left .arrow::after,
.popover-info.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #50b5ff;
}

/* line 19027, app/assets/stylesheets/quick-website.scss */
.popover-warning {
  background-color: #FFBE3D;
}

/* line 19030, app/assets/stylesheets/quick-website.scss */
.popover-warning .popover-header {
  background-color: #FFBE3D;
  color: #FFF;
}

/* line 19034, app/assets/stylesheets/quick-website.scss */
.popover-warning .popover-body {
  color: #FFF;
}

/* line 19037, app/assets/stylesheets/quick-website.scss */
.popover-warning .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 19040, app/assets/stylesheets/quick-website.scss */
.popover-warning.bs-popover-top .arrow::after,
.popover-warning.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #FFBE3D;
}

/* line 19044, app/assets/stylesheets/quick-website.scss */
.popover-warning.bs-popover-right .arrow::after,
.popover-warning.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #FFBE3D;
}

/* line 19048, app/assets/stylesheets/quick-website.scss */
.popover-warning.bs-popover-bottom .arrow::after,
.popover-warning.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #FFBE3D;
}

/* line 19052, app/assets/stylesheets/quick-website.scss */
.popover-warning.bs-popover-left .arrow::after,
.popover-warning.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #FFBE3D;
}

/* line 19056, app/assets/stylesheets/quick-website.scss */
.popover-danger {
  background-color: #f25767;
}

/* line 19059, app/assets/stylesheets/quick-website.scss */
.popover-danger .popover-header {
  background-color: #f25767;
  color: #FFF;
}

/* line 19063, app/assets/stylesheets/quick-website.scss */
.popover-danger .popover-body {
  color: #FFF;
}

/* line 19066, app/assets/stylesheets/quick-website.scss */
.popover-danger .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 19069, app/assets/stylesheets/quick-website.scss */
.popover-danger.bs-popover-top .arrow::after,
.popover-danger.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #f25767;
}

/* line 19073, app/assets/stylesheets/quick-website.scss */
.popover-danger.bs-popover-right .arrow::after,
.popover-danger.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #f25767;
}

/* line 19077, app/assets/stylesheets/quick-website.scss */
.popover-danger.bs-popover-bottom .arrow::after,
.popover-danger.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #f25767;
}

/* line 19081, app/assets/stylesheets/quick-website.scss */
.popover-danger.bs-popover-left .arrow::after,
.popover-danger.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #f25767;
}

/* line 19085, app/assets/stylesheets/quick-website.scss */
.popover-light {
  background-color: #EFF2F7;
}

/* line 19088, app/assets/stylesheets/quick-website.scss */
.popover-light .popover-header {
  background-color: #EFF2F7;
  color: #273444;
}

/* line 19092, app/assets/stylesheets/quick-website.scss */
.popover-light .popover-body {
  color: #273444;
}

/* line 19095, app/assets/stylesheets/quick-website.scss */
.popover-light .popover-header {
  border-color: rgba(39, 52, 68, 0.2);
}

/* line 19098, app/assets/stylesheets/quick-website.scss */
.popover-light.bs-popover-top .arrow::after,
.popover-light.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #EFF2F7;
}

/* line 19102, app/assets/stylesheets/quick-website.scss */
.popover-light.bs-popover-right .arrow::after,
.popover-light.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #EFF2F7;
}

/* line 19106, app/assets/stylesheets/quick-website.scss */
.popover-light.bs-popover-bottom .arrow::after,
.popover-light.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #EFF2F7;
}

/* line 19110, app/assets/stylesheets/quick-website.scss */
.popover-light.bs-popover-left .arrow::after,
.popover-light.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #EFF2F7;
}

/* line 19114, app/assets/stylesheets/quick-website.scss */
.popover-dark {
  background-color: #171347;
}

/* line 19117, app/assets/stylesheets/quick-website.scss */
.popover-dark .popover-header {
  background-color: #171347;
  color: #FFF;
}

/* line 19121, app/assets/stylesheets/quick-website.scss */
.popover-dark .popover-body {
  color: #FFF;
}

/* line 19124, app/assets/stylesheets/quick-website.scss */
.popover-dark .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 19127, app/assets/stylesheets/quick-website.scss */
.popover-dark.bs-popover-top .arrow::after,
.popover-dark.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #171347;
}

/* line 19131, app/assets/stylesheets/quick-website.scss */
.popover-dark.bs-popover-right .arrow::after,
.popover-dark.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #171347;
}

/* line 19135, app/assets/stylesheets/quick-website.scss */
.popover-dark.bs-popover-bottom .arrow::after,
.popover-dark.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #171347;
}

/* line 19139, app/assets/stylesheets/quick-website.scss */
.popover-dark.bs-popover-left .arrow::after,
.popover-dark.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #171347;
}

/* line 19143, app/assets/stylesheets/quick-website.scss */
.popover-neutral {
  background-color: #FFF;
}

/* line 19146, app/assets/stylesheets/quick-website.scss */
.popover-neutral .popover-header {
  background-color: #FFF;
  color: #273444;
}

/* line 19150, app/assets/stylesheets/quick-website.scss */
.popover-neutral .popover-body {
  color: #273444;
}

/* line 19153, app/assets/stylesheets/quick-website.scss */
.popover-neutral .popover-header {
  border-color: rgba(39, 52, 68, 0.2);
}

/* line 19156, app/assets/stylesheets/quick-website.scss */
.popover-neutral.bs-popover-top .arrow::after,
.popover-neutral.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #FFF;
}

/* line 19160, app/assets/stylesheets/quick-website.scss */
.popover-neutral.bs-popover-right .arrow::after,
.popover-neutral.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #FFF;
}

/* line 19164, app/assets/stylesheets/quick-website.scss */
.popover-neutral.bs-popover-bottom .arrow::after,
.popover-neutral.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #FFF;
}

/* line 19168, app/assets/stylesheets/quick-website.scss */
.popover-neutral.bs-popover-left .arrow::after,
.popover-neutral.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #FFF;
}

/* line 19172, app/assets/stylesheets/quick-website.scss */
.popover-white {
  background-color: #FFF;
}

/* line 19175, app/assets/stylesheets/quick-website.scss */
.popover-white .popover-header {
  background-color: #FFF;
  color: #273444;
}

/* line 19179, app/assets/stylesheets/quick-website.scss */
.popover-white .popover-body {
  color: #273444;
}

/* line 19182, app/assets/stylesheets/quick-website.scss */
.popover-white .popover-header {
  border-color: rgba(39, 52, 68, 0.2);
}

/* line 19185, app/assets/stylesheets/quick-website.scss */
.popover-white.bs-popover-top .arrow::after,
.popover-white.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #FFF;
}

/* line 19189, app/assets/stylesheets/quick-website.scss */
.popover-white.bs-popover-right .arrow::after,
.popover-white.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #FFF;
}

/* line 19193, app/assets/stylesheets/quick-website.scss */
.popover-white.bs-popover-bottom .arrow::after,
.popover-white.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #FFF;
}

/* line 19197, app/assets/stylesheets/quick-website.scss */
.popover-white.bs-popover-left .arrow::after,
.popover-white.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #FFF;
}

/* line 19201, app/assets/stylesheets/quick-website.scss */
.progress-wrapper {
  position: relative;
  padding-top: 1.5rem;
}

/* line 19205, app/assets/stylesheets/quick-website.scss */
.progress-wrapper .progress {
  margin-bottom: 1rem;
}

/* line 19208, app/assets/stylesheets/quick-website.scss */
.progress-inverse {
  background-color: inverse(#EFF2F7);
}

/* line 19211, app/assets/stylesheets/quick-website.scss */
.progress-heading {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0 0 2px;
  padding: 0;
}

/* line 19217, app/assets/stylesheets/quick-website.scss */
.progress-text {
  margin-bottom: 0;
}

/* line 19220, app/assets/stylesheets/quick-website.scss */
.progress-lg {
  height: 1rem;
}

/* line 19223, app/assets/stylesheets/quick-website.scss */
.progress-md {
  height: .75rem;
}

/* line 19226, app/assets/stylesheets/quick-website.scss */
.progress-sm {
  height: .375rem;
}

/* line 19229, app/assets/stylesheets/quick-website.scss */
.progress-xs {
  height: .125rem;
}

/* line 19232, app/assets/stylesheets/quick-website.scss */
.progress-group {
  position: relative;
}

/* line 19235, app/assets/stylesheets/quick-website.scss */
.progress-prepend-icon {
  position: absolute;
  transform: translateY(-50%);
  font-size: 20px;
  top: 50%;
}

/* line 19241, app/assets/stylesheets/quick-website.scss */
.progress-prepend-icon:not(:first-child) {
  right: -17px;
}

/* line 19244, app/assets/stylesheets/quick-website.scss */
.progress-prepend-icon:not(:last-child) {
  left: -17px;
}

/* line 19247, app/assets/stylesheets/quick-website.scss */
.progress-tooltip {
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  padding: .25rem .375rem;
  line-height: 1;
  font-size: 0.7rem;
  position: relative;
  bottom: 8px;
  border-radius: 3px;
  margin-left: -15px;
}

/* line 19259, app/assets/stylesheets/quick-website.scss */
.progress-tooltip:after {
  top: 100%;
  left: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(51, 51, 51, 0);
  border-top-color: rgba(0, 0, 0, 0.8);
  border-width: 5px;
}

/* line 19272, app/assets/stylesheets/quick-website.scss */
.progress-label {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #152c5b;
}

/* line 19279, app/assets/stylesheets/quick-website.scss */
.progress-percentage {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 19285, app/assets/stylesheets/quick-website.scss */
.static-rating {
  display: inline-block;
}

/* line 19288, app/assets/stylesheets/quick-website.scss */
.static-rating .star {
  color: #CBD5E0;
}

/* line 19291, app/assets/stylesheets/quick-website.scss */
.static-rating .voted {
  color: #ffc431;
}

/* line 19294, app/assets/stylesheets/quick-website.scss */
.static-rating-sm .star {
  font-size: 0.75rem;
}

/* line 19297, app/assets/stylesheets/quick-website.scss */
.rating {
  display: inline-block;
}

/* line 19300, app/assets/stylesheets/quick-website.scss */
.rating .star {
  font-family: "Font Awesome 5 Solid";
  font-weight: normal;
  font-style: normal;
  float: left;
  padding: 0 1px;
  cursor: pointer;
}

/* line 19308, app/assets/stylesheets/quick-website.scss */
.rating .star:before {
  content: "\f005";
  display: block;
  font-size: 14px;
  color: #CBD5E0;
  transition: all .2s linear;
}

/* line 19315, app/assets/stylesheets/quick-website.scss */
.rating:hover .star:before {
  color: #CBD5E0;
}

/* line 19318, app/assets/stylesheets/quick-website.scss */
.rating:hover .over:before {
  color: #ffc431;
}

/* line 19321, app/assets/stylesheets/quick-website.scss */
.rating .voted:before {
  color: #ffc431;
}

/* line 19324, app/assets/stylesheets/quick-website.scss */
.rating-lg .star:before {
  font-size: 18px;
}

/* line 19327, app/assets/stylesheets/quick-website.scss */
.rating-xl .star:before {
  font-size: 24px;
}

/* line 19330, app/assets/stylesheets/quick-website.scss */
.ribbon {
  position: absolute;
  top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: .75rem;
  font-weight: 600;
  z-index: 10;
}

/* line 19342, app/assets/stylesheets/quick-website.scss */
.ribbon-left {
  left: 1rem;
}

/* line 19345, app/assets/stylesheets/quick-website.scss */
.ribbon-right {
  right: 1rem;
}

/* line 19348, app/assets/stylesheets/quick-website.scss */
.ribbon-primary {
  color: #FFF;
  background-color: #33a1ff;
}

/* line 19352, app/assets/stylesheets/quick-website.scss */
.ribbon-secondary {
  color: #273444;
  background-color: white;
}

/* line 19356, app/assets/stylesheets/quick-website.scss */
.ribbon-success {
  color: #FFF;
  background-color: #82d6bc;
}

/* line 19360, app/assets/stylesheets/quick-website.scss */
.ribbon-info {
  color: #FFF;
  background-color: #83cbff;
}

/* line 19364, app/assets/stylesheets/quick-website.scss */
.ribbon-warning {
  color: #FFF;
  background-color: #ffcf70;
}

/* line 19368, app/assets/stylesheets/quick-website.scss */
.ribbon-danger {
  color: #FFF;
  background-color: #f68692;
}

/* line 19372, app/assets/stylesheets/quick-website.scss */
.ribbon-light {
  color: #273444;
  background-color: white;
}

/* line 19376, app/assets/stylesheets/quick-website.scss */
.ribbon-dark {
  color: #FFF;
  background-color: #241e6f;
}

/* line 19380, app/assets/stylesheets/quick-website.scss */
.ribbon-neutral {
  color: #273444;
  background-color: white;
}

/* line 19384, app/assets/stylesheets/quick-website.scss */
.ribbon-white {
  color: #273444;
  background-color: white;
}

/* line 19388, app/assets/stylesheets/quick-website.scss */
.sidebar-sticky.is_stuck {
  padding-top: 1.5rem;
}

/* line 19391, app/assets/stylesheets/quick-website.scss */
.table thead th {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
  text-transform: none;
  letter-spacing: 0;
  background-color: transparent;
  border-bottom-width: 1px;
}

/* line 19400, app/assets/stylesheets/quick-website.scss */
.table th {
  font-weight: 600;
}

/* line 19403, app/assets/stylesheets/quick-website.scss */
.table td .progress {
  height: 3px;
  width: 120px;
  margin: 0;
}

/* line 19408, app/assets/stylesheets/quick-website.scss */
.table td,
.table th {
  font-size: 0.8125rem;
  white-space: nowrap;
}

/* line 19413, app/assets/stylesheets/quick-website.scss */
.table.align-items-center td,
.table.align-items-center th {
  vertical-align: middle;
}

/* line 19417, app/assets/stylesheets/quick-website.scss */
.table.table-dark thead th,
.table .thead-dark th {
  background-color: #1c1757;
  color: #4b40cc;
}

/* line 19422, app/assets/stylesheets/quick-website.scss */
.table.table-dark thead th a,
.table .thead-dark th a {
  color: #4b40cc;
}

/* line 19426, app/assets/stylesheets/quick-website.scss */
.table .thead-light th {
  background-color: transparent;
  color: #4A5568;
}

/* line 19430, app/assets/stylesheets/quick-website.scss */
.table .thead-light th a {
  color: #4A5568;
}

/* line 19433, app/assets/stylesheets/quick-website.scss */
.table-hover tr {
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 19437, app/assets/stylesheets/quick-website.scss */
  .table-hover tr {
    transition: none;
  }
}

/* line 19441, app/assets/stylesheets/quick-website.scss */
.table-flush td,
.table-flush th {
  border-left: 0;
  border-right: 0;
}

/* line 19446, app/assets/stylesheets/quick-website.scss */
.table-flush tbody tr:first-child td,
.table-flush tbody tr:first-child th {
  border-top: 0;
}

/* line 19450, app/assets/stylesheets/quick-website.scss */
.table-flush tbody tr:last-child td,
.table-flush tbody tr:last-child th {
  border-bottom: 0;
}

/* line 19454, app/assets/stylesheets/quick-website.scss */
.card .table {
  margin-bottom: 0;
}

/* line 19457, app/assets/stylesheets/quick-website.scss */
.card .table td,
.card .table th {
  padding-left: .75rem;
  padding-right: .75rem;
}

/* line 19462, app/assets/stylesheets/quick-website.scss */
.table .custom-toggle {
  display: block;
}

/* line 19465, app/assets/stylesheets/quick-website.scss */
.table-flush th,
.table-flush td {
  border-left: 0;
  border-right: 0;
}

/* line 19470, app/assets/stylesheets/quick-website.scss */
.table-flush tr:first-child th,
.table-flush tr:first-child td {
  border-top: 0;
}

/* line 19474, app/assets/stylesheets/quick-website.scss */
.table-flush tr:last-child th,
.table-flush tr:last-child td {
  border-bottom: 0;
}

/* line 19478, app/assets/stylesheets/quick-website.scss */
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-weight: 600;
}

/* line 19486, app/assets/stylesheets/quick-website.scss */
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-weight: 600;
}

/* line 19494, app/assets/stylesheets/quick-website.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: #152c5b;
}

/* line 19508, app/assets/stylesheets/quick-website.scss */
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  color: #e76f51;
}

/* line 19522, app/assets/stylesheets/quick-website.scss */
a {
  outline: none;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 19527, app/assets/stylesheets/quick-website.scss */
  a {
    transition: none;
  }
}

/* line 19531, app/assets/stylesheets/quick-website.scss */
.surtitle {
  color: #718096;
  font-size: 0.675rem;
  font-weight: 400;
  text-transform: uppercase;
}

/* line 19537, app/assets/stylesheets/quick-website.scss */
.fluid-paragraph {
  width: 680px;
  margin: auto;
  padding: 0 1.5rem;
  position: relative;
}

/* line 19543, app/assets/stylesheets/quick-website.scss */
.fluid-paragraph-sm {
  width: 580px;
}

@media (max-width: 767.98px) {
  /* line 19547, app/assets/stylesheets/quick-website.scss */
  .fluid-paragraph {
    width: 100%;
  }
}

/* line 19551, app/assets/stylesheets/quick-website.scss */
.text-highlight-primary {
  background-image: linear-gradient(transparent 66%, rgba(0, 138, 255, 0.15) 34%);
  background-repeat: repeat-x;
}

/* line 19555, app/assets/stylesheets/quick-website.scss */
.text-highlight-secondary {
  background-image: linear-gradient(transparent 66%, rgba(239, 242, 247, 0.15) 34%);
  background-repeat: repeat-x;
}

/* line 19559, app/assets/stylesheets/quick-website.scss */
.text-highlight-success {
  background-image: linear-gradient(transparent 66%, rgba(92, 201, 167, 0.15) 34%);
  background-repeat: repeat-x;
}

/* line 19563, app/assets/stylesheets/quick-website.scss */
.text-highlight-info {
  background-image: linear-gradient(transparent 66%, rgba(80, 181, 255, 0.15) 34%);
  background-repeat: repeat-x;
}

/* line 19567, app/assets/stylesheets/quick-website.scss */
.text-highlight-warning {
  background-image: linear-gradient(transparent 66%, rgba(255, 190, 61, 0.15) 34%);
  background-repeat: repeat-x;
}

/* line 19571, app/assets/stylesheets/quick-website.scss */
.text-highlight-danger {
  background-image: linear-gradient(transparent 66%, rgba(242, 87, 103, 0.15) 34%);
  background-repeat: repeat-x;
}

/* line 19575, app/assets/stylesheets/quick-website.scss */
.text-highlight-light {
  background-image: linear-gradient(transparent 66%, rgba(239, 242, 247, 0.15) 34%);
  background-repeat: repeat-x;
}

/* line 19579, app/assets/stylesheets/quick-website.scss */
.text-highlight-dark {
  background-image: linear-gradient(transparent 66%, rgba(23, 19, 71, 0.15) 34%);
  background-repeat: repeat-x;
}

/* line 19583, app/assets/stylesheets/quick-website.scss */
.text-highlight-neutral {
  background-image: linear-gradient(transparent 66%, rgba(255, 255, 255, 0.15) 34%);
  background-repeat: repeat-x;
}

/* line 19587, app/assets/stylesheets/quick-website.scss */
.text-highlight-white {
  background-image: linear-gradient(transparent 66%, rgba(255, 255, 255, 0.15) 34%);
  background-repeat: repeat-x;
}

/* line 19591, app/assets/stylesheets/quick-website.scss */
.link {
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 19595, app/assets/stylesheets/quick-website.scss */
  .link {
    transition: none;
  }
}

/* line 19599, app/assets/stylesheets/quick-website.scss */
[class*="link-underline-"] {
  padding-bottom: 8px;
  position: relative;
}

/* line 19603, app/assets/stylesheets/quick-website.scss */
[class*="link-underline-"]:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 50rem;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25);
}

@media (prefers-reduced-motion: reduce) {
  /* line 19614, app/assets/stylesheets/quick-website.scss */
  [class*="link-underline-"]:after {
    transition: none;
  }
}

/* line 19618, app/assets/stylesheets/quick-website.scss */
[class*="link-underline-"]:hover:after {
  width: calc(100% + 8px);
  left: -4px;
}

/* line 19622, app/assets/stylesheets/quick-website.scss */
.link-underline-primary {
  color: #e76f51;
}

/* line 19625, app/assets/stylesheets/quick-website.scss */
.link-underline-primary:after {
  background-color: #e76f51;
}

/* line 19628, app/assets/stylesheets/quick-website.scss */
.link-underline-primary:hover {
  color: #006ecc;
}

/* line 19631, app/assets/stylesheets/quick-website.scss */
.link-underline-secondary {
  color: #EFF2F7;
}

/* line 19634, app/assets/stylesheets/quick-website.scss */
.link-underline-secondary:after {
  background-color: #EFF2F7;
}

/* line 19637, app/assets/stylesheets/quick-website.scss */
.link-underline-secondary:hover {
  color: #cdd6e6;
}

/* line 19640, app/assets/stylesheets/quick-website.scss */
.link-underline-success {
  color: #5cc9a7;
}

/* line 19643, app/assets/stylesheets/quick-website.scss */
.link-underline-success:after {
  background-color: #5cc9a7;
}

/* line 19646, app/assets/stylesheets/quick-website.scss */
.link-underline-success:hover {
  color: #3cb690;
}

/* line 19649, app/assets/stylesheets/quick-website.scss */
.link-underline-info {
  color: #50b5ff;
}

/* line 19652, app/assets/stylesheets/quick-website.scss */
.link-underline-info:after {
  background-color: #50b5ff;
}

/* line 19655, app/assets/stylesheets/quick-website.scss */
.link-underline-info:hover {
  color: #1d9fff;
}

/* line 19658, app/assets/stylesheets/quick-website.scss */
.link-underline-warning {
  color: #FFBE3D;
}

/* line 19661, app/assets/stylesheets/quick-website.scss */
.link-underline-warning:after {
  background-color: #FFBE3D;
}

/* line 19664, app/assets/stylesheets/quick-website.scss */
.link-underline-warning:hover {
  color: #ffad0a;
}

/* line 19667, app/assets/stylesheets/quick-website.scss */
.link-underline-danger {
  color: #f25767;
}

/* line 19670, app/assets/stylesheets/quick-website.scss */
.link-underline-danger:after {
  background-color: #f25767;
}

/* line 19673, app/assets/stylesheets/quick-website.scss */
.link-underline-danger:hover {
  color: #ee283c;
}

/* line 19676, app/assets/stylesheets/quick-website.scss */
.link-underline-light {
  color: #EFF2F7;
}

/* line 19679, app/assets/stylesheets/quick-website.scss */
.link-underline-light:after {
  background-color: #EFF2F7;
}

/* line 19682, app/assets/stylesheets/quick-website.scss */
.link-underline-light:hover {
  color: #cdd6e6;
}

/* line 19685, app/assets/stylesheets/quick-website.scss */
.link-underline-dark {
  color: #171347;
}

/* line 19688, app/assets/stylesheets/quick-website.scss */
.link-underline-dark:after {
  background-color: #171347;
}

/* line 19691, app/assets/stylesheets/quick-website.scss */
.link-underline-dark:hover {
  color: #0a081f;
}

/* line 19694, app/assets/stylesheets/quick-website.scss */
.link-underline-neutral {
  color: #FFF;
}

/* line 19697, app/assets/stylesheets/quick-website.scss */
.link-underline-neutral:after {
  background-color: #FFF;
}

/* line 19700, app/assets/stylesheets/quick-website.scss */
.link-underline-neutral:hover {
  color: #e6e6e6;
}

/* line 19703, app/assets/stylesheets/quick-website.scss */
.link-underline-white {
  color: #FFF;
}

/* line 19706, app/assets/stylesheets/quick-website.scss */
.link-underline-white:after {
  background-color: #FFF;
}

/* line 19709, app/assets/stylesheets/quick-website.scss */
.link-underline-white:hover {
  color: #e6e6e6;
}

/* line 19712, app/assets/stylesheets/quick-website.scss */
.blockquote .quote {
  position: absolute;
}

/* line 19715, app/assets/stylesheets/quick-website.scss */
.blockquote .quote:before {
  font-family: Arial;
  content: "\201C";
  color: #e76f51;
  font-size: 4em;
  line-height: 1;
}

/* line 19722, app/assets/stylesheets/quick-website.scss */
.blockquote .quote + .quote-text {
  padding-left: 2.25rem;
}

/* line 19725, app/assets/stylesheets/quick-website.scss */
.blockquote footer {
  background: transparent;
}

/* line 19728, app/assets/stylesheets/quick-website.scss */
.blockquote-border-left {
  border-left: 0.5rem solid #e76f51;
}

/* line 19731, app/assets/stylesheets/quick-website.scss */
.blockquote-card {
  padding: 1.2em 30px 1.2em 75px;
  border-left: 0.5rem solid #e76f51;
  position: relative;
}

/* line 19736, app/assets/stylesheets/quick-website.scss */
.blockquote-card:before {
  font-family: Arial;
  content: "\201C";
  color: #e76f51;
  font-size: 4em;
  position: absolute;
  left: .875rem;
  top: -.875rem;
}

/* line 19745, app/assets/stylesheets/quick-website.scss */
.blockquote-card:after {
  content: '';
}

/* line 19748, app/assets/stylesheets/quick-website.scss */
.list-icons li i,
.list-icons li svg {
  margin-right: 1rem;
  font-size: 8px;
  transform: translateY(-50%);
  top: 2px;
  position: relative;
}

/* line 19756, app/assets/stylesheets/quick-website.scss */
article h4:not(:first-child),
article h5:not(:first-child) {
  margin-top: 3rem;
}

/* line 19760, app/assets/stylesheets/quick-website.scss */
article h4,
article h5 {
  margin-bottom: 1.5rem;
}

/* line 19764, app/assets/stylesheets/quick-website.scss */
article figure {
  margin: 3rem 0;
}

/* line 19767, app/assets/stylesheets/quick-website.scss */
article figure + h5 {
  margin-top: 0 !important;
}

/* line 19770, app/assets/stylesheets/quick-website.scss */
article h5 + figure {
  margin-top: 0;
}

/* line 19773, app/assets/stylesheets/quick-website.scss */
article p {
  line-height: 1.9;
}

/* line 19776, app/assets/stylesheets/quick-website.scss */
.feather {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentcolor;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* line 19785, app/assets/stylesheets/quick-website.scss */
.customizer {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  width: 300px;
  height: 60px;
  z-index: 200;
}

/* line 19793, app/assets/stylesheets/quick-website.scss */
.customizer .btn-skins {
  background: #6e00ff;
  background: linear-gradient(135deg, #6e00ff 0%, #00b8d9 18%, #00b8d9 18%, #36b37e 37%, #ff5630 50%, #ff5630 65%, #ffab00 83%, #ffab00 100%);
}

/* line 19797, app/assets/stylesheets/quick-website.scss */
.card-translucent-dark {
  background: rgba(255, 255, 255, 0.2);
}

/* line 19800, app/assets/stylesheets/quick-website.scss */
.card-translucent-light {
  background: rgba(0, 0, 0, 0.2);
}

/* line 19803, app/assets/stylesheets/quick-website.scss */
.card-comment-box {
  width: 100%;
}

/* line 19806, app/assets/stylesheets/quick-website.scss */
.card-comment-box input,
.card-comment-box textarea {
  font-size: 0.875rem;
  border: 0;
  box-shadow: none;
  background: transparent;
  padding: .3125rem 0;
  margin: 0;
  color: #2D3748;
  outline: none;
  resize: none;
}

/* line 19818, app/assets/stylesheets/quick-website.scss */
.card-comment-box input:focus,
.card-comment-box textarea:focus {
  background: transparent;
  box-shadow: none;
}

/* line 19823, app/assets/stylesheets/quick-website.scss */
.card-serial-number {
  display: flex;
  justify-content: space-between;
}

/* line 19827, app/assets/stylesheets/quick-website.scss */
.card-serial-number > div:not(:last-child) {
  display: flex;
  flex: 1 1 auto;
}

/* line 19831, app/assets/stylesheets/quick-website.scss */
.card-serial-number > div:not(:last-child):after {
  content: "-";
  flex: 1 1 auto;
  text-align: center;
  position: relative;
  left: -2px;
}

@media (max-width: 575.98px) {
  /* line 19839, app/assets/stylesheets/quick-website.scss */
  .card-serial-number {
    font-size: 1.25rem;
  }
}

/* line 19843, app/assets/stylesheets/quick-website.scss */
.card-profile .card-profile-image {
  width: 7rem;
  height: 7rem;
  border: 0.1875rem solid #FFF;
  transform: translateY(-50%);
}

/* line 19849, app/assets/stylesheets/quick-website.scss */
.card-profile .card-profile-image:hover {
  transform: scale(1.1) translateY(-50%);
}

/* line 19852, app/assets/stylesheets/quick-website.scss */
.card-profile .card-body {
  position: relative;
  z-index: 2;
  margin-top: -3.5rem;
}

/* line 19857, app/assets/stylesheets/quick-website.scss */
.card-profile-cover {
  max-height: 300px;
  overflow: hidden;
}

/* line 19862, app/assets/stylesheets/quick-website.scss */
.accordion .card {
  margin-bottom: 0;
}

/* line 19865, app/assets/stylesheets/quick-website.scss */
.accordion .card-header {
  position: relative;
  cursor: pointer;
}

/* line 19869, app/assets/stylesheets/quick-website.scss */
.accordion .card-header:after {
  content: '+';
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}

/* line 19878, app/assets/stylesheets/quick-website.scss */
.accordion .card-header[aria-expanded="false"]:after {
  content: '+';
}

/* line 19881, app/assets/stylesheets/quick-website.scss */
.accordion .card-header[aria-expanded="true"]:after {
  content: '-';
}

/* line 19884, app/assets/stylesheets/quick-website.scss */
.accordion .card-header[aria-expanded="true"] .heading {
  color: #e76f51;
}

/* line 19887, app/assets/stylesheets/quick-website.scss */
.accordion-spaced .card {
  margin-bottom: 1.5rem;
  border-radius: 0.75rem !important;
}

/* line 19891, app/assets/stylesheets/quick-website.scss */
.client img {
  width: 100%;
  max-width: 6rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* line 19898, app/assets/stylesheets/quick-website.scss */
.collage {
  height: 600px;
}

/* line 19901, app/assets/stylesheets/quick-website.scss */
.collage .bg-img-holder {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* line 19907, app/assets/stylesheets/quick-website.scss */
.collage .collage-bg {
  z-index: 3;
}

/* line 19910, app/assets/stylesheets/quick-website.scss */
.collage .collage-back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 19916, app/assets/stylesheets/quick-website.scss */
.collage .collage-back img {
  max-width: 100%;
}

/* line 19919, app/assets/stylesheets/quick-website.scss */
.collage .collage-front {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/* line 19925, app/assets/stylesheets/quick-website.scss */
.collage .collage-front img {
  max-height: 100%;
}

@media (max-width: 991.98px) {
  /* line 19929, app/assets/stylesheets/quick-website.scss */
  .collage .collage-front {
    height: 100% !important;
  }
}

/* line 19933, app/assets/stylesheets/quick-website.scss */
.divider {
  position: relative;
  border: 0;
  width: 100%;
}

/* line 19938, app/assets/stylesheets/quick-website.scss */
.divider-md {
  width: 60%;
}

/* line 19941, app/assets/stylesheets/quick-website.scss */
.divider-sm {
  width: 40%;
}

/* line 19944, app/assets/stylesheets/quick-website.scss */
.divider-icon {
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='none' stroke='%23d1dbe7' stroke-width='1' cx='10' cy='10' r='7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* line 19950, app/assets/stylesheets/quick-website.scss */
.divider-icon:before,
.divider-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - (50px / 2));
  width: 100%;
  border-bottom: 1px solid #d1dbe7;
}

/* line 19959, app/assets/stylesheets/quick-website.scss */
.divider-icon:before {
  right: calc(50% + (50px / 2));
}

/* line 19962, app/assets/stylesheets/quick-website.scss */
.divider-icon:after {
  left: calc(50% + (50px / 2));
}

/* line 19965, app/assets/stylesheets/quick-website.scss */
.divider-icon-fade:before,
.divider-icon-fade:after {
  border: 0;
  height: 1px;
}

/* line 19970, app/assets/stylesheets/quick-website.scss */
.divider-icon-fade:before {
  background: radial-gradient(ellipse at right, #d1dbe7 0, rgba(255, 255, 255, 0) 75%);
}

/* line 19973, app/assets/stylesheets/quick-website.scss */
.divider-icon-fade:after {
  background: radial-gradient(ellipse at left, #d1dbe7 0, rgba(255, 255, 255, 0) 75%);
}

/* line 19976, app/assets/stylesheets/quick-website.scss */
.divider-fade:before {
  content: '';
  display: block;
  width: 80%;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: radial-gradient(ellipse at center, #d1dbe7 0, rgba(255, 255, 255, 0) 75%);
}

/* line 19987, app/assets/stylesheets/quick-website.scss */
.divider-fade.divider-dark:before {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.2) 0, rgba(31, 45, 61, 0) 75%);
}

/* line 19990, app/assets/stylesheets/quick-website.scss */
.divider-vertical {
  width: 1px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #d1dbe7;
}

/* line 19997, app/assets/stylesheets/quick-website.scss */
.divider-vertical-fade {
  border: 0;
  background: radial-gradient(ellipse at center, #d1dbe7 0, rgba(255, 255, 255, 0) 75%);
}

/* line 20001, app/assets/stylesheets/quick-website.scss */
.list-group-emphasized .list-group-item {
  transform: scale(1);
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20006, app/assets/stylesheets/quick-website.scss */
  .list-group-emphasized .list-group-item {
    transition: none;
  }
}

/* line 20010, app/assets/stylesheets/quick-website.scss */
.list-group-emphasized .list-group-item.active {
  z-index: 11;
  transform: scale(1.05);
  background-color: #FAFBFE;
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
  border-radius: 0.5rem;
}

/* line 20017, app/assets/stylesheets/quick-website.scss */
.list-group-emphasized .list-group-item.active .media a {
  color: #e76f51;
}

/* line 20020, app/assets/stylesheets/quick-website.scss */
.media-comment + .media-comment {
  margin-top: 1.25rem;
}

/* line 20023, app/assets/stylesheets/quick-website.scss */
.media-comment-bubble {
  border-radius: 20px;
  border-top-left-radius: 0;
  position: relative;
  background-color: #f2f2f2;
  padding: 1rem 1.25rem;
}

/* line 20030, app/assets/stylesheets/quick-website.scss */
.media-comment-bubble.left-top:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -16px;
  right: auto;
  top: 0px;
  bottom: auto;
  border: 18px solid transparent;
  border-top-color: #f2f2f2;
}

/* line 20042, app/assets/stylesheets/quick-website.scss */
.modal-vertical {
  height: calc(100% - 0px);
  max-width: 350px;
  margin: 0px 0;
}

/* line 20047, app/assets/stylesheets/quick-website.scss */
.modal-vertical.modal-lg {
  max-width: 450px;
}

/* line 20050, app/assets/stylesheets/quick-website.scss */
.modal-vertical .modal-content {
  height: inherit;
  border-width: 0;
  border-radius: 0 0 0 0;
}

/* line 20055, app/assets/stylesheets/quick-website.scss */
.modal-vertical .modal-body {
  height: inherit;
  overflow-y: auto;
}

/* line 20059, app/assets/stylesheets/quick-website.scss */
.modal.fade .modal-dialog-vertical {
  transform: translateX(-100%);
}

/* line 20062, app/assets/stylesheets/quick-website.scss */
.modal.show .modal-dialog-vertical {
  transform: translateX(0);
}

/* line 20065, app/assets/stylesheets/quick-website.scss */
.modal.fixed-right {
  padding-right: 0 !important;
}

/* line 20068, app/assets/stylesheets/quick-website.scss */
.modal.fixed-right .modal-vertical {
  margin-left: auto;
}

/* line 20071, app/assets/stylesheets/quick-website.scss */
.modal.fixed-right.fade .modal-vertical {
  transform: translateX(100%);
}

/* line 20074, app/assets/stylesheets/quick-website.scss */
.modal.fixed-right.show .modal-vertical {
  transform: translateX(0);
}

/* line 20077, app/assets/stylesheets/quick-website.scss */
.nav-dots {
  top: 50%;
  right: 2rem;
  position: fixed;
  z-index: 200;
  transform: translateY(-50%);
}

/* line 20084, app/assets/stylesheets/quick-website.scss */
.nav-dots .nav-link {
  display: block;
  margin: 5px;
  position: relative;
}

/* line 20089, app/assets/stylesheets/quick-website.scss */
.nav-dots .nav-link:before {
  content: '';
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 6px;
  width: 6px;
  border: 0;
  background: #FFF;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  transform: translate(-50%, -50%);
  transition: all .1s ease-in-out;
}

/* line 20104, app/assets/stylesheets/quick-website.scss */
.nav-dots .nav-link:hover:before,
.nav-dots .nav-link.active:before {
  height: 12px;
  width: 12px;
}

/* line 20109, app/assets/stylesheets/quick-website.scss */
.navbar {
  position: relative;
  z-index: 101;
}

/* line 20113, app/assets/stylesheets/quick-website.scss */
.navbar .container {
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 20119, app/assets/stylesheets/quick-website.scss */
.navbar-nav .nav-link {
  font-size: 1rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  transition: all 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20127, app/assets/stylesheets/quick-website.scss */
  .navbar-nav .nav-link {
    transition: none;
  }
}

/* line 20131, app/assets/stylesheets/quick-website.scss */
.navbar-nav .nav-link i,
.navbar-nav .nav-link svg,
.navbar-nav .nav-link img {
  margin-right: .5rem;
}

/* line 20136, app/assets/stylesheets/quick-website.scss */
.navbar-nav .media-pill .avatar {
  width: 36px;
  height: 36px;
}

/* line 20140, app/assets/stylesheets/quick-website.scss */
.nav-link > img,
.nav-link > svg {
  height: 14px;
  margin-right: .5rem;
  position: relative;
  top: -1px;
}

/* line 20147, app/assets/stylesheets/quick-website.scss */
.nav-link .icon-flag {
  width: 19px;
}

/* line 20150, app/assets/stylesheets/quick-website.scss */
.navbar-text {
  font-size: 1rem;
}

/* line 20153, app/assets/stylesheets/quick-website.scss */
.navbar-user {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

/* line 20159, app/assets/stylesheets/quick-website.scss */
.navbar-img-brand {
  font-size: initial;
}

/* line 20162, app/assets/stylesheets/quick-website.scss */
.navbar-shadow {
  box-shadow: 0 0 10px rgba(31, 45, 61, 0.03);
}

/* line 20165, app/assets/stylesheets/quick-website.scss */
.header,
.navbar,
.navbar-top {
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20171, app/assets/stylesheets/quick-website.scss */
  .header,
.navbar,
.navbar-top {
    transition: none;
  }
}

/* line 20177, app/assets/stylesheets/quick-website.scss */
.navbar-border.navbar-dark {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* line 20180, app/assets/stylesheets/quick-website.scss */
.navbar-border.navbar-dark .border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* line 20183, app/assets/stylesheets/quick-website.scss */
.navbar-border.navbar-light {
  border-bottom: 1px solid rgba(31, 45, 61, 0.04) !important;
}

/* line 20186, app/assets/stylesheets/quick-website.scss */
.navbar-border.navbar-light .border-bottom {
  border-bottom: 1px solid rgba(31, 45, 61, 0.1) !important;
}

/* line 20189, app/assets/stylesheets/quick-website.scss */
.navbar-dark .border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* line 20192, app/assets/stylesheets/quick-website.scss */
.navbar-light .border-bottom {
  border-bottom: 1px solid rgba(31, 45, 61, 0.1) !important;
}

/* line 20195, app/assets/stylesheets/quick-website.scss */
.header-transparent {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
}

/* line 20202, app/assets/stylesheets/quick-website.scss */
.header-transparent .container::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.75rem;
  left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 20210, app/assets/stylesheets/quick-website.scss */
.header-transparent .navbar-top {
  background-color: transparent !important;
  border: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 20216, app/assets/stylesheets/quick-website.scss */
.header-transparent .navbar:not(.sticky) {
  background-color: transparent !important;
  border: 0;
  box-shadow: none;
}

/* line 20221, app/assets/stylesheets/quick-website.scss */
.header-transparent + main section:first-child:not([data-spotlight]) .container {
  padding-top: 5rem;
}

/* line 20224, app/assets/stylesheets/quick-website.scss */
.header-collapse-show {
  min-height: 100%;
  width: 100%;
  top: 0;
  z-index: 1000;
}

/* line 20230, app/assets/stylesheets/quick-website.scss */
.navbar-sticky {
  position: -webkit-sticky;
}

/* line 20233, app/assets/stylesheets/quick-website.scss */
.navbar-sticky.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: -100px;
  transform: translateY(100px);
  z-index: 1030;
  border-top: 0;
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20245, app/assets/stylesheets/quick-website.scss */
  .navbar-sticky.sticky {
    transition: none;
  }
}

/* line 20249, app/assets/stylesheets/quick-website.scss */
.navbar-top {
  position: relative;
  display: flex;
  align-items: center;
}

/* line 20254, app/assets/stylesheets/quick-website.scss */
.navbar-top .navbar-nav {
  flex-direction: row;
}

/* line 20257, app/assets/stylesheets/quick-website.scss */
.navbar-top .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

/* line 20260, app/assets/stylesheets/quick-website.scss */
.navbar-top .navbar-nav .nav-link {
  padding: .5rem .5rem;
}

@media (max-width: 575.98px) {
  /* line 20264, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-brand img {
    height: 2.75rem;
  }
  /* line 20267, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-brand.dropdown-toggle:after {
    float: none;
    font-size: 1rem;
    opacity: .6;
  }
  /* line 20272, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-brand.dropdown-toggle:hover:after {
    opacity: 1;
  }
  /* line 20275, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-nav:not(.flex-row) .nav-link {
    padding: .625rem 0;
  }
  /* line 20278, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-nav:not(.flex-row) .dropdown-menu {
    box-shadow: none;
    min-width: auto;
  }
  /* line 20282, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-nav:not(.flex-row) .dropdown-menu .media svg {
    width: 30px;
  }
  /* line 20285, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-nav.flex-row .nav-link {
    padding-left: .675rem;
    padding-right: .675rem;
  }
  /* line 20289, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-nav.flex-row .dropdown {
    position: static;
  }
  /* line 20292, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-nav.flex-row .dropdown-menu {
    width: calc(100% - 30px);
    position: absolute;
    top: 60px;
    left: 15px;
    right: auto;
  }
  /* line 20299, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-nav .dropdown:not(.dropdown-submenu) > .dropdown-menu {
    display: block !important;
  }
  /* line 20302, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse {
    background: #FFF;
  }
  /* line 20305, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: rgba(31, 45, 61, 0.7);
  }
  /* line 20308, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse .navbar-nav .nav-item-spaced {
    margin-bottom: 1.5rem;
  }
  /* line 20311, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse .navbar-nav .dropdown-item {
    color: rgba(31, 45, 61, 0.8);
  }
  /* line 20314, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse .navbar-toggler {
    position: absolute;
    top: 0;
    right: .5rem;
    color: rgba(31, 45, 61, 0.7);
    z-index: 100;
  }
  /* line 20321, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse-fade {
    z-index: 1050;
    height: auto !important;
    opacity: 0;
  }
  /* line 20326, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse-fade.collapsing,
.navbar-expand-sm .navbar-collapse-fade.show {
    animation: show-navbar-collapse .2s ease forwards;
    animation-delay: .15s;
  }
  /* line 20331, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse-fade.collapsing-out {
    opacity: 0;
    transition: opacity .3s linear;
    animation-delay: 0;
    animation: none;
  }
  /* line 20337, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse-overlay {
    position: fixed;
    top: 1rem;
    right: 1rem;
    left: 1rem;
    max-height: calc(100vh - 2rem) !important;
    z-index: 100;
    padding: 1rem 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transform: translateY(-100%);
    opacity: 0;
    transition-property: opacity, transform;
    transform-origin: top center;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
    border-radius: 0.375rem;
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 20357, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse-overlay {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 20362, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse-overlay.show {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.2s ease-in-out;
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 20369, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse-overlay.show {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 20374, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse-overlay .nav-item {
    padding: 0 1.5rem;
  }
}

@media (min-width: 576px) {
  /* line 20379, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-brand img {
    height: 2.75rem;
  }
  /* line 20382, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-brand.dropdown-toggle:after {
    display: none;
  }
  /* line 20385, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0;
  }
  /* line 20390, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-nav .nav-link-icon {
    padding-left: .75rem;
    padding-right: .75rem;
    border-radius: 0;
  }
  /* line 20395, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-nav .nav-link-icon i {
    margin-right: 0;
  }
  /* line 20398, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse .collapse-header {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 20403, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-brand img {
    height: 2.75rem;
  }
  /* line 20406, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-brand.dropdown-toggle:after {
    float: none;
    font-size: 1rem;
    opacity: .6;
  }
  /* line 20411, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-brand.dropdown-toggle:hover:after {
    opacity: 1;
  }
  /* line 20414, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-nav:not(.flex-row) .nav-link {
    padding: .625rem 0;
  }
  /* line 20417, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-nav:not(.flex-row) .dropdown-menu {
    box-shadow: none;
    min-width: auto;
  }
  /* line 20421, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-nav:not(.flex-row) .dropdown-menu .media svg {
    width: 30px;
  }
  /* line 20424, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-nav.flex-row .nav-link {
    padding-left: .675rem;
    padding-right: .675rem;
  }
  /* line 20428, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-nav.flex-row .dropdown {
    position: static;
  }
  /* line 20431, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-nav.flex-row .dropdown-menu {
    width: calc(100% - 30px);
    position: absolute;
    top: 60px;
    left: 15px;
    right: auto;
  }
  /* line 20438, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-nav .dropdown:not(.dropdown-submenu) > .dropdown-menu {
    display: block !important;
  }
  /* line 20441, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse {
    background: #FFF;
  }
  /* line 20444, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: rgba(31, 45, 61, 0.7);
  }
  /* line 20447, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse .navbar-nav .nav-item-spaced {
    margin-bottom: 1.5rem;
  }
  /* line 20450, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item {
    color: rgba(31, 45, 61, 0.8);
  }
  /* line 20453, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse .navbar-toggler {
    position: absolute;
    top: 0;
    right: .5rem;
    color: rgba(31, 45, 61, 0.7);
    z-index: 100;
  }
  /* line 20460, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse-fade {
    z-index: 1050;
    height: auto !important;
    opacity: 0;
  }
  /* line 20465, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse-fade.collapsing,
.navbar-expand-md .navbar-collapse-fade.show {
    animation: show-navbar-collapse .2s ease forwards;
    animation-delay: .15s;
  }
  /* line 20470, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse-fade.collapsing-out {
    opacity: 0;
    transition: opacity .3s linear;
    animation-delay: 0;
    animation: none;
  }
  /* line 20476, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse-overlay {
    position: fixed;
    top: 1rem;
    right: 1rem;
    left: 1rem;
    max-height: calc(100vh - 2rem) !important;
    z-index: 100;
    padding: 1rem 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transform: translateY(-100%);
    opacity: 0;
    transition-property: opacity, transform;
    transform-origin: top center;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
    border-radius: 0.375rem;
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  /* line 20496, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse-overlay {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 20501, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse-overlay.show {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.2s ease-in-out;
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  /* line 20508, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse-overlay.show {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 20513, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse-overlay .nav-item {
    padding: 0 1.5rem;
  }
}

@media (min-width: 768px) {
  /* line 20518, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-brand img {
    height: 2.75rem;
  }
  /* line 20521, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-brand.dropdown-toggle:after {
    display: none;
  }
  /* line 20524, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0;
  }
  /* line 20529, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-nav .nav-link-icon {
    padding-left: .75rem;
    padding-right: .75rem;
    border-radius: 0;
  }
  /* line 20534, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-nav .nav-link-icon i {
    margin-right: 0;
  }
  /* line 20537, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse .collapse-header {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 20542, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-brand img {
    height: 2.75rem;
  }
  /* line 20545, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-brand.dropdown-toggle:after {
    float: none;
    font-size: 1rem;
    opacity: .6;
  }
  /* line 20550, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-brand.dropdown-toggle:hover:after {
    opacity: 1;
  }
  /* line 20553, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-nav:not(.flex-row) .nav-link {
    padding: .625rem 0 .625rem 1rem;
  }
  /* line 20556, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-nav:not(.flex-row) .dropdown-menu {
    box-shadow: none;
    min-width: auto;
  }
  /* line 20560, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-nav:not(.flex-row) .dropdown-menu .media svg {
    width: 30px;
  }
  /* line 20563, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-nav.flex-row .nav-link {
    padding-left: .675rem;
    padding-right: .675rem;
  }
  /* line 20567, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-nav.flex-row .dropdown {
    position: static;
  }
  /* line 20570, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-nav.flex-row .dropdown-menu {
    width: calc(100% - 30px);
    position: absolute;
    top: 60px;
    left: 15px;
    right: auto;
  }
  /* line 20577, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-nav .dropdown:not(.dropdown-submenu) > .dropdown-menu {
    display: block !important;
  }
  /* line 20580, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse {
    background: #FFF;
  }
  /* line 20583, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: rgba(31, 45, 61, 0.7);
  }
  /* line 20586, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item-spaced {
    margin-bottom: 1.5rem;
  }
  /* line 20589, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown-item {
    color: rgba(31, 45, 61, 0.8);
  }
  /* line 20592, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse .navbar-toggler {
    position: absolute;
    top: 0;
    right: .5rem;
    color: rgba(31, 45, 61, 0.7);
    z-index: 100;
  }
  /* line 20599, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse-fade {
    z-index: 1050;
    height: auto !important;
    opacity: 0;
  }
  /* line 20604, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse-fade.collapsing,
.navbar-expand-lg .navbar-collapse-fade.show {
    animation: show-navbar-collapse .2s ease forwards;
    animation-delay: .15s;
  }
  /* line 20609, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse-fade.collapsing-out {
    opacity: 0;
    transition: opacity .3s linear;
    animation-delay: 0;
    animation: none;
  }
  /* line 20615, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse-overlay {
    position: fixed;
    top: 1rem;
    right: 1rem;
    left: 1rem;
    max-height: calc(100vh - 2rem) !important;
    z-index: 100;
    padding: 1rem 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transform: translateY(-100%);
    opacity: 0;
    transition-property: opacity, transform;
    transform-origin: top center;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
    border-radius: 0.375rem;
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  /* line 20635, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse-overlay {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 20640, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse-overlay.show {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.2s ease-in-out;
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  /* line 20647, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse-overlay.show {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 20652, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse-overlay .nav-item {
    padding: 0 1.5rem;
  }
}

@media (min-width: 992px) {
  /* line 20657, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-brand img {
    height: 2.75rem;
  }
  /* line 20660, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-brand.dropdown-toggle:after {
    display: none;
  }
  /* line 20663, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0;
  }
  /* line 20668, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-nav .nav-link-icon {
    padding-left: .75rem;
    padding-right: .75rem;
    border-radius: 0;
  }
  /* line 20673, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-nav .nav-link-icon i {
    margin-right: 0;
  }
  /* line 20676, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse .collapse-header {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 20681, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-brand img {
    height: 2.75rem;
  }
  /* line 20684, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-brand.dropdown-toggle:after {
    float: none;
    font-size: 1rem;
    opacity: .6;
  }
  /* line 20689, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-brand.dropdown-toggle:hover:after {
    opacity: 1;
  }
  /* line 20692, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-nav:not(.flex-row) .nav-link {
    padding: .625rem 0;
  }
  /* line 20695, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-nav:not(.flex-row) .dropdown-menu {
    box-shadow: none;
    min-width: auto;
  }
  /* line 20699, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-nav:not(.flex-row) .dropdown-menu .media svg {
    width: 30px;
  }
  /* line 20702, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-nav.flex-row .nav-link {
    padding-left: .675rem;
    padding-right: .675rem;
  }
  /* line 20706, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-nav.flex-row .dropdown {
    position: static;
  }
  /* line 20709, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-nav.flex-row .dropdown-menu {
    width: calc(100% - 30px);
    position: absolute;
    top: 60px;
    left: 15px;
    right: auto;
  }
  /* line 20716, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-nav .dropdown:not(.dropdown-submenu) > .dropdown-menu {
    display: block !important;
  }
  /* line 20719, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse {
    background: #FFF;
  }
  /* line 20722, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: rgba(31, 45, 61, 0.7);
  }
  /* line 20725, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse .navbar-nav .nav-item-spaced {
    margin-bottom: 1.5rem;
  }
  /* line 20728, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse .navbar-nav .dropdown-item {
    color: rgba(31, 45, 61, 0.8);
  }
  /* line 20731, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse .navbar-toggler {
    position: absolute;
    top: 0;
    right: .5rem;
    color: rgba(31, 45, 61, 0.7);
    z-index: 100;
  }
  /* line 20738, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse-fade {
    z-index: 1050;
    height: auto !important;
    opacity: 0;
  }
  /* line 20743, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse-fade.collapsing,
.navbar-expand-xl .navbar-collapse-fade.show {
    animation: show-navbar-collapse .2s ease forwards;
    animation-delay: .15s;
  }
  /* line 20748, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse-fade.collapsing-out {
    opacity: 0;
    transition: opacity .3s linear;
    animation-delay: 0;
    animation: none;
  }
  /* line 20754, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse-overlay {
    position: fixed;
    top: 1rem;
    right: 1rem;
    left: 1rem;
    max-height: calc(100vh - 2rem) !important;
    z-index: 100;
    padding: 1rem 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transform: translateY(-100%);
    opacity: 0;
    transition-property: opacity, transform;
    transform-origin: top center;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
    border-radius: 0.375rem;
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  /* line 20774, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse-overlay {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 20779, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse-overlay.show {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.2s ease-in-out;
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  /* line 20786, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse-overlay.show {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 20791, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse-overlay .nav-item {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1200px) {
  /* line 20796, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-brand img {
    height: 2.75rem;
  }
  /* line 20799, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-brand.dropdown-toggle:after {
    display: none;
  }
  /* line 20802, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0;
  }
  /* line 20807, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-nav .nav-link-icon {
    padding-left: .75rem;
    padding-right: .75rem;
    border-radius: 0;
  }
  /* line 20812, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-nav .nav-link-icon i {
    margin-right: 0;
  }
  /* line 20815, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse .collapse-header {
    display: none;
  }
}

/* line 20819, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-brand img {
  height: 2.75rem;
}

/* line 20822, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-brand.dropdown-toggle:after {
  float: none;
  font-size: 1rem;
  opacity: .6;
}

/* line 20827, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-brand.dropdown-toggle:hover:after {
  opacity: 1;
}

/* line 20830, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-nav:not(.flex-row) .nav-link {
  padding: .625rem 0;
}

/* line 20833, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-nav:not(.flex-row) .dropdown-menu {
  box-shadow: none;
  min-width: auto;
}

/* line 20837, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-nav:not(.flex-row) .dropdown-menu .media svg {
  width: 30px;
}

/* line 20840, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-nav.flex-row .nav-link {
  padding-left: .675rem;
  padding-right: .675rem;
}

/* line 20844, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-nav.flex-row .dropdown {
  position: static;
}

/* line 20847, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-nav.flex-row .dropdown-menu {
  width: calc(100% - 30px);
  position: absolute;
  top: 60px;
  left: 15px;
  right: auto;
}

/* line 20854, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-nav .dropdown:not(.dropdown-submenu) > .dropdown-menu {
  display: block !important;
}

/* line 20857, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse {
  background: #FFF;
}

/* line 20860, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: rgba(31, 45, 61, 0.7);
}

/* line 20863, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse .navbar-nav .nav-item-spaced {
  margin-bottom: 1.5rem;
}

/* line 20866, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse .navbar-nav .dropdown-item {
  color: rgba(31, 45, 61, 0.8);
}

/* line 20869, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse .navbar-toggler {
  position: absolute;
  top: 0;
  right: .5rem;
  color: rgba(31, 45, 61, 0.7);
  z-index: 100;
}

/* line 20876, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse-fade {
  z-index: 1050;
  height: auto !important;
  opacity: 0;
}

/* line 20881, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse-fade.collapsing,
.navbar-expand .navbar-collapse-fade.show {
  animation: show-navbar-collapse .2s ease forwards;
  animation-delay: .15s;
}

/* line 20886, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse-fade.collapsing-out {
  opacity: 0;
  transition: opacity .3s linear;
  animation-delay: 0;
  animation: none;
}

/* line 20892, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse-overlay {
  position: fixed;
  top: 1rem;
  right: 1rem;
  left: 1rem;
  max-height: calc(100vh - 2rem) !important;
  z-index: 100;
  padding: 1rem 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  transform: translateY(-100%);
  opacity: 0;
  transition-property: opacity, transform;
  transform-origin: top center;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
  border-radius: 0.375rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20911, app/assets/stylesheets/quick-website.scss */
  .navbar-expand .navbar-collapse-overlay {
    transition: none;
  }
}

/* line 20915, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse-overlay.show {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20921, app/assets/stylesheets/quick-website.scss */
  .navbar-expand .navbar-collapse-overlay.show {
    transition: none;
  }
}

/* line 20925, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse-overlay .nav-item {
  padding: 0 1.5rem;
}

/* line 20928, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-brand img {
  height: 2.75rem;
}

/* line 20931, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-brand.dropdown-toggle:after {
  display: none;
}

/* line 20934, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0;
}

/* line 20939, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-nav .nav-link-icon {
  padding-left: .75rem;
  padding-right: .75rem;
  border-radius: 0;
}

/* line 20944, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-nav .nav-link-icon i {
  margin-right: 0;
}

/* line 20947, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse .collapse-header {
  display: none;
}

/* line 20950, app/assets/stylesheets/quick-website.scss */
.navbar-toggler-icon {
  width: 1.25em;
  height: 1.25em;
}

@keyframes show-navbar-collapse {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* line 20964, app/assets/stylesheets/quick-website.scss */
.navbar-vertical {
  padding-top: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  box-shadow: none !important;
}

/* line 20970, app/assets/stylesheets/quick-website.scss */
.navbar-vertical.navbar-light {
  background-color: #FFF;
  border-color: #E2E8F0;
}

/* line 20974, app/assets/stylesheets/quick-website.scss */
.navbar-vertical.navbar-dark {
  background-color: #171347;
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 20978, app/assets/stylesheets/quick-website.scss */
.navbar-vertical .navbar-brand {
  margin-right: 0;
}

@media (min-width: 768px) {
  /* line 20982, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical .navbar-collapse {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

/* line 20987, app/assets/stylesheets/quick-website.scss */
.navbar-vertical .navbar-nav {
  margin-left: -1rem;
  margin-right: -1rem;
}

/* line 20991, app/assets/stylesheets/quick-website.scss */
.navbar-vertical .navbar-nav .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  font-weight: 600;
}

/* line 20997, app/assets/stylesheets/quick-website.scss */
.navbar-vertical .navbar-nav .nav-link.active {
  position: relative;
}

/* line 21000, app/assets/stylesheets/quick-website.scss */
.navbar-vertical .navbar-nav .nav-link > i {
  min-width: 2rem;
  margin-right: 0;
  font-size: .9375rem;
  line-height: 1.7rem;
}

/* line 21006, app/assets/stylesheets/quick-website.scss */
.navbar-vertical .navbar-nav .nav-link .dropdown-menu {
  border: none;
}

/* line 21009, app/assets/stylesheets/quick-website.scss */
.navbar-vertical .navbar-nav .nav-link .dropdown-menu .dropdown-menu {
  margin-left: 0.5rem;
}

/* line 21012, app/assets/stylesheets/quick-website.scss */
.navbar-vertical .navbar-nav .nav-sm .nav-link {
  font-size: .8125rem;
}

/* line 21015, app/assets/stylesheets/quick-website.scss */
.navbar-vertical .navbar-nav .nav-link {
  display: flex;
  align-items: center;
}

/* line 21019, app/assets/stylesheets/quick-website.scss */
.navbar-vertical .navbar-nav .nav-link[data-toggle="collapse"]:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f105";
  margin-left: auto;
  color: #CBD5E0;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21033, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical .navbar-nav .nav-link[data-toggle="collapse"]:after {
    transition: none;
  }
}

/* line 21037, app/assets/stylesheets/quick-website.scss */
.navbar-vertical .navbar-nav .nav-link[data-toggle="collapse"][aria-expanded="true"]:after {
  color: #e76f51;
  transform: rotate(90deg);
}

/* line 21041, app/assets/stylesheets/quick-website.scss */
.navbar-vertical .navbar-nav .nav .nav-link {
  padding-left: 3rem;
}

/* line 21044, app/assets/stylesheets/quick-website.scss */
.navbar-vertical .navbar-nav .nav .nav .nav-link {
  padding-left: 3.5rem;
}

/* line 21047, app/assets/stylesheets/quick-website.scss */
.navbar-vertical .navbar-heading {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}

/* line 21054, app/assets/stylesheets/quick-website.scss */
.navbar-vertical.navbar-expand-xs {
  display: block;
  width: 100%;
  max-width: 0;
  overflow-y: auto;
  padding-left: 0;
  padding-right: 0;
}

/* line 21062, app/assets/stylesheets/quick-website.scss */
.navbar-vertical.navbar-expand-xs.fixed-left,
.navbar-vertical.navbar-expand-xs.fixed-right {
  position: fixed;
  top: 0;
  bottom: 0;
}

/* line 21068, app/assets/stylesheets/quick-website.scss */
.navbar-vertical.navbar-expand-xs .navbar-inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 21072, app/assets/stylesheets/quick-website.scss */
.navbar-vertical.navbar-expand-xs > [class*="container"] {
  flex-direction: column;
  align-items: stretch;
  min-height: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 21081, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-xs > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

/* line 21086, app/assets/stylesheets/quick-website.scss */
.navbar-vertical.navbar-expand-xs.fixed-left {
  left: 0;
  border-width: 0 1px 0 0;
}

/* line 21090, app/assets/stylesheets/quick-website.scss */
.navbar-vertical.navbar-expand-xs.fixed-right {
  right: 0;
  border-width: 0 0 0 1px;
}

/* line 21094, app/assets/stylesheets/quick-website.scss */
.navbar-vertical.navbar-expand-xs .navbar-collapse {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  opacity: 1;
}

/* line 21105, app/assets/stylesheets/quick-website.scss */
.navbar-vertical.navbar-expand-xs .navbar-collapse > * {
  min-width: 100%;
}

/* line 21108, app/assets/stylesheets/quick-website.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav {
  flex-direction: column;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

/* line 21113, app/assets/stylesheets/quick-website.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
  padding: 0.375rem 1.5rem;
}

/* line 21116, app/assets/stylesheets/quick-website.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item {
  margin-top: 2px;
}

/* line 21119, app/assets/stylesheets/quick-website.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item > .nav-link.active {
  background: #FAFBFE;
  margin-right: .5rem;
  margin-left: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.375rem;
}

/* line 21127, app/assets/stylesheets/quick-website.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav-link {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 3.5rem;
}

/* line 21132, app/assets/stylesheets/quick-website.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav .nav-link {
  padding-left: 4.25rem;
}

@media (min-width: 576px) {
  /* line 21136, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-sm {
    display: block;
    width: 100%;
    max-width: 0;
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 21144, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-sm.fixed-left,
.navbar-vertical.navbar-expand-sm.fixed-right {
    position: fixed;
    top: 0;
    bottom: 0;
  }
  /* line 21150, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-sm .navbar-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 21154, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-sm > [class*="container"] {
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 576px) and (-ms-high-contrast: none), (min-width: 576px) and (-ms-high-contrast: active) {
  /* line 21164, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-sm > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 576px) {
  /* line 21170, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-sm.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 21174, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-sm.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 21178, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-sm .navbar-collapse {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    opacity: 1;
  }
  /* line 21189, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-sm .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 21192, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav {
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 21197, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav-link {
    padding: 0.375rem 1.5rem;
  }
  /* line 21200, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav > .nav-item {
    margin-top: 2px;
  }
  /* line 21203, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav > .nav-item > .nav-link.active {
    background: #FAFBFE;
    margin-right: .5rem;
    margin-left: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.375rem;
  }
  /* line 21211, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav-link {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 3.5rem;
  }
  /* line 21216, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav .nav-link {
    padding-left: 4.25rem;
  }
}

@media (min-width: 768px) {
  /* line 21221, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-md {
    display: block;
    width: 100%;
    max-width: 0;
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 21229, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-md.fixed-left,
.navbar-vertical.navbar-expand-md.fixed-right {
    position: fixed;
    top: 0;
    bottom: 0;
  }
  /* line 21235, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-md .navbar-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 21239, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-md > [class*="container"] {
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  /* line 21249, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-md > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 768px) {
  /* line 21255, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-md.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 21259, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-md.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 21263, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-md .navbar-collapse {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    opacity: 1;
  }
  /* line 21274, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-md .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 21277, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav {
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 21282, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav-link {
    padding: 0.375rem 1.5rem;
  }
  /* line 21285, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav > .nav-item {
    margin-top: 2px;
  }
  /* line 21288, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav > .nav-item > .nav-link.active {
    background: #FAFBFE;
    margin-right: .5rem;
    margin-left: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.375rem;
  }
  /* line 21296, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav-link {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 3.5rem;
  }
  /* line 21301, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav .nav-link {
    padding-left: 4.25rem;
  }
}

@media (min-width: 992px) {
  /* line 21306, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-lg {
    display: block;
    width: 100%;
    max-width: 0;
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 21314, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-lg.fixed-left,
.navbar-vertical.navbar-expand-lg.fixed-right {
    position: fixed;
    top: 0;
    bottom: 0;
  }
  /* line 21320, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-lg .navbar-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 21324, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-lg > [class*="container"] {
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
  /* line 21334, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-lg > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 992px) {
  /* line 21340, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-lg.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 21344, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-lg.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 21348, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-lg .navbar-collapse {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    opacity: 1;
  }
  /* line 21359, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-lg .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 21362, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav {
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 21367, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.375rem 1.5rem;
  }
  /* line 21370, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav > .nav-item {
    margin-top: 2px;
  }
  /* line 21373, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav > .nav-item > .nav-link.active {
    background: #FAFBFE;
    margin-right: .5rem;
    margin-left: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.375rem;
  }
  /* line 21381, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav-link {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 3.5rem;
  }
  /* line 21386, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav .nav-link {
    padding-left: 4.25rem;
  }
}

@media (min-width: 1200px) {
  /* line 21391, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-xl {
    display: block;
    width: 100%;
    max-width: 0;
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 21399, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-xl.fixed-left,
.navbar-vertical.navbar-expand-xl.fixed-right {
    position: fixed;
    top: 0;
    bottom: 0;
  }
  /* line 21405, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-xl .navbar-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 21409, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-xl > [class*="container"] {
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
  /* line 21419, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-xl > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 21425, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-xl.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 21429, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-xl.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 21433, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-xl .navbar-collapse {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    opacity: 1;
  }
  /* line 21444, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-xl .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 21447, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav {
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 21452, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav-link {
    padding: 0.375rem 1.5rem;
  }
  /* line 21455, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav > .nav-item {
    margin-top: 2px;
  }
  /* line 21458, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav > .nav-item > .nav-link.active {
    background: #FAFBFE;
    margin-right: .5rem;
    margin-left: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.375rem;
  }
  /* line 21466, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav-link {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 3.5rem;
  }
  /* line 21471, app/assets/stylesheets/quick-website.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav .nav-link {
    padding-left: 4.25rem;
  }
}

/* line 21475, app/assets/stylesheets/quick-website.scss */
.navbar .dropdown-menu {
  min-width: 16rem;
  padding: 1.25rem 1.75rem;
  background-color: #FFF;
  border: 0 solid rgba(31, 45, 61, 0);
  border-radius: 0.5rem;
  box-shadow: 0 1.5rem 4rem rgba(31, 45, 61, 0.15);
}

/* line 21483, app/assets/stylesheets/quick-website.scss */
.navbar .dropdown-menu .list-group .list-group-item {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

/* line 21488, app/assets/stylesheets/quick-website.scss */
.navbar .dropdown-menu .list-group .list-group-item:hover .heading {
  color: rgba(65, 95, 129, 0.8);
}

/* line 21491, app/assets/stylesheets/quick-website.scss */
.navbar .dropdown-header {
  padding: 0;
  color: #3b485e;
}

/* line 21495, app/assets/stylesheets/quick-website.scss */
.navbar .dropdown-item {
  padding: 0.375rem 0;
  color: rgba(31, 45, 61, 0.8);
  font-size: 1rem;
  font-weight: 600;
}

/* line 21501, app/assets/stylesheets/quick-website.scss */
.navbar .dropdown-item:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

/* line 21505, app/assets/stylesheets/quick-website.scss */
.navbar .dropdown-item:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 21509, app/assets/stylesheets/quick-website.scss */
.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
  color: rgba(65, 95, 129, 0.8);
  text-decoration: none;
  background: transparent;
}

/* line 21515, app/assets/stylesheets/quick-website.scss */
.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
  color: rgba(65, 95, 129, 0.8);
  text-decoration: none;
  background-color: transparent;
}

/* line 21521, app/assets/stylesheets/quick-website.scss */
.navbar .dropdown-img-left {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.625rem 1.75rem;
  background: no-repeat center center/cover;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 21532, app/assets/stylesheets/quick-website.scss */
.navbar .dropdown-img-left:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 138, 255, 0.8);
  border-radius: inherit;
}

/* line 21542, app/assets/stylesheets/quick-website.scss */
.navbar .dropdown-menu-xl,
.navbar .dropdown-menu-lg {
  padding: 2rem 2.5rem;
}

/* line 21546, app/assets/stylesheets/quick-website.scss */
.navbar .dropdown-menu-xl .dropdown-header,
.navbar .dropdown-menu-lg .dropdown-header {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  color: #e76f51;
}

@media (max-width: 575.98px) {
  /* line 21553, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse .dropdown-menu {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    border-radius: 0;
  }
  /* line 21559, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse .dropdown-menu.show {
    border-bottom: 1px solid #EFF2F7;
  }
  /* line 21562, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse .dropdown-menu-single {
    padding-left: 3rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 21567, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse .dropdown-item {
    position: relative;
    font-size: 1rem;
    font-weight: 600;
  }
  /* line 21572, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse .dropdown-img-left {
    border-radius: 0.5rem;
  }
  /* line 21575, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse .dropdown-submenu.show .dropdown-toggle:after {
    transform: rotate(90deg);
    transition: all 0.2s ease;
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 21581, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse .dropdown-submenu.show .dropdown-toggle:after {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 21586, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse .delimiter {
    border-top: 1px solid #E2E8F0;
    padding-top: 2.5rem;
  }
  /* line 21590, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse .navbar-btn {
    width: 100%;
    margin-top: 1rem;
    padding: 1rem 1.75rem;
    background-color: transparent;
    color: #e76f51;
    border: 0;
    border-top: 1px solid #E2E8F0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  /* line 21601, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse .nav-item.dropdown .dropdown-toggle.nav-link:after {
    transform: rotate(-90deg);
    transition: all 0.2s ease;
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 21607, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse .nav-item.dropdown .dropdown-toggle.nav-link:after {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 21612, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse .nav-item.dropdown .dropdown-toggle:after {
    font-size: .75rem;
    float: right;
  }
  /* line 21616, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .navbar-collapse .nav-item.dropdown.show .dropdown-toggle.nav-link:after {
    transform: rotate(0);
  }
}

@media (min-width: 576px) {
  /* line 21621, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu:not(.dropdown-menu-right) {
    margin-left: -1.25rem;
  }
  /* line 21624, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu-right {
    margin-right: -1.25rem;
  }
  /* line 21627, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .dropdown-menu .list-group-emphasized > li .list-group-item {
    transform: scale(1);
    transition: all 0.2s ease;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  /* line 21633, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .dropdown-menu .list-group-emphasized > li .list-group-item {
    transition: none;
  }
}

@media (min-width: 576px) {
  /* line 21638, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .dropdown-menu .list-group-emphasized > li .media-body * {
    transition: all 0.2s ease;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  /* line 21643, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .dropdown-menu .list-group-emphasized > li .media-body * {
    transition: none;
  }
}

@media (min-width: 576px) {
  /* line 21648, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .dropdown-menu .list-group-emphasized > li:hover .list-group-item {
    z-index: 11;
    transform: scale(1.05);
    background-color: #FAFBFE;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
    border-radius: 0.5rem;
  }
  /* line 21655, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .list-group .list-group-item:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  /* line 21659, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .list-group .list-group-item:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  /* line 21663, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .list-group > li:first-child .list-group-item {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  /* line 21667, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .list-group > li:last-child .list-group-item {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  /* line 21671, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .bg-dropdown-secondary {
    background-color: #fafafa;
  }
  /* line 21674, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .dropdown-body-left {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  /* line 21678, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .dropdown-body-right {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  /* line 21682, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .dropdown-submenu .dropdown-menu {
    min-width: 16rem;
    margin-left: 1rem;
  }
  /* line 21686, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .dropdown-submenu .dropdown-menu:before {
    content: '';
    border-left: 1.5rem solid transparent;
    position: absolute;
    left: -1rem;
    top: 0;
    height: 100%;
  }
  /* line 21694, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .dropdown-submenu .dropdown-item:after {
    right: 0;
  }
  /* line 21697, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .dropdown-body {
    padding: 2rem 2.5rem;
  }
  /* line 21700, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-sm .delimiter {
    border-right: 1px solid #E2E8F0;
  }
}

@media (max-width: 767.98px) {
  /* line 21705, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse .dropdown-menu {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    border-radius: 0;
  }
  /* line 21711, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse .dropdown-menu.show {
    border-bottom: 1px solid #EFF2F7;
  }
  /* line 21714, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse .dropdown-menu-single {
    padding-left: 3rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 21719, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse .dropdown-item {
    position: relative;
    font-size: 1rem;
    font-weight: 600;
  }
  /* line 21724, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse .dropdown-img-left {
    border-radius: 0.5rem;
  }
  /* line 21727, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse .dropdown-submenu.show .dropdown-toggle:after {
    transform: rotate(90deg);
    transition: all 0.2s ease;
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  /* line 21733, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse .dropdown-submenu.show .dropdown-toggle:after {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 21738, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse .delimiter {
    border-top: 1px solid #E2E8F0;
    padding-top: 2.5rem;
  }
  /* line 21742, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse .navbar-btn {
    width: 100%;
    margin-top: 1rem;
    padding: 1rem 1.75rem;
    background-color: transparent;
    color: #e76f51;
    border: 0;
    border-top: 1px solid #E2E8F0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  /* line 21753, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse .nav-item.dropdown .dropdown-toggle.nav-link:after {
    transform: rotate(-90deg);
    transition: all 0.2s ease;
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  /* line 21759, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse .nav-item.dropdown .dropdown-toggle.nav-link:after {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 21764, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse .nav-item.dropdown .dropdown-toggle:after {
    font-size: .75rem;
    float: right;
  }
  /* line 21768, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .navbar-collapse .nav-item.dropdown.show .dropdown-toggle.nav-link:after {
    transform: rotate(0);
  }
}

@media (min-width: 768px) {
  /* line 21773, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu:not(.dropdown-menu-right) {
    margin-left: -1.25rem;
  }
  /* line 21776, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu-right {
    margin-right: -1.25rem;
  }
  /* line 21779, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .dropdown-menu .list-group-emphasized > li .list-group-item {
    transform: scale(1);
    transition: all 0.2s ease;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  /* line 21785, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .dropdown-menu .list-group-emphasized > li .list-group-item {
    transition: none;
  }
}

@media (min-width: 768px) {
  /* line 21790, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .dropdown-menu .list-group-emphasized > li .media-body * {
    transition: all 0.2s ease;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  /* line 21795, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .dropdown-menu .list-group-emphasized > li .media-body * {
    transition: none;
  }
}

@media (min-width: 768px) {
  /* line 21800, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .dropdown-menu .list-group-emphasized > li:hover .list-group-item {
    z-index: 11;
    transform: scale(1.05);
    background-color: #FAFBFE;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
    border-radius: 0.5rem;
  }
  /* line 21807, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .list-group .list-group-item:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  /* line 21811, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .list-group .list-group-item:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  /* line 21815, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .list-group > li:first-child .list-group-item {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  /* line 21819, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .list-group > li:last-child .list-group-item {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  /* line 21823, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .bg-dropdown-secondary {
    background-color: #fafafa;
  }
  /* line 21826, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .dropdown-body-left {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  /* line 21830, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .dropdown-body-right {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  /* line 21834, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .dropdown-submenu .dropdown-menu {
    min-width: 16rem;
    margin-left: 1rem;
  }
  /* line 21838, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .dropdown-submenu .dropdown-menu:before {
    content: '';
    border-left: 1.5rem solid transparent;
    position: absolute;
    left: -1rem;
    top: 0;
    height: 100%;
  }
  /* line 21846, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .dropdown-submenu .dropdown-item:after {
    right: 0;
  }
  /* line 21849, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .dropdown-body {
    padding: 2rem 2.5rem;
  }
  /* line 21852, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-md .delimiter {
    border-right: 1px solid #E2E8F0;
  }
}

@media (max-width: 991.98px) {
  /* line 21857, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse .dropdown-menu {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    border-radius: 0;
  }
  /* line 21863, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse .dropdown-menu.show {
    border-bottom: 1px solid #EFF2F7;
  }
  /* line 21866, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse .dropdown-menu-single {
    padding-left: 3rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 21871, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse .dropdown-item {
    position: relative;
    font-size: 1rem;
    font-weight: 600;
  }
  /* line 21876, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse .dropdown-img-left {
    border-radius: 0.5rem;
  }
  /* line 21879, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse .dropdown-submenu.show .dropdown-toggle:after {
    transform: rotate(90deg);
    transition: all 0.2s ease;
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  /* line 21885, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse .dropdown-submenu.show .dropdown-toggle:after {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 21890, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse .delimiter {
    border-top: 1px solid #E2E8F0;
    padding-top: 2.5rem;
  }
  /* line 21894, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse .navbar-btn {
    width: 100%;
    margin-top: 1rem;
    padding: 1rem 1.75rem;
    background-color: transparent;
    color: #e76f51;
    border: 0;
    border-top: 1px solid #E2E8F0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  /* line 21905, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse .nav-item.dropdown .dropdown-toggle.nav-link:after {
    transform: rotate(-90deg);
    transition: all 0.2s ease;
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  /* line 21911, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse .nav-item.dropdown .dropdown-toggle.nav-link:after {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 21916, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse .nav-item.dropdown .dropdown-toggle:after {
    font-size: .75rem;
    float: right;
  }
  /* line 21920, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .navbar-collapse .nav-item.dropdown.show .dropdown-toggle.nav-link:after {
    transform: rotate(0);
  }
}

@media (min-width: 992px) {
  /* line 21925, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu:not(.dropdown-menu-right) {
    margin-left: -1.25rem;
  }
  /* line 21928, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu-right {
    margin-right: -1.25rem;
  }
  /* line 21931, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .dropdown-menu .list-group-emphasized > li .list-group-item {
    transform: scale(1);
    transition: all 0.2s ease;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  /* line 21937, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .dropdown-menu .list-group-emphasized > li .list-group-item {
    transition: none;
  }
}

@media (min-width: 992px) {
  /* line 21942, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .dropdown-menu .list-group-emphasized > li .media-body * {
    transition: all 0.2s ease;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  /* line 21947, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .dropdown-menu .list-group-emphasized > li .media-body * {
    transition: none;
  }
}

@media (min-width: 992px) {
  /* line 21952, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .dropdown-menu .list-group-emphasized > li:hover .list-group-item {
    z-index: 11;
    transform: scale(1.05);
    background-color: #FAFBFE;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
    border-radius: 0.5rem;
  }
  /* line 21959, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .list-group .list-group-item:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  /* line 21963, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .list-group .list-group-item:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  /* line 21967, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .list-group > li:first-child .list-group-item {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  /* line 21971, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .list-group > li:last-child .list-group-item {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  /* line 21975, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .bg-dropdown-secondary {
    background-color: #fafafa;
  }
  /* line 21978, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .dropdown-body-left {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  /* line 21982, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .dropdown-body-right {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  /* line 21986, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .dropdown-submenu .dropdown-menu {
    min-width: 16rem;
    margin-left: 1rem;
  }
  /* line 21990, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .dropdown-submenu .dropdown-menu:before {
    content: '';
    border-left: 1.5rem solid transparent;
    position: absolute;
    left: -1rem;
    top: 0;
    height: 100%;
  }
  /* line 21998, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .dropdown-submenu .dropdown-item:after {
    right: 0;
  }
  /* line 22001, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .dropdown-body {
    padding: 2rem 2.5rem;
  }
  /* line 22004, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-lg .delimiter {
    border-right: 1px solid #E2E8F0;
  }
}

@media (max-width: 1199.98px) {
  /* line 22009, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse .dropdown-menu {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    border-radius: 0;
  }
  /* line 22015, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse .dropdown-menu.show {
    border-bottom: 1px solid #EFF2F7;
  }
  /* line 22018, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse .dropdown-menu-single {
    padding-left: 3rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 22023, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse .dropdown-item {
    position: relative;
    font-size: 1rem;
    font-weight: 600;
  }
  /* line 22028, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse .dropdown-img-left {
    border-radius: 0.5rem;
  }
  /* line 22031, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse .dropdown-submenu.show .dropdown-toggle:after {
    transform: rotate(90deg);
    transition: all 0.2s ease;
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  /* line 22037, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse .dropdown-submenu.show .dropdown-toggle:after {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 22042, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse .delimiter {
    border-top: 1px solid #E2E8F0;
    padding-top: 2.5rem;
  }
  /* line 22046, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse .navbar-btn {
    width: 100%;
    margin-top: 1rem;
    padding: 1rem 1.75rem;
    background-color: transparent;
    color: #e76f51;
    border: 0;
    border-top: 1px solid #E2E8F0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  /* line 22057, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse .nav-item.dropdown .dropdown-toggle.nav-link:after {
    transform: rotate(-90deg);
    transition: all 0.2s ease;
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  /* line 22063, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse .nav-item.dropdown .dropdown-toggle.nav-link:after {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 22068, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse .nav-item.dropdown .dropdown-toggle:after {
    font-size: .75rem;
    float: right;
  }
  /* line 22072, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .navbar-collapse .nav-item.dropdown.show .dropdown-toggle.nav-link:after {
    transform: rotate(0);
  }
}

@media (min-width: 1200px) {
  /* line 22077, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu:not(.dropdown-menu-right) {
    margin-left: -1.25rem;
  }
  /* line 22080, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu-right {
    margin-right: -1.25rem;
  }
  /* line 22083, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .dropdown-menu .list-group-emphasized > li .list-group-item {
    transform: scale(1);
    transition: all 0.2s ease;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  /* line 22089, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .dropdown-menu .list-group-emphasized > li .list-group-item {
    transition: none;
  }
}

@media (min-width: 1200px) {
  /* line 22094, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .dropdown-menu .list-group-emphasized > li .media-body * {
    transition: all 0.2s ease;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  /* line 22099, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .dropdown-menu .list-group-emphasized > li .media-body * {
    transition: none;
  }
}

@media (min-width: 1200px) {
  /* line 22104, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .dropdown-menu .list-group-emphasized > li:hover .list-group-item {
    z-index: 11;
    transform: scale(1.05);
    background-color: #FAFBFE;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
    border-radius: 0.5rem;
  }
  /* line 22111, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .list-group .list-group-item:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  /* line 22115, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .list-group .list-group-item:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  /* line 22119, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .list-group > li:first-child .list-group-item {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  /* line 22123, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .list-group > li:last-child .list-group-item {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  /* line 22127, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .bg-dropdown-secondary {
    background-color: #fafafa;
  }
  /* line 22130, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .dropdown-body-left {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  /* line 22134, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .dropdown-body-right {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  /* line 22138, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .dropdown-submenu .dropdown-menu {
    min-width: 16rem;
    margin-left: 1rem;
  }
  /* line 22142, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .dropdown-submenu .dropdown-menu:before {
    content: '';
    border-left: 1.5rem solid transparent;
    position: absolute;
    left: -1rem;
    top: 0;
    height: 100%;
  }
  /* line 22150, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .dropdown-submenu .dropdown-item:after {
    right: 0;
  }
  /* line 22153, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .dropdown-body {
    padding: 2rem 2.5rem;
  }
  /* line 22156, app/assets/stylesheets/quick-website.scss */
  .navbar-expand-xl .delimiter {
    border-right: 1px solid #E2E8F0;
  }
}

/* line 22160, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse .dropdown-menu {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border-radius: 0;
}

/* line 22166, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse .dropdown-menu.show {
  border-bottom: 1px solid #EFF2F7;
}

/* line 22169, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse .dropdown-menu-single {
  padding-left: 3rem;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 22174, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse .dropdown-item {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
}

/* line 22179, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse .dropdown-img-left {
  border-radius: 0.5rem;
}

/* line 22182, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse .dropdown-submenu.show .dropdown-toggle:after {
  transform: rotate(90deg);
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 22187, app/assets/stylesheets/quick-website.scss */
  .navbar-expand .navbar-collapse .dropdown-submenu.show .dropdown-toggle:after {
    transition: none;
  }
}

/* line 22191, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse .delimiter {
  border-top: 1px solid #E2E8F0;
  padding-top: 2.5rem;
}

/* line 22195, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse .navbar-btn {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem 1.75rem;
  background-color: transparent;
  color: #e76f51;
  border: 0;
  border-top: 1px solid #E2E8F0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 22206, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse .nav-item.dropdown .dropdown-toggle.nav-link:after {
  transform: rotate(-90deg);
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 22211, app/assets/stylesheets/quick-website.scss */
  .navbar-expand .navbar-collapse .nav-item.dropdown .dropdown-toggle.nav-link:after {
    transition: none;
  }
}

/* line 22215, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse .nav-item.dropdown .dropdown-toggle:after {
  font-size: .75rem;
  float: right;
}

/* line 22219, app/assets/stylesheets/quick-website.scss */
.navbar-expand .navbar-collapse .nav-item.dropdown.show .dropdown-toggle.nav-link:after {
  transform: rotate(0);
}

/* line 22222, app/assets/stylesheets/quick-website.scss */
.navbar-expand .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu:not(.dropdown-menu-right) {
  margin-left: -1.25rem;
}

/* line 22225, app/assets/stylesheets/quick-website.scss */
.navbar-expand .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu-right {
  margin-right: -1.25rem;
}

/* line 22228, app/assets/stylesheets/quick-website.scss */
.navbar-expand .dropdown-menu .list-group-emphasized > li .list-group-item {
  transform: scale(1);
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 22233, app/assets/stylesheets/quick-website.scss */
  .navbar-expand .dropdown-menu .list-group-emphasized > li .list-group-item {
    transition: none;
  }
}

/* line 22237, app/assets/stylesheets/quick-website.scss */
.navbar-expand .dropdown-menu .list-group-emphasized > li .media-body * {
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 22241, app/assets/stylesheets/quick-website.scss */
  .navbar-expand .dropdown-menu .list-group-emphasized > li .media-body * {
    transition: none;
  }
}

/* line 22245, app/assets/stylesheets/quick-website.scss */
.navbar-expand .dropdown-menu .list-group-emphasized > li:hover .list-group-item {
  z-index: 11;
  transform: scale(1.05);
  background-color: #FAFBFE;
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
  border-radius: 0.5rem;
}

/* line 22252, app/assets/stylesheets/quick-website.scss */
.navbar-expand .list-group .list-group-item:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

/* line 22256, app/assets/stylesheets/quick-website.scss */
.navbar-expand .list-group .list-group-item:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 22260, app/assets/stylesheets/quick-website.scss */
.navbar-expand .list-group > li:first-child .list-group-item {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

/* line 22264, app/assets/stylesheets/quick-website.scss */
.navbar-expand .list-group > li:last-child .list-group-item {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 22268, app/assets/stylesheets/quick-website.scss */
.navbar-expand .bg-dropdown-secondary {
  background-color: #fafafa;
}

/* line 22271, app/assets/stylesheets/quick-website.scss */
.navbar-expand .dropdown-body-left {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 22275, app/assets/stylesheets/quick-website.scss */
.navbar-expand .dropdown-body-right {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

/* line 22279, app/assets/stylesheets/quick-website.scss */
.navbar-expand .dropdown-submenu .dropdown-menu {
  min-width: 16rem;
  margin-left: 1rem;
}

/* line 22283, app/assets/stylesheets/quick-website.scss */
.navbar-expand .dropdown-submenu .dropdown-menu:before {
  content: '';
  border-left: 1.5rem solid transparent;
  position: absolute;
  left: -1rem;
  top: 0;
  height: 100%;
}

/* line 22291, app/assets/stylesheets/quick-website.scss */
.navbar-expand .dropdown-submenu .dropdown-item:after {
  right: 0;
}

/* line 22294, app/assets/stylesheets/quick-website.scss */
.navbar-expand .dropdown-body {
  padding: 2rem 2.5rem;
}

/* line 22297, app/assets/stylesheets/quick-website.scss */
.navbar-expand .delimiter {
  border-right: 1px solid #E2E8F0;
}

/* line 22300, app/assets/stylesheets/quick-website.scss */
.progress-circle {
  width: 100px;
  height: 100px;
}

/* line 22304, app/assets/stylesheets/quick-website.scss */
.progress-circle .progressbar-text {
  font-size: 1.5rem;
  font-weight: 600;
  color: #152c5b;
}

/* line 22309, app/assets/stylesheets/quick-website.scss */
.progress-circle[class^="display"],
.progress-circle .h1,
.progress-circle .h2,
.progress-circle .h3 {
  color: #152c5b;
}

/* line 22315, app/assets/stylesheets/quick-website.scss */
.progress-circle svg path {
  stroke-linecap: round;
}

/* line 22318, app/assets/stylesheets/quick-website.scss */
.progress-circle.progress-sm {
  width: 60px;
  height: 60px;
}

/* line 22322, app/assets/stylesheets/quick-website.scss */
.progress-circle.progress-sm .progressbar-text {
  font-size: .875rem;
}

/* line 22325, app/assets/stylesheets/quick-website.scss */
.progress-circle.progress-lg {
  width: 140px;
  height: 140px;
}

/* line 22329, app/assets/stylesheets/quick-website.scss */
.progress-circle.progress-lg .progressbar-text {
  font-size: 1.25rem;
}

/* line 22332, app/assets/stylesheets/quick-website.scss */
section {
  background-color: #FFF;
}

/* line 22335, app/assets/stylesheets/quick-website.scss */
.slice {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (max-width: 768px) {
  /* line 22335, app/assets/stylesheets/quick-website.scss */
  .slice {
    padding-top: 0.5rem;
    padding-bottom: 9rem !important;
  }
}

/* line 22344, app/assets/stylesheets/quick-website.scss */
.slice-xl {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

/* line 22348, app/assets/stylesheets/quick-website.scss */
.slice-lg {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

/* line 22352, app/assets/stylesheets/quick-website.scss */
.slice-sm {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 22356, app/assets/stylesheets/quick-website.scss */
.slice:not(.border-top):not(.border-bottom):not(.delimiter-bottom):not([class*="bg-"]):not(.section-rotate) + .slice:not(.border-top):not(.border-bottom):not(.delimiter-top):not([class*="bg-"]) {
  padding-top: 0;
}

/* line 22359, app/assets/stylesheets/quick-website.scss */
.slice-video {
  min-height: 600px;
}

/* line 22362, app/assets/stylesheets/quick-website.scss */
.section-half-rounded {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: transparent;
  position: relative;
}

/* line 22368, app/assets/stylesheets/quick-website.scss */
.section-half-rounded .section-inner {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -2;
}

@media (max-width: 991.98px) {
  /* line 22375, app/assets/stylesheets/quick-website.scss */
  .section-half-rounded .section-inner {
    width: 100%;
  }
}

/* line 22379, app/assets/stylesheets/quick-website.scss */
.section-process {
  background: transparent;
}

/* line 22382, app/assets/stylesheets/quick-website.scss */
.section-process-step {
  position: relative;
  padding: 4.5rem 0;
}

/* line 22386, app/assets/stylesheets/quick-website.scss */
.section-process-step:not(:last-child):before {
  content: "";
  display: block;
  width: 360px;
  height: 100px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='355px' height='103px' viewBox='0 0 355 103' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-dasharray='6,12' stroke-linecap='round'%3E%3Cpath stroke='%23E2E8F0' stroke-width='3' transform='translate(173.245679, 51.548257) scale(-1, 1) translate(-173.245679, -51.548257)' d='M-6.75432109,1.54825684 C113.245679,110.326533 233.245679,130.359459 353.245679,61.647035'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  background-size: 360px 100px;
  transform: rotate(40deg);
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -80px;
}

@media (max-width: 991.98px) {
  /* line 22401, app/assets/stylesheets/quick-website.scss */
  .section-process-step:not(:last-child):before {
    transform: rotate(90deg) scale(0.7);
    bottom: 20px;
  }
}

/* line 22406, app/assets/stylesheets/quick-website.scss */
.section-process-step:nth-child(even):before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='355px' height='103px' viewBox='0 0 355 103' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-dasharray='6,12' stroke-linecap='round'%3E%3Cpath stroke='%23E2E8F0' stroke-width='3' d='M2.24567891,1.54825684 C122.245679,110.326533 242.245679,130.359459 362.245679,61.647035'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  background-size: 360px 100px;
  transform: rotate(-40deg);
}

@media (max-width: 991.98px) {
  /* line 22412, app/assets/stylesheets/quick-website.scss */
  .section-process-step:nth-child(even):before {
    transform: rotate(-90deg) scale(0.7);
    bottom: 20px;
  }
}

/* line 22417, app/assets/stylesheets/quick-website.scss */
.spotlight {
  position: relative;
}

/* line 22420, app/assets/stylesheets/quick-website.scss */
.spotlight .container {
  height: 100%;
}

/* line 22423, app/assets/stylesheets/quick-website.scss */
.spotlight .animated {
  opacity: 0;
}

/* line 22426, app/assets/stylesheets/quick-website.scss */
.spotlight .animated.animation-ended {
  opacity: 1;
}

@media (min-width: 768px) {
  /* line 22430, app/assets/stylesheets/quick-website.scss */
  .spotlight-overlay-img {
    position: relative;
  }
  /* line 22433, app/assets/stylesheets/quick-website.scss */
  .spotlight-overlay-img img {
    position: absolute;
    z-index: 10;
  }
}

/* line 22438, app/assets/stylesheets/quick-website.scss */
.table-cards {
  border-collapse: separate;
  border-spacing: 0 1rem;
}

/* line 22442, app/assets/stylesheets/quick-website.scss */
.table-cards thead th,
.table-cards thead td,
.table-cards tbody th,
.table-cards tbody td {
  border: 0 !important;
  position: relative;
  background-color: transparent;
}

/* line 22450, app/assets/stylesheets/quick-website.scss */
.table-cards thead td,
.table-cards tbody td {
  padding: 1rem;
}

/* line 22454, app/assets/stylesheets/quick-website.scss */
.table-cards thead th,
.table-cards tbody th {
  padding: 0 1rem;
}

/* line 22458, app/assets/stylesheets/quick-website.scss */
.table-cards tbody tr {
  border-radius: 0.75rem;
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
}

/* line 22462, app/assets/stylesheets/quick-website.scss */
.table-cards tbody tr th {
  border-radius: 0.75rem 0 0 0.75rem;
}

/* line 22465, app/assets/stylesheets/quick-website.scss */
.table-cards tbody tr th:after {
  border-radius: 0.75rem 0 0 0.75rem;
  border-left: 1px solid #EFF2F7;
}

/* line 22469, app/assets/stylesheets/quick-website.scss */
.table-cards tbody tr td:last-child {
  border-radius: 0 0.75rem 0.75rem 0;
}

/* line 22472, app/assets/stylesheets/quick-website.scss */
.table-cards tbody tr td:last-child:after {
  border-radius: 0 0.75rem 0.75rem 0;
  border-right: 1px solid #EFF2F7;
}

/* line 22476, app/assets/stylesheets/quick-website.scss */
.table-cards tbody tr th,
.table-cards tbody tr td {
  background-color: #FFF;
}

/* line 22480, app/assets/stylesheets/quick-website.scss */
.table-cards.table-hover tbody > tr:hover th,
.table-cards.table-hover tbody > tr:hover td {
  background-color: #FAFBFE;
}

@media (min-width: 768px) {
  /* line 22485, app/assets/stylesheets/quick-website.scss */
  .table-cards.table-scale--hover tr:hover {
    transform: scale(1.02);
  }
}

/* line 22489, app/assets/stylesheets/quick-website.scss */
.timeline {
  position: relative;
}

/* line 22492, app/assets/stylesheets/quick-website.scss */
.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  left: 1rem;
  height: 100%;
  border-right: 2px solid #E2E8F0;
}

/* line 22500, app/assets/stylesheets/quick-website.scss */
[data-timeline-axis-style="dashed"]:before {
  border-right-style: dashed !important;
}

/* line 22503, app/assets/stylesheets/quick-website.scss */
[data-timeline-axis-style="dotted"]:before {
  border-right-style: dotted !important;
}

/* line 22506, app/assets/stylesheets/quick-website.scss */
.timeline-block {
  position: relative;
  margin: 2em 0;
}

/* line 22510, app/assets/stylesheets/quick-website.scss */
.timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

/* line 22515, app/assets/stylesheets/quick-website.scss */
.timeline-block:first-child {
  margin-top: 0;
}

/* line 22518, app/assets/stylesheets/quick-website.scss */
.timeline-block:last-child {
  margin-bottom: 0;
}

/* line 22521, app/assets/stylesheets/quick-website.scss */
.timeline-step {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  left: 0;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #FFF;
  border: 2px solid #E2E8F0;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  z-index: 1;
}

/* line 22537, app/assets/stylesheets/quick-website.scss */
.timeline-step svg,
.timeline-step i {
  line-height: 1.4;
}

/* line 22541, app/assets/stylesheets/quick-website.scss */
.timeline-step-icon {
  background: #FFF;
  border: 2px solid #E2E8F0;
}

/* line 22545, app/assets/stylesheets/quick-website.scss */
.timeline-step-xs {
  width: 17px;
  height: 17px;
  font-size: .75rem;
}

/* line 22550, app/assets/stylesheets/quick-website.scss */
.timeline-step-sm {
  width: 23px;
  height: 23px;
  font-size: .75rem;
}

/* line 22555, app/assets/stylesheets/quick-website.scss */
.timeline-step-lg {
  width: 47px;
  height: 47px;
  font-size: 1.75rem;
}

/* line 22560, app/assets/stylesheets/quick-website.scss */
.timeline-content {
  position: relative;
  margin-left: 60px;
  margin-right: 30px;
  position: relative;
  top: -6px;
}

/* line 22567, app/assets/stylesheets/quick-website.scss */
.timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

/* line 22572, app/assets/stylesheets/quick-website.scss */
.timeline-body {
  padding: 1.5rem;
}

@media (min-width: 992px) {
  /* line 22576, app/assets/stylesheets/quick-website.scss */
  .timeline:before {
    left: 50%;
    margin-left: -2px;
  }
  /* line 22580, app/assets/stylesheets/quick-website.scss */
  .timeline-step {
    left: 50%;
    transform: translateX(-50%);
  }
  /* line 22584, app/assets/stylesheets/quick-website.scss */
  .timeline-content {
    width: 38%;
  }
  /* line 22587, app/assets/stylesheets/quick-website.scss */
  .timeline-body {
    padding: 1.5rem;
  }
  /* line 22590, app/assets/stylesheets/quick-website.scss */
  .timeline-block:nth-child(even) .timeline-content {
    float: right;
  }
  /* line 22593, app/assets/stylesheets/quick-website.scss */
  [data-timeline-axis-color="primary"]:before {
    border-color: #e76f51;
  }
  /* line 22596, app/assets/stylesheets/quick-website.scss */
  [data-timeline-axis-color="secondary"]:before {
    border-color: #EFF2F7;
  }
  /* line 22599, app/assets/stylesheets/quick-website.scss */
  [data-timeline-axis-color="success"]:before {
    border-color: #5cc9a7;
  }
  /* line 22602, app/assets/stylesheets/quick-website.scss */
  [data-timeline-axis-color="info"]:before {
    border-color: #50b5ff;
  }
  /* line 22605, app/assets/stylesheets/quick-website.scss */
  [data-timeline-axis-color="warning"]:before {
    border-color: #FFBE3D;
  }
  /* line 22608, app/assets/stylesheets/quick-website.scss */
  [data-timeline-axis-color="danger"]:before {
    border-color: #f25767;
  }
  /* line 22611, app/assets/stylesheets/quick-website.scss */
  [data-timeline-axis-color="light"]:before {
    border-color: #EFF2F7;
  }
  /* line 22614, app/assets/stylesheets/quick-website.scss */
  [data-timeline-axis-color="dark"]:before {
    border-color: #171347;
  }
  /* line 22617, app/assets/stylesheets/quick-website.scss */
  [data-timeline-axis-color="neutral"]:before {
    border-color: #FFF;
  }
  /* line 22620, app/assets/stylesheets/quick-website.scss */
  [data-timeline-axis-color="white"]:before {
    border-color: #FFF;
  }
}

/* line 22624, app/assets/stylesheets/quick-website.scss */
.timeline-one-side:before {
  left: 1rem;
}

/* line 22627, app/assets/stylesheets/quick-website.scss */
.timeline-one-side .timeline-step {
  transform: translateX(-50%);
  left: 1rem;
}

/* line 22631, app/assets/stylesheets/quick-website.scss */
.timeline-one-side .timeline-content {
  width: auto;
}

/* line 22634, app/assets/stylesheets/quick-website.scss */
.timeline-one-side .timeline-block:nth-child(even) .timeline-content {
  float: none;
}

@keyframes floating-sm {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* line 22649, app/assets/stylesheets/quick-website.scss */
.flatpickr-calendar {
  border: 0;
  width: auto;
  margin-top: -2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #FFF;
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
  border-radius: 0.375rem;
}

/* line 22661, app/assets/stylesheets/quick-website.scss */
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  display: none;
}

/* line 22665, app/assets/stylesheets/quick-website.scss */
.flatpickr-months {
  background-color: #FFF;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

/* line 22670, app/assets/stylesheets/quick-website.scss */
.flatpickr-months .flatpickr-month {
  height: 60px;
}

/* line 22673, app/assets/stylesheets/quick-website.scss */
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  width: 35px;
  height: 35px;
  padding: 0;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #152c5b;
  top: 13px;
  transition: background-color 0.4s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 22687, app/assets/stylesheets/quick-website.scss */
  .flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    transition: none;
  }
}

/* line 22692, app/assets/stylesheets/quick-website.scss */
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  fill: rgba(21, 44, 91, 0.7);
}

/* line 22696, app/assets/stylesheets/quick-website.scss */
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #152c5b;
}

/* line 22700, app/assets/stylesheets/quick-website.scss */
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #152c5b;
}

/* line 22704, app/assets/stylesheets/quick-website.scss */
.flatpickr-months .flatpickr-prev-month {
  margin-left: 15px;
}

/* line 22707, app/assets/stylesheets/quick-website.scss */
.flatpickr-months .flatpickr-next-month {
  margin-right: 15px;
}

/* line 22710, app/assets/stylesheets/quick-website.scss */
.flatpickr-current-month {
  font-size: 1.125rem;
  color: #152c5b;
  padding-top: 18px;
}

/* line 22715, app/assets/stylesheets/quick-website.scss */
.flatpickr-current-month span.cur-month:hover {
  background-color: transparent;
}

/* line 22718, app/assets/stylesheets/quick-website.scss */
.flatpickr-current-month .numInputWrapper:hover {
  background-color: transparent;
}

/* line 22721, app/assets/stylesheets/quick-website.scss */
.flatpickr-current-month .numInputWrapper span {
  border: 0;
  right: -5px;
  padding: 0;
}

/* line 22726, app/assets/stylesheets/quick-website.scss */
.flatpickr-current-month .numInputWrapper span:after {
  left: 3px;
}

/* line 22729, app/assets/stylesheets/quick-website.scss */
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}

/* line 22732, app/assets/stylesheets/quick-website.scss */
.flatpickr-current-month .numInputWrapper span.arrowUp:hover:after {
  border-bottom-color: #FFF;
}

/* line 22735, app/assets/stylesheets/quick-website.scss */
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(255, 255, 255, 0.7);
}

/* line 22738, app/assets/stylesheets/quick-website.scss */
.flatpickr-current-month .numInputWrapper span.arrowDown:hover:after {
  border-top-color: #FFF;
}

/* line 22741, app/assets/stylesheets/quick-website.scss */
span.flatpickr-weekday {
  font-weight: 600;
  color: #4A5568;
}

/* line 22745, app/assets/stylesheets/quick-website.scss */
.flatpickr-day {
  font-size: 0.875rem;
  border: 0;
  color: #4A5568;
  border-radius: 0.375rem;
}

/* line 22751, app/assets/stylesheets/quick-website.scss */
.flatpickr-day.today {
  color: #e76f51 !important;
}

/* line 22754, app/assets/stylesheets/quick-website.scss */
.flatpickr-day.today:hover {
  background-color: transparent;
  color: #e76f51;
}

/* line 22758, app/assets/stylesheets/quick-website.scss */
.flatpickr-day:hover {
  background-color: transparent;
  color: #e76f51;
}

/* line 22762, app/assets/stylesheets/quick-website.scss */
.flatpickr-day.selected {
  background-color: #e76f51;
  color: #FFF !important;
}

/* line 22766, app/assets/stylesheets/quick-website.scss */
.flatpickr-day.selected:hover {
  background-color: #e76f51;
  color: #FFF;
}

/* line 22770, app/assets/stylesheets/quick-website.scss */
.numInputWrapper span:hover {
  background-color: transparent;
}

/* line 22773, app/assets/stylesheets/quick-website.scss */
.flatpickr-time {
  border-top: 1px solid #EFF2F7;
}

/* line 22776, app/assets/stylesheets/quick-website.scss */
.flatpickr-innerContainer {
  padding: 15px;
}

@media all and (min-width: 600px) {
  /* line 22781, app/assets/stylesheets/quick-website.scss */
  .fancybox-custom-layout {
    width: 90%;
    height: 90%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) translateZ(0) !important;
    box-shadow: 0 20px 25px -5px rgba(31, 45, 61, 0.1), 0 10px 10px -5px rgba(31, 45, 61, 0.04);
  }
  /* Change color for backdrop */
  /* line 22790, app/assets/stylesheets/quick-website.scss */
  .fancybox-custom-layout .fancybox-bg {
    background: #fcfaf9;
  }
  /* line 22793, app/assets/stylesheets/quick-website.scss */
  .fancybox-custom-layout.fancybox-is-open .fancybox-bg {
    opacity: 1;
  }
  /* Move caption area to the right side */
  /* line 22797, app/assets/stylesheets/quick-website.scss */
  .fancybox-custom-layout .fancybox-caption {
    display: none;
    background: #f1ecec;
    bottom: 0;
    color: #6c6f73;
    left: auto;
    padding: 30px 20px;
    right: 44px;
    top: 0;
    width: 256px;
  }
  /* line 22808, app/assets/stylesheets/quick-website.scss */
  .fancybox-custom-layout .fancybox-caption h3 {
    color: #444;
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 24px;
  }
  /* line 22814, app/assets/stylesheets/quick-website.scss */
  .fancybox-custom-layout .fancybox-caption a {
    color: #444;
  }
  /* Remove gradient from caption*/
  /* line 22818, app/assets/stylesheets/quick-website.scss */
  .fancybox-custom-layout .fancybox-caption::before {
    display: none;
  }
  /* Adjust content area position */
  /* line 22822, app/assets/stylesheets/quick-website.scss */
  .fancybox-custom-layout .fancybox-stage {
    right: 300px;
  }
  /* Align buttons at the right side  */
  /* line 22826, app/assets/stylesheets/quick-website.scss */
  .fancybox-custom-layout .fancybox-toolbar {
    background: #3b3b45;
    bottom: 0;
    left: auto;
    right: 0;
    top: 0;
    width: 44px;
  }
  /* Remove background from all buttons */
  /* line 22835, app/assets/stylesheets/quick-website.scss */
  .fancybox-custom-layout .fancybox-button {
    background: transparent;
  }
  /* Navigation arrows */
  /* line 22839, app/assets/stylesheets/quick-website.scss */
  .fancybox-custom-layout .fancybox-navigation .fancybox-button div {
    padding: 6px;
    background: #fcfaf9;
    border-radius: 50%;
    transition: opacity .2s;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    opacity: .7;
  }
  /* line 22847, app/assets/stylesheets/quick-website.scss */
  .fancybox-custom-layout .fancybox-navigation .fancybox-button:not([disabled]):hover div {
    opacity: 1;
  }
  /* line 22850, app/assets/stylesheets/quick-website.scss */
  .fancybox-custom-layout .fancybox-navigation .fancybox-button[disabled] {
    color: #999;
  }
  /* line 22853, app/assets/stylesheets/quick-website.scss */
  .fancybox-custom-layout .fancybox-navigation .fancybox-button:not([disabled]) {
    color: #333;
  }
  /* Reposition right arrow */
  /* line 22857, app/assets/stylesheets/quick-website.scss */
  .fancybox-custom-layout .fancybox-button--arrow_right {
    right: 308px;
  }
}

/* line 22861, app/assets/stylesheets/quick-website.scss */
.highlight {
  background-color: #13103b;
  padding: 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid #E2E8F0;
  border-radius: 0.375rem;
}

/* line 22868, app/assets/stylesheets/quick-website.scss */
.highlight pre {
  margin-bottom: 0;
  padding: 1.25rem;
}

/* line 22872, app/assets/stylesheets/quick-website.scss */
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #DCDCDC;
}

/* line 22878, app/assets/stylesheets/quick-website.scss */
.hljs pre code {
  color: #DCDCDC;
}

/* line 22881, app/assets/stylesheets/quick-website.scss */
.hljs-keyword,
.hljs-literal,
.hljs-symbol,
.hljs-name {
  color: #569CD6;
}

/* line 22887, app/assets/stylesheets/quick-website.scss */
.hljs-link {
  color: #569CD6;
  text-decoration: underline;
}

/* line 22891, app/assets/stylesheets/quick-website.scss */
.hljs-built_in,
.hljs-type {
  color: #4EC9B0;
}

/* line 22895, app/assets/stylesheets/quick-website.scss */
.hljs-number,
.hljs-class {
  color: #B8D7A3;
}

/* line 22899, app/assets/stylesheets/quick-website.scss */
.hljs-string,
.hljs-meta-string {
  color: #D69D85;
}

/* line 22903, app/assets/stylesheets/quick-website.scss */
.hljs-regexp,
.hljs-template-tag {
  color: #9A5334;
}

/* line 22907, app/assets/stylesheets/quick-website.scss */
.hljs-subst,
.hljs-function,
.hljs-title,
.hljs-params,
.hljs-formula {
  color: #DCDCDC;
}

/* line 22914, app/assets/stylesheets/quick-website.scss */
.hljs-comment,
.hljs-quote {
  color: #57A64A;
  font-style: italic;
}

/* line 22919, app/assets/stylesheets/quick-website.scss */
.hljs-doctag {
  color: #608B4E;
}

/* line 22922, app/assets/stylesheets/quick-website.scss */
.hljs-meta,
.hljs-meta-keyword,
.hljs-tag {
  color: #9B9B9B;
}

/* line 22927, app/assets/stylesheets/quick-website.scss */
.hljs-variable,
.hljs-template-variable {
  color: #BD63C5;
}

/* line 22931, app/assets/stylesheets/quick-website.scss */
.hljs-attr,
.hljs-attribute,
.hljs-builtin-name {
  color: #9CDCFE;
}

/* line 22936, app/assets/stylesheets/quick-website.scss */
.hljs-section {
  color: gold;
}

/* line 22939, app/assets/stylesheets/quick-website.scss */
.hljs-emphasis {
  font-style: italic;
}

/* line 22942, app/assets/stylesheets/quick-website.scss */
.hljs-strong {
  font-weight: bold;
}

/* line 22945, app/assets/stylesheets/quick-website.scss */
.hljs-bullet,
.hljs-selector-tag,
.hljs-selector-id,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo {
  color: #D7BA7D;
}

/* line 22953, app/assets/stylesheets/quick-website.scss */
.hljs-addition {
  background-color: #144212;
  display: inline-block;
  width: 100%;
}

/* line 22958, app/assets/stylesheets/quick-website.scss */
.hljs-deletion {
  background-color: #600;
  display: inline-block;
  width: 100%;
}

/* line 22963, app/assets/stylesheets/quick-website.scss */
.masonry-filter {
  cursor: pointer;
}

/* line 22966, app/assets/stylesheets/quick-website.scss */
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

/* line 22971, app/assets/stylesheets/quick-website.scss */
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

/* line 22985, app/assets/stylesheets/quick-website.scss */
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/* line 22989, app/assets/stylesheets/quick-website.scss */
.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

/* line 22992, app/assets/stylesheets/quick-website.scss */
.scroll-element {
  box-sizing: content-box;
  display: none;
}

/* line 22996, app/assets/stylesheets/quick-website.scss */
.scroll-element div {
  box-sizing: content-box;
}

/* line 22999, app/assets/stylesheets/quick-website.scss */
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

/* line 23003, app/assets/stylesheets/quick-website.scss */
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

/* line 23007, app/assets/stylesheets/quick-website.scss */
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

/* line 23011, app/assets/stylesheets/quick-website.scss */
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

/* line 23014, app/assets/stylesheets/quick-website.scss */
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

/* line 23028, app/assets/stylesheets/quick-website.scss */
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
/* line 23034, app/assets/stylesheets/quick-website.scss */
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 23042, app/assets/stylesheets/quick-website.scss */
.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 23049, app/assets/stylesheets/quick-website.scss */
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

/* line 23055, app/assets/stylesheets/quick-website.scss */
.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

/* line 23061, app/assets/stylesheets/quick-website.scss */
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

/* line 23064, app/assets/stylesheets/quick-website.scss */
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 8px;
}

/* line 23069, app/assets/stylesheets/quick-website.scss */
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

/* line 23075, app/assets/stylesheets/quick-website.scss */
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

/* line 23078, app/assets/stylesheets/quick-website.scss */
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

/* line 23081, app/assets/stylesheets/quick-website.scss */
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

/* line 23084, app/assets/stylesheets/quick-website.scss */
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
/* line 23089, app/assets/stylesheets/quick-website.scss */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

/* line 23092, app/assets/stylesheets/quick-website.scss */
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

/* line 23095, app/assets/stylesheets/quick-website.scss */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

/* line 23098, app/assets/stylesheets/quick-website.scss */
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
/* line 23103, app/assets/stylesheets/quick-website.scss */
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 23111, app/assets/stylesheets/quick-website.scss */
.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

/* line 23114, app/assets/stylesheets/quick-website.scss */
.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 23121, app/assets/stylesheets/quick-website.scss */
.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

/* line 23127, app/assets/stylesheets/quick-website.scss */
.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

/* line 23133, app/assets/stylesheets/quick-website.scss */
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

/* line 23137, app/assets/stylesheets/quick-website.scss */
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

/* line 23141, app/assets/stylesheets/quick-website.scss */
.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

/* line 23144, app/assets/stylesheets/quick-website.scss */
.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

/* line 23147, app/assets/stylesheets/quick-website.scss */
.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  border-radius: 8px;
}

/* line 23152, app/assets/stylesheets/quick-website.scss */
.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

/* line 23155, app/assets/stylesheets/quick-website.scss */
.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

/* line 23158, app/assets/stylesheets/quick-website.scss */
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
/* line 23163, app/assets/stylesheets/quick-website.scss */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

/* line 23167, app/assets/stylesheets/quick-website.scss */
.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

/* line 23171, app/assets/stylesheets/quick-website.scss */
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

/* line 23174, app/assets/stylesheets/quick-website.scss */
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 23179, app/assets/stylesheets/quick-website.scss */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

/* line 23182, app/assets/stylesheets/quick-website.scss */
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

/* line 23185, app/assets/stylesheets/quick-website.scss */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

/* line 23188, app/assets/stylesheets/quick-website.scss */
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
/* line 23193, app/assets/stylesheets/quick-website.scss */
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 23202, app/assets/stylesheets/quick-website.scss */
.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 23209, app/assets/stylesheets/quick-website.scss */
.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

/* line 23212, app/assets/stylesheets/quick-website.scss */
.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 7px;
  transition: opacity 0.2s linear;
}

/* line 23221, app/assets/stylesheets/quick-website.scss */
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

/* line 23227, app/assets/stylesheets/quick-website.scss */
.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

/* line 23235, app/assets/stylesheets/quick-website.scss */
.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
/* line 23244, app/assets/stylesheets/quick-website.scss */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

/* line 23249, app/assets/stylesheets/quick-website.scss */
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

/* line 23254, app/assets/stylesheets/quick-website.scss */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

/* line 23257, app/assets/stylesheets/quick-website.scss */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

/* line 23260, app/assets/stylesheets/quick-website.scss */
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

/* line 23263, app/assets/stylesheets/quick-website.scss */
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 23268, app/assets/stylesheets/quick-website.scss */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

/* line 23271, app/assets/stylesheets/quick-website.scss */
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
/* line 23276, app/assets/stylesheets/quick-website.scss */
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 23285, app/assets/stylesheets/quick-website.scss */
.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

/* line 23288, app/assets/stylesheets/quick-website.scss */
.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 23295, app/assets/stylesheets/quick-website.scss */
.scrollbar-light > .scroll-element .scroll-element_outer {
  border-radius: 10px;
}

/* line 23298, app/assets/stylesheets/quick-website.scss */
.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  border-radius: 10px;
}

/* line 23304, app/assets/stylesheets/quick-website.scss */
.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

/* line 23311, app/assets/stylesheets/quick-website.scss */
.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

/* line 23318, app/assets/stylesheets/quick-website.scss */
.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
/* line 23327, app/assets/stylesheets/quick-website.scss */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

/* line 23331, app/assets/stylesheets/quick-website.scss */
.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

/* line 23335, app/assets/stylesheets/quick-website.scss */
.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

/* line 23340, app/assets/stylesheets/quick-website.scss */
.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

/* line 23345, app/assets/stylesheets/quick-website.scss */
.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

/* line 23350, app/assets/stylesheets/quick-website.scss */
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

/* line 23353, app/assets/stylesheets/quick-website.scss */
.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

/* line 23358, app/assets/stylesheets/quick-website.scss */
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 23363, app/assets/stylesheets/quick-website.scss */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

/* line 23366, app/assets/stylesheets/quick-website.scss */
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

/* line 23369, app/assets/stylesheets/quick-website.scss */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

/* line 23372, app/assets/stylesheets/quick-website.scss */
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
/* line 23377, app/assets/stylesheets/quick-website.scss */
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 23386, app/assets/stylesheets/quick-website.scss */
.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

/* line 23389, app/assets/stylesheets/quick-website.scss */
.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 23396, app/assets/stylesheets/quick-website.scss */
.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 23400, app/assets/stylesheets/quick-website.scss */
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 23404, app/assets/stylesheets/quick-website.scss */
.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

/* line 23412, app/assets/stylesheets/quick-website.scss */
.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

/* line 23420, app/assets/stylesheets/quick-website.scss */
.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* line 23425, app/assets/stylesheets/quick-website.scss */
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
/* line 23430, app/assets/stylesheets/quick-website.scss */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

/* line 23434, app/assets/stylesheets/quick-website.scss */
.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

/* line 23438, app/assets/stylesheets/quick-website.scss */
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

/* line 23443, app/assets/stylesheets/quick-website.scss */
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

/* line 23448, app/assets/stylesheets/quick-website.scss */
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

/* line 23452, app/assets/stylesheets/quick-website.scss */
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

/* line 23457, app/assets/stylesheets/quick-website.scss */
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

/* line 23461, app/assets/stylesheets/quick-website.scss */
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 23468, app/assets/stylesheets/quick-website.scss */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

/* line 23471, app/assets/stylesheets/quick-website.scss */
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

/* line 23474, app/assets/stylesheets/quick-website.scss */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

/* line 23477, app/assets/stylesheets/quick-website.scss */
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
/* line 23482, app/assets/stylesheets/quick-website.scss */
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 23491, app/assets/stylesheets/quick-website.scss */
.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 23498, app/assets/stylesheets/quick-website.scss */
.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

/* line 23505, app/assets/stylesheets/quick-website.scss */
.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

/* line 23512, app/assets/stylesheets/quick-website.scss */
.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  border-radius: 12px;
}

/* line 23516, app/assets/stylesheets/quick-website.scss */
.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  border-radius: 12px;
  transition: opacity 0.2s;
}

/* line 23522, app/assets/stylesheets/quick-website.scss */
.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
/* line 23528, app/assets/stylesheets/quick-website.scss */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

/* line 23534, app/assets/stylesheets/quick-website.scss */
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

/* line 23540, app/assets/stylesheets/quick-website.scss */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  transition: height 0.2s;
}

/* line 23546, app/assets/stylesheets/quick-website.scss */
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  transition: width 0.2s;
}

/* line 23552, app/assets/stylesheets/quick-website.scss */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

/* line 23555, app/assets/stylesheets/quick-website.scss */
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 23560, app/assets/stylesheets/quick-website.scss */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

/* line 23563, app/assets/stylesheets/quick-website.scss */
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
/* line 23568, app/assets/stylesheets/quick-website.scss */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

/* line 23575, app/assets/stylesheets/quick-website.scss */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

/* line 23579, app/assets/stylesheets/quick-website.scss */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

/* line 23585, app/assets/stylesheets/quick-website.scss */
.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

/* line 23590, app/assets/stylesheets/quick-website.scss */
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
/* line 23597, app/assets/stylesheets/quick-website.scss */
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 23606, app/assets/stylesheets/quick-website.scss */
.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

/* line 23609, app/assets/stylesheets/quick-website.scss */
.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 23616, app/assets/stylesheets/quick-website.scss */
.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

/* line 23620, app/assets/stylesheets/quick-website.scss */
.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

/* line 23627, app/assets/stylesheets/quick-website.scss */
.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

/* line 23634, app/assets/stylesheets/quick-website.scss */
.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  border-radius: 2px;
}

/* line 23640, app/assets/stylesheets/quick-website.scss */
.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

/* line 23644, app/assets/stylesheets/quick-website.scss */
.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
/* line 23650, app/assets/stylesheets/quick-website.scss */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

/* line 23654, app/assets/stylesheets/quick-website.scss */
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

/* line 23658, app/assets/stylesheets/quick-website.scss */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

/* line 23663, app/assets/stylesheets/quick-website.scss */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

/* line 23668, app/assets/stylesheets/quick-website.scss */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

/* line 23671, app/assets/stylesheets/quick-website.scss */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

/* line 23675, app/assets/stylesheets/quick-website.scss */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

/* line 23679, app/assets/stylesheets/quick-website.scss */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

/* line 23682, app/assets/stylesheets/quick-website.scss */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

/* line 23686, app/assets/stylesheets/quick-website.scss */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 23692, app/assets/stylesheets/quick-website.scss */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

/* line 23695, app/assets/stylesheets/quick-website.scss */
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

/* line 23698, app/assets/stylesheets/quick-website.scss */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

/* line 23701, app/assets/stylesheets/quick-website.scss */
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/* line 23704, app/assets/stylesheets/quick-website.scss */
.scrollbar-inner {
  height: 100%;
}

/* line 23707, app/assets/stylesheets/quick-website.scss */
.scrollbar-inner:not(:hover) .scroll-element {
  opacity: 0;
}

/* line 23710, app/assets/stylesheets/quick-website.scss */
.scrollbar-inner .scroll-element {
  transition: opacity 300ms;
  margin-right: 2px;
}

/* line 23714, app/assets/stylesheets/quick-website.scss */
.scrollbar-inner .scroll-element .scroll-bar,
.scrollbar-inner .scroll-element .scroll-element_track {
  transition: background-color 300ms;
}

/* line 23718, app/assets/stylesheets/quick-website.scss */
.scrollbar-inner .scroll-element .scroll-element_track {
  background-color: transparent;
}

/* line 23721, app/assets/stylesheets/quick-website.scss */
.scrollbar-inner .scroll-element:hover {
  width: 4px;
}

/* line 23724, app/assets/stylesheets/quick-website.scss */
.scrollbar-inner .scroll-element.scroll-y {
  width: 3px;
  right: 0;
}

/* line 23728, app/assets/stylesheets/quick-website.scss */
.scrollbar-inner .scroll-element.scroll-x {
  height: 3px;
  bottom: 0;
}

/* line 23732, app/assets/stylesheets/quick-website.scss */
.select2-selection__arrow {
  display: none;
}

/* line 23735, app/assets/stylesheets/quick-website.scss */
.select2.select2-container {
  width: 100% !important;
}

/* line 23738, app/assets/stylesheets/quick-website.scss */
.select2-container .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #4A5568;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #E2E8F0;
  border-radius: 0.375rem;
  box-shadow: none;
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 23757, app/assets/stylesheets/quick-website.scss */
  .select2-container .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
    transition: none;
  }
}

/* line 23764, app/assets/stylesheets/quick-website.scss */
.select2-container .select2-selection--single::-ms-expand,
.select2-container--default.select2-container--focus .select2-selection--multiple::-ms-expand,
.select2-container--default .select2-selection--multiple::-ms-expand,
.select2-container--default .select2-search--dropdown .select2-search__field::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 23771, app/assets/stylesheets/quick-website.scss */
.select2-container .select2-selection--single:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple:focus,
.select2-container--default .select2-selection--multiple:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  color: #4A5568;
  background-color: #FFF;
  border-color: rgba(0, 138, 255, 0.5);
  outline: 0;
  box-shadow: none, 0 0 20px rgba(0, 138, 255, 0.1);
}

/* line 23781, app/assets/stylesheets/quick-website.scss */
.select2-container .select2-selection--single:-ms-input-placeholder,
.select2-container--default.select2-container--focus .select2-selection--multiple:-ms-input-placeholder,
.select2-container--default .select2-selection--multiple:-ms-input-placeholder,
.select2-container--default .select2-search--dropdown .select2-search__field:-ms-input-placeholder {
  color: #A0AEC0;
  opacity: 1;
}

/* line 23788, app/assets/stylesheets/quick-website.scss */
.select2-container .select2-selection--single::-ms-input-placeholder,
.select2-container--default.select2-container--focus .select2-selection--multiple::-ms-input-placeholder,
.select2-container--default .select2-selection--multiple::-ms-input-placeholder,
.select2-container--default .select2-search--dropdown .select2-search__field::-ms-input-placeholder {
  color: #A0AEC0;
  opacity: 1;
}

/* line 23795, app/assets/stylesheets/quick-website.scss */
.select2-container .select2-selection--single::placeholder,
.select2-container--default.select2-container--focus .select2-selection--multiple::placeholder,
.select2-container--default .select2-selection--multiple::placeholder,
.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
  color: #A0AEC0;
  opacity: 1;
}

/* line 23802, app/assets/stylesheets/quick-website.scss */
.select2-container .select2-selection--single:disabled,
.select2-container .select2-selection--single[readonly],
.select2-container--default.select2-container--focus .select2-selection--multiple:disabled,
.select2-container--default.select2-container--focus .select2-selection--multiple[readonly],
.select2-container--default .select2-selection--multiple:disabled,
.select2-container--default .select2-selection--multiple[readonly],
.select2-container--default .select2-search--dropdown .select2-search__field:disabled,
.select2-container--default .select2-search--dropdown .select2-search__field[readonly] {
  background-color: #EFF2F7;
  opacity: 1;
}

/* line 23813, app/assets/stylesheets/quick-website.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  overflow: inherit;
  text-overflow: inherit;
  white-space: inherit;
}

/* line 23819, app/assets/stylesheets/quick-website.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
  line-height: inherit;
}

/* line 23823, app/assets/stylesheets/quick-website.scss */
.select2-dropdown {
  padding: 0.35rem 0;
  background-color: #FFF;
  border: 1px solid #E2E8F0;
  border-radius: 0.5rem;
}

/* line 23829, app/assets/stylesheets/quick-website.scss */
.select2-results__option {
  padding: 0.25rem 1.25rem;
  background-color: #FFF;
  color: #4A5568;
  font-size: 1rem;
}

/* line 23835, app/assets/stylesheets/quick-website.scss */
.select2-results__option:hover {
  color: #e76f51;
}

/* line 23838, app/assets/stylesheets/quick-website.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: transparent;
  color: #e76f51;
}

/* line 23843, app/assets/stylesheets/quick-website.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #718096;
}

/* line 23846, app/assets/stylesheets/quick-website.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  height: auto;
  min-height: calc(1.5em + 1.5rem + 2px);
}

/* line 23851, app/assets/stylesheets/quick-website.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: block;
  margin: 0 0 -.25rem -.25rem;
  padding: 0;
}

/* line 23856, app/assets/stylesheets/quick-website.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: inline-flex;
  padding: 0 .5rem;
  margin: 0 0 .25rem .25rem;
  background-color: #EFF2F7;
  border: none;
  border-radius: 0.2rem;
  line-height: 1.5rem;
  font-size: 1rem;
  color: #4A5568;
}

/* line 23867, app/assets/stylesheets/quick-website.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  order: 2;
  margin-left: .5rem;
  color: #718096;
}

/* line 23872, app/assets/stylesheets/quick-website.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #718096;
}

/* line 23875, app/assets/stylesheets/quick-website.scss */
.select2-container .select2-search--inline {
  display: none;
}

/* line 23878, app/assets/stylesheets/quick-website.scss */
.select2-selection[aria-expanded="true"] {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 23882, app/assets/stylesheets/quick-website.scss */
.select2-search--dropdown {
  padding: 0.25rem 1.25rem;
}

/* line 23885, app/assets/stylesheets/quick-website.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 23892, app/assets/stylesheets/quick-website.scss */
.form-control-sm + .select2-container .select2-selection--single,
.form-control-sm + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-sm + .select2-container--default .select2-selection--multiple {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 23901, app/assets/stylesheets/quick-website.scss */
.form-control-sm + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-sm + .select2-container--default .select2-selection--multiple {
  min-height: calc(1.5em + 1rem + 2px);
}

/* line 23905, app/assets/stylesheets/quick-website.scss */
.form-control-sm + .select2-container--default .select2-selection--multiple .select2-selection__choice {
  line-height: 1.3125rem;
}

/* line 23908, app/assets/stylesheets/quick-website.scss */
.form-control-lg + .select2-container .select2-selection--single,
.form-control-lg + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-lg + .select2-container--default .select2-selection--multiple {
  height: calc(1.5em + 2rem + 2px);
  padding: 1rem 1.875rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

/* line 23917, app/assets/stylesheets/quick-website.scss */
.form-control-lg + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-lg + .select2-container--default .select2-selection--multiple {
  min-height: calc(1.5em + 2rem + 2px);
}

/* line 23921, app/assets/stylesheets/quick-website.scss */
.form-control-lg + .select2-container--default .select2-selection--multiple .select2-selection__choice {
  line-height: 1.5rem;
}

/* line 23924, app/assets/stylesheets/quick-website.scss */
.swal2-popup {
  padding: 1.5rem;
}

/* line 23927, app/assets/stylesheets/quick-website.scss */
.swal2-popup .swal2-title {
  font-size: 1.5rem;
}

/* line 23930, app/assets/stylesheets/quick-website.scss */
.swal2-popup .swal2-content {
  font-size: 0.875rem;
}

/* line 23933, app/assets/stylesheets/quick-website.scss */
.swal2-popup .swal2-image {
  max-width: 200px;
}

/* line 23936, app/assets/stylesheets/quick-website.scss */
.swiper-slide {
  opacity: 1;
  transition: opacity 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 23941, app/assets/stylesheets/quick-website.scss */
  .swiper-slide {
    transition: none;
  }
}

/* line 23945, app/assets/stylesheets/quick-website.scss */
.swiper-slide .card {
  margin: 0;
}

/* line 23948, app/assets/stylesheets/quick-website.scss */
.swiper-fade .swiper-slide-prev,
.swiper-fade .swiper-slide-next {
  opacity: 0;
}

/* line 23952, app/assets/stylesheets/quick-website.scss */
.swiper-container-vertical {
  width: 100%;
  height: 100%;
}

/* line 23956, app/assets/stylesheets/quick-website.scss */
.swiper-container-vertical .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 23962, app/assets/stylesheets/quick-website.scss */
.swiper-pagination {
  left: 0;
}

/* line 23965, app/assets/stylesheets/quick-website.scss */
.swiper-pagination-bullet {
  width: .65rem;
  height: .65rem;
  margin-right: .45rem;
  opacity: .5;
  background: #A0AEC0;
  outline: none;
  transition: all 0.2s ease;
}

/* line 23974, app/assets/stylesheets/quick-website.scss */
.swiper-pagination-bullet:hover {
  opacity: 1;
}

/* line 23977, app/assets/stylesheets/quick-website.scss */
.swiper-pagination-bullet-active {
  transform: scale(1.4);
  background: #e76f51;
  opacity: 1;
}

/* line 23982, app/assets/stylesheets/quick-website.scss */
.swiper-button,
.swiper-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  margin-top: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  background-image: none;
  outline: none;
  transition: all 0.2s ease;
  box-shadow: 0 0.125rem 0.25rem rgba(31, 45, 61, 0.08);
}

@media (prefers-reduced-motion: reduce) {
  /* line 24001, app/assets/stylesheets/quick-website.scss */
  .swiper-button,
.swiper-button {
    transition: none;
  }
}

/* line 24006, app/assets/stylesheets/quick-website.scss */
.swiper-button:after,
.swiper-button:after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

/* line 24015, app/assets/stylesheets/quick-website.scss */
.swiper-button-sm {
  width: 34px;
  height: 34px;
  line-height: 34px;
}

/* line 24020, app/assets/stylesheets/quick-website.scss */
.swiper-button-next {
  right: -44px;
}

/* line 24023, app/assets/stylesheets/quick-website.scss */
.swiper-button-next.swiper-button-sm {
  right: -14px;
}

/* line 24026, app/assets/stylesheets/quick-website.scss */
.swiper-button-next:after {
  content: "\f105";
}

@media (max-width: 767.98px) {
  /* line 24030, app/assets/stylesheets/quick-website.scss */
  .swiper-button-next {
    right: -20px;
  }
}

/* line 24034, app/assets/stylesheets/quick-website.scss */
.swiper-button-prev {
  left: 0;
}

/* line 24037, app/assets/stylesheets/quick-website.scss */
.swiper-button-prev:after {
  content: "\f104";
}

@media (max-width: 767.98px) {
  /* line 24041, app/assets/stylesheets/quick-website.scss */
  .swiper-button-prev {
    left: 24px;
  }
}

/* line 24045, app/assets/stylesheets/quick-website.scss */
.swiper-button-disabled {
  opacity: 0 !important;
}

/* line 24048, app/assets/stylesheets/quick-website.scss */
.bootstrap-tagsinput {
  display: block;
  max-width: 100%;
  color: #718096;
  vertical-align: middle;
  background-color: transparent;
  border: 0 solid transparent;
  border-radius: 0.375rem;
  cursor: default;
}

/* line 24058, app/assets/stylesheets/quick-website.scss */
.bootstrap-tagsinput input {
  display: block;
  border: 0;
  color: #4A5568;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto;
  max-width: inherit;
}

/* line 24070, app/assets/stylesheets/quick-website.scss */
.bootstrap-tagsinput input:-ms-input-placeholder {
  color: #A0AEC0;
  opacity: 1;
}

/* line 24074, app/assets/stylesheets/quick-website.scss */
.bootstrap-tagsinput input::-ms-input-placeholder {
  color: #A0AEC0;
  opacity: 1;
}

/* line 24078, app/assets/stylesheets/quick-website.scss */
.bootstrap-tagsinput input::placeholder {
  color: #A0AEC0;
  opacity: 1;
}

/* line 24082, app/assets/stylesheets/quick-website.scss */
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

/* line 24086, app/assets/stylesheets/quick-website.scss */
.bootstrap-tagsinput[data-role="remove"] {
  margin-left: 10px;
  cursor: pointer;
  color: #FFF;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
}

/* line 24095, app/assets/stylesheets/quick-website.scss */
.bootstrap-tagsinput[data-role="remove"]:after {
  content: "×";
  font-size: 16px;
}

/* line 24099, app/assets/stylesheets/quick-website.scss */
.bootstrap-tagsinput .badge {
  display: inline-block;
  position: relative;
  padding: .625rem .625rem .5rem;
  margin: .125rem;
  border-radius: 0.375rem;
  background: #e76f51;
  color: #FFF;
  line-height: 1.5;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(31, 45, 61, 0.25);
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 24113, app/assets/stylesheets/quick-website.scss */
  .bootstrap-tagsinput .badge {
    transition: none;
  }
}

/* line 24117, app/assets/stylesheets/quick-website.scss */
.bootstrap-tagsinput .badge:hover {
  padding-right: 1.675rem;
}

/* line 24120, app/assets/stylesheets/quick-website.scss */
.bootstrap-tagsinput .badge[data-role="remove"]:hover {
  opacity: 1;
}

/* line 24124, app/assets/stylesheets/quick-website.scss */
#breakingNews .modal-dialog {
  max-width: 750px !important;
}

/* line 24127, app/assets/stylesheets/quick-website.scss */
#breakingNews .modal-content {
  border-radius: 0;
}

/* line 24130, app/assets/stylesheets/quick-website.scss */
#breakingNews .modal-body {
  background-position: center;
  background-size: cover;
}

/* line 24135, app/assets/stylesheets/quick-website.scss */
#breakingNews .modal-header {
  padding: 0;
}

/* line 24138, app/assets/stylesheets/quick-website.scss */
#breakingNews .modal-content button.close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  color: #fff;
  opacity: 1;
}
/* line 1, app/assets/stylesheets/custom.css.scss */
.footer {
  background: inherit;
}

/* line 3, app/assets/stylesheets/custom.css.scss */
.footer ul {
  padding: 0;
}

/* line 5, app/assets/stylesheets/custom.css.scss */
.footer ul li {
  list-style: none;
}

/* line 7, app/assets/stylesheets/custom.css.scss */
.footer ul li a {
  font-size: 1rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  transition: all 0.15s linear;
}

/* line 18, app/assets/stylesheets/custom.css.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: white;
}

/* line 22, app/assets/stylesheets/custom.css.scss */
body {
  background: #46b2a6;
  background: linear-gradient(180deg, #46b2a6 21%, #57afa8 48%, #2d5158 100%);
}

/* line 28, app/assets/stylesheets/custom.css.scss */
.pages-home h1 {
  font-family: "Varela Round";
  font-size: 1.5em;
}

/* line 32, app/assets/stylesheets/custom.css.scss */
.pages-home .lead {
  font-family: "Varela Round";
}

/* line 35, app/assets/stylesheets/custom.css.scss */
.pages-home .wind-line-1 {
  background-image: url(/assets/home/nuage01-2fdc0fd13882c0230020be0741c22e907a16c85af99cd2b3d5391440466a44e2.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 42, app/assets/stylesheets/custom.css.scss */
.pages-home .wind-line-2 {
  background-image: url(/assets/home/nuage02-066fdd292a5dd2ac8f524eeb7fd7ea904eb8c654f24194df94c03a87f3bf5f21.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  /* line 42, app/assets/stylesheets/custom.css.scss */
  .pages-home .wind-line-2 {
    padding-top: 3rem !important;
  }
}

/* line 51, app/assets/stylesheets/custom.css.scss */
.pages-home .wind-line-3 {
  background-image: url(/assets/home/nuage03-0c97b0f0b6a5fa785049e16f4ed25965ce751531c04ba5f0fa1f99abf9939792.svg);
  background-position: top;
  background-size: contain;
  background-repeat: repeat-x;
  height: 160px;
}

/* line 58, app/assets/stylesheets/custom.css.scss */
.pages-home .wind-line-4 {
  background-image: url(/assets/home/nuage04-d1a9a3525ff016d0bbf91dbb78f55891ad0d8e572c0ce689239e34b0b6214e08.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  height: 700px;
}

@media (max-width: 768px) {
  /* line 58, app/assets/stylesheets/custom.css.scss */
  .pages-home .wind-line-4 {
    height: inherit;
    padding-top: 1.5rem;
  }
}

/* line 69, app/assets/stylesheets/custom.css.scss */
.pages-home .card {
  border: none;
}

@media (max-width: 768px) {
  /* line 73, app/assets/stylesheets/custom.css.scss */
  .births-show .birth-card-block {
    height: inherit !important;
  }
}

/* line 81, app/assets/stylesheets/custom.css.scss */
.tags .badge-warning {
  background-color: #46b2a6;
  margin: 1px;
  display: inline-block;
}

/* line 89, app/assets/stylesheets/custom.css.scss */
[data-select-name] .card {
  cursor: cell;
}

/* line 94, app/assets/stylesheets/custom.css.scss */
.bg-cover-affiliate {
  position: relative;
  background-repeat: no-repeat;
  height: 200px;
  object-fit: cover;
  background-color: #0000ff94;
  opacity: 0.6;
}

/*********** Baseline, reset styles ***********/
/* line 105, app/assets/stylesheets/custom.css.scss */
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 25rem;
}

/* Removes default focus */
/* line 114, app/assets/stylesheets/custom.css.scss */
input[type="range"]:focus {
  outline: none;
}

/*********** Baseline, reset styles ***********/
/* line 119, app/assets/stylesheets/custom.css.scss */
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 100%;
}

/* Removes default focus */
/* line 128, app/assets/stylesheets/custom.css.scss */
input[type="range"]:focus {
  outline: none;
}

/******** Chrome, Safari, Opera and Edge Chromium styles ********/
/* slider track */
/* line 134, app/assets/stylesheets/custom.css.scss */
input[type="range"]::-webkit-slider-runnable-track {
  background-color: #eff2f7;
  border-radius: 0.5rem;
  height: 0.5rem;
}

/* slider thumb */
/* line 141, app/assets/stylesheets/custom.css.scss */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  margin-top: -8px;
  /* Centers thumb on the track */
  background-color: #e76f51;
  border-radius: 1rem;
  height: 1.5rem;
  width: 1.5rem;
}

/* line 151, app/assets/stylesheets/custom.css.scss */
input[type="range"]:focus::-webkit-slider-thumb {
  outline: 3px solid #e76f51;
  outline-offset: 0.125rem;
}

/*********** Firefox styles ***********/
/* slider track */
/* line 158, app/assets/stylesheets/custom.css.scss */
input[type="range"]::-moz-range-track {
  background-color: #eff2f7;
  border-radius: 0.5rem;
  height: 0.5rem;
}

/* slider thumb */
/* line 165, app/assets/stylesheets/custom.css.scss */
input[type="range"]::-moz-range-thumb {
  background-color: #e76f51;
  border: none;
  /*Removes extra border that FF applies*/
  border-radius: 1rem;
  height: 1.5rem;
  width: 1.5rem;
}

/* line 173, app/assets/stylesheets/custom.css.scss */
input[type="range"]:focus::-moz-range-thumb {
  outline: 3px solid #e76f51;
  outline-offset: 0.125rem;
}
/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

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

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url(/assets/fontawesome-free/webfonts/fa-brands-400-7de32b6f817eb6c0fbd48222343821b20c4ee7c3c71a053680e0a6e54e1ba7a6.eot);
  src: url(/assets/fontawesome-free/webfonts/fa-brands-400-7de32b6f817eb6c0fbd48222343821b20c4ee7c3c71a053680e0a6e54e1ba7a6.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-free/webfonts/fa-brands-400-77278f17b5fa2ad6e39b35efee1820bfd728e25c1ad5479c4e87eb39881a1110.woff2) format("woff2"), url(/assets/fontawesome-free/webfonts/fa-brands-400-bfbde8da1e18ea977d0ef4ceed3bc2f4567ea0e912e109d0d0891d293739b383.woff) format("woff"), url(/assets/fontawesome-free/webfonts/fa-brands-400-d02a8a22bf5cd9f80b25872beec467a72eee96eb1dbaed8bd4a894746afb3f6b.ttf) format("truetype"), url(/assets/fontawesome-free/webfonts/fa-brands-400-d3d9155c69c074de00148969c5d1252764d179f5356c40f9c8e4cc11169ee5ed.svg#fontawesome) format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(/assets/fontawesome-free/webfonts/fa-regular-400-58f9a1a08238d07fa5826d0cc7093130284dd4ca8bf57da92713008768375f38.eot);
  src: url(/assets/fontawesome-free/webfonts/fa-regular-400-58f9a1a08238d07fa5826d0cc7093130284dd4ca8bf57da92713008768375f38.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-free/webfonts/fa-regular-400-27f83e542e057c9709d0c0b63dacd4912c203e9f4969381476f518947446426c.woff2) format("woff2"), url(/assets/fontawesome-free/webfonts/fa-regular-400-6e2012e7a3aa37ea24188c9c30f6924710ecc01e6ee35cabe2d020a5db6c88b3.woff) format("woff"), url(/assets/fontawesome-free/webfonts/fa-regular-400-5cea2a4d14f0f67c5eaac2f3060a8f8e970b8e2d6f774ffce3134b4106374c00.ttf) format("truetype"), url(/assets/fontawesome-free/webfonts/fa-regular-400-65217c5c550a5ae02f479fdcdfcb9c49d14772e0a4a93ff0961311e3deca9325.svg#fontawesome) format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(/assets/fontawesome-free/webfonts/fa-solid-900-6dc32afc838bf062789cbea9d3af7a7f005a1bbae7f3774c11056610c0147f6c.eot);
  src: url(/assets/fontawesome-free/webfonts/fa-solid-900-6dc32afc838bf062789cbea9d3af7a7f005a1bbae7f3774c11056610c0147f6c.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-free/webfonts/fa-solid-900-a8ca092a3599e691ef56c745e37cc1f429c7f9d4a58ac265fef4c5383ccfbac7.woff2) format("woff2"), url(/assets/fontawesome-free/webfonts/fa-solid-900-def6e57067abbda27e74784bd8c3150f46f80f763805ea209b17b130e1a8e4c5.woff) format("woff"), url(/assets/fontawesome-free/webfonts/fa-solid-900-90b8796f7ba37296c183c637ebab1e5678cd5637846e7912c3ad563248ff5ee3.ttf) format("truetype"), url(/assets/fontawesome-free/webfonts/fa-solid-900-8d4233440e041f9b9a2dd2af09992c074b5bf172c77801c88c9a6ae5e0882b7a.svg#fontawesome) format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
/* line 1, app/assets/stylesheets/food.scss */
.foods-controller {
  /* Header */
  /* Panel */
  /* Search box */
  /* Hits */
  /* ToggleRefinement */
  /* RatingMenu */
  /* Hide all mobile-specific design on desktop */
}

/* line 2, app/assets/stylesheets/food.scss */
.foods-controller .container-search {
  display: flex;
  margin: 0 auto;
  max-width: 1300px;
  padding: 2rem 1rem;
}

/* line 8, app/assets/stylesheets/food.scss */
.foods-controller h2 {
  color: #21243d;
  font-size: 1.2rem;
  margin: 0;
}

/* line 16, app/assets/stylesheets/food.scss */
.foods-controller .header {
  align-items: center;
  background: linear-gradient(to bottom, #46b2a6, #57afa8);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5rem 1rem;
  text-align: center;
  min-height: initial;
}

/* line 28, app/assets/stylesheets/food.scss */
.foods-controller .header-logo {
  margin: 0;
}

/* line 32, app/assets/stylesheets/food.scss */
.foods-controller .header-logo svg {
  height: 24px;
  width: 92px;
}

/* line 37, app/assets/stylesheets/food.scss */
.foods-controller .header-title {
  font-size: 38px;
  font-weight: 300;
}

/* line 42, app/assets/stylesheets/food.scss */
.foods-controller .container-filters {
  flex: 1;
  margin-right: 20px;
  max-width: 260px;
  padding: 1.5rem;
}

/* line 49, app/assets/stylesheets/food.scss */
.foods-controller .container-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 80px;
}

/* line 56, app/assets/stylesheets/food.scss */
.foods-controller .container-results {
  flex: 3;
}

/* line 60, app/assets/stylesheets/food.scss */
.foods-controller .container-options {
  border-bottom: 1px solid #ebecf3;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
  padding: 30px 0;
}

/* line 68, app/assets/stylesheets/food.scss */
.foods-controller .container-options .container-option:not(:first-child) {
  margin-left: 48px;
}

/* line 72, app/assets/stylesheets/food.scss */
.foods-controller .container-options select {
  min-width: 100px;
}

/* line 76, app/assets/stylesheets/food.scss */
.foods-controller .clear-filters svg {
  margin-right: 8px;
}

/* line 82, app/assets/stylesheets/food.scss */
.foods-controller .container-body .ais-Panel {
  border-top: 1px solid #ebecf3;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

/* line 88, app/assets/stylesheets/food.scss */
.foods-controller .ais-Panel-header {
  font-family: Hind, sans-serif;
}

/* line 94, app/assets/stylesheets/food.scss */
.foods-controller .header .ais-SearchBox {
  height: 64px;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 94, app/assets/stylesheets/food.scss */
  .foods-controller .header .ais-SearchBox {
    width: 740px;
  }
}

/* line 102, app/assets/stylesheets/food.scss */
.foods-controller .header .ais-SearchBox .ais-SearchBox-input, .foods-controller #search-input {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 48px 0 rgba(0, 0, 0, 0.2);
  font-family: Hind, sans-serif;
  height: 64px;
  /*
		  The "Hind" font family is vertically off-balance.
		  Adding 4px of padding top makes it more vertically aligned.
		*/
  padding: 4px 48px 0 64px;
}

/* line 115, app/assets/stylesheets/food.scss */
.foods-controller .header .ais-SearchBox-submit {
  padding: 0 1rem 0 2rem;
  width: 64px;
}

/* line 120, app/assets/stylesheets/food.scss */
.foods-controller .header .ais-SearchBox .ais-SearchBox-input::placeholder {
  color: rgba(33, 36, 61, 0.24);
  opacity: 1;
  /* Firefox */
}

/* line 125, app/assets/stylesheets/food.scss */
.foods-controller .ais-SearchBox-input:-ms-input-placeholder {
  color: rgba(33, 36, 61, 0.24);
}

/* line 129, app/assets/stylesheets/food.scss */
.foods-controller .ais-SearchBox-input::-ms-input-placeholder {
  color: rgba(33, 36, 61, 0.24);
}

/* line 133, app/assets/stylesheets/food.scss */
.foods-controller .ais-SearchBox-submit {
  color: #e2a400;
}

/* line 137, app/assets/stylesheets/food.scss */
.foods-controller .ais-RefinementList .ais-SearchBox-input {
  font-family: Hind, sans-serif;
  /*
		  The "Hind" font family is vertically off-balance.
		  Adding some padding top makes it more vertically aligned.
		*/
  padding-top: 2px;
}

/* line 148, app/assets/stylesheets/food.scss */
.foods-controller .hit {
  color: #21243d;
  font-size: 14px;
  line-height: 18px;
}

/* line 154, app/assets/stylesheets/food.scss */
.foods-controller .hit h1 {
  font-size: 14px;
}

/* line 158, app/assets/stylesheets/food.scss */
.foods-controller .hit-category {
  color: #21243d;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
  opacity: 0.7;
  text-transform: uppercase;
}

/* line 168, app/assets/stylesheets/food.scss */
.foods-controller .hit-description {
  margin-top: 2px;
}

/* line 172, app/assets/stylesheets/food.scss */
.foods-controller .hit-info-container {
  overflow-wrap: break-word;
  word-break: break-word;
}

/* line 177, app/assets/stylesheets/food.scss */
.foods-controller .hit-image-container {
  align-items: center;
  display: flex;
  height: 174px;
  justify-content: center;
  margin: auto;
  width: 174px;
}

/* line 186, app/assets/stylesheets/food.scss */
.foods-controller .hit-image {
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

/* line 192, app/assets/stylesheets/food.scss */
.foods-controller .hit-em {
  color: #e2a400;
  font-size: 11px;
  font-weight: 600;
}

/* line 198, app/assets/stylesheets/food.scss */
.foods-controller .hit-rating {
  border: 1px solid rgba(226, 164, 0, 0.5);
  border-radius: 4px;
  margin-left: 4px;
  padding: 0 4px;
}

/* line 205, app/assets/stylesheets/food.scss */
.foods-controller .hits-empty-state {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 300px;
}

/* line 213, app/assets/stylesheets/food.scss */
.foods-controller .hits-empty-state-title {
  font-family: Hind;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}

/* line 221, app/assets/stylesheets/food.scss */
.foods-controller .hits-empty-state-description {
  color: rgba(35, 37, 51, 0.6);
  font-size: 0.875rem;
  text-align: center;
}

/* line 227, app/assets/stylesheets/food.scss */
.foods-controller .hits-empty-state .ais-ClearRefinements {
  margin-top: 1rem;
}

/* line 231, app/assets/stylesheets/food.scss */
.foods-controller .hits-empty-state .ais-ClearRefinements-button--disabled {
  display: none;
}

/* line 235, app/assets/stylesheets/food.scss */
.foods-controller .hits-empty-state .ais-ClearRefinements-button {
  background: rgba(10, 8, 41, 0.04);
  border-radius: 3px;
  color: #21243d;
  min-height: 48px;
  padding: 16px 24px;
}

/* line 245, app/assets/stylesheets/food.scss */
.foods-controller .ais-ToggleRefinement-label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

/* line 251, app/assets/stylesheets/food.scss */
.foods-controller .ais-ToggleRefinement-checkbox {
  font: inherit;
  margin-left: 1rem;
  margin-right: 0;
  position: relative;
}

/* line 258, app/assets/stylesheets/food.scss */
.foods-controller .ais-ToggleRefinement-checkbox:checked::before {
  color: #e2a400;
}

/* line 262, app/assets/stylesheets/food.scss */
.foods-controller .ais-ToggleRefinement-checkbox::before {
  align-items: center;
  color: rgba(33, 36, 61, 0.32);
  content: "No";
  display: flex;
  font-size: 0.8rem;
  height: 16px;
  position: absolute;
  right: 38px;
}

/* line 273, app/assets/stylesheets/food.scss */
.foods-controller .ais-ToggleRefinement-checkbox:checked::before {
  content: "Yes";
}

/* line 277, app/assets/stylesheets/food.scss */
.foods-controller .ais-ToggleRefinement-count {
  display: none;
}

/* line 283, app/assets/stylesheets/food.scss */
.foods-controller .ais-RatingMenu-item:not(.ais-RatingMenu-item--selected) {
  opacity: 0.5;
}

/* line 287, app/assets/stylesheets/food.scss */
.foods-controller .ais-RatingMenu-starIcon {
  margin-right: 0.5rem;
}

@media (min-width: 900px) {
  /* line 294, app/assets/stylesheets/food.scss */
  .foods-controller [data-layout="mobile"] {
    display: none;
  }
}

/* line 299, app/assets/stylesheets/food.scss */
.foods-controller .ais-SearchBox-form {
  background-color: transparent !important;
}

/* line 301, app/assets/stylesheets/food.scss */
.foods-controller .ais-SearchBox-form::before {
  margin-top: 7px;
}

/* line 306, app/assets/stylesheets/food.scss */
.foods-controller .icon-stack {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  height: 2.5rem;
  width: 2.5rem;
  font-size: 1rem;
}

/* line 315, app/assets/stylesheets/food.scss */
.foods-controller .svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

/* line 322, app/assets/stylesheets/food.scss */
.foods-controller .footer {
  background: inherit;
}

/* line 324, app/assets/stylesheets/food.scss */
.foods-controller .footer .container {
  max-width: 1140px;
}

@media (max-width: 899px) {
  /* line 1, app/assets/stylesheets/food.scss */
  .foods-controller {
    /* Filters overlay */
    /* Filters button that triggers the overlay */
    /* SearchBox */
    /* RefinementList */
    /* HierarchicalMenu */
    /* ToggleRefinement */
    /* RatingMenu */
    /* Hits */
    /* Hide all desktop-specific design on mobile */
  }
  /* line 331, app/assets/stylesheets/food.scss */
  .foods-controller .header-title {
    font-size: 1.6rem;
  }
  /* line 334, app/assets/stylesheets/food.scss */
  .foods-controller .header {
    min-height: initial;
  }
  /* line 337, app/assets/stylesheets/food.scss */
  .foods-controller .container-filters {
    background: #fff;
    border-radius: 16px;
    left: 0;
    max-width: initial;
    padding-bottom: 4rem;
    position: fixed;
    top: 0;
    transform: translateY(120vh);
    transition: transform 300ms cubic-bezier(0.465, 0.183, 0.153, 0.946);
    width: 100%;
    will-change: transform;
    z-index: 1;
  }
  /* line 352, app/assets/stylesheets/food.scss */
  .foods-controller .container-filters .container-header,
.foods-controller .container-filters .container-body {
    padding: 2rem 2rem 0 2rem;
  }
  /* line 357, app/assets/stylesheets/food.scss */
  .foods-controller .container-filters-footer-button-wrapper {
    width: calc(50% - 0.5rem);
  }
  /* line 361, app/assets/stylesheets/food.scss */
  .foods-controller .container-filters-footer .ais-ClearRefinements-button,
.foods-controller .container-filters-footer .button {
    background-color: rgba(65, 66, 71, 0.08);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    font: inherit;
    font-size: 0.75rem;
    font-weight: bold;
    justify-content: center;
    padding: 12px;
    text-align: center;
    width: 100%;
  }
  /* line 377, app/assets/stylesheets/food.scss */
  .foods-controller .container-filters-footer .button-primary {
    background-color: #e2a400;
    color: #fff;
  }
  /* line 383, app/assets/stylesheets/food.scss */
  .foods-controller.filtering .header {
    /*
			  Closing panel on outter click didn't work on mobile safari.
			  This is one of the workarounds from the following:
			  https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event#Safari_Mobile
			*/
    cursor: pointer;
  }
  /* line 392, app/assets/stylesheets/food.scss */
  .foods-controller.filtering .header-logo {
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 1.5rem;
    transform: translateX(-50%);
  }
  /* line 400, app/assets/stylesheets/food.scss */
  .foods-controller.filtering .header-title, .foods-controller.filtering .container-results,
.foods-controller .container-filters-footer {
    display: none;
  }
  /* line 406, app/assets/stylesheets/food.scss */
  .foods-controller.filtering .container-filters {
    position: absolute;
    transform: translateY(4rem);
  }
  /* line 411, app/assets/stylesheets/food.scss */
  .foods-controller.filtering .container-filters-footer {
    background-color: #fff;
    border-top: 1px solid #ebecf3;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    margin: 0 -2rem;
    padding: 1rem;
    position: fixed;
    width: 100%;
    z-index: 5;
    /* avoid collision with slider UI */
  }
  /* line 424, app/assets/stylesheets/food.scss */
  .foods-controller.filtering .filters-button {
    display: none;
  }
  /* line 428, app/assets/stylesheets/food.scss */
  .foods-controller .filters-button {
    align-items: center;
    background-color: #e2a400;
    border: none;
    border-radius: 8px;
    bottom: 8rem;
    box-shadow: 0 4px 22px 0 rgba(185, 135, 0, 0.5);
    color: #fff;
    cursor: pointer;
    display: flex;
    font: inherit;
    font-size: 0.875rem;
    font-weight: bold;
    justify-content: center;
    left: 50%;
    min-height: 40px;
    min-width: 112px;
    position: fixed;
    transform: translateX(-50%);
  }
  /* line 449, app/assets/stylesheets/food.scss */
  .foods-controller .filters-button svg {
    height: 14px;
    margin-right: 8px;
    width: 16px;
  }
  /* line 455, app/assets/stylesheets/food.scss */
  .foods-controller .container {
    padding: 1rem 1rem;
  }
  /* line 459, app/assets/stylesheets/food.scss */
  .foods-controller .jumbotron.rounded-diagonal-right {
    border-radius: .5rem !important;
  }
  /* line 463, app/assets/stylesheets/food.scss */
  .foods-controller .jumbotron.py-5 {
    padding-top: 0.5rem !important;
  }
  /* line 466, app/assets/stylesheets/food.scss */
  .foods-controller .container-options {
    display: none;
  }
  /* line 470, app/assets/stylesheets/food.scss */
  .foods-controller .header {
    background-size: cover;
    position: relative;
    transition: transform 200ms ease-out;
  }
  /* line 478, app/assets/stylesheets/food.scss */
  .foods-controller .header .ais-SearchBox {
    bottom: 30px;
    left: 0;
    width: 100vw;
  }
  /* line 484, app/assets/stylesheets/food.scss */
  .foods-controller .header .ais-SearchBox .ais-SearchBox-form {
    margin: auto;
    max-width: 90%;
  }
  /* line 489, app/assets/stylesheets/food.scss */
  .foods-controller .ais-SearchBox .ais-SearchBox-input,
.foods-controller .ais-RefinementList .ais-SearchBox-input {
    font-size: 1rem;
  }
  /* line 494, app/assets/stylesheets/food.scss */
  .foods-controller .ais-RefinementList .ais-SearchBox-input {
    min-height: 48px;
  }
  /* line 500, app/assets/stylesheets/food.scss */
  .foods-controller .ais-RefinementList-list {
    display: inherit;
    grid-auto-flow: column;
    grid-gap: 0 2rem;
    grid-template-rows: repeat(5, 1fr);
  }
  /* line 507, app/assets/stylesheets/food.scss */
  .foods-controller .ais-RefinementList-item {
    flex: 50%;
  }
  /* line 511, app/assets/stylesheets/food.scss */
  .foods-controller .ais-RefinementList-checkbox {
    height: 1.5rem;
    min-width: 1.5rem;
  }
  /* line 516, app/assets/stylesheets/food.scss */
  .foods-controller .ais-RefinementList-item--selected .ais-RefinementList-checkbox::after {
    align-items: center;
    background: none;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12' height='9'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h24v24H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-6 -8)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='M16.5 8.5L18 10l-6.99 7-4.51-4.5L8 11l3.01 3z' mask='url(/%23b)'/%3E%3C/g%3E%3C/svg%3E");
    display: flex;
    height: 100%;
    justify-content: center;
    left: initial;
    position: relative;
    top: initial;
    transform: initial;
    width: initial;
  }
  /* line 532, app/assets/stylesheets/food.scss */
  .foods-controller .ais-HierarchicalMenu-link::before {
    background-color: rgba(65, 66, 71, 0.08);
    border-radius: 50%;
    padding: 8px;
  }
  /* line 540, app/assets/stylesheets/food.scss */
  .foods-controller .ais-ToggleRefinement-checkbox {
    min-width: 47px;
    position: relative;
  }
  /* line 545, app/assets/stylesheets/food.scss */
  .foods-controller .ais-ToggleRefinement-checkbox {
    margin-left: 2rem;
  }
  /* line 549, app/assets/stylesheets/food.scss */
  .foods-controller .ais-ToggleRefinement-checkbox::after {
    height: 1.5rem;
    top: -4px;
    width: 1.5rem;
  }
  /* line 555, app/assets/stylesheets/food.scss */
  .foods-controller .ais-ToggleRefinement-checkbox::before {
    right: 54px;
  }
  /* line 561, app/assets/stylesheets/food.scss */
  .foods-controller .ais-RatingMenu-starIcon {
    height: 1.5rem;
    margin-right: 1rem;
    width: 1.5rem;
  }
  /* line 569, app/assets/stylesheets/food.scss */
  .foods-controller .ais-Hits-list {
    grid-gap: 1rem;
  }
  /* line 573, app/assets/stylesheets/food.scss */
  .foods-controller .hit {
    display: flex;
  }
  /* line 577, app/assets/stylesheets/food.scss */
  .foods-controller .hit-image-container {
    flex: 1;
    margin-right: 2rem;
  }
  /* line 582, app/assets/stylesheets/food.scss */
  .foods-controller .hit-info-container {
    flex: 2;
  }
  /* line 586, app/assets/stylesheets/food.scss */
  .foods-controller .hits-empty-state-image {
    display: none;
  }
  /* line 592, app/assets/stylesheets/food.scss */
  .foods-controller [data-layout="desktop"] {
    display: none;
  }
  /* line 595, app/assets/stylesheets/food.scss */
  .foods-controller .filtering .header {
    /*
			  Closing panel on outter click didn't work on mobile safari.
			  This is one of the workarounds from the following:
			  https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event#Safari_Mobile
			*/
    cursor: pointer;
  }
  /* line 604, app/assets/stylesheets/food.scss */
  .foods-controller .filtering .header-logo {
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 1.5rem;
    transform: translateX(-50%);
  }
  /* line 612, app/assets/stylesheets/food.scss */
  .foods-controller .filtering .header-title,
.foods-controller .filtering .container-results,
.foods-controller .container-filters-footer {
    display: none;
  }
  /* line 618, app/assets/stylesheets/food.scss */
  .foods-controller .filtering .container-filters {
    position: absolute;
    transform: translateY(4rem);
  }
  /* line 623, app/assets/stylesheets/food.scss */
  .foods-controller .filtering .container-filters-footer {
    background-color: #fff;
    border-top: 1px solid #ebecf3;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    margin: 0 -2rem;
    padding: 1rem;
    position: fixed;
    width: 100%;
    z-index: 5;
    /* avoid collision with slider UI */
  }
  /* line 635, app/assets/stylesheets/food.scss */
  .foods-controller .container-search {
    display: inherit;
  }
  /* line 638, app/assets/stylesheets/food.scss */
  .foods-controller .ais-Pagination-list {
    display: inherit;
  }
  /* line 641, app/assets/stylesheets/food.scss */
  .foods-controller .ais-Pagination {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* line 649, app/assets/stylesheets/food.scss */
.picture-food {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 250px;
}

@media (max-width: 899px) {
  /* line 656, app/assets/stylesheets/food.scss */
  .picture-food {
    width: 50%;
    height: 100%;
    object-fit: cover;
  }
}
