/* line 3, vin.scss */
ul#menu-menu-1 li#menu-item-608, ul#menu-menu-1 li#menu-item-609 {
  display: none;
}

/* line 8, vin.scss */
.vin {
  /*!
   * Bootstrap v4.3.1 (https://getbootstrap.com/)
   * Copyright 2011-2019 The Bootstrap Authors
   * Copyright 2011-2019 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
}
/* line 1, _root.scss */
.vin :root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/* line 19, _reboot.scss */
.vin *,
.vin *::before,
.vin *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* line 25, _reboot.scss */
.vin html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* line 35, _reboot.scss */
.vin article, .vin aside, .vin figcaption, .vin figure, .vin footer, .vin header, .vin hgroup, .vin main, .vin nav, .vin section {
  display: block;
}
/* line 46, _reboot.scss */
.vin body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
/* line 62, _reboot.scss */
.vin [tabindex="-1"]:focus {
  outline: 0 !important;
}
/* line 72, _reboot.scss */
.vin hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/* line 88, _reboot.scss */
.vin h1, .vin h2, .vin h3, .vin h4, .vin h5, .vin h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
/* line 97, _reboot.scss */
.vin p {
  margin-top: 0;
  margin-bottom: 1rem;
}
/* line 110, _reboot.scss */
.vin abbr[title],
.vin abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
/* line 119, _reboot.scss */
.vin address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
/* line 125, _reboot.scss */
.vin ol,
.vin ul,
.vin dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
/* line 132, _reboot.scss */
.vin ol ol,
.vin ul ul,
.vin ol ul,
.vin ul ol {
  margin-bottom: 0;
}
/* line 139, _reboot.scss */
.vin dt {
  font-weight: 700;
}
/* line 143, _reboot.scss */
.vin dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
/* line 148, _reboot.scss */
.vin blockquote {
  margin: 0 0 1rem;
}
/* line 152, _reboot.scss */
.vin b,
.vin strong {
  font-weight: bolder;
}
/* line 157, _reboot.scss */
.vin small {
  font-size: 80%;
}
/* line 166, _reboot.scss */
.vin sub,
.vin sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
/* line 174, _reboot.scss */
.vin sub {
  bottom: -.25em;
}
/* line 175, _reboot.scss */
.vin sup {
  top: -.5em;
}
/* line 182, _reboot.scss */
.vin a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
/* line 13, mixins/_hover.scss */
.vin a:hover {
  color: #0056b3;
  text-decoration: underline;
}
/* line 199, _reboot.scss */
.vin a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
/* line 17, mixins/_hover.scss */
.vin a:not([href]):not([tabindex]):hover, .vin a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
/* line 208, _reboot.scss */
.vin a:not([href]):not([tabindex]):focus {
  outline: 0;
}
/* line 218, _reboot.scss */
.vin pre,
.vin code,
.vin kbd,
.vin samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
/* line 226, _reboot.scss */
.vin pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
/* line 240, _reboot.scss */
.vin figure {
  margin: 0 0 1rem;
}
/* line 250, _reboot.scss */
.vin img {
  vertical-align: middle;
  border-style: none;
}
/* line 255, _reboot.scss */
.vin svg {
  overflow: hidden;
  vertical-align: middle;
}
/* line 267, _reboot.scss */
.vin table {
  border-collapse: collapse;
}
/* line 271, _reboot.scss */
.vin caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
/* line 279, _reboot.scss */
.vin th {
  text-align: inherit;
}
/* line 290, _reboot.scss */
.vin label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
/* line 299, _reboot.scss */
.vin button {
  border-radius: 0;
}
/* line 308, _reboot.scss */
.vin button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
/* line 313, _reboot.scss */
.vin input,
.vin button,
.vin select,
.vin optgroup,
.vin textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* line 324, _reboot.scss */
.vin button,
.vin input {
  overflow: visible;
}
/* line 329, _reboot.scss */
.vin button,
.vin select {
  text-transform: none;
}
/* line 337, _reboot.scss */
.vin select {
  word-wrap: normal;
}
/* line 345, _reboot.scss */
.vin button,
.vin [type="button"],
.vin [type="reset"],
.vin [type="submit"] {
  -webkit-appearance: button;
}
/* line 358, _reboot.scss */
.vin button:not(:disabled),
.vin [type="button"]:not(:disabled),
.vin [type="reset"]:not(:disabled),
.vin [type="submit"]:not(:disabled) {
  cursor: pointer;
}
/* line 365, _reboot.scss */
.vin button::-moz-focus-inner,
.vin [type="button"]::-moz-focus-inner,
.vin [type="reset"]::-moz-focus-inner,
.vin [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
/* line 373, _reboot.scss */
.vin input[type="radio"],
.vin input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
/* line 380, _reboot.scss */
.vin input[type="date"],
.vin input[type="time"],
.vin input[type="datetime-local"],
.vin input[type="month"] {
  -webkit-appearance: listbox;
}
/* line 392, _reboot.scss */
.vin textarea {
  overflow: auto;
  resize: vertical;
}
/* line 398, _reboot.scss */
.vin fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
/* line 413, _reboot.scss */
.vin legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
/* line 425, _reboot.scss */
.vin progress {
  vertical-align: baseline;
}
/* line 430, _reboot.scss */
.vin [type="number"]::-webkit-inner-spin-button,
.vin [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/* line 435, _reboot.scss */
.vin [type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
/* line 448, _reboot.scss */
.vin [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* line 457, _reboot.scss */
.vin ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
/* line 466, _reboot.scss */
.vin output {
  display: inline-block;
}
/* line 470, _reboot.scss */
.vin summary {
  display: list-item;
  cursor: pointer;
}
/* line 475, _reboot.scss */
.vin template {
  display: none;
}
/* line 481, _reboot.scss */
.vin [hidden] {
  display: none !important;
}
/* line 7, _type.scss */
.vin h1, .vin h2, .vin h3, .vin h4, .vin h5, .vin h6,
.vin .h1, .vin .h2, .vin .h3, .vin .h4, .vin .h5, .vin .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
/* line 16, _type.scss */
.vin h1, .vin .h1 {
  font-size: 2.5rem;
}
/* line 17, _type.scss */
.vin h2, .vin .h2 {
  font-size: 2rem;
}
/* line 18, _type.scss */
.vin h3, .vin .h3 {
  font-size: 1.75rem;
}
/* line 19, _type.scss */
.vin h4, .vin .h4 {
  font-size: 1.5rem;
}
/* line 20, _type.scss */
.vin h5, .vin .h5 {
  font-size: 1.25rem;
}
/* line 21, _type.scss */
.vin h6, .vin .h6 {
  font-size: 1rem;
}
/* line 23, _type.scss */
.vin .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
/* line 29, _type.scss */
.vin .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
/* line 34, _type.scss */
.vin .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
/* line 39, _type.scss */
.vin .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
/* line 44, _type.scss */
.vin .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
/* line 55, _type.scss */
.vin hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 67, _type.scss */
.vin small,
.vin .small {
  font-size: 80%;
  font-weight: 400;
}
/* line 73, _type.scss */
.vin mark,
.vin .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
/* line 84, _type.scss */
.vin .list-unstyled {
  padding-left: 0;
  list-style: none;
}
/* line 89, _type.scss */
.vin .list-inline {
  padding-left: 0;
  list-style: none;
}
/* line 92, _type.scss */
.vin .list-inline-item {
  display: inline-block;
}
/* line 95, _type.scss */
.vin .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
/* line 106, _type.scss */
.vin .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
/* line 112, _type.scss */
.vin .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
/* line 117, _type.scss */
.vin .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
/* line 122, _type.scss */
.vin .blockquote-footer::before {
  content: "\2014\00A0";
}
/* line 8, _images.scss */
.vin .img-fluid {
  max-width: 100%;
  height: auto;
}
/* line 14, _images.scss */
.vin .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
/* line 29, _images.scss */
.vin .figure {
  display: inline-block;
}
/* line 34, _images.scss */
.vin .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
/* line 39, _images.scss */
.vin .figure-caption {
  font-size: 90%;
  color: #6c757d;
}
/* line 2, _code.scss */
.vin code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
/* line 8, _code.scss */
a > .vin code {
  color: inherit;
}
/* line 14, _code.scss */
.vin kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
/* line 22, _code.scss */
.vin kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
/* line 31, _code.scss */
.vin pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
/* line 37, _code.scss */
.vin pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
/* line 45, _code.scss */
.vin .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
/* line 6, _grid.scss */
.vin .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  /* line 6, _grid.scss */
  .vin .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  /* line 6, _grid.scss */
  .vin .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 6, _grid.scss */
  .vin .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 6, _grid.scss */
  .vin .container {
    max-width: 1140px;
  }
}
/* line 18, _grid.scss */
.vin .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* line 28, _grid.scss */
.vin .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
/* line 34, _grid.scss */
.vin .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
/* line 38, _grid.scss */
.vin .no-gutters > .col,
.vin .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
/* line 8, mixins/_grid-framework.scss */
.vin .col-1, .vin .col-2, .vin .col-3, .vin .col-4, .vin .col-5, .vin .col-6, .vin .col-7, .vin .col-8, .vin .col-9, .vin .col-10, .vin .col-11, .vin .col-12, .vin .col,
.vin .col-auto, .vin .col-sm-1, .vin .col-sm-2, .vin .col-sm-3, .vin .col-sm-4, .vin .col-sm-5, .vin .col-sm-6, .vin .col-sm-7, .vin .col-sm-8, .vin .col-sm-9, .vin .col-sm-10, .vin .col-sm-11, .vin .col-sm-12, .vin .col-sm,
.vin .col-sm-auto, .vin .col-md-1, .vin .col-md-2, .vin .col-md-3, .vin .col-md-4, .vin .col-md-5, .vin .col-md-6, .vin .col-md-7, .vin .col-md-8, .vin .col-md-9, .vin .col-md-10, .vin .col-md-11, .vin .col-md-12, .vin .col-md,
.vin .col-md-auto, .vin .col-lg-1, .vin .col-lg-2, .vin .col-lg-3, .vin .col-lg-4, .vin .col-lg-5, .vin .col-lg-6, .vin .col-lg-7, .vin .col-lg-8, .vin .col-lg-9, .vin .col-lg-10, .vin .col-lg-11, .vin .col-lg-12, .vin .col-lg,
.vin .col-lg-auto, .vin .col-xl-1, .vin .col-xl-2, .vin .col-xl-3, .vin .col-xl-4, .vin .col-xl-5, .vin .col-xl-6, .vin .col-xl-7, .vin .col-xl-8, .vin .col-xl-9, .vin .col-xl-10, .vin .col-xl-11, .vin .col-xl-12, .vin .col-xl,
.vin .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
/* line 31, mixins/_grid-framework.scss */
.vin .col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}
/* line 36, mixins/_grid-framework.scss */
.vin .col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
/* line 43, mixins/_grid-framework.scss */
.vin .col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
/* line 43, mixins/_grid-framework.scss */
.vin .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
/* line 43, mixins/_grid-framework.scss */
.vin .col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
/* line 43, mixins/_grid-framework.scss */
.vin .col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
/* line 43, mixins/_grid-framework.scss */
.vin .col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
/* line 43, mixins/_grid-framework.scss */
.vin .col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
/* line 43, mixins/_grid-framework.scss */
.vin .col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
/* line 43, mixins/_grid-framework.scss */
.vin .col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
/* line 43, mixins/_grid-framework.scss */
.vin .col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}
/* line 43, mixins/_grid-framework.scss */
.vin .col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
/* line 43, mixins/_grid-framework.scss */
.vin .col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
/* line 43, mixins/_grid-framework.scss */
.vin .col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
/* line 48, mixins/_grid-framework.scss */
.vin .order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
/* line 50, mixins/_grid-framework.scss */
.vin .order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
/* line 53, mixins/_grid-framework.scss */
.vin .order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
/* line 53, mixins/_grid-framework.scss */
.vin .order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
/* line 53, mixins/_grid-framework.scss */
.vin .order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
/* line 53, mixins/_grid-framework.scss */
.vin .order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
/* line 53, mixins/_grid-framework.scss */
.vin .order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
/* line 53, mixins/_grid-framework.scss */
.vin .order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
/* line 53, mixins/_grid-framework.scss */
.vin .order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
/* line 53, mixins/_grid-framework.scss */
.vin .order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
/* line 53, mixins/_grid-framework.scss */
.vin .order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
/* line 53, mixins/_grid-framework.scss */
.vin .order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
/* line 53, mixins/_grid-framework.scss */
.vin .order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
/* line 53, mixins/_grid-framework.scss */
.vin .order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
/* line 53, mixins/_grid-framework.scss */
.vin .order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
/* line 59, mixins/_grid-framework.scss */
.vin .offset-1 {
  margin-left: 8.3333333333%;
}
/* line 59, mixins/_grid-framework.scss */
.vin .offset-2 {
  margin-left: 16.6666666667%;
}
/* line 59, mixins/_grid-framework.scss */
.vin .offset-3 {
  margin-left: 25%;
}
/* line 59, mixins/_grid-framework.scss */
.vin .offset-4 {
  margin-left: 33.3333333333%;
}
/* line 59, mixins/_grid-framework.scss */
.vin .offset-5 {
  margin-left: 41.6666666667%;
}
/* line 59, mixins/_grid-framework.scss */
.vin .offset-6 {
  margin-left: 50%;
}
/* line 59, mixins/_grid-framework.scss */
.vin .offset-7 {
  margin-left: 58.3333333333%;
}
/* line 59, mixins/_grid-framework.scss */
.vin .offset-8 {
  margin-left: 66.6666666667%;
}
/* line 59, mixins/_grid-framework.scss */
.vin .offset-9 {
  margin-left: 75%;
}
/* line 59, mixins/_grid-framework.scss */
.vin .offset-10 {
  margin-left: 83.3333333333%;
}
/* line 59, mixins/_grid-framework.scss */
.vin .offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  /* line 31, mixins/_grid-framework.scss */
  .vin .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, mixins/_grid-framework.scss */
  .vin .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, mixins/_grid-framework.scss */
  .vin .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  /* line 50, mixins/_grid-framework.scss */
  .vin .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-sm-0 {
    margin-left: 0;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  /* line 31, mixins/_grid-framework.scss */
  .vin .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, mixins/_grid-framework.scss */
  .vin .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, mixins/_grid-framework.scss */
  .vin .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  /* line 50, mixins/_grid-framework.scss */
  .vin .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-md-0 {
    margin-left: 0;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-md-3 {
    margin-left: 25%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-md-6 {
    margin-left: 50%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-md-9 {
    margin-left: 75%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  /* line 31, mixins/_grid-framework.scss */
  .vin .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, mixins/_grid-framework.scss */
  .vin .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, mixins/_grid-framework.scss */
  .vin .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  /* line 50, mixins/_grid-framework.scss */
  .vin .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-lg-0 {
    margin-left: 0;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  /* line 31, mixins/_grid-framework.scss */
  .vin .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, mixins/_grid-framework.scss */
  .vin .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 43, mixins/_grid-framework.scss */
  .vin .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, mixins/_grid-framework.scss */
  .vin .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  /* line 50, mixins/_grid-framework.scss */
  .vin .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  /* line 53, mixins/_grid-framework.scss */
  .vin .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-xl-0 {
    margin-left: 0;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 59, mixins/_grid-framework.scss */
  .vin .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
/* line 5, _tables.scss */
.vin .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
/* line 11, _tables.scss */
.vin .table th,
.vin .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
/* line 18, _tables.scss */
.vin .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
/* line 23, _tables.scss */
.vin .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
/* line 34, _tables.scss */
.vin .table-sm th,
.vin .table-sm td {
  padding: 0.3rem;
}
/* line 45, _tables.scss */
.vin .table-bordered {
  border: 1px solid #dee2e6;
}
/* line 48, _tables.scss */
.vin .table-bordered th,
.vin .table-bordered td {
  border: 1px solid #dee2e6;
}
/* line 54, _tables.scss */
.vin .table-bordered thead th,
.vin .table-bordered thead td {
  border-bottom-width: 2px;
}
/* line 62, _tables.scss */
.vin .table-borderless th,
.vin .table-borderless td,
.vin .table-borderless thead th,
.vin .table-borderless tbody + tbody {
  border: 0;
}
/* line 75, _tables.scss */
.vin .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 13, mixins/_hover.scss */
.vin .table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
/* line 7, mixins/_table-row.scss */
.vin .table-primary,
.vin .table-primary > th,
.vin .table-primary > td {
  background-color: #b8daff;
}
/* line 14, mixins/_table-row.scss */
.vin .table-primary th,
.vin .table-primary td,
.vin .table-primary thead th,
.vin .table-primary tbody + tbody {
  border-color: #7abaff;
}
/* line 13, mixins/_hover.scss */
.vin .table-hover .table-primary:hover {
  background-color: #9fcdff;
}
/* line 32, mixins/_table-row.scss */
.vin .table-hover .table-primary:hover > td,
.vin .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
/* line 7, mixins/_table-row.scss */
.vin .table-secondary,
.vin .table-secondary > th,
.vin .table-secondary > td {
  background-color: #d6d8db;
}
/* line 14, mixins/_table-row.scss */
.vin .table-secondary th,
.vin .table-secondary td,
.vin .table-secondary thead th,
.vin .table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
/* line 13, mixins/_hover.scss */
.vin .table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
/* line 32, mixins/_table-row.scss */
.vin .table-hover .table-secondary:hover > td,
.vin .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
/* line 7, mixins/_table-row.scss */
.vin .table-success,
.vin .table-success > th,
.vin .table-success > td {
  background-color: #c3e6cb;
}
/* line 14, mixins/_table-row.scss */
.vin .table-success th,
.vin .table-success td,
.vin .table-success thead th,
.vin .table-success tbody + tbody {
  border-color: #8fd19e;
}
/* line 13, mixins/_hover.scss */
.vin .table-hover .table-success:hover {
  background-color: #b1dfbb;
}
/* line 32, mixins/_table-row.scss */
.vin .table-hover .table-success:hover > td,
.vin .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
/* line 7, mixins/_table-row.scss */
.vin .table-info,
.vin .table-info > th,
.vin .table-info > td {
  background-color: #bee5eb;
}
/* line 14, mixins/_table-row.scss */
.vin .table-info th,
.vin .table-info td,
.vin .table-info thead th,
.vin .table-info tbody + tbody {
  border-color: #86cfda;
}
/* line 13, mixins/_hover.scss */
.vin .table-hover .table-info:hover {
  background-color: #abdde5;
}
/* line 32, mixins/_table-row.scss */
.vin .table-hover .table-info:hover > td,
.vin .table-hover .table-info:hover > th {
  background-color: #abdde5;
}
/* line 7, mixins/_table-row.scss */
.vin .table-warning,
.vin .table-warning > th,
.vin .table-warning > td {
  background-color: #ffeeba;
}
/* line 14, mixins/_table-row.scss */
.vin .table-warning th,
.vin .table-warning td,
.vin .table-warning thead th,
.vin .table-warning tbody + tbody {
  border-color: #ffdf7e;
}
/* line 13, mixins/_hover.scss */
.vin .table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
/* line 32, mixins/_table-row.scss */
.vin .table-hover .table-warning:hover > td,
.vin .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
/* line 7, mixins/_table-row.scss */
.vin .table-danger,
.vin .table-danger > th,
.vin .table-danger > td {
  background-color: #f5c6cb;
}
/* line 14, mixins/_table-row.scss */
.vin .table-danger th,
.vin .table-danger td,
.vin .table-danger thead th,
.vin .table-danger tbody + tbody {
  border-color: #ed969e;
}
/* line 13, mixins/_hover.scss */
.vin .table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
/* line 32, mixins/_table-row.scss */
.vin .table-hover .table-danger:hover > td,
.vin .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
/* line 7, mixins/_table-row.scss */
.vin .table-light,
.vin .table-light > th,
.vin .table-light > td {
  background-color: #fdfdfe;
}
/* line 14, mixins/_table-row.scss */
.vin .table-light th,
.vin .table-light td,
.vin .table-light thead th,
.vin .table-light tbody + tbody {
  border-color: #fbfcfc;
}
/* line 13, mixins/_hover.scss */
.vin .table-hover .table-light:hover {
  background-color: #ececf6;
}
/* line 32, mixins/_table-row.scss */
.vin .table-hover .table-light:hover > td,
.vin .table-hover .table-light:hover > th {
  background-color: #ececf6;
}
/* line 7, mixins/_table-row.scss */
.vin .table-dark,
.vin .table-dark > th,
.vin .table-dark > td {
  background-color: #c6c8ca;
}
/* line 14, mixins/_table-row.scss */
.vin .table-dark th,
.vin .table-dark td,
.vin .table-dark thead th,
.vin .table-dark tbody + tbody {
  border-color: #95999c;
}
/* line 13, mixins/_hover.scss */
.vin .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
/* line 32, mixins/_table-row.scss */
.vin .table-hover .table-dark:hover > td,
.vin .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
/* line 7, mixins/_table-row.scss */
.vin .table-active,
.vin .table-active > th,
.vin .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
/* line 13, mixins/_hover.scss */
.vin .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
/* line 32, mixins/_table-row.scss */
.vin .table-hover .table-active:hover > td,
.vin .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
/* line 114, _tables.scss */
.vin .table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
/* line 122, _tables.scss */
.vin .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
/* line 130, _tables.scss */
.vin .table-dark {
  color: #fff;
  background-color: #343a40;
}
/* line 134, _tables.scss */
.vin .table-dark th,
.vin .table-dark td,
.vin .table-dark thead th {
  border-color: #454d55;
}
/* line 140, _tables.scss */
.vin .table-dark.table-bordered {
  border: 0;
}
/* line 145, _tables.scss */
.vin .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
/* line 13, mixins/_hover.scss */
.vin .table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  /* line 171, _tables.scss */
  .vin .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, _tables.scss */
  .vin .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  /* line 171, _tables.scss */
  .vin .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, _tables.scss */
  .vin .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  /* line 171, _tables.scss */
  .vin .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, _tables.scss */
  .vin .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  /* line 171, _tables.scss */
  .vin .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, _tables.scss */
  .vin .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
/* line 171, _tables.scss */
.vin .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 179, _tables.scss */
.vin .table-responsive > .table-bordered {
  border: 0;
}
/* line 7, _forms.scss */
.vin .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  /* line 7, _forms.scss */
  .vin .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
/* line 28, _forms.scss */
.vin .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
/* line 14, mixins/_forms.scss */
.vin .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 37, _forms.scss */
.vin .form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.vin .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.vin .form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.vin .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
/* line 48, _forms.scss */
.vin .form-control:disabled, .vin .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
/* line 57, _forms.scss */
.vin select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
/* line 69, _forms.scss */
.vin .form-control-file,
.vin .form-control-range {
  display: block;
  width: 100%;
}
/* line 82, _forms.scss */
.vin .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
/* line 90, _forms.scss */
.vin .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
/* line 97, _forms.scss */
.vin .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
/* line 110, _forms.scss */
.vin .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
/* line 122, _forms.scss */
.vin .form-control-plaintext.form-control-sm, .vin .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
/* line 137, _forms.scss */
.vin .form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
/* line 145, _forms.scss */
.vin .form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
/* line 155, _forms.scss */
.vin select.form-control[size], .vin select.form-control[multiple] {
  height: auto;
}
/* line 161, _forms.scss */
.vin textarea.form-control {
  height: auto;
}
/* line 170, _forms.scss */
.vin .form-group {
  margin-bottom: 1rem;
}
/* line 174, _forms.scss */
.vin .form-text {
  display: block;
  margin-top: 0.25rem;
}
/* line 184, _forms.scss */
.vin .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
/* line 190, _forms.scss */
.vin .form-row > .col,
.vin .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
/* line 202, _forms.scss */
.vin .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
/* line 208, _forms.scss */
.vin .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
/* line 213, _forms.scss */
.vin .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
/* line 218, _forms.scss */
.vin .form-check-label {
  margin-bottom: 0;
}
/* line 222, _forms.scss */
.vin .form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
/* line 229, _forms.scss */
.vin .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
/* line 30, mixins/_forms.scss */
.vin .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
/* line 38, mixins/_forms.scss */
.vin .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
/* line 54, mixins/_forms.scss */
.was-validated .vin .form-control:valid, .vin .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
/* line 66, mixins/_forms.scss */
.was-validated .vin .form-control:valid:focus, .vin .form-control.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
/* line 71, mixins/_forms.scss */
.was-validated .vin .form-control:valid ~ .valid-feedback,
.was-validated .vin .form-control:valid ~ .valid-tooltip, .vin .form-control.is-valid ~ .valid-feedback,
.vin .form-control.is-valid ~ .valid-tooltip {
  display: block;
}
/* line 80, mixins/_forms.scss */
.was-validated .vin textarea.form-control:valid, .vin textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
/* line 90, mixins/_forms.scss */
.was-validated .vin .custom-select:valid, .vin .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
/* line 99, mixins/_forms.scss */
.was-validated .vin .custom-select:valid:focus, .vin .custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
/* line 104, mixins/_forms.scss */
.was-validated .vin .custom-select:valid ~ .valid-feedback,
.was-validated .vin .custom-select:valid ~ .valid-tooltip, .vin .custom-select.is-valid ~ .valid-feedback,
.vin .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
/* line 115, mixins/_forms.scss */
.was-validated .vin .form-control-file:valid ~ .valid-feedback,
.was-validated .vin .form-control-file:valid ~ .valid-tooltip, .vin .form-control-file.is-valid ~ .valid-feedback,
.vin .form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
/* line 125, mixins/_forms.scss */
.was-validated .vin .form-check-input:valid ~ .form-check-label, .vin .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
/* line 129, mixins/_forms.scss */
.was-validated .vin .form-check-input:valid ~ .valid-feedback,
.was-validated .vin .form-check-input:valid ~ .valid-tooltip, .vin .form-check-input.is-valid ~ .valid-feedback,
.vin .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
/* line 139, mixins/_forms.scss */
.was-validated .vin .custom-control-input:valid ~ .custom-control-label, .vin .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
/* line 142, mixins/_forms.scss */
.was-validated .vin .custom-control-input:valid ~ .custom-control-label::before, .vin .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
/* line 147, mixins/_forms.scss */
.was-validated .vin .custom-control-input:valid ~ .valid-feedback,
.was-validated .vin .custom-control-input:valid ~ .valid-tooltip, .vin .custom-control-input.is-valid ~ .valid-feedback,
.vin .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
/* line 153, mixins/_forms.scss */
.was-validated .vin .custom-control-input:valid:checked ~ .custom-control-label::before, .vin .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
/* line 160, mixins/_forms.scss */
.was-validated .vin .custom-control-input:valid:focus ~ .custom-control-label::before, .vin .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
/* line 164, mixins/_forms.scss */
.was-validated .vin .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .vin .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
/* line 175, mixins/_forms.scss */
.was-validated .vin .custom-file-input:valid ~ .custom-file-label, .vin .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
/* line 179, mixins/_forms.scss */
.was-validated .vin .custom-file-input:valid ~ .valid-feedback,
.was-validated .vin .custom-file-input:valid ~ .valid-tooltip, .vin .custom-file-input.is-valid ~ .valid-feedback,
.vin .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
/* line 185, mixins/_forms.scss */
.was-validated .vin .custom-file-input:valid:focus ~ .custom-file-label, .vin .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
/* line 30, mixins/_forms.scss */
.vin .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
/* line 38, mixins/_forms.scss */
.vin .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
/* line 54, mixins/_forms.scss */
.was-validated .vin .form-control:invalid, .vin .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
/* line 66, mixins/_forms.scss */
.was-validated .vin .form-control:invalid:focus, .vin .form-control.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
/* line 71, mixins/_forms.scss */
.was-validated .vin .form-control:invalid ~ .invalid-feedback,
.was-validated .vin .form-control:invalid ~ .invalid-tooltip, .vin .form-control.is-invalid ~ .invalid-feedback,
.vin .form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}
/* line 80, mixins/_forms.scss */
.was-validated .vin textarea.form-control:invalid, .vin textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
/* line 90, mixins/_forms.scss */
.was-validated .vin .custom-select:invalid, .vin .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
/* line 99, mixins/_forms.scss */
.was-validated .vin .custom-select:invalid:focus, .vin .custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
/* line 104, mixins/_forms.scss */
.was-validated .vin .custom-select:invalid ~ .invalid-feedback,
.was-validated .vin .custom-select:invalid ~ .invalid-tooltip, .vin .custom-select.is-invalid ~ .invalid-feedback,
.vin .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
/* line 115, mixins/_forms.scss */
.was-validated .vin .form-control-file:invalid ~ .invalid-feedback,
.was-validated .vin .form-control-file:invalid ~ .invalid-tooltip, .vin .form-control-file.is-invalid ~ .invalid-feedback,
.vin .form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
/* line 125, mixins/_forms.scss */
.was-validated .vin .form-check-input:invalid ~ .form-check-label, .vin .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
/* line 129, mixins/_forms.scss */
.was-validated .vin .form-check-input:invalid ~ .invalid-feedback,
.was-validated .vin .form-check-input:invalid ~ .invalid-tooltip, .vin .form-check-input.is-invalid ~ .invalid-feedback,
.vin .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
/* line 139, mixins/_forms.scss */
.was-validated .vin .custom-control-input:invalid ~ .custom-control-label, .vin .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
/* line 142, mixins/_forms.scss */
.was-validated .vin .custom-control-input:invalid ~ .custom-control-label::before, .vin .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
/* line 147, mixins/_forms.scss */
.was-validated .vin .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .vin .custom-control-input:invalid ~ .invalid-tooltip, .vin .custom-control-input.is-invalid ~ .invalid-feedback,
.vin .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
/* line 153, mixins/_forms.scss */
.was-validated .vin .custom-control-input:invalid:checked ~ .custom-control-label::before, .vin .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
/* line 160, mixins/_forms.scss */
.was-validated .vin .custom-control-input:invalid:focus ~ .custom-control-label::before, .vin .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
/* line 164, mixins/_forms.scss */
.was-validated .vin .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .vin .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
/* line 175, mixins/_forms.scss */
.was-validated .vin .custom-file-input:invalid ~ .custom-file-label, .vin .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
/* line 179, mixins/_forms.scss */
.was-validated .vin .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .vin .custom-file-input:invalid ~ .invalid-tooltip, .vin .custom-file-input.is-invalid ~ .invalid-feedback,
.vin .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
/* line 185, mixins/_forms.scss */
.was-validated .vin .custom-file-input:invalid:focus ~ .custom-file-label, .vin .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
/* line 258, _forms.scss */
.vin .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 266, _forms.scss */
.vin .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  /* line 272, _forms.scss */
  .vin .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  /* line 280, _forms.scss */
  .vin .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  /* line 289, _forms.scss */
  .vin .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 296, _forms.scss */
  .vin .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 300, _forms.scss */
  .vin .form-inline .input-group,
  .vin .form-inline .custom-select {
    width: auto;
  }
  /* line 307, _forms.scss */
  .vin .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 314, _forms.scss */
  .vin .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 322, _forms.scss */
  .vin .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* line 326, _forms.scss */
  .vin .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
/* line 7, _buttons.scss */
.vin .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  /* line 7, _buttons.scss */
  .vin .btn {
    -webkit-transition: none;
    transition: none;
  }
}
/* line 13, mixins/_hover.scss */
.vin .btn:hover {
  color: #212529;
  text-decoration: none;
}
/* line 25, _buttons.scss */
.vin .btn:focus, .vin .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 32, _buttons.scss */
.vin .btn.disabled, .vin .btn:disabled {
  opacity: 0.65;
}
/* line 49, _buttons.scss */
.vin a.btn.disabled,
.vin fieldset:disabled a.btn {
  pointer-events: none;
}
/* line 60, _buttons.scss */
.vin .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 13, mixins/_hover.scss */
.vin .btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
/* line 18, mixins/_buttons.scss */
.vin .btn-primary:focus, .vin .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
/* line 29, mixins/_buttons.scss */
.vin .btn-primary.disabled, .vin .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 40, mixins/_buttons.scss */
.vin .btn-primary:not(:disabled):not(.disabled):active, .vin .btn-primary:not(:disabled):not(.disabled).active, .show > .vin .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
/* line 50, mixins/_buttons.scss */
.vin .btn-primary:not(:disabled):not(.disabled):active:focus, .vin .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .vin .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
/* line 60, _buttons.scss */
.vin .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 13, mixins/_hover.scss */
.vin .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
/* line 18, mixins/_buttons.scss */
.vin .btn-secondary:focus, .vin .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
/* line 29, mixins/_buttons.scss */
.vin .btn-secondary.disabled, .vin .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 40, mixins/_buttons.scss */
.vin .btn-secondary:not(:disabled):not(.disabled):active, .vin .btn-secondary:not(:disabled):not(.disabled).active, .show > .vin .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
/* line 50, mixins/_buttons.scss */
.vin .btn-secondary:not(:disabled):not(.disabled):active:focus, .vin .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .vin .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
/* line 60, _buttons.scss */
.vin .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 13, mixins/_hover.scss */
.vin .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
/* line 18, mixins/_buttons.scss */
.vin .btn-success:focus, .vin .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
/* line 29, mixins/_buttons.scss */
.vin .btn-success.disabled, .vin .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 40, mixins/_buttons.scss */
.vin .btn-success:not(:disabled):not(.disabled):active, .vin .btn-success:not(:disabled):not(.disabled).active, .show > .vin .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
/* line 50, mixins/_buttons.scss */
.vin .btn-success:not(:disabled):not(.disabled):active:focus, .vin .btn-success:not(:disabled):not(.disabled).active:focus, .show > .vin .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
/* line 60, _buttons.scss */
.vin .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 13, mixins/_hover.scss */
.vin .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
/* line 18, mixins/_buttons.scss */
.vin .btn-info:focus, .vin .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
/* line 29, mixins/_buttons.scss */
.vin .btn-info.disabled, .vin .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 40, mixins/_buttons.scss */
.vin .btn-info:not(:disabled):not(.disabled):active, .vin .btn-info:not(:disabled):not(.disabled).active, .show > .vin .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
/* line 50, mixins/_buttons.scss */
.vin .btn-info:not(:disabled):not(.disabled):active:focus, .vin .btn-info:not(:disabled):not(.disabled).active:focus, .show > .vin .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
/* line 60, _buttons.scss */
.vin .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 13, mixins/_hover.scss */
.vin .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
/* line 18, mixins/_buttons.scss */
.vin .btn-warning:focus, .vin .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
/* line 29, mixins/_buttons.scss */
.vin .btn-warning.disabled, .vin .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 40, mixins/_buttons.scss */
.vin .btn-warning:not(:disabled):not(.disabled):active, .vin .btn-warning:not(:disabled):not(.disabled).active, .show > .vin .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
/* line 50, mixins/_buttons.scss */
.vin .btn-warning:not(:disabled):not(.disabled):active:focus, .vin .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .vin .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
/* line 60, _buttons.scss */
.vin .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 13, mixins/_hover.scss */
.vin .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
/* line 18, mixins/_buttons.scss */
.vin .btn-danger:focus, .vin .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
/* line 29, mixins/_buttons.scss */
.vin .btn-danger.disabled, .vin .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 40, mixins/_buttons.scss */
.vin .btn-danger:not(:disabled):not(.disabled):active, .vin .btn-danger:not(:disabled):not(.disabled).active, .show > .vin .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
/* line 50, mixins/_buttons.scss */
.vin .btn-danger:not(:disabled):not(.disabled):active:focus, .vin .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .vin .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
/* line 60, _buttons.scss */
.vin .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 13, mixins/_hover.scss */
.vin .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
/* line 18, mixins/_buttons.scss */
.vin .btn-light:focus, .vin .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
/* line 29, mixins/_buttons.scss */
.vin .btn-light.disabled, .vin .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 40, mixins/_buttons.scss */
.vin .btn-light:not(:disabled):not(.disabled):active, .vin .btn-light:not(:disabled):not(.disabled).active, .show > .vin .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
/* line 50, mixins/_buttons.scss */
.vin .btn-light:not(:disabled):not(.disabled):active:focus, .vin .btn-light:not(:disabled):not(.disabled).active:focus, .show > .vin .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
/* line 60, _buttons.scss */
.vin .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 13, mixins/_hover.scss */
.vin .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
/* line 18, mixins/_buttons.scss */
.vin .btn-dark:focus, .vin .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
/* line 29, mixins/_buttons.scss */
.vin .btn-dark.disabled, .vin .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 40, mixins/_buttons.scss */
.vin .btn-dark:not(:disabled):not(.disabled):active, .vin .btn-dark:not(:disabled):not(.disabled).active, .show > .vin .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
/* line 50, mixins/_buttons.scss */
.vin .btn-dark:not(:disabled):not(.disabled):active:focus, .vin .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .vin .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
/* line 66, _buttons.scss */
.vin .btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
/* line 13, mixins/_hover.scss */
.vin .btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 71, mixins/_buttons.scss */
.vin .btn-outline-primary:focus, .vin .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
/* line 76, mixins/_buttons.scss */
.vin .btn-outline-primary.disabled, .vin .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
/* line 82, mixins/_buttons.scss */
.vin .btn-outline-primary:not(:disabled):not(.disabled):active, .vin .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .vin .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 89, mixins/_buttons.scss */
.vin .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .vin .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .vin .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
/* line 66, _buttons.scss */
.vin .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
/* line 13, mixins/_hover.scss */
.vin .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 71, mixins/_buttons.scss */
.vin .btn-outline-secondary:focus, .vin .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
/* line 76, mixins/_buttons.scss */
.vin .btn-outline-secondary.disabled, .vin .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
/* line 82, mixins/_buttons.scss */
.vin .btn-outline-secondary:not(:disabled):not(.disabled):active, .vin .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .vin .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 89, mixins/_buttons.scss */
.vin .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .vin .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .vin .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
/* line 66, _buttons.scss */
.vin .btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
/* line 13, mixins/_hover.scss */
.vin .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 71, mixins/_buttons.scss */
.vin .btn-outline-success:focus, .vin .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
/* line 76, mixins/_buttons.scss */
.vin .btn-outline-success.disabled, .vin .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
/* line 82, mixins/_buttons.scss */
.vin .btn-outline-success:not(:disabled):not(.disabled):active, .vin .btn-outline-success:not(:disabled):not(.disabled).active, .show > .vin .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 89, mixins/_buttons.scss */
.vin .btn-outline-success:not(:disabled):not(.disabled):active:focus, .vin .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .vin .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
/* line 66, _buttons.scss */
.vin .btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
/* line 13, mixins/_hover.scss */
.vin .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 71, mixins/_buttons.scss */
.vin .btn-outline-info:focus, .vin .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
/* line 76, mixins/_buttons.scss */
.vin .btn-outline-info.disabled, .vin .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
/* line 82, mixins/_buttons.scss */
.vin .btn-outline-info:not(:disabled):not(.disabled):active, .vin .btn-outline-info:not(:disabled):not(.disabled).active, .show > .vin .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 89, mixins/_buttons.scss */
.vin .btn-outline-info:not(:disabled):not(.disabled):active:focus, .vin .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .vin .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
/* line 66, _buttons.scss */
.vin .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
/* line 13, mixins/_hover.scss */
.vin .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 71, mixins/_buttons.scss */
.vin .btn-outline-warning:focus, .vin .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
/* line 76, mixins/_buttons.scss */
.vin .btn-outline-warning.disabled, .vin .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
/* line 82, mixins/_buttons.scss */
.vin .btn-outline-warning:not(:disabled):not(.disabled):active, .vin .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .vin .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 89, mixins/_buttons.scss */
.vin .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .vin .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .vin .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
/* line 66, _buttons.scss */
.vin .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
/* line 13, mixins/_hover.scss */
.vin .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 71, mixins/_buttons.scss */
.vin .btn-outline-danger:focus, .vin .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
/* line 76, mixins/_buttons.scss */
.vin .btn-outline-danger.disabled, .vin .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
/* line 82, mixins/_buttons.scss */
.vin .btn-outline-danger:not(:disabled):not(.disabled):active, .vin .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .vin .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 89, mixins/_buttons.scss */
.vin .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .vin .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .vin .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
/* line 66, _buttons.scss */
.vin .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 13, mixins/_hover.scss */
.vin .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 71, mixins/_buttons.scss */
.vin .btn-outline-light:focus, .vin .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
/* line 76, mixins/_buttons.scss */
.vin .btn-outline-light.disabled, .vin .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
/* line 82, mixins/_buttons.scss */
.vin .btn-outline-light:not(:disabled):not(.disabled):active, .vin .btn-outline-light:not(:disabled):not(.disabled).active, .show > .vin .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 89, mixins/_buttons.scss */
.vin .btn-outline-light:not(:disabled):not(.disabled):active:focus, .vin .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .vin .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
/* line 66, _buttons.scss */
.vin .btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
/* line 13, mixins/_hover.scss */
.vin .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 71, mixins/_buttons.scss */
.vin .btn-outline-dark:focus, .vin .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
/* line 76, mixins/_buttons.scss */
.vin .btn-outline-dark.disabled, .vin .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
/* line 82, mixins/_buttons.scss */
.vin .btn-outline-dark:not(:disabled):not(.disabled):active, .vin .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .vin .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 89, mixins/_buttons.scss */
.vin .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .vin .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .vin .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
/* line 77, _buttons.scss */
.vin .btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
/* line 13, mixins/_hover.scss */
.vin .btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
/* line 87, _buttons.scss */
.vin .btn-link:focus, .vin .btn-link.focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* line 93, _buttons.scss */
.vin .btn-link:disabled, .vin .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
/* line 107, _buttons.scss */
.vin .btn-lg, .vin .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
/* line 111, _buttons.scss */
.vin .btn-sm, .vin .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
/* line 120, _buttons.scss */
.vin .btn-block {
  display: block;
  width: 100%;
}
/* line 125, _buttons.scss */
.vin .btn-block + .btn-block {
  margin-top: 0.5rem;
}
/* line 134, _buttons.scss */
.vin input[type="submit"].btn-block,
.vin input[type="reset"].btn-block,
.vin input[type="button"].btn-block {
  width: 100%;
}
/* line 1, _transitions.scss */
.vin .fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  /* line 1, _transitions.scss */
  .vin .fade {
    -webkit-transition: none;
    transition: none;
  }
}
/* line 4, _transitions.scss */
.vin .fade:not(.show) {
  opacity: 0;
}
/* line 10, _transitions.scss */
.vin .collapse:not(.show) {
  display: none;
}
/* line 15, _transitions.scss */
.vin .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  /* line 15, _transitions.scss */
  .vin .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
/* line 2, _dropdown.scss */
.vin .dropup,
.vin .dropright,
.vin .dropdown,
.vin .dropleft {
  position: relative;
}
/* line 9, _dropdown.scss */
.vin .dropdown-toggle {
  white-space: nowrap;
}
/* line 30, mixins/_caret.scss */
.vin .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
/* line 58, mixins/_caret.scss */
.vin .dropdown-toggle:empty::after {
  margin-left: 0;
}
/* line 17, _dropdown.scss */
.vin .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
/* line 42, _dropdown.scss */
.vin .dropdown-menu-left {
  right: auto;
  left: 0;
}
/* line 47, _dropdown.scss */
.vin .dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  /* line 42, _dropdown.scss */
  .vin .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 47, _dropdown.scss */
  .vin .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  /* line 42, _dropdown.scss */
  .vin .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 47, _dropdown.scss */
  .vin .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  /* line 42, _dropdown.scss */
  .vin .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 47, _dropdown.scss */
  .vin .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  /* line 42, _dropdown.scss */
  .vin .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 47, _dropdown.scss */
  .vin .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
/* line 57, _dropdown.scss */
.vin .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
/* line 30, mixins/_caret.scss */
.vin .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
/* line 58, mixins/_caret.scss */
.vin .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
/* line 70, _dropdown.scss */
.vin .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
/* line 30, mixins/_caret.scss */
.vin .dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
/* line 58, mixins/_caret.scss */
.vin .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
/* line 80, _dropdown.scss */
.vin .dropright .dropdown-toggle::after {
  vertical-align: 0;
}
/* line 87, _dropdown.scss */
.vin .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
/* line 30, mixins/_caret.scss */
.vin .dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
/* line 45, mixins/_caret.scss */
.vin .dropleft .dropdown-toggle::after {
  display: none;
}
/* line 49, mixins/_caret.scss */
.vin .dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
/* line 58, mixins/_caret.scss */
.vin .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
/* line 97, _dropdown.scss */
.vin .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
/* line 106, _dropdown.scss */
.vin .dropdown-menu[x-placement^="top"], .vin .dropdown-menu[x-placement^="right"], .vin .dropdown-menu[x-placement^="bottom"], .vin .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
/* line 116, _dropdown.scss */
.vin .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
/* line 123, _dropdown.scss */
.vin .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
/* line 17, mixins/_hover.scss */
.vin .dropdown-item:hover, .vin .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
/* line 153, _dropdown.scss */
.vin .dropdown-item.active, .vin .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
/* line 160, _dropdown.scss */
.vin .dropdown-item.disabled, .vin .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
/* line 172, _dropdown.scss */
.vin .dropdown-menu.show {
  display: block;
}
/* line 177, _dropdown.scss */
.vin .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
/* line 187, _dropdown.scss */
.vin .dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
/* line 4, _button-group.scss */
.vin .btn-group,
.vin .btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
/* line 10, _button-group.scss */
.vin .btn-group > .btn,
.vin .btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
/* line 13, mixins/_hover.scss */
.vin .btn-group > .btn:hover,
.vin .btn-group-vertical > .btn:hover {
  z-index: 1;
}
/* line 19, _button-group.scss */
.vin .btn-group > .btn:focus, .vin .btn-group > .btn:active, .vin .btn-group > .btn.active,
.vin .btn-group-vertical > .btn:focus,
.vin .btn-group-vertical > .btn:active,
.vin .btn-group-vertical > .btn.active {
  z-index: 1;
}
/* line 28, _button-group.scss */
.vin .btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* line 33, _button-group.scss */
.vin .btn-toolbar .input-group {
  width: auto;
}
/* line 40, _button-group.scss */
.vin .btn-group > .btn:not(:first-child),
.vin .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
/* line 46, _button-group.scss */
.vin .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.vin .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 51, _button-group.scss */
.vin .btn-group > .btn:not(:first-child),
.vin .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 69, _button-group.scss */
.vin .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
/* line 73, _button-group.scss */
.vin .dropdown-toggle-split::after, .dropup .vin .dropdown-toggle-split::after, .dropright .vin .dropdown-toggle-split::after {
  margin-left: 0;
}
/* line 79, _button-group.scss */
.dropleft .vin .dropdown-toggle-split::before {
  margin-right: 0;
}
/* line 84, _button-group.scss */
.vin .btn-sm + .dropdown-toggle-split, .vin .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
/* line 89, _button-group.scss */
.vin .btn-lg + .dropdown-toggle-split, .vin .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
/* line 111, _button-group.scss */
.vin .btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 116, _button-group.scss */
.vin .btn-group-vertical > .btn,
.vin .btn-group-vertical > .btn-group {
  width: 100%;
}
/* line 121, _button-group.scss */
.vin .btn-group-vertical > .btn:not(:first-child),
.vin .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
/* line 127, _button-group.scss */
.vin .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.vin .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 132, _button-group.scss */
.vin .btn-group-vertical > .btn:not(:first-child),
.vin .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 152, _button-group.scss */
.vin .btn-group-toggle > .btn,
.vin .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
/* line 156, _button-group.scss */
.vin .btn-group-toggle > .btn input[type="radio"],
.vin .btn-group-toggle > .btn input[type="checkbox"],
.vin .btn-group-toggle > .btn-group > .btn input[type="radio"],
.vin .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
/* line 7, _input-group.scss */
.vin .input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
/* line 14, _input-group.scss */
.vin .input-group > .form-control,
.vin .input-group > .form-control-plaintext,
.vin .input-group > .custom-select,
.vin .input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
/* line 25, _input-group.scss */
.vin .input-group > .form-control + .form-control,
.vin .input-group > .form-control + .custom-select,
.vin .input-group > .form-control + .custom-file,
.vin .input-group > .form-control-plaintext + .form-control,
.vin .input-group > .form-control-plaintext + .custom-select,
.vin .input-group > .form-control-plaintext + .custom-file,
.vin .input-group > .custom-select + .form-control,
.vin .input-group > .custom-select + .custom-select,
.vin .input-group > .custom-select + .custom-file,
.vin .input-group > .custom-file + .form-control,
.vin .input-group > .custom-file + .custom-select,
.vin .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
/* line 33, _input-group.scss */
.vin .input-group > .form-control:focus,
.vin .input-group > .custom-select:focus,
.vin .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
/* line 40, _input-group.scss */
.vin .input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
/* line 46, _input-group.scss */
.vin .input-group > .form-control:not(:last-child),
.vin .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 47, _input-group.scss */
.vin .input-group > .form-control:not(:first-child),
.vin .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 52, _input-group.scss */
.vin .input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 56, _input-group.scss */
.vin .input-group > .custom-file:not(:last-child) .custom-file-label, .vin .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 58, _input-group.scss */
.vin .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 69, _input-group.scss */
.vin .input-group-prepend,
.vin .input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 76, _input-group.scss */
.vin .input-group-prepend .btn,
.vin .input-group-append .btn {
  position: relative;
  z-index: 2;
}
/* line 80, _input-group.scss */
.vin .input-group-prepend .btn:focus,
.vin .input-group-append .btn:focus {
  z-index: 3;
}
/* line 85, _input-group.scss */
.vin .input-group-prepend .btn + .btn,
.vin .input-group-prepend .btn + .input-group-text,
.vin .input-group-prepend .input-group-text + .input-group-text,
.vin .input-group-prepend .input-group-text + .btn,
.vin .input-group-append .btn + .btn,
.vin .input-group-append .btn + .input-group-text,
.vin .input-group-append .input-group-text + .input-group-text,
.vin .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
/* line 93, _input-group.scss */
.vin .input-group-prepend {
  margin-right: -1px;
}
/* line 94, _input-group.scss */
.vin .input-group-append {
  margin-left: -1px;
}
/* line 102, _input-group.scss */
.vin .input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
/* line 118, _input-group.scss */
.vin .input-group-text input[type="radio"],
.vin .input-group-text input[type="checkbox"] {
  margin-top: 0;
}
/* line 130, _input-group.scss */
.vin .input-group-lg > .form-control:not(textarea),
.vin .input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
/* line 135, _input-group.scss */
.vin .input-group-lg > .form-control,
.vin .input-group-lg > .custom-select,
.vin .input-group-lg > .input-group-prepend > .input-group-text,
.vin .input-group-lg > .input-group-append > .input-group-text,
.vin .input-group-lg > .input-group-prepend > .btn,
.vin .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
/* line 147, _input-group.scss */
.vin .input-group-sm > .form-control:not(textarea),
.vin .input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
/* line 152, _input-group.scss */
.vin .input-group-sm > .form-control,
.vin .input-group-sm > .custom-select,
.vin .input-group-sm > .input-group-prepend > .input-group-text,
.vin .input-group-sm > .input-group-append > .input-group-text,
.vin .input-group-sm > .input-group-prepend > .btn,
.vin .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
/* line 164, _input-group.scss */
.vin .input-group-lg > .custom-select,
.vin .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
/* line 177, _input-group.scss */
.vin .input-group > .input-group-prepend > .btn,
.vin .input-group > .input-group-prepend > .input-group-text,
.vin .input-group > .input-group-append:not(:last-child) > .btn,
.vin .input-group > .input-group-append:not(:last-child) > .input-group-text,
.vin .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.vin .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 186, _input-group.scss */
.vin .input-group > .input-group-append > .btn,
.vin .input-group > .input-group-append > .input-group-text,
.vin .input-group > .input-group-prepend:not(:first-child) > .btn,
.vin .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.vin .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.vin .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 10, _custom-forms.scss */
.vin .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
/* line 17, _custom-forms.scss */
.vin .custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
/* line 22, _custom-forms.scss */
.vin .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
/* line 27, _custom-forms.scss */
.vin .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
/* line 34, _custom-forms.scss */
.vin .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 43, _custom-forms.scss */
.vin .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
/* line 47, _custom-forms.scss */
.vin .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
/* line 55, _custom-forms.scss */
.vin .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
/* line 58, _custom-forms.scss */
.vin .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
/* line 69, _custom-forms.scss */
.vin .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
/* line 75, _custom-forms.scss */
.vin .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
/* line 90, _custom-forms.scss */
.vin .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}
/* line 108, _custom-forms.scss */
.vin .custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
/* line 113, _custom-forms.scss */
.vin .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
/* line 119, _custom-forms.scss */
.vin .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
/* line 124, _custom-forms.scss */
.vin .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
/* line 130, _custom-forms.scss */
.vin .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
/* line 133, _custom-forms.scss */
.vin .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
/* line 144, _custom-forms.scss */
.vin .custom-radio .custom-control-label::before {
  border-radius: 50%;
}
/* line 150, _custom-forms.scss */
.vin .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
/* line 156, _custom-forms.scss */
.vin .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
/* line 167, _custom-forms.scss */
.vin .custom-switch {
  padding-left: 2.25rem;
}
/* line 171, _custom-forms.scss */
.vin .custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
/* line 179, _custom-forms.scss */
.vin .custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  /* line 179, _custom-forms.scss */
  .vin .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
/* line 192, _custom-forms.scss */
.vin .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}
/* line 199, _custom-forms.scss */
.vin .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
/* line 212, _custom-forms.scss */
.vin .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/* line 230, _custom-forms.scss */
.vin .custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 239, _custom-forms.scss */
.vin .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
/* line 250, _custom-forms.scss */
.vin .custom-select[multiple], .vin .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
/* line 257, _custom-forms.scss */
.vin .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
/* line 263, _custom-forms.scss */
.vin .custom-select::-ms-expand {
  display: none;
}
/* line 268, _custom-forms.scss */
.vin .custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
/* line 276, _custom-forms.scss */
.vin .custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
/* line 289, _custom-forms.scss */
.vin .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
/* line 297, _custom-forms.scss */
.vin .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
/* line 305, _custom-forms.scss */
.vin .custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 310, _custom-forms.scss */
.vin .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
/* line 315, _custom-forms.scss */
.vin .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
/* line 320, _custom-forms.scss */
.vin .custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
/* line 325, _custom-forms.scss */
.vin .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
/* line 342, _custom-forms.scss */
.vin .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
/* line 366, _custom-forms.scss */
.vin .custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/* line 373, _custom-forms.scss */
.vin .custom-range:focus {
  outline: none;
}
/* line 378, _custom-forms.scss */
.vin .custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 379, _custom-forms.scss */
.vin .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 380, _custom-forms.scss */
.vin .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 383, _custom-forms.scss */
.vin .custom-range::-moz-focus-outer {
  border: 0;
}
/* line 387, _custom-forms.scss */
.vin .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  /* line 387, _custom-forms.scss */
  .vin .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
/* line 398, _custom-forms.scss */
.vin .custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
/* line 403, _custom-forms.scss */
.vin .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
/* line 414, _custom-forms.scss */
.vin .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  /* line 414, _custom-forms.scss */
  .vin .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
/* line 424, _custom-forms.scss */
.vin .custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
/* line 429, _custom-forms.scss */
.vin .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
/* line 440, _custom-forms.scss */
.vin .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  /* line 440, _custom-forms.scss */
  .vin .custom-range::-ms-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
/* line 453, _custom-forms.scss */
.vin .custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
/* line 458, _custom-forms.scss */
.vin .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
/* line 469, _custom-forms.scss */
.vin .custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
/* line 474, _custom-forms.scss */
.vin .custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
/* line 481, _custom-forms.scss */
.vin .custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
/* line 485, _custom-forms.scss */
.vin .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
/* line 489, _custom-forms.scss */
.vin .custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
/* line 493, _custom-forms.scss */
.vin .custom-range:disabled::-moz-range-track {
  cursor: default;
}
/* line 497, _custom-forms.scss */
.vin .custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
/* line 503, _custom-forms.scss */
.vin .custom-control-label::before,
.vin .custom-file-label,
.vin .custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  /* line 503, _custom-forms.scss */
  .vin .custom-control-label::before,
  .vin .custom-file-label,
  .vin .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}
/* line 6, _nav.scss */
.vin .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* line 14, _nav.scss */
.vin .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
/* line 17, mixins/_hover.scss */
.vin .nav-link:hover, .vin .nav-link:focus {
  text-decoration: none;
}
/* line 23, _nav.scss */
.vin .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
/* line 34, _nav.scss */
.vin .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
/* line 37, _nav.scss */
.vin .nav-tabs .nav-item {
  margin-bottom: -1px;
}
/* line 41, _nav.scss */
.vin .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/* line 17, mixins/_hover.scss */
.vin .nav-tabs .nav-link:hover, .vin .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
/* line 49, _nav.scss */
.vin .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
/* line 56, _nav.scss */
.vin .nav-tabs .nav-link.active,
.vin .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
/* line 63, _nav.scss */
.vin .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 77, _nav.scss */
.vin .nav-pills .nav-link {
  border-radius: 0.25rem;
}
/* line 81, _nav.scss */
.vin .nav-pills .nav-link.active,
.vin .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
/* line 94, _nav.scss */
.vin .nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}
/* line 101, _nav.scss */
.vin .nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
/* line 114, _nav.scss */
.vin .tab-content > .tab-pane {
  display: none;
}
/* line 117, _nav.scss */
.vin .tab-content > .active {
  display: block;
}
/* line 18, _navbar.scss */
.vin .navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
/* line 28, _navbar.scss */
.vin .navbar > .container,
.vin .navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 42, _navbar.scss */
.vin .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
/* line 17, mixins/_hover.scss */
.vin .navbar-brand:hover, .vin .navbar-brand:focus {
  text-decoration: none;
}
/* line 61, _navbar.scss */
.vin .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* line 68, _navbar.scss */
.vin .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
/* line 73, _navbar.scss */
.vin .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
/* line 84, _navbar.scss */
.vin .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
/* line 99, _navbar.scss */
.vin .navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 108, _navbar.scss */
.vin .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
/* line 17, mixins/_hover.scss */
.vin .navbar-toggler:hover, .vin .navbar-toggler:focus {
  text-decoration: none;
}
/* line 123, _navbar.scss */
.vin .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  /* line 142, _navbar.scss */
  .vin .navbar-expand-sm > .container,
  .vin .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  /* line 140, _navbar.scss */
  .vin .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  /* line 153, _navbar.scss */
  .vin .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* line 156, _navbar.scss */
  .vin .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, _navbar.scss */
  .vin .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, _navbar.scss */
  .vin .navbar-expand-sm > .container,
  .vin .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  /* line 172, _navbar.scss */
  .vin .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  /* line 179, _navbar.scss */
  .vin .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  /* line 142, _navbar.scss */
  .vin .navbar-expand-md > .container,
  .vin .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 140, _navbar.scss */
  .vin .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  /* line 153, _navbar.scss */
  .vin .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* line 156, _navbar.scss */
  .vin .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, _navbar.scss */
  .vin .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, _navbar.scss */
  .vin .navbar-expand-md > .container,
  .vin .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  /* line 172, _navbar.scss */
  .vin .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  /* line 179, _navbar.scss */
  .vin .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  /* line 142, _navbar.scss */
  .vin .navbar-expand-lg > .container,
  .vin .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 140, _navbar.scss */
  .vin .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  /* line 153, _navbar.scss */
  .vin .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* line 156, _navbar.scss */
  .vin .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, _navbar.scss */
  .vin .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, _navbar.scss */
  .vin .navbar-expand-lg > .container,
  .vin .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  /* line 172, _navbar.scss */
  .vin .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  /* line 179, _navbar.scss */
  .vin .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  /* line 142, _navbar.scss */
  .vin .navbar-expand-xl > .container,
  .vin .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 140, _navbar.scss */
  .vin .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  /* line 153, _navbar.scss */
  .vin .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* line 156, _navbar.scss */
  .vin .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, _navbar.scss */
  .vin .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, _navbar.scss */
  .vin .navbar-expand-xl > .container,
  .vin .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  /* line 172, _navbar.scss */
  .vin .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  /* line 179, _navbar.scss */
  .vin .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
/* line 140, _navbar.scss */
.vin .navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* line 142, _navbar.scss */
.vin .navbar-expand > .container,
.vin .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
/* line 153, _navbar.scss */
.vin .navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
/* line 156, _navbar.scss */
.vin .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
/* line 160, _navbar.scss */
.vin .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
/* line 167, _navbar.scss */
.vin .navbar-expand > .container,
.vin .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
/* line 172, _navbar.scss */
.vin .navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
/* line 179, _navbar.scss */
.vin .navbar-expand .navbar-toggler {
  display: none;
}
/* line 194, _navbar.scss */
.vin .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
/* line 17, mixins/_hover.scss */
.vin .navbar-light .navbar-brand:hover, .vin .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
/* line 203, _navbar.scss */
.vin .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
/* line 17, mixins/_hover.scss */
.vin .navbar-light .navbar-nav .nav-link:hover, .vin .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
/* line 210, _navbar.scss */
.vin .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
/* line 215, _navbar.scss */
.vin .navbar-light .navbar-nav .show > .nav-link,
.vin .navbar-light .navbar-nav .active > .nav-link,
.vin .navbar-light .navbar-nav .nav-link.show,
.vin .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
/* line 223, _navbar.scss */
.vin .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 228, _navbar.scss */
.vin .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* line 232, _navbar.scss */
.vin .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
/* line 234, _navbar.scss */
.vin .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
/* line 17, mixins/_hover.scss */
.vin .navbar-light .navbar-text a:hover, .vin .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
/* line 246, _navbar.scss */
.vin .navbar-dark .navbar-brand {
  color: #fff;
}
/* line 17, mixins/_hover.scss */
.vin .navbar-dark .navbar-brand:hover, .vin .navbar-dark .navbar-brand:focus {
  color: #fff;
}
/* line 255, _navbar.scss */
.vin .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
/* line 17, mixins/_hover.scss */
.vin .navbar-dark .navbar-nav .nav-link:hover, .vin .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
/* line 262, _navbar.scss */
.vin .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
/* line 267, _navbar.scss */
.vin .navbar-dark .navbar-nav .show > .nav-link,
.vin .navbar-dark .navbar-nav .active > .nav-link,
.vin .navbar-dark .navbar-nav .nav-link.show,
.vin .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
/* line 275, _navbar.scss */
.vin .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
/* line 280, _navbar.scss */
.vin .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* line 284, _navbar.scss */
.vin .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
/* line 286, _navbar.scss */
.vin .navbar-dark .navbar-text a {
  color: #fff;
}
/* line 17, mixins/_hover.scss */
.vin .navbar-dark .navbar-text a:hover, .vin .navbar-dark .navbar-text a:focus {
  color: #fff;
}
/* line 5, _card.scss */
.vin .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
/* line 16, _card.scss */
.vin .card > hr {
  margin-right: 0;
  margin-left: 0;
}
/* line 22, _card.scss */
.vin .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/* line 28, _card.scss */
.vin .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
/* line 34, _card.scss */
.vin .card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}
/* line 42, _card.scss */
.vin .card-title {
  margin-bottom: 0.75rem;
}
/* line 46, _card.scss */
.vin .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
/* line 51, _card.scss */
.vin .card-text:last-child {
  margin-bottom: 0;
}
/* line 13, mixins/_hover.scss */
.vin .card-link:hover {
  text-decoration: none;
}
/* line 60, _card.scss */
.vin .card-link + .card-link {
  margin-left: 1.25rem;
}
/* line 69, _card.scss */
.vin .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 76, _card.scss */
.vin .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
/* line 81, _card.scss */
.vin .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
/* line 87, _card.scss */
.vin .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 92, _card.scss */
.vin .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
/* line 102, _card.scss */
.vin .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
/* line 109, _card.scss */
.vin .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
/* line 115, _card.scss */
.vin .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
/* line 124, _card.scss */
.vin .card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
/* line 130, _card.scss */
.vin .card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
/* line 135, _card.scss */
.vin .card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
/* line 143, _card.scss */
.vin .card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 147, _card.scss */
.vin .card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  /* line 143, _card.scss */
  .vin .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 156, _card.scss */
  .vin .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
/* line 173, _card.scss */
.vin .card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 179, _card.scss */
.vin .card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  /* line 173, _card.scss */
  .vin .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  /* line 187, _card.scss */
  .vin .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 192, _card.scss */
  .vin .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 199, _card.scss */
  .vin .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 202, _card.scss */
  .vin .card-group > .card:not(:last-child) .card-img-top,
  .vin .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 207, _card.scss */
  .vin .card-group > .card:not(:last-child) .card-img-bottom,
  .vin .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 214, _card.scss */
  .vin .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 217, _card.scss */
  .vin .card-group > .card:not(:first-child) .card-img-top,
  .vin .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 222, _card.scss */
  .vin .card-group > .card:not(:first-child) .card-img-bottom,
  .vin .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
/* line 239, _card.scss */
.vin .card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  /* line 238, _card.scss */
  .vin .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 249, _card.scss */
  .vin .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
/* line 262, _card.scss */
.vin .accordion > .card {
  overflow: hidden;
}
/* line 266, _card.scss */
.vin .accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
/* line 270, _card.scss */
.vin .accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
/* line 276, _card.scss */
.vin .accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 281, _card.scss */
.vin .accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 285, _card.scss */
.vin .accordion > .card .card-header {
  margin-bottom: -1px;
}
/* line 1, _breadcrumb.scss */
.vin .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
/* line 13, _breadcrumb.scss */
.vin .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
/* line 16, _breadcrumb.scss */
.vin .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
/* line 30, _breadcrumb.scss */
.vin .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
/* line 34, _breadcrumb.scss */
.vin .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
/* line 38, _breadcrumb.scss */
.vin .breadcrumb-item.active {
  color: #6c757d;
}
/* line 1, _pagination.scss */
.vin .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
/* line 7, _pagination.scss */
.vin .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
/* line 17, _pagination.scss */
.vin .page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
/* line 25, _pagination.scss */
.vin .page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 34, _pagination.scss */
.vin .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
/* line 40, _pagination.scss */
.vin .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
/* line 45, _pagination.scss */
.vin .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 52, _pagination.scss */
.vin .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
/* line 4, mixins/_pagination.scss */
.vin .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
/* line 12, mixins/_pagination.scss */
.vin .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
/* line 17, mixins/_pagination.scss */
.vin .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
/* line 4, mixins/_pagination.scss */
.vin .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
/* line 12, mixins/_pagination.scss */
.vin .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
/* line 17, mixins/_pagination.scss */
.vin .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
/* line 6, _badge.scss */
.vin .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  /* line 6, _badge.scss */
  .vin .badge {
    -webkit-transition: none;
    transition: none;
  }
}
/* line 17, mixins/_hover.scss */
a.vin .badge:hover, a.vin .badge:focus {
  text-decoration: none;
}
/* line 25, _badge.scss */
.vin .badge:empty {
  display: none;
}
/* line 31, _badge.scss */
.vin .btn .badge {
  position: relative;
  top: -1px;
}
/* line 40, _badge.scss */
.vin .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
/* line 51, _badge.scss */
.vin .badge-primary {
  color: #fff;
  background-color: #007bff;
}
/* line 17, mixins/_hover.scss */
a.vin .badge-primary:hover, a.vin .badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
/* line 11, mixins/_badge.scss */
a.vin .badge-primary:focus, a.vin .badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
/* line 51, _badge.scss */
.vin .badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
/* line 17, mixins/_hover.scss */
a.vin .badge-secondary:hover, a.vin .badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
/* line 11, mixins/_badge.scss */
a.vin .badge-secondary:focus, a.vin .badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
/* line 51, _badge.scss */
.vin .badge-success {
  color: #fff;
  background-color: #28a745;
}
/* line 17, mixins/_hover.scss */
a.vin .badge-success:hover, a.vin .badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
/* line 11, mixins/_badge.scss */
a.vin .badge-success:focus, a.vin .badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
/* line 51, _badge.scss */
.vin .badge-info {
  color: #fff;
  background-color: #17a2b8;
}
/* line 17, mixins/_hover.scss */
a.vin .badge-info:hover, a.vin .badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
/* line 11, mixins/_badge.scss */
a.vin .badge-info:focus, a.vin .badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
/* line 51, _badge.scss */
.vin .badge-warning {
  color: #212529;
  background-color: #ffc107;
}
/* line 17, mixins/_hover.scss */
a.vin .badge-warning:hover, a.vin .badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
/* line 11, mixins/_badge.scss */
a.vin .badge-warning:focus, a.vin .badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
/* line 51, _badge.scss */
.vin .badge-danger {
  color: #fff;
  background-color: #dc3545;
}
/* line 17, mixins/_hover.scss */
a.vin .badge-danger:hover, a.vin .badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
/* line 11, mixins/_badge.scss */
a.vin .badge-danger:focus, a.vin .badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
/* line 51, _badge.scss */
.vin .badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
/* line 17, mixins/_hover.scss */
a.vin .badge-light:hover, a.vin .badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
/* line 11, mixins/_badge.scss */
a.vin .badge-light:focus, a.vin .badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
/* line 51, _badge.scss */
.vin .badge-dark {
  color: #fff;
  background-color: #343a40;
}
/* line 17, mixins/_hover.scss */
a.vin .badge-dark:hover, a.vin .badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
/* line 11, mixins/_badge.scss */
a.vin .badge-dark:focus, a.vin .badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
/* line 1, _jumbotron.scss */
.vin .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  /* line 1, _jumbotron.scss */
  .vin .jumbotron {
    padding: 4rem 2rem;
  }
}
/* line 13, _jumbotron.scss */
.vin .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
/* line 5, _alert.scss */
.vin .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
/* line 14, _alert.scss */
.vin .alert-heading {
  color: inherit;
}
/* line 20, _alert.scss */
.vin .alert-link {
  font-weight: 700;
}
/* line 29, _alert.scss */
.vin .alert-dismissible {
  padding-right: 4rem;
}
/* line 33, _alert.scss */
.vin .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
/* line 48, _alert.scss */
.vin .alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
/* line 6, mixins/_alert.scss */
.vin .alert-primary hr {
  border-top-color: #9fcdff;
}
/* line 10, mixins/_alert.scss */
.vin .alert-primary .alert-link {
  color: #002752;
}
/* line 48, _alert.scss */
.vin .alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
/* line 6, mixins/_alert.scss */
.vin .alert-secondary hr {
  border-top-color: #c8cbcf;
}
/* line 10, mixins/_alert.scss */
.vin .alert-secondary .alert-link {
  color: #202326;
}
/* line 48, _alert.scss */
.vin .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
/* line 6, mixins/_alert.scss */
.vin .alert-success hr {
  border-top-color: #b1dfbb;
}
/* line 10, mixins/_alert.scss */
.vin .alert-success .alert-link {
  color: #0b2e13;
}
/* line 48, _alert.scss */
.vin .alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
/* line 6, mixins/_alert.scss */
.vin .alert-info hr {
  border-top-color: #abdde5;
}
/* line 10, mixins/_alert.scss */
.vin .alert-info .alert-link {
  color: #062c33;
}
/* line 48, _alert.scss */
.vin .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
/* line 6, mixins/_alert.scss */
.vin .alert-warning hr {
  border-top-color: #ffe8a1;
}
/* line 10, mixins/_alert.scss */
.vin .alert-warning .alert-link {
  color: #533f03;
}
/* line 48, _alert.scss */
.vin .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
/* line 6, mixins/_alert.scss */
.vin .alert-danger hr {
  border-top-color: #f1b0b7;
}
/* line 10, mixins/_alert.scss */
.vin .alert-danger .alert-link {
  color: #491217;
}
/* line 48, _alert.scss */
.vin .alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
/* line 6, mixins/_alert.scss */
.vin .alert-light hr {
  border-top-color: #ececf6;
}
/* line 10, mixins/_alert.scss */
.vin .alert-light .alert-link {
  color: #686868;
}
/* line 48, _alert.scss */
.vin .alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
/* line 6, mixins/_alert.scss */
.vin .alert-dark hr {
  border-top-color: #b9bbbe;
}
/* line 10, mixins/_alert.scss */
.vin .alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 9, _progress.scss */
.vin .progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
/* line 19, _progress.scss */
.vin .progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  /* line 19, _progress.scss */
  .vin .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}
