/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Merriweather:900|Oxygen:300,400");
: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: #6f42c1;
  --secondary: #E1DAC0;
  --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;
  --breakpoint-xxl: 1600px;
  --breakpoint-uxl: 1900px;
  --font-family-sans-serif: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, 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; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #6f42c1;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #4e2d89;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

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; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
  @media (min-width: 1600px) {
    .container {
      max-width: 1280px; } }

.container-fluid, footer, #breadcrumb, .resume-modal, #workPage, .work-spotify {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-20, .col-xl-21, .col-xl-22, .col-xl-23, .col-xl-24, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-13, .col-xxl-14, .col-xxl-15, .col-xxl-16, .col-xxl-17, .col-xxl-18, .col-xxl-19, .col-xxl-20, .col-xxl-21, .col-xxl-22, .col-xxl-23, .col-xxl-24, .col-xxl,
.col-xxl-auto, .col-uxl-1, .col-uxl-2, .col-uxl-3, .col-uxl-4, .col-uxl-5, .col-uxl-6, .col-uxl-7, .col-uxl-8, .col-uxl-9, .col-uxl-10, .col-uxl-11, .col-uxl-12, .col-uxl-13, .col-uxl-14, .col-uxl-15, .col-uxl-16, .col-uxl-17, .col-uxl-18, .col-uxl-19, .col-uxl-20, .col-uxl-21, .col-uxl-22, .col-uxl-23, .col-uxl-24, .col-uxl,
.col-uxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 4.1666666667%;
  max-width: 4.1666666667%; }

.col-2 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-3 {
  flex: 0 0 12.5%;
  max-width: 12.5%; }

.col-4 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-5 {
  flex: 0 0 20.8333333333%;
  max-width: 20.8333333333%; }

.col-6 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-7 {
  flex: 0 0 29.1666666667%;
  max-width: 29.1666666667%; }

.col-8 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-9 {
  flex: 0 0 37.5%;
  max-width: 37.5%; }

.col-10 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-11 {
  flex: 0 0 45.8333333333%;
  max-width: 45.8333333333%; }

.col-12 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-13 {
  flex: 0 0 54.1666666667%;
  max-width: 54.1666666667%; }

.col-14 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-15 {
  flex: 0 0 62.5%;
  max-width: 62.5%; }

.col-16 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-17 {
  flex: 0 0 70.8333333333%;
  max-width: 70.8333333333%; }

.col-18 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-19 {
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%; }

.col-20 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-21 {
  flex: 0 0 87.5%;
  max-width: 87.5%; }

.col-22 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-23 {
  flex: 0 0 95.8333333333%;
  max-width: 95.8333333333%; }

.col-24 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 25; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.order-13 {
  order: 13; }

.order-14 {
  order: 14; }

.order-15 {
  order: 15; }

.order-16 {
  order: 16; }

.order-17 {
  order: 17; }

.order-18 {
  order: 18; }

.order-19 {
  order: 19; }

.order-20 {
  order: 20; }

.order-21 {
  order: 21; }

.order-22 {
  order: 22; }

.order-23 {
  order: 23; }

.order-24 {
  order: 24; }

.offset-1 {
  margin-left: 4.1666666667%; }

.offset-2 {
  margin-left: 8.3333333333%; }

.offset-3 {
  margin-left: 12.5%; }

.offset-4 {
  margin-left: 16.6666666667%; }

.offset-5 {
  margin-left: 20.8333333333%; }

.offset-6 {
  margin-left: 25%; }

.offset-7 {
  margin-left: 29.1666666667%; }

.offset-8 {
  margin-left: 33.3333333333%; }

.offset-9 {
  margin-left: 37.5%; }

.offset-10 {
  margin-left: 41.6666666667%; }

.offset-11 {
  margin-left: 45.8333333333%; }

.offset-12 {
  margin-left: 50%; }

.offset-13 {
  margin-left: 54.1666666667%; }

.offset-14 {
  margin-left: 58.3333333333%; }

.offset-15 {
  margin-left: 62.5%; }

.offset-16 {
  margin-left: 66.6666666667%; }

.offset-17 {
  margin-left: 70.8333333333%; }

.offset-18 {
  margin-left: 75%; }

.offset-19 {
  margin-left: 79.1666666667%; }

.offset-20 {
  margin-left: 83.3333333333%; }

.offset-21 {
  margin-left: 87.5%; }

.offset-22 {
  margin-left: 91.6666666667%; }

.offset-23 {
  margin-left: 95.8333333333%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%; }

  .col-sm-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }

  .col-sm-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%; }

  .col-sm-6 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%; }

  .col-sm-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }

  .col-sm-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%; }

  .col-sm-12 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%; }

  .col-sm-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%; }

  .col-sm-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%; }

  .col-sm-18 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%; }

  .col-sm-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }

  .col-sm-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%; }

  .col-sm-24 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 25; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .order-sm-13 {
    order: 13; }

  .order-sm-14 {
    order: 14; }

  .order-sm-15 {
    order: 15; }

  .order-sm-16 {
    order: 16; }

  .order-sm-17 {
    order: 17; }

  .order-sm-18 {
    order: 18; }

  .order-sm-19 {
    order: 19; }

  .order-sm-20 {
    order: 20; }

  .order-sm-21 {
    order: 21; }

  .order-sm-22 {
    order: 22; }

  .order-sm-23 {
    order: 23; }

  .order-sm-24 {
    order: 24; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 4.1666666667%; }

  .offset-sm-2 {
    margin-left: 8.3333333333%; }

  .offset-sm-3 {
    margin-left: 12.5%; }

  .offset-sm-4 {
    margin-left: 16.6666666667%; }

  .offset-sm-5 {
    margin-left: 20.8333333333%; }

  .offset-sm-6 {
    margin-left: 25%; }

  .offset-sm-7 {
    margin-left: 29.1666666667%; }

  .offset-sm-8 {
    margin-left: 33.3333333333%; }

  .offset-sm-9 {
    margin-left: 37.5%; }

  .offset-sm-10 {
    margin-left: 41.6666666667%; }

  .offset-sm-11 {
    margin-left: 45.8333333333%; }

  .offset-sm-12 {
    margin-left: 50%; }

  .offset-sm-13 {
    margin-left: 54.1666666667%; }

  .offset-sm-14 {
    margin-left: 58.3333333333%; }

  .offset-sm-15 {
    margin-left: 62.5%; }

  .offset-sm-16 {
    margin-left: 66.6666666667%; }

  .offset-sm-17 {
    margin-left: 70.8333333333%; }

  .offset-sm-18 {
    margin-left: 75%; }

  .offset-sm-19 {
    margin-left: 79.1666666667%; }

  .offset-sm-20 {
    margin-left: 83.3333333333%; }

  .offset-sm-21 {
    margin-left: 87.5%; }

  .offset-sm-22 {
    margin-left: 91.6666666667%; }

  .offset-sm-23 {
    margin-left: 95.8333333333%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%; }

  .col-md-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }

  .col-md-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%; }

  .col-md-6 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%; }

  .col-md-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }

  .col-md-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%; }

  .col-md-12 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%; }

  .col-md-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%; }

  .col-md-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%; }

  .col-md-18 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%; }

  .col-md-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }

  .col-md-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%; }

  .col-md-24 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 25; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .order-md-13 {
    order: 13; }

  .order-md-14 {
    order: 14; }

  .order-md-15 {
    order: 15; }

  .order-md-16 {
    order: 16; }

  .order-md-17 {
    order: 17; }

  .order-md-18 {
    order: 18; }

  .order-md-19 {
    order: 19; }

  .order-md-20 {
    order: 20; }

  .order-md-21 {
    order: 21; }

  .order-md-22 {
    order: 22; }

  .order-md-23 {
    order: 23; }

  .order-md-24 {
    order: 24; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 4.1666666667%; }

  .offset-md-2 {
    margin-left: 8.3333333333%; }

  .offset-md-3 {
    margin-left: 12.5%; }

  .offset-md-4 {
    margin-left: 16.6666666667%; }

  .offset-md-5 {
    margin-left: 20.8333333333%; }

  .offset-md-6 {
    margin-left: 25%; }

  .offset-md-7 {
    margin-left: 29.1666666667%; }

  .offset-md-8 {
    margin-left: 33.3333333333%; }

  .offset-md-9 {
    margin-left: 37.5%; }

  .offset-md-10 {
    margin-left: 41.6666666667%; }

  .offset-md-11 {
    margin-left: 45.8333333333%; }

  .offset-md-12 {
    margin-left: 50%; }

  .offset-md-13 {
    margin-left: 54.1666666667%; }

  .offset-md-14 {
    margin-left: 58.3333333333%; }

  .offset-md-15 {
    margin-left: 62.5%; }

  .offset-md-16 {
    margin-left: 66.6666666667%; }

  .offset-md-17 {
    margin-left: 70.8333333333%; }

  .offset-md-18 {
    margin-left: 75%; }

  .offset-md-19 {
    margin-left: 79.1666666667%; }

  .offset-md-20 {
    margin-left: 83.3333333333%; }

  .offset-md-21 {
    margin-left: 87.5%; }

  .offset-md-22 {
    margin-left: 91.6666666667%; }

  .offset-md-23 {
    margin-left: 95.8333333333%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%; }

  .col-lg-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }

  .col-lg-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%; }

  .col-lg-6 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%; }

  .col-lg-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }

  .col-lg-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%; }

  .col-lg-12 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%; }

  .col-lg-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%; }

  .col-lg-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%; }

  .col-lg-18 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%; }

  .col-lg-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }

  .col-lg-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%; }

  .col-lg-24 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 25; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .order-lg-13 {
    order: 13; }

  .order-lg-14 {
    order: 14; }

  .order-lg-15 {
    order: 15; }

  .order-lg-16 {
    order: 16; }

  .order-lg-17 {
    order: 17; }

  .order-lg-18 {
    order: 18; }

  .order-lg-19 {
    order: 19; }

  .order-lg-20 {
    order: 20; }

  .order-lg-21 {
    order: 21; }

  .order-lg-22 {
    order: 22; }

  .order-lg-23 {
    order: 23; }

  .order-lg-24 {
    order: 24; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 4.1666666667%; }

  .offset-lg-2 {
    margin-left: 8.3333333333%; }

  .offset-lg-3 {
    margin-left: 12.5%; }

  .offset-lg-4 {
    margin-left: 16.6666666667%; }

  .offset-lg-5 {
    margin-left: 20.8333333333%; }

  .offset-lg-6 {
    margin-left: 25%; }

  .offset-lg-7 {
    margin-left: 29.1666666667%; }

  .offset-lg-8 {
    margin-left: 33.3333333333%; }

  .offset-lg-9 {
    margin-left: 37.5%; }

  .offset-lg-10 {
    margin-left: 41.6666666667%; }

  .offset-lg-11 {
    margin-left: 45.8333333333%; }

  .offset-lg-12 {
    margin-left: 50%; }

  .offset-lg-13 {
    margin-left: 54.1666666667%; }

  .offset-lg-14 {
    margin-left: 58.3333333333%; }

  .offset-lg-15 {
    margin-left: 62.5%; }

  .offset-lg-16 {
    margin-left: 66.6666666667%; }

  .offset-lg-17 {
    margin-left: 70.8333333333%; }

  .offset-lg-18 {
    margin-left: 75%; }

  .offset-lg-19 {
    margin-left: 79.1666666667%; }

  .offset-lg-20 {
    margin-left: 83.3333333333%; }

  .offset-lg-21 {
    margin-left: 87.5%; }

  .offset-lg-22 {
    margin-left: 91.6666666667%; }

  .offset-lg-23 {
    margin-left: 95.8333333333%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%; }

  .col-xl-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }

  .col-xl-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%; }

  .col-xl-6 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%; }

  .col-xl-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }

  .col-xl-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%; }

  .col-xl-12 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%; }

  .col-xl-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%; }

  .col-xl-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%; }

  .col-xl-18 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%; }

  .col-xl-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }

  .col-xl-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%; }

  .col-xl-24 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 25; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .order-xl-13 {
    order: 13; }

  .order-xl-14 {
    order: 14; }

  .order-xl-15 {
    order: 15; }

  .order-xl-16 {
    order: 16; }

  .order-xl-17 {
    order: 17; }

  .order-xl-18 {
    order: 18; }

  .order-xl-19 {
    order: 19; }

  .order-xl-20 {
    order: 20; }

  .order-xl-21 {
    order: 21; }

  .order-xl-22 {
    order: 22; }

  .order-xl-23 {
    order: 23; }

  .order-xl-24 {
    order: 24; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 4.1666666667%; }

  .offset-xl-2 {
    margin-left: 8.3333333333%; }

  .offset-xl-3 {
    margin-left: 12.5%; }

  .offset-xl-4 {
    margin-left: 16.6666666667%; }

  .offset-xl-5 {
    margin-left: 20.8333333333%; }

  .offset-xl-6 {
    margin-left: 25%; }

  .offset-xl-7 {
    margin-left: 29.1666666667%; }

  .offset-xl-8 {
    margin-left: 33.3333333333%; }

  .offset-xl-9 {
    margin-left: 37.5%; }

  .offset-xl-10 {
    margin-left: 41.6666666667%; }

  .offset-xl-11 {
    margin-left: 45.8333333333%; }

  .offset-xl-12 {
    margin-left: 50%; }

  .offset-xl-13 {
    margin-left: 54.1666666667%; }

  .offset-xl-14 {
    margin-left: 58.3333333333%; }

  .offset-xl-15 {
    margin-left: 62.5%; }

  .offset-xl-16 {
    margin-left: 66.6666666667%; }

  .offset-xl-17 {
    margin-left: 70.8333333333%; }

  .offset-xl-18 {
    margin-left: 75%; }

  .offset-xl-19 {
    margin-left: 79.1666666667%; }

  .offset-xl-20 {
    margin-left: 83.3333333333%; }

  .offset-xl-21 {
    margin-left: 87.5%; }

  .offset-xl-22 {
    margin-left: 91.6666666667%; }

  .offset-xl-23 {
    margin-left: 95.8333333333%; } }