/* line 30, _progress.scss */
.vin .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
/* line 36, _progress.scss */
.vin .progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  /* line 36, _progress.scss */
  .vin .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}
/* line 1, _media.scss */
.vin .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* line 6, _media.scss */
.vin .media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/* line 5, _list-group.scss */
.vin .list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
/* line 20, _list-group.scss */
.vin .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
/* line 17, mixins/_hover.scss */
.vin .list-group-item-action:hover, .vin .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
/* line 33, _list-group.scss */
.vin .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
/* line 44, _list-group.scss */
.vin .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 54, _list-group.scss */
.vin .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/* line 58, _list-group.scss */
.vin .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
/* line 63, _list-group.scss */
.vin .list-group-item.disabled, .vin .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
/* line 71, _list-group.scss */
.vin .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 88, _list-group.scss */
.vin .list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
/* line 91, _list-group.scss */
.vin .list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
/* line 95, _list-group.scss */
.vin .list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
/* line 100, _list-group.scss */
.vin .list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
  /* line 88, _list-group.scss */
  .vin .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* line 91, _list-group.scss */
  .vin .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, _list-group.scss */
  .vin .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 100, _list-group.scss */
  .vin .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  /* line 88, _list-group.scss */
  .vin .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* line 91, _list-group.scss */
  .vin .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, _list-group.scss */
  .vin .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 100, _list-group.scss */
  .vin .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  /* line 88, _list-group.scss */
  .vin .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* line 91, _list-group.scss */
  .vin .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, _list-group.scss */
  .vin .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 100, _list-group.scss */
  .vin .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  /* line 88, _list-group.scss */
  .vin .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* line 91, _list-group.scss */
  .vin .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, _list-group.scss */
  .vin .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 100, _list-group.scss */
  .vin .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
/* line 117, _list-group.scss */
.vin .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
/* line 122, _list-group.scss */
.vin .list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
/* line 128, _list-group.scss */
.vin .list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
/* line 134, _list-group.scss */
.vin .list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
/* line 4, mixins/_list-group.scss */
.vin .list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
/* line 17, mixins/_hover.scss */
.vin .list-group-item-primary.list-group-item-action:hover, .vin .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
/* line 14, mixins/_list-group.scss */
.vin .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
/* line 4, mixins/_list-group.scss */
.vin .list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
/* line 17, mixins/_hover.scss */
.vin .list-group-item-secondary.list-group-item-action:hover, .vin .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
/* line 14, mixins/_list-group.scss */
.vin .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
/* line 4, mixins/_list-group.scss */
.vin .list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
/* line 17, mixins/_hover.scss */
.vin .list-group-item-success.list-group-item-action:hover, .vin .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
/* line 14, mixins/_list-group.scss */
.vin .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
/* line 4, mixins/_list-group.scss */
.vin .list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
/* line 17, mixins/_hover.scss */
.vin .list-group-item-info.list-group-item-action:hover, .vin .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
/* line 14, mixins/_list-group.scss */
.vin .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
/* line 4, mixins/_list-group.scss */
.vin .list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
/* line 17, mixins/_hover.scss */
.vin .list-group-item-warning.list-group-item-action:hover, .vin .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
/* line 14, mixins/_list-group.scss */
.vin .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
/* line 4, mixins/_list-group.scss */
.vin .list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
/* line 17, mixins/_hover.scss */
.vin .list-group-item-danger.list-group-item-action:hover, .vin .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
/* line 14, mixins/_list-group.scss */
.vin .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
/* line 4, mixins/_list-group.scss */
.vin .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
/* line 17, mixins/_hover.scss */
.vin .list-group-item-light.list-group-item-action:hover, .vin .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
/* line 14, mixins/_list-group.scss */
.vin .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
/* line 4, mixins/_list-group.scss */
.vin .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
/* line 17, mixins/_hover.scss */
.vin .list-group-item-dark.list-group-item-action:hover, .vin .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
/* line 14, mixins/_list-group.scss */
.vin .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
/* line 1, _close.scss */
.vin .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
/* line 13, mixins/_hover.scss */
.vin .close:hover {
  color: #000;
  text-decoration: none;
}
/* line 17, mixins/_hover.scss */
.vin .close:not(:disabled):not(.disabled):hover, .vin .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}
/* line 29, _close.scss */
.vin button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/* line 39, _close.scss */
.vin a.close.disabled {
  pointer-events: none;
}
/* line 1, _toasts.scss */
.vin .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);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
/* line 14, _toasts.scss */
.vin .toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
/* line 18, _toasts.scss */
.vin .toast.showing {
  opacity: 1;
}
/* line 22, _toasts.scss */
.vin .toast.show {
  display: block;
  opacity: 1;
}
/* line 27, _toasts.scss */
.vin .toast.hide {
  display: none;
}
/* line 32, _toasts.scss */
.vin .toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 42, _toasts.scss */
.vin .toast-body {
  padding: 0.75rem;
}
/* line 7, _modal.scss */
.vin .modal-open {
  overflow: hidden;
}
/* line 11, _modal.scss */
.vin .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 18, _modal.scss */
.vin .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
/* line 36, _modal.scss */
.vin .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
/* line 44, _modal.scss */
.modal.fade .vin .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  /* line 44, _modal.scss */
  .modal.fade .vin .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