@media (min-width: 1600px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xxl-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%; }

  .col-xxl-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xxl-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }

  .col-xxl-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xxl-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%; }

  .col-xxl-6 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xxl-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%; }

  .col-xxl-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xxl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }

  .col-xxl-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xxl-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%; }

  .col-xxl-12 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xxl-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%; }

  .col-xxl-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xxl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%; }

  .col-xxl-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xxl-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%; }

  .col-xxl-18 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xxl-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%; }

  .col-xxl-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xxl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }

  .col-xxl-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xxl-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%; }

  .col-xxl-24 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xxl-first {
    order: -1; }

  .order-xxl-last {
    order: 25; }

  .order-xxl-0 {
    order: 0; }

  .order-xxl-1 {
    order: 1; }

  .order-xxl-2 {
    order: 2; }

  .order-xxl-3 {
    order: 3; }

  .order-xxl-4 {
    order: 4; }

  .order-xxl-5 {
    order: 5; }

  .order-xxl-6 {
    order: 6; }

  .order-xxl-7 {
    order: 7; }

  .order-xxl-8 {
    order: 8; }

  .order-xxl-9 {
    order: 9; }

  .order-xxl-10 {
    order: 10; }

  .order-xxl-11 {
    order: 11; }

  .order-xxl-12 {
    order: 12; }

  .order-xxl-13 {
    order: 13; }

  .order-xxl-14 {
    order: 14; }

  .order-xxl-15 {
    order: 15; }

  .order-xxl-16 {
    order: 16; }

  .order-xxl-17 {
    order: 17; }

  .order-xxl-18 {
    order: 18; }

  .order-xxl-19 {
    order: 19; }

  .order-xxl-20 {
    order: 20; }

  .order-xxl-21 {
    order: 21; }

  .order-xxl-22 {
    order: 22; }

  .order-xxl-23 {
    order: 23; }

  .order-xxl-24 {
    order: 24; }

  .offset-xxl-0 {
    margin-left: 0; }

  .offset-xxl-1 {
    margin-left: 4.1666666667%; }

  .offset-xxl-2 {
    margin-left: 8.3333333333%; }

  .offset-xxl-3 {
    margin-left: 12.5%; }

  .offset-xxl-4 {
    margin-left: 16.6666666667%; }

  .offset-xxl-5 {
    margin-left: 20.8333333333%; }

  .offset-xxl-6 {
    margin-left: 25%; }

  .offset-xxl-7 {
    margin-left: 29.1666666667%; }

  .offset-xxl-8 {
    margin-left: 33.3333333333%; }

  .offset-xxl-9 {
    margin-left: 37.5%; }

  .offset-xxl-10 {
    margin-left: 41.6666666667%; }

  .offset-xxl-11 {
    margin-left: 45.8333333333%; }

  .offset-xxl-12 {
    margin-left: 50%; }

  .offset-xxl-13 {
    margin-left: 54.1666666667%; }

  .offset-xxl-14 {
    margin-left: 58.3333333333%; }

  .offset-xxl-15 {
    margin-left: 62.5%; }

  .offset-xxl-16 {
    margin-left: 66.6666666667%; }

  .offset-xxl-17 {
    margin-left: 70.8333333333%; }

  .offset-xxl-18 {
    margin-left: 75%; }

  .offset-xxl-19 {
    margin-left: 79.1666666667%; }

  .offset-xxl-20 {
    margin-left: 83.3333333333%; }

  .offset-xxl-21 {
    margin-left: 87.5%; }

  .offset-xxl-22 {
    margin-left: 91.6666666667%; }

  .offset-xxl-23 {
    margin-left: 95.8333333333%; } }