/* line 48, _modal.scss */
.modal.show .vin .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
/* line 53, _modal.scss */
.vin .modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
/* line 57, _modal.scss */
.vin .modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
/* line 62, _modal.scss */
.vin .modal-dialog-scrollable .modal-header,
.vin .modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
/* line 67, _modal.scss */
.vin .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
/* line 72, _modal.scss */
.vin .modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}
/* line 78, _modal.scss */
.vin .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
/* line 85, _modal.scss */
.vin .modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
/* line 90, _modal.scss */
.vin .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
/* line 94, _modal.scss */
.vin .modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
/* line 101, _modal.scss */
.vin .modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
/* line 119, _modal.scss */
.vin .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
/* line 129, _modal.scss */
.vin .modal-backdrop.fade {
  opacity: 0;
}
/* line 130, _modal.scss */
.vin .modal-backdrop.show {
  opacity: 0.5;
}
/* line 135, _modal.scss */
.vin .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
/* line 143, _modal.scss */
.vin .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
/* line 151, _modal.scss */
.vin .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
/* line 158, _modal.scss */
.vin .modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}
/* line 167, _modal.scss */
.vin .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
/* line 176, _modal.scss */
.vin .modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
/* line 177, _modal.scss */
.vin .modal-footer > :not(:last-child) {
  margin-right: .25rem;
}
/* line 181, _modal.scss */
.vin .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  /* line 192, _modal.scss */
  .vin .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 197, _modal.scss */
  .vin .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 200, _modal.scss */
  .vin .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 205, _modal.scss */
  .vin .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 208, _modal.scss */
  .vin .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  /* line 217, _modal.scss */
  .vin .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 221, _modal.scss */
  .vin .modal-lg,
  .vin .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  /* line 228, _modal.scss */
  .vin .modal-xl {
    max-width: 1140px;
  }
}
/* line 2, _tooltip.scss */
.vin .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
/* line 15, _tooltip.scss */
.vin .tooltip.show {
  opacity: 0.9;
}
/* line 17, _tooltip.scss */
.vin .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
/* line 23, _tooltip.scss */
.vin .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
/* line 32, _tooltip.scss */
.vin .bs-tooltip-top, .vin .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
/* line 35, _tooltip.scss */
.vin .bs-tooltip-top .arrow, .vin .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
/* line 38, _tooltip.scss */
.vin .bs-tooltip-top .arrow::before, .vin .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
/* line 46, _tooltip.scss */
.vin .bs-tooltip-right, .vin .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
/* line 49, _tooltip.scss */
.vin .bs-tooltip-right .arrow, .vin .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
/* line 54, _tooltip.scss */
.vin .bs-tooltip-right .arrow::before, .vin .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
/* line 62, _tooltip.scss */
.vin .bs-tooltip-bottom, .vin .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
/* line 65, _tooltip.scss */
.vin .bs-tooltip-bottom .arrow, .vin .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
/* line 68, _tooltip.scss */
.vin .bs-tooltip-bottom .arrow::before, .vin .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
/* line 76, _tooltip.scss */
.vin .bs-tooltip-left, .vin .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
/* line 79, _tooltip.scss */
.vin .bs-tooltip-left .arrow, .vin .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
/* line 84, _tooltip.scss */
.vin .bs-tooltip-left .arrow::before, .vin .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
/* line 108, _tooltip.scss */
.vin .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
/* line 1, _popover.scss */
.vin .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
/* line 20, _popover.scss */
.vin .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
/* line 27, _popover.scss */
.vin .popover .arrow::before, .vin .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
/* line 38, _popover.scss */
.vin .bs-popover-top, .vin .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
/* line 41, _popover.scss */
.vin .bs-popover-top > .arrow, .vin .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
/* line 44, _popover.scss */
.vin .bs-popover-top > .arrow::before, .vin .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
/* line 50, _popover.scss */
.vin .bs-popover-top > .arrow::after, .vin .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
/* line 58, _popover.scss */
.vin .bs-popover-right, .vin .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
/* line 61, _popover.scss */
.vin .bs-popover-right > .arrow, .vin .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
/* line 67, _popover.scss */
.vin .bs-popover-right > .arrow::before, .vin .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 73, _popover.scss */
.vin .bs-popover-right > .arrow::after, .vin .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
/* line 81, _popover.scss */
.vin .bs-popover-bottom, .vin .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
/* line 84, _popover.scss */
.vin .bs-popover-bottom > .arrow, .vin .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
/* line 87, _popover.scss */
.vin .bs-popover-bottom > .arrow::before, .vin .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
/* line 93, _popover.scss */
.vin .bs-popover-bottom > .arrow::after, .vin .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
/* line 101, _popover.scss */
.vin .bs-popover-bottom .popover-header::before, .vin .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
/* line 113, _popover.scss */
.vin .bs-popover-left, .vin .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
/* line 116, _popover.scss */
.vin .bs-popover-left > .arrow, .vin .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
/* line 122, _popover.scss */
.vin .bs-popover-left > .arrow::before, .vin .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 128, _popover.scss */
.vin .bs-popover-left > .arrow::after, .vin .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
/* line 153, _popover.scss */
.vin .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
/* line 163, _popover.scss */
.vin .popover-header:empty {
  display: none;
}
/* line 168, _popover.scss */
.vin .popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
/* line 14, _carousel.scss */
.vin .carousel {
  position: relative;
}
/* line 18, _carousel.scss */
.vin .carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
/* line 22, _carousel.scss */
.vin .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 2, mixins/_clearfix.scss */
.vin .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
/* line 29, _carousel.scss */
.vin .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  /* line 29, _carousel.scss */
  .vin .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}