@media (min-width: 1900px) {
  .col-uxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-uxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-uxl-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%; }

  .col-uxl-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-uxl-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }

  .col-uxl-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-uxl-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%; }

  .col-uxl-6 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-uxl-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%; }

  .col-uxl-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-uxl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }

  .col-uxl-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-uxl-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%; }

  .col-uxl-12 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-uxl-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%; }

  .col-uxl-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-uxl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%; }

  .col-uxl-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-uxl-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%; }

  .col-uxl-18 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-uxl-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%; }

  .col-uxl-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-uxl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }

  .col-uxl-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-uxl-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%; }

  .col-uxl-24 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-uxl-first {
    order: -1; }

  .order-uxl-last {
    order: 25; }

  .order-uxl-0 {
    order: 0; }

  .order-uxl-1 {
    order: 1; }

  .order-uxl-2 {
    order: 2; }

  .order-uxl-3 {
    order: 3; }

  .order-uxl-4 {
    order: 4; }

  .order-uxl-5 {
    order: 5; }

  .order-uxl-6 {
    order: 6; }

  .order-uxl-7 {
    order: 7; }

  .order-uxl-8 {
    order: 8; }

  .order-uxl-9 {
    order: 9; }

  .order-uxl-10 {
    order: 10; }

  .order-uxl-11 {
    order: 11; }

  .order-uxl-12 {
    order: 12; }

  .order-uxl-13 {
    order: 13; }

  .order-uxl-14 {
    order: 14; }

  .order-uxl-15 {
    order: 15; }

  .order-uxl-16 {
    order: 16; }

  .order-uxl-17 {
    order: 17; }

  .order-uxl-18 {
    order: 18; }

  .order-uxl-19 {
    order: 19; }

  .order-uxl-20 {
    order: 20; }

  .order-uxl-21 {
    order: 21; }

  .order-uxl-22 {
    order: 22; }

  .order-uxl-23 {
    order: 23; }

  .order-uxl-24 {
    order: 24; }

  .offset-uxl-0 {
    margin-left: 0; }

  .offset-uxl-1 {
    margin-left: 4.1666666667%; }

  .offset-uxl-2 {
    margin-left: 8.3333333333%; }

  .offset-uxl-3 {
    margin-left: 12.5%; }

  .offset-uxl-4 {
    margin-left: 16.6666666667%; }

  .offset-uxl-5 {
    margin-left: 20.8333333333%; }

  .offset-uxl-6 {
    margin-left: 25%; }

  .offset-uxl-7 {
    margin-left: 29.1666666667%; }

  .offset-uxl-8 {
    margin-left: 33.3333333333%; }

  .offset-uxl-9 {
    margin-left: 37.5%; }

  .offset-uxl-10 {
    margin-left: 41.6666666667%; }

  .offset-uxl-11 {
    margin-left: 45.8333333333%; }

  .offset-uxl-12 {
    margin-left: 50%; }

  .offset-uxl-13 {
    margin-left: 54.1666666667%; }

  .offset-uxl-14 {
    margin-left: 58.3333333333%; }

  .offset-uxl-15 {
    margin-left: 62.5%; }

  .offset-uxl-16 {
    margin-left: 66.6666666667%; }

  .offset-uxl-17 {
    margin-left: 70.8333333333%; }

  .offset-uxl-18 {
    margin-left: 75%; }

  .offset-uxl-19 {
    margin-left: 79.1666666667%; }

  .offset-uxl-20 {
    margin-left: 83.3333333333%; }

  .offset-uxl-21 {
    margin-left: 87.5%; }

  .offset-uxl-22 {
    margin-left: 91.6666666667%; }

  .offset-uxl-23 {
    margin-left: 95.8333333333%; } }
.btn, #btnFooterInfo, #btnResumePDF, #btnIntroMore, .work-url p a, .chat-subject, .btn-proto, #btnFAB, #btnBack {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn, #btnFooterInfo, #btnResumePDF, #btnIntroMore, .work-url p a, .chat-subject, .btn-proto, #btnFAB, #btnBack {
      transition: none; } }
  .btn:hover, #btnFooterInfo:hover, #btnResumePDF:hover, #btnIntroMore:hover, .work-url p a:hover, .chat-subject:hover, .btn-proto:hover, #btnFAB:hover, #btnBack:hover, .btn:focus, #btnFooterInfo:focus, #btnResumePDF:focus, #btnIntroMore:focus, .work-url p a:focus, .chat-subject:focus, .btn-proto:focus, #btnFAB:focus, #btnBack:focus {
    text-decoration: none; }
  .btn:focus, #btnFooterInfo:focus, #btnResumePDF:focus, #btnIntroMore:focus, .work-url p a:focus, .chat-subject:focus, .btn-proto:focus, #btnFAB:focus, #btnBack:focus, .btn.focus, .focus#btnFooterInfo, .focus#btnResumePDF, .focus#btnIntroMore, .work-url p a.focus, .focus.chat-subject, .focus.btn-proto, .focus#btnFAB, .focus#btnBack {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.25); }
  .btn.disabled, .disabled#btnFooterInfo, .disabled#btnResumePDF, .disabled#btnIntroMore, .work-url p a.disabled, .disabled.chat-subject, .disabled.btn-proto, .disabled#btnFAB, .disabled#btnBack, .btn:disabled, #btnFooterInfo:disabled, #btnResumePDF:disabled, #btnIntroMore:disabled, .work-url p a:disabled, .chat-subject:disabled, .btn-proto:disabled, #btnFAB:disabled, #btnBack:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled), #btnFooterInfo:not(:disabled):not(.disabled), #btnResumePDF:not(:disabled):not(.disabled), #btnIntroMore:not(:disabled):not(.disabled), .work-url p a:not(:disabled):not(.disabled), .chat-subject:not(:disabled):not(.disabled), .btn-proto:not(:disabled):not(.disabled), #btnFAB:not(:disabled):not(.disabled), #btnBack:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled, a.disabled#btnFooterInfo, a.disabled#btnResumePDF, a.disabled#btnIntroMore, .work-url p a.disabled, a.disabled.chat-subject, a.disabled.btn-proto, a.disabled#btnFAB, a.disabled#btnBack,
fieldset:disabled a.btn,
fieldset:disabled a#btnFooterInfo,
fieldset:disabled a#btnResumePDF,
fieldset:disabled a#btnIntroMore,
fieldset:disabled .work-url p a,
.work-url p fieldset:disabled a,
fieldset:disabled a.chat-subject,
fieldset:disabled a.btn-proto,
fieldset:disabled a#btnFAB,
fieldset:disabled a#btnBack {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1; }
  .btn-primary:hover {
    color: #fff;
    background-color: #5e37a6;
    border-color: #59339d; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #59339d;
    border-color: #533093; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5); }

.btn-secondary {
  color: #212529;
  background-color: #E1DAC0;
  border-color: #E1DAC0; }
  .btn-secondary:hover {
    color: #212529;
    background-color: #d5cba6;
    border-color: #d1c69d; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 218, 192, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #E1DAC0;
    border-color: #E1DAC0; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #d1c69d;
    border-color: #ccc195; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 218, 192, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #6f42c1;
  background-color: transparent;
  background-image: none;
  border-color: #6f42c1; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #6f42c1;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5); }

.btn-outline-secondary {
  color: #E1DAC0;
  background-color: transparent;
  background-image: none;
  border-color: #E1DAC0; }
  .btn-outline-secondary:hover {
    color: #212529;
    background-color: #E1DAC0;
    border-color: #E1DAC0; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 218, 192, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #E1DAC0;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #E1DAC0;
    border-color: #E1DAC0; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 218, 192, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #6f42c1;
  background-color: transparent; }
  .btn-link:hover {
    color: #4e2d89;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 0;
  list-style: none;
  background-color: none;
  border-radius: 0; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: ">"; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }
.breadcrumb-item.active {
  color: #6c757d; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  opacity: .5; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      color: #fff;
      text-decoration: none;
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.9; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, 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; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #6f42c1 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #59339d !important; }

.bg-secondary {
  background-color: #E1DAC0 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #d1c69d !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #6f42c1 !important; }

.border-secondary {
  border-color: #E1DAC0 !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important; }

  .d-xxl-inline {
    display: inline !important; }

  .d-xxl-inline-block {
    display: inline-block !important; }

  .d-xxl-block {
    display: block !important; }

  .d-xxl-table {
    display: table !important; }

  .d-xxl-table-row {
    display: table-row !important; }

  .d-xxl-table-cell {
    display: table-cell !important; }

  .d-xxl-flex {
    display: flex !important; }

  .d-xxl-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1900px) {
  .d-uxl-none {
    display: none !important; }

  .d-uxl-inline {
    display: inline !important; }

  .d-uxl-inline-block {
    display: inline-block !important; }

  .d-uxl-block {
    display: block !important; }

  .d-uxl-table {
    display: table !important; }

  .d-uxl-table-row {
    display: table-row !important; }

  .d-uxl-table-cell {
    display: table-cell !important; }

  .d-uxl-flex {
    display: flex !important; }

  .d-uxl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
@media (min-width: 1600px) {
  .flex-xxl-row {
    flex-direction: row !important; }

  .flex-xxl-column {
    flex-direction: column !important; }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xxl-wrap {
    flex-wrap: wrap !important; }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xxl-fill {
    flex: 1 1 auto !important; }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xxl-start {
    justify-content: flex-start !important; }

  .justify-content-xxl-end {
    justify-content: flex-end !important; }

  .justify-content-xxl-center {
    justify-content: center !important; }

  .justify-content-xxl-between {
    justify-content: space-between !important; }

  .justify-content-xxl-around {
    justify-content: space-around !important; }

  .align-items-xxl-start {
    align-items: flex-start !important; }

  .align-items-xxl-end {
    align-items: flex-end !important; }

  .align-items-xxl-center {
    align-items: center !important; }

  .align-items-xxl-baseline {
    align-items: baseline !important; }

  .align-items-xxl-stretch {
    align-items: stretch !important; }

  .align-content-xxl-start {
    align-content: flex-start !important; }

  .align-content-xxl-end {
    align-content: flex-end !important; }

  .align-content-xxl-center {
    align-content: center !important; }

  .align-content-xxl-between {
    align-content: space-between !important; }

  .align-content-xxl-around {
    align-content: space-around !important; }

  .align-content-xxl-stretch {
    align-content: stretch !important; }

  .align-self-xxl-auto {
    align-self: auto !important; }

  .align-self-xxl-start {
    align-self: flex-start !important; }

  .align-self-xxl-end {
    align-self: flex-end !important; }

  .align-self-xxl-center {
    align-self: center !important; }

  .align-self-xxl-baseline {
    align-self: baseline !important; }

  .align-self-xxl-stretch {
    align-self: stretch !important; } }
@media (min-width: 1900px) {
  .flex-uxl-row {
    flex-direction: row !important; }

  .flex-uxl-column {
    flex-direction: column !important; }

  .flex-uxl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-uxl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-uxl-wrap {
    flex-wrap: wrap !important; }

  .flex-uxl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-uxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-uxl-fill {
    flex: 1 1 auto !important; }

  .flex-uxl-grow-0 {
    flex-grow: 0 !important; }

  .flex-uxl-grow-1 {
    flex-grow: 1 !important; }

  .flex-uxl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-uxl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-uxl-start {
    justify-content: flex-start !important; }

  .justify-content-uxl-end {
    justify-content: flex-end !important; }

  .justify-content-uxl-center {
    justify-content: center !important; }

  .justify-content-uxl-between {
    justify-content: space-between !important; }

  .justify-content-uxl-around {
    justify-content: space-around !important; }

  .align-items-uxl-start {
    align-items: flex-start !important; }

  .align-items-uxl-end {
    align-items: flex-end !important; }

  .align-items-uxl-center {
    align-items: center !important; }

  .align-items-uxl-baseline {
    align-items: baseline !important; }

  .align-items-uxl-stretch {
    align-items: stretch !important; }

  .align-content-uxl-start {
    align-content: flex-start !important; }

  .align-content-uxl-end {
    align-content: flex-end !important; }

  .align-content-uxl-center {
    align-content: center !important; }

  .align-content-uxl-between {
    align-content: space-between !important; }

  .align-content-uxl-around {
    align-content: space-around !important; }

  .align-content-uxl-stretch {
    align-content: stretch !important; }

  .align-self-uxl-auto {
    align-self: auto !important; }

  .align-self-uxl-start {
    align-self: flex-start !important; }

  .align-self-uxl-end {
    align-self: flex-end !important; }

  .align-self-uxl-center {
    align-self: center !important; }

  .align-self-uxl-baseline {
    align-self: baseline !important; }

  .align-self-uxl-stretch {
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
@media (min-width: 1600px) {
  .float-xxl-left {
    float: left !important; }

  .float-xxl-right {
    float: right !important; }

  .float-xxl-none {
    float: none !important; } }
@media (min-width: 1900px) {
  .float-uxl-left {
    float: left !important; }

  .float-uxl-right {
    float: right !important; }

  .float-uxl-none {
    float: none !important; } }
.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important; }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }

  .m-xxl-1 {
    margin: 0.25rem !important; }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }

  .m-xxl-2 {
    margin: 0.5rem !important; }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }

  .m-xxl-3 {
    margin: 1rem !important; }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }

  .m-xxl-4 {
    margin: 1.5rem !important; }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }

  .m-xxl-5 {
    margin: 3rem !important; }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }

  .p-xxl-0 {
    padding: 0 !important; }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }

  .p-xxl-1 {
    padding: 0.25rem !important; }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }

  .p-xxl-2 {
    padding: 0.5rem !important; }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }

  .p-xxl-3 {
    padding: 1rem !important; }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }

  .p-xxl-4 {
    padding: 1.5rem !important; }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }

  .p-xxl-5 {
    padding: 3rem !important; }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }

  .m-xxl-auto {
    margin: auto !important; }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }
@media (min-width: 1900px) {
  .m-uxl-0 {
    margin: 0 !important; }

  .mt-uxl-0,
  .my-uxl-0 {
    margin-top: 0 !important; }

  .mr-uxl-0,
  .mx-uxl-0 {
    margin-right: 0 !important; }

  .mb-uxl-0,
  .my-uxl-0 {
    margin-bottom: 0 !important; }

  .ml-uxl-0,
  .mx-uxl-0 {
    margin-left: 0 !important; }

  .m-uxl-1 {
    margin: 0.25rem !important; }

  .mt-uxl-1,
  .my-uxl-1 {
    margin-top: 0.25rem !important; }

  .mr-uxl-1,
  .mx-uxl-1 {
    margin-right: 0.25rem !important; }

  .mb-uxl-1,
  .my-uxl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-uxl-1,
  .mx-uxl-1 {
    margin-left: 0.25rem !important; }

  .m-uxl-2 {
    margin: 0.5rem !important; }

  .mt-uxl-2,
  .my-uxl-2 {
    margin-top: 0.5rem !important; }

  .mr-uxl-2,
  .mx-uxl-2 {
    margin-right: 0.5rem !important; }

  .mb-uxl-2,
  .my-uxl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-uxl-2,
  .mx-uxl-2 {
    margin-left: 0.5rem !important; }

  .m-uxl-3 {
    margin: 1rem !important; }

  .mt-uxl-3,
  .my-uxl-3 {
    margin-top: 1rem !important; }

  .mr-uxl-3,
  .mx-uxl-3 {
    margin-right: 1rem !important; }

  .mb-uxl-3,
  .my-uxl-3 {
    margin-bottom: 1rem !important; }

  .ml-uxl-3,
  .mx-uxl-3 {
    margin-left: 1rem !important; }

  .m-uxl-4 {
    margin: 1.5rem !important; }

  .mt-uxl-4,
  .my-uxl-4 {
    margin-top: 1.5rem !important; }

  .mr-uxl-4,
  .mx-uxl-4 {
    margin-right: 1.5rem !important; }

  .mb-uxl-4,
  .my-uxl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-uxl-4,
  .mx-uxl-4 {
    margin-left: 1.5rem !important; }

  .m-uxl-5 {
    margin: 3rem !important; }

  .mt-uxl-5,
  .my-uxl-5 {
    margin-top: 3rem !important; }

  .mr-uxl-5,
  .mx-uxl-5 {
    margin-right: 3rem !important; }

  .mb-uxl-5,
  .my-uxl-5 {
    margin-bottom: 3rem !important; }

  .ml-uxl-5,
  .mx-uxl-5 {
    margin-left: 3rem !important; }

  .p-uxl-0 {
    padding: 0 !important; }

  .pt-uxl-0,
  .py-uxl-0 {
    padding-top: 0 !important; }

  .pr-uxl-0,
  .px-uxl-0 {
    padding-right: 0 !important; }

  .pb-uxl-0,
  .py-uxl-0 {
    padding-bottom: 0 !important; }

  .pl-uxl-0,
  .px-uxl-0 {
    padding-left: 0 !important; }

  .p-uxl-1 {
    padding: 0.25rem !important; }

  .pt-uxl-1,
  .py-uxl-1 {
    padding-top: 0.25rem !important; }

  .pr-uxl-1,
  .px-uxl-1 {
    padding-right: 0.25rem !important; }

  .pb-uxl-1,
  .py-uxl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-uxl-1,
  .px-uxl-1 {
    padding-left: 0.25rem !important; }

  .p-uxl-2 {
    padding: 0.5rem !important; }

  .pt-uxl-2,
  .py-uxl-2 {
    padding-top: 0.5rem !important; }

  .pr-uxl-2,
  .px-uxl-2 {
    padding-right: 0.5rem !important; }

  .pb-uxl-2,
  .py-uxl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-uxl-2,
  .px-uxl-2 {
    padding-left: 0.5rem !important; }

  .p-uxl-3 {
    padding: 1rem !important; }

  .pt-uxl-3,
  .py-uxl-3 {
    padding-top: 1rem !important; }

  .pr-uxl-3,
  .px-uxl-3 {
    padding-right: 1rem !important; }

  .pb-uxl-3,
  .py-uxl-3 {
    padding-bottom: 1rem !important; }

  .pl-uxl-3,
  .px-uxl-3 {
    padding-left: 1rem !important; }

  .p-uxl-4 {
    padding: 1.5rem !important; }

  .pt-uxl-4,
  .py-uxl-4 {
    padding-top: 1.5rem !important; }

  .pr-uxl-4,
  .px-uxl-4 {
    padding-right: 1.5rem !important; }

  .pb-uxl-4,
  .py-uxl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-uxl-4,
  .px-uxl-4 {
    padding-left: 1.5rem !important; }

  .p-uxl-5 {
    padding: 3rem !important; }

  .pt-uxl-5,
  .py-uxl-5 {
    padding-top: 3rem !important; }

  .pr-uxl-5,
  .px-uxl-5 {
    padding-right: 3rem !important; }

  .pb-uxl-5,
  .py-uxl-5 {
    padding-bottom: 3rem !important; }

  .pl-uxl-5,
  .px-uxl-5 {
    padding-left: 3rem !important; }

  .m-uxl-auto {
    margin: auto !important; }

  .mt-uxl-auto,
  .my-uxl-auto {
    margin-top: auto !important; }

  .mr-uxl-auto,
  .mx-uxl-auto {
    margin-right: auto !important; }

  .mb-uxl-auto,
  .my-uxl-auto {
    margin-bottom: auto !important; }

  .ml-uxl-auto,
  .mx-uxl-auto {
    margin-left: auto !important; } }
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left !important; }

  .text-xxl-right {
    text-align: right !important; }

  .text-xxl-center {
    text-align: center !important; } }