/* line 39, _carousel.scss */
.vin .carousel-item.active,
.vin .carousel-item-next,
.vin .carousel-item-prev {
  display: block;
}
/* line 45, _carousel.scss */
.vin .carousel-item-next:not(.carousel-item-left),
.vin .active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
/* line 50, _carousel.scss */
.vin .carousel-item-prev:not(.carousel-item-right),
.vin .active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
/* line 61, _carousel.scss */
.vin .carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}
/* line 67, _carousel.scss */
.vin .carousel-fade .carousel-item.active,
.vin .carousel-fade .carousel-item-next.carousel-item-left,
.vin .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
/* line 74, _carousel.scss */
.vin .carousel-fade .active.carousel-item-left,
.vin .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  /* line 74, _carousel.scss */
  .vin .carousel-fade .active.carousel-item-left,
  .vin .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}
/* line 87, _carousel.scss */
.vin .carousel-control-prev,
.vin .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  /* line 87, _carousel.scss */
  .vin .carousel-control-prev,
  .vin .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
/* line 17, mixins/_hover.scss */
.vin .carousel-control-prev:hover, .vin .carousel-control-prev:focus,
.vin .carousel-control-next:hover,
.vin .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
/* line 111, _carousel.scss */
.vin .carousel-control-prev {
  left: 0;
}
/* line 117, _carousel.scss */
.vin .carousel-control-next {
  right: 0;
}
/* line 125, _carousel.scss */
.vin .carousel-control-prev-icon,
.vin .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}
/* line 132, _carousel.scss */
.vin .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
/* line 135, _carousel.scss */
.vin .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
/* line 145, _carousel.scss */
.vin .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
/* line 159, _carousel.scss */
.vin .carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          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;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  /* line 159, _carousel.scss */
  .vin .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}