@media (min-width: 1900px) {
  .text-uxl-left {
    text-align: left !important; }

  .text-uxl-right {
    text-align: right !important; }

  .text-uxl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #6f42c1 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #59339d !important; }

.text-secondary {
  color: #E1DAC0 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #d1c69d !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

#btnFooterInfo, #btnResumePDF, #btnIntroMore, .work-url p a, .chat-subject, .btn-proto {
  font-family: "Oxygen", Arial, Helvetica, sans-serif;
  font-weight: 400;
  display: inline-block;
  background: #fff;
  color: #6f42c1;
  border: solid 1px #6f42c1;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 8px 20px;
  font-size: .9em;
  letter-spacing: .1em; }
  @media (min-width: 992px) {
    #btnFooterInfo, #btnResumePDF, #btnIntroMore, .work-url p a, .chat-subject, .btn-proto {
      font-size: 1.1em; } }
  #btnFooterInfo:hover, #btnResumePDF:hover, #btnIntroMore:hover, .work-url p a:hover, .chat-subject:hover, .btn-proto:hover {
    background: #e9ecef;
    border-color: #495057;
    color: #495057; }
  .reverse#btnFooterInfo, .reverse#btnResumePDF, .reverse#btnIntroMore, .work-url p a.reverse, .reverse.chat-subject, .btn-proto, .black#btnFooterInfo, .black#btnResumePDF, .black#btnIntroMore, .work-url p a.black, .black.chat-subject, .black.btn-proto {
    color: #fff;
    border-color: #fff;
    background: #6f42c1; }
  .transparent#btnFooterInfo, .transparent#btnResumePDF, .transparent#btnIntroMore, .work-url p a.transparent, .transparent.chat-subject, .transparent.btn-proto {
    background: none; }
  #btnFooterInfo, #btnResumePDF, #btnIntroMore, .work-url p a, .chat-subject, .btn-proto, #btnFooterInfo:hover, #btnResumePDF:hover, #btnIntroMore:hover, .work-url p a:hover, .chat-subject:hover, .btn-proto:hover {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
  #btnFooterInfo, .xs#btnResumePDF, .xs#btnIntroMore, .work-url p a.xs, .chat-subject, .xs.btn-proto {
    font-size: .7em;
    padding: 2px 8px;
    border-width: 1px; }
    @media (min-width: 992px) {
      #btnFooterInfo, .xs#btnResumePDF, .xs#btnIntroMore, .work-url p a.xs, .chat-subject, .xs.btn-proto {
        font-size: .7em;
        padding: 2px 8px;
        border-width: 1px; } }
  @media (min-width: 992px) {
    .sm#btnFooterInfo, #btnResumePDF, #btnIntroMore, .work-url p a, .sm.chat-subject, .btn-proto {
      font-size: .9em;
      padding: 5px 15px;
      border-width: 1px; } }
  @media (min-width: 992px) {
    .lg#btnFooterInfo, .lg#btnResumePDF, .lg#btnIntroMore, .work-url p a.lg, .lg.chat-subject, .lg.btn-proto {
      font-size: 1.85em;
      padding: 10px 30px;
      border-width: 1px; } }

* {
  font-family: "Oxygen", Arial, Helvetica, sans-serif;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch; }

a {
  cursor: pointer; }
  a:hover, a:active, a:focus {
    text-decoration: none !important; }

html, body {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh; }

body {
  background: #170e29;
  overflow-x: hidden; }
  body.menu-opened {
    overflow: hidden; }

.main-wrapper {
  display: grid;
  grid-template-columns: 100vw;
  grid-template-rows: 1fr; }

.page-block {
  position: relative;
  height: auto;
  min-height: 100vh;
  z-index: 10; }

.dots, .slick-dots {
  list-style: none;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center; }
  .dots > li, .slick-dots > li {
    display: inline;
    width: 15px;
    height: 15px;
    margin: 0 15px; }
    @media (min-width: 768px) {
      .dots > li, .slick-dots > li {
        width: 10px;
        height: 10px;
        margin: 0 10px; } }
    .dots > li > button, .dots > li > a, .slick-dots > li > button, .slick-dots > li > a {
      background-color: transparent;
      color: transparent;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border: solid 2px #6f42c1;
      display: inline-block;
      padding: 0;
      width: 15px;
      height: 15px; }
      @media (min-width: 768px) {
        .dots > li > button, .dots > li > a, .slick-dots > li > button, .slick-dots > li > a {
          width: 10px;
          height: 10px; } }
      .dots > li > button::before, .dots > li > button::after, .dots > li > a::before, .dots > li > a::after, .slick-dots > li > button::before, .slick-dots > li > button::after, .slick-dots > li > a::before, .slick-dots > li > a::after {
        color: transparent; }
    .dots > li.slick-active > button, .dots > li.slick-active > a, .slick-dots > li.slick-active > button, .slick-dots > li.slick-active > a {
      background-color: #6f42c1; }
      .dots > li.slick-active > button::before, .dots > li.slick-active > button::after, .dots > li.slick-active > a::before, .dots > li.slick-active > a::after, .slick-dots > li.slick-active > button::before, .slick-dots > li.slick-active > button::after, .slick-dots > li.slick-active > a::before, .slick-dots > li.slick-active > a::after {
        color: transparent; }

.slick-disabled {
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2; }

.slick-hidden {
  display: none !important; }

#loader {
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../svg/preloader.svg");
  background-color: #170e29;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000; }

#menu {
  display: flex;
  width: 290px;
  height: 100vh;
  background: #6f42c1;
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 999;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 2rem;
  padding-top: 0;
  padding-bottom: 55px; }
  @media (min-width: 576px) {
    #menu {
      padding-top: 0;
      padding-bottom: 6rem; } }
  @media (min-width: 1200px) {
    #menu {
      padding-top: 0;
      padding-bottom: 8rem; } }
  #menu.opened {
    position: fixed;
    top: 0;
    right: 0; }
  #menu, #menu.opened {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
  #menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto; }
    #menu ul li {
      border-bottom: solid 1px #fff; }
      #menu ul li a {
        font-family: "Merriweather", Times, serif;
        font-weight: 900;
        display: block;
        padding: .5rem;
        font-size: 1rem;
        letter-spacing: .05em;
        color: #fff; }
        @media (min-width: 768px) {
          #menu ul li a {
            padding: .75rem;
            font-size: 1.25rem; } }
        #menu ul li a:hover {
          color: #E1DAC0; }
      #menu ul li:last-of-type {
        border: none; }

#menuBg {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  width: 100vw;
  height: 100vh;
  z-index: 988; }

footer {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #170e29;
  position: relative;
  z-index: 100; }

.footer-copyright {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  text-align: center; }
  .footer-copyright h3, .footer-copyright h6, .footer-copyright p {
    color: #fff;
    margin: 0; }
  .footer-copyright h3 {
    font-family: "Merriweather", Times, serif;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: lowercase;
    font-size: 1.5rem;
    line-height: normal; }
    @media (min-width: 992px) {
      .footer-copyright h3 {
        font-size: 2rem; } }
  .footer-copyright p {
    color: #E1DAC0;
    margin-top: 0;
    margin-bottom: 2rem; }
    .footer-copyright p a {
      text-decoration: underline; }

#btnFooterInfo {
  margin-top: 0.5rem;
  margin-bottom: 0;
  background: #170e29;
  border-color: #fff;
  color: #fff; }
  #btnFooterInfo:hover {
    background: none;
    color: #6f42c1;
    border-color: #6f42c1; }

#breadcrumb {
  position: relative;
  background: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  z-index: 10;
  display: none; }
  @media (min-width: 768px) {
    #breadcrumb {
      display: block; } }

.breadcrumb-item {
  font-size: .9rem;
  letter-spacing: .05em; }
  .breadcrumb-item, .breadcrumb-item a {
    color: #6f42c1; }
  .breadcrumb-item::before {
    font-family: "Oxygen", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: .8rem; }
  .breadcrumb-item.active {
    color: #6f42c1; }
.breadcrumb-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%; }

#btnTop {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 42px;
  height: 38px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 -1px 10px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 -1px 10px rgba(255, 255, 255, 0.5);
  box-shadow: 0 -1px 10px rgba(255, 255, 255, 0.5);
  position: fixed;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  text-align: center;
  z-index: 100;
  color: #fff;
  font-size: .7em;
  background: rgba(0, 0, 0, 0.85); }
  #btnTop i {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  #btnTop:hover {
    text-decoration: none; }
  #btnTop.visible {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    position: fixed;
    right: 5px;
    bottom: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }

#btnFAB {
  outline: none !important;
  padding: 0;
  line-height: 1;
  z-index: 1000;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #6f42c1;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  font-size: 1.75em; }
  @media (min-width: 1200px) {
    #btnFAB {
      width: 60px;
      height: 60px;
      position: fixed;
      right: 25px;
      bottom: 35px;
      font-size: 2.75em; } }
  #btnFAB i {
    color: #fff; }
  #btnFAB.opened {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    background: #fff; }
    #btnFAB.opened, #btnFAB.opened i {
      color: #6f42c1; }

#contactModal .modal-header {
  background-color: #6f42c1; }
#contactModal .modal-title {
  color: #fff; }