/* line 177, _carousel.scss */
.vin .carousel-indicators .active {
  opacity: 1;
}
/* line 187, _carousel.scss */
.vin .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* line 9, _spinners.scss */
.vin .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%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite;
}
/* line 21, _spinners.scss */
.vin .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
/* line 40, _spinners.scss */
.vin .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite;
}
/* line 52, _spinners.scss */
.vin .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
/* line 3, utilities/_align.scss */
.vin .align-baseline {
  vertical-align: baseline !important;
}
/* line 4, utilities/_align.scss */
.vin .align-top {
  vertical-align: top !important;
}
/* line 5, utilities/_align.scss */
.vin .align-middle {
  vertical-align: middle !important;
}
/* line 6, utilities/_align.scss */
.vin .align-bottom {
  vertical-align: bottom !important;
}
/* line 7, utilities/_align.scss */
.vin .align-text-bottom {
  vertical-align: text-bottom !important;
}
/* line 8, utilities/_align.scss */
.vin .align-text-top {
  vertical-align: text-top !important;
}
/* line 6, mixins/_background-variant.scss */
.vin .bg-primary {
  background-color: #007bff !important;
}
/* line 17, mixins/_hover.scss */
.vin a.bg-primary:hover, .vin a.bg-primary:focus,
.vin button.bg-primary:hover,
.vin button.bg-primary:focus {
  background-color: #0062cc !important;
}
/* line 6, mixins/_background-variant.scss */
.vin .bg-secondary {
  background-color: #6c757d !important;
}
/* line 17, mixins/_hover.scss */
.vin a.bg-secondary:hover, .vin a.bg-secondary:focus,
.vin button.bg-secondary:hover,
.vin button.bg-secondary:focus {
  background-color: #545b62 !important;
}
/* line 6, mixins/_background-variant.scss */
.vin .bg-success {
  background-color: #28a745 !important;
}
/* line 17, mixins/_hover.scss */
.vin a.bg-success:hover, .vin a.bg-success:focus,
.vin button.bg-success:hover,
.vin button.bg-success:focus {
  background-color: #1e7e34 !important;
}
/* line 6, mixins/_background-variant.scss */
.vin .bg-info {
  background-color: #17a2b8 !important;
}
/* line 17, mixins/_hover.scss */
.vin a.bg-info:hover, .vin a.bg-info:focus,
.vin button.bg-info:hover,
.vin button.bg-info:focus {
  background-color: #117a8b !important;
}
/* line 6, mixins/_background-variant.scss */
.vin .bg-warning {
  background-color: #ffc107 !important;
}
/* line 17, mixins/_hover.scss */
.vin a.bg-warning:hover, .vin a.bg-warning:focus,
.vin button.bg-warning:hover,
.vin button.bg-warning:focus {
  background-color: #d39e00 !important;
}
/* line 6, mixins/_background-variant.scss */
.vin .bg-danger {
  background-color: #dc3545 !important;
}
/* line 17, mixins/_hover.scss */
.vin a.bg-danger:hover, .vin a.bg-danger:focus,
.vin button.bg-danger:hover,
.vin button.bg-danger:focus {
  background-color: #bd2130 !important;
}
/* line 6, mixins/_background-variant.scss */
.vin .bg-light {
  background-color: #f8f9fa !important;
}
/* line 17, mixins/_hover.scss */
.vin a.bg-light:hover, .vin a.bg-light:focus,
.vin button.bg-light:hover,
.vin button.bg-light:focus {
  background-color: #dae0e5 !important;
}
/* line 6, mixins/_background-variant.scss */
.vin .bg-dark {
  background-color: #343a40 !important;
}
/* line 17, mixins/_hover.scss */
.vin a.bg-dark:hover, .vin a.bg-dark:focus,
.vin button.bg-dark:hover,
.vin button.bg-dark:focus {
  background-color: #1d2124 !important;
}
/* line 13, utilities/_background.scss */
.vin .bg-white {
  background-color: #fff !important;
}
/* line 17, utilities/_background.scss */
.vin .bg-transparent {
  background-color: transparent !important;
}
/* line 7, utilities/_borders.scss */
.vin .border {
  border: 1px solid #dee2e6 !important;
}
/* line 8, utilities/_borders.scss */
.vin .border-top {
  border-top: 1px solid #dee2e6 !important;
}
/* line 9, utilities/_borders.scss */
.vin .border-right {
  border-right: 1px solid #dee2e6 !important;
}
/* line 10, utilities/_borders.scss */
.vin .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
/* line 11, utilities/_borders.scss */
.vin .border-left {
  border-left: 1px solid #dee2e6 !important;
}
/* line 13, utilities/_borders.scss */
.vin .border-0 {
  border: 0 !important;
}
/* line 14, utilities/_borders.scss */
.vin .border-top-0 {
  border-top: 0 !important;
}
/* line 15, utilities/_borders.scss */
.vin .border-right-0 {
  border-right: 0 !important;
}
/* line 16, utilities/_borders.scss */
.vin .border-bottom-0 {
  border-bottom: 0 !important;
}
/* line 17, utilities/_borders.scss */
.vin .border-left-0 {
  border-left: 0 !important;
}
/* line 20, utilities/_borders.scss */
.vin .border-primary {
  border-color: #007bff !important;
}
/* line 20, utilities/_borders.scss */
.vin .border-secondary {
  border-color: #6c757d !important;
}
/* line 20, utilities/_borders.scss */
.vin .border-success {
  border-color: #28a745 !important;
}
/* line 20, utilities/_borders.scss */
.vin .border-info {
  border-color: #17a2b8 !important;
}
/* line 20, utilities/_borders.scss */
.vin .border-warning {
  border-color: #ffc107 !important;
}
/* line 20, utilities/_borders.scss */
.vin .border-danger {
  border-color: #dc3545 !important;
}
/* line 20, utilities/_borders.scss */
.vin .border-light {
  border-color: #f8f9fa !important;
}
/* line 20, utilities/_borders.scss */
.vin .border-dark {
  border-color: #343a40 !important;
}
/* line 25, utilities/_borders.scss */
.vin .border-white {
  border-color: #fff !important;
}
/* line 33, utilities/_borders.scss */
.vin .rounded-sm {
  border-radius: 0.2rem !important;
}
/* line 37, utilities/_borders.scss */
.vin .rounded {
  border-radius: 0.25rem !important;
}
/* line 41, utilities/_borders.scss */
.vin .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
/* line 46, utilities/_borders.scss */
.vin .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
/* line 51, utilities/_borders.scss */
.vin .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
/* line 56, utilities/_borders.scss */
.vin .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
/* line 61, utilities/_borders.scss */
.vin .rounded-lg {
  border-radius: 0.3rem !important;
}
/* line 65, utilities/_borders.scss */
.vin .rounded-circle {
  border-radius: 50% !important;
}
/* line 69, utilities/_borders.scss */
.vin .rounded-pill {
  border-radius: 50rem !important;
}
/* line 73, utilities/_borders.scss */
.vin .rounded-0 {
  border-radius: 0 !important;
}
/* line 2, mixins/_clearfix.scss */
.vin .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
/* line 12, utilities/_display.scss */
.vin .d-none {
  display: none !important;
}
/* line 12, utilities/_display.scss */
.vin .d-inline {
  display: inline !important;
}
/* line 12, utilities/_display.scss */
.vin .d-inline-block {
  display: inline-block !important;
}
/* line 12, utilities/_display.scss */
.vin .d-block {
  display: block !important;
}
/* line 12, utilities/_display.scss */
.vin .d-table {
  display: table !important;
}
/* line 12, utilities/_display.scss */
.vin .d-table-row {
  display: table-row !important;
}
/* line 12, utilities/_display.scss */
.vin .d-table-cell {
  display: table-cell !important;
}
/* line 12, utilities/_display.scss */
.vin .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
/* line 12, utilities/_display.scss */
.vin .d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  /* line 12, utilities/_display.scss */
  .vin .d-sm-none {
    display: none !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-sm-inline {
    display: inline !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-sm-block {
    display: block !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-sm-table {
    display: table !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-sm-table-row {
    display: table-row !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  /* line 12, utilities/_display.scss */
  .vin .d-md-none {
    display: none !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-md-inline {
    display: inline !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-md-block {
    display: block !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-md-table {
    display: table !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-md-table-row {
    display: table-row !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  /* line 12, utilities/_display.scss */
  .vin .d-lg-none {
    display: none !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-lg-inline {
    display: inline !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-lg-block {
    display: block !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-lg-table {
    display: table !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-lg-table-row {
    display: table-row !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  /* line 12, utilities/_display.scss */
  .vin .d-xl-none {
    display: none !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-xl-inline {
    display: inline !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-xl-block {
    display: block !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-xl-table {
    display: table !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-xl-table-row {
    display: table-row !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 12, utilities/_display.scss */
  .vin .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  /* line 24, utilities/_display.scss */
  .vin .d-print-none {
    display: none !important;
  }
  /* line 24, utilities/_display.scss */
  .vin .d-print-inline {
    display: inline !important;
  }
  /* line 24, utilities/_display.scss */
  .vin .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 24, utilities/_display.scss */
  .vin .d-print-block {
    display: block !important;
  }
  /* line 24, utilities/_display.scss */
  .vin .d-print-table {
    display: table !important;
  }
  /* line 24, utilities/_display.scss */
  .vin .d-print-table-row {
    display: table-row !important;
  }
  /* line 24, utilities/_display.scss */
  .vin .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 24, utilities/_display.scss */
  .vin .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 24, utilities/_display.scss */
  .vin .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* line 3, utilities/_embed.scss */
.vin .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
/* line 10, utilities/_embed.scss */
.vin .embed-responsive::before {
  display: block;
  content: "";
}
/* line 15, utilities/_embed.scss */
.vin .embed-responsive .embed-responsive-item,
.vin .embed-responsive iframe,
.vin .embed-responsive embed,
.vin .embed-responsive object,
.vin .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* line 35, utilities/_embed.scss */
.vin .embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
/* line 35, utilities/_embed.scss */
.vin .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
/* line 35, utilities/_embed.scss */
.vin .embed-responsive-4by3::before {
  padding-top: 75%;
}
/* line 35, utilities/_embed.scss */
.vin .embed-responsive-1by1::before {
  padding-top: 100%;
}
/* line 11, utilities/_flex.scss */
.vin .flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
/* line 12, utilities/_flex.scss */
.vin .flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
/* line 13, utilities/_flex.scss */
.vin .flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
/* line 14, utilities/_flex.scss */
.vin .flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}
/* line 16, utilities/_flex.scss */
.vin .flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
/* line 17, utilities/_flex.scss */
.vin .flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
/* line 18, utilities/_flex.scss */
.vin .flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}
/* line 19, utilities/_flex.scss */
.vin .flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}
/* line 20, utilities/_flex.scss */
.vin .flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}
/* line 21, utilities/_flex.scss */
.vin .flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}
/* line 22, utilities/_flex.scss */
.vin .flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}
/* line 23, utilities/_flex.scss */
.vin .flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}
/* line 25, utilities/_flex.scss */
.vin .justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
/* line 26, utilities/_flex.scss */
.vin .justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
/* line 27, utilities/_flex.scss */
.vin .justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
/* line 28, utilities/_flex.scss */
.vin .justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
/* line 29, utilities/_flex.scss */
.vin .justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
/* line 31, utilities/_flex.scss */
.vin .align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
/* line 32, utilities/_flex.scss */
.vin .align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
/* line 33, utilities/_flex.scss */
.vin .align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
/* line 34, utilities/_flex.scss */
.vin .align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}
/* line 35, utilities/_flex.scss */
.vin .align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
/* line 37, utilities/_flex.scss */
.vin .align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}
/* line 38, utilities/_flex.scss */
.vin .align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}
/* line 39, utilities/_flex.scss */
.vin .align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}
/* line 40, utilities/_flex.scss */
.vin .align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}
/* line 41, utilities/_flex.scss */
.vin .align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}
/* line 42, utilities/_flex.scss */
.vin .align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}
/* line 44, utilities/_flex.scss */
.vin .align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}
/* line 45, utilities/_flex.scss */
.vin .align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}
/* line 46, utilities/_flex.scss */
.vin .align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}
/* line 47, utilities/_flex.scss */
.vin .align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}
/* line 48, utilities/_flex.scss */
.vin .align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}
/* line 49, utilities/_flex.scss */
.vin .align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}
@media (min-width: 576px) {
  /* line 11, utilities/_flex.scss */
  .vin .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  /* line 12, utilities/_flex.scss */
  .vin .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  /* line 13, utilities/_flex.scss */
  .vin .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  /* line 14, utilities/_flex.scss */
  .vin .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  /* line 16, utilities/_flex.scss */
  .vin .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  /* line 17, utilities/_flex.scss */
  .vin .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  /* line 18, utilities/_flex.scss */
  .vin .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  /* line 19, utilities/_flex.scss */
  .vin .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  /* line 20, utilities/_flex.scss */
  .vin .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  /* line 21, utilities/_flex.scss */
  .vin .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  /* line 22, utilities/_flex.scss */
  .vin .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  /* line 23, utilities/_flex.scss */
  .vin .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  /* line 25, utilities/_flex.scss */
  .vin .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  /* line 26, utilities/_flex.scss */
  .vin .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  /* line 27, utilities/_flex.scss */
  .vin .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  /* line 28, utilities/_flex.scss */
  .vin .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  /* line 29, utilities/_flex.scss */
  .vin .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  /* line 31, utilities/_flex.scss */
  .vin .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  /* line 32, utilities/_flex.scss */
  .vin .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  /* line 33, utilities/_flex.scss */
  .vin .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  /* line 34, utilities/_flex.scss */
  .vin .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  /* line 35, utilities/_flex.scss */
  .vin .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  /* line 37, utilities/_flex.scss */
  .vin .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  /* line 38, utilities/_flex.scss */
  .vin .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  /* line 39, utilities/_flex.scss */
  .vin .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  /* line 40, utilities/_flex.scss */
  .vin .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  /* line 41, utilities/_flex.scss */
  .vin .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  /* line 42, utilities/_flex.scss */
  .vin .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  /* line 44, utilities/_flex.scss */
  .vin .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  /* line 45, utilities/_flex.scss */
  .vin .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  /* line 46, utilities/_flex.scss */
  .vin .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  /* line 47, utilities/_flex.scss */
  .vin .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  /* line 48, utilities/_flex.scss */
  .vin .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  /* line 49, utilities/_flex.scss */
  .vin .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  /* line 11, utilities/_flex.scss */
  .vin .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  /* line 12, utilities/_flex.scss */
  .vin .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  /* line 13, utilities/_flex.scss */
  .vin .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  /* line 14, utilities/_flex.scss */
  .vin .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  /* line 16, utilities/_flex.scss */
  .vin .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  /* line 17, utilities/_flex.scss */
  .vin .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  /* line 18, utilities/_flex.scss */
  .vin .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  /* line 19, utilities/_flex.scss */
  .vin .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  /* line 20, utilities/_flex.scss */
  .vin .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  /* line 21, utilities/_flex.scss */
  .vin .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  /* line 22, utilities/_flex.scss */
  .vin .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  /* line 23, utilities/_flex.scss */
  .vin .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  /* line 25, utilities/_flex.scss */
  .vin .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  /* line 26, utilities/_flex.scss */
  .vin .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  /* line 27, utilities/_flex.scss */
  .vin .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  /* line 28, utilities/_flex.scss */
  .vin .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  /* line 29, utilities/_flex.scss */
  .vin .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  /* line 31, utilities/_flex.scss */
  .vin .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  /* line 32, utilities/_flex.scss */
  .vin .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  /* line 33, utilities/_flex.scss */
  .vin .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  /* line 34, utilities/_flex.scss */
  .vin .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  /* line 35, utilities/_flex.scss */
  .vin .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  /* line 37, utilities/_flex.scss */
  .vin .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  /* line 38, utilities/_flex.scss */
  .vin .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  /* line 39, utilities/_flex.scss */
  .vin .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  /* line 40, utilities/_flex.scss */
  .vin .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  /* line 41, utilities/_flex.scss */
  .vin .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  /* line 42, utilities/_flex.scss */
  .vin .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  /* line 44, utilities/_flex.scss */
  .vin .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  /* line 45, utilities/_flex.scss */
  .vin .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  /* line 46, utilities/_flex.scss */
  .vin .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  /* line 47, utilities/_flex.scss */
  .vin .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  /* line 48, utilities/_flex.scss */
  .vin .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  /* line 49, utilities/_flex.scss */
  .vin .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  /* line 11, utilities/_flex.scss */
  .vin .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  /* line 12, utilities/_flex.scss */
  .vin .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  /* line 13, utilities/_flex.scss */
  .vin .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  /* line 14, utilities/_flex.scss */
  .vin .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  /* line 16, utilities/_flex.scss */
  .vin .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  /* line 17, utilities/_flex.scss */
  .vin .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  /* line 18, utilities/_flex.scss */
  .vin .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  /* line 19, utilities/_flex.scss */
  .vin .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  /* line 20, utilities/_flex.scss */
  .vin .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  /* line 21, utilities/_flex.scss */
  .vin .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  /* line 22, utilities/_flex.scss */
  .vin .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  /* line 23, utilities/_flex.scss */
  .vin .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  /* line 25, utilities/_flex.scss */
  .vin .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  /* line 26, utilities/_flex.scss */
  .vin .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  /* line 27, utilities/_flex.scss */
  .vin .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  /* line 28, utilities/_flex.scss */
  .vin .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  /* line 29, utilities/_flex.scss */
  .vin .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  /* line 31, utilities/_flex.scss */
  .vin .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  /* line 32, utilities/_flex.scss */
  .vin .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  /* line 33, utilities/_flex.scss */
  .vin .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  /* line 34, utilities/_flex.scss */
  .vin .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  /* line 35, utilities/_flex.scss */
  .vin .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  /* line 37, utilities/_flex.scss */
  .vin .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  /* line 38, utilities/_flex.scss */
  .vin .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  /* line 39, utilities/_flex.scss */
  .vin .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  /* line 40, utilities/_flex.scss */
  .vin .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  /* line 41, utilities/_flex.scss */
  .vin .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  /* line 42, utilities/_flex.scss */
  .vin .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  /* line 44, utilities/_flex.scss */
  .vin .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  /* line 45, utilities/_flex.scss */
  .vin .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  /* line 46, utilities/_flex.scss */
  .vin .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  /* line 47, utilities/_flex.scss */
  .vin .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  /* line 48, utilities/_flex.scss */
  .vin .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  /* line 49, utilities/_flex.scss */
  .vin .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  /* line 11, utilities/_flex.scss */
  .vin .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  /* line 12, utilities/_flex.scss */
  .vin .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  /* line 13, utilities/_flex.scss */
  .vin .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  /* line 14, utilities/_flex.scss */
  .vin .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  /* line 16, utilities/_flex.scss */
  .vin .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  /* line 17, utilities/_flex.scss */
  .vin .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  /* line 18, utilities/_flex.scss */
  .vin .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  /* line 19, utilities/_flex.scss */
  .vin .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  /* line 20, utilities/_flex.scss */
  .vin .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  /* line 21, utilities/_flex.scss */
  .vin .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  /* line 22, utilities/_flex.scss */
  .vin .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  /* line 23, utilities/_flex.scss */
  .vin .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  /* line 25, utilities/_flex.scss */
  .vin .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  /* line 26, utilities/_flex.scss */
  .vin .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  /* line 27, utilities/_flex.scss */
  .vin .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  /* line 28, utilities/_flex.scss */
  .vin .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  /* line 29, utilities/_flex.scss */
  .vin .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  /* line 31, utilities/_flex.scss */
  .vin .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  /* line 32, utilities/_flex.scss */
  .vin .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  /* line 33, utilities/_flex.scss */
  .vin .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  /* line 34, utilities/_flex.scss */
  .vin .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  /* line 35, utilities/_flex.scss */
  .vin .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  /* line 37, utilities/_flex.scss */
  .vin .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  /* line 38, utilities/_flex.scss */
  .vin .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  /* line 39, utilities/_flex.scss */
  .vin .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  /* line 40, utilities/_flex.scss */
  .vin .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  /* line 41, utilities/_flex.scss */
  .vin .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  /* line 42, utilities/_flex.scss */
  .vin .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  /* line 44, utilities/_flex.scss */
  .vin .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  /* line 45, utilities/_flex.scss */
  .vin .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  /* line 46, utilities/_flex.scss */
  .vin .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  /* line 47, utilities/_flex.scss */
  .vin .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  /* line 48, utilities/_flex.scss */
  .vin .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  /* line 49, utilities/_flex.scss */
  .vin .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
/* line 7, utilities/_float.scss */
.vin .float-left {
  float: left !important;
}
/* line 8, utilities/_float.scss */
.vin .float-right {
  float: right !important;
}
/* line 9, utilities/_float.scss */
.vin .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  /* line 7, utilities/_float.scss */
  .vin .float-sm-left {
    float: left !important;
  }
  /* line 8, utilities/_float.scss */
  .vin .float-sm-right {
    float: right !important;
  }
  /* line 9, utilities/_float.scss */
  .vin .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 7, utilities/_float.scss */
  .vin .float-md-left {
    float: left !important;
  }
  /* line 8, utilities/_float.scss */
  .vin .float-md-right {
    float: right !important;
  }
  /* line 9, utilities/_float.scss */
  .vin .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 7, utilities/_float.scss */
  .vin .float-lg-left {
    float: left !important;
  }
  /* line 8, utilities/_float.scss */
  .vin .float-lg-right {
    float: right !important;
  }
  /* line 9, utilities/_float.scss */
  .vin .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 7, utilities/_float.scss */
  .vin .float-xl-left {
    float: left !important;
  }
  /* line 8, utilities/_float.scss */
  .vin .float-xl-right {
    float: right !important;
  }
  /* line 9, utilities/_float.scss */
  .vin .float-xl-none {
    float: none !important;
  }
}
/* line 4, utilities/_overflow.scss */
.vin .overflow-auto {
  overflow: auto !important;
}
/* line 4, utilities/_overflow.scss */
.vin .overflow-hidden {
  overflow: hidden !important;
}
/* line 5, utilities/_position.scss */
.vin .position-static {
  position: static !important;
}
/* line 5, utilities/_position.scss */
.vin .position-relative {
  position: relative !important;
}
/* line 5, utilities/_position.scss */
.vin .position-absolute {
  position: absolute !important;
}
/* line 5, utilities/_position.scss */
.vin .position-fixed {
  position: fixed !important;
}
/* line 5, utilities/_position.scss */
.vin .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
/* line 10, utilities/_position.scss */
.vin .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
/* line 18, utilities/_position.scss */
.vin .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  /* line 26, utilities/_position.scss */
  .vin .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
/* line 5, utilities/_screenreaders.scss */
.vin .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* line 24, mixins/_screen-reader.scss */
.vin .sr-only-focusable:active, .vin .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
/* line 3, utilities/_shadows.scss */
.vin .shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
/* line 4, utilities/_shadows.scss */
.vin .shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
/* line 5, utilities/_shadows.scss */
.vin .shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
/* line 6, utilities/_shadows.scss */
.vin .shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
/* line 7, utilities/_sizing.scss */
.vin .w-25 {
  width: 25% !important;
}
/* line 7, utilities/_sizing.scss */
.vin .w-50 {
  width: 50% !important;
}
/* line 7, utilities/_sizing.scss */
.vin .w-75 {
  width: 75% !important;
}
/* line 7, utilities/_sizing.scss */
.vin .w-100 {
  width: 100% !important;
}
/* line 7, utilities/_sizing.scss */
.vin .w-auto {
  width: auto !important;
}
/* line 7, utilities/_sizing.scss */
.vin .h-25 {
  height: 25% !important;
}
/* line 7, utilities/_sizing.scss */
.vin .h-50 {
  height: 50% !important;
}
/* line 7, utilities/_sizing.scss */
.vin .h-75 {
  height: 75% !important;
}
/* line 7, utilities/_sizing.scss */
.vin .h-100 {
  height: 100% !important;
}
/* line 7, utilities/_sizing.scss */
.vin .h-auto {
  height: auto !important;
}
/* line 11, utilities/_sizing.scss */
.vin .mw-100 {
  max-width: 100% !important;
}
/* line 12, utilities/_sizing.scss */
.vin .mh-100 {
  max-height: 100% !important;
}
/* line 16, utilities/_sizing.scss */
.vin .min-vw-100 {
  min-width: 100vw !important;
}
/* line 17, utilities/_sizing.scss */
.vin .min-vh-100 {
  min-height: 100vh !important;
}
/* line 19, utilities/_sizing.scss */
.vin .vw-100 {
  width: 100vw !important;
}
/* line 20, utilities/_sizing.scss */
.vin .vh-100 {
  height: 100vh !important;
}
/* line 6, utilities/_stretched-link.scss */
.vin .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
/* line 11, utilities/_spacing.scss */
.vin .m-0 {
  margin: 0 !important;
}
/* line 12, utilities/_spacing.scss */
.vin .mt-0,
.vin .my-0 {
  margin-top: 0 !important;
}
/* line 16, utilities/_spacing.scss */
.vin .mr-0,
.vin .mx-0 {
  margin-right: 0 !important;
}
/* line 20, utilities/_spacing.scss */
.vin .mb-0,
.vin .my-0 {
  margin-bottom: 0 !important;
}
/* line 24, utilities/_spacing.scss */
.vin .ml-0,
.vin .mx-0 {
  margin-left: 0 !important;
}
/* line 11, utilities/_spacing.scss */
.vin .m-1 {
  margin: 0.25rem !important;
}
/* line 12, utilities/_spacing.scss */
.vin .mt-1,
.vin .my-1 {
  margin-top: 0.25rem !important;
}
/* line 16, utilities/_spacing.scss */
.vin .mr-1,
.vin .mx-1 {
  margin-right: 0.25rem !important;
}
/* line 20, utilities/_spacing.scss */
.vin .mb-1,
.vin .my-1 {
  margin-bottom: 0.25rem !important;
}
/* line 24, utilities/_spacing.scss */
.vin .ml-1,
.vin .mx-1 {
  margin-left: 0.25rem !important;
}
/* line 11, utilities/_spacing.scss */
.vin .m-2 {
  margin: 0.5rem !important;
}
/* line 12, utilities/_spacing.scss */
.vin .mt-2,
.vin .my-2 {
  margin-top: 0.5rem !important;
}
/* line 16, utilities/_spacing.scss */
.vin .mr-2,
.vin .mx-2 {
  margin-right: 0.5rem !important;
}
/* line 20, utilities/_spacing.scss */
.vin .mb-2,
.vin .my-2 {
  margin-bottom: 0.5rem !important;
}
/* line 24, utilities/_spacing.scss */
.vin .ml-2,
.vin .mx-2 {
  margin-left: 0.5rem !important;
}
/* line 11, utilities/_spacing.scss */
.vin .m-3 {
  margin: 1rem !important;
}
/* line 12, utilities/_spacing.scss */
.vin .mt-3,
.vin .my-3 {
  margin-top: 1rem !important;
}
/* line 16, utilities/_spacing.scss */
.vin .mr-3,
.vin .mx-3 {
  margin-right: 1rem !important;
}
/* line 20, utilities/_spacing.scss */
.vin .mb-3,
.vin .my-3 {
  margin-bottom: 1rem !important;
}
/* line 24, utilities/_spacing.scss */
.vin .ml-3,
.vin .mx-3 {
  margin-left: 1rem !important;
}
/* line 11, utilities/_spacing.scss */
.vin .m-4 {
  margin: 1.5rem !important;
}
/* line 12, utilities/_spacing.scss */
.vin .mt-4,
.vin .my-4 {
  margin-top: 1.5rem !important;
}
/* line 16, utilities/_spacing.scss */
.vin .mr-4,
.vin .mx-4 {
  margin-right: 1.5rem !important;
}
/* line 20, utilities/_spacing.scss */
.vin .mb-4,
.vin .my-4 {
  margin-bottom: 1.5rem !important;
}
/* line 24, utilities/_spacing.scss */
.vin .ml-4,
.vin .mx-4 {
  margin-left: 1.5rem !important;
}
/* line 11, utilities/_spacing.scss */
.vin .m-5 {
  margin: 3rem !important;
}
/* line 12, utilities/_spacing.scss */
.vin .mt-5,
.vin .my-5 {
  margin-top: 3rem !important;
}
/* line 16, utilities/_spacing.scss */
.vin .mr-5,
.vin .mx-5 {
  margin-right: 3rem !important;
}
/* line 20, utilities/_spacing.scss */
.vin .mb-5,
.vin .my-5 {
  margin-bottom: 3rem !important;
}
/* line 24, utilities/_spacing.scss */
.vin .ml-5,
.vin .mx-5 {
  margin-left: 3rem !important;
}
/* line 11, utilities/_spacing.scss */
.vin .p-0 {
  padding: 0 !important;
}
/* line 12, utilities/_spacing.scss */
.vin .pt-0,
.vin .py-0 {
  padding-top: 0 !important;
}
/* line 16, utilities/_spacing.scss */
.vin .pr-0,
.vin .px-0 {
  padding-right: 0 !important;
}
/* line 20, utilities/_spacing.scss */
.vin .pb-0,
.vin .py-0 {
  padding-bottom: 0 !important;
}
/* line 24, utilities/_spacing.scss */
.vin .pl-0,
.vin .px-0 {
  padding-left: 0 !important;
}
/* line 11, utilities/_spacing.scss */
.vin .p-1 {
  padding: 0.25rem !important;
}
/* line 12, utilities/_spacing.scss */
.vin .pt-1,
.vin .py-1 {
  padding-top: 0.25rem !important;
}
/* line 16, utilities/_spacing.scss */
.vin .pr-1,
.vin .px-1 {
  padding-right: 0.25rem !important;
}
/* line 20, utilities/_spacing.scss */
.vin .pb-1,
.vin .py-1 {
  padding-bottom: 0.25rem !important;
}
/* line 24, utilities/_spacing.scss */
.vin .pl-1,
.vin .px-1 {
  padding-left: 0.25rem !important;
}
/* line 11, utilities/_spacing.scss */
.vin .p-2 {
  padding: 0.5rem !important;
}
/* line 12, utilities/_spacing.scss */
.vin .pt-2,
.vin .py-2 {
  padding-top: 0.5rem !important;
}
/* line 16, utilities/_spacing.scss */
.vin .pr-2,
.vin .px-2 {
  padding-right: 0.5rem !important;
}
/* line 20, utilities/_spacing.scss */
.vin .pb-2,
.vin .py-2 {
  padding-bottom: 0.5rem !important;
}
/* line 24, utilities/_spacing.scss */
.vin .pl-2,
.vin .px-2 {
  padding-left: 0.5rem !important;
}
/* line 11, utilities/_spacing.scss */
.vin .p-3 {
  padding: 1rem !important;
}
/* line 12, utilities/_spacing.scss */
.vin .pt-3,
.vin .py-3 {
  padding-top: 1rem !important;
}
/* line 16, utilities/_spacing.scss */
.vin .pr-3,
.vin .px-3 {
  padding-right: 1rem !important;
}
/* line 20, utilities/_spacing.scss */
.vin .pb-3,
.vin .py-3 {
  padding-bottom: 1rem !important;
}
/* line 24, utilities/_spacing.scss */
.vin .pl-3,
.vin .px-3 {
  padding-left: 1rem !important;
}
/* line 11, utilities/_spacing.scss */
.vin .p-4 {
  padding: 1.5rem !important;
}
/* line 12, utilities/_spacing.scss */
.vin .pt-4,
.vin .py-4 {
  padding-top: 1.5rem !important;
}
/* line 16, utilities/_spacing.scss */
.vin .pr-4,
.vin .px-4 {
  padding-right: 1.5rem !important;
}
/* line 20, utilities/_spacing.scss */
.vin .pb-4,
.vin .py-4 {
  padding-bottom: 1.5rem !important;
}
/* line 24, utilities/_spacing.scss */
.vin .pl-4,
.vin .px-4 {
  padding-left: 1.5rem !important;
}
/* line 11, utilities/_spacing.scss */
.vin .p-5 {
  padding: 3rem !important;
}
/* line 12, utilities/_spacing.scss */
.vin .pt-5,
.vin .py-5 {
  padding-top: 3rem !important;
}
/* line 16, utilities/_spacing.scss */
.vin .pr-5,
.vin .px-5 {
  padding-right: 3rem !important;
}
/* line 20, utilities/_spacing.scss */
.vin .pb-5,
.vin .py-5 {
  padding-bottom: 3rem !important;
}
/* line 24, utilities/_spacing.scss */
.vin .pl-5,
.vin .px-5 {
  padding-left: 3rem !important;
}
/* line 34, utilities/_spacing.scss */
.vin .m-n1 {
  margin: -0.25rem !important;
}
/* line 35, utilities/_spacing.scss */
.vin .mt-n1,
.vin .my-n1 {
  margin-top: -0.25rem !important;
}
/* line 39, utilities/_spacing.scss */
.vin .mr-n1,
.vin .mx-n1 {
  margin-right: -0.25rem !important;
}
/* line 43, utilities/_spacing.scss */
.vin .mb-n1,
.vin .my-n1 {
  margin-bottom: -0.25rem !important;
}
/* line 47, utilities/_spacing.scss */
.vin .ml-n1,
.vin .mx-n1 {
  margin-left: -0.25rem !important;
}
/* line 34, utilities/_spacing.scss */
.vin .m-n2 {
  margin: -0.5rem !important;
}
/* line 35, utilities/_spacing.scss */
.vin .mt-n2,
.vin .my-n2 {
  margin-top: -0.5rem !important;
}
/* line 39, utilities/_spacing.scss */
.vin .mr-n2,
.vin .mx-n2 {
  margin-right: -0.5rem !important;
}
/* line 43, utilities/_spacing.scss */
.vin .mb-n2,
.vin .my-n2 {
  margin-bottom: -0.5rem !important;
}
/* line 47, utilities/_spacing.scss */
.vin .ml-n2,
.vin .mx-n2 {
  margin-left: -0.5rem !important;
}
/* line 34, utilities/_spacing.scss */
.vin .m-n3 {
  margin: -1rem !important;
}
/* line 35, utilities/_spacing.scss */
.vin .mt-n3,
.vin .my-n3 {
  margin-top: -1rem !important;
}
/* line 39, utilities/_spacing.scss */
.vin .mr-n3,
.vin .mx-n3 {
  margin-right: -1rem !important;
}
/* line 43, utilities/_spacing.scss */
.vin .mb-n3,
.vin .my-n3 {
  margin-bottom: -1rem !important;
}
/* line 47, utilities/_spacing.scss */
.vin .ml-n3,
.vin .mx-n3 {
  margin-left: -1rem !important;
}
/* line 34, utilities/_spacing.scss */
.vin .m-n4 {
  margin: -1.5rem !important;
}
/* line 35, utilities/_spacing.scss */
.vin .mt-n4,
.vin .my-n4 {
  margin-top: -1.5rem !important;
}
/* line 39, utilities/_spacing.scss */
.vin .mr-n4,
.vin .mx-n4 {
  margin-right: -1.5rem !important;
}
/* line 43, utilities/_spacing.scss */
.vin .mb-n4,
.vin .my-n4 {
  margin-bottom: -1.5rem !important;
}
/* line 47, utilities/_spacing.scss */
.vin .ml-n4,
.vin .mx-n4 {
  margin-left: -1.5rem !important;
}
/* line 34, utilities/_spacing.scss */
.vin .m-n5 {
  margin: -3rem !important;
}
/* line 35, utilities/_spacing.scss */
.vin .mt-n5,
.vin .my-n5 {
  margin-top: -3rem !important;
}
/* line 39, utilities/_spacing.scss */
.vin .mr-n5,
.vin .mx-n5 {
  margin-right: -3rem !important;
}
/* line 43, utilities/_spacing.scss */
.vin .mb-n5,
.vin .my-n5 {
  margin-bottom: -3rem !important;
}
/* line 47, utilities/_spacing.scss */
.vin .ml-n5,
.vin .mx-n5 {
  margin-left: -3rem !important;
}
/* line 55, utilities/_spacing.scss */
.vin .m-auto {
  margin: auto !important;
}
/* line 56, utilities/_spacing.scss */
.vin .mt-auto,
.vin .my-auto {
  margin-top: auto !important;
}
/* line 60, utilities/_spacing.scss */
.vin .mr-auto,
.vin .mx-auto {
  margin-right: auto !important;
}
/* line 64, utilities/_spacing.scss */
.vin .mb-auto,
.vin .my-auto {
  margin-bottom: auto !important;
}
/* line 68, utilities/_spacing.scss */
.vin .ml-auto,
.vin .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  /* line 11, utilities/_spacing.scss */
  .vin .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .mt-sm-0,
  .vin .my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .mr-sm-0,
  .vin .mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .mb-sm-0,
  .vin .my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .ml-sm-0,
  .vin .mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .mt-sm-1,
  .vin .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .mr-sm-1,
  .vin .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .mb-sm-1,
  .vin .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .ml-sm-1,
  .vin .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .mt-sm-2,
  .vin .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .mr-sm-2,
  .vin .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .mb-sm-2,
  .vin .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .ml-sm-2,
  .vin .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .mt-sm-3,
  .vin .my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .mr-sm-3,
  .vin .mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .mb-sm-3,
  .vin .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .ml-sm-3,
  .vin .mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .mt-sm-4,
  .vin .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .mr-sm-4,
  .vin .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .mb-sm-4,
  .vin .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .ml-sm-4,
  .vin .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .mt-sm-5,
  .vin .my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .mr-sm-5,
  .vin .mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .mb-sm-5,
  .vin .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .ml-sm-5,
  .vin .mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .pt-sm-0,
  .vin .py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .pr-sm-0,
  .vin .px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .pb-sm-0,
  .vin .py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .pl-sm-0,
  .vin .px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .pt-sm-1,
  .vin .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .pr-sm-1,
  .vin .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .pb-sm-1,
  .vin .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .pl-sm-1,
  .vin .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .pt-sm-2,
  .vin .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .pr-sm-2,
  .vin .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .pb-sm-2,
  .vin .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .pl-sm-2,
  .vin .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .pt-sm-3,
  .vin .py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .pr-sm-3,
  .vin .px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .pb-sm-3,
  .vin .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .pl-sm-3,
  .vin .px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .pt-sm-4,
  .vin .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .pr-sm-4,
  .vin .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .pb-sm-4,
  .vin .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .pl-sm-4,
  .vin .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .pt-sm-5,
  .vin .py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .pr-sm-5,
  .vin .px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .pb-sm-5,
  .vin .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .pl-sm-5,
  .vin .px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 34, utilities/_spacing.scss */
  .vin .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 35, utilities/_spacing.scss */
  .vin .mt-sm-n1,
  .vin .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 39, utilities/_spacing.scss */
  .vin .mr-sm-n1,
  .vin .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 43, utilities/_spacing.scss */
  .vin .mb-sm-n1,
  .vin .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 47, utilities/_spacing.scss */
  .vin .ml-sm-n1,
  .vin .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 34, utilities/_spacing.scss */
  .vin .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 35, utilities/_spacing.scss */
  .vin .mt-sm-n2,
  .vin .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 39, utilities/_spacing.scss */
  .vin .mr-sm-n2,
  .vin .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 43, utilities/_spacing.scss */
  .vin .mb-sm-n2,
  .vin .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 47, utilities/_spacing.scss */
  .vin .ml-sm-n2,
  .vin .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 34, utilities/_spacing.scss */
  .vin .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 35, utilities/_spacing.scss */
  .vin .mt-sm-n3,
  .vin .my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 39, utilities/_spacing.scss */
  .vin .mr-sm-n3,
  .vin .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 43, utilities/_spacing.scss */
  .vin .mb-sm-n3,
  .vin .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 47, utilities/_spacing.scss */
  .vin .ml-sm-n3,
  .vin .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 34, utilities/_spacing.scss */
  .vin .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 35, utilities/_spacing.scss */
  .vin .mt-sm-n4,
  .vin .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 39, utilities/_spacing.scss */
  .vin .mr-sm-n4,
  .vin .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 43, utilities/_spacing.scss */
  .vin .mb-sm-n4,
  .vin .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 47, utilities/_spacing.scss */
  .vin .ml-sm-n4,
  .vin .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 34, utilities/_spacing.scss */
  .vin .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 35, utilities/_spacing.scss */
  .vin .mt-sm-n5,
  .vin .my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 39, utilities/_spacing.scss */
  .vin .mr-sm-n5,
  .vin .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 43, utilities/_spacing.scss */
  .vin .mb-sm-n5,
  .vin .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 47, utilities/_spacing.scss */
  .vin .ml-sm-n5,
  .vin .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 55, utilities/_spacing.scss */
  .vin .m-sm-auto {
    margin: auto !important;
  }
  /* line 56, utilities/_spacing.scss */
  .vin .mt-sm-auto,
  .vin .my-sm-auto {
    margin-top: auto !important;
  }
  /* line 60, utilities/_spacing.scss */
  .vin .mr-sm-auto,
  .vin .mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 64, utilities/_spacing.scss */
  .vin .mb-sm-auto,
  .vin .my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 68, utilities/_spacing.scss */
  .vin .ml-sm-auto,
  .vin .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  /* line 11, utilities/_spacing.scss */
  .vin .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .mt-md-0,
  .vin .my-md-0 {
    margin-top: 0 !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .mr-md-0,
  .vin .mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .mb-md-0,
  .vin .my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .ml-md-0,
  .vin .mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .mt-md-1,
  .vin .my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .mr-md-1,
  .vin .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .mb-md-1,
  .vin .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .ml-md-1,
  .vin .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .mt-md-2,
  .vin .my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .mr-md-2,
  .vin .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .mb-md-2,
  .vin .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .ml-md-2,
  .vin .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .m-md-3 {
    margin: 1rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .mt-md-3,
  .vin .my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .mr-md-3,
  .vin .mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .mb-md-3,
  .vin .my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .ml-md-3,
  .vin .mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .mt-md-4,
  .vin .my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .mr-md-4,
  .vin .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .mb-md-4,
  .vin .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .ml-md-4,
  .vin .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .m-md-5 {
    margin: 3rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .mt-md-5,
  .vin .my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .mr-md-5,
  .vin .mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .mb-md-5,
  .vin .my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .ml-md-5,
  .vin .mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .pt-md-0,
  .vin .py-md-0 {
    padding-top: 0 !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .pr-md-0,
  .vin .px-md-0 {
    padding-right: 0 !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .pb-md-0,
  .vin .py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .pl-md-0,
  .vin .px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .pt-md-1,
  .vin .py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .pr-md-1,
  .vin .px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .pb-md-1,
  .vin .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .pl-md-1,
  .vin .px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .pt-md-2,
  .vin .py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .pr-md-2,
  .vin .px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .pb-md-2,
  .vin .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .pl-md-2,
  .vin .px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .p-md-3 {
    padding: 1rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .pt-md-3,
  .vin .py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .pr-md-3,
  .vin .px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .pb-md-3,
  .vin .py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .pl-md-3,
  .vin .px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .pt-md-4,
  .vin .py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .pr-md-4,
  .vin .px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .pb-md-4,
  .vin .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .pl-md-4,
  .vin .px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .p-md-5 {
    padding: 3rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .pt-md-5,
  .vin .py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .pr-md-5,
  .vin .px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .pb-md-5,
  .vin .py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .pl-md-5,
  .vin .px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 34, utilities/_spacing.scss */
  .vin .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 35, utilities/_spacing.scss */
  .vin .mt-md-n1,
  .vin .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 39, utilities/_spacing.scss */
  .vin .mr-md-n1,
  .vin .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 43, utilities/_spacing.scss */
  .vin .mb-md-n1,
  .vin .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 47, utilities/_spacing.scss */
  .vin .ml-md-n1,
  .vin .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 34, utilities/_spacing.scss */
  .vin .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 35, utilities/_spacing.scss */
  .vin .mt-md-n2,
  .vin .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 39, utilities/_spacing.scss */
  .vin .mr-md-n2,
  .vin .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 43, utilities/_spacing.scss */
  .vin .mb-md-n2,
  .vin .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 47, utilities/_spacing.scss */
  .vin .ml-md-n2,
  .vin .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 34, utilities/_spacing.scss */
  .vin .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 35, utilities/_spacing.scss */
  .vin .mt-md-n3,
  .vin .my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 39, utilities/_spacing.scss */
  .vin .mr-md-n3,
  .vin .mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 43, utilities/_spacing.scss */
  .vin .mb-md-n3,
  .vin .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 47, utilities/_spacing.scss */
  .vin .ml-md-n3,
  .vin .mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 34, utilities/_spacing.scss */
  .vin .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 35, utilities/_spacing.scss */
  .vin .mt-md-n4,
  .vin .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 39, utilities/_spacing.scss */
  .vin .mr-md-n4,
  .vin .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 43, utilities/_spacing.scss */
  .vin .mb-md-n4,
  .vin .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 47, utilities/_spacing.scss */
  .vin .ml-md-n4,
  .vin .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 34, utilities/_spacing.scss */
  .vin .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 35, utilities/_spacing.scss */
  .vin .mt-md-n5,
  .vin .my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 39, utilities/_spacing.scss */
  .vin .mr-md-n5,
  .vin .mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 43, utilities/_spacing.scss */
  .vin .mb-md-n5,
  .vin .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 47, utilities/_spacing.scss */
  .vin .ml-md-n5,
  .vin .mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 55, utilities/_spacing.scss */
  .vin .m-md-auto {
    margin: auto !important;
  }
  /* line 56, utilities/_spacing.scss */
  .vin .mt-md-auto,
  .vin .my-md-auto {
    margin-top: auto !important;
  }
  /* line 60, utilities/_spacing.scss */
  .vin .mr-md-auto,
  .vin .mx-md-auto {
    margin-right: auto !important;
  }
  /* line 64, utilities/_spacing.scss */
  .vin .mb-md-auto,
  .vin .my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 68, utilities/_spacing.scss */
  .vin .ml-md-auto,
  .vin .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  /* line 11, utilities/_spacing.scss */
  .vin .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .mt-lg-0,
  .vin .my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .mr-lg-0,
  .vin .mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .mb-lg-0,
  .vin .my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .ml-lg-0,
  .vin .mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .mt-lg-1,
  .vin .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .mr-lg-1,
  .vin .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .mb-lg-1,
  .vin .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .ml-lg-1,
  .vin .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .mt-lg-2,
  .vin .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .mr-lg-2,
  .vin .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .mb-lg-2,
  .vin .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .ml-lg-2,
  .vin .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .mt-lg-3,
  .vin .my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .mr-lg-3,
  .vin .mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .mb-lg-3,
  .vin .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .ml-lg-3,
  .vin .mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .mt-lg-4,
  .vin .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .mr-lg-4,
  .vin .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .mb-lg-4,
  .vin .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .ml-lg-4,
  .vin .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .mt-lg-5,
  .vin .my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .mr-lg-5,
  .vin .mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .mb-lg-5,
  .vin .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .ml-lg-5,
  .vin .mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .pt-lg-0,
  .vin .py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .pr-lg-0,
  .vin .px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .pb-lg-0,
  .vin .py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .pl-lg-0,
  .vin .px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .pt-lg-1,
  .vin .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .pr-lg-1,
  .vin .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .pb-lg-1,
  .vin .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .pl-lg-1,
  .vin .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .pt-lg-2,
  .vin .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .pr-lg-2,
  .vin .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .pb-lg-2,
  .vin .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .pl-lg-2,
  .vin .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .pt-lg-3,
  .vin .py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .pr-lg-3,
  .vin .px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .pb-lg-3,
  .vin .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .pl-lg-3,
  .vin .px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .pt-lg-4,
  .vin .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .pr-lg-4,
  .vin .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .pb-lg-4,
  .vin .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .pl-lg-4,
  .vin .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .pt-lg-5,
  .vin .py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .pr-lg-5,
  .vin .px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .pb-lg-5,
  .vin .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .pl-lg-5,
  .vin .px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 34, utilities/_spacing.scss */
  .vin .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 35, utilities/_spacing.scss */
  .vin .mt-lg-n1,
  .vin .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 39, utilities/_spacing.scss */
  .vin .mr-lg-n1,
  .vin .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 43, utilities/_spacing.scss */
  .vin .mb-lg-n1,
  .vin .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 47, utilities/_spacing.scss */
  .vin .ml-lg-n1,
  .vin .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 34, utilities/_spacing.scss */
  .vin .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 35, utilities/_spacing.scss */
  .vin .mt-lg-n2,
  .vin .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 39, utilities/_spacing.scss */
  .vin .mr-lg-n2,
  .vin .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 43, utilities/_spacing.scss */
  .vin .mb-lg-n2,
  .vin .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 47, utilities/_spacing.scss */
  .vin .ml-lg-n2,
  .vin .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 34, utilities/_spacing.scss */
  .vin .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 35, utilities/_spacing.scss */
  .vin .mt-lg-n3,
  .vin .my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 39, utilities/_spacing.scss */
  .vin .mr-lg-n3,
  .vin .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 43, utilities/_spacing.scss */
  .vin .mb-lg-n3,
  .vin .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 47, utilities/_spacing.scss */
  .vin .ml-lg-n3,
  .vin .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 34, utilities/_spacing.scss */
  .vin .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 35, utilities/_spacing.scss */
  .vin .mt-lg-n4,
  .vin .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 39, utilities/_spacing.scss */
  .vin .mr-lg-n4,
  .vin .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 43, utilities/_spacing.scss */
  .vin .mb-lg-n4,
  .vin .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 47, utilities/_spacing.scss */
  .vin .ml-lg-n4,
  .vin .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 34, utilities/_spacing.scss */
  .vin .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 35, utilities/_spacing.scss */
  .vin .mt-lg-n5,
  .vin .my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 39, utilities/_spacing.scss */
  .vin .mr-lg-n5,
  .vin .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 43, utilities/_spacing.scss */
  .vin .mb-lg-n5,
  .vin .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 47, utilities/_spacing.scss */
  .vin .ml-lg-n5,
  .vin .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 55, utilities/_spacing.scss */
  .vin .m-lg-auto {
    margin: auto !important;
  }
  /* line 56, utilities/_spacing.scss */
  .vin .mt-lg-auto,
  .vin .my-lg-auto {
    margin-top: auto !important;
  }
  /* line 60, utilities/_spacing.scss */
  .vin .mr-lg-auto,
  .vin .mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 64, utilities/_spacing.scss */
  .vin .mb-lg-auto,
  .vin .my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 68, utilities/_spacing.scss */
  .vin .ml-lg-auto,
  .vin .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  /* line 11, utilities/_spacing.scss */
  .vin .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .mt-xl-0,
  .vin .my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .mr-xl-0,
  .vin .mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .mb-xl-0,
  .vin .my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .ml-xl-0,
  .vin .mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .mt-xl-1,
  .vin .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .mr-xl-1,
  .vin .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .mb-xl-1,
  .vin .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .ml-xl-1,
  .vin .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .mt-xl-2,
  .vin .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .mr-xl-2,
  .vin .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .mb-xl-2,
  .vin .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .ml-xl-2,
  .vin .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .mt-xl-3,
  .vin .my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .mr-xl-3,
  .vin .mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .mb-xl-3,
  .vin .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .ml-xl-3,
  .vin .mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .mt-xl-4,
  .vin .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .mr-xl-4,
  .vin .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .mb-xl-4,
  .vin .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .ml-xl-4,
  .vin .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .mt-xl-5,
  .vin .my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .mr-xl-5,
  .vin .mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .mb-xl-5,
  .vin .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .ml-xl-5,
  .vin .mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .pt-xl-0,
  .vin .py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .pr-xl-0,
  .vin .px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .pb-xl-0,
  .vin .py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .pl-xl-0,
  .vin .px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .pt-xl-1,
  .vin .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .pr-xl-1,
  .vin .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .pb-xl-1,
  .vin .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .pl-xl-1,
  .vin .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .pt-xl-2,
  .vin .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .pr-xl-2,
  .vin .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .pb-xl-2,
  .vin .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .pl-xl-2,
  .vin .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .pt-xl-3,
  .vin .py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .pr-xl-3,
  .vin .px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .pb-xl-3,
  .vin .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .pl-xl-3,
  .vin .px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .pt-xl-4,
  .vin .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .pr-xl-4,
  .vin .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .pb-xl-4,
  .vin .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .pl-xl-4,
  .vin .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, utilities/_spacing.scss */
  .vin .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 12, utilities/_spacing.scss */
  .vin .pt-xl-5,
  .vin .py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 16, utilities/_spacing.scss */
  .vin .pr-xl-5,
  .vin .px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 20, utilities/_spacing.scss */
  .vin .pb-xl-5,
  .vin .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 24, utilities/_spacing.scss */
  .vin .pl-xl-5,
  .vin .px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 34, utilities/_spacing.scss */
  .vin .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 35, utilities/_spacing.scss */
  .vin .mt-xl-n1,
  .vin .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 39, utilities/_spacing.scss */
  .vin .mr-xl-n1,
  .vin .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 43, utilities/_spacing.scss */
  .vin .mb-xl-n1,
  .vin .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 47, utilities/_spacing.scss */
  .vin .ml-xl-n1,
  .vin .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 34, utilities/_spacing.scss */
  .vin .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 35, utilities/_spacing.scss */
  .vin .mt-xl-n2,
  .vin .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 39, utilities/_spacing.scss */
  .vin .mr-xl-n2,
  .vin .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 43, utilities/_spacing.scss */
  .vin .mb-xl-n2,
  .vin .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 47, utilities/_spacing.scss */
  .vin .ml-xl-n2,
  .vin .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 34, utilities/_spacing.scss */
  .vin .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 35, utilities/_spacing.scss */
  .vin .mt-xl-n3,
  .vin .my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 39, utilities/_spacing.scss */
  .vin .mr-xl-n3,
  .vin .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 43, utilities/_spacing.scss */
  .vin .mb-xl-n3,
  .vin .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 47, utilities/_spacing.scss */
  .vin .ml-xl-n3,
  .vin .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 34, utilities/_spacing.scss */
  .vin .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 35, utilities/_spacing.scss */
  .vin .mt-xl-n4,
  .vin .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 39, utilities/_spacing.scss */
  .vin .mr-xl-n4,
  .vin .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 43, utilities/_spacing.scss */
  .vin .mb-xl-n4,
  .vin .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 47, utilities/_spacing.scss */
  .vin .ml-xl-n4,
  .vin .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 34, utilities/_spacing.scss */
  .vin .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 35, utilities/_spacing.scss */
  .vin .mt-xl-n5,
  .vin .my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 39, utilities/_spacing.scss */
  .vin .mr-xl-n5,
  .vin .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 43, utilities/_spacing.scss */
  .vin .mb-xl-n5,
  .vin .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 47, utilities/_spacing.scss */
  .vin .ml-xl-n5,
  .vin .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 55, utilities/_spacing.scss */
  .vin .m-xl-auto {
    margin: auto !important;
  }
  /* line 56, utilities/_spacing.scss */
  .vin .mt-xl-auto,
  .vin .my-xl-auto {
    margin-top: auto !important;
  }
  /* line 60, utilities/_spacing.scss */
  .vin .mr-xl-auto,
  .vin .mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 64, utilities/_spacing.scss */
  .vin .mb-xl-auto,
  .vin .my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 68, utilities/_spacing.scss */
  .vin .ml-xl-auto,
  .vin .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* line 7, utilities/_text.scss */
.vin .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
/* line 11, utilities/_text.scss */
.vin .text-justify {
  text-align: justify !important;
}
/* line 12, utilities/_text.scss */
.vin .text-wrap {
  white-space: normal !important;
}
/* line 13, utilities/_text.scss */
.vin .text-nowrap {
  white-space: nowrap !important;
}
/* line 14, utilities/_text.scss */
.vin .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 22, utilities/_text.scss */
.vin .text-left {
  text-align: left !important;
}
/* line 23, utilities/_text.scss */
.vin .text-right {
  text-align: right !important;
}
/* line 24, utilities/_text.scss */
.vin .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  /* line 22, utilities/_text.scss */
  .vin .text-sm-left {
    text-align: left !important;
  }
  /* line 23, utilities/_text.scss */
  .vin .text-sm-right {
    text-align: right !important;
  }
  /* line 24, utilities/_text.scss */
  .vin .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* line 22, utilities/_text.scss */
  .vin .text-md-left {
    text-align: left !important;
  }
  /* line 23, utilities/_text.scss */
  .vin .text-md-right {
    text-align: right !important;
  }
  /* line 24, utilities/_text.scss */
  .vin .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 22, utilities/_text.scss */
  .vin .text-lg-left {
    text-align: left !important;
  }
  /* line 23, utilities/_text.scss */
  .vin .text-lg-right {
    text-align: right !important;
  }
  /* line 24, utilities/_text.scss */
  .vin .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 22, utilities/_text.scss */
  .vin .text-xl-left {
    text-align: left !important;
  }
  /* line 23, utilities/_text.scss */
  .vin .text-xl-right {
    text-align: right !important;
  }
  /* line 24, utilities/_text.scss */
  .vin .text-xl-center {
    text-align: center !important;
  }
}
/* line 30, utilities/_text.scss */
.vin .text-lowercase {
  text-transform: lowercase !important;
}
/* line 31, utilities/_text.scss */
.vin .text-uppercase {
  text-transform: uppercase !important;
}
/* line 32, utilities/_text.scss */
.vin .text-capitalize {
  text-transform: capitalize !important;
}
/* line 36, utilities/_text.scss */
.vin .font-weight-light {
  font-weight: 300 !important;
}
/* line 37, utilities/_text.scss */
.vin .font-weight-lighter {
  font-weight: lighter !important;
}
/* line 38, utilities/_text.scss */
.vin .font-weight-normal {
  font-weight: 400 !important;
}
/* line 39, utilities/_text.scss */
.vin .font-weight-bold {
  font-weight: 700 !important;
}
/* line 40, utilities/_text.scss */
.vin .font-weight-bolder {
  font-weight: bolder !important;
}
/* line 41, utilities/_text.scss */
.vin .font-italic {
  font-style: italic !important;
}
/* line 45, utilities/_text.scss */
.vin .text-white {
  color: #fff !important;
}
/* line 6, mixins/_text-emphasis.scss */
.vin .text-primary {
  color: #007bff !important;
}
/* line 17, mixins/_hover.scss */
.vin a.text-primary:hover, .vin a.text-primary:focus {
  color: #0056b3 !important;
}
/* line 6, mixins/_text-emphasis.scss */
.vin .text-secondary {
  color: #6c757d !important;
}
/* line 17, mixins/_hover.scss */
.vin a.text-secondary:hover, .vin a.text-secondary:focus {
  color: #494f54 !important;
}
/* line 6, mixins/_text-emphasis.scss */
.vin .text-success {
  color: #28a745 !important;
}
/* line 17, mixins/_hover.scss */
.vin a.text-success:hover, .vin a.text-success:focus {
  color: #19692c !important;
}
/* line 6, mixins/_text-emphasis.scss */
.vin .text-info {
  color: #17a2b8 !important;
}
/* line 17, mixins/_hover.scss */
.vin a.text-info:hover, .vin a.text-info:focus {
  color: #0f6674 !important;
}
/* line 6, mixins/_text-emphasis.scss */
.vin .text-warning {
  color: #ffc107 !important;
}
/* line 17, mixins/_hover.scss */
.vin a.text-warning:hover, .vin a.text-warning:focus {
  color: #ba8b00 !important;
}
/* line 6, mixins/_text-emphasis.scss */
.vin .text-danger {
  color: #dc3545 !important;
}
/* line 17, mixins/_hover.scss */
.vin a.text-danger:hover, .vin a.text-danger:focus {
  color: #a71d2a !important;
}
/* line 6, mixins/_text-emphasis.scss */
.vin .text-light {
  color: #f8f9fa !important;
}
/* line 17, mixins/_hover.scss */
.vin a.text-light:hover, .vin a.text-light:focus {
  color: #cbd3da !important;
}
/* line 6, mixins/_text-emphasis.scss */
.vin .text-dark {
  color: #343a40 !important;
}
/* line 17, mixins/_hover.scss */
.vin a.text-dark:hover, .vin a.text-dark:focus {
  color: #121416 !important;
}
/* line 51, utilities/_text.scss */
.vin .text-body {
  color: #212529 !important;
}
/* line 52, utilities/_text.scss */
.vin .text-muted {
  color: #6c757d !important;
}
/* line 54, utilities/_text.scss */
.vin .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
/* line 55, utilities/_text.scss */
.vin .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
/* line 59, utilities/_text.scss */
.vin .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* line 63, utilities/_text.scss */
.vin .text-decoration-none {
  text-decoration: none !important;
}
/* line 65, utilities/_text.scss */
.vin .text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
/* line 72, utilities/_text.scss */
.vin .text-reset {
  color: inherit !important;
}
/* line 7, utilities/_visibility.scss */
.vin .visible {
  visibility: visible !important;
}
/* line 11, utilities/_visibility.scss */
.vin .invisible {
  visibility: hidden !important;
}
@media print {
  /* line 13, _print.scss */
  .vin *,
  .vin *::before,
  .vin *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  /* line 24, _print.scss */
  .vin a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, _print.scss */
  .vin abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, _print.scss */
  .vin pre {
    white-space: pre-wrap !important;
  }
  /* line 52, _print.scss */
  .vin pre,
  .vin blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 63, _print.scss */
  .vin thead {
    display: table-header-group;
  }
  /* line 67, _print.scss */
  .vin tr,
  .vin img {
    page-break-inside: avoid;
  }
  /* line 72, _print.scss */
  .vin p,
  .vin h2,
  .vin h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 79, _print.scss */
  .vin h2,
  .vin h3 {
    page-break-after: avoid;
  }
  @page {
    /* line 8, vin.scss */
    .vin {
      size: a3;
    }
  }
  /* line 92, _print.scss */
  .vin body {
    min-width: 992px !important;
  }
  /* line 95, _print.scss */
  .vin .container {
    min-width: 992px !important;
  }
  /* line 100, _print.scss */
  .vin .navbar {
    display: none;
  }
  /* line 103, _print.scss */
  .vin .badge {
    border: 1px solid #000;
  }
  /* line 107, _print.scss */
  .vin .table {
    border-collapse: collapse !important;
  }
  /* line 110, _print.scss */
  .vin .table td,
  .vin .table th {
    background-color: #fff !important;
  }
  /* line 117, _print.scss */
  .vin .table-bordered th,
  .vin .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 123, _print.scss */
  .vin .table-dark {
    color: inherit;
  }
  /* line 126, _print.scss */
  .vin .table-dark th,
  .vin .table-dark td,
  .vin .table-dark thead th,
  .vin .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  /* line 134, _print.scss */
  .vin .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* line 11, vin.scss */
.vin .module-sub {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
/* line 12, vin.scss */
.vin .module-sub:hover {
  cursor: pointer;
}
/* line 20, vin.scss */
.vin .snappable {
  border: 1px solid grey;
  border-radius: 5px;
}
/* line 28, vin.scss */
.vin .draggable {
  cursor: -webkit-grab;
  cursor: grab;
}
/* line 32, vin.scss */
.vin .vin-question {
  margin-bottom: 2em;
}
/* line 35, vin.scss */
.vin .vin-question div {
  padding-left: 15px;
}
/* line 41, vin.scss */
.vin .swal2-title {
  font-size: 3rem;
}
/* line 45, vin.scss */
.vin .swal2-content {
  font-size: 2rem;
}
/* line 49, vin.scss */
.vin .swal2-confirm {
  border: inherit !important;
  border-radius: inherit !important;
  background: inherit;
  background-color: inherit !important;
  color: inherit !important;
  font-size: inherit !important;
}
/* line 58, vin.scss */
.vin button, .vin input[type="button"], .vin input[type="reset"], .vin input[type="submit"] {
  background: #264653;
  color: #f4a160;
}
/* line 63, vin.scss */
.vin .hidden-content {
  border: 3px dashed;
  border-radius: 15px;
  background-color: #fff9f2;
  margin: 5px;
  padding: 5px;
}
/* line 75, vin.scss */
.vin .vin-tabs li.nav-item {
  margin-bottom: 10px;
  background: #264653;
}
/* line 79, vin.scss */
.vin .vin-tabs li.nav-item a {
  color: #f4a160;
  font-weight: bold;
}
/* line 83, vin.scss */
.vin .vin-tabs li.nav-item a.active {
  font-weight: bold;
  border-bottom: 3px solid #f4a160;
}
/* line 88, vin.scss */
.vin .vin-tabs li.nav-item a:hover {
  border: transparent;
  border-bottom: 3px solid #f4a160;
}
/* line 94, vin.scss */
.vin .vin-tabs li.nav-item i {
  color: #f4a160;
}
/* line 102, vin.scss */
.vin .vin-button {
  background-color: #264653 !important;
  color: #f4a160 !important;
  padding: 1em 1.5em !important;
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
  font-weight: 700 !important;
  font-size: 1.5rem !important;
}
/* line 110, vin.scss */
.vin .vin-button:hover {
  border-color: #3c3838 !important;
  background-color: #3c3838 !important;
  color: #fff !important;
}
/* line 117, vin.scss */
.vin .spinner-grow {
  color: #f4a160;
}
/* line 123, vin.scss */
.vin .m5-quiz .draggable-m5 {
  font-size: 0.8em;
  width: 45%;
  height: 40px;
  padding: 0.2em;
  float: left;
  margin: 10px 10px 10px 0;
}
/* line 132, vin.scss */
.vin .m5-quiz .droppable-m5 {
  width: 45%;
  height: 400px;
  padding: 0.5em;
  float: left;
  margin: 10px;
}
/* line 140, vin.scss */
.vin .m5-quiz td div.droppable-m5 {
  width: 100%;
  height: 200px;
  padding: 0.5em;
  float: left;
  margin: 10px;
}
/* line 148, vin.scss */
.vin .m5-quiz td div.draggable-m5 {
  width: 45%;
  height: 80px;
  padding: 0.2em;
  float: left;
  margin: 10px 10px 10px 0;
}
/* line 158, vin.scss */
.vin .m5-quiz ul li.draggable-m5 {
  list-style-type: none;
}

/*# sourceMappingURL=vin.css.map */