.contact-modal-links {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center; }
  .contact-modal-links h5 {
    font-family: "Oxygen", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #6c757d;
    font-size: .9rem;
    letter-spacing: .05rem; }
    @media (min-width: 1200px) {
      .contact-modal-links h5 {
        font-size: 1rem;
        letter-spacing: .05rem; } }
  .contact-modal-links ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .contact-modal-links ul li {
      display: inline-block;
      margin: .25rem .7rem;
      font-size: 1.7rem; }
      .contact-modal-links ul li a {
        display: inline-block;
        width: 42px;
        height: 42px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; }
        .contact-modal-links ul li a:hover {
          background-color: #6f42c1; }
          .contact-modal-links ul li a:hover i {
            color: #E1DAC0; }
        .contact-modal-links ul li a, .contact-modal-links ul li a:hover {
          -webkit-transition: all 300ms ease-out;
          -moz-transition: all 300ms ease-out;
          -o-transition: all 300ms ease-out;
          -ms-transition: all 300ms ease-out;
          transition: all 300ms ease-out; }
  .contact-modal-links-contact {
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    border-radius: 10rem;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: .5rem auto;
    padding: .25rem 1rem;
    max-width: 290px;
    font-size: 1.15rem;
    letter-spacing: .05rem; }
    .contact-modal-links-contact:hover {
      background-color: #6f42c1; }
      .contact-modal-links-contact:hover, .contact-modal-links-contact:hover i {
        color: #E1DAC0; }
    .contact-modal-links-contact, .contact-modal-links-contact:hover {
      -webkit-transition: all 300ms ease-out;
      -moz-transition: all 300ms ease-out;
      -o-transition: all 300ms ease-out;
      -ms-transition: all 300ms ease-out;
      transition: all 300ms ease-out; }

#resumeModal .modal-header {
  background-color: #6f42c1; }
#resumeModal .modal-title {
  color: #fff; }
#resumeModal .modal-footer {
  background-color: #6f42c1; }

.resume-modal {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .resume-modal h1, .resume-modal h2, .resume-modal h3, .resume-modal h4, .resume-modal h5, .resume-modal h6 {
    color: #6f42c1; }
  .resume-modal p, .resume-modal ul, .resume-modal li {
    color: #6c757d; }

.resume, .resume-intro, .resume-title, .resume-skills, .resume-block, .resume-xp, .resume-education, .resume-languages, .resume-courses, .resume-contact {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%; }
.resume-intro {
  text-align: center; }
  .resume-intro h1, .resume-intro h4 {
    margin: 0; }
  .resume-intro h1 {
    font-family: "Merriweather", Times, serif;
    font-weight: 900;
    text-transform: lowercase;
    line-height: normal;
    font-size: 1.75em; }
    @media (min-width: 576px) {
      .resume-intro h1 {
        letter-spacing: .075em;
        font-size: 2em; } }
  .resume-intro h4 {
    font-family: "Oxygen", Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #6c757d;
    font-size: .8em; }
    @media (min-width: 576px) {
      .resume-intro h4 {
        font-size: 1em; } }
  .resume-intro::after {
    display: block;
    margin-left: auto;
    margin-right: auto;
    content: '';
    width: 60px;
    height: 2px;
    margin-top: 0;
    margin-bottom: 1rem; }
.resume-title {
  margin-top: 1rem;
  margin-bottom: 2rem;
  flex: 0 0 100%;
  max-width: 100%;
  background: #ced4da;
  margin-left: -30px; }
  .resume-title h2 {
    font-family: "Merriweather", Times, serif;
    font-weight: 900;
    text-transform: lowercase;
    letter-spacing: .075em;
    line-height: normal;
    color: #fff;
    margin: 0;
    font-size: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
@media (min-width: 768px) {
  .resume-block {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 4.1666666667%; } }
.resume-xp-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 1rem;
  margin-top: 0;
  margin-bottom: 2rem;
  border-bottom: solid 1px #e9ecef; }
  .resume-xp-item:last-of-type {
    border: none;
    margin-top: 0;
    margin-bottom: 0; }
  .resume-xp-item h3, .resume-xp-item h5 {
    margin: 0; }
  .resume-xp-item h5 {
    color: #170e29;
    margin-top: 0;
    margin-bottom: 1em; }
  .resume-xp-item ul, .resume-xp-item ul li {
    font-size: 1rem; }
.resume-standard {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 1rem;
  margin-top: 0;
  margin-bottom: 2rem;
  border-bottom: solid 1px #e9ecef; }
  .resume-standard:last-of-type {
    border: none;
    margin-top: 0;
    margin-bottom: 0; }
  .resume-standard h3, .resume-standard h5, .resume-standard h6 {
    margin: 0; }
  .resume-standard h5 {
    color: #170e29;
    margin-top: 0;
    margin-bottom: 0.25em; }
  .resume-standard h6 {
    color: #6c757d; }
  .resume-standard ul, .resume-standard ul li {
    font-size: 1rem; }

#btnResumePDF:hover {
  background: #59339d;
  color: #fff;
  border-color: #fff; }

#btnBack {
  outline: none !important;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: #6f42c1;
  border: none;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-border-top-right-radius: 0.5rem;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0.5rem;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "Oxygen", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: .75rem;
  letter-spacing: .05em; }
  @media (min-width: 1200px) {
    #btnBack {
      font-size: .8em;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      position: fixed;
      top: 0;
      bottom: auto;
      left: 10px;
      -webkit-border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 0.5rem;
      -webkit-border-bottom-left-radius: 0.5rem;
      -webkit-border-top-left-radius: 0;
      -moz-border-radius-topright: 0;
      -moz-border-radius-bottomright: 0.5rem;
      -moz-border-radius-bottomleft: 0.5rem;
      -moz-border-radius-topleft: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0.5rem;
      border-bottom-left-radius: 0.5rem;
      border-top-left-radius: 0;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35); } }
  #btnBack, #btnBack i {
    color: #fff; }
  #btnBack:hover {
    background: #fff; }
    @media (min-width: 1200px) {
      #btnBack:hover {
        padding-top: 1rem;
        padding-bottom: 0.75rem; } }
    #btnBack:hover, #btnBack:hover i {
      color: #6f42c1; }

#intro {
  overflow: hidden;
  background: #6f42c1;
  /* For browsers that do not support gradients */
  background-image: -webkit-gradient(45deg, #6f42c1, black);
  background-image: -webkit-linear-gradient(45deg, #6f42c1, black);
  background-image: -moz-linear-gradient(45deg, #6f42c1, black);
  background-image: -ms-linear-gradient(45deg, #6f42c1, black);
  background-image: -o-linear-gradient(45deg, #6f42c1, black);
  display: flex;
  justify-content: center;
  align-items: center; }

.intro-bg {
  width: 110%;
  height: 110%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/pages/home/banner-bg.jpg"); }
.intro-content {
  position: relative;
  width: auto;
  height: auto;
  z-index: 1;
  text-align: center;
  padding: 1.1rem; }
  .intro-content h1, .intro-content h5 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    margin: 0;
    padding: 0; }
  .intro-content h1 {
    font-family: "Merriweather", Times, serif;
    font-weight: 900;
    font-size: 3.5rem;
    letter-spacing: .25rem;
    line-height: 1em; }
    @media (min-width: 768px) {
      .intro-content h1 {
        font-size: 7rem; } }
    @media (min-width: 992px) {
      .intro-content h1 {
        font-size: 9.5rem; } }
    @media (min-width: 1200px) {
      .intro-content h1 {
        font-size: 12rem;
        letter-spacing: .75rem; } }
  .intro-content h5 {
    color: #E1DAC0;
    font-family: "Oxygen", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: .9rem;
    letter-spacing: .05rem; }
    @media (min-width: 768px) {
      .intro-content h5 {
        font-size: 1rem; } }
    @media (min-width: 992px) {
      .intro-content h5 {
        font-size: 1.35rem; } }
    @media (min-width: 1200px) {
      .intro-content h5 {
        font-size: 1.35rem;
        letter-spacing: .175rem; } }

#btnIntroMore {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  #btnIntroMore:hover {
    color: #E1DAC0;
    border-color: #E1DAC0;
    background: transparent; }

#btnScroll {
  outline: none !important;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  background: none;
  border: none;
  font-size: 4rem;
  padding: 0;
  margin: 0;
  z-index: 2;
  line-height: 0;
  animation-name: scrollUp;
  animation-iteration-count: infinite;
  animation-duration: 5s;
  animation-delay: 2s; }
  @media (min-width: 1200px) {
    #btnScroll {
      font-size: 3rem;
      bottom: 0;
      -webkit-transform: translate(-50%, -10%);
      -moz-transform: translate(-50%, -10%);
      -ms-transform: translate(-50%, -10%);
      -o-transform: translate(-50%, -10%); } }
  #btnScroll i {
    color: #fff;
    text-shadow: 2px 1px 10px rgba(0, 0, 0, 0.3); }

@keyframes scrollUp {
  0% {
    margin-bottom: 0; }
  5% {
    margin-bottom: -10px; }
  10% {
    margin-bottom: 0; }
  15% {
    margin-bottom: -10px; }
  20% {
    margin-bottom: 0; }
  100% {
    margin-bottom: 0; } }
#rolito {
  background: #fff;
  /* For browsers that do not support gradients */
  background-image: -webkit-gradient(135deg, #fff, #E1DAC0);
  background-image: -webkit-linear-gradient(135deg, #fff, #E1DAC0);
  background-image: -moz-linear-gradient(135deg, #fff, #E1DAC0);
  background-image: -ms-linear-gradient(135deg, #fff, #E1DAC0);
  background-image: -o-linear-gradient(135deg, #fff, #E1DAC0);
  justify-content: center;
  align-items: center;
  display: flex; }

.rolito-content {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-template-rows: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh; }
  .rolito-content-img, .rolito-content-text {
    position: relative; }
  .rolito-content-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/pages/home/about-bg.jpg");
    background-color: #000;
    grid-column: 1 / -1;
    grid-row: 1;
    display: flex;
    height: 100%;
    min-height: 50vh;
    /*    &:hover{
          -webkit-filter: grayscale(0);
          filter: grayscale(0);
        }
        &,&:hover{
          @include transDefault();
        }*/ }
    @media (min-width: 576px) {
      .rolito-content-img {
        min-height: 75vh;
        /*
          -webkit-filter: grayscale(1);
          filter: grayscale(1);
          */ } }
    @media (min-width: 1200px) {
      .rolito-content-img {
        min-height: 50vh;
        grid-column: 1 / 9;
        grid-row: 1; } }
  .rolito-content-text {
    grid-column: 1 / -1;
    justify-content: center;
    align-items: center;
    padding: 2rem; }
    @media (min-width: 576px) {
      .rolito-content-text {
        padding: 2rem 3rem; } }
    @media (min-width: 768px) {
      .rolito-content-text {
        padding: 2rem; } }
    @media (min-width: 1200px) {
      .rolito-content-text {
        grid-column: 9 / -1;
        padding: 4rem 6rem; } }
    .rolito-content-text h2, .rolito-content-text p {
      display: block;
      margin-left: auto;
      margin-right: auto;
      color: #6f42c1;
      padding: 0; }
    .rolito-content-text h2 {
      font-family: "Merriweather", Times, serif;
      font-weight: 900;
      font-size: 2.95rem;
      letter-spacing: .25rem;
      line-height: 1.5em; }
      @media (min-width: 576px) {
        .rolito-content-text h2 {
          font-size: 3.5rem; } }
      @media (min-width: 1200px) {
        .rolito-content-text h2 {
          letter-spacing: .75rem; } }
    .rolito-content-text p {
      color: #6c757d;
      font-family: "Oxygen", Arial, Helvetica, sans-serif;
      font-size: .9rem;
      letter-spacing: .05rem; }
      @media (min-width: 1200px) {
        .rolito-content-text p {
          font-size: 1rem;
          letter-spacing: .05rem; } }
      .rolito-content-text p a {
        color: #6f42c1 !important;
        text-decoration: underline !important; }

#clients {
  background: #495057;
  /* For browsers that do not support gradients */
  background-image: -webkit-gradient(45deg, #495057, #212529);
  background-image: -webkit-linear-gradient(45deg, #495057, #212529);
  background-image: -moz-linear-gradient(45deg, #495057, #212529);
  background-image: -ms-linear-gradient(45deg, #495057, #212529);
  background-image: -o-linear-gradient(45deg, #495057, #212529);
  justify-content: center;
  align-items: center;
  display: flex; }

.clients-content {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-template-rows: minmax(1rem, 120px);
  justify-content: center;
  max-width: 1200px;
  padding: 4rem 2rem; }
  @media (min-width: 1200px) {
    .clients-content {
      max-width: 1200px; } }
  @media (min-width: 1600px) {
    .clients-content {
      max-width: 1400px; } }
  .clients-content-title, .clients-content-logos {
    display: grid;
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .clients-content-title {
    grid-column: 1 / -1;
    grid-row: 1; }
    .clients-content-title h2, .clients-content-title h4 {
      display: block;
      margin-left: auto;
      margin-right: auto;
      color: #fff;
      margin: 0;
      padding: 0; }
    .clients-content-title h2 {
      font-family: "Merriweather", Times, serif;
      font-weight: 900;
      font-size: 2.95rem;
      letter-spacing: .25rem;
      line-height: 1em; }
      @media (min-width: 576px) {
        .clients-content-title h2 {
          font-size: 3.5rem; } }
      @media (min-width: 1200px) {
        .clients-content-title h2 {
          letter-spacing: .75rem; } }
    .clients-content-title h4 {
      color: #E1DAC0;
      font-family: "Oxygen", Arial, Helvetica, sans-serif;
      font-size: .9rem;
      letter-spacing: .05rem; }
      @media (min-width: 576px) {
        .clients-content-title h4 {
          font-size: .9rem; } }
      @media (min-width: 1200px) {
        .clients-content-title h4 {
          font-size: 1rem;
          letter-spacing: .175rem; } }
  .clients-content-logos {
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px; }
    @media (min-width: 576px) {
      .clients-content-logos {
        grid-template-columns: repeat(4, 1fr); } }
    @media (min-width: 992px) {
      .clients-content-logos {
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 15px 15px; } }
    .clients-content-logos img {
      width: auto;
      height: auto;
      max-width: 100%; }
      @media (min-width: 1200px) {
        .clients-content-logos img {
          -webkit-opacity: 0.75;
          -moz-opacity: 0.75;
          opacity: 0.75;
          -webkit-filter: grayscale(1);
          filter: grayscale(1); } }
      .clients-content-logos img:hover {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-filter: grayscale(0);
        filter: grayscale(0); }
      .clients-content-logos img, .clients-content-logos img:hover {
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out; }

#work {
  background: #6f42c1;
  /* For browsers that do not support gradients */
  background-image: -webkit-gradient(45deg, #6f42c1, #212529);
  background-image: -webkit-linear-gradient(45deg, #6f42c1, #212529);
  background-image: -moz-linear-gradient(45deg, #6f42c1, #212529);
  background-image: -ms-linear-gradient(45deg, #6f42c1, #212529);
  background-image: -o-linear-gradient(45deg, #6f42c1, #212529);
  justify-content: center;
  align-items: center;
  display: flex; }

.cases-content {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-template-rows: minmax(1rem, 1fr);
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: 1200px;
  padding: 4rem 2rem; }
  @media (min-width: 768px) {
    .cases-content {
      grid-template-columns: repeat(16, 1fr);
      grid-template-rows: minmax(1rem, 120px); } }
  @media (min-width: 1200px) {
    .cases-content {
      max-width: 1200px; } }
  @media (min-width: 1600px) {
    .cases-content {
      max-width: 1400px; } }
  .cases-content-title, .cases-content-logos {
    display: grid;
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .cases-content-title {
    grid-column: 1 / -1;
    grid-row: 1;
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .cases-content-title h2, .cases-content-title h4 {
      display: block;
      margin-left: auto;
      margin-right: auto;
      color: #fff;
      margin: 0;
      padding: 0; }
    .cases-content-title h2 {
      font-family: "Merriweather", Times, serif;
      font-weight: 900;
      font-size: 2.95rem;
      letter-spacing: .25rem;
      line-height: 1em; }
      @media (min-width: 576px) {
        .cases-content-title h2 {
          font-size: 3.5rem; } }
      @media (min-width: 1200px) {
        .cases-content-title h2 {
          letter-spacing: .75rem; } }
    .cases-content-title h4 {
      color: #E1DAC0;
      font-family: "Oxygen", Arial, Helvetica, sans-serif;
      font-size: .9rem;
      letter-spacing: .05rem; }
      @media (min-width: 1200px) {
        .cases-content-title h4 {
          font-size: 1rem;
          letter-spacing: .175rem; } }
  .cases-content-logos {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, minmax(160px, 1fr));
    grid-gap: 10px 10px; }
    @media (min-width: 576px) {
      .cases-content-logos {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, minmax(220px, 1fr)); } }
    @media (min-width: 992px) {
      .cases-content-logos {
        grid-template-columns: repeat(10, 1fr);
        grid-template-rows: repeat(13, minmax(25px, 1fr));
        grid-gap: 15px 15px; } }
    @media (min-width: 1200px) {
      .cases-content-logos {
        grid-template-columns: repeat(10, 1fr);
        grid-template-rows: repeat(13, minmax(35px, 1fr)); } }
    .cases-content-logos a {
      position: relative;
      background-color: #000;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      justify-content: center;
      align-items: center;
      display: flex;
      text-align: center; }
      @media (min-width: 1200px) {
        .cases-content-logos a {
          -webkit-filter: grayscale(1);
          filter: grayscale(1);
          grid-column: 1 / -1; } }
      .cases-content-logos a:hover {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
      .cases-content-logos a, .cases-content-logos a:before, .cases-content-logos a:hover, .cases-content-logos a:hover:before {
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out; }
      .cases-content-logos a:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.35);
        z-index: 0; }
      .cases-content-logos a span {
        text-shadow: 0 0 10px black;
        font-family: "Merriweather", Times, serif;
        font-weight: 900;
        text-transform: lowercase;
        font-size: 1.5rem;
        z-index: 10;
        line-height: 1em;
        letter-spacing: .05em; }
        .cases-content-logos a span, .cases-content-logos a span small {
          color: #fff; }
        @media (min-width: 768px) {
          .cases-content-logos a span {
            font-size: 1.85rem; } }
        @media (min-width: 1200px) {
          .cases-content-logos a span {
            font-size: 2.15rem; } }
        .cases-content-logos a span small {
          font-family: "Oxygen", Arial, Helvetica, sans-serif;
          font-weight: 400;
          display: block;
          margin-left: auto;
          margin-right: auto;
          text-transform: uppercase;
          font-size: .5em; }
    .cases-content-logos .heineken {
      background-image: url("../img/pages/home/work/heineken.jpg"); }
      @media (min-width: 992px) {
        .cases-content-logos .heineken {
          grid-column: 1 / 5;
          grid-row: 2 / 9; } }
    .cases-content-logos .spotify {
      background-image: url("../img/pages/home/work/spotify.jpg"); }
      @media (min-width: 992px) {
        .cases-content-logos .spotify {
          grid-column: 9 / -1;
          grid-row: 4 / 12; } }
    .cases-content-logos .subaru {
      background-image: url("../img/pages/home/work/subaru.jpg"); }
      @media (min-width: 992px) {
        .cases-content-logos .subaru {
          grid-column: 5 / 9;
          grid-row: 4 / 10; } }
    .cases-content-logos .pdg {
      background-image: url("../img/pages/home/work/pdg.jpg"); }
      @media (min-width: 992px) {
        .cases-content-logos .pdg {
          grid-column: 5 / 10;
          grid-row: 1 / 4; } }
    .cases-content-logos .sosmata {
      background-image: url("../img/pages/home/work/sosmata.jpg"); }
      @media (min-width: 992px) {
        .cases-content-logos .sosmata {
          grid-column: 2 / 5;
          grid-row: 9 / 13; } }
    .cases-content-logos .kaiser {
      background-image: url("../img/pages/home/work/kaiser.jpg"); }
      @media (min-width: 992px) {
        .cases-content-logos .kaiser {
          grid-column: 5 / 9;
          grid-row: 10 / -1; } }

#workBanner {
  position: relative;
  height: auto;
  min-height: 60vh; }

.work-banner.top-center {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
.work-banner.center-center {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

#workPage {
  background: #dee2e6; }

.work-content-block {
  background: #fff;
  height: auto;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  margin-left: 4.1666666667%; }
  @media (min-width: 1200px) {
    .work-content-block {
      flex: 0 0 75%;
      max-width: 75%;
      margin-left: 12.5%; } }
  .work-content-block p, .work-content-block ul, .work-content-block li, .work-content-block small {
    color: #6c757d; }
    .work-content-block p b, .work-content-block ul b, .work-content-block li b, .work-content-block small b {
      font-family: "Oxygen", Arial, Helvetica, sans-serif;
      font-weight: 700;
      color: #6f42c1; }
  .work-content-block p {
    font-size: .9rem; }
    @media (min-width: 576px) {
      .work-content-block p {
        font-size: 1rem; } }
.work-subtitle {
  background: #fff;
  height: auto;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  margin-left: 4.1666666667%;
  padding: 1rem 0; }
  @media (min-width: 1200px) {
    .work-subtitle {
      flex: 0 0 75%;
      max-width: 75%;
      margin-left: 12.5%; } }
  .work-subtitle h2 {
    font-family: "Merriweather", Times, serif;
    font-weight: 900;
    text-transform: lowercase;
    background: #6f42c1;
    padding: .5rem 1rem;
    color: #fff;
    border-bottom: solid 1px #6f42c1;
    margin-left: -15px;
    font-size: 1.25rem;
    letter-spacing: .075em; }
.work-content {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  margin-left: 4.1666666667%;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .work-content-list {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    position: relative; }
    .work-content-list::after {
      content: '';
      display: flex;
      align-items: center;
      border-bottom: solid 1px #c7b5e7;
      width: 30%;
      height: auto;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 1rem;
      margin-bottom: 0;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%); }
    .work-content-list:last-of-type::after {
      display: none; }
    .work-content-list-icon, .work-content-list-text {
      position: relative;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px; }
    .work-content-list-icon {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 768px) {
        .work-content-list-icon {
          flex: 0 0 25%;
          max-width: 25%; } }
      .work-content-list-icon img {
        width: auto;
        height: auto;
        max-width: 90%;
        max-height: 90%;
        margin-top: 0;
        margin-bottom: 1rem; }
        @media (min-width: 576px) {
          .work-content-list-icon img {
            margin-top: 0;
            margin-bottom: 0; } }
    .work-content-list-text {
      position: relative;
      display: flex;
      align-items: center; }
      @media (min-width: 768px) {
        .work-content-list-text {
          flex: 0 0 75%;
          max-width: 75%; } }
      .work-content-list-text p {
        margin: 0;
        font-size: .9rem; }
        @media (min-width: 576px) {
          .work-content-list-text p {
            font-size: 1rem; } }
.work-intro {
  position: relative;
  margin-top: -2rem;
  margin-bottom: 0;
  -webkit-border-top-right-radius: 0.75rem;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0.75rem;
  -moz-border-radius-topright: 0.75rem;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0.75rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
.work-logo {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center; }
  .work-logo img {
    margin-top: -60px;
    margin-bottom: 0;
    width: auto;
    height: auto;
    max-width: 200px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }
.work-description h3 {
  margin: 1rem 0 0;
  color: #6f42c1; }
  .work-description h3 small {
    display: block;
    color: #6c757d;
    font-size: .75rem;
    vertical-align: middle; }
    @media (min-width: 992px) {
      .work-description h3 small {
        display: inline-block; } }
  .work-description h3:last-of-type::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #6f42c1;
    margin-top: 1rem;
    margin-bottom: 1rem; }
.work-description img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  margin-top: 1rem;
  margin-bottom: 2rem;
  max-width: 90%; }
.work-images {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative; }
  .work-images-item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    z-index: 100;
    padding-top: 0;
    padding-bottom: 2rem; }
    .work-images-item::after {
      border-bottom: solid 1px #c7b5e7;
      width: 30%;
      height: auto;
      margin-top: 1rem;
      margin-bottom: 0;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%); }
    .work-images-item:last-of-type::after {
      display: none; }
    .work-images-item img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: auto;
      height: auto;
      max-width: 100%;
      -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
      margin-top: 1rem;
      margin-bottom: 1rem; }
    .work-images-item p {
      display: block;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      font-style: italic;
      max-width: 75%; }
.work-url {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  text-align: center;
  background: #6f42c1;
  margin-top: 2rem;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .work-url p {
    margin: 0;
    color: #fff; }
    .work-url p a {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0.5rem;
      margin-bottom: 0;
      font-style: normal;
      width: 280px;
      height: auto; }
      .work-url p a small {
        display: block;
        color: #fff;
        font-size: .65em; }
      .work-url p a:hover {
        border-color: #6f42c1; }
        .work-url p a:hover, .work-url p a:hover small {
          color: #6f42c1; }
.work-spotify, .work-spotify-bg {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
.work-spotify-bg {
  flex: 0 0 100%;
  max-width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
  position: relative;
  z-index: 10;
  text-align: center; }
  .work-spotify-bg img {
    margin-top: -70px;
    margin-bottom: 150px; }
.work-spotify-container.default {
  padding-top: 75px;
  padding-bottom: 100px; }
.work-spotify-container.only-bottom {
  padding-top: auto;
  padding-bottom: 100px; }
.work-spotify-logo {
  text-align: center; }
  .work-spotify-logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 1rem;
    width: auto;
    height: auto;
    max-width: 400px; }

.chat-subject {
  margin-top: 0.5rem;
  margin-bottom: 0; }

.btn-proto {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-style: normal;
  width: auto;
  height: auto;
  max-width: 300px; }
  .btn-proto small {
    display: block;
    color: #fff;
    font-size: .65em; }
  .btn-proto:hover {
    border-color: #6f42c1; }
    .btn-proto:hover, .btn-proto:hover small {
      color: #6f42c1; }

#workOthers {
  position: relative;
  background: #6f42c1;
  justify-content: center;
  align-items: center;
  display: flex; }

.work-others {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(10, minmax(110px, 1fr));
  justify-content: center;
  width: 100%;
  height: 600px; }
  @media (min-width: 992px) {
    .work-others {
      grid-template-rows: repeat(6, minmax(120px, 1fr)); } }
  @media (min-width: 1600px) {
    .work-others {
      grid-template-rows: repeat(6, minmax(120px, 1fr)); } }
  .work-others-title, .work-others-logos {
    display: grid; }
  .work-others-title {
    grid-column: 1 / -1;
    grid-row: 1;
    text-align: center;
    align-items: center;
    justify-content: center; }
    @media (min-width: 1600px) {
      .work-others-title {
        padding-top: 2.75rem;
        padding-bottom: 1rem; } }
    .work-others-title h2 {
      display: block;
      margin-left: auto;
      margin-right: auto;
      color: #E1DAC0;
      margin: 0;
      padding: 0;
      font-family: "Merriweather", Times, serif;
      font-weight: 900;
      font-size: 2rem;
      letter-spacing: .25rem;
      line-height: 1em; }
      @media (min-width: 1200px) {
        .work-others-title h2 {
          font-size: 2.95rem; } }
  .work-others-logos {
    grid-column: 1 / -1;
    grid-row: 2 / -1;
    width: 100%;
    height: 100%;
    grid-template-rows: repeat(5, minmax(100px, 1fr)); }
    @media (min-width: 992px) {
      .work-others-logos {
        grid-template-columns: repeat(5, minmax(1px, 1fr));
        grid-template-rows: 1fr; } }
    .work-others-logos a {
      position: relative;
      background-color: #000;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      justify-content: center;
      align-items: center;
      display: flex;
      text-align: center; }
      @media (min-width: 1200px) {
        .work-others-logos a {
          -webkit-filter: grayscale(1);
          filter: grayscale(1); } }
      .work-others-logos a:hover {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        -webkit-filter: grayscale(0);
        filter: grayscale(0); }
      .work-others-logos a, .work-others-logos a:before, .work-others-logos a:hover, .work-others-logos a:hover:before {
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out; }
      .work-others-logos a:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.35);
        z-index: 0; }
      .work-others-logos a span {
        text-shadow: 0 0 10px black;
        font-family: "Merriweather", Times, serif;
        font-weight: 900;
        text-transform: lowercase;
        font-size: 2.25rem;
        z-index: 10;
        line-height: 1em;
        letter-spacing: .05em; }
        .work-others-logos a span, .work-others-logos a span small {
          color: #fff; }
        @media (min-width: 992px) {
          .work-others-logos a span {
            font-size: 1.5rem; } }
        @media (min-width: 1600px) {
          .work-others-logos a span {
            font-size: 2rem; } }
        .work-others-logos a span small {
          font-family: "Oxygen", Arial, Helvetica, sans-serif;
          font-weight: 400;
          display: block;
          margin-left: auto;
          margin-right: auto;
          text-transform: uppercase;
          font-size: .45em; }
    .work-others-logos .heineken {
      background-image: url("../img/pages/home/work/heineken.jpg"); }
    .work-others-logos .spotify {
      background-image: url("../img/pages/home/work/spotify.jpg"); }
    .work-others-logos .subaru {
      background-image: url("../img/pages/home/work/subaru.jpg"); }
    .work-others-logos .pdg {
      background-image: url("../img/pages/home/work/pdg.jpg"); }
    .work-others-logos .sosmata {
      background-image: url("../img/pages/home/work/sosmata.jpg"); }
    .work-others-logos .kaiser {
      background-image: url("../img/pages/home/work/kaiser.jpg"); }
